diff -Nru picard-1.4.2/appveyor.yml picard-2.0.0/appveyor.yml --- picard-1.4.2/appveyor.yml 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/appveyor.yml 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,53 @@ +version: 2.0.0.dev.2.{build} +pull_requests: + do_not_increment_build_number: true +branches: + only: + - master +skip_branch_with_pr: true +image: Visual Studio 2015 +init: +- cmd: >- + ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% + + SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% +environment: + CHROMAPRINT_FPCALC_VERSION: 1.4.2 + DISCID_VERSION: 0.6.2 + OPENSSL_VERSION: 1.0.2n + matrix: + - PYTHON: C:\Python35-x64 + PYTHON_VERSION: 3.5.3 + PYTHON_ARCH: 64 + - PYTHON: C:\Python36-x64 + PYTHON_VERSION: 3.6.4 + PYTHON_ARCH: 64 +build_script: +- cmd: >- + appveyor DownloadFile https://github.com/acoustid/chromaprint/releases/download/v%CHROMAPRINT_FPCALC_VERSION%/chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64.zip -FileName fpcalc.zip + + appveyor DownloadFile https://github.com/metabrainz/libdiscid/releases/download/v%DISCID_VERSION%/libdiscid-%DISCID_VERSION%-win64.zip -FileName libdiscid.zip + + 7z x fpcalc.zip -y + + copy /Y chromaprint-fpcalc-%CHROMAPRINT_FPCALC_VERSION%-windows-x86_64\fpcalc.exe fpcalc.exe + + 7z x libdiscid.zip -y + + copy /Y discid.dll %PYTHON% + + pip install -r requirements.txt + + pip install pyinstaller + + python setup.py build + + python setup.py build_ext -i + + python setup.py test -v + + pyinstaller picard.spec + +artifacts: +- path: dist/*.exe +deploy: off diff -Nru picard-1.4.2/AUTHORS.txt picard-2.0.0/AUTHORS.txt --- picard-1.4.2/AUTHORS.txt 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/AUTHORS.txt 2018-07-18 13:28:22.000000000 +0000 @@ -1,7 +1,8 @@ Lukáš Lalinský Robert Kaye Philipp Wolfer +Sambhav Kothari Picard logo by , © 2015 MetaBrainz Foundation -Interface icons by Carlin Mangar and from -the Tango Desktop Project . + +Picard v2.0 interface icons made by Sambhav Kothari and Madebyoliver, Pixel Buddha, Nikita Golubev, Maxim Basinski from www.flaticon.com diff -Nru picard-1.4.2/debian/changelog picard-2.0.0/debian/changelog --- picard-1.4.2/debian/changelog 2017-09-06 11:01:47.000000000 +0000 +++ picard-2.0.0/debian/changelog 2018-07-18 13:28:24.000000000 +0000 @@ -1,8 +1,16 @@ -picard (1.4.2-0~ppa5~ubuntu17.10.1) artful; urgency=low +picard (2.0.0-0~ppa10~ubuntu17.10.1) artful; urgency=low * Auto build. - -- Philipp Wolfer Wed, 06 Sep 2017 11:01:47 +0000 + -- Philipp Wolfer Wed, 18 Jul 2018 13:28:24 +0000 + +picard (2.0.0.dev2-0) zesty; urgency=low + + * New development release 2.0.0.dev2 + * Removed picard-plugins package + * Depend on libchromaprint-tools + + -- Philipp Wolfer Tue, 04 Apr 2017 13:29:00 +0100 picard (1.4.1-0) lucid; urgency=low diff -Nru picard-1.4.2/debian/control picard-2.0.0/debian/control --- picard-1.4.2/debian/control 2017-09-06 11:01:47.000000000 +0000 +++ picard-2.0.0/debian/control 2018-07-18 13:28:24.000000000 +0000 @@ -3,23 +3,24 @@ Priority: optional Maintainer: Philipp Wolfer Build-Depends: debhelper (>= 9), - python-dev (>= 2.6.6-3~), + python3-dev (>= 3.5), + python3-setuptools, dh-python, gettext, imagemagick, pkg-config, - python-qt4 (>= 4.5), - python-mutagen (>= 1.22) + python3-pyqt5 (>= 5.7), + python3-mutagen (>= 1.36) Standards-Version: 3.9.8 Homepage: http://picard.musicbrainz.org/ -X-Python-Version: >= 2.6 +X-Python3-Version: >= 3.5 Package: picard Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, - python-qt4 (>= 4.5), - python-mutagen (>= 1.22), - python-discid (>= 1.0) | python-libdiscid (>= 0.2.0), +Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}, + python3-pyqt5 (>= 5.7), + python3-mutagen (>= 1.36), + python3-discid (>= 1.0) | python3-libdiscid (>= 0.2.0), libchromaprint-tools Description: Next-Generation MusicBrainz audio files tagger Picard is the next generation MusicBrainz tagging application. diff -Nru picard-1.4.2/debian/git-build-recipe.manifest picard-2.0.0/debian/git-build-recipe.manifest --- picard-1.4.2/debian/git-build-recipe.manifest 2017-09-06 11:01:47.000000000 +0000 +++ picard-2.0.0/debian/git-build-recipe.manifest 2018-07-18 13:28:24.000000000 +0000 @@ -1,3 +1,3 @@ -# git-build-recipe format 0.4 deb-version 1.4.2-0~ppa5 -lp:picard git-commit:3063369cba355302e0a86642041b16b97b42633b -nest-part packaging lp:~musicbrainz-developers/picard/+git/picard-debian-packaging debian debian git-commit:b499dbd77e9db60fb704dd570533803be005b786 +# git-build-recipe format 0.4 deb-version 2.0.0-0~ppa10 +lp:picard git-commit:0e783ac1d5e66e9bc2ff799efc93f83fbe42d163 +nest-part packaging lp:~musicbrainz-developers/picard/+git/picard-debian-packaging debian debian git-commit:7ddf2edbc7940f9d293e2a13e57fe6d341413a45 diff -Nru picard-1.4.2/debian/rules picard-2.0.0/debian/rules --- picard-1.4.2/debian/rules 2017-09-06 11:01:47.000000000 +0000 +++ picard-2.0.0/debian/rules 2018-07-18 13:28:24.000000000 +0000 @@ -2,7 +2,7 @@ export PYBUILD_DESTDIR=debian/picard export PYBUILD_CONFIGURE_ARGS=config -export PYBUILD_BUILD_ARGS_python2=build_ext +export PYBUILD_BUILD_ARGS_python3=build_ext export PYBUILD_INSTALL_ARGS=--install-layout=deb \ --install-scripts=/usr/lib/picard \ --install-lib=/usr/lib/picard @@ -12,7 +12,7 @@ DESTDIR = $(CURDIR)/debian/picard %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_clean: dh_auto_clean @@ -25,4 +25,3 @@ $(DESTDIR)/usr/share/pixmaps/picard.xpm mv $(DESTDIR)/usr/lib/picard/picard/picard $(DESTDIR)/usr/lib/picard/picard_run find . -type d -empty -delete - diff -Nru picard-1.4.2/Dockerfile picard-2.0.0/Dockerfile --- picard-1.4.2/Dockerfile 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/Dockerfile 1970-01-01 00:00:00.000000000 +0000 @@ -1,16 +0,0 @@ -FROM python:2.7.12 -RUN apt-get update && apt-get install -y build-essential \ - python-dev \ - gettext \ - qt4-default \ - python-qt4 \ - libdiscid0 \ - libdiscid-dev \ - python-mutagen -RUN mkdir -p /build/ -ADD . /build/ -WORKDIR /build/ -ENV PYTHONPATH /usr/lib/python2.7/dist-packages -RUN python setup.py build_ext -i -RUN python setup.py build_locales -i -CMD python setup.py test diff -Nru picard-1.4.2/.github/PULL_REQUEST_TEMPLATE.md picard-2.0.0/.github/PULL_REQUEST_TEMPLATE.md --- picard-1.4.2/.github/PULL_REQUEST_TEMPLATE.md 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/.github/PULL_REQUEST_TEMPLATE.md 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,58 @@ + + +# Summary + + + +* This is a… + * [x] Bug fix + * [ ] Feature addition + * [ ] Refactoring + * [ ] Minor / simple change (like a typo) + * [ ] Other +* **Describe this change in 1-2 sentences**: + +# Problem + + + +* JIRA ticket (_optional_): [PICARD-XXX](https://tickets.metabrainz.org/browse/PICARD-XXX) + + + + +# Solution + + + + +# Action + + + diff -Nru picard-1.4.2/.gitlab-ci.yml picard-2.0.0/.gitlab-ci.yml --- picard-1.4.2/.gitlab-ci.yml 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/.gitlab-ci.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -stages: - - package - -variables: - CHROMAPRINT_FPCALC_VERSION: "1.4.2" - DISCID_VERSION: "0.6.1" - PYTHON_DISCID_VERSION: "1.1.1" - MUTAGEN_VERSION: "1.36" - PY2APP_VERSION: "0.11" - -package win: - stage: package - script: - - call "scripts\package-win.bat" - artifacts: - paths: - - picard-setup-*.exe - expire_in: 90d - tags: - - winxp - -package osx: - stage: package - script: - - bash -xe ./scripts/package-osx.sh - artifacts: - paths: - - MusicBrainz-Picard-*.dmg - expire_in: 90d - tags: - - osx Binary files /tmp/tmpUIA_A1/Q9UUDCHIbj/picard-1.4.2/installer/images/tango-install.ico and /tmp/tmpUIA_A1/zELX_3VG94/picard-2.0.0/installer/images/tango-install.ico differ diff -Nru picard-1.4.2/INSTALL.md picard-2.0.0/INSTALL.md --- picard-1.4.2/INSTALL.md 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/INSTALL.md 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,87 @@ +MusicBrainz Picard Installation +=============================== + +Dependencies +------------ + +Before installing Picard, you need to have these: + +* [Python 3.5 or newer](http://python.org/download) + +* [PyQt 5.7.1 or newer](http://www.riverbankcomputing.co.uk/software/pyqt/download) + +* [Mutagen 1.37 or newer](https://bitbucket.org/lazka/mutagen/downloads) + +* gettext: + * [Windows](http://gnuwin32.sourceforge.net/packages/gettext.htm) + +* a compiler + * Windows should work with [Visual C++ 2008 Express](http://go.microsoft.com/?linkid=7729279) + +* [chromaprint](http://acoustid.org/chromaprint) (optional) + For fingerprinting (scanning) files + +* [python-discid or python-libdiscid](https://python-discid.readthedocs.org/) (optional) + Required for CD lookups. + Depends on [libdiscid](http://musicbrainz.org/doc/libdiscid) + Due to slowdowns in reading the CD TOC, using libdiscid versions + 0.3.0 - 0.4.1 is not recommended. + +We recommend you use [pip](https://pip.pypa.io/en/stable/) to install the Python +dependencies: + +Run the following command to install PyQt5, Mutagen and discid: + + pip3 install -r requirements.txt + +The binaries for Python, GetText (msgfmt), fpcalc and discid.dll have to be +in the %PATH% on Windows. + + +Installation +------------ + +After installing the dependencies, you can install Picard by running: + + sudo python3 setup.py install + +This will automatically build and install all required Python modules. +On Windows you need to have Administrator rights, but don't put "sudo" +in front of the command. +To start Picard now you can use: + + picard + + +Running From the Source Tree +---------------------------- + +If you want to run Picard from the source directory without installing, you +need to build the C extensions and locales manually: + +```python +python3 setup.py build_ext -i +python3 setup.py build_locales -i +``` + +And to start Picard use: + + python3 tagger.py + + +Running the Test Suite +---------------------- + +To run the included tests, follow the instructions for "Running From +the Source Tree". Afterward you can run the tests using setup.py: + + python3 setup.py test + +Packaging +--------- + +Picard supports packaging binaries and uploading them to PyPi. + +To submit a package run: + + python setup.py sdist upload -r pypi diff -Nru picard-1.4.2/INSTALL.txt picard-2.0.0/INSTALL.txt --- picard-1.4.2/INSTALL.txt 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/INSTALL.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ -MusicBrainz Picard Installation -=============================== - -Dependencies ------------- - -Before installing Picard, you need to have these: - - * Python 2.7 or newer (Picard will not work with Python 3) - http://python.org/download - - * PyQt 4.5 or newer - http://www.riverbankcomputing.co.uk/software/pyqt/download - - * Mutagen 1.22 or newer (1.23 or newer for AIFF support) - https://bitbucket.org/lazka/mutagen/downloads - - * gettext - Windows: http://gnuwin32.sourceforge.net/packages/gettext.htm - - * a compiler - Windows should work with Visual C++ 2008 Express: - http://go.microsoft.com/?linkid=7729279 - - * chromaprint (optional) - For fingerprinting (scanning) files - http://acoustid.org/chromaprint - - * python-discid or python-libdiscid (optional) - Required for CD lookups. - https://python-discid.readthedocs.org/ - Depends on libdiscid: http://musicbrainz.org/doc/libdiscid - Due to slowdowns in reading the CD TOC, using libdiscid versions - 0.3.0 - 0.4.1 is not recommended. - - -On Windows it is recommended to use Pip for Windows: -https://sites.google.com/site/pydatalog/python/pip-for-windows -and then just: - pip install mutagen - pip install discid -there for Mutagen and python-discid. - -The binaries for Python, GetText (msgfmt), fpcalc and discid.dll have to be -in the %PATH% on Windows. - - -Installation ------------- - -After installing the dependencies, you can install Picard by running: - - sudo python setup.py install - -This will automatically build and install all required Python modules. -On Windows you need to have Administrator rights, but don't put "sudo" -in front of the command. -To start Picard now you can use: - - picard - - -Running From the Source Tree ----------------------------- - -If you want to run Picard from the source directory without installing, you -need to build the C extensions and locales manually: - - python setup.py build_ext -i - python setup.py build_locales -i - -And to start Picard use: - - python tagger.py - - -Running the Test Suite ----------------------- - -To run the included tests, follow the instructions for "Running From -the Source Tree". Afterward you can run the tests using setup.py: - - python setup.py test diff -Nru picard-1.4.2/MANIFEST.in picard-2.0.0/MANIFEST.in --- picard-1.4.2/MANIFEST.in 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/MANIFEST.in 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1 @@ +graft po diff -Nru picard-1.4.2/NEWS.txt picard-2.0.0/NEWS.txt --- picard-1.4.2/NEWS.txt 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/NEWS.txt 2018-07-18 13:28:22.000000000 +0000 @@ -1,5 +1,3 @@ -Version 1.4.3 - xxxx-xx-xx - Version 1.4.2 - 2017-05-08 ** Bug * [PICARD-1053] - Picard does not stop analyzer while moving @@ -12,7 +10,7 @@ * [PICARD-1034] - Picard not seeing TOPE and TOAL Version 1.4.1 - 2017-04-01 -** Bug +** Bug-fix * [PICARD-953] - Album shown matched even if extra unmatched files * [PICARD-972] - Removing album with saves pending does not remove pending saves * [PICARD-973] - Pending log messages not flushed to stderr on quit @@ -511,7 +509,7 @@ * Fixed crash when reading CD TOC on 64-bit systems * Fixed handling of MP4 files with no metadata * Change the hotkey for help to the right key for OS X - * Replace special characters after tagger script evalutaion to allow + * Replace special characters after tagger script evaluation to allow special characters being replaced by tagger script * Actually ignore 'ignored (folksonomy) tags' * Remove dependency on Mutagen 1.13, version 1.11 is enough now diff -Nru picard-1.4.2/picard/acoustid/__init__.py picard-2.0.0/picard/acoustid/__init__.py --- picard-1.4.2/picard/acoustid/__init__.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/acoustid/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,221 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2011 Lukáš Lalinský +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from collections import deque +from functools import partial +from PyQt5 import QtCore +from picard import config, log +from picard.const import FPCALC_NAMES +from picard.util import find_executable, is_frozen +from picard.acoustid.json_helpers import parse_recording + + +class AcoustIDClient(QtCore.QObject): + + def __init__(self): + super().__init__() + self._queue = deque() + self._running = 0 + self._max_processes = 2 + + # The second condition is checked because in case of a packaged build of picard + # the temp directory that pyinstaller decompresses picard into changes on every + # launch, thus we need to ignore the existing config values. + if not config.setting["acoustid_fpcalc"] or is_frozen: + fpcalc_path = find_executable(*FPCALC_NAMES) + if fpcalc_path: + config.setting["acoustid_fpcalc"] = fpcalc_path + + def init(self): + pass + + def done(self): + pass + + def _on_lookup_finished(self, next_func, file, document, http, error): + + doc = {} + if error: + mparms = { + 'error': http.errorString(), + 'filename': file.filename, + } + log.error( + "AcoustID: Lookup network error for '%(filename)s': %(error)r" % + mparms) + self.tagger.window.set_statusbar_message( + N_("AcoustID lookup network error for '%(filename)s'!"), + mparms, + echo=None + ) + else: + recording_list = doc['recordings'] = [] + status = document['status'] + if status == 'ok': + results = document['results'] + if results: + result = results[0] + file.metadata['acoustid_id'] = result['id'] + if 'recordings' in result: + for recording in result['recordings']: + parsed_recording = parse_recording(recording) + if parsed_recording is not None: + recording_list.append(parsed_recording) + log.debug("AcoustID: Lookup successful for '%s'", file.filename) + else: + mparms = { + 'error': document['error']['message'], + 'filename': file.filename + } + log.error( + "AcoustID: Lookup error for '%(filename)s': %(error)r" % + mparms) + self.tagger.window.set_statusbar_message( + N_("AcoustID lookup failed for '%(filename)s'!"), + mparms, + echo=None + ) + + next_func(doc, http, error) + + def _lookup_fingerprint(self, next_func, filename, result=None, error=None): + try: + file = self.tagger.files[filename] + except KeyError: + # The file has been removed. do nothing + return + mparms = { + 'filename': file.filename + } + if not result: + log.debug( + "AcoustID: lookup returned no result for file '%(filename)s'" % + mparms + ) + self.tagger.window.set_statusbar_message( + N_("AcoustID lookup returned no result for file '%(filename)s'"), + mparms, + echo=None + ) + file.clear_pending() + return + log.debug( + "AcoustID: looking up the fingerprint for file '%(filename)s'" % + mparms + ) + self.tagger.window.set_statusbar_message( + N_("Looking up the fingerprint for file '%(filename)s' ..."), + mparms, + echo=None + ) + params = dict(meta='recordings releasegroups releases tracks compress') + if result[0] == 'fingerprint': + fp_type, fingerprint, length = result + file.acoustid_fingerprint = fingerprint + file.acoustid_length = length + self.tagger.acoustidmanager.add(file, None) + params['fingerprint'] = fingerprint + params['duration'] = string_(length) + else: + fp_type, recordingid = result + params['recordingid'] = recordingid + self.tagger.acoustid_api.query_acoustid(partial(self._on_lookup_finished, next_func, file), **params) + + def _on_fpcalc_finished(self, next_func, file, exit_code, exit_status): + process = self.sender() + finished = process.property('picard_finished') + if finished: + return + process.setProperty('picard_finished', True) + result = None + try: + self._running -= 1 + self._run_next_task() + process = self.sender() + if exit_code == 0 and exit_status == 0: + output = string_(process.readAllStandardOutput()) + duration = None + fingerprint = None + for line in output.splitlines(): + parts = line.split('=', 1) + if len(parts) != 2: + continue + if parts[0] == 'DURATION': + duration = int(parts[1]) + elif parts[0] == 'FINGERPRINT': + fingerprint = parts[1] + if fingerprint and duration: + result = 'fingerprint', fingerprint, duration + else: + log.error( + "Fingerprint calculator failed exit code = %r, exit status = %r, error = %s", + exit_code, + exit_status, + process.errorString()) + finally: + next_func(result) + + def _on_fpcalc_error(self, next_func, filename, error): + process = self.sender() + finished = process.property('picard_finished') + if finished: + return + process.setProperty('picard_finished', True) + try: + self._running -= 1 + self._run_next_task() + log.error("Fingerprint calculator failed error = %s (%r)", process.errorString(), error) + finally: + next_func(None) + + def _run_next_task(self): + try: + file, next_func = self._queue.popleft() + except IndexError: + return + fpcalc = config.setting["acoustid_fpcalc"] or "fpcalc" + self._running += 1 + process = QtCore.QProcess(self) + process.setProperty('picard_finished', False) + process.finished.connect(partial(self._on_fpcalc_finished, next_func, file)) + process.error.connect(partial(self._on_fpcalc_error, next_func, file)) + process.start(fpcalc, ["-length", "120", file.filename]) + log.debug("Starting fingerprint calculator %r %r", fpcalc, file.filename) + + def analyze(self, file, next_func): + fpcalc_next = partial(self._lookup_fingerprint, next_func, file.filename) + + if not config.setting["ignore_existing_acoustid_fingerprints"]: + # use cached fingerprint + fingerprints = file.metadata.getall('acoustid_fingerprint') + if fingerprints: + fpcalc_next(result=('fingerprint', fingerprints[0], 0)) + return + # calculate the fingerprint + task = (file, fpcalc_next) + self._queue.append(task) + if self._running < self._max_processes: + self._run_next_task() + + def stop_analyze(self, file): + new_queue = deque() + for task in self._queue: + if task[0] != file: + new_queue.appendleft(task) + self._queue = new_queue diff -Nru picard-1.4.2/picard/acoustid/json_helpers.py picard-2.0.0/picard/acoustid/json_helpers.py --- picard-1.4.2/picard/acoustid/json_helpers.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/acoustid/json_helpers.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,85 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2017 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +def _make_releases_node(recording): + release_list = [] + for release_group in recording['releasegroups']: + for release in release_group['releases']: + release_mb = {} + release_mb['id'] = release['id'] + release_mb['release-group'] = {} + release_mb['release-group']['id'] = release_group['id'] + if 'title' in release: + release_mb['title'] = release['title'] + else: + release_mb['title'] = release_group['title'] + if 'country' in release: + release_mb['country'] = release['country'] + release_mb['media'] = [] + for medium in release['mediums']: + medium_mb = {} + if 'format' in medium: + medium_mb['format'] = medium['format'] + medium_mb['track'] = {} + medium_mb['track-count'] = medium['track_count'] + release_mb['media'].append(medium_mb) + release_list.append(release_mb) + return release_list + + +def _make_artist_node(artist): + artist_node = { + 'name': artist['name'], + 'sort-name': artist['name'], + 'id': artist['id'] + } + return artist_node + + +def _make_artist_credit_node(artists): + artist_list = [] + for i, artist in enumerate(artists): + node = { + 'artist': _make_artist_node(artist), + 'name': artist['name'] + } + if i > 0: + node['joinphrase'] = '; ' + artist_list.append(node) + return artist_list + + +def parse_recording(recording): + if 'title' not in recording: # we have no metadata for this recording + return + + recording_mb = { + 'id': recording['id'], + 'title': recording['title'], + 'artist-credit': _make_artist_credit_node(recording['artists']), + 'releases': _make_releases_node(recording) + } + + if 'duration' in recording: + try: + recording_mb['length'] = int(recording['duration']) * 1000 + except TypeError: + pass + return recording_mb diff -Nru picard-1.4.2/picard/acoustid/manager.py picard-2.0.0/picard/acoustid/manager.py --- picard-1.4.2/picard/acoustid/manager.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/acoustid/manager.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,114 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2011 Lukáš Lalinský +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from functools import partial +from PyQt5 import QtCore +from picard import log +from picard.util import load_json + + +class Submission(object): + + def __init__(self, fingerprint, duration, orig_recordingid=None, recordingid=None, puid=None): + self.fingerprint = fingerprint + self.duration = duration + self.puid = puid + self.orig_recordingid = orig_recordingid + self.recordingid = recordingid + + +class AcoustIDManager(QtCore.QObject): + + def __init__(self): + super().__init__() + self._fingerprints = {} + + def add(self, file, recordingid): + if not hasattr(file, 'acoustid_fingerprint'): + return + if not hasattr(file, 'acoustid_length'): + return + puid = file.metadata['musicip_puid'] + self._fingerprints[file] = Submission(file.acoustid_fingerprint, file.acoustid_length, recordingid, recordingid, puid) + self._check_unsubmitted() + + def update(self, file, recordingid): + submission = self._fingerprints.get(file) + if submission is None: + return + submission.recordingid = recordingid + self._check_unsubmitted() + + def remove(self, file): + if file in self._fingerprints: + del self._fingerprints[file] + self._check_unsubmitted() + + def _unsubmitted(self): + for submission in self._fingerprints.values(): + if submission.recordingid and submission.orig_recordingid != submission.recordingid: + yield submission + + def _check_unsubmitted(self): + enabled = next(self._unsubmitted(), None) != None + self.tagger.window.enable_submit(enabled) + + def submit(self): + fingerprints = list(self._unsubmitted()) + if not fingerprints: + self._check_unsubmitted() + return + log.debug("AcoustID: submitting ...") + self.tagger.window.set_statusbar_message( + N_('Submitting AcoustIDs ...'), + echo=None + ) + self.tagger.acoustid_api.submit_acoustid_fingerprints(fingerprints, + partial(self.__fingerprint_submission_finished, fingerprints)) + + def __fingerprint_submission_finished(self, fingerprints, document, http, error): + if error: + try: + error = load_json(document) + message = error["error"]["message"] + except : + message = "" + mparms = { + 'error': http.errorString(), + 'message': message + } + log.error( + "AcoustID: submission failed with error '%(error)s': %(message)s" % + mparms) + self.tagger.window.set_statusbar_message( + N_("AcoustID submission failed with error '%(error)s': %(message)s"), + mparms, + echo=None, + timeout=3000 + ) + else: + log.debug('AcoustID: successfully submitted') + self.tagger.window.set_statusbar_message( + N_('AcoustIDs successfully submitted.'), + echo=None, + timeout=3000 + ) + for submission in fingerprints: + submission.orig_recordingid = submission.recordingid + self._check_unsubmitted() diff -Nru picard-1.4.2/picard/acoustidmanager.py picard-2.0.0/picard/acoustidmanager.py --- picard-1.4.2/picard/acoustidmanager.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/acoustidmanager.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,117 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2011 Lukáš Lalinský -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -import json -from functools import partial -from PyQt4 import QtCore -from picard import log - - -class Submission(object): - - def __init__(self, fingerprint, duration, orig_recordingid=None, recordingid=None, puid=None): - self.fingerprint = fingerprint - self.duration = duration - self.puid = puid - self.orig_recordingid = orig_recordingid - self.recordingid = recordingid - - -class AcoustIDManager(QtCore.QObject): - - def __init__(self): - QtCore.QObject.__init__(self) - self._fingerprints = {} - - def add(self, file, recordingid): - if not hasattr(file, 'acoustid_fingerprint'): - return - if not hasattr(file, 'acoustid_length'): - return - puid = file.metadata['musicip_puid'] - self._fingerprints[file] = Submission(file.acoustid_fingerprint, file.acoustid_length, recordingid, recordingid, puid) - self._check_unsubmitted() - - def update(self, file, recordingid): - submission = self._fingerprints.get(file) - if submission is None: - return - submission.recordingid = recordingid - self._check_unsubmitted() - - def remove(self, file): - if file in self._fingerprints: - del self._fingerprints[file] - self._check_unsubmitted() - - def _unsubmitted(self): - for submission in self._fingerprints.itervalues(): - if submission.recordingid and submission.orig_recordingid != submission.recordingid: - yield submission - - def _check_unsubmitted(self): - enabled = False - for submission in self._unsubmitted(): - enabled = True - break - self.tagger.window.enable_submit(enabled) - - def submit(self): - fingerprints = list(self._unsubmitted()) - if not fingerprints: - self._check_unsubmitted() - return - log.debug("AcoustID: submitting ...") - self.tagger.window.set_statusbar_message( - N_('Submitting AcoustIDs ...'), - echo=None - ) - self.tagger.xmlws.submit_acoustid_fingerprints(fingerprints, - partial(self.__fingerprint_submission_finished, fingerprints)) - - def __fingerprint_submission_finished(self, fingerprints, document, http, error): - if error: - try: - error = json.loads(document) - message = error["error"]["message"] - except : - message = "" - mparms = { - 'error': unicode(http.errorString()), - 'message': message - } - log.error( - "AcoustID: submission failed with error '%(error)s': %(message)s" % - mparms) - self.tagger.window.set_statusbar_message( - N_("AcoustID submission failed with error '%(error)s': %(message)s"), - mparms, - echo=None, - timeout=3000 - ) - else: - log.debug('AcoustID: successfully submitted') - self.tagger.window.set_statusbar_message( - N_('AcoustIDs successfully submitted.'), - echo=None, - timeout=3000 - ) - for submission in fingerprints: - submission.orig_recordingid = submission.recordingid - self._check_unsubmitted() diff -Nru picard-1.4.2/picard/acoustid.py picard-2.0.0/picard/acoustid.py --- picard-1.4.2/picard/acoustid.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/acoustid.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,266 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2011 Lukáš Lalinský -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -from collections import deque -from functools import partial -from PyQt4 import QtCore -from picard import config, log -from picard.const import FPCALC_NAMES -from picard.util import find_executable -from picard.webservice import XmlNode - - -class AcoustIDClient(QtCore.QObject): - - def __init__(self): - QtCore.QObject.__init__(self) - self._queue = deque() - self._running = 0 - self._max_processes = 2 - - if not config.setting["acoustid_fpcalc"]: - fpcalc_path = find_executable(*FPCALC_NAMES) - if fpcalc_path: - config.setting["acoustid_fpcalc"] = fpcalc_path - - def init(self): - pass - - def done(self): - pass - - def _on_lookup_finished(self, next, file, document, http, error): - - def make_artist_credit_node(parent, artists): - artist_credit_el = parent.append_child('artist_credit') - for i, artist in enumerate(artists): - name_credit_el = artist_credit_el.append_child('name_credit') - artist_el = name_credit_el.append_child('artist') - artist_el.append_child('id').text = artist.id[0].text - artist_el.append_child('name').text = artist.name[0].text - artist_el.append_child('sort_name').text = artist.name[0].text - if i > 0: - name_credit_el.attribs['joinphrase'] = '; ' - return artist_credit_el - - def parse_recording(recording): - if 'title' not in recording.children: # we have no metadata for this recording - return - recording_id = recording.id[0].text - recording_el = recording_list_el.append_child('recording') - recording_el.attribs['id'] = recording_id - recording_el.append_child('title').text = recording.title[0].text - if 'duration' in recording.children: - recording_el.append_child('length').text = str(int(recording.duration[0].text) * 1000) - make_artist_credit_node(recording_el, recording.artists[0].artist) - release_list_el = recording_el.append_child('release_list') - for release_group in recording.releasegroups[0].releasegroup: - for release in release_group.releases[0].release: - release_el = release_list_el.append_child('release') - release_el.attribs['id'] = release.id[0].text - release_group_el = release_el.append_child('release_group') - release_group_el.attribs['id'] = release_group.id[0].text - if 'title' in release.children: - release_el.append_child('title').text = release.title[0].text - else: - release_el.append_child('title').text = release_group.title[0].text - if 'country' in release.children: - release_el.append_child('country').text = release.country[0].text - medium_list_el = release_el.append_child('medium_list') - medium_list_el.attribs['count'] = release.medium_count[0].text - for medium in release.mediums[0].medium: - medium_el = medium_list_el.append_child('medium') - if 'format' in medium.children: - medium_el.append_child('format').text = medium.format[0].text - track_list_el = medium_el.append_child('track_list') - track_list_el.attribs['count'] = medium.track_count[0].text - for track in medium.tracks[0].track: - track_el = track_list_el.append_child('track') - track_el.append_child('position').text = track.position[0].text - - doc = XmlNode() - metadata_el = doc.append_child('metadata') - acoustid_el = metadata_el.append_child('acoustid') - recording_list_el = acoustid_el.append_child('recording_list') - - if error: - mparms = { - 'error': unicode(http.errorString()), - 'filename': file.filename, - } - log.error( - "AcoustID: Lookup network error for '%(filename)s': %(error)r" % - mparms) - self.tagger.window.set_statusbar_message( - N_("AcoustID lookup network error for '%(filename)s'!"), - mparms, - echo=None - ) - else: - status = document.response[0].status[0].text - if status == 'ok': - results = document.response[0].results[0].children.get('result') - if results: - result = results[0] - file.metadata['acoustid_id'] = result.id[0].text - if 'recordings' in result.children: - for recording in result.recordings[0].recording: - parse_recording(recording) - log.debug("AcoustID: Lookup successful for '%s'", file.filename) - else: - mparms = { - 'error': document.response[0].error[0].message[0].text, - 'filename': file.filename - } - log.error( - "AcoustID: Lookup error for '%(filename)s': %(error)r" % - mparms) - self.tagger.window.set_statusbar_message( - N_("AcoustID lookup failed for '%(filename)s'!"), - mparms, - echo=None - ) - - next(doc, http, error) - - def _lookup_fingerprint(self, next, filename, result=None, error=None): - try: - file = self.tagger.files[filename] - except KeyError: - # The file has been removed. do nothing - return - mparms = { - 'filename': file.filename - } - if not result: - log.debug( - "AcoustID: lookup returned no result for file '%(filename)s'" % - mparms - ) - self.tagger.window.set_statusbar_message( - N_("AcoustID lookup returned no result for file '%(filename)s'"), - mparms, - echo=None - ) - file.clear_pending() - return - log.debug( - "AcoustID: looking up the fingerprint for file '%(filename)s'" % - mparms - ) - self.tagger.window.set_statusbar_message( - N_("Looking up the fingerprint for file '%(filename)s' ..."), - mparms, - echo=None - ) - params = dict(meta='recordings releasegroups releases tracks compress') - if result[0] == 'fingerprint': - type, fingerprint, length = result - file.acoustid_fingerprint = fingerprint - file.acoustid_length = length - self.tagger.acoustidmanager.add(file, None) - params['fingerprint'] = fingerprint - params['duration'] = str(length) - else: - type, recordingid = result - params['recordingid'] = recordingid - self.tagger.xmlws.query_acoustid(partial(self._on_lookup_finished, next, file), **params) - - def _on_fpcalc_finished(self, next, file, exit_code, exit_status): - process = self.sender() - finished = process.property('picard_finished') - if finished: - return - process.setProperty('picard_finished', True) - result = None - try: - self._running -= 1 - self._run_next_task() - process = self.sender() - if exit_code == 0 and exit_status == 0: - output = str(process.readAllStandardOutput()) - duration = None - fingerprint = None - for line in output.splitlines(): - parts = line.split('=', 1) - if len(parts) != 2: - continue - if parts[0] == 'DURATION': - duration = int(parts[1]) - elif parts[0] == 'FINGERPRINT': - fingerprint = parts[1] - if fingerprint and duration: - result = 'fingerprint', fingerprint, duration - else: - log.error( - "Fingerprint calculator failed exit code = %r, exit status = %r, error = %s", - exit_code, - exit_status, - unicode(process.errorString())) - finally: - next(result) - - def _on_fpcalc_error(self, next, filename, error): - process = self.sender() - finished = process.property('picard_finished') - if finished: - return - process.setProperty('picard_finished', True) - try: - self._running -= 1 - self._run_next_task() - log.error("Fingerprint calculator failed error = %s (%r)", unicode(process.errorString()), error) - finally: - next(None) - - def _run_next_task(self): - try: - file, next = self._queue.popleft() - except IndexError: - return - fpcalc = config.setting["acoustid_fpcalc"] or "fpcalc" - self._running += 1 - process = QtCore.QProcess(self) - process.setProperty('picard_finished', False) - process.finished.connect(partial(self._on_fpcalc_finished, next, file)) - process.error.connect(partial(self._on_fpcalc_error, next, file)) - process.start(fpcalc, ["-length", "120", file.filename]) - log.debug("Starting fingerprint calculator %r %r", fpcalc, file.filename) - - def analyze(self, file, next): - fpcalc_next = partial(self._lookup_fingerprint, next, file.filename) - - if not config.setting["ignore_existing_acoustid_fingerprints"]: - # use cached fingerprint - fingerprints = file.metadata.getall('acoustid_fingerprint') - if fingerprints: - fpcalc_next(result=('fingerprint', fingerprints[0], 0)) - return - # calculate the fingerprint - task = (file, fpcalc_next) - self._queue.append(task) - if self._running < self._max_processes: - self._run_next_task() - - def stop_analyze(self, file): - new_queue = deque() - for task in self._queue: - if task[0] != file: - new_queue.appendleft(task) - self._queue = new_queue diff -Nru picard-1.4.2/picard/album.py picard-2.0.0/picard/album.py --- picard-1.4.2/picard/album.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/album.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,7 +19,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import traceback -from PyQt4 import QtCore, QtNetwork +from operator import itemgetter +from PyQt5 import QtCore, QtNetwork from picard import config, log from picard.coverart import coverart from picard.metadata import (Metadata, @@ -29,14 +30,14 @@ from picard.dataobj import DataObject from picard.file import File from picard.track import Track -from picard.script import ScriptParser +from picard.script import ScriptParser, enabled_tagger_scripts_texts from picard.ui.item import Item from picard.util import format_time, mbid_validate -from picard.util.imagelist import ImageList, update_metadata_images +from picard.util.imagelist import update_metadata_images from picard.util.textencoding import asciipunct from picard.cluster import Cluster from picard.collection import add_release_to_user_collections -from picard.mbxml import ( +from picard.mbjson import ( release_group_to_metadata, release_to_metadata, medium_to_metadata, @@ -48,16 +49,16 @@ class AlbumArtist(DataObject): - def __init__(self, id): - DataObject.__init__(self, id) + def __init__(self, album_artist_id): + super().__init__(album_artist_id) class Album(DataObject, Item): release_group_loaded = QtCore.pyqtSignal() - def __init__(self, id, discid=None): - DataObject.__init__(self, id) + def __init__(self, album_id, discid=None): + DataObject.__init__(self, album_id) self.metadata = Metadata() self.orig_metadata = Metadata() self.tracks = [] @@ -76,7 +77,7 @@ self.update_metadata_images_enabled = True def __repr__(self): - return '' % (self.id, self.metadata[u"album"]) + return '' % (self.id, self.metadata["album"]) def iterfiles(self, save=False): for track in self.tracks: @@ -89,10 +90,10 @@ def enable_update_metadata_images(self, enabled): self.update_metadata_images_enabled = enabled - def append_album_artist(self, id): + def append_album_artist(self, album_artist_id): """Append artist id to the list of album artists and return an AlbumArtist instance""" - album_artist = AlbumArtist(id) + album_artist = AlbumArtist(album_artist_id) self._album_artists.append(album_artist) return album_artist @@ -100,31 +101,30 @@ """Returns the list of album artists (as AlbumArtist objects)""" return self._album_artists - def _parse_release(self, document): + def _parse_release(self, release_node): log.debug("Loading release %r ...", self.id) self._tracks_loaded = False - - release_node = document.metadata[0].release[0] - if release_node.id != self.id: - self.tagger.mbid_redirects[self.id] = release_node.id - album = self.tagger.albums.get(release_node.id) + release_id = release_node['id'] + if release_id != self.id: + self.tagger.mbid_redirects[self.id] = release_id + album = self.tagger.albums.get(release_id) if album: - log.debug("Release %r already loaded", release_node.id) + log.debug("Release %r already loaded", release_id) album.match_files(self.unmatched_files.files) album.update() self.tagger.remove_album(self) return False else: del self.tagger.albums[self.id] - self.tagger.albums[release_node.id] = self - self.id = release_node.id + self.tagger.albums[release_id] = self + self.id = release_id # Get release metadata m = self._new_metadata m.length = 0 - rg_node = release_node.release_group[0] - rg = self.release_group = self.tagger.get_release_group_by_id(rg_node.id) + rg_node = release_node['release-group'] + rg = self.release_group = self.tagger.get_release_group_by_id(rg_node['id']) rg.loaded_albums.add(self.id) rg.refcount += 1 @@ -143,7 +143,7 @@ if config.setting['convert_punctuation']: m.apply_func(asciipunct) - m['totaldiscs'] = release_node.medium_list[0].count + m['totaldiscs'] = len(release_node['media']) # Add album to collections add_release_to_user_collections(release_node) @@ -164,7 +164,7 @@ parsed = False try: if error: - self.error_append(unicode(http.errorString())) + self.error_append(http.errorString()) # Fix for broken NAT releases if error == QtNetwork.QNetworkReply.ContentNotFoundError: nats = False @@ -182,7 +182,7 @@ else: try: parsed = self._parse_release(document) - except: + except Exception: error = True self.error_append(traceback.format_exc()) finally: @@ -190,7 +190,7 @@ if parsed or error: self._finalize_loading(error) # does http need to be set to None to free the memory used by the network response? - # http://pyqt.sourceforge.net/Docs/PyQt4/qnetworkaccessmanager.html says: + # http://qt-project.org/doc/qt-5/qnetworkaccessmanager.html says: # After the request has finished, it is the responsibility of the user # to delete the QNetworkReply object at an appropriate time. # Do not directly delete it inside the slot connected to finished(). @@ -222,7 +222,7 @@ if hasattr(self._new_metadata, "_djmix_ars"): djmix_ars = self._new_metadata._djmix_ars - for medium_node in self._release_node.medium_list[0].medium: + for medium_node in self._release_node['media']: mm = Metadata() mm.copy(self._new_metadata) medium_to_metadata(medium_node, mm) @@ -231,26 +231,26 @@ for dj in djmix_ars.get(mm["discnumber"], []): mm.add("djmixer", dj) - if "pregap" in medium_node.children: + if "pregap" in medium_node: discpregap = True absolutetracknumber += 1 - track = self._finalize_loading_track(medium_node.pregap[0], mm, artists, va, absolutetracknumber, discpregap) + track = self._finalize_loading_track(medium_node['pregap'], mm, artists, va, absolutetracknumber, discpregap) track.metadata['~pregap'] = "1" - tracklist_node = medium_node.track_list[0] - track_count = int(tracklist_node.count) + track_count = medium_node['track-count'] if track_count: - for track_node in tracklist_node.track: + tracklist_node = medium_node['tracks'] + for track_node in tracklist_node: absolutetracknumber += 1 track = self._finalize_loading_track(track_node, mm, artists, va, absolutetracknumber, discpregap) - if "data_track_list" in medium_node.children: - for track_node in medium_node.data_track_list[0].track: + if "data-tracks" in medium_node: + for track_node in medium_node['data-tracks']: absolutetracknumber += 1 track = self._finalize_loading_track(track_node, mm, artists, va, absolutetracknumber, discpregap) track.metadata['~datatrack'] = "1" - totalalbumtracks = str(absolutetracknumber) + totalalbumtracks = string_(absolutetracknumber) for track in self._new_tracks: track.metadata["~totalalbumtracks"] = totalalbumtracks @@ -260,26 +260,26 @@ self._tracks_loaded = True if not self._requests: + for track in self._new_tracks: + track.orig_metadata.copy(track.metadata) + self.enable_update_metadata_images(False) # Prepare parser for user's script - if config.setting["enable_tagger_scripts"]: - for s_pos, s_name, s_enabled, s_text in config.setting["list_of_scripts"]: - if s_enabled and s_text: - parser = ScriptParser() - for track in self._new_tracks: - # Run tagger script for each track - try: - parser.eval(s_text, track.metadata) - except: - self.error_append(traceback.format_exc()) - # Strip leading/trailing whitespace - track.metadata.strip_whitespace() - # Run tagger script for the album itself - try: - parser.eval(s_text, self._new_metadata) - except: - self.error_append(traceback.format_exc()) - self._new_metadata.strip_whitespace() + for s_name, s_text in enabled_tagger_scripts_texts(): + parser = ScriptParser() + for track in self._new_tracks: + # Run tagger script for each track + try: + parser.eval(s_text, track.metadata) + except: + log.exception("Failed to run tagger script %s on track", s_name) + track.metadata.strip_whitespace() + # Run tagger script for the album itself + try: + parser.eval(s_text, self._new_metadata) + except: + log.exception("Failed to run tagger script %s on album", s_name) + self._new_metadata.strip_whitespace() for track in self.tracks: track.metadata_images_changed.connect(self.update_metadata_images) @@ -308,7 +308,7 @@ self._after_load_callbacks = [] def _finalize_loading_track(self, track_node, metadata, artists, va, absolutetracknumber, discpregap): - track = Track(track_node.recording[0].id, self) + track = Track(track_node['recording']['id'], self) self._new_tracks.append(track) # Get track metadata @@ -369,7 +369,7 @@ if config.setting['enable_ratings']: require_authentication = True inc += ['user-ratings'] - self.load_task = self.tagger.xmlws.get_release_by_id( + self.load_task = self.tagger.mb_api.get_release_by_id( self.id, self._release_request_finished, inc=inc, mblogin=require_authentication, priority=priority, refresh=refresh) @@ -381,7 +381,7 @@ def stop_loading(self): if self.load_task: - self.tagger.xmlws.remove_task(self.load_task) + self.tagger.webservice.remove_task(self.load_task) self.load_task = None def update(self, update_tracks=True): @@ -415,7 +415,7 @@ if sim >= config.setting['track_matching_threshold']: matches.append((sim, track)) if matches: - matches.sort(reverse=True) + matches.sort(key=itemgetter(0), reverse=True) file.move(matches[0][1]) else: file.move(self.unmatched_files) @@ -427,7 +427,7 @@ if recordingid is not None: matches = self._get_recordingid_matches(file, recordingid) if matches: - matches.sort(reverse=True) + matches.sort(key=itemgetter(0), reverse=True) file.move(matches[0][1]) return self.match_files([file], use_recordingid=False) @@ -525,7 +525,7 @@ if track.is_linked(): linked_tracks += 1 - text = u'%s\u200E (%d/%d' % (title, linked_tracks, len(self.tracks)) + text = '%s\u200E (%d/%d' % (title, linked_tracks, len(self.tracks)) unmatched = self.get_num_unmatched_files() if unmatched: text += '; %d?' % (unmatched,) @@ -542,10 +542,10 @@ number_of_images = len(metadata.images) if getattr(metadata, 'has_common_images', True): - text += ungettext("; %i image", "; %i images", + text += ngettext("; %i image", "; %i images", number_of_images) % number_of_images else: - text += ungettext("; %i image not in all tracks", "; %i different images among tracks", + text += ngettext("; %i image not in all tracks", "; %i different images among tracks", number_of_images) % number_of_images return text + ')' else: @@ -599,7 +599,7 @@ class NatAlbum(Album): def __init__(self): - Album.__init__(self, id="NATS") + super().__init__("NATS") self.loaded = True self.update() @@ -611,7 +611,7 @@ for file in track.linked_files: track.update_file_metadata(file) self.enable_update_metadata_images(True) - Album.update(self, update_tracks) + super().update(update_tracks) def _finalize_loading(self, error): self.update() diff -Nru picard-1.4.2/picard/browser/browser.py picard-2.0.0/picard/browser/browser.py --- picard-1.4.2/picard/browser/browser.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/browser/browser.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtNetwork +from PyQt5 import QtCore, QtNetwork from picard import log, config @@ -26,7 +26,7 @@ """Simple HTTP server for web browser integration.""" def __init__(self, parent=None): - QtNetwork.QTcpServer.__init__(self, parent) + super().__init__(parent) self.newConnection.connect(self._accept_connection) self.port = 0 self.host_address = None @@ -58,15 +58,15 @@ def _process_request(self): conn = self.sender() - line = str(conn.readLine()) - conn.write("HTTP/1.1 200 OK\r\nCache-Control: max-age=0\r\n\r\nNothing to see here.") + line = string_(conn.readLine()) + conn.write(b"HTTP/1.1 200 OK\r\nCache-Control: max-age=0\r\n\r\nNothing to see here.") conn.disconnectFromHost() line = line.split() log.debug("Browser integration request: %r", line) if line[0] == "GET" and "?" in line[1]: action, args = line[1].split("?") args = [a.split("=", 1) for a in args.split("&")] - args = dict((a, unicode(QtCore.QUrl.fromPercentEncoding(b))) for (a, b) in args) + args = dict((a, string_(QtCore.QUrl.fromPercentEncoding(b.encode('ascii')))) for (a, b) in args) self.tagger.bring_tagger_front() if action == "/openalbum": self.tagger.load_album(args["id"]) diff -Nru picard-1.4.2/picard/browser/filelookup.py picard-2.0.0/picard/browser/filelookup.py --- picard-1.4.2/picard/browser/filelookup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/browser/filelookup.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore +from PyQt5 import QtCore import os.path import re from picard import log @@ -28,18 +28,22 @@ class FileLookup(object): - def __init__(self, parent, server, port, localPort): + def __init__(self, parent, server, port, local_port): self.server = server - self.localPort = int(localPort) + self.local_port = int(local_port) self.port = port - def _url(self, path, params={}): - if self.localPort: - params['tport'] = self.localPort + def _url(self, path, params=None): + if params is None: + params = {} + if self.local_port: + params['tport'] = self.local_port url = build_qurl(self.server, self.port, path=path, queryargs=params) return url.toEncoded() - def _build_launch(self, path, params={}): + def _build_launch(self, path, params=None): + if params is None: + params = {} return self.launch(self._url(path, params)) def launch(self, url): @@ -47,36 +51,36 @@ webbrowser2.open(url) return True - def discLookup(self, url): - if self.localPort: - url = "%s&tport=%d" % (url, self.localPort) + def disc_lookup(self, url): + if self.local_port: + url = "%s&tport=%d" % (url, self.local_port) return self.launch(url) def _lookup(self, type_, id_): return self._build_launch("/%s/%s" % (type_, id_)) - def recordingLookup(self, recording_id): + def recording_lookup(self, recording_id): return self._lookup('recording', recording_id) - def albumLookup(self, album_id): + def album_lookup(self, album_id): return self._lookup('release', album_id) - def artistLookup(self, artist_id): + def artist_lookup(self, artist_id): return self._lookup('artist', artist_id) - def trackLookup(self, track_id): + def track_lookup(self, track_id): return self._lookup('track', track_id) - def workLookup(self, work_id): + def work_lookup(self, work_id): return self._lookup('work', work_id) - def releaseGroupLookup(self, releaseGroup_id): - return self._lookup('release-group', releaseGroup_id) + def release_group_lookup(self, release_group_id): + return self._lookup('release-group', release_group_id) - def acoustLookup(self, acoust_id): + def acoust_lookup(self, acoust_id): return self.launch(PICARD_URLS['acoustid_track'] + acoust_id) - def mbidLookup(self, string, type_): + def mbid_lookup(self, string, type_, mbid_matched_callback=None): """Parses string for known entity type and mbid, open browser for it If entity type is 'release', it will load corresponding release if possible. @@ -92,33 +96,14 @@ else: entity = m.group(1).lower() mbid = m.group(2).lower() + if mbid_matched_callback: + mbid_matched_callback(entity, mbid) if entity == 'release': QtCore.QObject.tagger.load_album(mbid) return True return self._lookup(entity, mbid) - def _search(self, type_, query, adv=False): - if self.mbidLookup(query, type_): - return True - params = { - 'limit': QUERY_LIMIT, - 'type': type_, - 'query': query, - } - if adv: - params['adv'] = 'on' - return self._build_launch('/search/textsearch', params) - - def artistSearch(self, query, adv=False): - return self._search('artist', query, adv) - - def albumSearch(self, query, adv=False): - return self._search('release', query, adv) - - def trackSearch(self, query, adv=False): - return self._search('recording', query, adv) - - def tagLookup(self, artist, release, track, trackNum, duration, filename): + def tag_lookup(self, artist, release, track, trackNum, duration, filename): params = { 'artist': artist, 'release': release, @@ -129,5 +114,17 @@ } return self._build_launch('/taglookup', params) - def collectionLookup(self, userid): + def collection_lookup(self, userid): return self._build_launch('/user/%s/collections' % userid) + + def search_entity(self, type_, query, adv=False, mbid_matched_callback=None): + if self.mbid_lookup(query, type_, mbid_matched_callback=mbid_matched_callback): + return True + params = { + 'limit': QUERY_LIMIT, + 'type': type_, + 'query': query, + } + if adv: + params['adv'] = 'on' + return self._build_launch('/search/textsearch', params) diff -Nru picard-1.4.2/picard/cluster.py picard-2.0.0/picard/cluster.py --- picard-1.4.2/picard/cluster.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/cluster.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,20 +18,18 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from __future__ import print_function import re -import os import ntpath import sys from operator import itemgetter from heapq import heappush, heappop -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import config from picard.metadata import Metadata from picard.similarity import similarity from picard.ui.item import Item from picard.util import format_time, album_artist_from_path -from picard.util.imagelist import ImageList, update_metadata_images +from picard.util.imagelist import update_metadata_images from picard.const import QUERY_LIMIT @@ -60,6 +58,11 @@ self.lookup_task = None def __repr__(self): + if self.related_album: + return '' % ( + self.related_album.id, + self.related_album.metadata[u"album"] + '/' + self.metadata['album'] + ) return '' % self.metadata['album'] def __len__(self): @@ -168,8 +171,8 @@ self.lookup_task = None try: - releases = document.metadata[0].release_list[0].release - except (AttributeError, IndexError): + releases = document['releases'] + except (KeyError, TypeError): releases = None mparms = { @@ -202,7 +205,7 @@ mparms, timeout=3000 ) - self.tagger.move_files_to_album(self.files, match[1].id) + self.tagger.move_files_to_album(self.files, match[1]['id']) def lookup_metadata(self): """Try to identify the cluster using the existing metadata.""" @@ -212,15 +215,15 @@ N_("Looking up the metadata for cluster %(album)s..."), {'album': self.metadata['album']} ) - self.lookup_task = self.tagger.xmlws.find_releases(self._lookup_finished, + self.lookup_task = self.tagger.mb_api.find_releases(self._lookup_finished, artist=self.metadata['albumartist'], release=self.metadata['album'], - tracks=str(len(self.files)), + tracks=string_(len(self.files)), limit=QUERY_LIMIT) def clear_lookup_task(self): if self.lookup_task: - self.tagger.xmlws.remove_task(self.lookup_task) + self.tagger.webservice.remove_task(self.lookup_task) self.lookup_task = None @staticmethod @@ -249,8 +252,8 @@ # Arrange tracks into albums albums = {} - for i in xrange(len(tracks)): - cluster = album_cluster_engine.getClusterFromId(tracks[i][1]) + for i, track in enumerate(tracks): + cluster = album_cluster_engine.getClusterFromId(track[1]) if cluster is not None: albums.setdefault(cluster, []).append(i) @@ -273,7 +276,7 @@ artist_hist[cluster] = cnt if artist_id is None: - artist_name = u"Various Artists" + artist_name = "Various Artists" else: artist_name = artist_cluster_engine.getClusterTitle(artist_id) @@ -283,12 +286,12 @@ update_metadata_images(self) -class UnmatchedFiles(Cluster): +class UnclusteredFiles(Cluster): """Special cluster for 'Unmatched Files' which have no PUID and have not been clustered.""" def __init__(self): - super(UnmatchedFiles, self).__init__(_(u"Unmatched Files"), special=True) + super().__init__(_("Unclustered Files"), special=True) def add_files(self, files): Cluster.add_files(self, files) @@ -315,7 +318,7 @@ return False def can_remove(self): - return True + return len(self.files) > 0 class ClusterList(list, Item): @@ -323,7 +326,7 @@ """A list of clusters.""" def __init__(self): - super(ClusterList, self).__init__() + super().__init__() def __hash__(self): return id(self) @@ -359,15 +362,15 @@ self.ids = {} # counter for new id generation self.id = 0 - self.regexp = re.compile(ur'\W', re.UNICODE) - self.spaces = re.compile(ur'\s', re.UNICODE) + self.regexp = re.compile(r'\W', re.UNICODE) + self.spaces = re.compile(r'\s', re.UNICODE) def getSize(self): return self.id def tokenize(self, word): - token = self.regexp.sub(u'', word.lower()) - return token if token else self.spaces.sub(u'', word.lower()) + token = self.regexp.sub('', word.lower()) + return token if token else self.spaces.sub('', word.lower()) def add(self, word): """ @@ -376,11 +379,11 @@ in the dictionary or -1 is the word is empty. """ - if word == u'': + if word == '': return -1 token = self.tokenize(word) - if token == u'': + if token == '': return -1 try: @@ -433,29 +436,29 @@ # Index the word ids -> clusters self.idClusterIndex = {} - def getClusterFromId(self, id): - return self.idClusterIndex.get(id) + def getClusterFromId(self, clusterid): + return self.idClusterIndex.get(clusterid) def printCluster(self, cluster): if cluster < 0: print("[no such cluster]") return - bin = self.clusterBins[cluster] - print(cluster, " -> ", ", ".join([("'" + self.clusterDict.getWord(i) + "'") for i in bin])) + cluster_bin = self.clusterBins[cluster] + print(cluster, " -> ", ", ".join([("'" + self.clusterDict.getWord(i) + "'") for i in cluster_bin])) def getClusterTitle(self, cluster): if cluster < 0: return "" - max = 0 - maxWord = u'' - for id in self.clusterBins[cluster]: - word, count = self.clusterDict.getWordAndCount(id) - if count >= max: + cluster_max = 0 + maxWord = '' + for cluster_bin in self.clusterBins[cluster]: + word, count = self.clusterDict.getWordAndCount(cluster_bin) + if count >= cluster_max: maxWord = word - max = count + cluster_max = count return maxWord @@ -464,8 +467,8 @@ # Keep the matches sorted in a heap heap = [] - for y in xrange(self.clusterDict.getSize()): - for x in xrange(y): + for y in range(self.clusterDict.getSize()): + for x in range(y): if x != y: c = similarity(self.clusterDict.getToken(x).lower(), self.clusterDict.getToken(y).lower()) @@ -473,14 +476,14 @@ heappush(heap, ((1.0 - c), [x, y])) QtCore.QCoreApplication.processEvents() - for i in xrange(self.clusterDict.getSize()): + for i in range(self.clusterDict.getSize()): word, count = self.clusterDict.getWordAndCount(i) if word and count > 1: self.clusterBins[self.clusterCount] = [i] self.idClusterIndex[i] = self.clusterCount self.clusterCount = self.clusterCount + 1 - for i in xrange(len(heap)): + for i in range(len(heap)): c, pair = heappop(heap) c = 1.0 - c diff -Nru picard-1.4.2/picard/collection.py picard-2.0.0/picard/collection.py --- picard-1.4.2/picard/collection.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/collection.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from functools import partial -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import config, log @@ -27,8 +27,8 @@ class Collection(QtCore.QObject): - def __init__(self, id, name, size): - self.id = id + def __init__(self, collection_id, name, size): + self.id = collection_id self.name = name self.pending = set() self.size = int(size) @@ -41,14 +41,14 @@ ids = ids - self.pending if ids: self.pending.update(ids) - self.tagger.xmlws.put_to_collection(self.id, list(ids), + self.tagger.mb_api.put_to_collection(self.id, list(ids), partial(self._add_finished, ids, callback)) def remove_releases(self, ids, callback): ids = ids - self.pending if ids: self.pending.update(ids) - self.tagger.xmlws.delete_from_collection(self.id, list(ids), + self.tagger.mb_api.delete_from_collection(self.id, list(ids), partial(self._remove_finished, ids, callback)) def _add_finished(self, ids, callback, document, reply, error): @@ -64,7 +64,7 @@ } log.debug('Added %(count)i releases to collection "%(name)s"' % mparms) self.tagger.window.set_statusbar_message( - ungettext('Added %(count)i release to collection "%(name)s"', + ngettext('Added %(count)i release to collection "%(name)s"', 'Added %(count)i releases to collection "%(name)s"', count), mparms, @@ -86,7 +86,7 @@ log.debug('Removed %(count)i releases from collection "%(name)s"' % mparms) self.tagger.window.set_statusbar_message( - ungettext('Removed %(count)i release from collection "%(name)s"', + ngettext('Removed %(count)i release from collection "%(name)s"', 'Removed %(count)i releases from collection "%(name)s"', count), mparms, @@ -102,33 +102,34 @@ if error: tagger.window.set_statusbar_message( N_("Error loading collections: %(error)s"), - {'error': unicode(reply.errorString())}, + {'error': reply.errorString()}, echo=log.error ) return - collection_list = document.metadata[0].collection_list[0] - if "collection" in collection_list.children: + if document and "collections" in document: + collection_list = document['collections'] new_collections = set() - for node in collection_list.collection: - if node.attribs.get(u"entity_type") != u"release": + for node in collection_list: + if node["entity-type"] != "release": continue - new_collections.add(node.id) - collection = user_collections.get(node.id) + node_id = node['id'] + new_collections.add(node_id) + collection = user_collections.get(node_id) if collection is None: - user_collections[node.id] = Collection(node.id, node.name[0].text, node.release_list[0].count) + user_collections[node_id] = Collection(node_id, node['name'], node['release-count']) else: - collection.name = node.name[0].text - collection.size = int(node.release_list[0].count) + collection.name = node['name'] + collection.size = node['release-count'] - for id in set(user_collections.iterkeys()) - new_collections: - del user_collections[id] + for collection_id in set(user_collections.keys()) - new_collections: + del user_collections[collection_id] if callback: callback() - if tagger.xmlws.oauth_manager.is_authorized(): - tagger.xmlws.get_collection_list(partial(request_finished)) + if tagger.webservice.oauth_manager.is_authorized(): + tagger.mb_api.get_collection_list(partial(request_finished)) else: user_collections.clear() @@ -136,14 +137,13 @@ def add_release_to_user_collections(release_node): """Add album to collections""" # Check for empy collection list - if ("collection_list" in release_node.children and - "collection" in release_node.collection_list[0].children): + if "collections" in release_node: + release_id = release_node['id'] username = config.persist["oauth_username"].lower() - for node in release_node.collection_list[0].collection: - if node.editor[0].text.lower() == username: - if node.id not in user_collections: - user_collections[node.id] = \ - Collection(node.id, node.name[0].text, node.release_list[0].count) - user_collections[node.id].releases.add(release_node.id) - log.debug("Adding release %r to %r" % - (release_node.id, user_collections[node.id])) + for node in release_node['collections']: + node_id = node['id'] + if node['editor'].lower() == username: + if node_id not in user_collections: + user_collections[node_id] = Collection(node_id, node['name'], node['release-count']) + user_collections[node_id].releases.add(release_id) + log.debug("Adding release %r to %r", release_id, user_collections[node_id]) diff -Nru picard-1.4.2/picard/compat.py picard-2.0.0/picard/compat.py --- picard-1.4.2/picard/compat.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/compat.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2014 Johannes Dewender -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -"""Python 2/3 compatibility""" - -import sys - -is_py2 = (sys.version_info[0] == 2) -is_py3 = (sys.version_info[0] == 3) - -if is_py2: - from StringIO import StringIO -else: - from io import StringIO diff -Nru picard-1.4.2/picard/config.py picard-2.0.0/picard/config.py --- picard-1.4.2/picard/config.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/config.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,13 +17,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from __future__ import print_function from operator import itemgetter -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import (PICARD_APP_NAME, PICARD_ORG_NAME, PICARD_VERSION, version_to_string, version_from_string) from picard.util import LockableObject - +from picard import log class ConfigUpgradeError(Exception): pass @@ -34,9 +33,27 @@ """Configuration section.""" def __init__(self, config, name): - LockableObject.__init__(self) - self.__config = config + super().__init__() + self.__qt_config = config + self.__config = {} self.__name = name + self.__load_keys() + + def __qt_keys(self): + prefix = self.__name + '/' + return filter(lambda key: key.startswith(prefix), + self.__qt_config.allKeys()) + + def __load_keys(self): + for key in self.__qt_keys(): + try: + self.__config[key] = self.__qt_config.value(key) + except TypeError: + # Related to PICARD-1255, Unable to load the object into + # Python at all. Something weird with the way it is read and converted + # via the Qt C++ API. Simply ignore the key and it will be reset to + # default whenever the user opens Picard options + log.error('Unable to load config value: %s', key) def __getitem__(self, name): opt = Option.get(self.__name, name) @@ -45,42 +62,42 @@ return self.value(name, opt, opt.default) def __setitem__(self, name, value): + key = self.__name + '/' + name self.lock_for_write() try: - self.__config.setValue("%s/%s" % (self.__name, name), value) + self.__config[key] = value + self.__qt_config.setValue(key, value) finally: self.unlock() - def __contains__(self, key): - key = "%s/%s" % (self.__name, key) - return self.__config.contains(key) - - def remove(self, key): - key = "%s/%s" % (self.__name, key) - if self.__config.contains(key): - self.__config.remove(key) + def __contains__(self, name): + key = self.__name + '/' + name + return key in self.__config - def raw_value(self, key): - """Return an option value without any type conversion.""" - value = self.__config.value("%s/%s" % (self.__name, key)) - - # XXX QPyNullVariant does not exist in all PyQt versions, and was - # removed entirely in PyQt5. See: - # http://pyqt.sourceforge.net/Docs/PyQt5/pyqt_qvariant.html - if str(type(value)) == "": - return "" + def remove(self, name): + key = self.__name + '/' + name + self.lock_for_write() + try: + if key in self.__config: + self.__config.pop(key) + self.__qt_config.remove(key) + finally: + self.unlock() + def raw_value(self, name): + """Return an option value without any type conversion.""" + value = self.__config[self.__name + '/' + name] return value - def value(self, name, type, default=None): + def value(self, name, option_type, default=None): """Return an option value converted to the given Option type.""" - key = "%s/%s" % (self.__name, name) + key = self.__name + '/' + name self.lock_for_read() try: - if self.__config.contains(key): - return type.convert(self.raw_value(name)) + if key in self.__config: + return option_type.convert(self.raw_value(name)) return default - except: + except Exception: return default finally: self.unlock() @@ -138,7 +155,7 @@ def switchProfile(self, profilename): """Sets the current profile.""" - key = u"profile/%s" % (profilename,) + key = "profile/%s" % (profilename,) if self.contains(key): self.profile.name = key else: @@ -211,6 +228,7 @@ registry = {} def __init__(self, section, name, default): + super().__init__() self.section = section self.name = name self.default = default @@ -225,7 +243,7 @@ class TextOption(Option): - convert = unicode + convert = str class BoolOption(Option): @@ -258,8 +276,8 @@ class IntListOption(Option): @staticmethod - def convert(value): - return map(int, value) + def convert(values): + return list(map(int, values)) config = None diff -Nru picard-1.4.2/picard/config_upgrade.py picard-2.0.0/picard/config_upgrade.py --- picard-1.4.2/picard/config_upgrade.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/config_upgrade.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtGui +from PyQt5 import QtWidgets import re from picard import (log, config) @@ -49,7 +49,7 @@ _s.remove("use_va_format") if ("va_file_naming_format" in _s and "use_va_format" in _s): - msgbox = QtGui.QMessageBox() + msgbox = QtWidgets.QMessageBox() if _s.value("use_va_format", config.BoolOption): remove_va_file_naming_format() @@ -59,7 +59,7 @@ "albums has been removed in this version of Picard.\n" "Your file naming scheme has automatically been " "merged with that of single artist albums."), - QtGui.QMessageBox.Ok) + QtWidgets.QMessageBox.Ok) elif (_s.value("va_file_naming_format", config.TextOption) != r"$if2(%albumartist%,%artist%)/%album%/$if($gt(%totaldis" @@ -116,7 +116,7 @@ "caa_image_types": None, "metadata_box_sizes": None, } - for (opt, sep) in option_separators.iteritems(): + for (opt, sep) in option_separators.items(): if opt in _s: _s[opt] = _s.raw_value(opt).split(sep) @@ -155,7 +155,7 @@ def upgrade_to_v1_4_0_dev_3(): """Cover art providers options were moved to a list of tuples""" _s = config.setting - map = [ + map_ca_provider = [ ('ca_provider_use_amazon', 'Amazon'), ('ca_provider_use_caa', 'Cover Art Archive'), ('ca_provider_use_whitelist', 'Whitelist'), @@ -163,7 +163,7 @@ ] newopts = [] - for old, new in map: + for old, new in map_ca_provider: if old in _s: newopts.append((new, _s.value(old, config.BoolOption, True))) _s['ca_providers'] = newopts @@ -191,7 +191,6 @@ def upgrade_to_v1_4_0_dev_5(): """Using Picard.ini configuration file on all platforms""" # this is done in Config.__init__() - pass def upgrade_to_v1_4_0_dev_6(): @@ -223,6 +222,25 @@ _s.remove(old_opt) +def upgrade_to_v2_0_0_dev_3(): + """Option "caa_image_size" value has different meaning.""" + _s = config.setting + opt = "caa_image_size" + if opt in _s: + # caa_image_size option was storing index of a combobox item as size + # therefore it depends on items order and/or number, which is bad + # To keep the option as is, values >= 250 are stored for thumbnails and -1 is + # used for full size. + _CAA_SIZE_COMPAT = { + 0: 250, + 1: 500, + 2: -1, + } + value = _s[opt] + if value in _CAA_SIZE_COMPAT: + _s[opt] = _CAA_SIZE_COMPAT[value] + + def upgrade_config(): cfg = config.config cfg.register_upgrade_hook(upgrade_to_v1_0_0_final_0) @@ -236,4 +254,5 @@ cfg.register_upgrade_hook(upgrade_to_v1_4_0_dev_5) cfg.register_upgrade_hook(upgrade_to_v1_4_0_dev_6) cfg.register_upgrade_hook(upgrade_to_v1_4_0_dev_7) + cfg.register_upgrade_hook(upgrade_to_v2_0_0_dev_3) cfg.run_upgrade_hooks(log.debug) diff -Nru picard-1.4.2/picard/const/attributes.py picard-2.0.0/picard/const/attributes.py --- picard-1.4.2/picard/const/attributes.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/const/attributes.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,101 +3,110 @@ # Use `python setup.py update_constants` to update it. MB_ATTRIBUTES = { - u'DB:cover_art_archive.art_type/name:001': u'Front', - u'DB:cover_art_archive.art_type/name:002': u'Back', - u'DB:cover_art_archive.art_type/name:003': u'Booklet', - u'DB:cover_art_archive.art_type/name:004': u'Medium', - u'DB:cover_art_archive.art_type/name:005': u'Obi', - u'DB:cover_art_archive.art_type/name:006': u'Spine', - u'DB:cover_art_archive.art_type/name:007': u'Track', - u'DB:cover_art_archive.art_type/name:008': u'Other', - u'DB:cover_art_archive.art_type/name:009': u'Tray', - u'DB:cover_art_archive.art_type/name:010': u'Sticker', - u'DB:cover_art_archive.art_type/name:011': u'Poster', - u'DB:cover_art_archive.art_type/name:012': u'Liner', - u'DB:cover_art_archive.art_type/name:013': u'Watermark', - u'DB:medium_format/name:001': u'CD', - u'DB:medium_format/name:002': u'DVD', - u'DB:medium_format/name:003': u'SACD', - u'DB:medium_format/name:004': u'DualDisc', - u'DB:medium_format/name:005': u'LaserDisc', - u'DB:medium_format/name:006': u'MiniDisc', - u'DB:medium_format/name:007': u'Vinyl', - u'DB:medium_format/name:008': u'Cassette', - u'DB:medium_format/name:009': u'Cartridge', - u'DB:medium_format/name:010': u'Reel-to-reel', - u'DB:medium_format/name:011': u'DAT', - u'DB:medium_format/name:012': u'Digital Media', - u'DB:medium_format/name:013': u'Other', - u'DB:medium_format/name:014': u'Wax Cylinder', - u'DB:medium_format/name:015': u'Piano Roll', - u'DB:medium_format/name:016': u'DCC', - u'DB:medium_format/name:017': u'HD-DVD', - u'DB:medium_format/name:018': u'DVD-Audio', - u'DB:medium_format/name:019': u'DVD-Video', - u'DB:medium_format/name:020': u'Blu-ray', - u'DB:medium_format/name:021': u'VHS', - u'DB:medium_format/name:022': u'VCD', - u'DB:medium_format/name:023': u'SVCD', - u'DB:medium_format/name:024': u'Betamax', - u'DB:medium_format/name:025': u'HDCD', - u'DB:medium_format/name:026': u'USB Flash Drive', - u'DB:medium_format/name:027': u'slotMusic', - u'DB:medium_format/name:028': u'UMD', - u'DB:medium_format/name:029': u'7" Vinyl', - u'DB:medium_format/name:030': u'10" Vinyl', - u'DB:medium_format/name:031': u'12" Vinyl', - u'DB:medium_format/name:033': u'CD-R', - u'DB:medium_format/name:034': u'8cm CD', - u'DB:medium_format/name:035': u'Blu-spec CD', - u'DB:medium_format/name:036': u'SHM-CD', - u'DB:medium_format/name:037': u'HQCD', - u'DB:medium_format/name:038': u'Hybrid SACD', - u'DB:medium_format/name:039': u'CD+G', - u'DB:medium_format/name:040': u'8cm CD+G', - u'DB:medium_format/name:041': u'CDV', - u'DB:medium_format/name:042': u'Enhanced CD', - u'DB:medium_format/name:043': u'Data CD', - u'DB:medium_format/name:044': u'DTS CD', - u'DB:medium_format/name:045': u'Playbutton', - u'DB:medium_format/name:046': u'Music Card', - u'DB:medium_format/name:047': u'DVDplus', - u'DB:medium_format/name:048': u'VinylDisc', - u'DB:medium_format/name:049': u'3.5" Floppy Disk', - u'DB:medium_format/name:050': u'Edison Diamond Disc', - u'DB:medium_format/name:051': u'Flexi-disc', - u'DB:medium_format/name:052': u'7" Flexi-disc', - u'DB:medium_format/name:053': u'Shellac', - u'DB:medium_format/name:054': u'10" Shellac', - u'DB:medium_format/name:055': u'12" Shellac', - u'DB:medium_format/name:056': u'7" Shellac', - u'DB:medium_format/name:057': u'SHM-SACD', - u'DB:medium_format/name:058': u'Pathé disc', - u'DB:medium_format/name:059': u'VHD', - u'DB:medium_format/name:060': u'CED', - u'DB:medium_format/name:061': u'Copy Control CD', - u'DB:medium_format/name:062': u'SD Card', - u'DB:medium_format/name:063': u'Hybrid SACD (CD layer)', - u'DB:medium_format/name:064': u'Hybrid SACD (SACD layer)', - u'DB:medium_format/name:065': u'DualDisc (DVD-Audio side)', - u'DB:medium_format/name:066': u'DualDisc (DVD-Video side)', - u'DB:medium_format/name:067': u'DualDisc (CD side)', - u'DB:medium_format/name:068': u'DVDplus (DVD-Audio side)', - u'DB:medium_format/name:069': u'DVDplus (DVD-Video side)', - u'DB:medium_format/name:070': u'DVDplus (CD side)', - u'DB:release_group_primary_type/name:001': u'Album', - u'DB:release_group_primary_type/name:002': u'Single', - u'DB:release_group_primary_type/name:003': u'EP', - u'DB:release_group_primary_type/name:011': u'Other', - u'DB:release_group_primary_type/name:012': u'Broadcast', - u'DB:release_group_secondary_type/name:001': u'Compilation', - u'DB:release_group_secondary_type/name:002': u'Soundtrack', - u'DB:release_group_secondary_type/name:003': u'Spokenword', - u'DB:release_group_secondary_type/name:004': u'Interview', - u'DB:release_group_secondary_type/name:005': u'Audiobook', - u'DB:release_group_secondary_type/name:006': u'Live', - u'DB:release_group_secondary_type/name:007': u'Remix', - u'DB:release_group_secondary_type/name:008': u'DJ-mix', - u'DB:release_group_secondary_type/name:009': u'Mixtape/Street', - u'DB:release_group_secondary_type/name:010': u'Demo', + 'DB:cover_art_archive.art_type/name:001': 'Front', + 'DB:cover_art_archive.art_type/name:002': 'Back', + 'DB:cover_art_archive.art_type/name:003': 'Booklet', + 'DB:cover_art_archive.art_type/name:004': 'Medium', + 'DB:cover_art_archive.art_type/name:005': 'Obi', + 'DB:cover_art_archive.art_type/name:006': 'Spine', + 'DB:cover_art_archive.art_type/name:007': 'Track', + 'DB:cover_art_archive.art_type/name:008': 'Other', + 'DB:cover_art_archive.art_type/name:009': 'Tray', + 'DB:cover_art_archive.art_type/name:010': 'Sticker', + 'DB:cover_art_archive.art_type/name:011': 'Poster', + 'DB:cover_art_archive.art_type/name:012': 'Liner', + 'DB:cover_art_archive.art_type/name:013': 'Watermark', + 'DB:cover_art_archive.art_type/name:014': 'Raw/Unedited', + 'DB:medium_format/name:001': 'CD', + 'DB:medium_format/name:002': 'DVD', + 'DB:medium_format/name:003': 'SACD', + 'DB:medium_format/name:004': 'DualDisc', + 'DB:medium_format/name:005': 'LaserDisc', + 'DB:medium_format/name:006': 'MiniDisc', + 'DB:medium_format/name:007': 'Vinyl', + 'DB:medium_format/name:008': 'Cassette', + 'DB:medium_format/name:009': 'Cartridge', + 'DB:medium_format/name:010': 'Reel-to-reel', + 'DB:medium_format/name:011': 'DAT', + 'DB:medium_format/name:012': 'Digital Media', + 'DB:medium_format/name:013': 'Other', + 'DB:medium_format/name:014': 'Wax Cylinder', + 'DB:medium_format/name:015': 'Piano Roll', + 'DB:medium_format/name:016': 'DCC', + 'DB:medium_format/name:017': 'HD-DVD', + 'DB:medium_format/name:018': 'DVD-Audio', + 'DB:medium_format/name:019': 'DVD-Video', + 'DB:medium_format/name:020': 'Blu-ray', + 'DB:medium_format/name:021': 'VHS', + 'DB:medium_format/name:022': 'VCD', + 'DB:medium_format/name:023': 'SVCD', + 'DB:medium_format/name:024': 'Betamax', + 'DB:medium_format/name:025': 'HDCD', + 'DB:medium_format/name:026': 'USB Flash Drive', + 'DB:medium_format/name:027': 'slotMusic', + 'DB:medium_format/name:028': 'UMD', + 'DB:medium_format/name:029': '7" Vinyl', + 'DB:medium_format/name:030': '10" Vinyl', + 'DB:medium_format/name:031': '12" Vinyl', + 'DB:medium_format/name:033': 'CD-R', + 'DB:medium_format/name:034': '8cm CD', + 'DB:medium_format/name:035': 'Blu-spec CD', + 'DB:medium_format/name:036': 'SHM-CD', + 'DB:medium_format/name:037': 'HQCD', + 'DB:medium_format/name:038': 'Hybrid SACD', + 'DB:medium_format/name:039': 'CD+G', + 'DB:medium_format/name:040': '8cm CD+G', + 'DB:medium_format/name:041': 'CDV', + 'DB:medium_format/name:042': 'Enhanced CD', + 'DB:medium_format/name:043': 'Data CD', + 'DB:medium_format/name:044': 'DTS CD', + 'DB:medium_format/name:045': 'Playbutton', + 'DB:medium_format/name:046': 'Music Card', + 'DB:medium_format/name:047': 'DVDplus', + 'DB:medium_format/name:048': 'VinylDisc', + 'DB:medium_format/name:049': '3.5" Floppy Disk', + 'DB:medium_format/name:050': 'Edison Diamond Disc', + 'DB:medium_format/name:051': 'Flexi-disc', + 'DB:medium_format/name:052': '7" Flexi-disc', + 'DB:medium_format/name:053': 'Shellac', + 'DB:medium_format/name:054': '10" Shellac', + 'DB:medium_format/name:055': '12" Shellac', + 'DB:medium_format/name:056': '7" Shellac', + 'DB:medium_format/name:057': 'SHM-SACD', + 'DB:medium_format/name:058': 'Pathé disc', + 'DB:medium_format/name:059': 'VHD', + 'DB:medium_format/name:060': 'CED', + 'DB:medium_format/name:061': 'Copy Control CD', + 'DB:medium_format/name:062': 'SD Card', + 'DB:medium_format/name:063': 'Hybrid SACD (CD layer)', + 'DB:medium_format/name:064': 'Hybrid SACD (SACD layer)', + 'DB:medium_format/name:065': 'DualDisc (DVD-Audio side)', + 'DB:medium_format/name:066': 'DualDisc (DVD-Video side)', + 'DB:medium_format/name:067': 'DualDisc (CD side)', + 'DB:medium_format/name:068': 'DVDplus (DVD-Audio side)', + 'DB:medium_format/name:069': 'DVDplus (DVD-Video side)', + 'DB:medium_format/name:070': 'DVDplus (CD side)', + 'DB:medium_format/name:071': '8" LaserDisc', + 'DB:medium_format/name:072': '12" LaserDisc', + 'DB:medium_format/name:073': 'Phonograph record', + 'DB:medium_format/name:074': 'PlayTape', + 'DB:medium_format/name:075': 'HiPac', + 'DB:medium_format/name:076': 'Floppy Disk', + 'DB:medium_format/name:077': 'Zip Disk', + 'DB:medium_format/name:078': '8-Track Cartridge', + 'DB:release_group_primary_type/name:001': 'Album', + 'DB:release_group_primary_type/name:002': 'Single', + 'DB:release_group_primary_type/name:003': 'EP', + 'DB:release_group_primary_type/name:011': 'Other', + 'DB:release_group_primary_type/name:012': 'Broadcast', + 'DB:release_group_secondary_type/name:001': 'Compilation', + 'DB:release_group_secondary_type/name:002': 'Soundtrack', + 'DB:release_group_secondary_type/name:003': 'Spokenword', + 'DB:release_group_secondary_type/name:004': 'Interview', + 'DB:release_group_secondary_type/name:005': 'Audiobook', + 'DB:release_group_secondary_type/name:006': 'Live', + 'DB:release_group_secondary_type/name:007': 'Remix', + 'DB:release_group_secondary_type/name:008': 'DJ-mix', + 'DB:release_group_secondary_type/name:009': 'Mixtape/Street', + 'DB:release_group_secondary_type/name:010': 'Demo', } diff -Nru picard-1.4.2/picard/const/countries.py picard-2.0.0/picard/const/countries.py --- picard-1.4.2/picard/const/countries.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/const/countries.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,262 +3,262 @@ # Use `python setup.py update_constants` to update it. RELEASE_COUNTRIES = { - u'AD': u'Andorra', - u'AE': u'United Arab Emirates', - u'AF': u'Afghanistan', - u'AG': u'Antigua and Barbuda', - u'AI': u'Anguilla', - u'AL': u'Albania', - u'AM': u'Armenia', - u'AN': u'Netherlands Antilles', - u'AO': u'Angola', - u'AQ': u'Antarctica', - u'AR': u'Argentina', - u'AS': u'American Samoa', - u'AT': u'Austria', - u'AU': u'Australia', - u'AW': u'Aruba', - u'AX': u'Åland Islands', - u'AZ': u'Azerbaijan', - u'BA': u'Bosnia and Herzegovina', - u'BB': u'Barbados', - u'BD': u'Bangladesh', - u'BE': u'Belgium', - u'BF': u'Burkina Faso', - u'BG': u'Bulgaria', - u'BH': u'Bahrain', - u'BI': u'Burundi', - u'BJ': u'Benin', - u'BL': u'Saint Barthélemy', - u'BM': u'Bermuda', - u'BN': u'Brunei', - u'BO': u'Bolivia', - u'BQ': u'Bonaire, Sint Eustatius and Saba', - u'BR': u'Brazil', - u'BS': u'Bahamas', - u'BT': u'Bhutan', - u'BV': u'Bouvet Island', - u'BW': u'Botswana', - u'BY': u'Belarus', - u'BZ': u'Belize', - u'CA': u'Canada', - u'CC': u'Cocos (Keeling) Islands', - u'CD': u'Democratic Republic of the Congo', - u'CF': u'Central African Republic', - u'CG': u'Congo', - u'CH': u'Switzerland', - u'CI': u'Côte d\'Ivoire', - u'CK': u'Cook Islands', - u'CL': u'Chile', - u'CM': u'Cameroon', - u'CN': u'China', - u'CO': u'Colombia', - u'CR': u'Costa Rica', - u'CS': u'Serbia and Montenegro', - u'CU': u'Cuba', - u'CV': u'Cape Verde', - u'CW': u'Curaçao', - u'CX': u'Christmas Island', - u'CY': u'Cyprus', - u'CZ': u'Czech Republic', - u'DE': u'Germany', - u'DJ': u'Djibouti', - u'DK': u'Denmark', - u'DM': u'Dominica', - u'DO': u'Dominican Republic', - u'DZ': u'Algeria', - u'EC': u'Ecuador', - u'EE': u'Estonia', - u'EG': u'Egypt', - u'EH': u'Western Sahara', - u'ER': u'Eritrea', - u'ES': u'Spain', - u'ET': u'Ethiopia', - u'FI': u'Finland', - u'FJ': u'Fiji', - u'FK': u'Falkland Islands', - u'FM': u'Federated States of Micronesia', - u'FO': u'Faroe Islands', - u'FR': u'France', - u'GA': u'Gabon', - u'GB': u'United Kingdom', - u'GD': u'Grenada', - u'GE': u'Georgia', - u'GF': u'French Guiana', - u'GG': u'Guernsey', - u'GH': u'Ghana', - u'GI': u'Gibraltar', - u'GL': u'Greenland', - u'GM': u'Gambia', - u'GN': u'Guinea', - u'GP': u'Guadeloupe', - u'GQ': u'Equatorial Guinea', - u'GR': u'Greece', - u'GS': u'South Georgia and the South Sandwich Islands', - u'GT': u'Guatemala', - u'GU': u'Guam', - u'GW': u'Guinea-Bissau', - u'GY': u'Guyana', - u'HK': u'Hong Kong', - u'HM': u'Heard Island and McDonald Islands', - u'HN': u'Honduras', - u'HR': u'Croatia', - u'HT': u'Haiti', - u'HU': u'Hungary', - u'ID': u'Indonesia', - u'IE': u'Ireland', - u'IL': u'Israel', - u'IM': u'Isle of Man', - u'IN': u'India', - u'IO': u'British Indian Ocean Territory', - u'IQ': u'Iraq', - u'IR': u'Iran', - u'IS': u'Iceland', - u'IT': u'Italy', - u'JE': u'Jersey', - u'JM': u'Jamaica', - u'JO': u'Jordan', - u'JP': u'Japan', - u'KE': u'Kenya', - u'KG': u'Kyrgyzstan', - u'KH': u'Cambodia', - u'KI': u'Kiribati', - u'KM': u'Comoros', - u'KN': u'Saint Kitts and Nevis', - u'KP': u'North Korea', - u'KR': u'South Korea', - u'KW': u'Kuwait', - u'KY': u'Cayman Islands', - u'KZ': u'Kazakhstan', - u'LA': u'Laos', - u'LB': u'Lebanon', - u'LC': u'Saint Lucia', - u'LI': u'Liechtenstein', - u'LK': u'Sri Lanka', - u'LR': u'Liberia', - u'LS': u'Lesotho', - u'LT': u'Lithuania', - u'LU': u'Luxembourg', - u'LV': u'Latvia', - u'LY': u'Libya', - u'MA': u'Morocco', - u'MC': u'Monaco', - u'MD': u'Moldova', - u'ME': u'Montenegro', - u'MF': u'Saint Martin (French part)', - u'MG': u'Madagascar', - u'MH': u'Marshall Islands', - u'MK': u'Macedonia', - u'ML': u'Mali', - u'MM': u'Myanmar', - u'MN': u'Mongolia', - u'MO': u'Macao', - u'MP': u'Northern Mariana Islands', - u'MQ': u'Martinique', - u'MR': u'Mauritania', - u'MS': u'Montserrat', - u'MT': u'Malta', - u'MU': u'Mauritius', - u'MV': u'Maldives', - u'MW': u'Malawi', - u'MX': u'Mexico', - u'MY': u'Malaysia', - u'MZ': u'Mozambique', - u'NA': u'Namibia', - u'NC': u'New Caledonia', - u'NE': u'Niger', - u'NF': u'Norfolk Island', - u'NG': u'Nigeria', - u'NI': u'Nicaragua', - u'NL': u'Netherlands', - u'NO': u'Norway', - u'NP': u'Nepal', - u'NR': u'Nauru', - u'NU': u'Niue', - u'NZ': u'New Zealand', - u'OM': u'Oman', - u'PA': u'Panama', - u'PE': u'Peru', - u'PF': u'French Polynesia', - u'PG': u'Papua New Guinea', - u'PH': u'Philippines', - u'PK': u'Pakistan', - u'PL': u'Poland', - u'PM': u'Saint Pierre and Miquelon', - u'PN': u'Pitcairn', - u'PR': u'Puerto Rico', - u'PS': u'Palestine', - u'PT': u'Portugal', - u'PW': u'Palau', - u'PY': u'Paraguay', - u'QA': u'Qatar', - u'RE': u'Réunion', - u'RO': u'Romania', - u'RS': u'Serbia', - u'RU': u'Russia', - u'RW': u'Rwanda', - u'SA': u'Saudi Arabia', - u'SB': u'Solomon Islands', - u'SC': u'Seychelles', - u'SD': u'Sudan', - u'SE': u'Sweden', - u'SG': u'Singapore', - u'SH': u'Saint Helena, Ascension and Tristan da Cunha', - u'SI': u'Slovenia', - u'SJ': u'Svalbard and Jan Mayen', - u'SK': u'Slovakia', - u'SL': u'Sierra Leone', - u'SM': u'San Marino', - u'SN': u'Senegal', - u'SO': u'Somalia', - u'SR': u'Suriname', - u'SS': u'South Sudan', - u'ST': u'Sao Tome and Principe', - u'SU': u'Soviet Union', - u'SV': u'El Salvador', - u'SX': u'Sint Maarten (Dutch part)', - u'SY': u'Syria', - u'SZ': u'Swaziland', - u'TC': u'Turks and Caicos Islands', - u'TD': u'Chad', - u'TF': u'French Southern Territories', - u'TG': u'Togo', - u'TH': u'Thailand', - u'TJ': u'Tajikistan', - u'TK': u'Tokelau', - u'TL': u'Timor-Leste', - u'TM': u'Turkmenistan', - u'TN': u'Tunisia', - u'TO': u'Tonga', - u'TR': u'Turkey', - u'TT': u'Trinidad and Tobago', - u'TV': u'Tuvalu', - u'TW': u'Taiwan', - u'TZ': u'Tanzania', - u'UA': u'Ukraine', - u'UG': u'Uganda', - u'UM': u'United States Minor Outlying Islands', - u'US': u'United States', - u'UY': u'Uruguay', - u'UZ': u'Uzbekistan', - u'VA': u'Vatican City', - u'VC': u'Saint Vincent and The Grenadines', - u'VE': u'Venezuela', - u'VG': u'British Virgin Islands', - u'VI': u'U.S. Virgin Islands', - u'VN': u'Vietnam', - u'VU': u'Vanuatu', - u'WF': u'Wallis and Futuna', - u'WS': u'Samoa', - u'XC': u'Czechoslovakia', - u'XE': u'Europe', - u'XG': u'East Germany', - u'XK': u'Kosovo', - u'XW': u'[Worldwide]', - u'YE': u'Yemen', - u'YT': u'Mayotte', - u'YU': u'Yugoslavia', - u'ZA': u'South Africa', - u'ZM': u'Zambia', - u'ZW': u'Zimbabwe', + 'AD': 'Andorra', + 'AE': 'United Arab Emirates', + 'AF': 'Afghanistan', + 'AG': 'Antigua and Barbuda', + 'AI': 'Anguilla', + 'AL': 'Albania', + 'AM': 'Armenia', + 'AN': 'Netherlands Antilles', + 'AO': 'Angola', + 'AQ': 'Antarctica', + 'AR': 'Argentina', + 'AS': 'American Samoa', + 'AT': 'Austria', + 'AU': 'Australia', + 'AW': 'Aruba', + 'AX': 'Åland Islands', + 'AZ': 'Azerbaijan', + 'BA': 'Bosnia and Herzegovina', + 'BB': 'Barbados', + 'BD': 'Bangladesh', + 'BE': 'Belgium', + 'BF': 'Burkina Faso', + 'BG': 'Bulgaria', + 'BH': 'Bahrain', + 'BI': 'Burundi', + 'BJ': 'Benin', + 'BL': 'Saint Barthélemy', + 'BM': 'Bermuda', + 'BN': 'Brunei', + 'BO': 'Bolivia', + 'BQ': 'Bonaire, Sint Eustatius and Saba', + 'BR': 'Brazil', + 'BS': 'Bahamas', + 'BT': 'Bhutan', + 'BV': 'Bouvet Island', + 'BW': 'Botswana', + 'BY': 'Belarus', + 'BZ': 'Belize', + 'CA': 'Canada', + 'CC': 'Cocos (Keeling) Islands', + 'CD': 'Democratic Republic of the Congo', + 'CF': 'Central African Republic', + 'CG': 'Congo', + 'CH': 'Switzerland', + 'CI': 'Côte d\'Ivoire', + 'CK': 'Cook Islands', + 'CL': 'Chile', + 'CM': 'Cameroon', + 'CN': 'China', + 'CO': 'Colombia', + 'CR': 'Costa Rica', + 'CS': 'Serbia and Montenegro', + 'CU': 'Cuba', + 'CV': 'Cape Verde', + 'CW': 'Curaçao', + 'CX': 'Christmas Island', + 'CY': 'Cyprus', + 'CZ': 'Czech Republic', + 'DE': 'Germany', + 'DJ': 'Djibouti', + 'DK': 'Denmark', + 'DM': 'Dominica', + 'DO': 'Dominican Republic', + 'DZ': 'Algeria', + 'EC': 'Ecuador', + 'EE': 'Estonia', + 'EG': 'Egypt', + 'EH': 'Western Sahara', + 'ER': 'Eritrea', + 'ES': 'Spain', + 'ET': 'Ethiopia', + 'FI': 'Finland', + 'FJ': 'Fiji', + 'FK': 'Falkland Islands', + 'FM': 'Federated States of Micronesia', + 'FO': 'Faroe Islands', + 'FR': 'France', + 'GA': 'Gabon', + 'GB': 'United Kingdom', + 'GD': 'Grenada', + 'GE': 'Georgia', + 'GF': 'French Guiana', + 'GG': 'Guernsey', + 'GH': 'Ghana', + 'GI': 'Gibraltar', + 'GL': 'Greenland', + 'GM': 'Gambia', + 'GN': 'Guinea', + 'GP': 'Guadeloupe', + 'GQ': 'Equatorial Guinea', + 'GR': 'Greece', + 'GS': 'South Georgia and the South Sandwich Islands', + 'GT': 'Guatemala', + 'GU': 'Guam', + 'GW': 'Guinea-Bissau', + 'GY': 'Guyana', + 'HK': 'Hong Kong', + 'HM': 'Heard Island and McDonald Islands', + 'HN': 'Honduras', + 'HR': 'Croatia', + 'HT': 'Haiti', + 'HU': 'Hungary', + 'ID': 'Indonesia', + 'IE': 'Ireland', + 'IL': 'Israel', + 'IM': 'Isle of Man', + 'IN': 'India', + 'IO': 'British Indian Ocean Territory', + 'IQ': 'Iraq', + 'IR': 'Iran', + 'IS': 'Iceland', + 'IT': 'Italy', + 'JE': 'Jersey', + 'JM': 'Jamaica', + 'JO': 'Jordan', + 'JP': 'Japan', + 'KE': 'Kenya', + 'KG': 'Kyrgyzstan', + 'KH': 'Cambodia', + 'KI': 'Kiribati', + 'KM': 'Comoros', + 'KN': 'Saint Kitts and Nevis', + 'KP': 'North Korea', + 'KR': 'South Korea', + 'KW': 'Kuwait', + 'KY': 'Cayman Islands', + 'KZ': 'Kazakhstan', + 'LA': 'Laos', + 'LB': 'Lebanon', + 'LC': 'Saint Lucia', + 'LI': 'Liechtenstein', + 'LK': 'Sri Lanka', + 'LR': 'Liberia', + 'LS': 'Lesotho', + 'LT': 'Lithuania', + 'LU': 'Luxembourg', + 'LV': 'Latvia', + 'LY': 'Libya', + 'MA': 'Morocco', + 'MC': 'Monaco', + 'MD': 'Moldova', + 'ME': 'Montenegro', + 'MF': 'Saint Martin (French part)', + 'MG': 'Madagascar', + 'MH': 'Marshall Islands', + 'MK': 'Macedonia', + 'ML': 'Mali', + 'MM': 'Myanmar', + 'MN': 'Mongolia', + 'MO': 'Macao', + 'MP': 'Northern Mariana Islands', + 'MQ': 'Martinique', + 'MR': 'Mauritania', + 'MS': 'Montserrat', + 'MT': 'Malta', + 'MU': 'Mauritius', + 'MV': 'Maldives', + 'MW': 'Malawi', + 'MX': 'Mexico', + 'MY': 'Malaysia', + 'MZ': 'Mozambique', + 'NA': 'Namibia', + 'NC': 'New Caledonia', + 'NE': 'Niger', + 'NF': 'Norfolk Island', + 'NG': 'Nigeria', + 'NI': 'Nicaragua', + 'NL': 'Netherlands', + 'NO': 'Norway', + 'NP': 'Nepal', + 'NR': 'Nauru', + 'NU': 'Niue', + 'NZ': 'New Zealand', + 'OM': 'Oman', + 'PA': 'Panama', + 'PE': 'Peru', + 'PF': 'French Polynesia', + 'PG': 'Papua New Guinea', + 'PH': 'Philippines', + 'PK': 'Pakistan', + 'PL': 'Poland', + 'PM': 'Saint Pierre and Miquelon', + 'PN': 'Pitcairn', + 'PR': 'Puerto Rico', + 'PS': 'Palestine', + 'PT': 'Portugal', + 'PW': 'Palau', + 'PY': 'Paraguay', + 'QA': 'Qatar', + 'RE': 'Réunion', + 'RO': 'Romania', + 'RS': 'Serbia', + 'RU': 'Russia', + 'RW': 'Rwanda', + 'SA': 'Saudi Arabia', + 'SB': 'Solomon Islands', + 'SC': 'Seychelles', + 'SD': 'Sudan', + 'SE': 'Sweden', + 'SG': 'Singapore', + 'SH': 'Saint Helena, Ascension and Tristan da Cunha', + 'SI': 'Slovenia', + 'SJ': 'Svalbard and Jan Mayen', + 'SK': 'Slovakia', + 'SL': 'Sierra Leone', + 'SM': 'San Marino', + 'SN': 'Senegal', + 'SO': 'Somalia', + 'SR': 'Suriname', + 'SS': 'South Sudan', + 'ST': 'Sao Tome and Principe', + 'SU': 'Soviet Union', + 'SV': 'El Salvador', + 'SX': 'Sint Maarten (Dutch part)', + 'SY': 'Syria', + 'SZ': 'Swaziland', + 'TC': 'Turks and Caicos Islands', + 'TD': 'Chad', + 'TF': 'French Southern Territories', + 'TG': 'Togo', + 'TH': 'Thailand', + 'TJ': 'Tajikistan', + 'TK': 'Tokelau', + 'TL': 'Timor-Leste', + 'TM': 'Turkmenistan', + 'TN': 'Tunisia', + 'TO': 'Tonga', + 'TR': 'Turkey', + 'TT': 'Trinidad and Tobago', + 'TV': 'Tuvalu', + 'TW': 'Taiwan', + 'TZ': 'Tanzania', + 'UA': 'Ukraine', + 'UG': 'Uganda', + 'UM': 'United States Minor Outlying Islands', + 'US': 'United States', + 'UY': 'Uruguay', + 'UZ': 'Uzbekistan', + 'VA': 'Vatican City', + 'VC': 'Saint Vincent and The Grenadines', + 'VE': 'Venezuela', + 'VG': 'British Virgin Islands', + 'VI': 'U.S. Virgin Islands', + 'VN': 'Vietnam', + 'VU': 'Vanuatu', + 'WF': 'Wallis and Futuna', + 'WS': 'Samoa', + 'XC': 'Czechoslovakia', + 'XE': 'Europe', + 'XG': 'East Germany', + 'XK': 'Kosovo', + 'XW': '[Worldwide]', + 'YE': 'Yemen', + 'YT': 'Mayotte', + 'YU': 'Yugoslavia', + 'ZA': 'South Africa', + 'ZM': 'Zambia', + 'ZW': 'Zimbabwe', } diff -Nru picard-1.4.2/picard/const/__init__.py picard-2.0.0/picard/const/__init__.py --- picard-1.4.2/picard/const/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/const/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -20,20 +20,17 @@ import os import sys +from PyQt5.QtCore import QStandardPaths +from picard import PICARD_APP_NAME + # Install gettext "noop" function in case const.py gets imported directly. -import __builtin__ -__builtin__.__dict__['N_'] = lambda a: a +import builtins +builtins.__dict__['N_'] = lambda a: a -# Config directory -if sys.platform == "win32": - USER_DIR = os.environ.get("APPDATA", "~\\Application Data") -else: - USER_DIR = os.environ.get("XDG_CONFIG_HOME", "~/.config") - -USER_DIR = os.path.join( - os.path.expanduser(USER_DIR), "MusicBrainz", "Picard" -) +# Config directory +_appconfiglocation = QStandardPaths.writableLocation(QStandardPaths.AppConfigLocation) +USER_DIR = os.path.join(_appconfiglocation, "MusicBrainz", PICARD_APP_NAME) USER_PLUGIN_DIR = os.path.join(USER_DIR, "plugins") # AcoustID client API key @@ -66,6 +63,9 @@ 'acoustid_track': "https://acoustid.org/track/", } +# Various option for plugin action +PLUGIN_ACTION_NONE, PLUGIN_ACTION_UPDATE, PLUGIN_ACTION_INSTALL, PLUGIN_ACTION_UNINSTALL = range(4) + # Various Artists MBID VARIOUS_ARTISTS_ID = '89ad4ac3-39f7-470e-963a-56509c546377' @@ -78,12 +78,12 @@ RELEASE_FORMATS = {} RELEASE_PRIMARY_GROUPS = {} RELEASE_SECONDARY_GROUPS = {} -for k, v in MB_ATTRIBUTES.iteritems(): - if k.startswith(u'DB:medium_format/name:'): +for k, v in MB_ATTRIBUTES.items(): + if k.startswith('DB:medium_format/name:'): RELEASE_FORMATS[v] = v - elif k.startswith(u'DB:release_group_primary_type/name:'): + elif k.startswith('DB:release_group_primary_type/name:'): RELEASE_PRIMARY_GROUPS[v] = v - elif k.startswith(u'DB:release_group_secondary_type/name:'): + elif k.startswith('DB:release_group_secondary_type/name:'): RELEASE_SECONDARY_GROUPS[v] = v # Release countries @@ -106,8 +106,8 @@ 'host': 'picard.musicbrainz.org', 'port': 443, 'endpoint': { - 'plugins': '/api/v1/plugins/', - 'download': '/api/v1/download/' + 'plugins': '/api/v2/plugins/', + 'download': '/api/v2/download/' } } diff -Nru picard-1.4.2/picard/const/languages.py picard-2.0.0/picard/const/languages.py --- picard-1.4.2/picard/const/languages.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/const/languages.py 2018-07-18 13:28:22.000000000 +0000 @@ -28,19 +28,19 @@ #(u'ca', u'Català', N_(u'Catalan')), #(u'cs', u'Čeština', N_(u'Czech')), #(u'cy', u'Cymraeg', N_(u'Welsh')), - (u'da', u'Dansk', N_(u'Danish')), - (u'de', u'Deutsch', N_(u'German')), + ('da', 'Dansk', N_('Danish')), + ('de', 'Deutsch', N_('German')), #(u'el', u'ελληνικά', N_(u'Greek')), - (u'en', u'English', N_(u'English')), - (u'en_CA', u'English (Canada)', N_(u'English (Canada)')), - (u'en_GB', u'English (UK)', N_(u'English (UK)')), + ('en', 'English', N_('English')), + ('en_CA', 'English (Canada)', N_('English (Canada)')), + ('en_GB', 'English (UK)', N_('English (UK)')), #(u'eo', u'Esperanto', N_(u'Esperanto')), - (u'es', u'Español', N_(u'Spanish')), - (u'et', u'Eesti keel', N_(u'Estonian')), + ('es', 'Español', N_('Spanish')), + ('et', 'Eesti keel', N_('Estonian')), #(u'fa', u'فارسی', N_(u'Persian')), - (u'fi', u'Suomi', N_(u'Finnish')), + ('fi', 'Suomi', N_('Finnish')), #(u'fo', u'Føroyskt', N_(u'Faroese')), - (u'fr', u'Français', N_(u'French')), + ('fr', 'Français', N_('French')), #(u'fr_CA', u'Français canadien', N_(u'French (Canada)')), #(u'fy', u'Frysk', N_(u'Frisian')), #(u'gl', u'Galego', N_(u'Galician')), @@ -49,27 +49,28 @@ #(u'hu', u'Magyar', N_(u'Hungarian')), #(u'id', u'Bahasa Indonesia', N_(u'Indonesian')), #(u'is', u'Íslenska', N_(u'Islandic')), - (u'it', u'Italiano', N_(u'Italian')), + ('it', 'Italiano', N_('Italian')), #(u'ja', u'日本語', N_(u'Japanese')), #(u'kn', u'ಕನ್ನಡ', N_(u'Kannada')), #(u'ko', u'한국어', N_(u'Korean')), #(u'lt', u'Lietuvių', N_(u'Lithuanian')), - (u'nb', u'Norsk bokmål', N_(u'Norwegian Bokmal')), + ('nb', 'Norsk bokmål', N_('Norwegian Bokmal')), #(u'nds', u'Plattdüütsch', N_(u'Low German')), - (u'nl', u'Nederlands', N_(u'Dutch')), + ('nl', 'Nederlands', N_('Dutch')), #(u'oc', u'Occitan', N_(u'Occitan')), - (u'pl', u'Polski', N_(u'Polish')), + ('pl', 'Polski', N_('Polish')), #(u'pt', u'Português', N_(u'Portuguese')), - (u'pt_BR', u'Português do Brasil', N_(u'Brazilian Portuguese')), + ('pt_BR', 'Português do Brasil', N_('Brazilian Portuguese')), #(u'ro', u'Română', N_(u'Romanian')), #(u'ru', u'Pyccĸий', N_(u'Russian')), #(u'sco', u'Scots leid', N_(u'Scots')), #(u'sk', u'Slovenčina', N_(u'Slovak')), #(u'sl', u'Slovenščina', N_(u'Slovenian')), #(u'sr', u'Србин', N_(u'Serbian')), - (u'sv', u'Svenska', N_(u'Swedish')), + ('sv', 'Svenska', N_('Swedish')), #(u'ta', u'தமிழ்', N_(u'Tamil')), #(u'tr', u'Türkçe', N_(u'Turkish')), #(u'uk', u'Украї́нська мо́ва', N_(u'Ukrainian')), #(u'zh_CN', u'中文', N_(u'Chinese')), + (u'zh_TW', u'傳統中文', N_(u'Traditional Chinese')), ] diff -Nru picard-1.4.2/picard/const/locales.py picard-2.0.0/picard/const/locales.py --- picard-1.4.2/picard/const/locales.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/const/locales.py 2018-07-18 13:28:22.000000000 +0000 @@ -21,469 +21,469 @@ # List of alias locales ALIAS_LOCALES = { - u'aa': 'Afar', - u'aa_DJ': 'Afar (Djibouti)', - u'aa_ER': 'Afar (Eritrea)', - u'aa_ER_SAAHO': 'Afar (Eritrea) (Saho)', - u'aa_ET': 'Afar (Ethiopia)', - u'af': 'Afrikaans', - u'af_NA': 'Afrikaans (Namibia)', - u'af_ZA': 'Afrikaans (South Africa)', - u'ak': 'Akan', - u'ak_GH': 'Akan (Ghana)', - u'sq': 'Albanian', - u'sq_AL': 'Albanian (Albania)', - u'am': 'Amharic', - u'am_ET': 'Amharic (Ethiopia)', - u'ar': 'Arabic', - u'ar_DZ': 'Arabic (Algeria)', - u'ar_BH': 'Arabic (Bahrain)', - u'ar_EG': 'Arabic (Egypt)', - u'ar_IQ': 'Arabic (Iraq)', - u'ar_JO': 'Arabic (Jordan)', - u'ar_KW': 'Arabic (Kuwait)', - u'ar_LB': 'Arabic (Lebanon)', - u'ar_LY': 'Arabic (Libya)', - u'ar_MA': 'Arabic (Morocco)', - u'ar_OM': 'Arabic (Oman)', - u'ar_QA': 'Arabic (Qatar)', - u'ar_SA': 'Arabic (Saudi Arabia)', - u'ar_SD': 'Arabic (Sudan)', - u'ar_SY': 'Arabic (Syria)', - u'ar_TN': 'Arabic (Tunisia)', - u'ar_AE': 'Arabic (United Arab Emirates)', - u'ar_YE': 'Arabic (Yemen)', - u'hy': 'Armenian', - u'hy_AM': 'Armenian (Armenia)', - u'hy_AM_REVISED': 'Armenian (Armenia) (Revised Orthography)', - u'as': 'Assamese', - u'as_IN': 'Assamese (India)', - u'cch': 'Atsam', - u'cch_NG': 'Atsam (Nigeria)', - u'az': 'Azerbaijani', - u'az_AZ': 'Azerbaijani (Azerbaijan)', - u'az_Cyrl': 'Azerbaijani (Cyrillic)', - u'az_Cyrl_AZ': 'Azerbaijani (Cyrillic) (Azerbaijan)', - u'az_Latn': 'Azerbaijani (Latin)', - u'az_Latn_AZ': 'Azerbaijani (Latin) (Azerbaijan)', - u'eu': 'Basque', - u'eu_ES': 'Basque (Spain)', - u'be': 'Belarusian', - u'be_BY': 'Belarusian (Belarus)', - u'bn': 'Bengali', - u'bn_BD': 'Bengali (Bangladesh)', - u'bn_IN': 'Bengali (India)', - u'byn': 'Blin', - u'byn_ER': 'Blin (Eritrea)', - u'bs': 'Bosnian', - u'bs_BA': 'Bosnian (Bosnia and Herzegovina)', - u'bg': 'Bulgarian', - u'bg_BG': 'Bulgarian (Bulgaria)', - u'my': 'Burmese', - u'my_MM': 'Burmese (Myanmar [Burma])', - u'ca': 'Catalan', - u'ca_ES': 'Catalan (Spain)', - u'zh': 'Chinese', - u'zh_CN': 'Chinese (China)', - u'zh_HK': 'Chinese (Hong Kong SAR China)', - u'zh_MO': 'Chinese (Macau SAR China)', - u'zh_Hans': 'Chinese (Simplified Han)', - u'zh_Hans_CN': 'Chinese (Simplified Han) (China)', - u'zh_Hans_HK': 'Chinese (Simplified Han) (Hong Kong SAR China)', - u'zh_Hans_MO': 'Chinese (Simplified Han) (Macau SAR China)', - u'zh_Hans_SG': 'Chinese (Simplified Han) (Singapore)', - u'zh_SG': 'Chinese (Singapore)', - u'zh_TW': 'Chinese (Taiwan)', - u'zh_Hant': 'Chinese (Traditional Han)', - u'zh_Hant_HK': 'Chinese (Traditional Han) (Hong Kong SAR China)', - u'zh_Hant_MO': 'Chinese (Traditional Han) (Macau SAR China)', - u'zh_Hant_TW': 'Chinese (Traditional Han) (Taiwan)', - u'cop': 'Coptic', - u'kw': 'Cornish', - u'kw_GB': 'Cornish (United Kingdom)', - u'hr': 'Croatian', - u'hr_HR': 'Croatian (Croatia)', - u'cs': 'Czech', - u'cs_CZ': 'Czech (Czech Republic)', - u'da': 'Danish', - u'da_DK': 'Danish (Denmark)', - u'dv': 'Divehi', - u'dv_MV': 'Divehi (Maldives)', - u'nl': 'Dutch', - u'nl_BE': 'Dutch (Belgium)', - u'nl_NL': 'Dutch (Netherlands)', - u'dz': 'Dzongkha', - u'dz_BT': 'Dzongkha (Bhutan)', - u'en': 'English', - u'en_AS': 'English (American Samoa)', - u'en_AU': 'English (Australia)', - u'en_BE': 'English (Belgium)', - u'en_BZ': 'English (Belize)', - u'en_BW': 'English (Botswana)', - u'en_CA': 'English (Canada)', - u'en_Dsrt': 'English (Deseret)', - u'en_Dsrt_US': 'English (Deseret) (United States)', - u'en_GU': 'English (Guam)', - u'en_HK': 'English (Hong Kong SAR China)', - u'en_IN': 'English (India)', - u'en_IE': 'English (Ireland)', - u'en_JM': 'English (Jamaica)', - u'en_MT': 'English (Malta)', - u'en_MH': 'English (Marshall Islands)', - u'en_NA': 'English (Namibia)', - u'en_NZ': 'English (New Zealand)', - u'en_MP': 'English (Northern Mariana Islands)', - u'en_PK': 'English (Pakistan)', - u'en_PH': 'English (Philippines)', - u'en_Shaw': 'English (Shavian)', - u'en_SG': 'English (Singapore)', - u'en_ZA': 'English (South Africa)', - u'en_TT': 'English (Trinidad and Tobago)', - u'en_UM': 'English (U.S. Minor Outlying Islands)', - u'en_VI': 'English (U.S. Virgin Islands)', - u'en_GB': 'English (United Kingdom)', - u'en_US': 'English (United States)', - u'en_US_POSIX': 'English (United States) (Computer)', - u'en_ZW': 'English (Zimbabwe)', - u'eo': 'Esperanto', - u'et': 'Estonian', - u'et_EE': 'Estonian (Estonia)', - u'ee': 'Ewe', - u'ee_GH': 'Ewe (Ghana)', - u'ee_TG': 'Ewe (Togo)', - u'fo': 'Faroese', - u'fo_FO': 'Faroese (Faroe Islands)', - u'fil': 'Filipino', - u'fil_PH': 'Filipino (Philippines)', - u'fi': 'Finnish', - u'fi_FI': 'Finnish (Finland)', - u'fr': 'French', - u'fr_BE': 'French (Belgium)', - u'fr_CA': 'French (Canada)', - u'fr_FR': 'French (France)', - u'fr_LU': 'French (Luxembourg)', - u'fr_MC': 'French (Monaco)', - u'fr_SN': 'French (Senegal)', - u'fr_CH': 'French (Switzerland)', - u'fur': 'Friulian', - u'fur_IT': 'Friulian (Italy)', - u'gaa': 'Ga', - u'gaa_GH': 'Ga (Ghana)', - u'gl': 'Galician', - u'gl_ES': 'Galician (Spain)', - u'gez': 'Geez', - u'gez_ER': 'Geez (Eritrea)', - u'gez_ET': 'Geez (Ethiopia)', - u'ka': 'Georgian', - u'ka_GE': 'Georgian (Georgia)', - u'de': 'German', - u'de_AT': 'German (Austria)', - u'de_BE': 'German (Belgium)', - u'de_DE': 'German (Germany)', - u'de_LI': 'German (Liechtenstein)', - u'de_LU': 'German (Luxembourg)', - u'de_CH': 'German (Switzerland)', - u'el_POLYTON': 'Greek', - u'el': 'Greek', - u'el_CY': 'Greek (Cyprus)', - u'el_GR': 'Greek (Greece)', - u'gu': 'Gujarati', - u'gu_IN': 'Gujarati (India)', - u'ha': 'Hausa', - u'ha_Arab': 'Hausa (Arabic)', - u'ha_Arab_NG': 'Hausa (Arabic) (Nigeria)', - u'ha_Arab_SD': 'Hausa (Arabic) (Sudan)', - u'ha_GH': 'Hausa (Ghana)', - u'ha_Latn': 'Hausa (Latin)', - u'ha_Latn_GH': 'Hausa (Latin) (Ghana)', - u'ha_Latn_NE': 'Hausa (Latin) (Niger)', - u'ha_Latn_NG': 'Hausa (Latin) (Nigeria)', - u'ha_NE': 'Hausa (Niger)', - u'ha_NG': 'Hausa (Nigeria)', - u'ha_SD': 'Hausa (Sudan)', - u'haw': 'Hawaiian', - u'haw_US': 'Hawaiian (United States)', - u'he': 'Hebrew', - u'he_IL': 'Hebrew (Israel)', - u'hi': 'Hindi', - u'hi_IN': 'Hindi (India)', - u'hu': 'Hungarian', - u'hu_HU': 'Hungarian (Hungary)', - u'is': 'Icelandic', - u'is_IS': 'Icelandic (Iceland)', - u'ig': 'Igbo', - u'ig_NG': 'Igbo (Nigeria)', - u'id': 'Indonesian', - u'id_ID': 'Indonesian (Indonesia)', - u'ia': 'Interlingua', - u'iu': 'Inuktitut', - u'ga': 'Irish', - u'ga_IE': 'Irish (Ireland)', - u'it': 'Italian', - u'it_IT': 'Italian (Italy)', - u'it_CH': 'Italian (Switzerland)', - u'ja': 'Japanese', - u'ja_JP': 'Japanese (Japan)', - u'kaj': 'Jju', - u'kaj_NG': 'Jju Nigeria', - u'kl': 'Kalaallisut', - u'kl_GL': 'Kalaallisut (Greenland)', - u'kam': 'Kamba', - u'kam_KE': 'Kamba (Kenya)', - u'kn': 'Kannada', - u'kn_IN': 'Kannada (India)', - u'kk': 'Kazakh', - u'kk_Cyrl': 'Kazakh (Cyrillic)', - u'kk_Cyrl_KZ': 'Kazakh (Cyrillic) (Kazakhstan)', - u'kk_KZ': 'Kazakh (Kazakhstan)', - u'km': 'Khmer', - u'km_KH': 'Khmer (Cambodia)', - u'rw': 'Kinyarwanda', - u'rw_RW': 'Kinyarwanda (Rwanda)', - u'ky': 'Kirghiz', - u'ky_KG': 'Kirghiz (Kyrgyzstan)', - u'kok': 'Konkani', - u'kok_IN': 'Konkani (India)', - u'ko': 'Korean', - u'ko_KR': 'Korean (South Korea)', - u'kfo': 'Koro', - u'kfo_CI': u'Koro (Côte d’Ivoire)', - u'kpe': 'Kpelle', - u'kpe_GN': 'Kpelle (Guinea)', - u'kpe_LR': 'Kpelle (Liberia)', - u'ku': 'Kurdish', - u'ku_Arab': 'Kurdish (Arabic)', - u'ku_Arab_IR': 'Kurdish (Arabic) (Iran)', - u'ku_Arab_IQ': 'Kurdish (Arabic) (Iraq)', - u'ku_Arab_SY': 'Kurdish (Arabic) (Syria)', - u'ku_IR': 'Kurdish (Iran)', - u'ku_IQ': 'Kurdish (Iraq)', - u'ku_Latn': 'Kurdish (Latin)', - u'ku_Latn_TR': 'Kurdish (Latin) (Turkey)', - u'ku_SY': 'Kurdish (Syria)', - u'ku_TR': 'Kurdish (Turkey)', - u'lo': 'Lao', - u'lo_LA': 'Lao (Laos)', - u'lv': 'Latvian', - u'lv_LV': 'Latvian (Latvia)', - u'ln': 'Lingala', - u'ln_CG': 'Lingala (Congo - Brazzaville)', - u'ln_CD': 'Lingala (Congo - Kinshasa)', - u'lt': 'Lithuanian', - u'lt_LT': 'Lithuanian (Lithuania)', - u'nds': 'Low German', - u'nds_DE': 'Low German (Germany)', - u'mk': 'Macedonian', - u'mk_MK': 'Macedonian (Macedonia)', - u'ms': 'Malay', - u'ms_BN': 'Malay (Brunei)', - u'ms_MY': 'Malay (Malaysia)', - u'ml': 'Malayalam', - u'ml_IN': 'Malayalam (India)', - u'mt': 'Maltese', - u'mt_MT': 'Maltese (Malta)', - u'gv': 'Manx', - u'gv_GB': 'Manx (United Kingdom)', - u'mr': 'Marathi', - u'mr_IN': 'Marathi (India)', - u'mo': 'Moldavian', - u'mn': 'Mongolian', - u'mn_CN': 'Mongolian (China)', - u'mn_Cyrl': 'Mongolian (Cyrillic)', - u'mn_Cyrl_MN': 'Mongolian (Cyrillic) (Mongolia)', - u'mn_MN': 'Mongolian (Mongolia)', - u'mn_Mong': 'Mongolian (Mongolian)', - u'mn_Mong_CN': 'Mongolian (Mongolian) (China)', - u'ne': 'Nepali', - u'ne_IN': 'Nepali (India)', - u'ne_NP': 'Nepali (Nepal)', - u'se': 'Northern Sami', - u'se_FI': 'Northern (Sami Finland)', - u'se_NO': 'Northern (Sami Norway)', - u'nso': 'Northern Sotho', - u'nso_ZA': 'Northern Sotho (South Africa)', - u'no': 'Norwegian', - u'nb': u'Norwegian Bokmål', - u'nb_NO': u'Norwegian Bokmål (Norway)', - u'nn': 'Norwegian Nynorsk', - u'nn_NO': 'Norwegian Nynorsk (Norway)', - u'ny': 'Nyanja', - u'ny_MW': 'Nyanja (Malawi)', - u'oc': 'Occitan', - u'oc_FR': 'Occitan (France)', - u'or': 'Oriya', - u'or_IN': 'Oriya (India)', - u'om': 'Oromo', - u'om_ET': 'Oromo (Ethiopia)', - u'om_KE': 'Oromo (Kenya)', - u'ps': 'Pashto', - u'ps_AF': 'Pashto (Afghanistan)', - u'fa': 'Persian', - u'fa_AF': 'Persian (Afghanistan)', - u'fa_IR': 'Persian (Iran)', - u'pl': 'Polish', - u'pl_PL': 'Polish (Poland)', - u'pt': 'Portuguese', - u'pt_BR': 'Portuguese (Brazil)', - u'pt_PT': 'Portuguese (Portugal)', - u'pa': 'Punjabi', - u'pa_Arab': 'Punjabi (Arabic)', - u'pa_Arab_PK': 'Punjabi (Arabic) (Pakistan)', - u'pa_Guru': 'Punjabi (Gurmukhi)', - u'pa_Guru_IN': 'Punjabi (Gurmukhi) (India)', - u'pa_IN': 'Punjabi (India)', - u'pa_PK': 'Punjabi (Pakistan)', - u'ro': 'Romanian', - u'ro_MD': 'Romanian (Moldova)', - u'ro_RO': 'Romanian (Romania)', - u'ru': 'Russian', - u'ru_RU': 'Russian (Russia)', - u'ru_UA': 'Russian (Ukraine)', - u'sa': 'Sanskrit', - u'sa_IN': 'Sanskrit (India)', - u'sr_YU': 'Serbian', - u'sr': 'Serbian', - u'sr_BA': 'Serbian (Bosnia and Herzegovina)', - u'sr_Cyrl': 'Serbian (Cyrillic)', - u'sr_Cyrl_YU': 'Serbian (Cyrillic)', - u'sr_Cyrl_BA': 'Serbian (Cyrillic) (Bosnia and Herzegovina)', - u'sr_Cyrl_ME': 'Serbian (Cyrillic) (Montenegro)', - u'sr_Cyrl_RS': 'Serbian (Cyrillic) (Serbia)', - u'sr_Cyrl_CS': 'Serbian (Cyrillic) (Serbia and Montenegro)', - u'sr_Latn': 'Serbian (Latin)', - u'sr_Latn_YU': 'Serbian (Latin)', - u'sr_Latn_BA': 'Serbian (Latin) (Bosnia and Herzegovina)', - u'sr_Latn_ME': 'Serbian (Latin) (Montenegro)', - u'sr_Latn_RS': 'Serbian (Latin) (Serbia)', - u'sr_Latn_CS': 'Serbian (Latin) (Serbia and Montenegro)', - u'sr_ME': 'Serbian (Montenegro)', - u'sr_RS': 'Serbian (Serbia)', - u'sr_CS': 'Serbian (Serbia and Montenegro)', - u'sh': 'Serbo-Croatian', - u'sh_YU': 'Serbo-Croatian', - u'sh_BA': 'Serbo-Croatian (Bosnia and Herzegovina)', - u'sh_CS': 'Serbo-Croatian (Serbia and Montenegro)', - u'ii': 'Sichuan Yi', - u'ii_CN': 'Sichuan (Yi China)', - u'sid': 'Sidamo', - u'sid_ET': 'Sidamo (Ethiopia)', - u'si': 'Sinhala', - u'si_LK': 'Sinhala (Sri Lanka)', - u'sk': 'Slovak', - u'sk_SK': 'Slovak (Slovakia)', - u'sl': 'Slovenian', - u'sl_SI': 'Slovenian (Slovenia)', - u'so': 'Somali', - u'so_DJ': 'Somali (Djibouti)', - u'so_ET': 'Somali (Ethiopia)', - u'so_KE': 'Somali (Kenya)', - u'so_SO': 'Somali (Somalia)', - u'nr': 'South Ndebele', - u'nr_ZA': 'South Ndebele (South Africa)', - u'st': 'Southern Sotho', - u'st_LS': 'Southern Sotho (Lesotho)', - u'st_ZA': 'Southern Sotho (South Africa)', - u'es': 'Spanish', - u'es_AR': 'Spanish (Argentina)', - u'es_BO': 'Spanish (Bolivia)', - u'es_CL': 'Spanish (Chile)', - u'es_CO': 'Spanish (Colombia)', - u'es_CR': 'Spanish (Costa Rica)', - u'es_DO': 'Spanish (Dominican Republic)', - u'es_EC': 'Spanish (Ecuador)', - u'es_SV': 'Spanish (El Salvador)', - u'es_GT': 'Spanish (Guatemala)', - u'es_HN': 'Spanish (Honduras)', - u'es_MX': 'Spanish (Mexico)', - u'es_NI': 'Spanish (Nicaragua)', - u'es_PA': 'Spanish (Panama)', - u'es_PY': 'Spanish (Paraguay)', - u'es_PE': 'Spanish (Peru)', - u'es_PR': 'Spanish (Puerto Rico)', - u'es_ES': 'Spanish (Spain)', - u'es_US': 'Spanish (United States)', - u'es_UY': 'Spanish (Uruguay)', - u'es_VE': 'Spanish (Venezuela)', - u'sw': 'Swahili', - u'sw_KE': 'Swahili (Kenya)', - u'sw_TZ': 'Swahili (Tanzania)', - u'ss': 'Swati', - u'ss_ZA': 'Swati (South Africa)', - u'ss_SZ': 'Swati (Swaziland)', - u'sv': 'Swedish', - u'sv_FI': 'Swedish (Finland)', - u'sv_SE': 'Swedish (Sweden)', - u'gsw': 'Swiss German', - u'gsw_CH': 'Swiss German (Switzerland)', - u'syr': 'Syriac', - u'syr_SY': 'Syriac (Syria)', - u'tl': 'Tagalog', - u'tg': 'Tajik', - u'tg_Cyrl': 'Tajik (Cyrillic)', - u'tg_Cyrl_TJ': 'Tajik (Cyrillic) (Tajikistan)', - u'tg_TJ': 'Tajik (Tajikistan)', - u'ta': 'Tamil', - u'ta_IN': 'Tamil (India)', - u'trv': 'Taroko', - u'trv_TW': 'Taroko (Taiwan)', - u'tt': 'Tatar', - u'tt_RU': 'Tatar (Russia)', - u'te': 'Telugu', - u'te_IN': 'Telugu (India)', - u'th': 'Thai', - u'th_TH': 'Thai (Thailand)', - u'bo': 'Tibetan', - u'bo_CN': 'Tibetan (China)', - u'bo_IN': 'Tibetan (India)', - u'tig': 'Tigre', - u'tig_ER': 'Tigre (Eritrea)', - u'ti': 'Tigrinya', - u'ti_ER': 'Tigrinya (Eritrea)', - u'ti_ET': 'Tigrinya (Ethiopia)', - u'to': 'Tonga', - u'to_TO': 'Tonga (Tonga)', - u'ts': 'Tsonga', - u'ts_ZA': 'Tsonga (South Africa)', - u'tn': 'Tswana', - u'tn_ZA': 'Tswana (South Africa)', - u'tr': 'Turkish', - u'tr_TR': 'Turkish (Turkey)', - u'kcg': 'Tyap', - u'kcg_NG': 'Tyap (Nigeria)', - u'ug': 'Uighur', - u'ug_Arab': 'Uighur (Arabic)', - u'ug_Arab_CN': 'Uighur (Arabic) (China)', - u'ug_CN': 'Uighur (China)', - u'uk': 'Ukrainian', - u'uk_UA': 'Ukrainian (Ukraine)', - u'ur': 'Urdu', - u'ur_IN': 'Urdu (India)', - u'ur_PK': 'Urdu (Pakistan)', - u'uz': 'Uzbek', - u'uz_AF': 'Uzbek (Afghanistan)', - u'uz_Arab': 'Uzbek (Arabic)', - u'uz_Arab_AF': 'Uzbek (Arabic) (Afghanistan)', - u'uz_Cyrl': 'Uzbek (Cyrillic)', - u'uz_Cyrl_UZ': 'Uzbek (Cyrillic) (Uzbekistan)', - u'uz_Latn': 'Uzbek (Latin)', - u'uz_Latn_UZ': 'Uzbek (Latin) (Uzbekistan)', - u'uz_UZ': 'Uzbek (Uzbekistan)', - u've': 'Venda', - u've_ZA': 'Venda (South Africa)', - u'vi': 'Vietnamese', - u'vi_VN': 'Vietnamese (Vietnam)', - u'wal': 'Walamo', - u'wal_ET': 'Walamo (Ethiopia)', - u'cy': 'Welsh', - u'cy_GB': 'Welsh (United Kingdom)', - u'wo': 'Wolof', - u'wo_Latn': 'Wolof (Latin)', - u'wo_Latn_SN': 'Wolof (Latin) (Senegal)', - u'wo_SN': 'Wolof (Senegal)', - u'xh': 'Xhosa', - u'xh_ZA': 'Xhosa (South Africa)', - u'yo': 'Yoruba', - u'yo_NG': 'Yoruba (Nigeria)', - u'zu': 'Zulu', - u'zu_ZA': 'Zulu (South Africa)', + 'aa': 'Afar', + 'aa_DJ': 'Afar (Djibouti)', + 'aa_ER': 'Afar (Eritrea)', + 'aa_ER_SAAHO': 'Afar (Eritrea) (Saho)', + 'aa_ET': 'Afar (Ethiopia)', + 'af': 'Afrikaans', + 'af_NA': 'Afrikaans (Namibia)', + 'af_ZA': 'Afrikaans (South Africa)', + 'ak': 'Akan', + 'ak_GH': 'Akan (Ghana)', + 'sq': 'Albanian', + 'sq_AL': 'Albanian (Albania)', + 'am': 'Amharic', + 'am_ET': 'Amharic (Ethiopia)', + 'ar': 'Arabic', + 'ar_DZ': 'Arabic (Algeria)', + 'ar_BH': 'Arabic (Bahrain)', + 'ar_EG': 'Arabic (Egypt)', + 'ar_IQ': 'Arabic (Iraq)', + 'ar_JO': 'Arabic (Jordan)', + 'ar_KW': 'Arabic (Kuwait)', + 'ar_LB': 'Arabic (Lebanon)', + 'ar_LY': 'Arabic (Libya)', + 'ar_MA': 'Arabic (Morocco)', + 'ar_OM': 'Arabic (Oman)', + 'ar_QA': 'Arabic (Qatar)', + 'ar_SA': 'Arabic (Saudi Arabia)', + 'ar_SD': 'Arabic (Sudan)', + 'ar_SY': 'Arabic (Syria)', + 'ar_TN': 'Arabic (Tunisia)', + 'ar_AE': 'Arabic (United Arab Emirates)', + 'ar_YE': 'Arabic (Yemen)', + 'hy': 'Armenian', + 'hy_AM': 'Armenian (Armenia)', + 'hy_AM_REVISED': 'Armenian (Armenia) (Revised Orthography)', + 'as': 'Assamese', + 'as_IN': 'Assamese (India)', + 'cch': 'Atsam', + 'cch_NG': 'Atsam (Nigeria)', + 'az': 'Azerbaijani', + 'az_AZ': 'Azerbaijani (Azerbaijan)', + 'az_Cyrl': 'Azerbaijani (Cyrillic)', + 'az_Cyrl_AZ': 'Azerbaijani (Cyrillic) (Azerbaijan)', + 'az_Latn': 'Azerbaijani (Latin)', + 'az_Latn_AZ': 'Azerbaijani (Latin) (Azerbaijan)', + 'eu': 'Basque', + 'eu_ES': 'Basque (Spain)', + 'be': 'Belarusian', + 'be_BY': 'Belarusian (Belarus)', + 'bn': 'Bengali', + 'bn_BD': 'Bengali (Bangladesh)', + 'bn_IN': 'Bengali (India)', + 'byn': 'Blin', + 'byn_ER': 'Blin (Eritrea)', + 'bs': 'Bosnian', + 'bs_BA': 'Bosnian (Bosnia and Herzegovina)', + 'bg': 'Bulgarian', + 'bg_BG': 'Bulgarian (Bulgaria)', + 'my': 'Burmese', + 'my_MM': 'Burmese (Myanmar [Burma])', + 'ca': 'Catalan', + 'ca_ES': 'Catalan (Spain)', + 'zh': 'Chinese', + 'zh_CN': 'Chinese (China)', + 'zh_HK': 'Chinese (Hong Kong SAR China)', + 'zh_MO': 'Chinese (Macau SAR China)', + 'zh_Hans': 'Chinese (Simplified Han)', + 'zh_Hans_CN': 'Chinese (Simplified Han) (China)', + 'zh_Hans_HK': 'Chinese (Simplified Han) (Hong Kong SAR China)', + 'zh_Hans_MO': 'Chinese (Simplified Han) (Macau SAR China)', + 'zh_Hans_SG': 'Chinese (Simplified Han) (Singapore)', + 'zh_SG': 'Chinese (Singapore)', + 'zh_TW': 'Chinese (Taiwan)', + 'zh_Hant': 'Chinese (Traditional Han)', + 'zh_Hant_HK': 'Chinese (Traditional Han) (Hong Kong SAR China)', + 'zh_Hant_MO': 'Chinese (Traditional Han) (Macau SAR China)', + 'zh_Hant_TW': 'Chinese (Traditional Han) (Taiwan)', + 'cop': 'Coptic', + 'kw': 'Cornish', + 'kw_GB': 'Cornish (United Kingdom)', + 'hr': 'Croatian', + 'hr_HR': 'Croatian (Croatia)', + 'cs': 'Czech', + 'cs_CZ': 'Czech (Czech Republic)', + 'da': 'Danish', + 'da_DK': 'Danish (Denmark)', + 'dv': 'Divehi', + 'dv_MV': 'Divehi (Maldives)', + 'nl': 'Dutch', + 'nl_BE': 'Dutch (Belgium)', + 'nl_NL': 'Dutch (Netherlands)', + 'dz': 'Dzongkha', + 'dz_BT': 'Dzongkha (Bhutan)', + 'en': 'English', + 'en_AS': 'English (American Samoa)', + 'en_AU': 'English (Australia)', + 'en_BE': 'English (Belgium)', + 'en_BZ': 'English (Belize)', + 'en_BW': 'English (Botswana)', + 'en_CA': 'English (Canada)', + 'en_Dsrt': 'English (Deseret)', + 'en_Dsrt_US': 'English (Deseret) (United States)', + 'en_GU': 'English (Guam)', + 'en_HK': 'English (Hong Kong SAR China)', + 'en_IN': 'English (India)', + 'en_IE': 'English (Ireland)', + 'en_JM': 'English (Jamaica)', + 'en_MT': 'English (Malta)', + 'en_MH': 'English (Marshall Islands)', + 'en_NA': 'English (Namibia)', + 'en_NZ': 'English (New Zealand)', + 'en_MP': 'English (Northern Mariana Islands)', + 'en_PK': 'English (Pakistan)', + 'en_PH': 'English (Philippines)', + 'en_Shaw': 'English (Shavian)', + 'en_SG': 'English (Singapore)', + 'en_ZA': 'English (South Africa)', + 'en_TT': 'English (Trinidad and Tobago)', + 'en_UM': 'English (U.S. Minor Outlying Islands)', + 'en_VI': 'English (U.S. Virgin Islands)', + 'en_GB': 'English (United Kingdom)', + 'en_US': 'English (United States)', + 'en_US_POSIX': 'English (United States) (Computer)', + 'en_ZW': 'English (Zimbabwe)', + 'eo': 'Esperanto', + 'et': 'Estonian', + 'et_EE': 'Estonian (Estonia)', + 'ee': 'Ewe', + 'ee_GH': 'Ewe (Ghana)', + 'ee_TG': 'Ewe (Togo)', + 'fo': 'Faroese', + 'fo_FO': 'Faroese (Faroe Islands)', + 'fil': 'Filipino', + 'fil_PH': 'Filipino (Philippines)', + 'fi': 'Finnish', + 'fi_FI': 'Finnish (Finland)', + 'fr': 'French', + 'fr_BE': 'French (Belgium)', + 'fr_CA': 'French (Canada)', + 'fr_FR': 'French (France)', + 'fr_LU': 'French (Luxembourg)', + 'fr_MC': 'French (Monaco)', + 'fr_SN': 'French (Senegal)', + 'fr_CH': 'French (Switzerland)', + 'fur': 'Friulian', + 'fur_IT': 'Friulian (Italy)', + 'gaa': 'Ga', + 'gaa_GH': 'Ga (Ghana)', + 'gl': 'Galician', + 'gl_ES': 'Galician (Spain)', + 'gez': 'Geez', + 'gez_ER': 'Geez (Eritrea)', + 'gez_ET': 'Geez (Ethiopia)', + 'ka': 'Georgian', + 'ka_GE': 'Georgian (Georgia)', + 'de': 'German', + 'de_AT': 'German (Austria)', + 'de_BE': 'German (Belgium)', + 'de_DE': 'German (Germany)', + 'de_LI': 'German (Liechtenstein)', + 'de_LU': 'German (Luxembourg)', + 'de_CH': 'German (Switzerland)', + 'el_POLYTON': 'Greek', + 'el': 'Greek', + 'el_CY': 'Greek (Cyprus)', + 'el_GR': 'Greek (Greece)', + 'gu': 'Gujarati', + 'gu_IN': 'Gujarati (India)', + 'ha': 'Hausa', + 'ha_Arab': 'Hausa (Arabic)', + 'ha_Arab_NG': 'Hausa (Arabic) (Nigeria)', + 'ha_Arab_SD': 'Hausa (Arabic) (Sudan)', + 'ha_GH': 'Hausa (Ghana)', + 'ha_Latn': 'Hausa (Latin)', + 'ha_Latn_GH': 'Hausa (Latin) (Ghana)', + 'ha_Latn_NE': 'Hausa (Latin) (Niger)', + 'ha_Latn_NG': 'Hausa (Latin) (Nigeria)', + 'ha_NE': 'Hausa (Niger)', + 'ha_NG': 'Hausa (Nigeria)', + 'ha_SD': 'Hausa (Sudan)', + 'haw': 'Hawaiian', + 'haw_US': 'Hawaiian (United States)', + 'he': 'Hebrew', + 'he_IL': 'Hebrew (Israel)', + 'hi': 'Hindi', + 'hi_IN': 'Hindi (India)', + 'hu': 'Hungarian', + 'hu_HU': 'Hungarian (Hungary)', + 'is': 'Icelandic', + 'is_IS': 'Icelandic (Iceland)', + 'ig': 'Igbo', + 'ig_NG': 'Igbo (Nigeria)', + 'id': 'Indonesian', + 'id_ID': 'Indonesian (Indonesia)', + 'ia': 'Interlingua', + 'iu': 'Inuktitut', + 'ga': 'Irish', + 'ga_IE': 'Irish (Ireland)', + 'it': 'Italian', + 'it_IT': 'Italian (Italy)', + 'it_CH': 'Italian (Switzerland)', + 'ja': 'Japanese', + 'ja_JP': 'Japanese (Japan)', + 'kaj': 'Jju', + 'kaj_NG': 'Jju Nigeria', + 'kl': 'Kalaallisut', + 'kl_GL': 'Kalaallisut (Greenland)', + 'kam': 'Kamba', + 'kam_KE': 'Kamba (Kenya)', + 'kn': 'Kannada', + 'kn_IN': 'Kannada (India)', + 'kk': 'Kazakh', + 'kk_Cyrl': 'Kazakh (Cyrillic)', + 'kk_Cyrl_KZ': 'Kazakh (Cyrillic) (Kazakhstan)', + 'kk_KZ': 'Kazakh (Kazakhstan)', + 'km': 'Khmer', + 'km_KH': 'Khmer (Cambodia)', + 'rw': 'Kinyarwanda', + 'rw_RW': 'Kinyarwanda (Rwanda)', + 'ky': 'Kirghiz', + 'ky_KG': 'Kirghiz (Kyrgyzstan)', + 'kok': 'Konkani', + 'kok_IN': 'Konkani (India)', + 'ko': 'Korean', + 'ko_KR': 'Korean (South Korea)', + 'kfo': 'Koro', + 'kfo_CI': 'Koro (Côte d’Ivoire)', + 'kpe': 'Kpelle', + 'kpe_GN': 'Kpelle (Guinea)', + 'kpe_LR': 'Kpelle (Liberia)', + 'ku': 'Kurdish', + 'ku_Arab': 'Kurdish (Arabic)', + 'ku_Arab_IR': 'Kurdish (Arabic) (Iran)', + 'ku_Arab_IQ': 'Kurdish (Arabic) (Iraq)', + 'ku_Arab_SY': 'Kurdish (Arabic) (Syria)', + 'ku_IR': 'Kurdish (Iran)', + 'ku_IQ': 'Kurdish (Iraq)', + 'ku_Latn': 'Kurdish (Latin)', + 'ku_Latn_TR': 'Kurdish (Latin) (Turkey)', + 'ku_SY': 'Kurdish (Syria)', + 'ku_TR': 'Kurdish (Turkey)', + 'lo': 'Lao', + 'lo_LA': 'Lao (Laos)', + 'lv': 'Latvian', + 'lv_LV': 'Latvian (Latvia)', + 'ln': 'Lingala', + 'ln_CG': 'Lingala (Congo - Brazzaville)', + 'ln_CD': 'Lingala (Congo - Kinshasa)', + 'lt': 'Lithuanian', + 'lt_LT': 'Lithuanian (Lithuania)', + 'nds': 'Low German', + 'nds_DE': 'Low German (Germany)', + 'mk': 'Macedonian', + 'mk_MK': 'Macedonian (Macedonia)', + 'ms': 'Malay', + 'ms_BN': 'Malay (Brunei)', + 'ms_MY': 'Malay (Malaysia)', + 'ml': 'Malayalam', + 'ml_IN': 'Malayalam (India)', + 'mt': 'Maltese', + 'mt_MT': 'Maltese (Malta)', + 'gv': 'Manx', + 'gv_GB': 'Manx (United Kingdom)', + 'mr': 'Marathi', + 'mr_IN': 'Marathi (India)', + 'mo': 'Moldavian', + 'mn': 'Mongolian', + 'mn_CN': 'Mongolian (China)', + 'mn_Cyrl': 'Mongolian (Cyrillic)', + 'mn_Cyrl_MN': 'Mongolian (Cyrillic) (Mongolia)', + 'mn_MN': 'Mongolian (Mongolia)', + 'mn_Mong': 'Mongolian (Mongolian)', + 'mn_Mong_CN': 'Mongolian (Mongolian) (China)', + 'ne': 'Nepali', + 'ne_IN': 'Nepali (India)', + 'ne_NP': 'Nepali (Nepal)', + 'se': 'Northern Sami', + 'se_FI': 'Northern (Sami Finland)', + 'se_NO': 'Northern (Sami Norway)', + 'nso': 'Northern Sotho', + 'nso_ZA': 'Northern Sotho (South Africa)', + 'no': 'Norwegian', + 'nb': 'Norwegian Bokmål', + 'nb_NO': 'Norwegian Bokmål (Norway)', + 'nn': 'Norwegian Nynorsk', + 'nn_NO': 'Norwegian Nynorsk (Norway)', + 'ny': 'Nyanja', + 'ny_MW': 'Nyanja (Malawi)', + 'oc': 'Occitan', + 'oc_FR': 'Occitan (France)', + 'or': 'Oriya', + 'or_IN': 'Oriya (India)', + 'om': 'Oromo', + 'om_ET': 'Oromo (Ethiopia)', + 'om_KE': 'Oromo (Kenya)', + 'ps': 'Pashto', + 'ps_AF': 'Pashto (Afghanistan)', + 'fa': 'Persian', + 'fa_AF': 'Persian (Afghanistan)', + 'fa_IR': 'Persian (Iran)', + 'pl': 'Polish', + 'pl_PL': 'Polish (Poland)', + 'pt': 'Portuguese', + 'pt_BR': 'Portuguese (Brazil)', + 'pt_PT': 'Portuguese (Portugal)', + 'pa': 'Punjabi', + 'pa_Arab': 'Punjabi (Arabic)', + 'pa_Arab_PK': 'Punjabi (Arabic) (Pakistan)', + 'pa_Guru': 'Punjabi (Gurmukhi)', + 'pa_Guru_IN': 'Punjabi (Gurmukhi) (India)', + 'pa_IN': 'Punjabi (India)', + 'pa_PK': 'Punjabi (Pakistan)', + 'ro': 'Romanian', + 'ro_MD': 'Romanian (Moldova)', + 'ro_RO': 'Romanian (Romania)', + 'ru': 'Russian', + 'ru_RU': 'Russian (Russia)', + 'ru_UA': 'Russian (Ukraine)', + 'sa': 'Sanskrit', + 'sa_IN': 'Sanskrit (India)', + 'sr_YU': 'Serbian', + 'sr': 'Serbian', + 'sr_BA': 'Serbian (Bosnia and Herzegovina)', + 'sr_Cyrl': 'Serbian (Cyrillic)', + 'sr_Cyrl_YU': 'Serbian (Cyrillic)', + 'sr_Cyrl_BA': 'Serbian (Cyrillic) (Bosnia and Herzegovina)', + 'sr_Cyrl_ME': 'Serbian (Cyrillic) (Montenegro)', + 'sr_Cyrl_RS': 'Serbian (Cyrillic) (Serbia)', + 'sr_Cyrl_CS': 'Serbian (Cyrillic) (Serbia and Montenegro)', + 'sr_Latn': 'Serbian (Latin)', + 'sr_Latn_YU': 'Serbian (Latin)', + 'sr_Latn_BA': 'Serbian (Latin) (Bosnia and Herzegovina)', + 'sr_Latn_ME': 'Serbian (Latin) (Montenegro)', + 'sr_Latn_RS': 'Serbian (Latin) (Serbia)', + 'sr_Latn_CS': 'Serbian (Latin) (Serbia and Montenegro)', + 'sr_ME': 'Serbian (Montenegro)', + 'sr_RS': 'Serbian (Serbia)', + 'sr_CS': 'Serbian (Serbia and Montenegro)', + 'sh': 'Serbo-Croatian', + 'sh_YU': 'Serbo-Croatian', + 'sh_BA': 'Serbo-Croatian (Bosnia and Herzegovina)', + 'sh_CS': 'Serbo-Croatian (Serbia and Montenegro)', + 'ii': 'Sichuan Yi', + 'ii_CN': 'Sichuan (Yi China)', + 'sid': 'Sidamo', + 'sid_ET': 'Sidamo (Ethiopia)', + 'si': 'Sinhala', + 'si_LK': 'Sinhala (Sri Lanka)', + 'sk': 'Slovak', + 'sk_SK': 'Slovak (Slovakia)', + 'sl': 'Slovenian', + 'sl_SI': 'Slovenian (Slovenia)', + 'so': 'Somali', + 'so_DJ': 'Somali (Djibouti)', + 'so_ET': 'Somali (Ethiopia)', + 'so_KE': 'Somali (Kenya)', + 'so_SO': 'Somali (Somalia)', + 'nr': 'South Ndebele', + 'nr_ZA': 'South Ndebele (South Africa)', + 'st': 'Southern Sotho', + 'st_LS': 'Southern Sotho (Lesotho)', + 'st_ZA': 'Southern Sotho (South Africa)', + 'es': 'Spanish', + 'es_AR': 'Spanish (Argentina)', + 'es_BO': 'Spanish (Bolivia)', + 'es_CL': 'Spanish (Chile)', + 'es_CO': 'Spanish (Colombia)', + 'es_CR': 'Spanish (Costa Rica)', + 'es_DO': 'Spanish (Dominican Republic)', + 'es_EC': 'Spanish (Ecuador)', + 'es_SV': 'Spanish (El Salvador)', + 'es_GT': 'Spanish (Guatemala)', + 'es_HN': 'Spanish (Honduras)', + 'es_MX': 'Spanish (Mexico)', + 'es_NI': 'Spanish (Nicaragua)', + 'es_PA': 'Spanish (Panama)', + 'es_PY': 'Spanish (Paraguay)', + 'es_PE': 'Spanish (Peru)', + 'es_PR': 'Spanish (Puerto Rico)', + 'es_ES': 'Spanish (Spain)', + 'es_US': 'Spanish (United States)', + 'es_UY': 'Spanish (Uruguay)', + 'es_VE': 'Spanish (Venezuela)', + 'sw': 'Swahili', + 'sw_KE': 'Swahili (Kenya)', + 'sw_TZ': 'Swahili (Tanzania)', + 'ss': 'Swati', + 'ss_ZA': 'Swati (South Africa)', + 'ss_SZ': 'Swati (Swaziland)', + 'sv': 'Swedish', + 'sv_FI': 'Swedish (Finland)', + 'sv_SE': 'Swedish (Sweden)', + 'gsw': 'Swiss German', + 'gsw_CH': 'Swiss German (Switzerland)', + 'syr': 'Syriac', + 'syr_SY': 'Syriac (Syria)', + 'tl': 'Tagalog', + 'tg': 'Tajik', + 'tg_Cyrl': 'Tajik (Cyrillic)', + 'tg_Cyrl_TJ': 'Tajik (Cyrillic) (Tajikistan)', + 'tg_TJ': 'Tajik (Tajikistan)', + 'ta': 'Tamil', + 'ta_IN': 'Tamil (India)', + 'trv': 'Taroko', + 'trv_TW': 'Taroko (Taiwan)', + 'tt': 'Tatar', + 'tt_RU': 'Tatar (Russia)', + 'te': 'Telugu', + 'te_IN': 'Telugu (India)', + 'th': 'Thai', + 'th_TH': 'Thai (Thailand)', + 'bo': 'Tibetan', + 'bo_CN': 'Tibetan (China)', + 'bo_IN': 'Tibetan (India)', + 'tig': 'Tigre', + 'tig_ER': 'Tigre (Eritrea)', + 'ti': 'Tigrinya', + 'ti_ER': 'Tigrinya (Eritrea)', + 'ti_ET': 'Tigrinya (Ethiopia)', + 'to': 'Tonga', + 'to_TO': 'Tonga (Tonga)', + 'ts': 'Tsonga', + 'ts_ZA': 'Tsonga (South Africa)', + 'tn': 'Tswana', + 'tn_ZA': 'Tswana (South Africa)', + 'tr': 'Turkish', + 'tr_TR': 'Turkish (Turkey)', + 'kcg': 'Tyap', + 'kcg_NG': 'Tyap (Nigeria)', + 'ug': 'Uighur', + 'ug_Arab': 'Uighur (Arabic)', + 'ug_Arab_CN': 'Uighur (Arabic) (China)', + 'ug_CN': 'Uighur (China)', + 'uk': 'Ukrainian', + 'uk_UA': 'Ukrainian (Ukraine)', + 'ur': 'Urdu', + 'ur_IN': 'Urdu (India)', + 'ur_PK': 'Urdu (Pakistan)', + 'uz': 'Uzbek', + 'uz_AF': 'Uzbek (Afghanistan)', + 'uz_Arab': 'Uzbek (Arabic)', + 'uz_Arab_AF': 'Uzbek (Arabic) (Afghanistan)', + 'uz_Cyrl': 'Uzbek (Cyrillic)', + 'uz_Cyrl_UZ': 'Uzbek (Cyrillic) (Uzbekistan)', + 'uz_Latn': 'Uzbek (Latin)', + 'uz_Latn_UZ': 'Uzbek (Latin) (Uzbekistan)', + 'uz_UZ': 'Uzbek (Uzbekistan)', + 've': 'Venda', + 've_ZA': 'Venda (South Africa)', + 'vi': 'Vietnamese', + 'vi_VN': 'Vietnamese (Vietnam)', + 'wal': 'Walamo', + 'wal_ET': 'Walamo (Ethiopia)', + 'cy': 'Welsh', + 'cy_GB': 'Welsh (United Kingdom)', + 'wo': 'Wolof', + 'wo_Latn': 'Wolof (Latin)', + 'wo_Latn_SN': 'Wolof (Latin) (Senegal)', + 'wo_SN': 'Wolof (Senegal)', + 'xh': 'Xhosa', + 'xh_ZA': 'Xhosa (South Africa)', + 'yo': 'Yoruba', + 'yo_NG': 'Yoruba (Nigeria)', + 'zu': 'Zulu', + 'zu_ZA': 'Zulu (South Africa)', } diff -Nru picard-1.4.2/picard/coverart/image.py picard-2.0.0/picard/coverart/image.py --- picard-1.4.2/picard/coverart/image.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/image.py 2018-07-18 13:28:22.000000000 +0000 @@ -27,11 +27,12 @@ import tempfile from hashlib import md5 -from PyQt4.QtCore import QUrl, QObject, QMutex +from PyQt5.QtCore import QUrl, QObject, QMutex from picard import config, log from picard.coverart.utils import translate_caa_type from picard.script import ScriptParser from picard.util import ( + decode_filename, encode_filename, replace_win32_incompat, imageinfo @@ -123,12 +124,15 @@ is_front = None sourceprefix = "URL" - def __init__(self, url=None, types=[], comment='', data=None): + def __init__(self, url=None, types=None, comment='', data=None): + if types is None: + self.types = [] + else: + self.types = types if url is not None: self.parse_url(url) else: self.url = None - self.types = types self.comment = comment self.datahash = None # thumbnail is used to link to another CoverArtImage, ie. for PDFs @@ -141,18 +145,18 @@ def parse_url(self, url): self.url = QUrl(url) - self.host = str(self.url.host()) + self.host = string_(self.url.host()) self.port = self.url.port(80) - self.path = str(self.url.encodedPath()) + self.path = string_(self.url.path(QUrl.FullyEncoded)) if self.url.hasQuery(): - self.path += '?' + str(self.url.encodedQuery()) + self.path += '?' + string_(self.url.query(QUrl.FullyEncoded)) @property def source(self): if self.url is not None: - return u"%s: %s" % (self.sourceprefix, self.url.toString()) + return "%s: %s" % (self.sourceprefix, self.url.toString()) else: - return u"%s" % self.sourceprefix + return "%s" % self.sourceprefix def is_front_image(self): """Indicates if image is considered as a 'front' image. @@ -167,7 +171,7 @@ return False if self.is_front is not None: return self.is_front - if u'front' in self.types: + if 'front' in self.types: return True return (self.support_types is False) @@ -193,18 +197,15 @@ p.append("comment=%r" % self.comment) return "%s(%s)" % (self.__class__.__name__, ", ".join(p)) - def __unicode__(self): - p = [u'Image'] + def __str__(self): + p = ['Image'] if self.url is not None: - p.append(u"from %s" % self.url.toString()) + p.append("from %s" % self.url.toString()) if self.types: - p.append(u"of type %s" % u','.join(self.types)) + p.append("of type %s" % ','.join(self.types)) if self.comment: - p.append(u"and comment '%s'" % self.comment) - return u' '.join(p) - - def __str__(self): - return unicode(self).encode('utf-8') + p.append("and comment '%s'" % self.comment) + return ' '.join(p) def __eq__(self, other): if self and other: @@ -248,15 +249,15 @@ don't support multiple types for one image. Images coming from CAA can have multiple types (ie. 'front, booklet'). """ - if self.is_front_image() or not self.types or u'front' in self.types: - return u'front' + if self.is_front_image() or not self.types or 'front' in self.types: + return 'front' # TODO: do something better than randomly using the first in the list return self.types[0] def _make_image_filename(self, filename, dirname, metadata): filename = ScriptParser().eval(filename, metadata) if config.setting["ascii_filenames"]: - if isinstance(filename, unicode): + if isinstance(filename, str): filename = unaccent(filename) filename = replace_non_ascii(filename) if not filename: @@ -267,7 +268,8 @@ if config.setting["windows_compatibility"] or sys.platform == "win32": filename = replace_win32_incompat(filename) # remove null characters - filename = filename.replace("\x00", "") + if isinstance(filename, bytes): + filename = filename.replace(b"\x00", "") return encode_filename(filename) def save(self, dirname, metadata, counters): @@ -291,7 +293,7 @@ filename = self._make_image_filename(filename, dirname, metadata) overwrite = config.setting["save_images_overwrite"] - ext = self.extension + ext = encode_filename(self.extension) image_filename = self._next_filename(filename, counters) while os.path.exists(image_filename + ext) and not overwrite: if not self._is_write_needed(image_filename + ext): @@ -314,11 +316,11 @@ def _next_filename(self, filename, counters): if counters[filename]: - new_filename = "%s (%d)" % (filename, counters[filename]) + new_filename = "%s (%d)" % (decode_filename(filename), counters[filename]) else: new_filename = filename counters[filename] += 1 - return new_filename + return encode_filename(new_filename) def _is_write_needed(self, filename): if (os.path.exists(filename) @@ -345,9 +347,9 @@ if self.types: types = self.types elif self.is_front_image(): - types = [u'front'] + types = ['front'] else: - types = [u'-'] + types = ['-'] if translate: types = [translate_caa_type(type) for type in types] return separator.join(types) @@ -358,11 +360,10 @@ """Image from Cover Art Archive""" support_types = True - sourceprefix = u"CAA" + sourceprefix = "CAA" - def __init__(self, url, types=[], is_front=False, comment='', data=None): - CoverArtImage.__init__(self, url=url, types=types, comment=comment, - data=data) + def __init__(self, url, types=None, is_front=False, comment='', data=None): + super().__init__(url=url, types=types, comment=comment, data=data) self.is_front = is_front @@ -371,9 +372,8 @@ """Used for thumbnails of CaaCoverArtImage objects, together with thumbnail property""" - def __init__(self, url, types=[], is_front=False, comment='', data=None): - CaaCoverArtImage.__init__(self, url=url, types=types, comment=comment, - data=data) + def __init__(self, url, types=None, is_front=False, comment='', data=None): + super().__init__(url=url, types=types, comment=comment, data=data) self.is_front = False self.can_be_saved_to_disk = False self.can_be_saved_to_tags = False @@ -384,10 +384,9 @@ """Image from file tags""" - def __init__(self, file, tag=None, types=[], is_front=None, + def __init__(self, file, tag=None, types=None, is_front=None, support_types=False, comment='', data=None): - CoverArtImage.__init__(self, url=None, types=types, comment=comment, - data=data) + super().__init__(url=None, types=types, comment=comment, data=data) self.sourcefile = file self.tag = tag self.support_types = support_types @@ -397,9 +396,9 @@ @property def source(self): if self.tag: - return u'Tag %s from %s' % (self.tag, self.sourcefile) + return 'Tag %s from %s' % (self.tag, self.sourcefile) else: - return u'File %s' % (self.sourcefile) + return 'File %s' % (self.sourcefile) def __repr__(self): p = [] @@ -420,10 +419,9 @@ sourceprefix = 'LOCAL' - def __init__(self, filepath, types=[], is_front=None, + def __init__(self, filepath, types=None, is_front=None, support_types=False, comment='', data=None): - CoverArtImage.__init__(self, url=None, types=types, comment=comment, - data=data) + super().__init__(url=None, types=types, comment=comment, data=data) self.filepath = filepath self.support_types = support_types if is_front is not None: @@ -431,7 +429,7 @@ @property def source(self): - return u'%s %s' % (self.sourceprefix, self.filepath) + return '%s %s' % (self.sourceprefix, self.filepath) def __repr__(self): p = [] diff -Nru picard-1.4.2/picard/coverart/__init__.py picard-2.0.0/picard/coverart/__init__.py --- picard-1.4.2/picard/coverart/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -31,7 +31,7 @@ from picard import config, log from picard.coverart.image import (CoverArtImageIOError, CoverArtImageIdentificationError) -from PyQt4.QtCore import QObject +from PyQt5.QtCore import QObject class CoverArt: @@ -78,11 +78,11 @@ coverartimage.imageinfo_as_string()) ) except CoverArtImageIOError as e: - self.album.error_append(unicode(e)) + self.album.error_append(e) self.album._finalize_loading(error=True) raise e except CoverArtImageIdentificationError as e: - self.album.error_append(unicode(e)) + self.album.error_append(e) def _coverart_downloaded(self, coverartimage, data, http, error): @@ -90,7 +90,7 @@ self.album._requests -= 1 if error: - self.album.error_append(u'Coverart error: %s' % (unicode(http.errorString()))) + self.album.error_append('Coverart error: %s' % (http.errorString())) elif len(data) < 1000: log.warning("Not enough data, skipping %s" % coverartimage) else: @@ -191,7 +191,7 @@ echo=None ) log.debug("Downloading %r" % coverartimage) - self.album.tagger.xmlws.download( + self.album.tagger.webservice.download( coverartimage.host, coverartimage.port, coverartimage.path, diff -Nru picard-1.4.2/picard/coverart/providers/amazon.py picard-2.0.0/picard/coverart/providers/amazon.py --- picard-1.4.2/picard/coverart/providers/amazon.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/amazon.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,9 +22,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import traceback -from picard import config, log +from picard import log from picard.util import parse_amazon_url from picard.coverart.providers import CoverArtProvider from picard.coverart.image import CoverArtImage @@ -89,10 +88,10 @@ """Use Amazon ASIN Musicbrainz relationships to get cover art""" NAME = "Amazon" - TITLE = N_(u'Amazon') + TITLE = N_('Amazon') def enabled(self): - return (super(CoverArtProviderAmazon, self).enabled() + return (super().enabled() and not self.coverart.front_image_found) def queue_images(self): diff -Nru picard-1.4.2/picard/coverart/providers/caa.py picard-2.0.0/picard/coverart/providers/caa.py --- picard-1.4.2/picard/coverart/providers/caa.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/caa.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,10 +22,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import json -import traceback -from PyQt4 import QtCore, QtGui -from PyQt4.QtNetwork import QNetworkReply +from collections import OrderedDict, namedtuple +from PyQt5 import QtCore, QtWidgets +from PyQt5.QtNetwork import QNetworkReply from picard import config, log from picard.const import CAA_HOST, CAA_PORT from picard.coverart.providers import CoverArtProvider, ProviderOptions @@ -33,27 +32,56 @@ from picard.coverart.utils import CAA_TYPES, translate_caa_type from picard.ui.ui_provider_options_caa import Ui_CaaOptions from picard.ui.util import StandardButton -from picard.util import webbrowser2 -from picard.ui.options import OptionsPage, OptionsCheckError, register_options_page +from picard.util import webbrowser2, load_json -_CAA_THUMBNAIL_SIZE_MAP = { - 0: "small", - 1: "large", -} +CaaSizeItem = namedtuple('CaaSizeItem', ['thumbnail', 'label']) -class CAATypesSelectorDialog(QtGui.QDialog): +_CAA_THUMBNAIL_SIZE_MAP = OrderedDict([ + (250, CaaSizeItem('small', N_('250 px'))), + (500, CaaSizeItem('large', N_('500 px'))), + (1200, CaaSizeItem('1200', N_('1200 px'))), + (-1, CaaSizeItem(None, N_('Full size'))), +]) + +_CAA_IMAGE_SIZE_DEFAULT = 500 + + +def caa_url_fallback_list(desired_size, thumbnails): + """List of thumbnail urls equal or smaller than size, in size decreasing order + It is used for find the "best" thumbnail according to: + - user choice + - thumbnail availability + If user choice isn't matching an available thumbnail size, a fallback to + smaller thumbnails is possible + This function returns the list of possible urls, ordered from the biggest + matching the user choice to the smallest one. + Of course, if none are possible, the returned list may be empty. + """ + reversed_map = OrderedDict(reversed(list(_CAA_THUMBNAIL_SIZE_MAP.items()))) + urls = [] + for item_id, item in reversed_map.items(): + if item_id == -1 or item_id > desired_size: + continue + if item.thumbnail in thumbnails: + urls.append(thumbnails[item.thumbnail]) + return urls + + +class CAATypesSelectorDialog(QtWidgets.QDialog): _columns = 4 - def __init__(self, parent=None, types=[]): - super(CAATypesSelectorDialog, self).__init__(parent) + def __init__(self, parent=None, types=None): + if types is None: + types = [] + super().__init__(parent) self.setWindowTitle(_("Cover art types")) self._items = {} - self.layout = QtGui.QVBoxLayout(self) + self.layout = QtWidgets.QVBoxLayout(self) - grid = QtGui.QWidget() - gridlayout = QtGui.QGridLayout() + grid = QtWidgets.QWidget() + gridlayout = QtWidgets.QGridLayout() grid.setLayout(gridlayout) for index, caa_type in enumerate(CAA_TYPES): @@ -61,40 +89,38 @@ column = index % self._columns name = caa_type["name"] text = translate_caa_type(name) - item = QtGui.QCheckBox(text) + item = QtWidgets.QCheckBox(text) item.setChecked(name in types) self._items[item] = caa_type gridlayout.addWidget(item, row, column) self.layout.addWidget(grid) - self.buttonbox = QtGui.QDialogButtonBox(self) + self.buttonbox = QtWidgets.QDialogButtonBox(self) self.buttonbox.setOrientation(QtCore.Qt.Horizontal) self.buttonbox.addButton( - StandardButton(StandardButton.OK), QtGui.QDialogButtonBox.AcceptRole) + StandardButton(StandardButton.OK), QtWidgets.QDialogButtonBox.AcceptRole) self.buttonbox.addButton(StandardButton(StandardButton.CANCEL), - QtGui.QDialogButtonBox.RejectRole) + QtWidgets.QDialogButtonBox.RejectRole) self.buttonbox.addButton( - StandardButton(StandardButton.HELP), QtGui.QDialogButtonBox.HelpRole) - self.buttonbox.accepted.connect(self.accept) - self.buttonbox.rejected.connect(self.reject) - self.buttonbox.helpRequested.connect(self.help) + StandardButton(StandardButton.HELP), QtWidgets.QDialogButtonBox.HelpRole) extrabuttons = [ (N_("Chec&k all"), self.checkall), (N_("&Uncheck all"), self.uncheckall), ] for label, callback in extrabuttons: - button = QtGui.QPushButton(_(label)) + button = QtWidgets.QPushButton(_(label)) button.setSizePolicy( - QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Expanding) - self.buttonbox.addButton(button, QtGui.QDialogButtonBox.ActionRole) + QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Expanding) + self.buttonbox.addButton(button, QtWidgets.QDialogButtonBox.ActionRole) button.clicked.connect(callback) self.layout.addWidget(self.buttonbox) self.buttonbox.accepted.connect(self.accept) self.buttonbox.rejected.connect(self.reject) + self.buttonbox.helpRequested.connect(self.help) def help(self): webbrowser2.goto('doc_cover_art_types') @@ -110,19 +136,16 @@ item.setChecked(value) def get_selected_types(self): - types = [] - for item, typ in self._items.iteritems(): - if item.isChecked(): - types.append(typ['name']) - if not types: - return [u'front'] - return types + return [typ['name'] for item, typ in self._items.items() if + item.isChecked()] or ['front'] @staticmethod - def run(parent=None, types=[]): + def run(parent=None, types=None): + if types is None: + types = [] dialog = CAATypesSelectorDialog(parent, types) result = dialog.exec_() - return (dialog.get_selected_types(), result == QtGui.QDialog.Accepted) + return (dialog.get_selected_types(), result == QtWidgets.QDialog.Accepted) class ProviderOptionsCaa(ProviderOptions): @@ -134,20 +157,30 @@ config.BoolOption("setting", "caa_save_single_front_image", False), config.BoolOption("setting", "caa_approved_only", False), config.BoolOption("setting", "caa_image_type_as_filename", False), - config.IntOption("setting", "caa_image_size", 1), - config.ListOption("setting", "caa_image_types", [u"front"]), + config.IntOption("setting", "caa_image_size", + _CAA_IMAGE_SIZE_DEFAULT), + config.ListOption("setting", "caa_image_types", ["front"]), config.BoolOption("setting", "caa_restrict_image_types", True), ] _options_ui = Ui_CaaOptions def __init__(self, parent=None): - super(ProviderOptionsCaa, self).__init__(parent) + super().__init__(parent) self.ui.restrict_images_types.clicked.connect(self.update_caa_types) self.ui.select_caa_types.clicked.connect(self.select_caa_types) def load(self): - self.ui.cb_image_size.setCurrentIndex(config.setting["caa_image_size"]) + self.ui.cb_image_size.clear() + for item_id, item in _CAA_THUMBNAIL_SIZE_MAP.items(): + self.ui.cb_image_size.addItem(_(item.label), userData=item_id) + + size = config.setting["caa_image_size"] + index = self.ui.cb_image_size.findData(size) + if index < 0: + index = self.ui.cb_image_size.findData(_CAA_IMAGE_SIZE_DEFAULT) + self.ui.cb_image_size.setCurrentIndex(index) + self.ui.cb_save_single_front_image.setChecked(config.setting["caa_save_single_front_image"]) self.ui.cb_approved_only.setChecked(config.setting["caa_approved_only"]) self.ui.cb_type_as_filename.setChecked(config.setting["caa_image_type_as_filename"]) @@ -156,8 +189,8 @@ self.update_caa_types() def save(self): - config.setting["caa_image_size"] = \ - self.ui.cb_image_size.currentIndex() + size = self.ui.cb_image_size.currentData() + config.setting["caa_image_size"] = size config.setting["caa_save_single_front_image"] = \ self.ui.cb_save_single_front_image.isChecked() config.setting["caa_approved_only"] = \ @@ -184,7 +217,7 @@ """Get cover art from Cover Art Archive using release mbid""" NAME = "Cover Art Archive" - TITLE = N_(u'Cover Art Archive') + TITLE = N_('Cover Art Archive') OPTIONS = ProviderOptionsCaa ignore_json_not_found_error = False @@ -192,8 +225,8 @@ coverartimage_thumbnail_class = CaaThumbnailCoverArtImage def __init__(self, coverart): - CoverArtProvider.__init__(self, coverart) - self.caa_types = map(unicode.lower, config.setting["caa_image_types"]) + super().__init__(coverart) + self.caa_types = list(map(str.lower, config.setting["caa_image_types"])) self.len_caa_types = len(self.caa_types) self.restrict_types = config.setting["caa_restrict_image_types"] @@ -201,24 +234,24 @@ def _has_suitable_artwork(self): # MB web service indicates if CAA has artwork # https://tickets.metabrainz.org/browse/MBS-4536 - if 'cover_art_archive' not in self.release.children: + if 'cover-art-archive' not in self.release: log.debug("No Cover Art Archive information for %s" - % self.release.id) + % self.release['id']) return False - caa_node = self.release.children['cover_art_archive'][0] - caa_has_suitable_artwork = caa_node.artwork[0].text == 'true' + caa_node = self.release['cover-art-archive'] + caa_has_suitable_artwork = caa_node['artwork'] if not caa_has_suitable_artwork: log.debug("There are no images in the Cover Art Archive for %s" - % self.release.id) + % self.release['id']) return False if self.restrict_types: want_front = 'front' in self.caa_types want_back = 'back' in self.caa_types - caa_has_front = caa_node.front[0].text == 'true' - caa_has_back = caa_node.back[0].text == 'true' + caa_has_front = caa_node['front'] + caa_has_back = caa_node['back'] if self.len_caa_types == 2 and (want_front or want_back): # The OR cases are there to still download and process the CAA @@ -241,16 +274,16 @@ if not caa_has_suitable_artwork: log.debug("There are no suitable images in the Cover Art Archive for %s" - % self.release.id) + % self.release['id']) else: log.debug("There are suitable images in the Cover Art Archive for %s" - % self.release.id) + % self.release['id']) return caa_has_suitable_artwork def enabled(self): """Check if CAA artwork has to be downloaded""" - if not super(CoverArtProviderCaa, self).enabled() or \ + if not super().enabled() or \ self.coverart.front_image_found: return False if self.restrict_types and not self.len_caa_types: @@ -263,7 +296,7 @@ return "/release/%s/" % self.metadata["musicbrainz_albumid"] def queue_images(self): - self.album.tagger.xmlws.download( + self.album.tagger.webservice.download( CAA_HOST, CAA_PORT, self._caa_path, @@ -280,15 +313,13 @@ self.album._requests -= 1 if error: if not (error == QNetworkReply.ContentNotFoundError and self.ignore_json_not_found_error): - self.error(u'CAA JSON error: %s' % (unicode(http.errorString()))) + self.error('CAA JSON error: %s' % (http.errorString())) else: try: - caa_data = json.loads(data) + caa_data = load_json(data) except ValueError: self.error("Invalid JSON: %s" % (http.url().toString())) else: - imagesize = config.setting["caa_image_size"] - thumbsize = _CAA_THUMBNAIL_SIZE_MAP.get(imagesize, None) for image in caa_data["images"]: if config.setting["caa_approved_only"] and not image["approved"]: continue @@ -300,9 +331,9 @@ # if image has no type set, we still want it to match # pseudo type 'unknown' if not image["types"]: - image["types"] = [u"unknown"] + image["types"] = ["unknown"] else: - image["types"] = map(unicode.lower, image["types"]) + image["types"] = list(map(str.lower, image["types"])) if self.restrict_types: # only keep enabled caa types types = set(image["types"]).intersection( @@ -310,21 +341,24 @@ else: types = True if types: - if thumbsize is None or is_pdf: + urls = caa_url_fallback_list(config.setting["caa_image_size"], + image["thumbnails"]) + if not urls or is_pdf: url = image["image"] else: - url = image["thumbnails"][thumbsize] + #FIXME: try other urls in case of 404 + url = urls[0] coverartimage = self.coverartimage_class( url, types=image["types"], is_front=image['front'], comment=image["comment"], ) - if is_pdf: + if urls and is_pdf: # thumbnail will be used to "display" PDF in info # dialog thumbnail = self.coverartimage_thumbnail_class( - url=image["thumbnails"]['small'], + url=url[0], types=image["types"], is_front=image['front'], comment=image["comment"], diff -Nru picard-1.4.2/picard/coverart/providers/caa_release_group.py picard-2.0.0/picard/coverart/providers/caa_release_group.py --- picard-1.4.2/picard/coverart/providers/caa_release_group.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/caa_release_group.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,10 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import traceback -from picard import config, log -from picard.coverart.providers import CoverArtProvider from picard.coverart.providers.caa import CoverArtProviderCaa from picard.coverart.image import CaaCoverArtImage, CaaThumbnailCoverArtImage @@ -38,7 +35,7 @@ """Use cover art from album release group""" NAME = "CaaReleaseGroup" - TITLE = N_(u"CAA Release Group") + TITLE = N_("CAA Release Group") # FIXME: caa release group uses the same options than caa OPTIONS = None diff -Nru picard-1.4.2/picard/coverart/providers/__init__.py picard-2.0.0/picard/coverart/providers/__init__.py --- picard-1.4.2/picard/coverart/providers/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -54,7 +54,7 @@ PARENT = "cover" def __init__(self, parent=None): - super(ProviderOptions, self).__init__(parent) + super().__init__(parent) self.ui = self._options_ui() self.ui.setupUi(self) @@ -155,12 +155,11 @@ `relation_types` """ try: - if 'relation_list' in self.release.children: - for relation_list in self.release.relation_list: - if relation_list.target_type == 'url': - for relation in relation_list.relation: - if relation.type in relation_types: - func(relation.target[0].text) + if 'relations' in self.release: + for relation in self.release['relations']: + if relation['target-type'] == 'url': + if relation['type'] in relation_types: + func(relation['url']['resource']) except AttributeError: self.error(traceback.format_exc()) diff -Nru picard-1.4.2/picard/coverart/providers/local.py picard-2.0.0/picard/coverart/providers/local.py --- picard-1.4.2/picard/coverart/providers/local.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/local.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,9 +19,7 @@ import os import re -import traceback -from PyQt4 import QtCore, QtGui -from picard import config, log +from picard import config from picard.coverart.providers import CoverArtProvider, ProviderOptions from picard.coverart.image import CoverArtImageFromFile from picard.coverart.utils import CAA_TYPES @@ -43,7 +41,7 @@ _options_ui = Ui_LocalOptions def __init__(self, parent=None): - super(ProviderOptionsLocal, self).__init__(parent) + super().__init__(parent) self.init_regex_checker(self.ui.local_cover_regex_edit, self.ui.local_cover_regex_error) self.ui.local_cover_regex_default.clicked.connect(self.set_local_cover_regex_default) @@ -54,7 +52,7 @@ self.ui.local_cover_regex_edit.setText(config.setting["local_cover_regex"]) def save(self): - config.setting["local_cover_regex"] = unicode(self.ui.local_cover_regex_edit.text()) + config.setting["local_cover_regex"] = self.ui.local_cover_regex_edit.text() class CoverArtProviderLocal(CoverArtProvider): @@ -62,7 +60,7 @@ """Get cover art from local files""" NAME = "Local" - TITLE = N_(u"Local Files") + TITLE = N_("Local Files") OPTIONS = ProviderOptionsLocal _types_split_re = re.compile('[^a-z0-9]', re.IGNORECASE) @@ -88,7 +86,7 @@ continue filepath = os.path.join(current_dir, root, filename) if os.path.exists(filepath): - types = self.get_types(m.group(1)) or [ u'front' ] + types = self.get_types(m.group(1)) or [ 'front' ] self.queue_put(CoverArtImageFromFile(filepath, types=types, support_types=True)) diff -Nru picard-1.4.2/picard/coverart/providers/whitelist.py picard-2.0.0/picard/coverart/providers/whitelist.py --- picard-1.4.2/picard/coverart/providers/whitelist.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/providers/whitelist.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,9 +22,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import traceback -from picard import config, log +from picard import log from picard.coverart.providers import CoverArtProvider from picard.coverart.image import CoverArtImage @@ -35,10 +34,10 @@ cover art""" NAME = "Whitelist" - TITLE = N_(u'Whitelist') + TITLE = N_('Whitelist') def enabled(self): - return (super(CoverArtProviderWhitelist, self).enabled() + return (super().enabled() and not self.coverart.front_image_found) def queue_images(self): diff -Nru picard-1.4.2/picard/coverart/utils.py picard-2.0.0/picard/coverart/utils.py --- picard-1.4.2/picard/coverart/utils.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/coverart/utils.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,17 +18,17 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from picard.const import MB_ATTRIBUTES -from picard.i18n import ugettext_attr +from picard.i18n import gettext_attr # list of types from http://musicbrainz.org/doc/Cover_Art/Types # order of declaration is preserved in selection box CAA_TYPES = [] for k, v in sorted(MB_ATTRIBUTES.items(), key=lambda k_v: k_v[0]): - if k.startswith(u'DB:cover_art_archive.art_type/name:'): + if k.startswith('DB:cover_art_archive.art_type/name:'): CAA_TYPES.append({'name': v.lower(), 'title': v}) # pseudo type, used for the no type case -CAA_TYPES.append({'name': "unknown", 'title': N_(u"Unknown")}) +CAA_TYPES.append({'name': "unknown", 'title': N_("Unknown")}) CAA_TYPES_TR = {} for t in CAA_TYPES: @@ -39,4 +39,5 @@ if name == 'unknown': return _(CAA_TYPES_TR[name]) else: - return ugettext_attr(CAA_TYPES_TR[name], u"cover_art_type") + title = CAA_TYPES_TR.get(name, name) + return gettext_attr(title, "cover_art_type") diff -Nru picard-1.4.2/picard/dataobj.py picard-2.0.0/picard/dataobj.py --- picard-1.4.2/picard/dataobj.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/dataobj.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,9 +22,9 @@ class DataObject(LockableObject): - def __init__(self, id): - LockableObject.__init__(self) - self.id = id + def __init__(self, obj_id): + super().__init__() + self.id = obj_id self.folksonomy_tags = {} self.item = None @@ -33,5 +33,5 @@ @staticmethod def merge_folksonomy_tags(this, that): - for name, count in that.iteritems(): + for name, count in that.items(): this[name] = this.get(name, 0) + count diff -Nru picard-1.4.2/picard/disc.py picard-2.0.0/picard/disc.py --- picard-1.4.2/picard/disc.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/disc.py 2018-07-18 13:28:22.000000000 +0000 @@ -30,7 +30,7 @@ discid = None import traceback -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import log from picard.ui.cdlookup import CDLookupDialog @@ -38,29 +38,33 @@ class Disc(QtCore.QObject): def __init__(self): - QtCore.QObject.__init__(self) + super().__init__() self.id = None self.submission_url = None def read(self, device=None): if device is None: device = discid.get_default_device() - log.debug(u"Reading CD using device: %r", device) - disc = discid.read(device) - self.id = disc.id - self.submission_url = disc.submission_url + log.debug("Reading CD using device: %r", device) + try: + disc = discid.read(device) + self.id = disc.id + self.submission_url = disc.submission_url + except discid.disc.DiscError as e: + log.error("Error while reading %r: %s" % (device, str(e))) + raise def lookup(self): - self.tagger.xmlws.lookup_discid(self.id, self._lookup_finished) + self.tagger.mb_api.lookup_discid(self.id, self._lookup_finished) def _lookup_finished(self, document, http, error): self.tagger.restore_cursor() releases = [] if error: - log.error("%r", unicode(http.errorString())) + log.error("%r", http.errorString()) else: try: - releases = document.metadata[0].disc[0].release_list[0].release + releases = document['releases'] except (AttributeError, IndexError): log.error(traceback.format_exc()) diff -Nru picard-1.4.2/picard/file.py picard-2.0.0/picard/file.py --- picard-1.4.2/picard/file.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/file.py 2018-07-18 13:28:22.000000000 +0000 @@ -28,7 +28,7 @@ from functools import partial from operator import itemgetter from collections import defaultdict -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import config, log from picard.metadata import Metadata from picard.ui.item import Item @@ -52,6 +52,7 @@ from picard.const import QUERY_LIMIT from picard import PICARD_APP_NAME + class File(QtCore.QObject, Item): metadata_images_changed = QtCore.pyqtSignal() @@ -75,7 +76,7 @@ } def __init__(self, filename): - super(File, self).__init__() + super().__init__() self.filename = filename self.base_filename = os.path.basename(filename) self._state = File.UNDEFINED @@ -123,7 +124,7 @@ if self.state != File.PENDING or self.tagger.stopping: return if error is not None: - self.error = str(error) + self.error = string_(error) self.state = self.ERROR from picard.formats import supported_extensions file_name, file_extension = os.path.splitext(self.base_filename) @@ -146,7 +147,7 @@ if 'tracknumber' not in metadata: tracknumber = tracknum_from_filename(self.base_filename) if tracknumber != -1: - tracknumber = str(tracknumber) + tracknumber = string_(tracknumber) metadata['tracknumber'] = tracknumber if metadata['title'] == filename: stripped_filename = filename.lstrip('0') @@ -168,7 +169,7 @@ deleted_tags = self.metadata.deleted_tags self.metadata.copy(metadata) self.metadata.deleted_tags = deleted_tags - for tag, values in saved_metadata.iteritems(): + for tag, values in saved_metadata.items(): self.metadata.set(tag, values) if acoustid: @@ -241,10 +242,10 @@ return new_filename @staticmethod - def _rmdir(dir): + def _rmdir(path): junk_files = (".DS_Store", "desktop.ini", "Desktop.ini", "Thumbs.db") - if not set(os.listdir(dir)) - set(junk_files): - shutil.rmtree(dir, False) + if not set(os.listdir(path)) - set(junk_files): + shutil.rmtree(path, False) else: raise OSError @@ -256,7 +257,7 @@ return old_filename = new_filename = self.filename if error is not None: - self.error = str(error) + self.error = string_(error) self.set_state(File.ERROR, update=True) else: self.filename = new_filename = result @@ -292,7 +293,7 @@ """Save the metadata.""" raise NotImplementedError - def _script_to_filename(self, format, file_metadata, settings=None): + def _script_to_filename(self, naming_format, file_metadata, settings=None): if settings is None: settings = config.setting metadata = Metadata() @@ -303,26 +304,27 @@ metadata.update(file_metadata) # make sure every metadata can safely be used in a path name for name in metadata.keys(): - if isinstance(metadata[name], basestring): + if isinstance(metadata[name], str): metadata[name] = sanitize_filename(metadata[name]) - format = format.replace("\t", "").replace("\n", "") - filename = ScriptParser().eval(format, metadata, self) + naming_format = naming_format.replace("\t", "").replace("\n", "") + filename = ScriptParser().eval(naming_format, metadata, self) if settings["ascii_filenames"]: - if isinstance(filename, unicode): + if isinstance(filename, str): filename = unaccent(filename) filename = replace_non_ascii(filename) # replace incompatible characters if settings["windows_compatibility"] or sys.platform == "win32": filename = replace_win32_incompat(filename) # remove null characters - filename = filename.replace("\x00", "") + if isinstance(filename, (bytes, bytearray)): + filename = filename.replace(b"\x00", "") return filename def _fixed_splitext(self, filename): # In case the filename is blank and only has the extension # the real extension is in new_filename and ext is blank new_filename, ext = os.path.splitext(filename) - if ext == '' and new_filename.lower() in map(unicode, self.EXTENSIONS): + if ext == '' and new_filename.lower() in self.EXTENSIONS: ext = new_filename new_filename = '' return new_filename, ext @@ -345,9 +347,9 @@ new_filename = new_filename + ext # expand the naming format - format = settings['file_naming_format'] - if len(format) > 0: - new_filename = self._script_to_filename(format, metadata, settings) + naming_format = settings['file_naming_format'] + if len(naming_format) > 0: + new_filename = self._script_to_filename(naming_format, metadata, settings) # NOTE: the _script_to_filename strips the extension away new_filename = new_filename + ext if not settings['move_files']: @@ -366,7 +368,7 @@ new_filename = '_' + new_filename[1:] # Fix for precomposed characters on OSX if sys.platform == "darwin": - new_filename = unicodedata.normalize("NFD", unicode(new_filename)) + new_filename = unicodedata.normalize("NFD", new_filename) return os.path.realpath(os.path.join(new_dirname, new_filename)) @@ -409,15 +411,15 @@ old_path = encode_filename(os.path.dirname(old_filename)) new_path = encode_filename(os.path.dirname(new_filename)) patterns = encode_filename(config.setting["move_additional_files_pattern"]) - patterns = filter(bool, [p.strip() for p in patterns.split()]) + patterns = [string_(p.strip()) for p in patterns.split() if p.strip()] try: - names = os.listdir(old_path) + names = list(map(encode_filename, os.listdir(old_path))) except os.error: - log.error("Error: {} directory not found".format(old_path)) + log.error("Error: {} directory not found".naming_format(old_path)) return - filtered_names = filter(lambda x: x[0] != '.', names) + filtered_names = [name for name in names if name[0] != "."] for pattern in patterns: - pattern_regex = re.compile(fnmatch.translate(pattern), re.IGNORECASE) + pattern_regex = re.compile(encode_filename(fnmatch.translate(pattern)), re.IGNORECASE) file_names = names if pattern[0] != '.': file_names = filtered_names @@ -459,7 +461,8 @@ self.parent = parent self.tagger.acoustidmanager.update(self, self.metadata['musicbrainz_recordingid']) - def supports_tag(self, name): + @classmethod + def supports_tag(cls, name): """Returns whether tag ``name`` can be saved to the file.""" return True @@ -571,14 +574,15 @@ if self.state == File.REMOVED: return - + if error: + log.error("Network error encountered during the lookup for %s. Error code: %s", + self.filename, error) try: - m = document.metadata[0] if lookuptype == "metadata": - tracks = m.recording_list[0].recording + tracks = document['recordings'] elif lookuptype == "acoustid": - tracks = m.acoustid[0].recording_list[0].recording - except (AttributeError, IndexError): + tracks = document['recordings'] + except (KeyError, TypeError): tracks = None # no matches @@ -595,32 +599,31 @@ match = sorted((self.metadata.compare_to_track( track, self.comparison_weights) for track in tracks), reverse=True, key=itemgetter(0))[0] + if lookuptype != 'acoustid' and match[0] < config.setting['file_lookup_threshold']: + self.tagger.window.set_statusbar_message( + N_("No matching tracks above the threshold for file '%(filename)s'"), + {'filename': self.filename}, + timeout=3000 + ) + self.clear_pending() + return - if lookuptype != 'acoustid': - threshold = config.setting['file_lookup_threshold'] - if match[0] < threshold: - self.tagger.window.set_statusbar_message( - N_("No matching tracks above the threshold for file '%(filename)s'"), - {'filename': self.filename}, - timeout=3000 - ) - self.clear_pending() - return self.tagger.window.set_statusbar_message( N_("File '%(filename)s' identified!"), {'filename': self.filename}, timeout=3000 ) + self.clear_pending() rg, release, track = match[1:] if lookuptype == 'acoustid': - self.tagger.acoustidmanager.add(self, track.id) + self.tagger.acoustidmanager.add(self, track['id']) if release: - self.tagger.get_release_group_by_id(rg.id).loaded_albums.add(release.id) - self.tagger.move_file_to_track(self, release.id, track.id) + self.tagger.get_release_group_by_id(rg['id']).loaded_albums.add(release['id']) + self.tagger.move_file_to_track(self, release['id'], track['id']) else: - self.tagger.move_file_to_nat(self, track.id, node=track) + self.tagger.move_file_to_nat(self, track['id'], node=track) def lookup_metadata(self): """Try to identify the file using the existing metadata.""" @@ -633,19 +636,19 @@ self.clear_lookup_task() metadata = self.metadata self.set_pending() - self.lookup_task = self.tagger.xmlws.find_tracks(partial(self._lookup_finished, 'metadata'), + self.lookup_task = self.tagger.mb_api.find_tracks(partial(self._lookup_finished, 'metadata'), track=metadata['title'], artist=metadata['artist'], release=metadata['album'], tnum=metadata['tracknumber'], tracks=metadata['totaltracks'], - qdur=str(metadata.length / 2000), + qdur=string_(metadata.length // 2000), isrc=metadata['isrc'], limit=QUERY_LIMIT) def clear_lookup_task(self): if self.lookup_task: - self.tagger.xmlws.remove_task(self.lookup_task) + self.tagger.webservice.remove_task(self.lookup_task) self.lookup_task = None def set_pending(self): @@ -665,14 +668,14 @@ def _get_tracknumber(self): try: - return int(self.metadata["tracknumber"]) + return self.metadata["tracknumber"] except: return 0 tracknumber = property(_get_tracknumber, doc="The track number as an int.") def _get_discnumber(self): try: - return int(self.metadata["discnumber"]) + return self.metadata["discnumber"] except: return 0 discnumber = property(_get_discnumber, doc="The disc number as an int.") diff -Nru picard-1.4.2/picard/formats/apev2.py picard-2.0.0/picard/formats/apev2.py --- picard-1.4.2/picard/formats/apev2.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/apev2.py 2018-07-18 13:28:22.000000000 +0000 @@ -54,7 +54,7 @@ "musicbrainz_trackid": "musicbrainz_recordingid", "musicbrainz_releasetrackid": "musicbrainz_trackid", } - __rtranslate = dict([(v, k) for k, v in __translate.iteritems()]) + __rtranslate = dict([(v, k) for k, v in __translate.items()]) def _load(self, filename): log.debug("Loading file %r", filename) @@ -63,8 +63,8 @@ if file.tags: for origname, values in file.tags.items(): if origname.lower().startswith("cover art") and values.kind == mutagen.apev2.BINARY: - if '\0' in values.value: - descr, data = values.value.split('\0', 1) + if b'\0' in values.value: + descr, data = values.value.split(b'\0', 1) try: coverartimage = TagCoverArtImage( file=filename, @@ -157,11 +157,11 @@ name = name.title() temp.setdefault(name, []).append(value) for name, values in temp.items(): - tags[str(name)] = values + tags[string_(name)] = values for image in metadata.images_to_be_saved_to_tags: cover_filename = 'Cover Art (Front)' cover_filename += image.extension - tags['Cover Art (Front)'] = mutagen.apev2.APEValue(cover_filename + '\0' + image.data, mutagen.apev2.BINARY) + tags['Cover Art (Front)'] = mutagen.apev2.APEValue(cover_filename.encode('ascii') + b'\0' + image.data, mutagen.apev2.BINARY) break # can't save more than one item with the same name # (mp3tags does this, but it's against the specs) @@ -173,11 +173,11 @@ def _remove_deleted_tags(self, metadata, tags): """Remove the tags from the file that were deleted in the UI""" for tag in metadata.deleted_tags: - real_name = str(self._get_tag_name(tag)) + real_name = string_(self._get_tag_name(tag)) if real_name in ('Lyrics', 'Comment', 'Performer'): - tag_type = r"\(%s\)" % tag.split(':', 1)[1] + tag_type = re.compile(r"\(%s\)" % tag.split(':', 1)[1]) for item in tags.get(real_name): - if re.search(tag_type, item): + if tag_type.search(item): tags.get(real_name).remove(item) elif tag in ('totaltracks', 'totaldiscs'): tagstr = real_name.lower() + 'number' @@ -204,8 +204,22 @@ else: return name.title() - def supports_tag(self, name): - return bool(name) + @classmethod + def supports_tag(cls, name): + unsupported_tags = { + 'podcasturl', + 'gapless', + 'showsort', + 'show', + 'arranger', + 'musicip_fingerprint', + 'podcast', + 'totaltracks'} + return (bool(name) + and name not in unsupported_tags + and not name.startswith('performer:') + and not name.startswith('comment:') + ) class MusepackFile(APEv2File): @@ -216,7 +230,7 @@ _File = mutagen.musepack.Musepack def _info(self, metadata, file): - super(MusepackFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = "Musepack, SV%d" % file.info.version @@ -228,7 +242,7 @@ _File = mutagen.wavpack.WavPack def _info(self, metadata, file): - super(WavPackFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME def _save_and_rename(self, old_filename, metadata): @@ -248,7 +262,7 @@ _File = mutagen.optimfrog.OptimFROG def _info(self, metadata, file): - super(OptimFROGFile, self)._info(metadata, file) + super()._info(metadata, file) if file.filename.lower().endswith(".ofs"): metadata['~format'] = "OptimFROG DualStream Audio" else: @@ -263,7 +277,7 @@ _File = mutagen.monkeysaudio.MonkeysAudio def _info(self, metadata, file): - super(MonkeysAudioFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -275,5 +289,5 @@ _File = tak.TAK def _info(self, metadata, file): - super(TAKFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME diff -Nru picard-1.4.2/picard/formats/asf.py picard-2.0.0/picard/formats/asf.py --- picard-1.4.2/picard/formats/asf.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/asf.py 2018-07-18 13:28:22.000000000 +0000 @@ -38,30 +38,30 @@ Description, null terminated UTF-16-LE string The image data in the given length """ - (type, size) = struct.unpack_from(" 1: metadata["totaldiscs"] = disc[1] values[0] = disc[0] name = self.__RTRANS[name] - values = filter(bool, map(unicode, values)) + values = [string_(value) for value in values if value] if values: metadata[name] = values self._info(metadata, file) @@ -199,18 +199,17 @@ cover.append(ASFByteArrayAttribute(tag_data)) if cover: tags['WM/Picture'] = cover - for name, values in metadata.rawitems(): if name.startswith('lyrics:'): name = 'lyrics' elif name == '~rating': - values[0] = int(values[0]) * 99 / (config.setting['rating_steps'] - 1) + values[0] = int(values[0]) * 99 // (config.setting['rating_steps'] - 1) elif name == 'discnumber' and 'totaldiscs' in metadata: values[0] = '%s/%s' % (metadata['discnumber'], metadata['totaldiscs']) if name not in self.__TRANS: continue name = self.__TRANS[name] - tags[name] = map(unicode, values) + tags[name] = values self._remove_deleted_tags(metadata, tags) @@ -221,13 +220,11 @@ for tag in metadata.deleted_tags: real_name = self._get_tag_name(tag) if real_name and real_name in tags: - if tag == 'totaldiscs': - tags[real_name] = map(unicode, metadata['discnumber']) - else: - del tags[real_name] + del tags[real_name] - def supports_tag(self, name): - return (name in self.__TRANS + @classmethod + def supports_tag(cls, name): + return (name in cls.__TRANS or name in ('~rating', '~length', 'totaldiscs') or name.startswith('lyrics')) diff -Nru picard-1.4.2/picard/formats/id3.py picard-2.0.0/picard/formats/id3.py --- picard-1.4.2/picard/formats/id3.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/id3.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,12 +18,10 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import mutagen.apev2 +import mutagen.dsf import mutagen.mp3 import mutagen.trueaudio -try: - import mutagen.aiff -except ImportError: - mutagen.aiff = None +import mutagen.aiff import re from collections import defaultdict @@ -34,7 +32,7 @@ from picard.file import File from picard.formats.mutagenext import compatid3 from picard.util import encode_filename, sanitize_date -from urlparse import urlparse +from urllib.parse import urlparse id3.TCMP = compatid3.TCMP @@ -54,7 +52,7 @@ "track": 6, } -__ID3_REVERSE_IMAGE_TYPE_MAP = dict([(v, k) for k, v in __ID3_IMAGE_TYPE_MAP.iteritems()]) +__ID3_REVERSE_IMAGE_TYPE_MAP = dict([(v, k) for k, v in __ID3_IMAGE_TYPE_MAP.items()]) def id3text(text, encoding): @@ -76,7 +74,7 @@ def types_from_id3(id3type): - return [unicode(image_type_from_id3_num(id3type))] + return [string_(image_type_from_id3_num(id3type))] class ID3File(File): @@ -131,7 +129,7 @@ 'TSOC': 'composersort', 'TSO2': 'albumartistsort', } - __rtranslate = dict([(v, k) for k, v in __translate.iteritems()]) + __rtranslate = dict([(v, k) for k, v in __translate.items()]) __translate_freetext = { 'MusicBrainz Artist Id': 'musicbrainz_artistid', @@ -160,7 +158,7 @@ 'Work': 'work', 'Writer': 'writer', } - __rtranslate_freetext = dict([(v, k) for k, v in __translate_freetext.iteritems()]) + __rtranslate_freetext = dict([(v, k) for k, v in __translate_freetext.items()]) __translate_freetext['writer'] = 'writer' # For backward compatibility of case _tipl_roles = { @@ -170,7 +168,7 @@ 'DJ-mix': 'djmixer', 'mix': 'mixer', } - _rtipl_roles = dict([(v, k) for k, v in _tipl_roles.iteritems()]) + _rtipl_roles = dict([(v, k) for k, v in _tipl_roles.items()]) __other_supported_tags = ("discnumber", "tracknumber", "totaldiscs", "totaltracks") @@ -206,13 +204,13 @@ if frameid.startswith('T'): for text in frame.text: if text: - metadata.add(name, unicode(text)) + metadata.add(name, string_(text)) elif frameid == 'COMM': for text in frame.text: if text: - metadata.add('%s:%s' % (name, frame.desc), unicode(text)) + metadata.add('%s:%s' % (name, frame.desc), string_(text)) else: - metadata.add(name, unicode(frame)) + metadata.add(name, string_(frame)) elif frameid == "TMCL": for role, name in frame.people: if role or name: @@ -240,18 +238,18 @@ # ways.) Currently, the only tag in both is license. name = '~id3:TXXX:' + name for text in frame.text: - metadata.add(name, unicode(text)) + metadata.add(name, string_(text)) elif frameid == 'USLT': name = 'lyrics' if frame.desc: name += ':%s' % frame.desc - metadata.add(name, unicode(frame.text)) + metadata.add(name, string_(frame.text)) elif frameid == 'UFID' and frame.owner == 'http://musicbrainz.org': metadata['musicbrainz_recordingid'] = frame.data.decode('ascii', 'ignore') elif frameid in self.__tag_re_parse.keys(): m = self.__tag_re_parse[frameid].search(frame.text[0]) if m: - for name, value in m.groupdict().iteritems(): + for name, value in m.groupdict().items(): if value is not None: metadata[name] = value else: @@ -273,7 +271,7 @@ elif frameid == 'POPM': # Rating in ID3 ranges from 0 to 255, normalize this to the range 0 to 5 if frame.email == config.setting['rating_user_email']: - rating = unicode(int(round(frame.rating / 255.0 * (config.setting['rating_steps'] - 1)))) + rating = string_(int(round(frame.rating / 255.0 * (config.setting['rating_steps'] - 1)))) metadata.add('~rating', rating) if 'date' in metadata: @@ -345,7 +343,7 @@ desc = name.split(':', 1)[1] if desc.lower()[:4] == "itun": tags.delall('COMM:' + desc) - tags.add(id3.COMM(encoding=0, desc=desc, lang='eng', text=[v + u'\x00' for v in values])) + tags.add(id3.COMM(encoding=0, desc=desc, lang='eng', text=[v + b'\x00' for v in values])) else: tags.add(id3.COMM(encoding=encoding, desc=desc, lang='eng', text=values)) elif name.startswith('lyrics:') or name == 'lyrics': @@ -359,7 +357,7 @@ for value in values: tipl.people.append([self._rtipl_roles[name], value]) elif name == 'musicbrainz_recordingid': - tags.add(id3.UFID(owner='http://musicbrainz.org', data=str(values[0]))) + tags.add(id3.UFID(owner='http://musicbrainz.org', data=bytes(values[0], 'ascii'))) elif name == '~rating': # Search for an existing POPM frame to get the current playcount for frame in tags.values(): @@ -440,7 +438,7 @@ elif name.startswith('comment:'): desc = name.split(':', 1)[1] if desc.lower()[:4] != 'itun': - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'COMM' and frame.desc == desc: del tags[key] elif name.startswith('lyrics:') or name == 'lyrics': @@ -448,7 +446,7 @@ desc = name.split(':', 1)[1] else: desc = '' - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == desc: del tags[key] elif name in self._rtipl_roles: @@ -459,26 +457,26 @@ if people[0] == role: frame.people.remove(people) elif name == 'musicbrainz_recordingid': - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'UFID' and frame.owner == 'http://musicbrainz.org': del tags[key] elif real_name == 'POPM': - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'POPM' and frame.email == config.setting['rating_user_email']: del tags[key] elif real_name in self.__translate: del tags[real_name] elif real_name in self.__translate_freetext: - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'TXXX' and frame.desc == real_name: del tags[key] elif not name.startswith("~") and name not in self.__other_supported_tags: - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'TXXX' and frame.desc == name: del tags[key] elif name.startswith("~"): name = name[1:] - for key, frame in tags.items(): + for key, frame in list(tags.items()): if frame.FrameID == 'TXXX' and frame.desc == name: del tags[key] elif name in self.__other_supported_tags: @@ -486,7 +484,8 @@ except KeyError: pass - def supports_tag(self, name): + @classmethod + def supports_tag(cls, name): return ((name and not name.startswith("~")) or name in ("~rating", "~length") or name.startswith("~id3")) @@ -573,7 +572,7 @@ return mutagen.mp3.MP3(filename, ID3=compatid3.CompatID3) def _info(self, metadata, file): - super(MP3File, self)._info(metadata, file) + super()._info(metadata, file) id3version = '' if file.tags is not None and file.info.layer == 3: id3version = ' - ID3v%d.%d' % (file.tags.version[0], file.tags.version[1]) @@ -591,38 +590,54 @@ return mutagen.trueaudio.TrueAudio(filename, ID3=compatid3.CompatID3) def _info(self, metadata, file): - super(TrueAudioFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME -if mutagen.aiff: - class AiffFile(ID3File): +class DSFFile(ID3File): - """AIFF file.""" - EXTENSIONS = [".aiff", ".aif", ".aifc"] - NAME = "Audio Interchange File Format (AIFF)" - _File = mutagen.aiff.AIFF - - def _get_file(self, filename): - return mutagen.aiff.AIFF(filename) - - def _get_tags(self, filename): - file = self._get_file(filename) - if file.tags is None: - file.add_tags() - return file.tags - - def _save_tags(self, tags, filename): - if config.setting['write_id3v23']: - tags.update_to_v23() - separator = config.setting['id3v23_join_with'] - tags.save(filename, v2_version=3, v23_sep=separator) - else: - tags.update_to_v24() - tags.save(filename, v2_version=4) + """DSF file.""" + EXTENSIONS = [".dsf", '.dff'] + NAME = "DSF" + _File = mutagen.dsf.DSF + + def _get_file(self, filename): + return mutagen.dsf.DSF(filename) + + def _info(self, metadata, file): + super()._info(metadata, file) + metadata['~format'] = self.NAME - def _info(self, metadata, file): - super(AiffFile, self)._info(metadata, file) - metadata['~format'] = self.NAME -else: - AiffFile = None + def _get_tags(self, filename): + file = self._get_file(filename) + if file.tags is None: + file.add_tags() + return file.tags + + def _save_tags(self, tags, filename): + if config.setting['write_id3v23']: + tags.update_to_v23() + separator = config.setting['id3v23_join_with'] + tags.save(filename, v2_version=3, v23_sep=separator) + else: + tags.update_to_v24() + tags.save(filename, v2_version=4) + + @classmethod + def supports_tag(cls, name): + return (super().supports_tag(name) + and name not in {'albumsort', + 'artistsort', + 'discsubtitle', + 'titlesort'}) + + +class AiffFile(DSFFile): + + """AIFF file.""" + EXTENSIONS = [".aiff", ".aif", ".aifc"] + NAME = "Audio Interchange File Format (AIFF)" + _File = mutagen.aiff.AIFF + + def _get_file(self, filename): + return mutagen.aiff.AIFF(filename) diff -Nru picard-1.4.2/picard/formats/__init__.py picard-2.0.0/picard/formats/__init__.py --- picard-1.4.2/picard/formats/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,8 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import sys -from mutagen import _util from picard import log from picard.plugin import ExtensionPoint @@ -26,15 +24,15 @@ _extensions = {} -def register_format(format): - _formats.register(format.__module__, format) - for ext in format.EXTENSIONS: - _extensions[ext[1:]] = format +def register_format(file_format): + _formats.register(file_format.__module__, file_format) + for ext in file_format.EXTENSIONS: + _extensions[ext[1:]] = file_format def supported_formats(): """Returns list of supported formats.""" - return [(format.EXTENSIONS, format.NAME) for format in _formats] + return [(file_format.EXTENSIONS, file_format.NAME) for file_format in _formats] def supported_extensions(): @@ -42,12 +40,16 @@ return [ext for exts, name in supported_formats() for ext in exts] +def ext_to_format(ext): + return _extensions.get(ext, None) + + def guess_format(filename, options=_formats): """Select the best matching file type amongst supported formats.""" results = [] # Since we are reading only 128 bytes and then immediately closing the file, # use unbuffered mode. - with file(filename, "rb", 0) as fileobj: + with open(filename, "rb", 0) as fileobj: header = fileobj.read(128) # Calls the score method of a particular format's associated filetype # and assigns a positive score depending on how closely the fileobj's header matches @@ -65,7 +67,7 @@ return None -def open(filename): +def open_(filename): """Open the specified file and return a File instance with the appropriate format handler, or None.""" try: # First try to guess the format on the basis of file headers @@ -82,17 +84,18 @@ # None is returned if both the methods fail return None except Exception as error: - log.error("Error occured:\n{}".format(error.message)) + log.error("Error occurred:\n{}".format(error)) return None from picard.formats.id3 import ( AiffFile, + DSFFile, MP3File, TrueAudioFile, ) -if AiffFile: - register_format(AiffFile) +register_format(AiffFile) +register_format(DSFFile) register_format(MP3File) register_format(TrueAudioFile) @@ -117,28 +120,20 @@ OggAudioFile, OggVideoFile, OggOpusFile, - with_opus, ) register_format(FLACFile) register_format(OggFLACFile) register_format(OggSpeexFile) register_format(OggVorbisFile) -if with_opus: - register_format(OggOpusFile) +register_format(OggOpusFile) register_format(OggAudioFile) register_format(OggVideoFile) -try: - from picard.formats.mp4 import MP4File - register_format(MP4File) -except ImportError: - pass - -try: - from picard.formats.asf import ASFFile - register_format(ASFFile) -except ImportError: - pass +from picard.formats.mp4 import MP4File +register_format(MP4File) + +from picard.formats.asf import ASFFile +register_format(ASFFile) from picard.formats.wav import WAVFile register_format(WAVFile) diff -Nru picard-1.4.2/picard/formats/mp4.py picard-2.0.0/picard/formats/mp4.py --- picard-1.4.2/picard/formats/mp4.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/mp4.py 2018-07-18 13:28:22.000000000 +0000 @@ -52,19 +52,19 @@ "tvsh": "show", "purl": "podcasturl", } - __r_text_tags = dict([(v, k) for k, v in __text_tags.iteritems()]) + __r_text_tags = dict([(v, k) for k, v in __text_tags.items()]) __bool_tags = { "pcst": "podcast", "cpil": "compilation", "pgap": "gapless", } - __r_bool_tags = dict([(v, k) for k, v in __bool_tags.iteritems()]) + __r_bool_tags = dict([(v, k) for k, v in __bool_tags.items()]) __int_tags = { "tmpo": "bpm", } - __r_int_tags = dict([(v, k) for k, v in __int_tags.iteritems()]) + __r_int_tags = dict([(v, k) for k, v in __int_tags.items()]) __freeform_tags = { "----:com.apple.iTunes:MusicBrainz Track Id": "musicbrainz_recordingid", @@ -105,7 +105,7 @@ "----:com.apple.iTunes:WORK": "work", "----:com.apple.iTunes:initialkey": "key", } - __r_freeform_tags = dict([(v, k) for k, v in __freeform_tags.iteritems()]) + __r_freeform_tags = dict([(v, k) for k, v in __freeform_tags.items()]) __other_supported_tags = ("discnumber", "tracknumber", "totaldiscs", "totaltracks") @@ -126,22 +126,22 @@ metadata.add(self.__bool_tags[name], values and '1' or '0') elif name in self.__int_tags: for value in values: - metadata.add(self.__int_tags[name], unicode(value)) + metadata.add(self.__int_tags[name], string_(value)) elif name in self.__freeform_tags: for value in values: - value = value.strip("\x00").decode("utf-8", "replace") + value = value.decode("utf-8", "replace").strip("\x00") metadata.add(self.__freeform_tags[name], value) elif name == "----:com.apple.iTunes:fingerprint": for value in values: - value = value.strip("\x00").decode("utf-8", "replace") + value = value.decode("utf-8", "replace").strip("\x00") if value.startswith("MusicMagic Fingerprint"): metadata.add("musicip_fingerprint", value[22:]) elif name == "trkn": - metadata["tracknumber"] = str(values[0][0]) - metadata["totaltracks"] = str(values[0][1]) + metadata["tracknumber"] = string_(values[0][0]) + metadata["totaltracks"] = string_(values[0][1]) elif name == "disk": - metadata["discnumber"] = str(values[0][0]) - metadata["totaldiscs"] = str(values[0][1]) + metadata["discnumber"] = string_(values[0][0]) + metadata["totaldiscs"] = string_(values[0][1]) elif name == "covr": for value in values: if value.imageformat not in (value.FORMAT_JPEG, @@ -188,7 +188,7 @@ values = [v.encode("utf-8") for v in values] tags[self.__r_freeform_tags[name]] = values elif name == "musicip_fingerprint": - tags["----:com.apple.iTunes:fingerprint"] = ["MusicMagic Fingerprint%s" % str(v) for v in values] + tags["----:com.apple.iTunes:fingerprint"] = [b"MusicMagic Fingerprint%s" % v.encode('ascii') for v in values] if "tracknumber" in metadata: if "totaltracks" in metadata: @@ -225,11 +225,12 @@ if tag not in ("totaltracks", "totaldiscs"): del tags[real_name] - def supports_tag(self, name): - return (name in self.__r_text_tags - or name in self.__r_bool_tags - or name in self.__r_freeform_tags - or name in self.__other_supported_tags + @classmethod + def supports_tag(cls, name): + return (name in cls.__r_text_tags + or name in cls.__r_bool_tags + or name in cls.__r_freeform_tags + or name in cls.__other_supported_tags or name.startswith('lyrics:') or name in ('~length', 'musicip_fingerprint')) @@ -254,6 +255,6 @@ return None def _info(self, metadata, file): - super(MP4File, self)._info(metadata, file) + super()._info(metadata, file) if hasattr(file.info, 'codec_description') and file.info.codec_description: metadata['~format'] = "%s (%s)" % (metadata['~format'], file.info.codec_description) diff -Nru picard-1.4.2/picard/formats/mutagenext/compatid3.py picard-2.0.0/picard/formats/mutagenext/compatid3.py --- picard-1.4.2/picard/formats/mutagenext/compatid3.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/mutagenext/compatid3.py 2018-07-18 13:28:22.000000000 +0000 @@ -61,7 +61,7 @@ known_frames["XDOR"] = XDOR known_frames["XSOP"] = XSOP kwargs["known_frames"] = known_frames - super(CompatID3, self).__init__(*args, **kwargs) + super().__init__(*args, **kwargs) def update_to_v23(self): # leave TSOP, TSOA and TSOT even though they are officially defined @@ -69,6 +69,6 @@ frames = [] for key in ["TSOP", "TSOA", "TSOT", "TSST"]: frames.extend(self.getall(key)) - super(CompatID3, self).update_to_v23() + super().update_to_v23() for frame in frames: self.add(frame) diff -Nru picard-1.4.2/picard/formats/mutagenext/tak.py picard-2.0.0/picard/formats/mutagenext/tak.py --- picard-1.4.2/picard/formats/mutagenext/tak.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/mutagenext/tak.py 2018-07-18 13:28:22.000000000 +0000 @@ -47,7 +47,7 @@ _mimes = ["audio/x-tak"] def score(filename, fileobj, header): - return header.startswith("tBaK") + filename.lower().endswith(".tak") + return header.startswith(b"tBaK") + filename.lower().endswith(".tak") score = staticmethod(score) Open = TAK diff -Nru picard-1.4.2/picard/formats/vorbis.py picard-2.0.0/picard/formats/vorbis.py --- picard-1.4.2/picard/formats/vorbis.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/vorbis.py 2018-07-18 13:28:22.000000000 +0000 @@ -25,12 +25,8 @@ import mutagen.oggspeex import mutagen.oggtheora import mutagen.oggvorbis -try: - from mutagen.oggopus import OggOpus - with_opus = True -except ImportError: - OggOpus = None - with_opus = False +import mutagen.oggopus + from picard import config, log from picard.coverart.image import TagCoverArtImage, CoverArtImageError from picard.file import File @@ -48,7 +44,7 @@ "musicbrainz_trackid": "musicbrainz_recordingid", "musicbrainz_releasetrackid": "musicbrainz_trackid", } - __rtranslate = dict([(v, k) for k, v in __translate.iteritems()]) + __rtranslate = dict([(v, k) for k, v in __translate.items()]) def _load(self, filename): log.debug("Loading file %r", filename) @@ -84,7 +80,7 @@ if email != config.setting['rating_user_email']: continue name = '~rating' - value = unicode(int(round((float(value) * (config.setting['rating_steps'] - 1))))) + value = string_(int(round((float(value) * (config.setting['rating_steps'] - 1))))) elif name == "fingerprint" and value.startswith("MusicMagic Fingerprint"): name = "musicip_fingerprint" value = value[22:] @@ -132,7 +128,7 @@ else: metadata.append_image(coverartimage) - # Read the unofficial COVERART tags, for backward compatibillity only + # Read the unofficial COVERART tags, for backward compatibility only if "metadata_block_picture" not in file.tags: try: for data in file["COVERART"]: @@ -171,7 +167,7 @@ name = 'rating:%s' % config.setting['rating_user_email'] else: name = 'rating' - value = unicode(float(value) / (config.setting['rating_steps'] - 1)) + value = string_(float(value) / (config.setting['rating_steps'] - 1)) # don't save private tags elif name.startswith("~"): continue @@ -190,12 +186,12 @@ value = "MusicMagic Fingerprint%s" % value elif name in self.__rtranslate: name = self.__rtranslate[name] - tags.setdefault(name.upper().encode('utf-8'), []).append(value) + tags.setdefault(name.upper(), []).append(value) if "totaltracks" in metadata: - tags.setdefault(u"TRACKTOTAL", []).append(metadata["totaltracks"]) + tags.setdefault("TRACKTOTAL", []).append(metadata["totaltracks"]) if "totaldiscs" in metadata: - tags.setdefault(u"DISCTOTAL", []).append(metadata["totaldiscs"]) + tags.setdefault("DISCTOTAL", []).append(metadata["totaldiscs"]) for image in metadata.images_to_be_saved_to_tags: picture = mutagen.flac.Picture() @@ -206,8 +202,8 @@ if self._File == mutagen.flac.FLAC: file.add_picture(picture) else: - tags.setdefault(u"METADATA_BLOCK_PICTURE", []).append( - base64.standard_b64encode(picture.write())) + tags.setdefault("METADATA_BLOCK_PICTURE", []).append( + base64.b64encode(picture.write()).decode('ascii')) file.tags.update(tags) @@ -260,7 +256,8 @@ else: return name - def supports_tag(self, name): + @classmethod + def supports_tag(cls, name): return bool(name) @@ -272,7 +269,7 @@ _File = mutagen.flac.FLAC def _info(self, metadata, file): - super(FLACFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -284,7 +281,7 @@ _File = mutagen.oggflac.OggFLAC def _info(self, metadata, file): - super(OggFLACFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -296,7 +293,7 @@ _File = mutagen.oggspeex.OggSpeex def _info(self, metadata, file): - super(OggSpeexFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -308,7 +305,7 @@ _File = mutagen.oggtheora.OggTheora def _info(self, metadata, file): - super(OggTheoraFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -320,7 +317,7 @@ _File = mutagen.oggvorbis.OggVorbis def _info(self, metadata, file): - super(OggVorbisFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME @@ -329,10 +326,10 @@ """Ogg Opus file.""" EXTENSIONS = [".opus"] NAME = "Ogg Opus" - _File = OggOpus + _File = mutagen.oggopus.OggOpus def _info(self, metadata, file): - super(OggOpusFile, self)._info(metadata, file) + super()._info(metadata, file) metadata['~format'] = self.NAME diff -Nru picard-1.4.2/picard/formats/wav.py picard-2.0.0/picard/formats/wav.py --- picard-1.4.2/picard/formats/wav.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/formats/wav.py 2018-07-18 13:28:22.000000000 +0000 @@ -21,7 +21,6 @@ from picard import log from picard.file import File from picard.metadata import Metadata -from picard.util import encode_filename class WAVFile(File): @@ -31,16 +30,15 @@ def _load(self, filename): log.debug("Loading file %r", filename) - f = wave.open(encode_filename(filename), "rb") + f = wave.open(filename, "rb") metadata = Metadata() metadata['~channels'] = f.getnchannels() metadata['~bits_per_sample'] = f.getsampwidth() * 8 metadata['~sample_rate'] = f.getframerate() - metadata.length = 1000 * f.getnframes() / f.getframerate() + metadata.length = 1000 * f.getnframes() // f.getframerate() metadata['~format'] = 'Microsoft WAVE' self._add_path_to_metadata(metadata) return metadata def _save(self, filename, metadata): log.debug("Saving file %r", filename) - pass diff -Nru picard-1.4.2/picard/i18n.py picard-2.0.0/picard/i18n.py --- picard-1.4.2/picard/i18n.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/i18n.py 2018-07-18 13:28:22.000000000 +0000 @@ -21,9 +21,9 @@ import locale import os.path import sys -import __builtin__ +import builtins -__builtin__.__dict__['N_'] = lambda a: a +builtins.__dict__['N_'] = lambda a: a def setup_gettext(localedir, ui_language=None, logger=None): @@ -70,58 +70,58 @@ logger("Loading gettext translation, localedir=%r", localedir) trans = gettext.translation("picard", localedir) trans.install(True) - _ungettext = trans.ungettext + _ngettext = trans.ngettext logger("Loading gettext translation (picard-countries), localedir=%r", localedir) trans_countries = gettext.translation("picard-countries", localedir) - _ugettext_countries = trans_countries.ugettext + _gettext_countries = trans_countries.gettext logger("Loading gettext translation (picard-attributes), localedir=%r", localedir) trans_attributes = gettext.translation("picard-attributes", localedir) - _ugettext_attributes = trans_attributes.ugettext + _gettext_attributes = trans_attributes.gettext except IOError as e: logger(e) - __builtin__.__dict__['_'] = lambda a: a + builtins.__dict__['_'] = lambda a: a - def _ungettext(a, b, c): + def _ngettext(a, b, c): if c == 1: return a else: return b - def _ugettext_countries(msg): + def _gettext_countries(msg): return msg - def _ugettext_attributes(msg): + def _gettext_attributes(msg): return msg - __builtin__.__dict__['ungettext'] = _ungettext - __builtin__.__dict__['ugettext_countries'] = _ugettext_countries - __builtin__.__dict__['ugettext_attributes'] = _ugettext_attributes + builtins.__dict__['ngettext'] = _ngettext + builtins.__dict__['gettext_countries'] = _gettext_countries + builtins.__dict__['gettext_attributes'] = _gettext_attributes logger("_ = %r", _) logger("N_ = %r", N_) - logger("ungettext = %r", ungettext) - logger("ugettext_countries = %r", ugettext_countries) - logger("ugettext_attributes = %r", ugettext_attributes) + logger("ngettext = %r", ngettext) + logger("gettext_countries = %r", gettext_countries) + logger("gettext_attributes = %r", gettext_attributes) # Workaround for po files with msgctxt which isn't supported by current python # gettext -# msgctxt are used within attributes.po, and ugettext is failing to translate +# msgctxt are used within attributes.po, and gettext is failing to translate # strings due to that # This workaround is a hack until we get proper msgctxt support _CONTEXT_SEPARATOR = "\x04" -def ugettext_ctxt(ugettext_, message, context=None): +def gettext_ctxt(gettext_, message, context=None): if context is None: - return ugettext_(message) + return gettext_(message) - msg_with_ctxt = u"%s%s%s" % (context, _CONTEXT_SEPARATOR, message) - translated = ugettext_(msg_with_ctxt) + msg_with_ctxt = "%s%s%s" % (context, _CONTEXT_SEPARATOR, message) + translated = gettext_(msg_with_ctxt) if _CONTEXT_SEPARATOR in translated: # no translation found, return original message return message return translated -def ugettext_attr(message, context=None): +def gettext_attr(message, context=None): """Translate MB attributes, depending on context""" - return ugettext_ctxt(ugettext_attributes, message, context) + return gettext_ctxt(gettext_attributes, message, context) diff -Nru picard-1.4.2/picard/__init__.py picard-2.0.0/picard/__init__.py --- picard-1.4.2/picard/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -20,9 +20,10 @@ import re -PICARD_APP_NAME = "Picard" PICARD_ORG_NAME = "MusicBrainz" -PICARD_VERSION = (1, 4, 2, 'final', 0) +PICARD_APP_NAME = "Picard" +PICARD_VERSION = (2, 0, 0, 'final', 0) + # optional build version # it should be in the form '_' @@ -45,7 +46,6 @@ n = int(p) except ValueError: n = p - pass _version.append(n) version = tuple(_version) if short and version[3] == 'final': @@ -54,7 +54,7 @@ else: version_str = '%d.%d.%d' % version[:3] else: - version_str = '%d.%d.%d%s%d' % version + version_str = '%d.%d.%d.%s%d' % version return version_str @@ -86,12 +86,5 @@ # Keep those ordered api_versions = [ - "0.15.0", - "0.15.1", - "0.16.0", - "1.0.0", - "1.1.0", - "1.2.0", - "1.3.0", - "1.4.0", + "2.0", ] diff -Nru picard-1.4.2/picard/log.py picard-2.0.0/picard/log.py --- picard-1.4.2/picard/log.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/log.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,114 +17,140 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from __future__ import print_function -import sys +import logging import os -from collections import deque -from PyQt4 import QtCore -from picard.util import thread +from collections import deque, namedtuple, OrderedDict +from PyQt5 import QtCore -LOG_INFO = 1 -LOG_WARNING = 2 -LOG_ERROR = 4 -LOG_DEBUG = 8 +_MAX_TAIL_LEN = 10**6 -class Logger(object): +VERBOSITY_DEFAULT = logging.WARNING - def __init__(self, maxlen=0): - self._receivers = [] - self.maxlen = maxlen - self.reset() - def reset(self): - if self.maxlen > 0: - self.entries = deque(maxlen=self.maxlen) - else: - self.entries = [] +def debug_mode(enabled): + if enabled: + main_logger.setLevel(logging.DEBUG) + else: + main_logger.setLevel(VERBOSITY_DEFAULT) - def register_receiver(self, receiver): - self._receivers.append(receiver) - def unregister_receiver(self, receiver): - self._receivers.remove(receiver) +_feat = namedtuple('_feat', ['name', 'prefix', 'fgcolor']) - def message(self, level, message, *args): - if not self.log_level(level): - return - if not (isinstance(message, str) or isinstance(message, unicode)): - message = repr(message) - if args: - message = message % args - time = QtCore.QTime.currentTime() - message = "%s" % (message,) - self.entries.append((level, time, message)) - for func in self._receivers: - try: - thread.to_main(func, level, time, message) - except: - import traceback - traceback.print_exc() +levels_features = OrderedDict([ + (logging.ERROR, _feat('Error', 'E', 'red')), + (logging.WARNING, _feat('Warning', 'W', 'darkorange')), + (logging.INFO, _feat('Info', 'I', 'black')), + (logging.DEBUG, _feat('Debug', 'D', 'purple')), +]) - def log_level(self, level): - return True +# COMMON CLASSES -# main logger -log_levels = LOG_INFO | LOG_WARNING | LOG_ERROR -main_logger = Logger(50000) -main_logger.log_level = lambda level: log_levels & level +TailLogTuple = namedtuple( + 'TailLogTuple', ['pos', 'message', 'level']) -def debug(message, *args): - main_logger.message(LOG_DEBUG, message, *args) +class TailLogHandler(logging.Handler): + def __init__(self, log_queue, tail_logger): + super().__init__() + self.log_queue = log_queue + self.tail_logger = tail_logger + self.pos = 0 -def info(message, *args): - main_logger.message(LOG_INFO, message, *args) + def emit(self, record): + self.log_queue.append( + TailLogTuple( + self.pos, + self.format(record), + record.levelno + ) + ) + self.pos += 1 + self.tail_logger.updated.emit() -def warning(message, *args): - main_logger.message(LOG_WARNING, message, *args) +class TailLogger(QtCore.QObject): + updated = QtCore.pyqtSignal() + def __init__(self, maxlen): + super().__init__() + self._log_queue = deque(maxlen=maxlen) + self.log_handler = TailLogHandler(self._log_queue, self) -def error(message, *args): - main_logger.message(LOG_ERROR, message, *args) + def contents(self, prev=-1): + return [x for x in self._log_queue if x.pos > prev] + def clear(self): + self._log_queue.clear() -_log_prefixes = { - LOG_INFO: 'I', - LOG_WARNING: 'W', - LOG_ERROR: 'E', - LOG_DEBUG: 'D', -} +# MAIN LOGGER -def formatted_log_line(level, time, message, timefmt='hh:mm:ss', - level_prefixes=_log_prefixes, format='%s %s'): - msg = format % (time.toString(timefmt), message) - if level_prefixes: - return "%s: %s" % (level_prefixes[level], msg) - else: - return msg +main_logger = logging.getLogger('main') + +main_logger.setLevel(logging.INFO) + + +def name_filter(record): + # provide a significant name from the filepath of the module + name, _ = os.path.splitext(os.path.normpath(record.pathname)) + prefix = os.path.normpath(__package__) + # In case the module exists within picard, remove the picard prefix + # else, in case of something like a plugin, keep the path as it is. + if name.startswith(prefix): + name = name[len(prefix) + 1:].replace(os.sep, ".").replace('.__init__', '') + record.name = name + return True + + +main_logger.addFilter(name_filter) + +main_tail = TailLogger(_MAX_TAIL_LEN) + +main_fmt = '%(levelname).1s: %(asctime)s,%(msecs)03d %(name)s.%(funcName)s:%(lineno)d: %(message)s' +main_time_fmt = '%H:%M:%S' +main_inapp_fmt = main_fmt +main_inapp_time_fmt = main_time_fmt + +main_handler = main_tail.log_handler +main_formatter = logging.Formatter(main_inapp_fmt, main_inapp_time_fmt) +main_handler.setFormatter(main_formatter) + +main_logger.addHandler(main_handler) + +main_console_handler = logging.StreamHandler() +main_console_formatter = logging.Formatter(main_fmt, main_time_fmt) + +main_console_handler.setFormatter(main_console_formatter) + +main_logger.addHandler(main_console_handler) + + +debug = main_logger.debug +info = main_logger.info +warning = main_logger.warning +error = main_logger.error +exception = main_logger.exception +log = main_logger.log +# HISTORY LOGGING -def _stderr_receiver(level, time, msg): - try: - sys.stderr.write(formatted_log_line(level, time, msg) + os.linesep) - except (UnicodeDecodeError, UnicodeEncodeError): - sys.stderr.write(formatted_log_line(level, time, msg, format='%s %r') + os.linesep) +history_logger = logging.getLogger('history') +history_logger.setLevel(logging.INFO) -main_logger.register_receiver(_stderr_receiver) +history_tail = TailLogger(_MAX_TAIL_LEN) +history_handler = history_tail.log_handler +history_formatter = logging.Formatter('%(asctime)s - %(message)s') +history_handler.setFormatter(history_formatter) -# history of status messages -history_logger = Logger(50000) -history_logger.log_level = lambda level: log_levels & level +history_logger.addHandler(history_handler) def history_info(message, *args): - history_logger.message(LOG_INFO, message, *args) + history_logger.info(message, *args) diff -Nru picard-1.4.2/picard/mbjson.py picard-2.0.0/picard/mbjson.py --- picard-1.4.2/picard/mbjson.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/mbjson.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,489 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2017 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +import re +from picard import config +from picard.util import (format_time, translate_from_sortname, parse_amazon_url, + linear_combination_of_weights) +from picard.const import RELEASE_FORMATS + + +_artist_rel_types = { + "composer": "composer", + "writer": "writer", + "conductor": "conductor", + "chorus master": "conductor", + "performing orchestra": "performer:orchestra", + "arranger": "arranger", + "orchestrator": "arranger", + "instrumentator": "arranger", + "lyricist": "lyricist", + "librettist": "lyricist", + "remixer": "remixer", + "producer": "producer", + "engineer": "engineer", + "audio": "engineer", + #"Mastering": "engineer", + "sound": "engineer", + "live sound": "engineer", + "mix": "mixer", + #"Recording": "engineer", + "mix-DJ": "djmixer", +} + +_TRACK_TO_METADATA = { + 'title': 'title', + 'position': 'tracknumber', + 'number': '~musicbrainz_tracknumber', +} + +_MEDIUM_TO_METADATA = { + 'title': 'discsubtitle', + 'position': 'discnumber', + 'track-count': 'totaltracks', + 'format': 'media', +} + +_RECORDING_TO_METADATA = { + 'title': 'title', + 'disambiguation': '~recordingcomment', +} + +_RELEASE_TO_METADATA = { + 'title': 'album', + 'disambiguation': '~releasecomment', + 'asin': 'asin', + 'date': 'date', + 'country': 'releasecountry', + 'barcode': 'barcode' +} + +_ARTIST_TO_METADATA = { + 'name': 'name', + 'gender': 'gender', + 'type': 'type', +} + +_RELEASE_GROUP_TO_METADATA = { + 'title': '~releasegroup', + 'disambiguation': '~releasegroupcomment', + 'first-release-date': 'originaldate', +} + + +def _decamelcase(text): + return re.sub(r'([A-Z])', r' \1', text).strip() + + +_REPLACE_MAP = {} +_EXTRA_ATTRS = ['guest', 'additional', 'minor'] +_BLANK_SPECIAL_RELTYPES = {'vocal': 'vocals'} + + +def _parse_attributes(attrs, reltype): + attrs = [_decamelcase(_REPLACE_MAP.get(a, a)) for a in attrs] + prefix = ' '.join([a for a in attrs if a in _EXTRA_ATTRS]) + attrs = [a for a in attrs if a not in _EXTRA_ATTRS] + len_attrs = len(attrs) + if len_attrs > 1: + attrs = '%s and %s' % (', '.join(attrs[:-1]), attrs[-1:][0]) + elif len_attrs == 1: + attrs = attrs[0] + else: + attrs = _BLANK_SPECIAL_RELTYPES.get(reltype, '') + return ' '.join([prefix, attrs]).strip().lower() + + +def _relations_to_metadata(relations, m): + use_credited_as = not config.setting["standardize_artists"] + for relation in relations: + if relation['target-type'] == 'artist': + artist = relation['artist'] + value, valuesort = _translate_artist_node(artist) + has_translation = (value != artist['name']) + if not has_translation and use_credited_as and 'target-credit' in relation: + credited_as = relation['target-credit'] + if credited_as: + value, valuesort = credited_as, credited_as + reltype = relation['type'] + attribs = [] + if 'attributes' in relation: + attribs = [a for a in relation['attributes']] + if reltype in ('vocal', 'instrument', 'performer'): + name = 'performer:' + _parse_attributes(attribs, reltype) + elif reltype == 'mix-DJ' and len(attribs) > 0: + if not hasattr(m, "_djmix_ars"): + m._djmix_ars = {} + for attr in attribs: + m._djmix_ars.setdefault(attr.split()[1], []).append(value) + continue + else: + try: + name = _artist_rel_types[reltype] + except KeyError: + continue + if value not in m[name]: + m.add(name, value) + if name == 'composer' and valuesort not in m['composersort']: + m.add('composersort', valuesort) + elif relation['target-type'] == 'work': + if relation['type'] == 'performance': + performance_to_metadata(relation, m) + work_to_metadata(relation['work'], m) + elif relation['target-type'] == 'url': + if relation['type'] == 'amazon asin' and 'asin' not in m: + amz = parse_amazon_url(relation['url']['resource']) + if amz is not None: + m['asin'] = amz['asin'] + elif relation['type'] == 'license': + url = relation['url']['resource'] + m.add('license', url) + + +def _translate_artist_node(node): + transl, translsort = None, None + if config.setting['translate_artist_names']: + locale = config.setting["artist_locale"] + lang = locale.split("_")[0] + if "aliases" in node: + result = (-1, (None, None)) + for alias in node['aliases']: + if not alias["primary"]: + continue + if "locale" not in alias: + continue + parts = [] + if alias['locale'] == locale: + score = 0.8 + elif alias['locale'] == lang: + score = 0.6 + elif alias['locale'].split("_")[0] == lang: + score = 0.4 + else: + continue + parts.append((score, 5)) + if alias["type"] == "Artist name": + score = 0.8 + elif alias["type"] == "Legal Name": + score = 0.5 + else: + # as 2014/09/19, only Artist or Legal names should have the + # Primary flag + score = 0.0 + parts.append((score, 5)) + comb = linear_combination_of_weights(parts) + if comb > result[0]: + result = (comb, (alias['name'], alias["sort-name"])) + transl, translsort = result[1] + if not transl: + translsort = node['sort-name'] + transl = translate_from_sortname(node['name'] or "", translsort) + else: + transl, translsort = node['name'], node['sort-name'] + return (transl, translsort) + + +def artist_credit_from_node(node): + artist = "" + artistsort = "" + artists = [] + artistssort = [] + use_credited_as = not config.setting["standardize_artists"] + for artist_info in node: + a = artist_info['artist'] + translated, translated_sort = _translate_artist_node(a) + has_translation = (translated != a['name']) + if has_translation: + name = translated + elif use_credited_as and 'name' in artist_info: + name = artist_info['name'] + else: + name = a['name'] + artist += name + artistsort += translated_sort or "" + artists.append(name) + artistssort.append(translated_sort) + if 'joinphrase' in artist_info: + artist += artist_info['joinphrase'] or "" + artistsort += artist_info['joinphrase'] or "" + return (artist, artistsort, artists, artistssort) + + +def artist_credit_to_metadata(node, m, release=False): + ids = [n['artist']['id'] for n in node] + artist, artistsort, artists, artistssort = artist_credit_from_node(node) + if release: + m["musicbrainz_albumartistid"] = ids + m["albumartist"] = artist + m["albumartistsort"] = artistsort + m["~albumartists"] = artists + m["~albumartists_sort"] = artistssort + else: + m["musicbrainz_artistid"] = ids + m["artist"] = artist + m["artistsort"] = artistsort + m["artists"] = artists + m["~artists_sort"] = artistssort + + +def country_list_from_node(node): + if "release-events" in node: + country = [] + for release_event in node['release-events']: + try: + country_code = release_event['area']['iso-3166-1-codes'][0] + # TypeError in case object is None + except (KeyError, IndexError, TypeError): + pass + else: + if country_code: + country.append(country_code) + return country + + +def release_dates_and_countries_from_node(node): + dates = [] + countries = [] + if "release-events" in node: + for release_event in node['release-events']: + dates.append(release_event['date'] or '') + country_code = '' + try: + country_code = release_event['area']['iso-3166-1-codes'][0] + # TypeError in case object is None + except (KeyError, IndexError, TypeError): + pass + countries.append(country_code) + return dates, countries + + +def label_info_from_node(node): + labels = [] + catalog_numbers = [] + for label_info in node: + if 'label' in label_info and label_info['label'] and 'name' in label_info['label']: + label = label_info['label']['name'] + if label and label not in labels: + labels.append(label) + if 'catalog-number' in label_info: + cat_num = label_info['catalog-number'] + if cat_num and cat_num not in catalog_numbers: + catalog_numbers.append(cat_num) + return (labels, catalog_numbers) + + +def media_formats_from_node(node): + formats_count = {} + formats_order = [] + for medium in node: + text = medium.get('format', "(unknown)") or "(unknown)" + if text in formats_count: + formats_count[text] += 1 + else: + formats_count[text] = 1 + formats_order.append(text) + formats = [] + for medium_format in formats_order: + count = formats_count[medium_format] + medium_format = RELEASE_FORMATS.get(medium_format, medium_format) + if count > 1: + medium_format = string_(count) + "×" + medium_format + formats.append(medium_format) + return " + ".join(formats) + + +def track_to_metadata(node, track): + m = track.metadata + recording_to_metadata(node['recording'], m, track) + m.add_unique('musicbrainz_trackid', node['id']) + # overwrite with data we have on the track + for key, value in node.items(): + if not value: + continue + if key in _TRACK_TO_METADATA: + m[_TRACK_TO_METADATA[key]] = value + elif key == 'length' and value: + m.length = value + elif key == 'artist-credit': + artist_credit_to_metadata(value, m) + if m.length: + m['~length'] = format_time(m.length) + + +def recording_to_metadata(node, m, track=None): + m.length = 0 + m.add_unique('musicbrainz_recordingid', node['id']) + for key, value in node.items(): + if not value: + continue + if key in _RECORDING_TO_METADATA: + m[_RECORDING_TO_METADATA[key]] = value + elif key == 'user-rating': + m['~rating'] = value['value'] + elif key == 'length': + m.length = value + elif key == 'artist-credit': + artist_credit_to_metadata(value, m) + # set tags from artists + if track: + for artist in value: + track.append_track_artist(artist['artist']['id']) + elif key == 'relations': + _relations_to_metadata(value, m) + elif key == 'tags' and track: + add_folksonomy_tags(value, track) + elif key == 'user-tags' and track: + add_user_folksonomy_tags(value, track) + elif key == 'isrcs': + add_isrcs_to_metadata(value, m) + elif key == 'video' and value: + m['~video'] = '1' + if m['title']: + m['~recordingtitle'] = m['title'] + if m.length: + m['~length'] = format_time(m.length) + + +def performance_to_metadata(relation, m): + if 'attributes' in relation: + for attribute in relation['attributes']: + m.add_unique("~performance_attributes", attribute) + + +def work_to_metadata(work, m): + m.add_unique("musicbrainz_workid", work['id']) + if 'languages' in work: + for language in work['languages']: + m.add_unique("language", language) + elif 'language' in work: + m.add_unique("language", work['language']) + if 'title' in work: + m.add_unique("work", work['title']) + if 'relations' in work: + _relations_to_metadata(work['relations'], m) + + +def medium_to_metadata(node, m): + for key, value in node.items(): + if not value: + continue + if key in _MEDIUM_TO_METADATA: + m[_MEDIUM_TO_METADATA[key]] = value + + +def artist_to_metadata(node, m): + """Make meatadata dict from a JSON 'artist' node.""" + m.add_unique("musicbrainz_artistid", node['id']) + for key, value in node.items(): + if not value: + continue + if key in _ARTIST_TO_METADATA: + m[_ARTIST_TO_METADATA[key]] = value + elif key == "area": + m["area"] = value['name'] + elif key == "life-span": + if "begin" in value: + m["begindate"] = value['begin'] + if "ended" in value: + ended = value['ended'] + if ended and "end" in value: + m["enddate"] = value['end'] + elif key == "begin_area": + m["beginarea"] = value['name'] + elif key == "end_area": + m["endarea"] = value['name'] + + +def release_to_metadata(node, m, album=None): + """Make metadata dict from a JSON 'release' node.""" + m.add_unique('musicbrainz_albumid', node['id']) + for key, value in node.items(): + if not value: + continue + if key in _RELEASE_TO_METADATA: + m[_RELEASE_TO_METADATA[key]] = value + elif key == 'status': + m['releasestatus'] = value.lower() + elif key == 'artist-credit': + artist_credit_to_metadata(value, m, release=True) + # set tags from artists + if album is not None: + for artist in value: + album.append_album_artist(artist['artist']['id']) + elif key == 'relations': + _relations_to_metadata(value, m) + elif key == 'label-info': + m['label'], m['catalognumber'] = label_info_from_node(value) + elif key == 'text-representation': + if 'language' in value: + m['~releaselanguage'] = value['language'] + if 'script' in value: + m['script'] = value['script'] + elif key == 'tags': + add_folksonomy_tags(value, album) + elif key == 'user-tags': + add_user_folksonomy_tags(value, album) + + +def release_group_to_metadata(node, m, release_group=None): + """Make metadata dict from a JSON 'release-group' node taken from inside a 'release' node.""" + m.add_unique('musicbrainz_releasegroupid', node['id']) + for key, value in node.items(): + if not value: + continue + if key in _RELEASE_GROUP_TO_METADATA: + m[_RELEASE_GROUP_TO_METADATA[key]] = value + elif key == 'tags': + add_folksonomy_tags(value, release_group) + elif key == 'user-tags': + add_user_folksonomy_tags(value, release_group) + elif key == 'primary-type': + m['~primaryreleasetype'] = value.lower() + elif key == 'secondary-types': + add_secondary_release_types(value, m) + if m['originaldate']: + m['originalyear'] = m['originaldate'][:4] + m['releasetype'] = m.getall('~primaryreleasetype') + m.getall('~secondaryreleasetype') + + +def add_secondary_release_types(node, m): + for secondary_type in node: + m.add_unique('~secondaryreleasetype', secondary_type.lower()) + + +def add_folksonomy_tags(node, obj): + if obj is not None: + for tag in node: + key = tag['name'] + count = tag['count'] + if key: + obj.add_folksonomy_tag(key, count) + + +def add_user_folksonomy_tags(node, obj): + if obj is not None: + for tag in node: + key = tag['name'] + if key: + obj.add_folksonomy_tag(key, 1) + + +def add_isrcs_to_metadata(node, metadata): + for isrc in node: + metadata.add('isrc', isrc) diff -Nru picard-1.4.2/picard/mbxml.py picard-2.0.0/picard/mbxml.py --- picard-1.4.2/picard/mbxml.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/mbxml.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,485 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2007 Lukáš Lalinský -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -import re -from picard import config -from picard.util import (format_time, translate_from_sortname, parse_amazon_url, - linear_combination_of_weights) -from picard.const import RELEASE_FORMATS - - -_artist_rel_types = { - "composer": "composer", - "writer": "writer", - "conductor": "conductor", - "chorus master": "conductor", - "performing orchestra": "performer:orchestra", - "arranger": "arranger", - "orchestrator": "arranger", - "instrumentator": "arranger", - "lyricist": "lyricist", - "librettist": "lyricist", - "remixer": "remixer", - "producer": "producer", - "engineer": "engineer", - "audio": "engineer", - #"Mastering": "engineer", - "sound": "engineer", - "live sound": "engineer", - "mix": "mixer", - #"Recording": "engineer", - "mix-DJ": "djmixer", -} - - -def _decamelcase(text): - return re.sub(r'([A-Z])', r' \1', text).strip() - - -_REPLACE_MAP = {} -_EXTRA_ATTRS = ['guest', 'additional', 'minor'] -_BLANK_SPECIAL_RELTYPES = {'vocal': 'vocals'} - - -def _parse_attributes(attrs, reltype): - attrs = [_decamelcase(_REPLACE_MAP.get(a, a)) for a in attrs] - prefix = ' '.join([a for a in attrs if a in _EXTRA_ATTRS]) - attrs = [a for a in attrs if a not in _EXTRA_ATTRS] - if len(attrs) > 1: - attrs = '%s and %s' % (', '.join(attrs[:-1]), attrs[-1:][0]) - elif len(attrs) == 1: - attrs = attrs[0] - else: - attrs = _BLANK_SPECIAL_RELTYPES.get(reltype, '') - return ' '.join([prefix, attrs]).strip().lower() - - -def _relations_to_metadata(relation_lists, m): - use_credited_as = not config.setting["standardize_artists"] - for relation_list in relation_lists: - if relation_list.target_type == 'artist': - for relation in relation_list.relation: - artist = relation.artist[0] - value, valuesort = _translate_artist_node(artist) - has_translation = (value != artist.name[0].text) - if not has_translation and use_credited_as and 'target_credit' in relation.children: - credited_as = relation.target_credit[0].text - if credited_as: - value, valuesort = credited_as, credited_as - reltype = relation.type - attribs = [] - if 'attribute_list' in relation.children: - attribs = [a.text for a in relation.attribute_list[0].attribute] - if reltype in ('vocal', 'instrument', 'performer'): - name = 'performer:' + _parse_attributes(attribs, reltype) - elif reltype == 'mix-DJ' and len(attribs) > 0: - if not hasattr(m, "_djmix_ars"): - m._djmix_ars = {} - for attr in attribs: - m._djmix_ars.setdefault(attr.split()[1], []).append(value) - continue - else: - try: - name = _artist_rel_types[reltype] - except KeyError: - continue - if value not in m[name]: - m.add(name, value) - if name == 'composer' and valuesort not in m['composersort']: - m.add('composersort', valuesort) - elif relation_list.target_type == 'work': - for relation in relation_list.relation: - if relation.type == 'performance': - performance_to_metadata(relation, m) - work_to_metadata(relation.work[0], m) - elif relation_list.target_type == 'url': - for relation in relation_list.relation: - if relation.type == 'amazon asin' and 'asin' not in m: - amz = parse_amazon_url(relation.target[0].text) - if amz is not None: - m['asin'] = amz['asin'] - elif relation.type == 'license': - url = relation.target[0].text - m.add('license', url) - - -def _translate_artist_node(node): - transl, translsort = None, None - if config.setting['translate_artist_names']: - locale = config.setting["artist_locale"] - lang = locale.split("_")[0] - if "alias_list" in node.children: - result = (-1, (None, None)) - for alias in node.alias_list[0].alias: - if alias.attribs.get("primary") != "primary": - continue - if "locale" not in alias.attribs: - continue - parts = [] - if alias.locale == locale: - score = 0.8 - elif alias.locale == lang: - score = 0.6 - elif alias.locale.split("_")[0] == lang: - score = 0.4 - else: - continue - parts.append((score, 5)) - if alias.attribs.get("type") == u"Artist name": - score = 0.8 - elif alias.attribs.get("type") == u"Legal Name": - score = 0.5 - else: - # as 2014/09/19, only Artist or Legal names should have the - # Primary flag - score = 0.0 - parts.append((score, 5)) - comb = linear_combination_of_weights(parts) - if comb > result[0]: - result = (comb, (alias.text, alias.attribs["sort_name"])) - transl, translsort = result[1] - if not transl: - translsort = node.sort_name[0].text - transl = translate_from_sortname(node.name[0].text, translsort) - else: - transl, translsort = node.name[0].text, node.sort_name[0].text - return (transl, translsort) - - -def artist_credit_from_node(node): - artist = "" - artistsort = "" - artists = [] - artistssort = [] - use_credited_as = not config.setting["standardize_artists"] - for credit in node.name_credit: - a = credit.artist[0] - translated, translated_sort = _translate_artist_node(a) - has_translation = (translated != a.name[0].text) - if has_translation: - name = translated - elif use_credited_as and 'name' in credit.children: - name = credit.name[0].text - else: - name = a.name[0].text - artist += name - artistsort += translated_sort - artists.append(name) - artistssort.append(translated_sort) - if 'joinphrase' in credit.attribs: - artist += credit.joinphrase - artistsort += credit.joinphrase - return (artist, artistsort, artists, artistssort) - - -def artist_credit_to_metadata(node, m, release=False): - ids = [n.artist[0].id for n in node.name_credit] - artist, artistsort, artists, artistssort = artist_credit_from_node(node) - if release: - m["musicbrainz_albumartistid"] = ids - m["albumartist"] = artist - m["albumartistsort"] = artistsort - m["~albumartists"] = artists - m["~albumartists_sort"] = artistssort - else: - m["musicbrainz_artistid"] = ids - m["artist"] = artist - m["artistsort"] = artistsort - m["artists"] = artists - m["~artists_sort"] = artistssort - - -def country_list_from_node(node): - """Extract list of country codes from `release_event_list` node. - This is in contrast with `country` element, which has single release - event information. - """ - if "release_event_list" in node.children: - country = [] - for release_event in node.release_event_list[0].release_event: - try: - country.append( - release_event.area[0].iso_3166_1_code_list[0].iso_3166_1_code[0].text) - except AttributeError: - pass - return country - - -def label_info_from_node(node): - labels = [] - catalog_numbers = [] - if node.children: - for label_info in node.label_info: - if 'label' in label_info.children and label_info.label[0].children: - label = label_info.label[0].name[0].text - if label not in labels: - labels.append(label) - if 'catalog_number' in label_info.children: - cat_num = label_info.catalog_number[0].text - if cat_num not in catalog_numbers: - catalog_numbers.append(cat_num) - return (labels, catalog_numbers) - - -def media_formats_from_node(node): - formats_count = {} - formats_order = [] - for medium in node.medium: - if "format" in medium.children: - text = medium.format[0].text - else: - text = "(unknown)" - if text in formats_count: - formats_count[text] += 1 - else: - formats_count[text] = 1 - formats_order.append(text) - formats = [] - for format in formats_order: - count = formats_count[format] - format = RELEASE_FORMATS.get(format, format) - if count > 1: - format = str(count) + u"×" + format - formats.append(format) - return " + ".join(formats) - - -def track_to_metadata(node, track): - m = track.metadata - recording_to_metadata(node.recording[0], m, track) - m.add_unique('musicbrainz_trackid', node.id) - # overwrite with data we have on the track - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == 'title': - m['title'] = nodes[0].text - elif name == 'position': - m['tracknumber'] = nodes[0].text - elif name == 'number': - m['~musicbrainz_tracknumber'] = nodes[0].text - elif name == 'length' and nodes[0].text: - m.length = int(nodes[0].text) - elif name == 'artist_credit': - artist_credit_to_metadata(nodes[0], m) - m['~length'] = format_time(m.length) - - -def recording_to_metadata(node, m, track=None): - m.length = 0 - m.add_unique('musicbrainz_recordingid', node.id) - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == 'title': - m['title'] = nodes[0].text - m['~recordingtitle'] = nodes[0].text - elif name == 'length' and nodes[0].text: - m.length = int(nodes[0].text) - elif name == 'disambiguation': - m['~recordingcomment'] = nodes[0].text - elif name == 'artist_credit': - artist_credit_to_metadata(nodes[0], m) - if 'name_credit' in nodes[0].children and track: - for name_credit in nodes[0].name_credit: - if 'artist' in name_credit.children: - for artist in name_credit.artist: - trackartist = track.append_track_artist(artist.id) - if 'tag_list' in artist.children: - add_folksonomy_tags(artist.tag_list[0], - trackartist) - if 'user_tag_list' in artist.children: - add_user_folksonomy_tags(artist.user_tag_list[0], - trackartist) - elif name == 'relation_list': - _relations_to_metadata(nodes, m) - elif name == 'tag_list': - add_folksonomy_tags(nodes[0], track) - elif name == 'user_tag_list': - add_user_folksonomy_tags(nodes[0], track) - elif name == 'isrc_list': - add_isrcs_to_metadata(nodes[0], m) - elif name == 'user_rating': - m['~rating'] = nodes[0].text - elif name == 'video' and nodes[0].text == 'true': - m['~video'] = '1' - m['~length'] = format_time(m.length) - - -def performance_to_metadata(relation, m): - if 'attribute_list' in relation.children: - if 'attribute' in relation.attribute_list[0].children: - for attribute in relation.attribute_list[0].attribute: - m.add_unique("~performance_attributes", attribute.text) - - -def work_to_metadata(work, m): - m.add_unique("musicbrainz_workid", work.id) - if 'language' in work.children: - m.add_unique("language", work.language[0].text) - if 'title' in work.children: - m.add_unique("work", work.title[0].text) - if 'relation_list' in work.children: - _relations_to_metadata(work.relation_list, m) - - -def medium_to_metadata(node, m): - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == 'position': - m['discnumber'] = nodes[0].text - elif name == 'track_list': - m['totaltracks'] = nodes[0].count - elif name == 'title': - m['discsubtitle'] = nodes[0].text - elif name == 'format': - m['media'] = nodes[0].text - - -def artist_to_metadata(node, m): - """Make meatadata dict from a XML 'artist' node.""" - m.add_unique("musicbrainz_artistid", node.id) - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == "name": - m["name"] = nodes[0].text - elif name == "area": - m["area"] = nodes[0].name[0].text - elif name == "gender": - m["gender"] = nodes[0].text - elif name == "life_span": - if "begin" in nodes[0].children: - m["begindate"] = nodes[0].begin[0].text - if "ended" in nodes[0].children: - ended = nodes[0].ended[0].text - if ended == "true" and "end" in nodes[0].children: - m["enddate"] = nodes[0].end[0].text - elif name == "begin_area": - m["beginarea"] = nodes[0].name[0].text - elif name == "end_area": - m["endarea"] = nodes[0].name[0].text - - try: - m["type"] = node.type - except AttributeError: - pass - - -def release_to_metadata(node, m, album=None): - """Make metadata dict from a XML 'release' node.""" - m.add_unique('musicbrainz_albumid', node.id) - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == 'status': - m['releasestatus'] = nodes[0].text.lower() - elif name == 'title': - m['album'] = nodes[0].text - elif name == 'disambiguation': - m['~releasecomment'] = nodes[0].text - elif name == 'asin': - m['asin'] = nodes[0].text - elif name == 'artist_credit': - artist_credit_to_metadata(nodes[0], m, release=True) - # set tags from artists - if album is not None: - if 'name_credit' in nodes[0].children: - for name_credit in nodes[0].name_credit: - if 'artist' in name_credit.children: - for artist in name_credit.artist: - albumartist = album.append_album_artist(artist.id) - if 'tag_list' in artist.children: - add_folksonomy_tags(artist.tag_list[0], - albumartist) - if 'user_tag_list' in artist.children: - add_user_folksonomy_tags(artist.user_tag_list[0], - albumartist) - elif name == 'date': - m['date'] = nodes[0].text - elif name == 'country': - m['releasecountry'] = nodes[0].text - elif name == 'barcode': - m['barcode'] = nodes[0].text - elif name == 'relation_list': - _relations_to_metadata(nodes, m) - elif name == 'label_info_list' and nodes[0].children: - m['label'], m['catalognumber'] = label_info_from_node(nodes[0]) - elif name == 'text_representation': - if 'language' in nodes[0].children: - m['~releaselanguage'] = nodes[0].language[0].text - if 'script' in nodes[0].children: - m['script'] = nodes[0].script[0].text - elif name == 'tag_list': - add_folksonomy_tags(nodes[0], album) - elif name == 'user_tag_list': - add_user_folksonomy_tags(nodes[0], album) - - -def release_group_to_metadata(node, m, release_group=None): - """Make metadata dict from a XML 'release-group' node taken from inside a 'release' node.""" - m.add_unique('musicbrainz_releasegroupid', node.id) - for name, nodes in node.children.iteritems(): - if not nodes: - continue - if name == 'title': - m['~releasegroup'] = nodes[0].text - elif name == 'disambiguation': - m['~releasegroupcomment'] = nodes[0].text - elif name == 'first_release_date': - m['originaldate'] = nodes[0].text - if m['originaldate']: - m['originalyear'] = m['originaldate'][:4] - elif name == 'tag_list': - add_folksonomy_tags(nodes[0], release_group) - elif name == 'user_tag_list': - add_user_folksonomy_tags(nodes[0], release_group) - elif name == 'primary_type': - m['~primaryreleasetype'] = nodes[0].text.lower() - elif name == 'secondary_type_list': - add_secondary_release_types(nodes[0], m) - m['releasetype'] = m.getall('~primaryreleasetype') + m.getall('~secondaryreleasetype') - - -def add_secondary_release_types(node, m): - if 'secondary_type' in node.children: - for secondary_type in node.secondary_type: - m.add_unique('~secondaryreleasetype', secondary_type.text.lower()) - - -def add_folksonomy_tags(node, obj): - if obj and 'tag' in node.children: - for tag in node.tag: - name = tag.name[0].text - count = int(tag.attribs['count']) - obj.add_folksonomy_tag(name, count) - - -def add_user_folksonomy_tags(node, obj): - if obj and 'user_tag' in node.children: - for tag in node.user_tag: - name = tag.name[0].text - obj.add_folksonomy_tag(name, 1) - - -def add_isrcs_to_metadata(node, metadata): - if 'isrc' in node.children: - for isrc in node.isrc: - metadata.add('isrc', isrc.id) diff -Nru picard-1.4.2/picard/metadata.py picard-2.0.0/picard/metadata.py --- picard-1.4.2/picard/metadata.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/metadata.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,19 +17,31 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. -from PyQt4.QtCore import QObject -from picard import config, log +from PyQt5.QtCore import QObject +from picard import config from picard.plugin import PluginFunctions, PluginPriority from picard.similarity import similarity2 from picard.util import ( linear_combination_of_weights, ) from picard.util.tags import PRESERVED_TAGS -from picard.mbxml import artist_credit_from_node +from picard.mbjson import artist_credit_from_node from picard.util.imagelist import ImageList MULTI_VALUED_JOINER = '; ' +# lengths difference over this number of milliseconds will give a score of 0.0 +# equal lengths will give a score of 1.0 +# example +# a b score +# 20000 0 0.333333333333 +# 20000 10000 0.666666666667 +# 20000 20000 1.0 +# 20000 30000 0.666666666667 +# 20000 40000 0.333333333333 +# 20000 50000 0.0 +LENGTH_SCORE_THRES_MS = 30000 + class Metadata(dict): @@ -46,13 +58,13 @@ multi_valued_joiner = MULTI_VALUED_JOINER def __init__(self): - super(Metadata, self).__init__() + super().__init__() self.images = ImageList() self.deleted_tags = set() self.length = 0 - def __nonzero__(self): - return len(self) or len(self.images) + def __bool__(self): + return bool(len(self) or len(self.images)) def append_image(self, coverartimage): self.images.append(coverartimage) @@ -84,11 +96,16 @@ def remove_image(self, index): self.images.pop(index) + @staticmethod + def length_score(a, b): + return (1.0 - min(abs(a - b), LENGTH_SCORE_THRES_MS) / + float(LENGTH_SCORE_THRES_MS)) + def compare(self, other): parts = [] if self.length and other.length: - score = 1.0 - min(abs(self.length - other.length), 30000) / 30000.0 + score = self.length_score(self.length, other.length) parts.append((score, 8)) for name, weight in self.__weights: @@ -102,7 +119,7 @@ except ValueError: ia = a ib = b - score = 1.0 - abs(cmp(ia, ib)) + score = 1.0 - (int(ia != ib)) else: score = similarity2(a, b) parts.append((score, weight)) @@ -119,28 +136,26 @@ def compare_to_release_parts(self, release, weights): parts = [] - if "album" in self: - b = release.title[0].text + b = release['title'] parts.append((similarity2(self["album"], b), weights["album"])) if "albumartist" in self and "albumartist" in weights: a = self["albumartist"] - b = artist_credit_from_node(release.artist_credit[0])[0] + b = artist_credit_from_node(release['artist-credit'])[0] parts.append((similarity2(a, b), weights["albumartist"])) - if "totaltracks" in self: - try: - a = int(self["totaltracks"]) - except ValueError: - pass + try: + a = int(self["totaltracks"]) + except (ValueError, KeyError): + pass + else: + if "title" in weights: + b = release['media'][0]['track-count'] else: - if "title" in weights: - b = int(release.medium_list[0].medium[0].track_list[0].count) - else: - b = int(release.medium_list[0].track_count[0].text) - score = 0.0 if a > b else 0.3 if a < b else 1.0 - parts.append((score, weights["totaltracks"])) + b = release['track-count'] + score = 0.0 if a > b else 0.3 if a < b else 1.0 + parts.append((score, weights["totaltracks"])) preferred_countries = config.setting["preferred_release_countries"] preferred_formats = config.setting["preferred_release_formats"] @@ -148,9 +163,9 @@ total_countries = len(preferred_countries) if total_countries: score = 0.0 - if "country" in release.children: + if "country" in release: try: - i = preferred_countries.index(release.country[0].text) + i = preferred_countries.index(release['country']) score = float(total_countries - i) / float(total_countries) except ValueError: pass @@ -160,10 +175,10 @@ if total_formats: score = 0.0 subtotal = 0 - for medium in release.medium_list[0].medium: - if "format" in medium.children: + for medium in release['media']: + if "format" in medium: try: - i = preferred_formats.index(medium.format[0].text) + i = preferred_formats.index(medium['format']) score += float(total_formats - i) / float(total_formats) except ValueError: pass @@ -174,15 +189,15 @@ if "releasetype" in weights: type_scores = dict(config.setting["release_type_scores"]) - if 'release_group' in release.children and 'type' in release.release_group[0].attribs: - release_type = release.release_group[0].type + if 'release-group' in release and 'primary-type' in release['release-group']: + release_type = release['release-group']['primary-type'] score = type_scores.get(release_type, type_scores.get('Other', 0.5)) else: score = 0.0 parts.append((score, weights["releasetype"])) - rg = QObject.tagger.get_release_group_by_id(release.release_group[0].id) - if release.id in rg.loaded_albums: + rg = QObject.tagger.get_release_group_by_id(release['release-group']['id']) + if release['id'] in rg.loaded_albums: parts.append((1.0, 6)) return parts @@ -192,36 +207,36 @@ if 'title' in self: a = self['title'] - b = track.title[0].text + b = track['title'] parts.append((similarity2(a, b), weights["title"])) if 'artist' in self: a = self['artist'] - b = artist_credit_from_node(track.artist_credit[0])[0] + b = artist_credit_from_node(track['artist-credit'])[0] parts.append((similarity2(a, b), weights["artist"])) a = self.length - if a > 0 and 'length' in track.children: - b = int(track.length[0].text) - score = 1.0 - min(abs(a - b), 30000) / 30000.0 + if a > 0 and 'length' in track: + b = track['length'] + score = self.length_score(a, b) parts.append((score, weights["length"])) releases = [] - if "release_list" in track.children and "release" in track.release_list[0].children: - releases = track.release_list[0].release + if "releases" in track: + releases = track['releases'] if not releases: sim = linear_combination_of_weights(parts) return (sim, None, None, track) result = (-1,) + for release in releases: release_parts = self.compare_to_release_parts(release, weights) sim = linear_combination_of_weights(parts + release_parts) if sim > result[0]: - rg = release.release_group[0] if "release_group" in release.children else None + rg = release['release-group'] if "release-group" in release else None result = (sim, rg, release, track) - return result def copy(self, other): @@ -229,7 +244,7 @@ self.update(other) def update(self, other): - for key in other.iterkeys(): + for key in other.keys(): self.set(key, other.getall(key)[:]) if other.images: self.images = other.images[:] @@ -242,33 +257,33 @@ self.pop(tag, None) def clear(self): - dict.clear(self) + super().clear() self.images = ImageList() self.length = 0 self.deleted_tags = set() def getall(self, name): - return dict.get(self, name, []) + return super().get(name, []) def get(self, name, default=None): - values = dict.get(self, name, None) + values = super().get(name, None) if values: return self.multi_valued_joiner.join(values) else: return default def __getitem__(self, name): - return self.get(name, u'') + return self.get(name, '') def set(self, name, values): - dict.__setitem__(self, name, values) + super().__setitem__(name, values) if name in self.deleted_tags: self.deleted_tags.remove(name) def __setitem__(self, name, values): if not isinstance(values, list): values = [values] - values = filter(None, map(unicode, values)) + values = [string_(value) for value in values if value] if len(values): self.set(name, values) else: @@ -289,19 +304,11 @@ self.pop(name, None) self.deleted_tags.add(name) - def iteritems(self): - for name, values in dict.iteritems(self): + def items(self): + for name, values in super().items(): for value in values: yield name, value - def items(self): - """Returns the metadata items. - - >>> m.items() - [("key1", "value1"), ("key1", "value2"), ("key2", "value3")] - """ - return list(self.iteritems()) - def rawitems(self): """Returns the metadata items. @@ -343,9 +350,9 @@ _track_metadata_processors.register(function.__module__, function, priority) -def run_album_metadata_processors(tagger, metadata, release): - _album_metadata_processors.run(tagger, metadata, release) +def run_album_metadata_processors(album_object, metadata, release): + _album_metadata_processors.run(album_object, metadata, release) -def run_track_metadata_processors(tagger, metadata, release, track): - _track_metadata_processors.run(tagger, metadata, track, release) +def run_track_metadata_processors(track_object, metadata, release, track): + _track_metadata_processors.run(track_object, metadata, track, release) diff -Nru picard-1.4.2/picard/oauth.py picard-2.0.0/picard/oauth.py --- picard-1.4.2/picard/oauth.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/oauth.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,24 +17,22 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import json import time from functools import partial -from PyQt4.QtNetwork import QNetworkRequest -from PyQt4.QtCore import QUrl +from PyQt5.QtNetwork import QNetworkRequest +from PyQt5.QtCore import QUrl, QUrlQuery from picard import config, log from picard.const import ( - MUSICBRAINZ_SERVERS, MUSICBRAINZ_OAUTH_CLIENT_ID, MUSICBRAINZ_OAUTH_CLIENT_SECRET, ) -from picard.util import build_qurl +from picard.util import build_qurl, load_json class OAuthManager(object): - def __init__(self, xmlws): - self.xmlws = xmlws + def __init__(self, webservice): + self.webservice = webservice def is_authorized(self): return bool(config.persist["oauth_refresh_token"] and @@ -75,7 +73,7 @@ "urn:ietf:wg:oauth:2.0:oob", "scope": scopes} url = build_qurl(host, port, path="/oauth2/authorize", queryargs=params) - return str(url.toEncoded()) + return string_(url.toEncoded()) def set_refresh_token(self, refresh_token, scopes): log.debug("OAuth: got refresh_token %s with scopes %s", refresh_token, scopes) @@ -97,14 +95,16 @@ host, port = config.setting['server_host'], config.setting['server_port'] path = "/oauth2/token" url = QUrl() - url.addQueryItem("grant_type", "refresh_token") - url.addQueryItem("refresh_token", refresh_token) - url.addQueryItem("client_id", MUSICBRAINZ_OAUTH_CLIENT_ID) - url.addQueryItem("client_secret", MUSICBRAINZ_OAUTH_CLIENT_SECRET) - data = str(url.encodedQuery()) - self.xmlws.post(host, port, path, data, + url_query = QUrlQuery() + url_query.addQueryItem("grant_type", "refresh_token") + url_query.addQueryItem("refresh_token", refresh_token) + url_query.addQueryItem("client_id", MUSICBRAINZ_OAUTH_CLIENT_ID) + url_query.addQueryItem("client_secret", MUSICBRAINZ_OAUTH_CLIENT_SECRET) + url.setQuery(url_query.query(QUrl.FullyEncoded)) + data = string_(url.query()) + self.webservice.post(host, port, path, data, partial(self.on_refresh_access_token_finished, callback), - xml=False, mblogin=True, priority=True, important=True) + parse_response_type=None, mblogin=True, priority=True, important=True) def on_refresh_access_token_finished(self, callback, data, http, error): access_token = None @@ -112,11 +112,11 @@ if error: log.error("OAuth: access_token refresh failed: %s", data) if http.attribute(QNetworkRequest.HttpStatusCodeAttribute) == 400: - response = json.loads(data) + response = load_json(data) if response["error"] == "invalid_grant": self.forget_refresh_token() else: - response = json.loads(data) + response = load_json(data) self.set_access_token(response["access_token"], response["expires_in"]) access_token = response["access_token"] finally: @@ -127,15 +127,17 @@ host, port = config.setting['server_host'], config.setting['server_port'] path = "/oauth2/token" url = QUrl() - url.addQueryItem("grant_type", "authorization_code") - url.addQueryItem("code", authorization_code) - url.addQueryItem("client_id", MUSICBRAINZ_OAUTH_CLIENT_ID) - url.addQueryItem("client_secret", MUSICBRAINZ_OAUTH_CLIENT_SECRET) - url.addQueryItem("redirect_uri", "urn:ietf:wg:oauth:2.0:oob") - data = str(url.encodedQuery()) - self.xmlws.post(host, port, path, data, + url_query = QUrlQuery() + url_query.addQueryItem("grant_type", "authorization_code") + url_query.addQueryItem("code", authorization_code) + url_query.addQueryItem("client_id", MUSICBRAINZ_OAUTH_CLIENT_ID) + url_query.addQueryItem("client_secret", MUSICBRAINZ_OAUTH_CLIENT_SECRET) + url_query.addQueryItem("redirect_uri", "urn:ietf:wg:oauth:2.0:oob") + url.setQuery(url_query.query(QUrl.FullyEncoded)) + data = string_(url.query()) + self.webservice.post(host, port, path, data, partial(self.on_exchange_authorization_code_finished, scopes, callback), - xml=False, mblogin=True, priority=True, important=True) + parse_response_type=None, mblogin=True, priority=True, important=True) def on_exchange_authorization_code_finished(self, scopes, callback, data, http, error): successful = False @@ -143,7 +145,7 @@ if error: log.error("OAuth: authorization_code exchange failed: %s", data) else: - response = json.loads(data) + response = load_json(data) self.set_refresh_token(response["refresh_token"], scopes) self.set_access_token(response["access_token"], response["expires_in"]) successful = True @@ -154,9 +156,9 @@ log.debug("OAuth: fetching username") host, port = config.setting['server_host'], config.setting['server_port'] path = "/oauth2/userinfo" - self.xmlws.get(host, port, path, + self.webservice.get(host, port, path, partial(self.on_fetch_username_finished, callback), - xml=False, mblogin=True, priority=True, important=True) + parse_response_type=None, mblogin=True, priority=True, important=True) def on_fetch_username_finished(self, callback, data, http, error): successful = False @@ -164,7 +166,7 @@ if error: log.error("OAuth: username fetching failed: %s", data) else: - response = json.loads(data) + response = load_json(data) self.set_username(response["sub"]) successful = True finally: diff -Nru picard-1.4.2/picard/plugin.py picard-2.0.0/picard/plugin.py --- picard-1.4.2/picard/plugin.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/plugin.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,30 +19,33 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore +from PyQt5 import QtCore from collections import defaultdict from functools import partial -import imp import json +import imp import os.path import shutil import picard.plugins import tempfile import traceback +import zipfile import zipimport from picard import (config, log, version_from_string, version_to_string, VersionError) -from picard.const import USER_PLUGIN_DIR, PLUGINS_API - +from picard.const import USER_PLUGIN_DIR, PLUGINS_API, PLUGIN_ACTION_UPDATE +from picard.util import load_json _suffixes = [s[0] for s in imp.get_suffixes()] _package_entries = ["__init__.py", "__init__.pyc", "__init__.pyo"] _extension_points = [] _PLUGIN_MODULE_PREFIX = "picard.plugins." _PLUGIN_MODULE_PREFIX_LEN = len(_PLUGIN_MODULE_PREFIX) +_PLUGIN_PACKAGE_SUFFIX = ".picard" +_PLUGIN_PACKAGE_SUFFIX_LEN = len(_PLUGIN_PACKAGE_SUFFIX) def _plugin_name_from_path(path): @@ -66,17 +69,33 @@ return os.path.basename(path) return False + +def load_manifest(archive_path): + archive = zipfile.ZipFile(archive_path) + manifest_data = None + with archive.open('MANIFEST.json') as f: + manifest_data = json.loads(str(f.read().decode())) + return manifest_data + + def zip_import(path): splitext = os.path.splitext(path) if (not os.path.isfile(path) or not splitext[1] == '.zip'): - return (None, None) + return (None, None, None) try: importer = zipimport.zipimporter(path) basename = os.path.basename(splitext[0]) - return (importer, basename) + manifest_data = None + if basename.endswith(_PLUGIN_PACKAGE_SUFFIX): + basename = basename[:-_PLUGIN_PACKAGE_SUFFIX_LEN] + try: + manifest_data = load_manifest(path) + except Exception: + pass + return (importer, basename, manifest_data) except zipimport.ZipImportError: - return (None, None) + return (None, None, None) def _unregister_module_extensions(module): @@ -98,7 +117,7 @@ self.__items.append((module, item)) def unregister_module(self, name): - self.__items = filter(lambda i: i[0] != name, self.__items) + self.__items = [item for item in self.__items if item[0] != name] def __iter__(self): enabled_plugins = config.setting["enabled_plugins"] @@ -110,28 +129,30 @@ class PluginShared(object): def __init__(self): - super(PluginShared, self).__init__() + super().__init__() self.new_version = "" self.enabled = False self.can_be_updated = False self.can_be_downloaded = False self.marked_for_update = False + self.is_uninstalled = False class PluginWrapper(PluginShared): - def __init__(self, module, plugindir, file=None): - super(PluginWrapper, self).__init__() + def __init__(self, module, plugindir, file=None, manifest_data=None): + super().__init__() self.module = module self.compatible = False self.dir = plugindir self._file = file + self.data = manifest_data or self.module.__dict__ @property def name(self): try: - return self.module.PLUGIN_NAME - except AttributeError: + return self.data['PLUGIN_NAME'] + except KeyError: return self.module_name @property @@ -144,29 +165,29 @@ @property def author(self): try: - return self.module.PLUGIN_AUTHOR - except AttributeError: + return self.data['PLUGIN_AUTHOR'] + except KeyError: return "" @property def description(self): try: - return self.module.PLUGIN_DESCRIPTION - except AttributeError: + return self.data['PLUGIN_DESCRIPTION'] + except KeyError: return "" @property def version(self): try: - return self.module.PLUGIN_VERSION - except AttributeError: + return self.data['PLUGIN_VERSION'] + except KeyError: return "" @property def api_versions(self): try: - return self.module.PLUGIN_API_VERSIONS - except AttributeError: + return self.data['PLUGIN_API_VERSIONS'] + except KeyError: return [] @property @@ -179,15 +200,15 @@ @property def license(self): try: - return self.module.PLUGIN_LICENSE - except AttributeError: + return self.data['PLUGIN_LICENSE'] + except KeyError: return "" @property def license_url(self): try: - return self.module.PLUGIN_LICENSE_URL - except AttributeError: + return self.data['PLUGIN_LICENSE_URL'] + except KeyError: return "" @property @@ -200,12 +221,12 @@ """Used to store plugin data from JSON API""" def __init__(self, d, module_name): self.__dict__ = d - super(PluginData, self).__init__() + super().__init__() self.module_name = module_name def __getattribute__(self, name): try: - return PluginShared.__getattribute__(self, name) + return super().__getattribute__(name) except AttributeError: log.debug('Attribute %r not found for plugin %r', name, self.module_name) return None @@ -218,11 +239,10 @@ class PluginManager(QtCore.QObject): plugin_installed = QtCore.pyqtSignal(PluginWrapper, bool) - plugin_updated = QtCore.pyqtSignal(unicode, bool) - + plugin_updated = QtCore.pyqtSignal(str, bool) def __init__(self): - QtCore.QObject.__init__(self) + super().__init__() self.plugins = [] self._api_versions = set([version_from_string(v) for v in picard.api_versions]) self._available_plugins = {} @@ -261,11 +281,14 @@ plugindir, len(names)) for name in sorted(names): - self.load_plugin(name, plugindir) + try: + self.load_plugin(name, plugindir) + except Exception as e: + log.error('Unable to load plugin: %s.\nError occured: %s', name, e) def load_plugin(self, name, plugindir): module_file = None - (importer, module_name) = zip_import(os.path.join(plugindir, name)) + (importer, module_name, manifest_data) = zip_import(os.path.join(plugindir, name)) if importer: name = module_name if not importer.find_module(name): @@ -286,7 +309,7 @@ index = None for i, p in enumerate(self.plugins): if name == p.module_name: - log.warning("Module %r conflict: unregistering previously" \ + log.warning("Module %r conflict: unregistering previously" " loaded %r version %s from %r", p.module_name, p.name, @@ -299,7 +322,8 @@ plugin_module = imp.load_module(_PLUGIN_MODULE_PREFIX + name, *info) else: plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name) - plugin = PluginWrapper(plugin_module, plugindir, file=module_pathname) + plugin = PluginWrapper(plugin_module, plugindir, + file=module_pathname, manifest_data=manifest_data) versions = [version_from_string(v) for v in list(plugin.api_versions)] compatible_versions = list(set(versions) & self._api_versions) @@ -332,7 +356,7 @@ if not os.path.isdir(dirpath): dirpath = None fileexts = ['.py', '.pyc', '.pyo', '.zip'] - filepaths = [ os.path.join(USER_PLUGIN_DIR, f) + filepaths = [os.path.join(USER_PLUGIN_DIR, f) for f in os.listdir(USER_PLUGIN_DIR) if f in [plugin_name + ext for ext in fileexts] ] @@ -344,14 +368,18 @@ log.debug("Remove plugin files and dirs : %r", plugin_name) dirpath, filepaths = self._get_existing_paths(plugin_name) if dirpath: - log.debug("Removing directory %r", dirpath) - shutil.rmtree(dirpath) + if os.path.islink(dirpath): + log.debug("Removing symlink %r", dirpath) + os.remove(dirpath) + elif os.path.isdir(dirpath): + log.debug("Removing directory %r", dirpath) + shutil.rmtree(dirpath) if filepaths: for filepath in filepaths: log.debug("Removing file %r", filepath) os.remove(filepath) - def install_plugin(self, path, overwrite_confirm=None, plugin_name=None, + def install_plugin(self, path, action, overwrite_confirm=None, plugin_name=None, plugin_data=None): """ path is either: @@ -369,13 +397,11 @@ plugin_name = os.path.splitext(zip_plugin)[0] if plugin_name: try: - dirpath, filepaths = self._get_existing_paths(plugin_name) - update = dirpath or filepaths if plugin_data and plugin_name: # zipped module from download zip_plugin = plugin_name + '.zip' dst = os.path.join(USER_PLUGIN_DIR, zip_plugin) - if update: + if action == PLUGIN_ACTION_UPDATE: dst += '.update' if os.path.isfile(dst): os.remove(dst) @@ -396,20 +422,25 @@ raise elif os.path.isfile(path): dst = os.path.join(USER_PLUGIN_DIR, os.path.basename(path)) - if update: + if action == PLUGIN_ACTION_UPDATE: dst += '.update' if os.path.isfile(dst): os.remove(dst) shutil.copy2(path, dst) elif os.path.isdir(path): dst = os.path.join(USER_PLUGIN_DIR, plugin_name) - if update: + if action == PLUGIN_ACTION_UPDATE: dst += '.update' if os.path.isdir(dst): shutil.rmtree(dst) shutil.copytree(path, dst) - if not update: - installed_plugin = self.load_plugin(zip_plugin or plugin_name, USER_PLUGIN_DIR) + if action != PLUGIN_ACTION_UPDATE: + try: + installed_plugin = self.load_plugin(zip_plugin or plugin_name, USER_PLUGIN_DIR) + except Exception as e: + log.error('Unable to load plugin: %s.\nError occured: %s', name, e) + installed_plugin = None + if installed_plugin is not None: self.plugin_installed.emit(installed_plugin, False) else: @@ -418,12 +449,12 @@ log.warning("Unable to copy %s to plugin folder %s" % (path, USER_PLUGIN_DIR)) def query_available_plugins(self, callback=None): - self.tagger.xmlws.get( + self.tagger.webservice.get( PLUGINS_API['host'], PLUGINS_API['port'], PLUGINS_API['endpoint']['plugins'], partial(self._plugins_json_loaded, callback=callback), - xml=False, + parse_response_type=None, priority=True, important=True ) @@ -432,12 +463,12 @@ if error: self.tagger.window.set_statusbar_message( N_("Error loading plugins list: %(error)s"), - {'error': unicode(reply.errorString())}, + {'error': reply.errorString()}, echo=log.error ) else: self._available_plugins = [PluginData(data, key) for key, data in - json.loads(response)['plugins'].items()] + load_json(response)['plugins'].items()] if callback: callback() @@ -472,7 +503,7 @@ def run(self, *args, **kwargs): "Execute registered functions with passed parameters honouring priority" - for priority, functions in sorted(self.functions.iteritems(), + for priority, functions in sorted(self.functions.items(), key=lambda i: i[0], reverse=True): for function in functions: diff -Nru picard-1.4.2/picard/releasegroup.py picard-2.0.0/picard/releasegroup.py --- picard-1.4.2/picard/releasegroup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/releasegroup.py 2018-07-18 13:28:22.000000000 +0000 @@ -24,14 +24,14 @@ from picard import log from picard.metadata import Metadata from picard.dataobj import DataObject -from picard.mbxml import media_formats_from_node, label_info_from_node +from picard.mbjson import media_formats_from_node, label_info_from_node, country_list_from_node from picard.util import uniqify class ReleaseGroup(DataObject): - def __init__(self, id): - DataObject.__init__(self, id) + def __init__(self, rg_id): + super().__init__(rg_id) self.metadata = Metadata() self.loaded = False self.versions = [] @@ -41,7 +41,7 @@ def load_versions(self, callback): kwargs = {"release-group": self.id, "limit": 100} - self.tagger.xmlws.browse_releases(partial(self._request_finished, callback), **kwargs) + self.tagger.mb_api.browse_releases(partial(self._request_finished, callback), **kwargs) def _parse_versions(self, document): """Parse document and return a list of releases""" @@ -58,44 +58,35 @@ "catnum": N_('Cat No'), } extrakeys = ("packaging", "barcode", "disambiguation") - for node in document.metadata[0].release_list[0].release: - labels, catnums = label_info_from_node(node.label_info_list[0]) - countries = [] - if 'release_event_list' in node.children: - for release_event in node.release_event_list[0].release_event: - if "area" in release_event.children: - countries.append(release_event.area[0].iso_3166_1_code_list[0].iso_3166_1_code[0].text) + try: + releases = document['releases'] + except (TypeError, KeyError): + releases = [] + + for node in releases: + labels, catnums = label_info_from_node(node['label-info']) + + countries = country_list_from_node(node) formats = [] - for medium in node.medium_list[0].medium: - if "format" in medium.children: - formats.append(medium.format[0].text) + for medium in node['media']: + if "format" in medium: + formats.append(medium['format']) release = { - "id": node.id, - "year": node.date[0].text[:4] if "date" in node.children else "????", + "id": node['id'], + "year": node['date'][:4] if "date" in node else "????", "country": "+".join(countries) if countries - else node.country[0].text if "country" in node.children - else "??", - "format": media_formats_from_node(node.medium_list[0]), + else node.get('country', '') or "??", + "format": media_formats_from_node(node['media']), "label": ", ".join([' '.join(x.split(' ')[:2]) for x in set(labels)]), "catnum": ", ".join(set(catnums)), - "tracks": "+".join([m.track_list[0].count for m in node.medium_list[0].medium]), - "barcode": - node.barcode[0].text - if "barcode" in node.children - and node.barcode[0].text != "" - else _("[no barcode]"), - "packaging": - node.packaging[0].text - if "packaging" in node.children - else None, - "disambiguation": - node.disambiguation[0].text - if "disambiguation" in node.children - else None, + "tracks": "+".join([str(m['track-count']) for m in node['media']]), + "barcode": node.get('barcode', '') or _('[no barcode]'), + "packaging": node.get('packaging', '') or '??', + "disambiguation": node.get('disambiguation', ''), "_disambiguate_name": list(), - "totaltracks": sum([int(m.track_list[0].count) for m in node.medium_list[0].medium]), + "totaltracks": sum([m['track-count'] for m in node['media']]), "countries": countries, "formats": formats, } @@ -109,14 +100,14 @@ versions[name].append(release) # de-duplicate names if possible - for name, releases in versions.iteritems(): + for name, releases in versions.items(): for a, b in combinations(releases, 2): for key in extrakeys: (value1, value2) = (a[key], b[key]) if value1 != value2: a['_disambiguate_name'].append(value1) b['_disambiguate_name'].append(value2) - for name, releases in versions.iteritems(): + for name, releases in versions.items(): for release in releases: dis = " / ".join(filter(None, uniqify(release['_disambiguate_name']))).replace("&", "&&") disname = name if not dis else name + ' / ' + dis @@ -133,7 +124,7 @@ def _request_finished(self, callback, document, http, error): try: if error: - log.error("%r", unicode(http.errorString())) + log.error("%r", http.errorString()) else: try: self._parse_versions(document) @@ -144,8 +135,8 @@ self.loaded = True callback() - def remove_album(self, id): - self.loaded_albums.discard(id) + def remove_album(self, album_id): + self.loaded_albums.discard(album_id) self.refcount -= 1 if self.refcount == 0: del self.tagger.release_groups[self.id] diff -Nru picard-1.4.2/picard/resources.py picard-2.0.0/picard/resources.py --- picard-1.4.2/picard/resources.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/resources.py 2018-07-18 13:28:22.000000000 +0000 @@ -2,1169 +2,13 @@ # Resource object code # -# Created by: The Resource Compiler for PyQt4 (Qt v4.8.7) +# Created by: The Resource Compiler for PyQt5 (Qt v5.9.1) # # WARNING! All changes made in this file will be lost! -from PyQt4 import QtCore +from PyQt5 import QtCore -qt_resource_data = "\ -\x00\x00\x01\x18\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\xdf\x49\x44\x41\x54\x78\x01\x75\x8e\x43\x7a\x05\x51\ -\x10\x85\x7b\x05\x59\x55\x3c\x8a\xb3\x83\xcc\x63\xa3\x27\xb1\x6d\ -\xdb\xe6\x28\xb6\xb5\x80\x58\x8d\x68\xfa\xe7\xa5\x9e\x75\xce\xf5\ -\xf9\xeb\xab\xab\xb4\x8c\xab\xf8\x71\x9c\xf2\x2f\x15\x7f\x52\xb1\ -\x03\xbc\xdb\xfc\x61\xb3\x86\xe6\x0d\xd8\x03\xcd\x17\x60\xaf\xb3\ -\x43\xba\x37\x20\xb1\x2d\xd2\xc5\xde\x80\x44\x76\x1b\xee\x80\x66\ -\xb3\x44\x3c\xd1\xc7\x10\xa3\x54\x52\xb7\x53\x30\x2c\x80\x6b\xbd\ -\xc1\x2d\xbd\x9c\xb2\xcd\x8e\x65\x6d\xc4\x05\x30\x24\xd6\xb8\x62\ -\x98\x11\x86\x28\x63\xe4\xbb\xeb\xd7\xde\x42\x42\x5d\x4e\xb7\x74\ -\xb3\x08\xa8\x14\x2d\x74\xe0\xf2\x07\x03\x43\xf6\x7b\x7a\x59\x16\ -\xa0\x7a\xc6\x05\x90\xfe\x52\x3f\xc2\x30\x2b\x40\x2a\xd5\x57\xdd\ -\x02\xb8\x68\x84\x56\x8e\x58\x63\x95\x59\xcb\x7a\x48\xb3\xa9\x34\ -\xcc\xab\xb8\x7a\x94\x0d\x32\xc8\xa4\x82\x6d\x86\x88\x4f\x56\xdc\ -\x95\x1a\x9e\x33\x9e\xb3\x13\x19\xaa\x28\x79\x09\xea\x4e\x52\x7b\ -\x50\xc0\x1f\x12\x3f\x99\x1d\x7d\x4c\x0b\x7e\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x4c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x13\x49\x44\x41\x54\x78\x01\x8d\x93\x03\xb2\x1d\x41\ -\x18\x85\x93\xb7\x8d\x70\x0d\xd1\x3a\x52\x0c\x96\x90\x42\x6c\xdb\ -\x7e\xb6\x6d\xdb\xb6\x6d\x63\x6c\xdc\x3b\x27\x3d\x9d\xa4\x63\x4c\ -\xd5\x37\x3e\x5f\xf3\xdf\x05\x80\x42\x8e\xbd\x84\xc3\x84\x63\xff\ -\xe0\x20\x21\x84\xe5\xbe\x13\x1c\xb6\x2c\x4b\x72\x5d\x37\x18\x08\ -\x04\xf0\x3b\xc8\x77\x84\x86\x86\xbe\x67\x92\x9f\x04\xc7\xfc\xb0\ -\xa6\x69\xd0\x75\x9d\x21\xcb\x32\x44\x51\xc4\xd6\xd6\x16\x95\x6c\ -\x6c\x6c\x20\x2c\x2c\x8c\x49\xbe\x86\x77\x5f\x7f\x5b\x70\xb3\x61\ -\x4c\x43\x76\xbb\x80\xd4\x26\x0e\x85\x9d\x3b\x18\x99\x17\xa1\xaa\ -\x2a\x24\x49\xc2\xf6\xf6\x36\x15\x18\x86\x01\xbf\x91\xa8\xa8\xa8\ -\xcf\x92\xfc\x3e\x33\x24\xab\x4b\x7b\x9a\xda\x2a\x7b\x4b\x9c\x83\ -\xe9\x2d\x1b\xdb\xba\x8b\x85\x2d\x13\x4f\xb3\xe7\x50\xd9\xb3\x4e\ -\x7a\xa1\x60\x67\x67\xe7\x97\x21\xd1\x39\x21\xe1\x93\xa9\xad\x92\ -\xa7\x98\x41\x48\xba\x87\x8a\x11\x0d\x9b\xa6\x07\xcb\x03\x2c\x27\ -\x88\x1b\xf1\x23\xe8\x1c\xdb\xa4\x43\xe1\x38\x8e\xf6\x64\x7d\x7d\ -\x1d\x4c\x40\xc2\x95\x0b\xdb\x36\x09\x4a\x58\x15\x02\x90\x34\x97\ -\xa2\x39\x1e\x88\x07\x13\xcb\x0a\x42\xf3\x27\xe8\x7c\x28\x8a\x42\ -\xe7\x83\xe7\x79\x30\x41\x7c\x3d\xb7\x3c\xb6\x6a\xa0\xa0\x8f\x87\ -\x48\x82\x2f\x73\xfb\x11\x53\x31\x0e\x41\x75\x30\xb8\x6a\x61\x62\ -\xcd\xc0\xd5\xa8\x5e\xba\x02\xfe\xf8\xc9\x9c\x50\x11\x13\x44\x54\ -\x6d\x2e\x0f\x2f\xeb\x4c\x10\x5e\x32\x82\xb4\xfa\x19\xf0\x8a\x8d\ -\x86\x29\x1d\x23\xcb\x1a\x2e\x7c\xec\x84\xe3\x38\xb0\x6d\x9b\x4a\ -\x7c\x98\xe0\x7d\xc9\x4a\xe5\xcc\xba\x8e\x59\xde\x05\x67\x78\x7e\ -\xcb\x34\x3c\xb9\x69\xa3\x79\xd6\x44\xff\x34\x8f\x27\x29\x03\x70\ -\x5d\x97\x0a\x08\xb4\x37\x4c\xf0\x22\x6f\xe1\xe4\xa3\x8c\x69\x4f\ -\xb6\x82\x98\xe2\x81\x9e\x55\x0f\x2d\xf3\x0e\x9a\xa6\x4d\x2c\xec\ -\x58\x38\x7d\xaf\x0e\x4d\x03\xab\xb4\x07\x04\x1a\xfe\x41\xf0\x30\ -\x63\x3a\xe4\x76\xd2\xf8\xd3\xab\x31\x43\xde\xd0\xbc\x84\x89\x75\ -\x0b\x23\x2b\x3a\x7a\x26\x39\x9c\xba\x57\x8b\xe4\x8a\x49\xda\x2a\ -\x09\x7f\x0f\x13\xb0\x8d\x74\xfc\xcc\x87\x9b\xa1\x05\x13\xb8\x1c\ -\xd1\x83\x73\x1f\x3a\xf0\x2c\x75\x00\xcd\x03\x6b\xb4\xeb\xbf\xe3\ -\x17\x81\xff\x40\x5e\x7a\x04\xfc\x27\x41\x26\xf8\x22\x39\x42\xba\ -\xaa\xfb\x1f\xfe\x27\x4c\xfe\x55\x69\xf5\x7e\x27\xd8\xe7\x4b\xa8\ -\xf5\xff\x38\xec\x67\x3e\x01\x60\xbc\xed\xe2\x06\xed\xe2\xf6\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x39\x2c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x80\x00\x00\x00\x80\x08\x06\x00\x00\x00\xc3\x3e\x61\xcb\ -\x00\x00\x38\xf3\x49\x44\x41\x54\x78\x01\xec\x92\x47\x76\xdc\x40\ -\x0c\x44\x7f\x35\x9b\xca\x61\xe9\x6c\xef\x7d\x05\x5f\xd8\x3e\x89\ -\xcf\xa0\xb5\xb4\x73\xb6\xb2\x86\x24\x94\xc8\x57\x8f\xad\x76\xce\ -\x01\x0a\x53\x0f\x53\x28\x14\x80\xd6\xa3\x07\x8f\x77\xf8\x27\xe2\ -\x7f\xa8\xd1\x13\xe0\x25\x0e\x32\xc0\xe9\xfb\x23\x9a\x84\x92\x00\ -\xc9\x05\xe0\x90\x33\x86\x25\x4f\xa0\x7a\xad\x9c\x71\x08\x15\x42\ -\x45\x9d\xfb\x55\xd2\x80\xca\x9c\x85\x15\x54\x1b\x6a\x9e\x70\xad\ -\x9c\xfc\xf4\xcc\xf5\xbc\x05\x3f\xad\x85\x81\xaa\xcb\x0c\x95\x2b\ -\x0a\x20\x61\x62\x54\x77\x2d\x4a\x9b\x7b\x7b\x6f\xba\x95\xed\x75\ -\x6a\x91\x01\x62\x18\x58\x5e\x6e\xb5\xb4\xdc\x08\x40\x16\xb9\xc6\ -\xd2\x88\xc1\x58\x13\x74\xde\xd8\x66\x84\x35\x11\x75\x3e\xd6\xac\ -\xf5\x9a\x0e\x37\xff\x4e\x05\xaf\xda\xc3\xba\x61\x4f\xce\xe3\xde\ -\xce\x23\xec\x03\x9c\x37\x9e\xf8\x32\xa6\xd6\x17\x44\x9d\x0f\xd5\ -\xde\x75\x0f\x35\x7d\x8d\xd8\x05\xd6\x08\x8c\xc5\xd3\x67\xcf\xf7\ -\xa1\x1e\x19\x0f\xf6\xfb\x1e\x1e\x41\xc9\x37\xe6\xd3\x87\x8f\xdf\ -\xe8\xf0\x55\xfe\x77\x3e\xbc\xb0\xa6\xa3\xef\xbb\xb4\xbb\xbb\x33\ -\x25\x63\xfe\x00\x92\x50\x61\xd8\x70\xca\x87\xca\x65\x22\x8c\xcb\ -\xc5\x86\x44\x14\x2f\x12\xcc\xc1\x3a\x50\x0e\x15\xa3\x78\xcc\x35\ -\x6b\x8b\xc5\x0b\x47\x60\x1c\x20\x81\x57\x52\xed\x1d\x04\x75\x1f\ -\xf5\x23\x69\xea\x41\x40\xa9\x6a\x54\x99\x39\xc0\xbe\x2b\x7b\xb4\ -\xed\x9b\x7e\xec\xe3\xa6\xb7\xb0\xa9\xba\x9f\x04\x70\x72\x72\xb8\ -\x0a\x2c\x03\xfd\xf8\x37\x64\xc6\x48\xf2\x52\x25\x04\x91\x62\x2c\ -\xf4\x83\xf1\x40\x10\x9a\x9b\x31\xe7\x1a\xc6\x34\x09\x81\xbd\x85\ -\x97\x30\xe6\xbd\x7c\x7c\x6c\x0f\x06\x4c\xfb\x08\x02\x70\xed\xf4\ -\xb8\x82\x60\x1a\xbb\xc9\xad\xb6\xb7\x37\xf3\xe6\xd6\x46\x6e\x97\ -\xdb\xd4\xb6\x17\x7f\x4b\x2d\x39\x37\x29\xb7\x39\x5d\x7c\xd2\x77\ -\x43\xf4\x7d\x17\x8b\xae\x8b\xee\xe2\xaf\x5f\xf4\xc3\x62\xb1\x88\ -\xc3\x83\xc3\x6e\x7f\xff\xb0\x1b\xba\xde\x3d\x88\x11\xc7\xe8\xc9\ -\x53\xda\x37\x02\xcc\xa9\xf0\x31\x7f\xaa\x18\x39\xe1\x97\x1b\x1e\ -\xde\x55\xe9\x1a\x0b\x8d\xcc\x8a\xb7\xf9\x23\x8b\xb9\x07\x05\x91\ -\x23\x82\xe3\xe3\x83\xdb\xc0\x00\xec\x03\x47\xc0\x22\x63\x51\xa5\ -\x24\xdc\x55\x59\xd0\x88\xb0\xf3\xe2\xd0\x44\x14\x8f\xc3\x50\x9e\ -\x1c\x09\x11\x5e\xce\x35\x8e\x92\xe3\x05\x4c\xe9\x73\x5e\xcd\xc2\ -\xb9\x71\xe4\xd9\xe3\x3d\x23\xc9\x18\xf0\x05\x0d\x61\xe6\xbd\x24\ -\xcb\xbb\x8f\xfe\xff\x47\x07\xcb\xcc\x5b\xe1\x0b\x27\xb6\x35\xcf\ -\x3d\xd5\xa5\x6f\xf5\x46\xde\xe7\xd4\x2f\xbf\x53\x95\xe2\xc9\x68\ -\x66\x04\x9f\x66\x49\x00\xf3\x78\x6e\x25\x73\x45\xe0\xf3\x85\xac\ -\x19\xae\x0c\x65\xfa\x87\xfa\xc2\xae\x9e\xee\xa0\xbb\xa7\x18\xe6\ -\xf3\x79\xab\x03\x3b\x11\x2c\x69\x8b\xb1\x80\x50\xa6\x04\x7f\x67\ -\x67\xe7\xf1\xc9\xd1\x49\x93\xf7\xfd\xbd\x83\xfa\xce\xd6\x6e\xe3\ -\xf2\xe2\x32\x76\x14\x27\x86\xdc\x39\x97\x68\x2d\xb7\x45\x79\x70\ -\xe1\xd2\x9f\x08\x2c\xee\xdf\x70\x1b\x34\x25\xa0\x93\x39\x10\x74\ -\x2b\x6b\xfb\x73\x92\x20\xc7\x5f\xd1\x41\x6d\xf9\x4c\xc2\x47\xac\ -\x9a\x3c\x6a\x97\x75\xad\xad\x5e\xbf\x9c\x11\xab\xff\x85\xe1\x13\ -\x51\x03\x02\x60\x61\x01\x62\x17\x5b\x63\x28\x20\x47\x81\x13\xe7\ -\x90\xf8\xd2\x1f\x25\x3f\x91\x46\x03\x69\x57\x3e\x10\xc2\x81\x5f\ -\x8f\x5f\xcf\x91\xeb\xd7\xd2\xac\xdd\x4d\x18\x45\xa6\x52\x1b\x8e\ -\x86\xca\x03\xe1\x50\x79\x28\xea\xee\x2d\x5a\x85\xb0\x2d\x78\xa3\ -\xc0\xbb\x54\xf0\xd0\xae\x42\x21\x6f\x79\x1f\x2c\x0f\x46\x13\x44\ -\x39\xbe\xc3\xa3\xc3\xe3\xe6\xee\xce\x5e\x63\x77\x7b\xaf\xc1\x02\ -\xd1\x6c\x34\x04\x14\x66\x5f\xb5\x10\x04\x9d\x30\x0a\x61\x32\xc2\ -\xb9\xc4\xbd\x22\xce\x4f\xb3\x76\xc9\x7a\x98\xad\xd7\x4e\x49\x30\ -\x5c\x72\xfe\xd0\xaf\xe8\x9a\x55\xd1\xfc\xbf\x88\x68\x9f\x87\xc1\ -\x05\x58\x2b\xe6\xdf\x19\xa6\xcf\x84\x9c\x21\x6b\x8d\x33\x89\xb9\ -\x4f\xf1\xfb\xda\xe3\xa4\x07\x51\x90\x4c\xb4\x53\xa2\x55\x8c\x87\ -\xc9\xf4\x82\x59\xad\x56\xa2\x89\x99\xb1\xa8\x52\x2b\x47\x61\x18\ -\x88\x98\xdc\x3c\x78\x7d\x80\x47\xc2\xb7\xf6\xf4\x76\x07\x3d\xa5\ -\xee\x60\x72\x66\x3c\xdb\x6c\x36\xdd\xd6\xd7\xad\xc6\xe7\x8f\x5f\ -\xeb\x3b\xdb\xbb\x0d\x58\x97\xf4\x9c\xce\xa0\xf3\xca\x61\x08\xba\ -\xfd\x49\x6c\x04\xd4\x49\x7f\x7a\x4c\x82\xb3\x39\x35\xc6\x12\x79\ -\x23\x24\x31\x00\x85\xdc\xa7\x05\xc0\x30\x6d\xa2\xc4\x58\x32\x78\ -\x6f\xda\x40\xcc\x74\x02\xfe\x67\x41\x21\xba\xdb\x80\x47\x7f\x6f\ -\xa9\x27\x98\x99\x9f\xca\x8c\x4d\xd4\xa2\x6c\x3e\x6b\xb5\x09\x37\ -\xff\x2f\xf8\x20\x0c\xa8\xab\xab\x8b\xa2\x28\xa2\x4c\x26\xe3\x7f\ -\xc3\x28\xa4\x30\x08\x89\xb5\xb7\xde\xa8\x53\xa3\xde\xfa\xad\xd7\ -\xe9\xf2\xf2\x92\x4e\x4e\x4f\x28\x8e\x61\x6e\x21\x04\x58\x5e\xda\ -\xc4\x42\x58\x1b\xab\x46\xbc\x9f\x9f\x5f\xb8\x6f\x9f\xbf\xd5\x3f\ -\xbe\xfb\x74\x79\x7a\x7a\xe6\x0c\xb5\xcf\x36\x64\xd3\xfd\xed\xc0\ -\xb7\xcb\x92\x52\xc0\x43\xc8\xd2\xc6\x28\xa3\x60\x65\x37\x6d\xd3\ -\x40\xf1\x69\x06\xe6\xe7\xef\x05\xdf\x37\x50\x0a\x97\x57\x17\xb3\ -\xd5\xd1\x4a\xc4\xda\xaf\xc1\xa7\x17\x83\xfa\x07\xfa\x68\x70\x70\ -\x90\xba\xbb\xbb\xa9\x58\x2c\x52\x21\x5f\xa0\x4c\x36\x43\x52\xd9\ -\xc2\x78\x87\x79\xfa\xbc\x8e\xf8\x96\x2f\xce\xcf\xe8\xec\xfc\x9c\ -\x4e\x4f\x4e\xe8\xf8\xf8\x98\xb6\xb6\xb6\x68\xff\x60\x5f\xc0\xa7\ -\x6b\x70\x3e\x9f\x35\x53\xb3\x13\x99\xc9\x99\x89\xcc\xb7\xaf\xdf\ -\xeb\x6f\x5f\xbe\xbb\x3c\x39\x3a\x8d\xf5\xfd\xe2\x5c\xe8\xb7\x68\ -\xff\x93\xc0\x4b\xf3\xa7\x9b\x4e\x03\xe1\x7c\x25\x8a\x4f\xcb\xe5\ -\xff\x39\xe0\x87\x86\x07\xc2\xa5\xb5\x85\x6c\xb9\x3a\x1c\x41\x93\ -\xd3\xc1\x67\x73\x39\xaa\x56\xaa\x54\x2e\x0f\xd3\x2f\x7d\xbf\x50\ -\x26\xca\x60\x4d\x0c\x06\x70\x69\xe3\xb6\x70\x9f\xf0\xc1\x0c\x33\ -\x4f\xf9\x42\x9e\xfa\x5a\x6b\xf2\xf9\x17\x17\x17\xe8\xb2\x5e\xa7\ -\xfd\xbd\x3d\x2f\x0c\xdf\xbe\x7d\xa3\xf3\xf3\x73\x7d\x4d\x28\xea\ -\x50\x6d\xb4\x65\x15\x46\x2a\xd1\xd6\xf7\xed\xc6\xdb\x57\xef\x2e\ -\x0f\x0f\x8e\x9a\x3f\x07\x9f\x56\x37\x20\x55\x37\xf8\x47\xc0\x0b\ -\xa8\xce\x04\x20\xb0\x72\x5e\x59\xc0\xc5\xce\x07\x99\x96\x34\xf8\ -\x54\xd3\x86\x0b\xbc\x36\xf8\xae\xee\xa2\xdd\xb8\x7b\x2b\x5f\x1d\ -\xa9\x08\xf8\x84\xba\x62\x99\xcb\xe7\x68\x6c\x74\x8c\x6a\xb5\x1a\ -\xb5\x52\x3c\xb2\xc6\xaa\x75\x62\x17\x43\x43\xa5\x5f\xaa\x9c\xfa\ -\xbc\x10\x70\x65\x45\x74\x2e\x83\x74\x2a\x93\x89\x68\xb8\x25\x68\ -\xe5\x72\x99\xd6\xd6\x56\xe9\xaf\xc3\x43\xfa\xfa\xe5\x0b\x7d\xf8\ -\xf0\xc1\xbb\x0f\x5d\xb2\x76\x3e\x9f\x1e\xae\x0e\x85\xe5\xca\x50\ -\xf8\xfd\xeb\x56\xfd\xf9\x93\x97\x17\x97\x17\x17\xce\x08\xbd\xce\ -\xc1\xa7\x02\xc5\x5c\xd2\x63\xd2\xc1\x77\x2e\x00\x12\x70\x41\x8d\ -\x58\x52\xe3\x6b\x82\x47\x5b\xd6\x50\xfd\x1a\x42\x10\x5a\x5a\x58\ -\x9e\xcf\x2d\xad\xce\x65\x83\x30\x30\x1a\x3c\x02\xd3\x89\x89\x09\ -\xaa\x8d\xd4\xa8\x54\x2a\x91\x4d\xd1\xf2\x98\x62\x32\x1a\x9b\xff\ -\xdf\x39\xf4\x3b\x51\x7b\xe7\x00\xde\x1a\x93\x68\xbf\x34\x78\x96\ -\xca\xb0\x70\x32\x47\x41\x60\x89\xb7\x5f\x4a\x25\x2a\xf5\xf6\xd2\ -\xc2\xe2\x22\x1d\xec\xef\xd3\xa7\x4f\x9f\xe9\xe3\xa7\x0f\x08\xf1\ -\x1c\x1e\x5a\xa5\x36\x14\x0d\x0e\xf7\x87\x6f\x5e\xbe\xbf\xfc\xf4\ -\xfe\xd3\xa5\xac\x7d\xe3\xe0\xb5\x75\x40\x3f\x28\x74\x20\x00\xd6\ -\x9a\xa4\x7a\xe7\x18\xbd\x3c\x24\x76\x8e\x37\x09\x9e\xf7\xe1\xca\ -\x60\xb4\x79\xff\xd7\x7c\x4b\x93\xad\xae\xe4\x21\x7b\x98\x9a\x9a\ -\xa4\xa9\xe9\x69\xca\xe5\x72\xea\x41\x08\x4b\x06\x0f\x2d\x17\x70\ -\xcd\x66\x93\xe2\xd6\xde\x8c\x63\xdf\x66\xed\x27\xf0\xbd\xe2\x73\ -\x0d\x67\x3e\x72\xef\x2c\x6c\x36\x08\x28\xb0\x96\x82\x20\x90\xac\ -\x48\x04\x26\x25\xa8\xb2\xce\x51\x7f\x7f\x1f\xf5\xf5\xf5\xd1\xec\ -\xdc\x0c\xbd\x79\xf5\x9a\x3e\x7e\xfc\x28\x99\x86\x4b\x62\xae\x30\ -\x32\x66\x61\x79\x36\x3b\x32\x56\x09\x9f\xfe\xf1\xe2\xe2\xf0\xe0\ -\xb0\x79\x33\xe0\xa5\xb7\x3d\x78\xde\xae\x13\x03\x30\x6e\x83\xb2\ -\x62\x0c\x53\x72\x53\xe0\x79\x5b\x5c\x99\xcb\xad\x6e\x2c\xe5\x92\ -\xb8\xc2\x48\x96\x2b\x1a\x3f\x36\x36\x46\xb3\xb3\xb3\x1e\x3c\xfd\ -\xe8\xbf\x49\x70\xcb\xff\x71\x1c\xb3\x19\x96\xfd\x52\x15\xa1\x74\ -\xdc\xa2\x8a\xc1\x58\xcb\xc5\xb2\x8e\xf1\x6b\x99\x66\x93\x1a\xc6\ -\x24\xc2\x1f\x86\x21\x0b\x05\xc7\x18\x52\xec\xc1\x05\xf9\x61\x36\ -\xf0\x97\x5f\x2c\x14\x69\x6d\x6d\x8d\x66\x66\x5b\x82\xf0\xfa\x0d\ -\x79\x41\x20\xe5\xce\xd8\x6d\x05\x77\x1e\x6c\x14\x5e\x3c\x79\x71\ -\xfe\xf5\xf3\xf7\xc6\xdf\x00\x1e\x63\x3a\xb5\x00\x5e\xe3\x21\xbc\ -\x46\x92\xc2\x9b\x00\xcf\x5a\x65\xee\x3c\x5c\xcf\x8f\x4f\x8d\x66\ -\x34\x78\x09\x02\x87\x06\x69\x79\x79\xc5\xa7\x6e\x4e\x2a\x85\x84\ -\x0a\x91\x68\xb9\x63\x50\x9c\xb6\xf1\xee\xc1\x9b\x2b\xc1\x92\x81\ -\xc0\x18\x06\x25\xf3\xc5\xef\xab\x3a\x95\xc3\x31\x23\x1d\x1e\xb4\ -\xe8\x70\xbd\xd1\x60\xa1\xe0\x79\x5c\x84\xf2\xcf\x28\x60\xe8\x46\ -\xe6\x8a\x69\x09\x24\xdb\x28\x16\xbb\x68\x65\x75\x85\x26\x27\x27\ -\xe8\xcf\x27\x4f\x68\x77\x77\x57\xa5\x8f\x36\x30\xd4\x0a\x74\x73\ -\xdd\x3d\xdd\xf5\x57\xcf\xdf\x5c\xfc\x1d\xe0\x3b\x8e\x01\x2c\x4e\ -\xc2\x70\x44\x4d\x4c\x6a\x64\xaf\xff\x6f\x07\x1e\xf2\xcf\x25\xdb\ -\x87\xff\x7e\xbf\x38\x30\xd8\x1f\xfc\x08\xbe\xd8\x55\x6c\x81\x5f\ -\xa6\xc1\x81\x41\x29\x5d\xc6\x24\xab\x24\x5a\xd4\x68\x36\x39\x3d\ -\x63\xe8\x9c\xc3\xe3\xad\x1a\xe0\xa2\x76\x2e\x34\x21\x40\xaa\x48\ -\x83\xea\x1d\x34\x5a\x2c\x81\x21\x87\xeb\x16\x57\xe3\x92\x0c\xc9\ -\xc5\xec\x5a\x88\x9a\xae\x41\x56\x5c\x84\x65\xf0\x0e\xa9\xa4\xf5\ -\x90\x03\x9f\x8e\xde\xbb\x7b\x97\xb6\xb6\xb6\xe9\xc9\xd3\x3f\x39\ -\x73\x50\x99\xc7\xd8\xe4\x48\x54\xec\x2e\xda\x27\xbf\x3d\x3d\x6b\ -\x36\x9a\xed\x23\xfb\x7f\x10\x7c\xa7\x2e\x40\xa0\x42\xc3\x63\x5d\ -\xd6\xec\x3c\xb2\xd7\xe0\x7d\xb3\xd4\x57\xb2\x8f\xff\xe3\x7e\xb1\ -\xd0\x95\x87\xbf\x97\x6d\x7a\x66\x9a\xe6\x66\xe7\xfc\xc3\x24\x79\ -\xa9\x83\x8d\xb5\xdd\xd1\xe9\xe9\x29\xef\x58\x3f\x39\x8a\xb5\xb4\ -\x46\x63\x15\x43\xd0\x7c\xd1\x73\x04\x7d\x10\x1c\x5c\x91\x93\x1e\ -\xad\x95\x57\xd2\xc7\x38\x6e\x7a\x81\x88\x0d\xc7\x0d\x36\xb1\x0a\ -\xaa\xaa\xca\xd9\x40\x79\x88\xfa\x07\xfe\x95\x9e\x3d\x7d\x4a\x9f\ -\xbf\x7c\x51\x42\xd0\x3f\xd8\x17\xdc\x79\xb8\x51\xf8\xfd\xbf\xfe\ -\x3c\x3f\x3b\x3d\x8f\x3b\x4e\xe9\x90\x96\x1b\x35\x26\x5d\x29\x3b\ -\xb5\x00\x1c\x04\xc9\x82\xdc\x36\x92\x06\x4a\xbb\x03\xf0\xe8\x27\ -\xdc\xe7\xe8\xf8\x48\x74\xf7\xd1\x46\x3e\x88\x42\x19\x81\x07\xb4\ -\x76\x6b\x8d\xaa\xd5\xaa\x84\x70\x0e\x39\xbb\x44\xed\x27\x27\xa7\ -\x5c\x9d\x93\x7e\xbc\x61\x74\x5a\xda\x65\x2e\xae\x11\xe1\x3e\xa4\ -\x02\xb0\x05\xb8\x44\xf6\x32\x0e\x6b\x26\x32\xe4\x7c\x8b\xfb\x43\ -\x23\x46\xcb\xff\x2f\x4b\x22\xbb\xe0\xa0\xd3\xbb\xa5\x40\x02\x48\ -\x82\xf0\x79\xc1\xb0\x91\xa1\x95\xd5\x55\xea\xee\xe9\xa1\x17\xcf\ -\x9f\xab\x54\xb3\x50\x2c\xd8\x3b\x0f\x36\xf3\x4f\x7e\x7b\x76\xbe\ -\xbf\x7b\xd0\xec\x14\x7c\xfb\x31\xe6\x2a\xa7\x4e\x2d\x00\xaa\x80\ -\x94\x44\xc8\xb1\x6f\xbb\x6b\x80\xc7\x5a\x5c\xd4\x59\xfe\x75\x31\ -\xf7\x63\x11\x27\x93\xc9\xd2\xe6\xe6\x26\x95\x4a\xbd\x02\x40\x83\ -\x3f\x3b\x3b\xa3\xe3\x93\x63\x8a\x9b\x31\x81\x21\x37\xa0\xbd\xd8\ -\x0c\x7c\xf7\x95\x1a\xbf\x13\x98\x57\xf3\x7f\x27\x82\x92\xaa\xf9\ -\x82\x88\xbb\x58\x10\x6c\x64\x21\x38\x64\x13\x53\xe0\xd4\x9a\x2c\ -\x08\x0d\x1f\x4c\x86\x41\x20\xc5\x1e\x94\x7a\xc3\xc0\xd2\xe4\xe4\ -\x24\x15\x8b\x05\xfa\xed\xb7\xdf\x7c\x86\x22\x9f\x56\x70\x79\xda\ -\xac\x6d\xae\xe6\xdf\xbe\x7c\x7b\xf1\xe5\xe3\xb7\xfa\x0d\x83\xef\ -\xc0\x02\x60\x51\xf9\x95\x34\x90\x48\xb4\xdf\x5c\x0b\x3c\xff\x77\ -\xef\xf1\xed\xfc\xf8\xe4\x68\xe6\xc7\xb2\x6d\x4f\x6f\x2f\x6d\xac\ -\xaf\xfb\x08\xdf\x25\xf0\x8d\x2f\xe2\xb4\xaa\x25\x74\x74\x78\x44\ -\x0d\xf1\xf1\xbc\x23\x48\xc3\xa6\xe3\x3c\xf7\xa3\x85\x80\xc6\x0b\ -\x60\x65\xea\xf9\x78\x9a\x35\xc1\x5a\xfa\x44\x5e\x11\x12\xe7\x21\ -\x99\x00\x86\xc8\x2c\x25\x48\x0d\x86\x6b\x62\x6f\x0d\x18\xbe\x9c\ -\xcc\xc7\x58\x43\x43\x43\x74\xff\xde\x7d\xfa\x9f\xff\xf9\x1f\x16\ -\x74\xb8\x30\x4b\x34\xbb\x30\x9d\x65\x8b\xf0\xfa\xc5\x9b\x8b\x1b\ -\x03\xdf\x69\x29\x98\xa1\x5b\x63\xd5\x0b\x15\x28\x4e\x27\xe0\xd1\ -\xbf\xba\xbe\x94\x13\xf8\xaa\xd2\x56\xa9\x56\x68\x65\x65\x99\xcd\ -\x22\x8a\x35\xe2\xf7\x19\x3c\x6b\x7d\x92\xa6\x31\x1c\x20\xd4\x80\ -\xf5\xb5\x80\x19\xd2\x2e\x98\x71\x7c\x34\x21\xfd\xa0\x86\xb8\x21\ -\xd6\x02\xe3\x64\x3e\xc5\x64\x6d\xc0\x2d\x58\x93\x64\x6d\x59\x00\ -\x62\x28\x47\x61\xc9\x9a\x31\xcf\x27\x0f\x1e\x81\xb6\xa5\x9e\x9e\ -\x9e\x56\x80\x78\x8f\xfe\xf8\xe3\x0f\xda\xdb\xdf\x53\xef\x6f\x5b\ -\xb5\x82\x88\xbf\x3b\xf8\xfc\xf1\x4b\xfd\x26\xc0\xe3\x45\x53\xfb\ -\xcd\x02\x22\xe9\x74\xaa\x4d\x80\x67\x8d\x49\xce\x6d\x2d\xc6\x73\ -\x7b\x6c\x6a\x34\x5a\x58\x99\xcb\xca\xf4\xc4\x0f\xcf\xcf\xcf\xd1\ -\xaf\xb7\x6e\xf9\x37\x71\x44\xf0\xdd\x1c\x67\xec\xed\xee\xf9\x17\ -\x2f\xe4\x7c\x3d\x57\xe0\x27\x77\xcb\x6d\xd9\xa5\x95\x64\x60\x2e\ -\x09\xee\x78\x27\x87\x63\xea\x1c\x44\xa8\x00\x2a\xf7\x80\xa0\x53\ -\x9f\x3b\x16\xbf\x61\xa5\x50\x84\xb5\xf5\x7b\x06\xf4\x2b\x61\x74\ -\x38\x47\x1c\xfb\xc2\x94\x5c\x30\x9e\x23\x97\xb5\xd7\xd7\xd7\xb9\ -\xb4\x2d\xd9\x09\xb4\x69\x72\x76\x3c\xdb\x7a\xb9\x15\xca\x33\xc5\ -\x97\x5e\xfa\x59\xa3\xcd\xbf\xa8\xe4\xca\x63\xb3\x52\xc8\xf2\xfd\ -\x1d\x09\x80\x98\xbb\xa4\xe0\x63\x2c\x84\x42\x16\x33\x22\x80\xe8\ -\xc7\x4e\x3e\xaa\xbd\xfd\x60\x3d\x0f\xf0\xe4\xd7\xdb\x58\xdf\xe0\ -\x68\xdf\x8f\x73\x78\x3a\x6c\xea\xf9\x05\x0b\x9b\x42\x49\xfd\x1c\ -\x77\x03\x34\x00\xb3\x96\x02\x42\x1a\x60\x75\x00\xe3\x75\x81\x18\ -\x82\x23\xeb\x0b\x74\x9d\x2d\x42\x62\x62\x6f\xad\xd4\x86\xeb\x24\ -\x21\x86\xf1\xea\x5c\xb2\x3e\x9f\x22\x76\xec\xf3\xb1\xb8\xc0\x8a\ -\xa2\xd0\x2b\xc6\xdc\xdc\x1c\x1e\xaa\x58\x09\x56\xa2\x42\x57\x41\ -\xc8\xea\x67\xdd\x31\x78\x08\x50\x27\x02\x80\x2f\x4d\xad\x45\x1b\ -\xe0\x13\x01\xd4\x12\x28\x07\x0a\xc5\xbc\x79\xf8\x6f\xf7\x0a\x61\ -\x10\x70\x4f\xe2\x46\x16\x16\x16\xd9\xf4\xa3\x46\x2f\xe6\xa9\x7e\ -\x59\xa7\x9d\xdd\x1d\x6a\x48\x21\x47\x53\x34\xb2\x43\x47\xc9\x18\ -\xb0\xd1\x80\xe1\x1a\x30\x5a\x59\x0e\x81\x93\x08\x92\x1f\x05\xe2\ -\x84\xf5\xa4\x6d\xe0\x46\xac\xf8\x7f\xf4\x00\xb2\xda\x70\x0d\xfa\ -\xeb\x13\x07\xc1\xf1\x42\xe0\x92\x83\xfc\xdc\x38\x73\x60\x2b\xc0\ -\xd5\x4f\xd4\x00\x0c\xb1\x70\x98\xe5\x5b\x0b\xb9\x4c\x26\x82\xf2\ -\x69\x45\x4c\xfa\x04\xbc\xec\xe8\x97\xb6\xa8\x72\xfb\xcd\xe2\x63\ -\x10\x63\x94\xc6\x8b\xed\x49\x03\x0f\xa9\x33\xfe\xe3\x88\x47\xad\ -\x3c\xbf\x65\xd6\xac\x07\x2f\xd5\xac\x91\xd1\x11\x5f\xcf\x77\xa4\ -\x3f\xeb\x3a\x3d\x39\xe5\x0a\x19\x9b\x46\x58\x05\xa5\xa7\xb1\x68\ -\x1a\xe0\xca\xc3\x55\x10\x52\x5c\x03\x40\x68\xed\x07\x74\x27\x2f\ -\x6b\x1c\x84\x01\xae\xc6\xc9\x82\x7e\xb4\xd4\x26\x30\x5f\xfb\x79\ -\xac\x2c\x69\x86\x76\x25\x29\x71\x09\x39\xb6\x04\x0d\x14\x8e\xa4\ -\xc0\x14\x84\x01\xcd\x4c\xcf\x50\x7f\x7f\x3f\xe2\x12\x43\xfe\xb3\ -\xb4\x85\x95\xf9\x9c\xb5\x1a\xbc\x05\x78\x9e\x9f\x80\x07\x1b\x12\ -\x96\x32\x88\x3a\x74\x01\x00\xcf\x2d\x98\x98\x36\xe0\x93\xfe\x56\ -\x31\x23\x57\xea\xeb\x0d\x04\x3c\xff\xf1\xef\xd3\x57\x56\x56\xb8\ -\xad\x02\x94\xa3\xc3\x43\x3a\x3c\xfc\x4b\xd6\x85\x64\x6b\x9d\x32\ -\x80\x0b\x29\x80\xf9\xd6\x1a\xad\x7d\xbf\xd2\x7e\x07\x41\x02\x58\ -\xa5\xe5\xbc\x61\x0d\x95\x5d\x48\x95\x4f\xfb\x78\x11\x24\xad\xf1\ -\xc9\x75\xd1\x15\xa1\x53\xf6\x57\x58\x34\x63\x5f\x37\x50\xb1\x55\ -\x18\x05\xb4\xb4\xbc\xc8\x75\x01\x32\x06\x96\xe0\x97\xbe\x52\x30\ -\x35\x3b\x99\x69\x0f\xde\xb4\x03\x2f\x68\x4d\x87\x31\x00\x5e\x9e\ -\x48\xdb\xc9\xe2\xd4\x16\x3c\xaf\xbb\xb4\x36\x9f\x1d\x1d\xaf\x49\ -\x6d\x5f\x3e\xd6\xc8\x66\x69\x63\x73\xd3\x9b\xb7\xc4\x89\xf9\xc2\ -\xce\x09\x57\xf4\x14\x78\xfd\xfd\x80\x80\x80\x69\x57\x70\x0c\x69\ -\xb8\xe8\x85\xa9\xe7\x5d\xf9\x69\xe9\x82\x19\x87\x69\xd6\x02\x23\ -\x53\x30\x97\xd3\xb8\x74\x1f\x6f\x9c\x6e\xc6\x5a\x78\x84\xb4\x16\ -\x04\xbd\xb1\x00\x88\x10\xc8\xfd\x92\xa1\x6c\x36\x47\xab\xab\xab\ -\xfc\x02\x4a\x09\x41\x65\xa4\x1c\x95\x6b\xe5\xf0\x9a\xe0\xa1\xd0\ -\x9d\x08\x00\x59\x64\x9c\x80\xd2\x16\xbc\x7c\xfd\x52\x89\x96\x56\ -\x17\x72\xea\x13\x26\x6b\xe9\xde\xbd\x7b\xf2\x0a\xd7\x24\xb9\xb7\ -\xff\xe6\xee\xf8\xf8\x2a\x78\xec\x0a\xa6\xd6\x54\xe9\x13\xb8\x86\ -\x9c\xce\xf9\x53\x32\x06\xf1\x24\xb2\x26\xaa\x7a\xce\x08\x35\x83\ -\xbc\x1f\xb2\xa2\x8b\x49\x36\x08\xa4\x95\xae\xf1\xd8\x8c\xee\xc3\ -\xd8\xa4\x4f\x55\x2b\x65\x77\x71\x2c\xc7\x8d\x20\xe0\x97\x49\xfe\ -\xbd\x88\x68\x3a\xc6\x4f\xcd\x8d\x67\x7b\x4b\xbd\xc1\x75\xc1\x1b\ -\x23\x96\xac\xa3\x18\x40\xa7\x19\x29\xd1\x27\x25\x7b\x14\x86\xe6\ -\xd7\x3b\x6b\xb9\x04\x90\x8c\xdd\xd8\xd8\xa0\xde\xde\x5e\x02\x20\ -\xe3\x83\x9f\xc3\xc3\x43\x11\x26\xe4\xa9\x36\x4d\x08\x90\xd2\xc9\ -\x0e\xa7\x20\x42\x26\xcc\x70\x31\xa2\x53\x44\xc9\x18\x43\x50\x74\ -\x97\x66\xea\xe5\xc7\x08\x74\x99\x0b\xeb\xcd\xd1\x7f\xaa\x8f\x97\ -\xea\x9d\x6c\x68\xea\xf4\x32\x6e\xfb\x81\xb0\xde\x0c\x57\x3b\x11\ -\x38\x1a\x7f\x5e\xff\x89\xdb\xf4\xcc\x0c\xd6\x64\x1e\xc6\xd2\xf4\ -\xfc\x64\xc6\x06\xf6\x5a\xe0\x3b\xae\x03\x08\x00\x23\xf3\x7d\x5b\ -\x4b\x1a\x3e\xa4\xe0\x8b\x59\x6c\x95\x79\xf3\x85\x9c\x45\x0e\x6b\ -\x68\x6e\x7e\x8e\xaa\xb5\xaa\xfe\x30\xdd\x39\x0f\x5f\x32\x00\x1e\ -\xa7\xc1\xe3\x1c\x49\xbf\x43\x50\x82\x6c\x1d\xd0\x64\x1d\x07\x04\ -\xc2\x04\xd6\x5f\x44\x44\x63\x02\x22\x98\x88\x44\x60\xa0\xdb\x0e\ -\xda\x8f\x40\x52\x6f\x2e\xad\x2b\x25\x45\x4d\x9d\xe8\x94\x7b\xc0\ -\xa7\x6c\x98\xc7\xa5\xe4\x5a\xb5\x42\x95\x6a\xf5\xff\x18\x37\x0b\ -\x1d\xc9\x79\x20\x08\xdb\xc3\x3f\x0f\x1e\x33\xf3\xfb\x3f\xd1\x3e\ -\xc0\xc1\x26\x19\x48\x7e\xbb\x94\xd2\x7c\x5a\x47\xa7\x78\x15\x5d\ -\xce\x13\xae\x76\x77\x35\xe9\x5d\x49\x0a\x73\xd9\x9c\x81\xf7\x16\ -\x23\x37\x2d\x02\x03\x6f\xed\x3d\x42\x03\x08\xe0\xce\xd2\x16\xc3\ -\x15\xa0\x08\xe0\x35\xf7\xf7\x7f\x7f\xe7\x72\xed\xa5\x81\xcf\x7f\ -\x9b\xcd\x26\xbc\x7f\xfb\x8e\x6f\xad\x87\xfb\xf1\xf3\x87\x34\x40\ -\xa1\xf6\x43\x84\x3b\x83\x79\x4b\x60\xd7\x6a\xe3\x2a\xf2\x3b\xd3\ -\x8f\xef\x7a\x5f\x5e\x8f\x0e\x4d\x20\x3d\x52\xa8\x6c\xab\x13\xcf\ -\x21\x40\x04\x79\xb2\xfb\xa7\x07\x03\x35\x81\x4e\x86\x86\x2b\xbc\ -\x80\x62\x40\xeb\xe0\x20\xa4\xb2\x25\xb8\xe4\x18\x72\x0f\xe5\x41\ -\xc9\x94\x9a\x0f\x28\x52\xf8\x78\xbe\x58\x2e\xf5\x1f\x70\x29\xe1\ -\x67\xe0\x6d\xa6\x8d\xe1\x78\x12\x08\x7f\x13\xb6\x5e\xc0\x93\x7d\ -\x66\xd5\x2f\x55\x84\xbc\xd8\xb7\x44\x5e\x24\x37\x60\xb6\x55\x22\ -\x7c\x2a\xd8\x20\xc0\x88\xaf\x7b\x7e\x32\x68\x66\x18\xba\x05\x29\ -\x94\x50\x14\xe9\x5e\xe8\x09\x13\x37\xac\x7a\x2a\x68\x9a\x15\xcf\ -\x21\x65\x6c\x33\x22\x17\xd0\x02\xc2\x24\x52\x18\x06\x98\x23\xa2\ -\xaf\x6d\x98\x16\xe2\xe9\x6d\x88\x3a\xf1\x01\x66\x4b\x45\x06\x93\ -\x29\x40\xc0\x29\xe6\xd4\x73\x7c\xf1\xfa\xf9\xe2\xb7\xc0\x13\x4b\ -\x2d\xdc\x71\x1c\x20\x0e\x00\xaf\x39\x46\x81\x72\x23\x44\x2e\xdf\ -\xc6\x4b\xe5\x20\x86\x0a\x36\xd1\xbd\xaa\xc4\x4e\x5d\x57\x64\xf9\ -\x50\xf9\x85\x40\x00\x78\x0b\xc4\xc4\x2b\x8d\x00\xfb\x43\x20\x50\ -\x88\x06\x4a\xed\xde\x21\x8f\xd2\x12\xf6\x2e\xae\xe0\x68\x1e\x50\ -\x10\x2e\xd9\xd1\x22\x86\x18\x8a\xd8\xbf\x35\x20\xad\x3f\xa3\x5a\ -\x98\x2b\x87\xe6\x5a\x9a\x04\x91\x42\x9d\xa1\x84\xd2\x59\x5a\x61\ -\xb3\xde\xa4\x6d\x0b\x77\x3a\x86\xed\x7e\x33\xfd\x6f\xfd\xcf\x64\ -\x04\xf0\xe3\x43\xc1\x05\x30\x81\xc0\x47\x5f\x3c\xbe\x4f\xc5\x8d\ -\x90\x66\x49\xe9\xc7\x4f\x9f\x02\x38\x99\x3e\x78\x5d\x55\x65\xf8\ -\xd2\x94\x65\x40\x20\x02\x4d\x83\x2a\x6d\x58\x58\x52\x86\x6d\xad\ -\xca\x11\x75\x2f\x91\x04\xbc\x6d\x0e\xc2\x74\x6d\x38\x5d\xce\xda\ -\x2e\x97\xde\x0d\x63\x04\x51\xbb\xca\xe1\xeb\x78\x17\x8d\x88\xf8\ -\xf5\xab\x14\x43\x9a\x03\x0e\x27\x45\x75\x90\x23\x40\xfb\x03\xf8\ -\xc8\x49\x69\xcc\x5c\xf1\xd4\x5e\xae\xf1\x86\x57\xaf\x5e\x49\x0b\ -\x53\x8d\x3c\x4a\x0b\x71\x04\xf0\xa3\xdc\x40\xad\x66\x7a\x00\x5d\ -\xa4\x9a\x8c\x66\xf8\xf1\xe1\xc3\xc3\x74\x9d\xda\xb5\x18\x18\xf9\ -\xf0\xe1\x43\x58\x2d\x97\x7c\x45\xb9\x7c\x2d\xca\xad\x00\x94\x07\ -\x0a\x32\xf4\xb0\xe6\xcd\xb0\xa7\x64\xe5\x79\xde\x65\xda\xb6\xff\ -\x93\x10\x79\x6d\xde\x22\xaa\x3a\x58\xb9\x86\xf4\xaf\x57\x3b\x02\ -\x52\x85\x16\x52\xd6\x2f\x79\x36\x6a\x1f\xd3\x47\x0b\x2c\x1a\x8d\ -\xd4\x08\x28\x0e\xc5\xda\x67\x74\x0f\xc7\x72\x9f\xc0\x77\x7a\x6f\ -\x0a\x68\xab\xe7\x4d\xd7\xd6\xb3\x5c\x33\xb3\xea\x87\x50\x38\xfd\ -\xe6\xe6\x26\xb0\x6d\x2e\xf7\x53\xfc\xfa\x55\xb5\x45\xb7\x16\xed\ -\x7e\xd4\xfc\xe8\x50\xb0\xae\x43\xc9\xd1\x7e\xdf\xff\xfb\xee\xf3\ -\xdb\x15\x2e\xae\x3e\xbb\xe7\x2f\x9e\xeb\xc6\x6c\x93\xae\x9b\x86\ -\x6a\xbf\x8c\x29\x18\x0c\x1f\x83\xdf\x26\x34\x05\x41\xf2\x8c\xfa\ -\x3e\x34\x3e\x16\xe1\xe3\xa8\xcc\x5b\x55\xdd\x86\x9f\x3f\x7e\xa8\ -\x9a\x48\x82\x28\x5f\xdb\x7d\x02\x3a\x8b\x5e\x83\x37\x85\xa5\x9b\ -\x63\x1d\x6e\xab\x2a\x9c\xfa\x7e\x41\xf5\x15\x00\x74\x8a\x6f\x17\ -\xe8\x56\xb2\x8e\xd0\x8a\x84\x98\xc3\x34\x99\xf8\x82\x9c\xa6\x7b\ -\x29\x37\xd2\x4a\xc3\xa9\x3a\x99\xab\x5d\xe7\x3e\x7e\xf4\x58\x98\ -\xd0\xf4\xaa\x75\xce\x34\x7c\x98\x67\x69\x8c\x36\x01\x81\x84\x2c\ -\x0d\x86\x82\xef\x3d\x38\x4c\x53\x8a\x72\x4a\xf6\xfa\xe1\xfd\xfb\ -\xb0\x48\x2b\x86\x74\xa6\x69\x1a\x7d\x98\xa1\x5c\x35\xeb\xf1\xb9\ -\xa9\x2b\x96\xc2\x20\x84\xa2\xe6\x8d\xbf\x76\x8a\x10\xab\x40\x95\ -\x2f\x5d\x55\xb9\x97\xef\x97\xc0\xd3\x87\x64\x86\x20\x72\xb5\x9a\ -\xb8\x73\x45\x5b\x7b\x89\x78\x69\x35\xe6\xa2\x8e\xba\xc9\x95\xc7\ -\xe7\x42\x68\xe8\xce\x75\x3e\xbf\xa8\x3a\xb2\xa0\x94\xae\x9f\xe6\ -\x94\x0d\xcd\x42\xd7\xe8\x5e\x16\x6d\x9f\x2b\x21\x00\x59\x9c\x2f\ -\x66\xe1\xe1\xc3\x87\x21\xa2\x26\x60\xbd\x59\x4f\xff\xfa\xfb\xcf\ -\x09\xb4\xb7\x4c\x81\xc0\xd7\x18\xcf\x01\xb4\xfa\x0d\x76\xbf\x1b\ -\xe8\xa7\xbf\x7e\xf7\x52\x6e\x9f\x25\x78\x31\x9f\xa9\x63\x07\x2f\ -\xad\x22\xc9\xe3\xe9\x58\x00\x0c\x7f\x14\x20\x87\xd2\x77\x85\x5f\ -\x6b\xe0\xa5\x07\x58\xad\x4c\x12\x98\xab\x88\x9a\x4a\x21\xe6\x0c\ -\x7c\x20\xe0\x1e\x66\xd8\x45\x68\x98\xb1\x85\x68\x42\x99\x13\x5b\ -\x8c\xd1\x2b\x6e\x5f\xd7\x75\x06\x0b\x7c\x01\xe0\x72\xa5\xd2\x21\ -\x00\xf0\x9e\x02\xb8\x5a\x28\xd2\x32\x2d\xac\x1a\x62\x1b\xee\x52\ -\x26\xa1\x7c\x94\x04\xc0\x04\xd5\x42\x70\x78\xb0\x9f\xdd\x05\x5e\ -\x58\x92\x50\x87\xb1\x6e\x20\x56\x2c\xa5\x6a\xb9\x5a\xc4\xfb\xa9\ -\xcf\x2d\xa2\x6e\xe0\xfd\x87\xf7\xb9\x4e\x1e\x2d\xb7\x41\x2f\x85\ -\xd4\x32\x36\xb8\x23\x65\xc1\x89\x7f\x2f\xd3\x9b\x85\x19\xf1\xbd\ -\x94\x55\xcb\x15\x44\x5a\xa1\x77\x6a\xbe\xb5\x91\x49\xa8\xc2\x27\ -\x6f\x44\x4b\xf3\x6c\xf2\xe8\x7a\x52\x3b\xf7\x6f\x57\x75\xae\xd5\ -\x7a\x92\x70\xb7\x1d\x4a\x84\xbd\x4f\xf0\xe9\xad\xa0\x6f\xa0\x83\ -\xba\x6f\x9a\x44\xf4\x4c\x68\xe9\x25\x74\x38\x57\x42\xa0\x1a\x02\ -\x68\x81\x45\xb8\x7f\xff\x7e\x20\x49\xdf\xee\x36\xd3\x3e\xff\x5f\ -\x02\xef\x58\xc1\xb8\x50\x30\x13\x34\x91\x42\xa0\xe0\x43\xf6\xfb\ -\x03\xbb\x60\x1f\x3f\x09\x31\xc2\x96\xf5\x1d\x3a\x00\x8d\x00\x6b\ -\x8e\xe7\xc7\x41\xf0\x91\xd7\x0e\x03\x61\x62\xd4\x12\xe4\x22\x92\ -\xe0\xef\x8c\x3c\x00\x71\xed\x90\xa8\x89\x50\xf5\x3e\xd6\x65\xe8\ -\xc2\x52\x3e\xf6\x54\x9b\x6d\xb8\x41\xd4\xae\x38\x46\xce\x69\xd4\ -\x32\x39\x1d\x8b\x8f\x61\x16\x3a\xc4\x00\xf0\x93\x98\x7d\x55\x37\ -\xe1\x64\x4d\x82\x01\xe0\x3d\xe1\x84\x91\x76\x51\x87\xac\x16\x78\ -\xb8\x84\x39\x8b\x18\x53\xd9\xbd\xb4\xc0\x20\xf0\x71\xbc\x09\x30\ -\xf9\x8b\x5c\x89\x2a\xed\x7e\xf1\x78\x1e\x51\x00\xb3\xdf\xed\x52\ -\xff\xfd\x8a\xaa\x52\x2d\xd4\x5c\xf1\x3e\x9e\x2b\x9b\x82\x51\xce\ -\x8b\x88\x18\xe3\x41\xe0\xa3\xb4\xcc\x51\x9a\x06\x25\x02\xa5\xc7\ -\xae\x1f\x3d\x83\x85\xa8\xbf\x32\x32\x27\xcc\xd4\xfc\x39\xd3\x1c\ -\x88\x02\xb8\x86\x67\xf5\xae\x32\x09\x0c\x1d\x4b\xc3\x14\xa1\x2b\ -\x81\xa8\x86\x96\xe6\x78\x72\xe4\x92\xf4\x15\x9a\xab\xa8\x6d\xf2\ -\xf9\xe4\x2f\x4a\x16\xa5\xe8\x20\x9e\x6d\x12\x76\x87\xcd\xb4\x04\ -\x7e\xbc\x1b\x88\x50\xb0\x46\xc6\xc1\x60\xc5\xdc\xcf\x96\x73\xd2\ -\x06\x40\x81\x9f\xe7\xcf\xb5\xc3\xe0\xc8\x19\xb6\xbf\x5c\xf9\x14\ -\x0c\x19\x03\x44\x0d\x3b\x93\xc0\x22\x39\x14\x28\x20\xf9\xc3\x37\ -\x47\xb9\x4a\xe9\x78\xa8\x78\xc3\x6e\x9f\x5d\x60\x40\x38\xb4\xef\ -\x87\xd7\xb9\xee\xea\xc9\x9b\x5e\xbf\xd3\x0f\x72\x01\x11\xf4\xa3\ -\x70\xa1\x68\x54\x43\x26\x48\xcf\x22\xe0\xd5\x82\x06\x42\xa9\xd0\ -\xae\x84\xb5\xae\x1b\xc4\x1b\x3c\x2c\x08\x06\x9e\xd9\x49\x66\x0e\ -\xff\x67\xe5\x2a\x97\x24\xf9\x6d\xf8\x4f\x76\xf7\xc0\xd2\xf1\x85\ -\x99\x39\x9f\x83\xaf\x91\x7c\xcd\xeb\xfd\xdf\x22\xcc\xcc\xc7\xcc\ -\x3b\xb3\x43\x3d\xd3\xdd\x96\xb2\x2d\xab\xa2\x72\x1d\xd4\x91\xef\ -\x6e\x7b\xbd\xd3\x5b\x67\x5b\xb2\xf8\x27\x47\x46\xf9\x90\x2c\x05\ -\x60\x52\x52\x2b\xad\x8f\x62\xa5\x6b\x2f\x09\xef\x79\x9c\xd7\x8a\ -\x03\x04\x7f\xd1\x0e\x9e\x13\xab\xab\x51\x56\xa4\x06\xc5\xc9\x1b\ -\xb6\xcf\xca\xa0\xb9\x28\xb5\xb6\x53\xf4\xc5\x97\xfa\xb0\xb0\x6e\ -\x3d\x22\x10\xf2\xfb\xff\xdf\xbb\x7d\x6f\x44\x6d\xfb\xce\x54\x4c\ -\xc8\xc7\x62\xa5\xe4\xe4\x12\xd7\xdf\xd7\xa9\x58\x94\x2c\x22\x56\ -\x46\x6c\x78\xe4\x0c\x20\xd8\xd3\x6e\x5a\x42\x5d\x8f\x0a\x7f\x5e\ -\x7c\x3f\x2e\x9c\x6d\x0e\x21\x83\xa8\x65\x1c\x00\xc4\x45\x64\xdf\ -\x25\x05\xaa\x0a\x00\xc7\x5a\x1a\x31\xcb\xe0\x8f\x5b\xff\x45\xc8\ -\x19\x8e\x30\x16\x2f\x45\xb7\x9f\xe0\xc2\xf9\x0b\xb8\x77\xf7\x1e\ -\x2c\x12\x69\x1e\xc1\x51\x3c\x7e\x36\x4f\xaf\x6c\x82\xf9\x6a\x06\ -\x70\x11\x2d\x02\x0b\xc8\xd1\x50\xe8\x59\x81\xe0\x00\xce\x53\xee\ -\x9b\x8c\x47\xee\x17\x9b\xa5\x5c\xb6\xfc\x15\x0f\x96\x38\xad\x0b\ -\x86\xf0\x61\xa2\xd3\xc1\x9c\xf0\xbe\x86\xe6\x2e\xa5\xa4\x62\x9f\ -\x82\xdd\x66\x87\x6c\x03\xe2\x8c\x64\x87\x06\x0a\x51\xab\x8f\x3d\ -\xa5\x1d\xf2\xe7\x56\x92\x25\xa2\xe2\x5e\x19\x43\x8b\x56\x88\x30\ -\xaa\xc7\xda\x52\x06\x40\x7e\x87\x8b\x12\x30\xe3\x03\x81\xc0\x03\ -\x50\x02\x65\x82\x7c\x79\x28\x68\x74\xb1\x6d\x77\x10\x66\x20\x4b\ -\x38\x63\x18\x97\x46\x20\x3f\x1b\x1f\x8e\x46\x12\x8f\x98\x1a\x23\ -\x30\x44\x02\xe0\xb7\x10\xa3\xf1\x18\xfb\x07\x07\xda\xc6\xc6\x6a\ -\x2f\x31\xb4\xc8\x9b\x1d\x9f\xa4\x17\x13\xfe\xf5\x24\x00\xb9\xf8\ -\x05\x58\x44\x31\x6f\x17\x4e\xad\x4c\xcf\xc6\x69\xb7\xae\x32\x96\ -\x07\xb1\xda\x3e\xbf\x04\x10\x2a\x32\x67\xde\xf5\x2e\x42\x8a\xf8\ -\xb7\x5b\xd2\x20\x29\x7c\x61\x2f\xd0\xe1\x0c\xac\x24\x93\x10\xf6\ -\x95\xc4\xa5\x8c\x31\x8e\x12\x41\x09\x1b\xbd\xcd\x5a\xbb\x6d\xb1\ -\x35\x50\xa9\xc0\x2d\x64\x10\x0c\xb1\x13\x55\xa7\x9e\x16\x5b\x98\ -\x36\x22\xf3\x04\xa0\xc4\x95\x42\x17\x84\x42\xe7\x93\x6d\xb5\x55\ -\xfd\xae\x8c\xe3\x87\x2f\xe2\x4c\x09\x2a\x7f\x8f\xca\x88\xa2\x3d\ -\x51\x4a\x00\xb6\x06\x91\x59\xd2\x45\x25\x93\x2b\xa1\xb3\x67\x8e\ -\xd0\x6c\xd6\x00\x02\x0c\x7a\xae\xdb\x2a\x09\xff\xfa\x3d\x82\xdc\ -\x58\x20\xc7\x06\x0e\xd6\x65\xac\x0a\xfa\xe3\xe2\xc5\x8b\x05\x68\ -\x54\x58\x4c\x14\x97\xdd\x1d\x11\x02\x20\x6c\x9c\x4d\x2e\x01\x40\ -\x28\x81\x96\xae\x2c\xc2\xf3\xa1\x72\xd5\xfb\x3a\x71\x88\x98\x8b\ -\x48\x11\x38\x80\x3d\x63\xf9\x6d\xf3\xd8\x6d\x77\xda\xca\x45\x04\ -\x0a\xcb\x0a\x31\x7f\x46\x10\x67\x84\x98\x3d\x8e\x5d\xdb\x62\xb9\ -\x5c\xe9\x19\xec\xed\xed\xa3\x36\x06\xa8\x47\xb5\xea\x79\x66\x43\ -\x14\x95\x9d\x1d\x6d\x7d\x3d\x36\xcd\x46\xe3\x07\x93\xf1\xc4\xd5\ -\x87\xb8\x4d\x52\x34\x8d\x24\xb7\x4b\x4a\xe2\xa0\x10\xf5\x90\x00\ -\x29\xd3\xce\x05\x23\x0d\xe0\x92\x07\x0f\x1f\x82\x90\xc7\x68\x5c\ -\xd3\x50\x94\x3b\x80\x4a\xca\x76\xb5\xaf\xad\x02\x00\x0a\x65\x2c\ -\xfb\xd2\xe5\x0b\x35\x08\xfe\x9f\x8c\x46\x03\xec\xd9\x17\x6b\xe2\ -\x32\x90\x1b\x5d\xbe\x68\x36\xee\x64\x6f\x7e\x08\x76\x71\x4f\xa5\ -\xb5\x6c\x62\xd6\x8d\x39\x48\x8e\xe7\xa7\x1e\x30\xe6\x60\x01\xec\ -\x33\x3f\x60\x04\x0b\x63\x9b\x2e\x17\x45\x19\xa9\xca\x18\x18\x02\ -\xb0\xbc\x40\xb7\x85\x87\x6d\x01\xbf\x21\xd9\xf8\x63\x11\xb5\xec\ -\xd7\x9b\x06\xe7\x4e\xa5\xc1\x64\x3a\x05\x21\xa8\x34\x48\x29\xe9\ -\x3f\x1b\xb6\x6f\xd6\xfa\xc6\x61\x7d\x01\xa4\x81\xa8\x51\x2d\x08\ -\xd1\xf2\x14\x14\xca\x32\x11\xb1\xa0\x5a\x71\xf3\x1d\xe4\xea\x4c\ -\x60\x97\xd0\x75\x00\x84\xac\xcf\x51\x08\xc8\x83\xb4\x78\x34\x04\ -\xf2\x92\x32\x64\x29\x70\xfc\x74\xc6\xcf\xf7\x16\x78\x8d\x16\x31\ -\x8f\x1e\x2d\xd2\xe5\x4b\x47\x55\x3d\xaa\x32\x35\xad\x5d\x1b\xc1\ -\xfd\xf7\x8f\x7e\xec\x63\x76\xf5\x39\x3f\x04\x90\xc4\x0e\x02\x29\ -\x2a\xe8\x1d\x64\x89\x22\xa9\xe3\xef\xb0\xbd\xe9\x5c\xe3\xb1\x33\ -\xc9\x49\xa5\xa2\x4d\x41\xb0\xdf\x81\x2b\x10\x04\x2b\x9e\x10\x41\ -\xbe\xc9\x8b\x05\x10\x54\x1a\xe4\xcc\x5a\x62\x10\x89\x1b\x9c\xc4\ -\xce\x72\x76\xdb\xba\xbe\xd3\x7f\x83\xd4\xd0\x80\xcf\xae\x1d\x92\ -\x2d\x38\x73\x74\x84\x58\x55\xce\x48\x66\xcd\x6f\x9a\x2d\x76\xbb\ -\x2d\xa4\xe8\x0a\x2a\xba\xde\xc9\x64\x0c\x21\xbf\x0d\xa5\x41\x59\ -\x74\xfe\x2c\x40\xa8\xce\x08\x36\x29\xeb\x10\xc0\x22\xa5\xc9\x4c\ -\x01\x87\x07\x87\x58\x2c\x97\x20\x82\x35\xdb\x3a\x08\xb3\xa7\xf3\ -\x82\xf0\xaf\xdd\x1f\xe0\xc9\xd3\x65\xfa\xc5\x2f\xfe\xdb\x7c\xfb\ -\xdb\x9f\x1a\x9f\x3b\xbf\x5f\x41\x80\xfd\xc3\x83\x48\x6e\x55\xa8\ -\x01\x68\x37\xd4\x7c\x5a\x5f\x98\x7f\x29\x44\xbd\x33\x84\xab\x09\ -\x7f\xa7\x20\xbc\xb8\x7d\x0c\x42\xea\x12\x52\xef\xde\x05\xc4\x98\ -\x00\x00\xbb\xf7\x6c\xc4\x21\x6c\x77\x5b\x9c\x9c\xcc\x51\x57\x23\ -\xb0\xb0\xba\x5f\xb9\xa6\x41\xd0\x6e\x37\x32\x7b\xfa\xb4\x9f\x1d\ -\xcf\x53\xbb\x6d\xb5\x39\x74\x3d\xaa\xe9\x94\x58\x74\xee\xc2\xf9\ -\x78\xfe\xd2\x85\x2a\x8e\xa6\x94\x58\x34\x9f\x30\x99\xa6\x7c\x5b\ -\x15\xc7\x77\x68\x76\x45\x8d\xb6\xdd\x28\x84\x8d\x59\xe0\xa9\x6f\ -\xd8\x33\x33\x52\xcd\x95\x32\xa4\x5f\x87\x92\x11\x5c\xee\xf9\xbc\ -\x40\x32\xeb\x8c\xdc\x23\x32\x5b\x45\xcc\x8b\x12\xe7\x5b\x95\xc6\ -\x43\xc5\x95\xfd\xd6\x60\xcb\x04\xef\xa0\xfe\x26\xe0\x50\x1b\xcd\ -\xb6\x93\x5f\xff\xe6\xea\xf6\x8b\x9f\xff\xf0\xf8\x8b\x5f\xf9\x68\ -\x7d\x7a\x40\x01\x9e\x93\x1f\x3a\x79\x38\x42\xd6\xb2\x6f\xe4\xf1\ -\x61\x00\x5c\xdc\x66\xdf\xbf\x6f\xb8\x70\xab\x08\x36\xfc\x58\xec\ -\xf2\xe8\xed\x05\x91\x1f\xa0\x52\xde\x19\x45\x71\xfb\xa6\xd7\x13\ -\x33\x96\xcb\x25\xaa\x7a\x84\xbe\x57\xb5\x91\x09\x24\x09\xf7\x6f\ -\xdf\xea\xee\xdc\xbc\xd7\x9a\xd8\x75\x3f\xbe\x4f\xb2\x6d\xb6\x98\ -\xcf\x4e\xd2\x69\xf7\xae\xee\x53\x9f\xfb\xe4\xe8\xf2\x47\x3e\x52\ -\x31\xd5\xca\x3c\x29\x71\x4e\xcb\x06\xed\x36\xaa\xeb\x61\x16\xfd\ -\xe7\x1b\x73\x63\xd3\x6e\xb5\x06\x89\x26\x56\x50\xea\xcb\x2f\x2b\ -\x80\x5c\x18\x38\xf1\x81\x60\x04\xf6\x3e\x09\x2e\x01\xb8\x74\x23\ -\x6d\x8c\x27\x63\x9f\x83\x86\x39\xd9\x80\xbf\xf6\xda\x0d\x22\x7c\ -\x61\xff\xb9\xf2\xb0\x43\x3d\x4e\x3f\xec\x05\x75\xed\x04\xde\x9b\ -\x4c\x3d\xf9\x63\xa9\x50\x8f\x07\x38\xb6\x1e\x62\x2c\x43\x05\x2a\ -\xc6\x7d\x74\x4f\xe3\x3b\xdf\x0b\xe0\x1e\x93\x20\x31\x3f\x27\x3e\ -\x29\x38\x72\x57\x43\xd7\x31\x80\x04\x56\x71\x1c\x20\xcc\x6a\x93\ -\x10\x80\xb6\x59\xf0\xd5\x7f\x5d\xdd\x2d\x17\x2b\x36\xcb\xff\xa5\ -\xc8\x59\x66\x96\x9b\x57\x6f\xed\xe6\xcf\xe6\xfd\x67\xbe\xf8\xd9\ -\x71\x35\xde\xa7\x41\xa7\x2f\x16\x2b\x80\x82\x7a\x11\x07\x07\x87\ -\xa0\x10\x06\x63\x4b\x03\x3c\x59\x1c\x09\x80\xc2\xa8\x53\xc6\xc9\ -\x43\x5c\x9f\xbb\x71\x0c\x21\x17\xe4\xf0\xd0\x74\x59\xf6\x56\x48\ -\x4d\x2a\x92\x58\xe4\x07\x87\xf1\x68\x5c\x30\x15\x05\x1a\x30\x19\ -\xd4\x76\xad\x38\xe1\x5f\x2b\x14\xfc\xfc\xa0\x38\x8a\xb7\xef\xad\ -\xb0\x5a\xf7\x20\x01\xea\x58\xa9\xff\x49\x1e\xbd\x2b\x4a\xa5\x0a\ -\x17\x84\x50\xcc\x8b\xcf\x0a\x02\x78\x78\x16\xf0\x7c\x81\xba\x95\ -\x65\x1a\xb9\x88\xf5\x9b\xc5\xaf\x44\xdd\x98\x8b\x17\x22\x65\xa9\ -\x01\x60\xbb\x9a\xf3\x5f\x7e\xf7\x97\xed\x6a\xb9\xe6\x37\x01\x50\ -\x2e\x4e\x16\xfc\xb7\x3f\xfe\xbd\x69\x9b\x25\x03\xc8\x65\x6d\xaa\ -\xef\x73\x22\x08\x0a\xde\xd8\x83\xa7\x81\x9d\xf8\x00\x2c\x97\x2f\ -\x96\xde\xa5\xa2\x52\x99\x99\xd0\x33\x21\x25\x02\x33\x9e\x57\x04\ -\x62\x4e\xae\x38\x26\x12\x05\x3a\xca\x43\xdc\x92\x9f\x6a\x94\x13\ -\xa1\xc8\x0d\x8c\x26\x23\xf2\x44\xda\x1b\x54\x04\x95\x43\x21\x49\ -\x75\x62\xc1\xfd\x47\x1b\x4c\xa7\x15\xbe\xf4\xf9\x8f\x22\x10\xdc\ -\xff\xcd\x2b\x29\xf4\xba\xeb\x28\x2a\x2c\x58\x13\x69\x65\x04\xd0\ -\xdc\x22\xf7\x31\x5d\x23\x76\x29\xc1\xae\x26\x50\x4a\x8d\xec\x2e\ -\x46\xdd\x98\x5a\xe6\x2b\x15\xfd\xb5\x65\x22\x09\x24\xad\x0c\x37\ -\x1f\x02\xa1\x57\x60\xe5\xcb\x68\x99\xbf\xc4\x89\x71\xf3\xca\xcd\ -\xf6\x4b\xdf\xfc\xda\x84\x31\xd2\x16\x35\x43\x45\xce\x66\xdd\xe4\ -\x6a\x21\xaa\x80\x30\xc1\x7a\xd5\xa0\xe7\xbc\xc4\x3e\x01\x69\x78\ -\xb2\xe8\x7c\x3a\x19\xd4\xe5\xa4\x44\xf0\x06\x94\xd8\x0b\x08\xa2\ -\xee\x43\x50\x85\xe1\x09\xfb\x5e\x50\x47\x41\x15\x13\xaa\x28\xae\ -\x32\x58\x20\xa1\x0c\x9e\xc5\x18\x35\x7a\xd9\x77\x9d\x9d\x7b\x56\ -\x03\xc3\x5a\xa9\x94\x78\x6f\xce\x00\xd3\xbd\x49\x84\x8d\xa6\xe9\ -\x91\x70\x06\x1c\xce\x83\x64\x0d\xc8\xae\x6c\xf0\x6f\x84\x77\x71\ -\x0f\x9f\x3b\x63\x38\x28\x92\x4d\x9b\x11\x5c\xfb\x0b\x59\x94\x4d\ -\x72\x88\xd5\x7c\x53\x13\x93\x6e\xfc\x09\x10\x0d\x1c\xd1\x34\x8d\ -\x17\x64\x98\x78\xbc\x7b\xfd\x56\xd7\x6c\x1a\x76\xe3\xb5\xe8\xcd\ -\xfb\x12\xc2\x97\xba\x72\xb5\x5c\xf1\xcd\x2b\xd7\xbb\xa3\x0f\x7f\ -\xb2\x5e\x37\xc0\xe3\x59\xc0\xde\xe1\x79\xec\x2d\x09\x07\x07\xfb\ -\xe8\xda\x1a\x0f\x1f\xae\xcd\xf5\x94\x4c\x58\x82\xbb\x79\xe8\x30\ -\xd9\x13\xe8\xc7\x46\x78\x08\x81\x21\x00\x3b\x33\x30\xe7\x1b\xcf\ -\xec\xb8\xbf\x2e\x10\x1a\xef\xdc\x8e\x2a\x32\xaa\x68\x0c\x21\x09\ -\x31\x16\xa6\xa3\x4a\xe5\xde\xce\x0b\xa4\x52\xa1\x48\xe6\x01\x78\ -\x3b\x09\x30\x58\xc9\xf0\xa1\x4d\x94\x41\x35\x18\x67\x40\xd4\x03\ -\xbc\x06\xa8\x2d\x5c\xbf\x32\x98\xe1\x06\x4c\x81\xa3\x2f\xeb\xea\ -\x6d\x1e\xc0\xb0\xb8\x82\xfd\xcc\x4d\xec\xe0\x0c\x06\xf1\xaa\x5d\ -\x0a\xd9\xd7\x8f\x15\x5a\x13\xfd\xcd\xf2\x84\x1f\xdc\x7b\xd4\x11\ -\xd1\x2b\x3a\x69\xb8\x5f\xdc\x75\x49\x66\xf3\xf5\xe9\xbf\x95\xcc\ -\x8f\xd7\x7c\x3c\x5b\xc9\x6c\xb6\x94\xf9\x6c\xcd\x0c\x69\x7e\xfc\ -\x93\x1f\x9d\x9d\x9c\xfb\x48\xac\xeb\xe6\xb4\xfe\xe1\x02\xa8\xd9\ -\xe2\xf0\xf0\x08\xf5\x68\xac\xeb\x4a\x2c\x08\xb6\xad\x04\x20\x28\ -\x21\xa1\x31\x01\x31\xe9\xc7\x2c\x00\x19\xd1\x61\x12\x91\x05\x6c\ -\xb7\x39\x98\xbe\x64\x91\xcc\xe4\xec\x90\x74\x66\xa0\x93\x80\xc4\ -\x84\xb6\xcf\xc9\x1e\xa6\x0a\x91\x5a\xd4\xb1\x45\x00\x6b\x24\xd3\ -\x85\x68\x2e\x1b\x2f\xf6\xff\xd6\x0c\x50\xd7\x01\x3e\x14\xf0\x09\ -\xc0\x02\x18\x15\x18\x87\xba\x38\x92\x1d\x48\x5a\x10\x75\x00\xc1\ -\x5d\x17\x57\x07\x80\xc0\x7d\x66\x9b\x90\x11\x5e\xc0\xb0\x8b\x02\ -\xb6\x77\x8b\x05\x8b\x43\xea\x1d\xed\x12\xc0\x29\x97\x6d\xc5\xaa\ -\x46\xda\xed\x40\x00\x9e\x3e\x7e\xd2\x03\x02\x0a\x4e\x78\x66\xc1\ -\x72\xd9\xc8\xfc\x64\x23\x8b\xd3\x7f\xf3\xf9\x4a\x8e\xe7\x6b\x9e\ -\x1d\x2f\x65\xb5\xda\x0a\x5e\x31\xae\xfc\xf3\x3f\xbb\x6f\x7e\xf7\ -\x43\x7b\x5d\xd7\xa2\xdd\x35\x88\x01\x80\xb0\x8a\xde\xbd\xe9\x54\ -\x5d\x46\x26\x82\x04\x93\x5d\xee\xa2\xea\xda\x2a\x44\x04\x42\x66\ -\x6e\x86\x6d\xd2\x6a\xf9\x05\x60\x91\x2c\x21\xf4\x33\xc7\x26\x64\ -\x26\xf0\xf8\x0b\xb3\xe4\x39\x80\xc4\x01\x4c\x53\x74\x3c\x45\x0c\ -\x09\xcf\xe6\x1d\xb8\xeb\x31\x99\xd6\x80\xa9\x05\xdd\x7f\xd9\xe1\ -\xfd\xcd\x19\x60\x34\xaa\x03\x4a\x86\x28\xe2\xd6\x99\x48\x11\x8c\ -\x29\x04\x93\x1c\xa9\x42\x07\x42\x8b\x88\x16\xa0\x04\x08\x3c\x62\ -\x97\x9f\xce\x09\x9e\x30\x72\x41\x00\x78\xe1\x64\x29\x4d\xdc\x83\ -\x34\x9c\x5c\xc7\xbd\x7b\x17\x02\xad\x0c\xfa\xc7\xdf\xae\xb7\x0f\ -\x1f\x3c\xe3\x93\x93\xb5\xcc\x17\x1b\x9e\xcf\xd7\xb2\x5c\x6c\x84\ -\x59\xf0\x36\xe3\xe6\xb5\x5b\xdd\xb7\xbf\x97\xc0\x88\x8a\x71\xd8\ -\xdb\x9b\x82\x39\xa9\x0a\xaa\xaa\x60\x48\xaa\x6c\xe0\x21\x00\x62\ -\x4a\x2c\x10\x0d\xd2\x45\xd7\x89\xe0\x70\x38\x5d\x87\x31\x01\x82\ -\x58\x04\x35\x33\x48\x60\x40\x02\x8a\xbd\x03\x70\x55\xa9\xd3\x32\ -\x91\xc4\x52\xe1\xc9\x71\x8b\xbf\xff\xfd\x0a\xce\x9d\xdd\xc3\xe7\ -\x3e\x7d\x11\xe3\x2a\x92\x13\xde\x6d\x80\x77\x55\x01\x66\x71\xba\ -\x98\x7f\x5e\xb4\x04\x88\x8c\x90\xb8\x42\x27\x53\x40\x12\x08\x0c\ -\xa2\x04\x91\x1e\x90\x5e\xe7\xca\x18\x46\x58\x77\xa2\xc4\x23\x87\ -\x82\x82\xd1\x58\xcc\xd0\x32\x63\x4b\xdf\xeb\x03\xe6\x73\xc6\xcd\ -\x3b\x0d\xba\x44\x78\xf8\x78\x8e\x90\x1a\x7c\xf0\xc1\xcf\x76\x22\ -\x82\xf7\x35\xe6\xb3\x45\x8a\x99\x3c\xe0\xd4\x99\x49\x92\x10\x42\ -\x8d\xba\x8a\x16\x98\x30\x10\x8b\x00\x6c\xae\x21\x38\x47\x0d\xd9\ -\x8c\xb7\xe0\x37\x1f\x46\x70\x67\x02\xc0\x5c\x66\xd8\xcd\x17\x64\ -\x61\x41\x9e\x94\x03\x01\xf0\xc4\x91\x88\x14\x17\x13\x00\x66\xf3\ -\x0d\x7e\xff\xe7\xdb\xe8\x77\x1b\xde\xaf\x7b\xfe\xd8\x47\x2f\x85\ -\x77\xb2\x01\xaa\xba\x7a\x4e\x02\xd8\x78\xa5\x6e\x71\xdf\x3d\x82\ -\x25\x82\xb9\x02\x73\x0d\x5b\x38\x98\x25\xc3\xa2\xc1\x79\x6e\x3f\ -\xb7\x32\x2b\x2d\xf0\x5c\xad\x73\xcd\x5c\xd7\x09\xfa\x64\xef\x28\ -\x23\x68\xbf\x5e\x4d\xd2\x9c\xba\xec\x58\x35\xd6\x1d\x5c\x44\x37\ -\xfe\x3e\x89\x0f\x68\x22\x4a\x98\x3b\xa1\x18\x29\xa5\x4e\x93\x4a\ -\x90\x84\x40\x40\x5d\x47\x50\x01\x02\x21\x8b\xd8\x91\xe5\x15\x18\ -\xcc\xc5\x2d\x77\xa2\x3b\xc1\x6d\x0e\xb0\xc0\xde\x25\x87\xb9\x98\ -\x3d\x60\x4c\x00\xe6\x92\xf8\x22\x62\x74\xf1\xf1\xec\x78\x85\xff\ -\x71\x77\x96\xcd\xad\xec\x5a\x1a\x56\xda\x76\x1b\xc3\x97\x99\x99\ -\x99\x99\xf9\xde\xcf\xf3\x17\xe6\xd7\x0c\x7e\x1b\x66\x38\x4c\x1b\ -\x0f\xc3\x66\x66\x66\xc6\xe4\x24\x3b\xb1\xdd\xa3\xa7\x8e\xde\x52\ -\x2d\xb9\xc7\x75\x53\xd7\x1b\x55\xa5\x92\x5b\xdd\x76\x62\xaf\x57\ -\x8b\xb5\xf4\xb7\xff\xf4\xc8\xc2\x97\xbf\xfc\xb1\xea\x2f\x7f\xf9\ -\xf5\x7c\x72\xaa\x33\x46\x5b\x31\x00\x7a\x50\xc0\xa6\x26\x89\xb8\ -\x56\x0c\xd8\x36\x38\x17\x59\x56\x74\x9b\xea\x87\x72\x81\xf8\x74\ -\x56\x19\xc5\x94\x0a\xcf\x41\xba\x78\xf7\x98\x57\x6c\x3c\x7a\xce\ -\xe4\x04\x22\xba\x57\x38\x59\x0a\x00\x36\xe7\xb1\x51\x36\xe4\x29\ -\x1d\x1e\xc6\x8a\x87\xf0\xb0\xff\xc0\xce\x99\xed\x3b\xe9\xfd\x46\ -\xd1\x09\x29\xcd\x22\xb0\xb3\x8a\x9d\x9d\x2b\xc6\x8c\x08\xe0\xb6\ -\x56\x7c\x61\x95\x42\x89\x54\xc3\x81\xb1\x00\xd4\xe4\xe1\xe4\xfe\ -\x86\x0d\x7b\xbb\x5b\xb7\x1e\xe8\x7e\xef\x7b\x9f\xaf\xfd\xf8\x47\ -\x5f\xce\x57\x0c\x80\xe5\x25\xc2\x8a\x6a\x36\xe3\x57\x63\x4a\xec\ -\x92\x44\x07\x73\x6d\x2b\x62\x4b\x61\xb4\x7e\x51\x5c\xaf\x31\x67\ -\x50\x0e\x34\x9b\x21\x8d\x12\x98\x07\x4d\x9c\x2a\x1e\x4c\x67\xd5\ -\xfa\x18\x36\xb0\x0f\xe8\x8c\x8c\x0d\xb0\xf3\x46\x27\x98\xb2\xe2\ -\xf1\x3f\xd4\xaa\x4c\x15\x88\x04\x3f\x04\x9b\x2e\x00\xc1\xcf\x06\ -\xf7\x70\x3f\xb0\x6f\x1e\x95\xf9\x17\x4c\x42\x67\x81\xa1\x39\x59\ -\x0c\xe0\x59\xa2\x51\xbf\x8d\x54\x07\xfd\xe6\x02\x80\x76\x61\xc5\ -\xc6\xf5\xb2\x6e\xa2\x87\xb8\xd5\xab\x37\x2d\xbf\xfc\xf2\xee\xee\ -\x0a\x3d\x81\x00\xa0\x6b\x00\xa0\x8c\xdf\x84\xb8\x43\xbb\x2b\x9b\ -\x1b\xfe\x3e\xe2\xea\xf6\xbd\xb2\xcf\x15\x24\x8b\x29\xd2\x21\x01\ -\xa4\x12\xa2\x10\x99\xf3\xa5\x6a\x6a\x6e\x84\xed\x5d\xef\x7d\x47\ -\x8d\x0f\x07\x00\xcd\x46\x9d\xc0\x12\xff\x9f\x1f\x43\xf2\xc7\x58\ -\x2c\x68\xa5\x3d\xc6\x3c\x0b\x10\x58\xb5\xdc\xeb\x07\x4e\xe6\x87\ -\xf0\x3a\xee\x47\xe0\x75\x98\x03\x14\x66\xbe\x50\x4f\x56\x7e\x2a\ -\x02\x52\x00\x2c\x03\x80\xa4\xf9\xed\x63\xc5\xca\x01\xa0\x0f\xb2\ -\x48\x1b\x4e\xf4\x21\xc4\x76\x22\xa4\xbd\xd6\x6b\x11\x1b\x0e\x10\ -\x4d\xc1\x92\x8e\xcc\x67\xc4\x2f\x01\x08\x70\x09\x43\x94\x82\x02\ -\x15\x1f\xff\x50\xdd\x8d\xb0\x7d\xf8\x13\xfe\xf3\x60\xfb\x9e\x98\ -\x33\x33\x53\xa4\xc2\xf1\x9a\x55\xea\xad\x82\xd7\x21\xb8\x88\x1e\ -\x40\x10\x6b\x1a\xf0\x1c\xd7\x51\xd7\x71\x81\xa5\x8b\xe8\x2e\xee\ -\x3b\x08\xb2\x5d\xa3\xe6\x01\x45\x24\x7c\x84\xff\x1f\xcb\x01\x6c\ -\x5b\x19\x00\x70\xae\xa4\x22\xc0\x10\x75\x45\xdd\x31\x0e\x4f\x0f\ -\x97\xd3\x9f\x15\xed\xd2\x7b\x1a\x83\xad\x0d\x08\xc6\x42\xc9\x55\ -\x7e\x70\xbc\x73\xb4\xf7\x7e\xf4\x23\xb9\x3f\x8c\xa2\x36\x12\xe2\ -\x7f\xfc\x83\xf9\xbb\xde\xf7\xae\x1a\xc4\x9d\x99\x9e\x44\xf6\x13\ -\xeb\x87\xf8\x5e\xce\x2e\x39\x5f\xdf\x1d\x12\x45\xe2\x2b\xf0\xc5\ -\xea\x0f\x4e\x2b\xb3\xf7\xbf\x9f\xac\xf2\x7e\x20\x34\xa3\xea\x95\ -\xd8\xd5\xaf\x04\x11\x33\xa7\xa6\x6b\x38\xb3\x5d\xb8\xa3\x02\xc0\ -\x2d\xab\x03\x5c\xbd\x7a\x35\xd5\x01\xd4\x57\x0e\x0c\x37\xec\x7d\ -\xc8\xf7\x3c\x9e\x52\x52\xc2\x25\xf0\xb4\xf1\x2d\xa9\x4a\x42\x9b\ -\xf4\xf9\x71\xac\xb8\xae\xab\xba\xef\xff\xec\x7b\x9d\x7a\xe3\x4f\ -\x52\x08\x29\x7a\x99\x7d\xef\x27\xdf\xee\xf0\xcb\x40\xc0\x77\xfb\ -\x7a\x87\x18\x00\xad\x16\xfe\x7d\xe7\x1d\x4b\x37\x20\xbc\x88\x6f\ -\x38\x00\xcf\xa3\x2f\xf8\xd7\xb1\x6e\x91\x76\x33\x05\x10\x58\x31\ -\x20\x51\xa0\xb9\x31\x5d\x8b\xf0\xca\x74\x32\x84\x57\x23\x3f\x21\ -\x34\x9d\x79\x3c\x1a\x00\x5c\xbf\x7a\xc3\x28\x0e\xe7\xcf\x9f\x17\ -\xc1\xec\xa1\x08\x2b\x17\x09\xe9\xf6\xb0\x14\x14\xc6\xeb\x68\x1c\ -\x1a\x01\x14\x00\x80\x79\x4a\xaf\x53\x8f\x90\x5b\x02\x43\x7d\x62\ -\x3a\xfb\xee\x8f\xbf\xd5\x76\x7f\x42\xfb\xe1\xcf\xbf\xdb\x6e\x74\ -\x88\xad\x93\x83\x3f\xeb\xdd\xbf\x6d\xcf\x65\x5a\x28\x80\xd8\xe9\ -\xde\x07\x71\x45\x75\x63\x20\x7e\x60\x5e\xb1\xd8\x14\xd5\x3d\x63\ -\xb9\x5a\xe6\x04\x14\x99\xb3\x74\x11\xd8\xe8\x03\xa6\x82\x49\x11\ -\xf5\x03\xfd\xde\x46\x17\xc0\x02\x20\x14\x6e\x7c\x17\x3e\xe9\x65\ -\x24\x00\xb8\x72\xf9\xaa\xe1\x2d\xe4\xbf\x2d\xd8\xa2\x0f\x43\x01\ -\x50\x98\x52\xa6\x66\x8c\xdd\xc5\x79\x75\x9a\xea\xe2\xc4\x58\xb9\ -\x7d\x2f\x3f\x0a\x5b\xb9\x61\xcb\xd4\xd1\xe1\x80\xa9\xb7\xbc\xe5\ -\x4d\xbc\xcf\x41\x8e\x0f\x7e\xf2\xe3\xf5\x1f\xfc\xec\x3b\x6d\xca\ -\xad\xba\x15\x34\x38\xc7\x4f\x7f\xfd\x83\xce\xfb\x3f\xf2\x9e\x7c\ -\x2c\x2b\x3c\x10\x73\x5f\xc1\xf3\x03\x6c\x84\x05\x6c\xb0\x76\x37\ -\xe7\x57\x3f\x5b\xd0\xe5\xf8\x2d\xe2\xca\xd7\x5c\xe0\x00\xfe\xb5\ -\xd1\x0f\x62\x21\x6a\xad\x7e\x81\xc0\x0f\x22\xba\xae\x19\x35\x25\ -\x1d\xc0\x34\xe6\x48\x82\x61\x34\x9c\xfa\xf2\xca\x01\x50\x2d\x05\ -\xc0\x25\x00\x60\x1b\x7f\x10\xe5\x8b\x56\xb6\xb2\xd5\xcc\xb5\x42\ -\xc1\x9a\xb3\x1e\x61\xbb\x75\x3c\x98\x78\xa4\x60\xe1\xf0\xe9\x2f\ -\x75\x4d\x61\x07\x99\x82\x59\x48\xe4\xe4\xb8\x36\x92\x96\x61\xcd\ -\x38\x68\xd0\xcc\x8f\x1d\x3b\xe2\xc7\xc2\x7d\xf4\xf3\x9f\x6e\xbc\ -\xcb\x6f\x69\x5b\xfd\xf8\xfa\xb9\xb3\xe1\x84\xae\x61\x0d\xdd\xe1\ -\x87\x3f\xff\x4e\x67\x7c\xba\x95\xf1\x8f\x00\xee\x4f\x7f\xea\x13\ -\x1e\x04\x35\x37\xc1\x21\x95\xc1\x6e\x3d\x7b\xf6\x74\x90\xf9\xaa\ -\x5d\xc0\xbb\xa3\xf5\xce\xff\x85\x38\x0a\xfe\xbc\xb8\x2f\xc0\xc9\ -\x62\xf0\x73\xf2\x20\x28\xaf\x12\x20\x64\x5c\x0c\x38\x89\xf4\x7d\ -\xb9\x95\x7a\x61\xcd\xea\xd7\x3d\xbc\x97\x23\x01\xc0\xfc\xdc\xeb\ -\x3d\xf4\x80\xbc\x9e\x67\x9a\xbb\x7e\xfd\x3a\xbb\x53\xf5\xc7\xf8\ -\x91\x54\x80\xa1\x1c\x00\xd1\xaf\x1f\xe7\xa4\xef\xe9\x1e\xbd\x10\ -\x18\x0a\x71\x05\x80\xe6\x59\xfd\xdc\x00\xe1\xdb\xb0\xe3\xf1\x71\ -\x08\x42\xd8\xd8\x03\xa0\x46\x8d\x02\xf4\x00\xff\x3c\xff\x5b\xdf\ -\xef\x9a\x39\xe1\x75\x98\x45\xd7\x9e\x99\xa9\xfc\xe1\xcf\x7e\x3b\ -\xb9\x67\xeb\x9e\xc5\xfd\xbb\x0f\xde\x3a\x73\xfa\x5c\x57\xcb\x4a\ -\x19\x34\x6c\x7c\xfd\xf8\xa7\x3e\x5c\xff\xd8\x67\x3e\x54\xc7\x00\ -\xe1\x9f\xe1\xf3\x3e\xe1\x8b\x35\xc2\xf6\xdb\xad\x26\x2b\x9a\xff\ -\x8f\xca\xe6\x9c\x2d\x1c\x5c\xbf\x4a\x5f\xca\xb8\x27\xc7\x0d\x5c\ -\x23\xc8\x7d\xcd\xc9\x37\xa0\x3f\xac\x52\x33\x59\x88\x21\xc8\xc5\ -\x1b\xd2\x1f\x32\x53\x6d\x44\x79\x00\x21\xfe\x6f\x5d\xf1\x29\x00\ -\x48\x80\x41\x41\x1e\x05\x00\xa4\x07\xf4\xfc\xfe\xf3\x4c\xd7\xa7\ -\x4f\x9f\xa6\xb4\xf9\x50\x87\x90\x9a\x89\xc7\x97\x02\x20\x16\x97\ -\x0c\xd3\xe6\x90\xc6\x56\xab\x45\x8a\xb6\xeb\x2f\xf7\x98\x27\xe5\ -\xd9\x13\xa3\x13\x22\x88\xaa\xbe\xdd\xf5\xdd\x5b\x0e\x9e\x60\xe4\ -\xed\xa1\xa1\xf3\x23\xb5\x9b\x75\x5f\x4e\xe5\xb4\x57\x5c\x2f\xbb\ -\xc2\x53\xf5\x13\x5f\xfa\x54\xe3\x93\x5f\xfc\x64\xa3\xe7\x7d\xcb\ -\x0b\xbe\xa4\x0a\x2e\xde\x7a\x33\xcf\xa8\x70\x5e\xad\x65\xc8\x7a\ -\x9d\xdd\x8f\x2e\xc1\x77\x44\x11\xf5\x20\x6c\x04\xc5\x8f\x1f\xfb\ -\x9a\x3b\x73\xfa\x24\x7f\x3f\xc8\xf3\x0c\xe2\x9a\xcc\x1e\x52\xc8\ -\x01\x40\x4c\x89\x2f\xe2\x2e\x22\x39\x8d\xc2\xd3\x8c\x72\x14\x29\ -\x48\x54\x09\xe2\xcd\x99\xc8\xa1\xb8\xa5\xdc\xca\x71\xb1\x5d\xbc\ -\x78\xd1\xb2\x7f\xc9\xff\x51\x01\xc0\x1f\x80\xbc\xe4\x01\x50\xd3\ -\xf5\x3e\x7f\xe0\xd1\x0f\x7e\xf0\x03\xe3\xf5\x93\x62\xb2\x72\x00\ -\xd0\x8a\x14\x00\xb1\x87\xb4\x67\xb6\x53\x37\x5b\x6d\xae\x83\x6c\ -\x8c\x20\x19\x0b\x1b\x47\xaa\x21\x3a\xd7\x61\xe7\xac\x27\xc0\xf4\ -\xe4\xb8\x27\xe4\xa4\xaf\x48\x7e\xd1\x27\x6e\x9c\xf5\xa9\x5e\xd7\ -\x1c\x44\xa8\xd6\xab\x63\x13\xf5\xf1\x8a\x88\x2d\xe2\xc0\x8d\xa8\ -\x72\xf6\x9e\xf7\xbc\x9b\x11\x27\x0e\x39\x80\x70\x02\xb8\x04\x91\ -\x40\x7f\x4e\xf0\x51\x88\x10\x08\x69\x8f\x8a\x2b\xc2\x4e\x9e\x26\ -\xbb\x76\xb9\x61\x89\xee\x5f\x46\x8e\xc0\x9c\x38\x87\x8b\x71\x02\ -\x1e\x97\xdb\x57\xd9\x52\xb2\x0a\xe0\x02\x70\xa1\x01\x33\x90\x9a\ -\x41\x6a\xb4\xb3\xa7\xce\x2f\x8f\x14\x00\x27\x8f\x9f\x5e\xf2\x87\ -\x3e\x49\xa3\xa6\xc4\x3b\x7a\x00\xe9\xc8\xa9\x18\x18\x0a\x00\xb3\ -\x19\x42\xc4\x4e\x75\x81\x30\x8a\x35\x37\x6a\x55\xcf\xea\x27\xbc\ -\xf2\xb9\x40\x6c\x1d\xc2\x27\x95\xfd\x04\x20\x07\x81\xb0\xd1\x51\ -\xd6\xd0\xc0\xfd\x38\xe5\xaf\x73\xe4\x37\xa3\x7f\xf6\x3d\xde\x5c\ -\xba\x49\x19\x19\x76\x31\x93\xfb\x4f\x3d\x7e\xc0\x42\x88\xd7\xcd\ -\x7a\x5d\x82\x12\x2c\x7c\x26\x1e\x3f\x14\x3e\x81\x15\xa5\xef\xf0\ -\x91\xc3\xac\x52\x7b\x76\x1f\x84\x74\x72\x03\xb3\xc5\x8c\xbf\x5d\ -\x65\xde\x70\x89\x58\x3a\x56\x62\xc3\x9e\x51\x80\x07\x33\x4b\x81\ -\x50\x38\xe9\x02\x12\x01\xe8\x3a\x66\x2b\x19\x66\x39\xbe\x99\x84\ -\x5e\xa3\x05\xc0\x29\x0f\x80\x54\xbe\x9f\x3a\x75\xca\x1f\xa9\xfe\ -\x71\xcd\x0d\x8f\x0a\x16\x5a\x61\x46\xd6\xd3\x8c\xcc\x97\x8c\x17\ -\xe1\x49\xef\x96\x3d\x0c\x2b\xee\x2d\x2c\xf2\x88\x9a\xa9\xf6\x25\ -\xe0\xb0\x51\xa3\xe8\xd7\x38\xcb\x5f\xa9\xdc\x94\x8f\xf1\xbd\x8d\ -\xdc\xe6\x84\x32\xbc\x79\x28\x68\x74\xfe\x2f\xc7\x90\x85\x6b\x2c\ -\x88\x86\x7f\x2f\x95\xc2\x22\x8b\x3d\xcf\xf7\xe5\x7f\x61\x4e\x1b\ -\xd8\x62\xe8\x82\x99\xe0\xfc\xf1\xb5\x7a\x06\xd8\x3d\x0f\xea\xfb\ -\xc7\x95\x1f\xf3\x13\x55\xaa\x86\x5b\xfd\x20\x02\x0a\x67\x75\x81\ -\x22\x16\xeb\x30\x9c\x17\xb3\x3c\x75\x00\x9d\x3f\x73\xa1\x3b\x52\ -\x00\x2c\x2e\xdc\xea\x5f\xbe\x78\xa5\xfb\xa6\xb7\xcc\xea\x19\x77\ -\xe8\xd0\x21\x00\x60\x08\x9f\x70\x81\x28\xa7\x44\x6c\x11\x4d\x3b\ -\xc5\x02\xd1\x04\x0a\x28\x51\xf7\x84\xc7\x0b\x58\x84\x2c\xdb\x9e\ -\xef\xda\xb6\xd5\x0b\x7b\xed\xc7\xe2\x2f\x1f\xc5\x40\x94\xc2\x8e\ -\xcc\x1d\x82\x34\x10\x32\xf7\x2c\x93\xcf\x7b\x33\x7b\x19\x5d\xff\ -\x8d\x7b\xfd\xae\x2b\xbc\xde\xa0\x93\xc0\xd1\x17\xc4\x35\x98\x53\ -\xf2\x26\x55\xcd\x39\xe4\x91\x84\xd3\x58\x29\x54\x66\xab\x1c\x32\ -\x3a\x7a\x2e\xa3\x68\x03\x9f\x27\x85\x4f\xca\x4c\xb8\x16\x6a\x33\ -\xbd\xcf\xc5\x1c\xf8\x54\x17\xd0\xff\x00\x10\xcc\xea\x8f\xef\x8d\ -\xfa\x98\xa1\x15\xa9\x70\xd0\x60\xa4\x00\xa0\xf9\x73\xec\x96\x04\ -\x00\xda\xde\xbd\x7b\xdd\x2f\x7e\xf1\x0b\x7e\xdc\x34\x28\x94\xae\ -\xd0\x04\x00\x96\x03\x48\xfe\xc3\x36\x51\x9e\xfa\xc1\x4f\xae\xc0\ -\x47\xdc\x75\xc3\x33\x39\x35\x08\x48\x7d\x62\x8e\x66\x74\x07\x2d\ -\x2d\xa5\x96\x50\xa4\xf2\xfa\xb5\x05\x2c\x01\x58\xbc\xff\xfc\x31\ -\xd8\xbd\x7f\x2c\x97\x9b\x16\xe5\x4a\x1e\x3a\x95\xb7\x73\x37\x3c\ -\xbb\xbf\x7c\xe9\x12\x07\x5a\x38\x17\x9e\x51\xc5\x31\xa8\x6d\x58\ -\x7b\x38\xe2\x96\xcd\x19\x88\x1f\x2b\xdf\x43\xb6\x9f\x61\xf7\x4c\ -\x86\xf7\x1a\x70\xe8\xb3\xc2\xac\x22\x9e\x24\x8c\xf2\xf7\x89\xf9\ -\x07\xf6\xaf\xef\x8d\xff\xff\xdc\xb9\x73\x96\x5b\x9f\x38\x03\xb2\ -\x47\x0f\x80\x23\x3e\x45\xfa\xb3\x5f\xfa\x54\x4b\xd7\xc8\x1d\x4e\ -\xc6\xe6\x10\x44\x35\x29\x82\x09\x00\x24\x22\xf9\xf2\x96\x60\xb2\ -\x97\x2b\xd5\x10\x37\x2f\x04\x0e\x71\x0f\xf9\xd2\x05\x02\x58\xb4\ -\x7f\xce\x5b\x05\x45\x4f\x5a\x74\x10\x33\x1a\x15\x63\xe0\x16\xde\ -\xba\x6b\x5e\x7f\x98\x73\xee\x52\x1f\x02\x79\xd9\x9e\x13\xd3\xa7\ -\xa6\x0e\x2b\x8a\x78\xbe\x23\xc9\x03\x7d\x80\x6d\xd6\xc8\x7a\x08\ -\x48\xd7\x2a\x17\x47\xe8\x85\xad\x60\x10\x2d\x96\x78\xc8\xf0\x55\ -\x60\x26\x02\x0a\x11\x3c\x59\xe5\x7d\x71\x09\x5b\xbe\xc6\xa5\xba\ -\x00\x9f\xec\xe2\xfb\x75\x2d\x9f\x47\x35\x33\xf2\xff\xe4\xc9\x93\ -\x86\xe3\x8a\x4e\xb7\x05\x00\xa7\x4e\x9e\x59\x66\x77\x8d\xce\xf9\ -\xa7\xed\xd8\xb1\x03\x00\xa4\x44\x37\xec\x3f\xa6\xf9\x73\x2f\x2a\ -\x50\xd5\x37\x92\x2c\x8c\x0b\x54\x84\x34\xe6\x65\xe1\x2c\x91\x05\ -\x82\x85\xc5\x50\x53\x37\x82\x20\xb5\x26\xfa\xe1\xf4\x51\x7d\x1e\ -\xfa\x01\xd1\xbb\xe8\xaf\x67\xf5\x41\xcc\x70\x5d\x14\xd6\x5a\x11\ -\x11\x33\xa5\x74\x31\xf6\x4d\xa1\x09\xac\x8e\xf1\xf1\x4e\xb2\xca\ -\x25\xdf\xca\x08\x2e\xe8\xe8\x59\x5b\x1a\x26\xfe\x1e\xce\x55\xc2\ -\x3f\xc3\xeb\x46\xc5\x19\xe2\xd3\x8e\x1c\x39\x92\x5a\x6b\x5d\xe3\ -\x01\x1c\x81\x2b\xd8\x64\xe5\x1e\xd8\x73\xc8\xa8\x9b\xbb\x77\xef\ -\x86\x13\xac\x24\x2e\x40\xc8\x16\x1b\x19\xed\x5b\x73\xe9\x59\x84\ -\x76\x3e\x2b\x79\x26\xcb\x70\x10\x71\xc8\x92\x8d\x13\x24\xef\x65\ -\xbf\x3e\xcd\xbe\xdf\x3e\x67\x0f\x60\x62\xa4\xc7\x4a\xa5\x41\x44\ -\x84\x79\x89\xf0\x3e\x3d\x78\x07\xc7\xb9\x6f\x82\x40\x22\xaf\x4b\ -\x23\x77\x8e\xeb\xd0\x55\x20\x43\x9e\x41\x51\x3e\xee\x22\x32\x41\ -\xa0\x66\xbd\x62\x02\x40\x00\x3b\x55\x00\xf7\xef\x16\x7d\x46\x0c\ -\x00\xb5\x7d\xbb\x0e\x9a\x3f\x80\xb7\x09\x65\xd0\xb6\xf2\xb2\xb0\ -\xac\xf6\x3c\xc4\xed\x05\x12\xda\x40\x35\x8b\x40\x80\x72\xc2\xc5\ -\xd5\x29\x4e\x80\x08\x89\x3c\x5f\xa3\x63\xf4\x4a\xdc\xbc\x8d\x35\ -\x48\x85\xd3\x63\xe5\xd1\x48\xe9\x03\x68\xdc\xc1\x42\x88\x3d\x00\ -\x45\x66\xa2\xa9\xf9\x1f\x89\x5b\x94\x9c\x5d\x68\xe2\x04\x7a\x76\ -\x08\x40\x62\x4c\x00\xab\xb2\x92\x59\x57\xef\xb1\x63\xc7\x06\xaa\ -\x88\xed\xdf\x73\x7b\x01\x40\x60\xa8\x77\xf1\xfc\x25\xa3\x64\x3c\ -\xff\xfc\xf3\xa9\x03\x28\x0d\x14\x61\x1b\x03\x80\xf4\xc7\x4e\x09\ -\x6d\xee\x67\x76\x85\x9a\x51\x00\x52\x96\x32\x51\x43\xe6\xd4\xfc\ -\x4d\x58\xb5\x6a\x15\x0f\xe9\xf2\x3f\x24\x20\x70\x36\x5f\x41\x0a\ -\x23\xd7\xb0\xfc\x09\xef\xff\x80\x03\xc5\x55\xcb\x68\xbd\x7d\x74\ -\xad\xf2\x84\xb8\xc2\x8b\x79\x2f\x5d\xc4\x4d\xe3\xfe\x9d\xc6\x60\ -\xf4\x0f\x67\x9c\x1a\x8d\x9d\xcf\x7e\x27\x54\x71\x5b\x01\x40\xdb\ -\xb9\x75\xef\x22\xa3\xda\x25\xaf\x2d\x1f\x38\x70\xc0\xa5\x0d\x82\ -\x40\x74\x11\x9e\x66\x47\xeb\x15\xb4\x73\x96\x00\x29\x27\x70\x49\ -\xed\x41\xb8\x4a\xb3\xd1\xa4\xb8\x93\x4a\xa8\x06\xf6\x4f\xb3\x11\ -\x46\x4b\x64\x80\xa4\x7b\xe5\x79\x09\xf2\xef\x23\xba\xc6\x3b\x6d\ -\x9f\x77\x3f\x85\x08\x0b\xf3\x34\x11\x9c\x31\x3d\xc4\x72\xa8\x18\ -\xb0\x67\x19\x08\x44\x02\x4c\x88\x06\x36\x73\x00\x68\x57\xff\xe1\ -\xc3\x87\xd9\xa9\xec\x8c\x38\xde\xbe\x4f\xab\xff\xf6\x02\x60\xef\ -\xae\xfd\xb7\x08\x36\xe8\x9a\xb6\x7e\xfd\x7a\x63\x9e\xa8\xf6\x5e\ -\xd9\xca\xd6\x98\x99\x39\x37\x3c\xb2\x98\x3e\xaf\x7b\x38\x51\x5c\ -\x64\xfd\x6c\x90\x04\x08\xa4\x8b\xe3\x39\xb4\x72\x5e\x59\xba\xbe\ -\x8b\xf8\x65\xe1\x68\x03\x98\x8c\xca\x20\xae\xd5\xea\xe0\x1a\xe6\ -\x38\xb7\xb4\xf6\xa1\xd8\xbd\x48\x3b\x44\x0c\x84\x1e\x09\xa9\x6e\ -\xe6\xf4\x19\xaa\x1c\xe2\xd3\x11\xd2\xd5\x8f\x09\x3e\xc0\x99\x0f\ -\x1f\x3c\xba\x74\x47\x00\x40\xde\xfe\xb6\x8d\x3b\x17\x52\x2e\x20\ -\x5d\x60\x78\x36\x70\x42\xd8\x64\xaf\x5e\x66\xae\x2d\xb1\x0d\x70\ -\x32\x23\x12\xd2\xba\xf8\xc1\x03\x38\xee\x89\x36\xed\x5a\xed\x36\ -\xfe\x85\xe4\xb9\xf2\x1c\x03\x19\x76\x3c\xdf\x6a\xb6\x21\xba\xef\ -\x33\xae\xd9\x6a\xb1\x4f\x3e\xcd\x4a\xd2\x7b\xca\x08\x59\x4e\xe0\ -\x08\x84\x74\xf5\x9b\x33\x93\xf5\xbe\x4e\xc3\x7a\xfe\x24\xfb\xd3\ -\xd5\xbf\xf9\xd5\x6d\x0b\x06\x6f\xa3\x37\x03\x6d\xdb\xb9\x6d\xcf\ -\xad\x2f\x7e\xed\x73\x4d\x4e\x0b\xd3\xdc\xea\xd5\xab\xdd\x07\x3f\ -\xf8\x41\x43\x0c\x99\x6e\x61\x63\x9c\x8c\x79\x63\x22\x46\xeb\x38\ -\xfa\xc0\x21\x72\xcf\xc9\x75\xcc\x7d\xc7\x75\xd8\x1c\x81\x73\xc4\ -\xa9\xf2\xb8\x39\x11\x44\xcf\xe3\x20\x11\x47\xc0\xc3\xe7\xbc\xb2\ -\x86\xf7\xaf\xd7\x5d\x66\x7c\xa3\xfe\x5f\xb8\xc6\x0b\x08\x1c\x32\ -\x3f\xf2\x71\x52\xfa\xa4\xd5\x47\xe7\x8d\xba\x29\x60\x15\x4d\xce\ -\xbe\xa9\x0c\x9e\x7a\xfb\xf4\x9e\x00\x88\xd8\xe3\x16\x7b\x5b\x52\ -\x1e\xa7\x5f\xab\x6e\x1d\x3f\xe4\xfd\x61\x79\x99\x48\xed\xb5\x1b\ -\x3d\x29\x7f\x77\x84\x03\xd0\xba\xcb\xdd\x62\xc7\x96\x5d\x06\x86\ -\x57\xae\x5c\x71\x9b\x37\x6f\x4e\x51\xaf\x66\xd9\xbf\xd9\xb4\x58\ -\xae\x13\x64\xd1\x24\xb4\x9c\x42\x3d\x86\x0e\xd2\x23\xe6\xc9\x88\ -\x4d\xd9\xba\x1f\x2a\xae\x0a\x20\xf2\x86\x5f\xdd\x2d\xaf\xc1\x77\ -\xd8\xe1\x4b\x39\x38\xd7\xf4\xbd\x9e\x37\x00\x4c\x38\x24\x52\xf6\ -\x1e\xca\x57\x14\x1d\x88\x0d\x46\x71\x02\x33\xef\x6c\xb9\xf9\x72\ -\x8e\x50\x32\xe7\x6c\x91\x69\xcd\x8f\x37\xf9\xfe\x96\xfd\xef\xd9\ -\xb3\x67\xc0\xec\xde\xf2\xda\xf6\x05\x7c\x14\x77\x14\x00\xb4\xad\ -\x1b\x76\x2c\xce\xdd\x98\x33\xba\xc0\xda\xb5\x6b\x49\x4e\x2c\xf3\ -\x06\x96\x2b\x58\xe9\x7c\xe9\x6b\x67\x6c\x75\xfb\x99\x7a\x56\x44\ -\x08\x95\x39\xba\xbd\x24\xc7\x30\x2b\x97\xf5\x22\x68\x04\x8f\xd1\ -\x13\xec\xa8\x3e\xa6\x51\x7f\x03\xa2\x1b\x07\x0d\x83\xfa\x1f\x09\ -\x04\xb3\x31\xb6\x99\x3b\xd7\x96\xec\x8f\x49\x1f\x12\xb3\x26\xee\ -\xbf\x67\xe7\x7e\x10\x71\xc7\x01\x40\x42\x66\xf1\xc2\xba\x57\xe6\ -\x75\x4d\x43\x41\x59\xb7\x6e\x9d\xbe\x58\xa9\xa6\x5f\x6a\x01\x68\ -\x74\x72\xbc\x84\x16\x89\x3f\x78\x8c\x5d\x16\x5f\xeb\x1d\x8c\x94\ -\x90\x17\x20\x44\x4c\xab\xdc\x0d\x9f\x77\x71\x65\x9b\x91\x5e\xf0\ -\x3a\x76\x55\xf0\x44\xe1\x55\xfa\x7a\x09\x71\xdd\x50\x7b\x3f\x7d\ -\x96\xbd\xa6\xb3\xe3\x15\xcd\x69\x74\xdb\xb7\x6f\x1f\xe0\xac\xcf\ -\xad\x7a\x69\x1e\x9d\xec\x8e\x03\x40\xed\xd0\xfe\xa3\x4b\xc7\x8f\ -\x9c\x34\xda\x27\xee\xe1\xfd\xfb\xf7\x0f\xfc\xb3\x59\xaa\xd4\x65\ -\x65\xca\x9e\x51\x08\xed\xa9\xe5\xd1\x04\xe4\xb5\xf9\x3c\x9a\x88\ -\x49\x91\x88\x54\xb9\x93\xd6\x4f\xb7\x4e\x21\xcd\x69\xde\x80\x40\ -\x23\xbd\x8c\x0b\x18\xe0\xf0\x19\x02\xc6\xe0\xca\x57\xb7\xd9\xbe\ -\x29\x47\xe0\x3b\xcf\x76\x2a\xdc\x30\xc4\xc7\xe5\x9b\x66\xfd\x1c\ -\xdc\x7b\xf8\x96\xe2\xfe\x77\x07\x00\x42\xe1\xea\x97\xe6\x3d\xcb\ -\x35\xd4\x7e\xe8\xa1\x87\xc8\x9b\x4b\x41\x20\x02\x5a\x20\xa4\x26\ -\x5e\x49\x59\x93\x2c\xb3\xc4\x4f\xdf\xa7\xd2\x2b\x78\x26\x11\x01\ -\x22\xb2\x08\x2a\x30\xc4\x11\xc2\x57\xe2\x9c\x79\xce\x12\xdc\xbe\ -\x16\xb1\xed\x6b\x59\x14\xe2\x02\x8c\x7d\x11\xbd\x3f\x04\x08\xce\ -\x7a\x0f\x67\x3c\xf1\xe5\xf1\xd3\x3c\x84\xdf\xb5\x6b\x57\xba\x57\ -\x03\xee\x2b\x47\xc7\x5d\x05\x00\x5a\x68\x7f\xcb\x6b\xdb\x16\x52\ -\x51\xf0\xef\xff\xfe\xef\xe5\xfa\x40\x24\x6c\x1c\x63\x06\x90\x51\ -\xf0\xfc\xa5\x05\x42\xb8\x21\x11\x20\x77\xad\xde\xb4\xdc\x25\x4c\ -\x3c\x28\xdb\xe3\xca\xd6\x28\x8f\xbd\xe6\xec\x4a\x4e\x89\x9f\x82\ -\xa8\x90\xf8\x90\x42\x68\xde\x1b\xf7\x30\x6a\x97\x8f\x4d\xef\x2e\ -\xd7\x0f\x26\x9b\x99\xcb\xab\x56\xee\xb3\x45\x7e\xe3\xc6\x8d\x03\ -\x11\xbf\x57\x5f\xd8\xf4\xba\x4f\xd6\xed\xdf\x13\x00\xa0\x6d\x78\ -\x69\xcb\xc2\x89\xa3\xa7\x8c\x28\x40\x69\xf9\x9f\xff\xf9\x1f\x4c\ -\x97\x41\x10\x58\xb1\xa0\xd7\xa9\x5d\x6f\xad\x01\xe7\x74\x9d\xba\ -\x87\x75\x9f\x5d\xb0\xe1\xe0\x44\xb3\xda\xcd\x6e\xa2\x28\xbf\x75\ -\x3f\x05\x81\xde\x23\x90\x58\x20\x14\xba\xb6\xdd\x38\x8f\x04\xc2\ -\x58\x36\x2e\x09\xf0\x38\x7b\x5c\x5d\x2b\xcf\x5c\xbb\x51\x35\x22\ -\x01\x53\x76\xc3\x86\x0d\x03\x5b\xbe\x30\xf9\xb6\x6f\x96\x05\x76\ -\x8f\x00\x80\x7f\xf8\xa9\x47\xd6\xcc\x5d\xbb\x72\xdd\x84\x22\xc9\ -\x17\x78\xe6\x99\x67\x0c\xaa\x65\x06\x8a\xa0\x66\x65\x1b\x6f\x9f\ -\x00\x52\xe8\xe4\x52\x03\x06\x89\x05\x8d\x4a\x4b\x0f\x77\xa3\x6c\ -\x8f\x84\x11\xe1\x05\x04\xee\x9b\x7b\xe5\xa3\x9e\x31\x62\xc2\xcc\ -\x33\x4a\x2c\xa4\x1b\x5f\x87\xe9\x03\xcc\xd6\x89\x2d\xb4\xaa\x03\ -\x62\x61\xdb\xb6\x6d\xe4\x5d\x3a\xb3\x2b\xeb\xec\xc5\xee\xda\xa7\ -\x9e\x93\xe2\x7d\xef\x00\x40\x72\xe9\xb1\xff\x7e\xfa\x66\xba\x2f\ -\x7f\xeb\xd6\xad\xb0\x31\x7d\xb9\x14\x04\xa5\x66\x5f\x16\x95\xc4\ -\x18\x9a\x95\x34\x08\x44\xd7\x3d\x01\x85\x84\x0e\xc6\xa2\x44\xde\ -\xd3\xcb\xe5\xbd\x40\x00\xa1\xe2\xf3\x1a\x6d\x17\xd1\xcd\x9c\x15\ -\x25\xd2\x2f\x2c\x57\x90\x3e\x40\x37\x40\x68\xd6\x32\x37\xdd\xa9\ -\x0d\x98\x84\x28\xd1\x69\xa8\x17\x96\xff\xc4\xff\x3e\x73\x93\xc2\ -\x0f\xf7\x24\x00\x68\xd4\xdb\x7d\xfa\xd1\xb5\x37\xd3\x62\x4c\xab\ -\x56\xad\x72\x47\x8f\x1e\x4d\x65\x99\xc2\xad\xa9\xa5\x50\xae\x33\ -\x64\x91\x0b\x98\x73\x87\xc5\x01\x7a\xbd\xc0\x0d\xd2\x15\x9d\x2a\ -\x76\x02\x89\x95\xfd\xe5\x66\x9f\x9e\x97\x76\x2f\x60\x58\x8e\xa0\ -\x51\xfa\x43\x54\x08\xe3\x33\xb0\x7e\xba\xb6\x7a\x4f\x34\x6b\x6e\ -\xb2\x9d\x0f\x58\x02\xa4\x78\x13\xec\xa1\xa9\xa1\x64\x3f\xf1\xbf\ -\xab\x6e\x4a\xee\xdf\xb3\x00\xa0\x79\x5d\x60\xf9\xc5\xf5\xd1\x3f\ -\x20\x64\xff\xf7\x7f\xff\x37\x31\x83\xff\x0f\x04\x46\x0c\x64\x22\ -\x74\xbc\xe6\x96\xba\x88\x2e\x30\x84\x62\xd5\x45\x52\x81\x93\x51\ -\x84\x29\x91\xf7\x76\x65\xdb\x31\x5d\xd9\x74\xfb\xbc\x80\x65\xbb\ -\xe4\x7e\xaa\x10\xd2\x8b\x58\xb2\x6e\xca\x13\xbe\x55\xaf\x1a\xae\ -\xc8\xef\x42\x8a\xf7\xce\x9d\x3b\x5d\xda\xd6\x3f\xfd\xfc\xfc\xf9\ -\xb3\xca\xf4\xbd\xc7\x01\x40\xdb\xbe\x69\xd7\xe2\x9e\x1d\xfb\x16\ -\xd3\xba\x02\x7f\xff\xf7\x7f\xef\x37\x56\x1c\x2f\x05\x41\x45\xc9\ -\x16\xa9\xeb\xd8\x10\x3e\xf4\xc8\x01\x78\x6f\x5c\xfd\x51\x69\xb4\ -\x84\x8e\xfa\x40\xb9\xd2\x17\xd9\x7f\xc2\x15\x86\x8a\x80\x72\x2e\ -\x60\xf5\x03\x03\x06\xfe\xaf\x99\x4e\x83\xcc\x67\x88\x6f\x3a\x66\ -\xf3\xa6\x4d\x9b\xcc\x6f\x23\x57\xef\xbe\xdd\x4a\xc4\xb9\x1f\x00\ -\x20\xd4\xae\x7a\x71\xfe\xcc\xa9\x73\x46\x85\x25\x8a\xf5\xcf\xff\ -\xfc\xcf\x6e\xcb\x96\x2d\xe9\x17\x0d\xa7\x6e\xc5\xe8\x57\x58\xf5\ -\x71\x45\x87\x6b\x79\x0b\x03\x36\xc4\x01\xa4\x2b\xf0\xbc\xde\x23\ -\x42\x18\xa2\x0a\x04\x43\x88\x6c\x41\x92\xcc\xa7\xf2\xbf\x1c\x14\ -\x51\x11\x95\x38\x80\xe8\xb3\x13\x14\x75\xb4\xa6\x9e\x1c\x3d\x28\ -\x7d\xe9\x7e\xbe\x63\x47\x4e\x2c\xbd\xf4\xdc\x6b\xb2\xf7\xef\x2f\ -\x00\xe0\xa2\x7c\xf2\xa1\x55\x37\x6f\x5c\xbb\xd9\x4b\xc5\xc1\x93\ -\x4f\x3e\x89\x75\x60\x4c\x44\x35\x40\x40\xf7\xcd\x10\xdd\xc8\xfd\ -\xc8\x39\x20\xbe\xee\x71\x6d\x36\x79\x58\x62\xcb\x34\x1b\xe2\xf1\ -\x2b\x77\x02\xe9\x7d\xe6\x3a\x05\x88\xf5\x0b\xd8\xbc\x83\x4e\xb3\ -\xee\x95\x3d\x88\x9f\xf1\x3f\x99\xd8\x3e\x2c\x5f\x3e\xfe\x64\x57\ -\x76\xef\x99\x47\xd7\xcd\xb9\xc2\xdd\xb1\x56\x99\x9a\x7c\xf3\x9f\ -\x77\x17\x97\x22\x51\xe2\x37\xac\x46\x68\x0f\x6f\x49\xd4\xd0\x1d\ -\xdc\x77\x78\xe9\x1d\xef\x7a\x5b\x8d\x63\x4c\x34\x2f\x65\x87\x4d\ -\x0d\x1f\xfa\xd0\x87\xcc\x21\x4f\x52\x06\x2b\x21\x46\x1c\x73\x64\ -\xec\x28\x0b\x91\xd3\x39\xe2\x6a\x32\xbe\x61\x73\xc0\xb3\xe6\x53\ -\xb7\xa4\xad\x5a\x1a\x23\x7a\xf1\x19\x75\x23\x8c\xec\x73\xc9\x9c\ -\x9e\x6f\xe4\x35\x37\xe5\x59\x7e\x8e\x83\x3f\x59\x04\x88\x44\x56\ -\x3d\x51\xd4\xb4\xe1\xe2\x7d\xf4\xbf\x9e\xba\x81\x65\xe5\x46\xda\ -\xc2\x26\x9b\x66\xee\xe6\xe6\xaf\x6d\xf0\x8b\xe7\x32\xe9\x1c\xe8\ -\xef\x18\x72\x23\x07\x80\x82\x46\x64\xab\x72\xf2\xa8\x36\x96\xa8\ -\x91\xb3\x4f\x6e\xdb\x07\x3e\xf0\x01\x53\x6f\x40\xa3\x0a\x31\xc9\ -\x66\x36\x1b\xc1\x0a\xa7\x32\x76\xe9\xc9\x9a\x5c\x96\xb4\x18\x3f\ -\x66\xd4\x75\x04\x4d\x04\x84\x99\xa3\x6b\x4e\xd7\x9a\xb3\xc4\xd7\ -\x36\x17\xca\xb4\x7a\x0d\xbf\xe9\x9a\xf5\x9a\x4b\x9a\x9c\x64\x98\ -\xc7\x4a\x59\x37\x0d\x27\xcf\x2a\x5f\xcb\x80\xc5\x43\xbb\xef\x01\ -\x20\xc4\xb3\x61\xc1\xd7\xb3\x2f\xfc\xf9\xc3\xb9\x88\x2c\xbd\x80\ -\x00\x12\xa7\x90\xaa\xbc\x4b\xb8\x6f\x80\x80\x54\xe8\xc7\x32\xf4\ -\x12\x33\x28\x80\x2a\x22\xcd\x18\x9b\x7c\x48\xa2\xbb\x45\x46\xcc\ -\x0a\xb6\x00\x11\x98\x0c\xa1\x2d\x57\x70\xa5\xab\x9d\x31\x87\xf0\ -\xad\x86\xd7\xf0\x6b\x32\x69\x53\x11\xc7\x4e\x1e\xbe\x6f\x5a\xd8\ -\x11\xf9\x5f\x3c\xeb\xf5\xa6\x4d\xaf\x6c\x55\x76\xcf\x03\x02\x00\ -\xbb\x6f\xad\x7b\xe1\xdc\xa5\xee\xfb\xfd\xb9\x3c\x95\x20\xe8\x95\ -\x5e\x4e\xc0\x83\xd8\xc1\x3b\xfd\x89\x64\x88\x84\x72\x20\x38\x29\ -\x51\xcc\xe0\xfb\x17\x93\x17\xd1\x2c\x07\xd0\x5c\x94\x00\x86\x68\ -\x65\x5c\xa1\x90\x48\x88\xc4\xa7\x5b\xae\xa0\x39\xed\x5b\xac\x54\ -\xdc\x78\x33\x77\x9d\x46\x9e\x9e\xcf\x6b\x80\xce\x77\xc4\x1f\x92\ -\x82\x82\x73\x0d\x70\xa2\xf9\x45\x22\xa5\xf9\x81\x04\x80\x9c\x45\ -\x7d\xb8\xc1\x7b\xdf\xff\xee\x5a\xa3\x59\xcf\x0c\x40\xce\x9e\xc5\ -\x42\xa0\x28\x84\xaf\xf5\xf3\x16\xad\xa0\x24\x65\x5b\x8a\xa2\x83\ -\x05\x88\x10\xf4\x34\xdc\x98\xb2\x7b\x35\xa3\x17\x98\xf7\x69\xd4\ -\x9c\xd9\xe6\x41\x8b\xb6\x7c\xcd\xa3\x91\x95\x3e\xd1\xcc\x19\xa9\ -\x4d\x90\x14\xcf\x8e\xe0\x86\xe8\xc8\x7b\x00\x6e\x1b\xa5\xed\x2f\ -\x77\x1f\xfa\xb7\xc7\x6f\xf8\xcd\xb7\x52\x96\x1f\x68\x00\xd0\x38\ -\x7f\xa7\xc0\xb6\x7d\xeb\xdb\xdf\x52\x9d\x98\x1a\xaf\xa4\x9b\x4d\ -\x0e\x1e\x3c\xe8\xe8\xb3\xb3\xb3\x24\x66\x4a\x6b\x36\x2e\x63\xae\ -\x21\x4f\xad\x82\x89\x05\x77\x08\xa7\xcb\x18\x4d\x30\x65\xdb\x85\ -\xa5\xb3\xe5\x04\x7a\x50\xf7\x0c\x48\x60\xe9\x8d\xbc\xea\xda\xf5\ -\xaa\xc3\x83\xd7\xf4\xaf\x6b\xd5\xb2\x73\x78\x6c\xe1\x06\x00\x0d\ -\xdb\xe7\x3a\x6d\x87\x7d\x3e\xc5\x63\xff\xf3\xf4\x4d\x7e\x0f\xae\ -\x1f\x7c\x00\xd8\x62\xc6\x3e\xb2\x75\xf0\x96\x67\xf7\x63\x6f\x7d\ -\xc7\x5b\x6a\xe9\x0f\xc9\x6a\x41\x56\x62\x22\x4d\x4e\x4e\x1a\x20\ -\xd0\x52\x3f\x02\x9c\x37\xaf\x66\x9e\x48\x99\x07\x85\x43\x67\x08\ -\x22\x43\xd9\xc6\x03\x67\xb4\x05\xe2\xc6\x0b\x25\xa0\x22\x66\x00\ -\x16\x81\x9a\x7a\x2d\xf3\xec\xdd\x13\xbd\x55\x73\x8d\x5a\x85\x95\ -\x9e\x16\x69\x32\xd7\x8c\x58\x37\xe4\x47\xe2\xf4\x52\x34\x2f\x95\ -\xf7\x1b\x5e\xdc\xbc\xf0\xdc\x9a\x97\xe6\xf5\x3d\xee\x05\x00\x8c\ -\xbd\xf7\xdd\x9f\xd8\xbf\x78\x6d\x0e\xe5\x4a\xcf\x53\x9e\x00\xb7\ -\x55\xbd\x10\x08\x46\xdf\x38\x99\xbc\xf2\xbd\x9f\x7c\xab\x8d\xb9\ -\xa8\xb9\xb4\x51\x94\xea\x5b\xdf\xfa\x16\x99\xc7\x6c\x36\x49\x9d\ -\x29\x00\x22\xbd\x4e\x01\x13\x3a\x85\x1a\x29\x3f\xcf\xc8\x3a\xa7\ -\xf7\x43\x4c\xc2\x7e\xa6\xba\x88\x94\xcc\x99\x6b\x08\x4d\x11\x09\ -\x02\x39\x96\xd5\xdb\x76\xe2\xd8\xa9\x65\x52\xb9\x88\x9b\x68\xee\ -\x4e\x03\xa0\x39\xdd\xf1\x67\x2b\x1c\xfb\xcb\xe5\xff\x6b\xef\x1c\ -\x98\xec\x88\x82\x28\xfc\x8c\xb5\x6d\xdb\xf6\xff\x8e\x6d\xdb\xb6\ -\x9d\x79\xa3\xf4\x57\xa9\xd5\xcd\xce\x1a\x2f\x53\xf7\x54\x9d\x64\ -\xad\x3e\x57\x3d\x7d\xfa\x9a\x06\x8e\x9e\x5b\xc2\xc7\xc2\x6f\xbb\ -\x2e\x00\x15\xed\xdd\x2d\xf1\x89\xb9\x51\xd9\x02\x24\x3d\xbf\x0f\ -\x36\xb0\xae\xae\xae\x40\x47\x47\x47\xa0\xa2\xa2\x42\x0d\x8c\x27\ -\x81\x12\xb4\xf5\xd2\xf3\xf3\x58\xae\x48\xe1\x52\xab\x4f\xf0\x79\ -\xdd\x0b\x98\x69\x8e\x1f\x3c\xfd\x83\xbc\x48\x40\x45\x9a\x08\x80\ -\x00\xef\x29\x6e\x5d\xbb\x6b\xb0\x41\x1c\x1c\xed\x4b\x76\xf7\x77\ -\x24\x62\xf1\x7f\x5b\xbd\x92\x40\x61\x7a\x85\xf4\x28\x42\x0c\x35\ -\x35\x35\x81\xf2\xf2\x72\xf5\xd2\x04\xd5\x3c\xb9\xae\xb6\xf6\x6a\ -\xf1\x8a\xfa\x31\x14\x6a\xf0\xa8\x96\x75\x9d\x7a\x87\x45\x93\x86\ -\x67\x77\x15\x4a\xe8\x7f\x5d\x94\x2a\x6a\xb5\x7f\x6f\xba\x61\xcf\ -\x67\x00\xb5\x5b\x67\xdf\x50\x77\xa2\x67\xb0\x2b\xc9\xdd\xbe\xeb\ -\x51\x36\x47\xc8\xba\xba\x3a\x96\x0b\xf6\x0d\xf4\x07\x9a\x5f\x2e\ -\xd4\x25\xc2\x6b\x99\x58\xb1\x05\x2b\xa4\x36\x8f\x53\x0a\x4f\x34\ -\xd7\x01\xee\x17\x74\x70\x50\x5d\xbd\x74\xc3\xf0\x0c\xbc\x9e\x01\ -\xbc\x61\xfc\x4e\xb9\x67\x64\xa3\x84\xff\xa0\x7b\xa0\x33\xd1\xd1\ -\xdd\x1a\xcf\x2b\xc8\x0d\xaf\x96\x6c\x62\x1a\x86\x4b\x0d\xaa\x6c\ -\x1e\x39\x4d\x30\x5b\x30\x43\xe0\x26\xe6\x7f\x72\x0d\x88\x83\x20\ -\x33\xaa\x97\x92\x80\x93\xa5\xe4\xff\x8d\x5e\x3f\x43\x2f\x25\x8c\ -\x9a\xd7\xaf\xdc\x32\x94\xe2\x8d\xb4\x47\xda\x08\x40\xed\x7b\x8f\ -\xf7\x0d\x96\x55\x94\x44\xda\xba\x5a\xe2\xcd\x6d\x0d\xb1\x44\x72\ -\xd1\x96\xb6\xda\xb4\x4f\xae\x1d\xee\x24\x18\xed\x94\x69\xdf\xba\ -\x7e\xd7\x10\xfb\xfc\xb6\x6d\xee\xb4\x00\x14\xbc\x96\xf6\x67\xf0\ -\xe8\xfe\x93\x3f\xea\x24\x9b\xd8\xd0\x5c\x1b\xad\xac\xa9\x88\xe6\ -\xe4\x92\x4b\xd8\x5d\xb0\x8b\x97\xc6\x59\x26\x7b\x96\x27\x8f\x9e\ -\x99\x8a\x3d\x4b\x0b\x60\x27\xc1\xc8\xe6\x0f\x0f\x79\x5d\x04\x10\ -\x92\x67\x0c\xd1\x2a\xb9\x2a\xa6\x4c\x92\x4b\xd9\xb9\x59\x5c\x9a\ -\xb7\x8d\xdf\xcf\xe5\x42\x69\x9b\xfe\x7b\xcf\x9e\xbc\x34\x9f\xc9\ -\x51\x4e\xb5\xc8\x03\x2d\x80\xbd\x81\x04\xe7\x9b\xc3\xba\x0b\xe7\ -\x6f\xf9\x62\xbf\x90\x5f\x98\x17\x2e\x10\xe6\x15\xe4\x85\x39\x5a\ -\xc6\x24\x65\x18\x8d\x0a\x63\x7f\x49\xd3\x07\xcb\xb4\x39\xc3\xbb\ -\x6c\xd4\x52\x29\x98\x72\xe9\x23\x4c\xb3\x25\xbc\x77\x1f\xe5\x7f\ -\x46\xbb\x87\x05\x4b\x0b\x20\x1d\xc1\x79\x9c\xdc\x3a\x0c\x68\x6c\ -\x7f\x45\x90\x86\x16\x80\x86\x16\x80\x86\x16\x80\x86\xff\x36\x81\ -\xf3\x66\x06\x9f\x42\x43\x8d\xad\x2a\x80\x44\x6e\xa6\x9a\x62\x85\ -\xae\x72\x7b\xef\xff\x0d\x0d\x57\xb8\xd8\xab\x76\x5e\x00\xc1\x70\ -\x70\x72\xf1\x28\x65\x85\x7e\xff\xfe\x91\xfc\xf5\xeb\x7b\x99\x69\ -\xa6\x9a\x5c\xd7\xae\x10\x19\x24\x7d\xb1\x54\x68\x38\xa6\x69\x90\ -\x1f\x37\x08\xf5\xbc\x08\xd4\x91\xcd\xeb\x71\x61\xb1\xb0\x46\x58\ -\x22\x4c\xe8\x19\xc0\x37\x33\x80\x21\xfc\x20\x7c\x2e\x7c\x23\xfc\ -\xb5\x92\x00\x58\x16\x32\x85\x79\xc2\x2c\x61\x34\xa0\xe1\x17\x58\ -\xc2\x9f\xc2\xcf\xc2\xef\x42\x33\xe8\x71\x32\x08\x0b\x63\x8b\x75\ -\x81\x1a\x3e\x9a\x05\x10\x81\x09\x79\xdd\x6b\x6a\x0f\x2a\xd4\xf0\ -\x8f\x00\x80\x33\xff\xfa\x1f\x73\x9e\xf3\xe9\x17\x01\x41\x89\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x1f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xe6\x49\x44\x41\x54\x78\x01\xa5\x52\x03\x8c\x1c\x51\ -\x18\x6e\xcc\xba\x8d\x5d\xdb\xb6\x6d\xdb\x66\x50\xdb\xb6\x6d\xdb\ -\x88\xce\xd6\x5a\x67\x73\xec\x79\xdd\xaf\x67\x7b\x93\xfc\x36\x1a\ -\x00\xf0\x08\xaa\x35\x86\xbc\xec\x32\x2c\x0f\xea\x9d\x80\xb6\x1f\ -\x33\xd2\xb6\x63\x86\x7a\x25\x88\x7c\xdb\x7d\x92\x9b\xf9\x4b\xdc\ -\xcc\x0f\x92\xc7\xd7\x39\x01\x65\x3d\x68\x05\xf5\x16\x6e\xea\x05\ -\xb2\xcc\x7b\x2c\xb5\x4a\xf0\xf3\x6a\xeb\x96\xbe\xb7\xda\x0f\x0f\ -\x7b\xd3\xeb\x2a\xc9\x7e\x4e\x48\xc6\x65\x90\xb4\xb3\xd0\xd2\xef\ -\x90\x88\x37\x3d\xae\x78\xdf\xee\x30\xf4\xfb\xcd\x2e\x4d\xcb\x24\ -\xf0\xbe\xd1\xa6\x43\x6a\xf8\x36\xbb\x9c\x74\x2b\x4b\x4b\xb9\x27\ -\xff\xcb\x79\x0a\x50\xcf\xa1\xa5\x9e\x82\x9a\xb4\x1f\x4a\xe2\x4e\ -\x28\x49\x3b\x41\xd2\xcf\x43\x4b\x39\x09\x29\xee\xa0\xc0\xbb\xf6\ -\xa6\x24\xf9\x2f\x36\xe6\xc5\xe6\x67\xb1\x7f\x1b\xbe\x5e\xcf\x78\ -\x20\xba\x33\x2f\xe5\x56\x3c\x9e\x1b\xb8\x17\x72\xdc\x36\x48\x31\ -\xeb\x20\x3a\x57\x40\x72\x2d\x83\xe8\x98\x01\xc5\x39\x0d\x24\x6e\ -\x2e\x94\xb8\x7d\x9c\xfd\xcb\xc0\x0d\x65\x46\xb0\x7f\xee\x37\x5b\ -\x4e\x3c\xc7\x90\xe4\x9d\xb9\x0e\x1b\x21\xba\x96\x83\xb3\xce\x01\ -\x63\x9e\x02\x3a\x6a\x10\x98\xc8\xfe\x10\x2c\x43\xc1\xda\x56\xe7\ -\x44\xbd\xed\x39\xaf\xd2\x1d\x44\xbc\xe8\x32\x5a\x8c\x3b\x90\xa3\ -\xc4\x2c\x81\xe0\x98\x05\xda\x38\x16\xd9\xa1\x7d\x90\x93\x0b\x6c\ -\x54\x7f\xb0\xd6\x55\x59\xa6\xd7\xdd\xc6\x56\x7b\x05\xca\xb0\x2e\ -\x46\xb4\x8e\x06\x6b\x18\x08\x3a\xa2\x2f\xa8\xb0\xbe\xb9\xd5\xfb\ -\x81\xcb\x95\x33\x42\xe6\x38\x6b\xba\x42\x23\xc6\xb8\x90\x95\xad\ -\x43\x21\x18\x07\x41\x30\x0f\xcb\x85\x02\x5e\xb4\x0c\x01\x65\x98\ -\x4b\xe7\xf9\x54\x99\x20\xf8\x71\xe7\x49\x5a\xdc\x2a\x68\xae\xf1\ -\x90\x1c\x4b\xe4\x64\xbf\x19\xbe\x49\xfe\x33\x03\x24\xc7\x32\x45\ -\x73\x8d\x85\x12\xb3\x14\xc1\x0f\x3b\x8d\xab\x32\x81\xfd\xe7\xe0\ -\xd3\x24\xe9\x80\x9a\x1a\x3c\xd7\x3b\xfc\x69\xa7\x91\x45\xfa\xd0\ -\x17\x5d\x26\xa6\x04\xcd\x0b\xd4\x93\x0f\x6b\x96\x8f\x7d\x8f\x57\ -\x99\xc0\xf0\xae\xd7\x46\xe3\xdb\x1e\xc3\xaa\x7c\xef\x57\xdd\x27\ -\x45\xbe\xec\xbe\xbd\x7c\x02\x8f\xe0\x3f\x2b\x26\xec\x3d\x58\x33\ -\xa3\x57\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xb1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\xc2\x00\x00\x00\x40\x08\x04\x00\x00\x00\xe2\x90\x60\x69\ -\x00\x00\x02\x78\x49\x44\x41\x54\x78\x01\xed\x9a\x03\x8c\x5c\x51\ -\x18\x46\x4f\x6d\xdb\xb6\x6d\x2b\x6c\x54\x2b\xac\x11\x67\x82\x32\ -\x9c\xa0\x8e\x36\x4e\x1a\xd4\x8d\xcb\xa0\xb6\x1b\xd4\xb6\x6d\xf7\ -\x66\x75\xbb\x9a\x3b\xf3\xfe\xe2\x3b\x7f\x34\x7e\xef\x9d\xc5\xc9\ -\x9f\x41\x64\x62\x0f\x7d\x30\x46\x7c\xe6\x0b\xeb\x69\x86\x29\x92\ -\xf0\xf5\xfb\x7c\x20\x8d\x5a\x08\x3b\x09\x6e\x5e\x11\xa7\x02\xc2\ -\x4e\x82\x9b\x07\xcc\xa3\x38\xc2\x4e\x82\x9b\xeb\x4c\xa3\x08\xc2\ -\x4e\x82\x9b\x13\x8c\x40\x58\x4a\x70\xb3\x2f\xfa\x78\x95\x84\x35\ -\x9e\x90\x2f\xac\xa3\x29\x11\x22\x09\x85\x69\xcd\xfa\xcc\x12\x2c\ -\xe2\x55\x12\x00\x7a\xb1\xc7\x13\x11\x65\xbc\x4a\x82\x63\x28\x67\ -\x3c\x11\x8f\x88\x51\x92\xc8\x90\x04\x28\xca\x34\x6e\x1b\xc6\xab\ -\x24\x38\x4a\x13\xe3\xa9\x27\xe2\x1c\xa3\x89\x06\x49\x70\x54\x26\ -\xce\x5b\xc3\x78\x95\x04\x47\x3d\xd2\xf8\xe4\xc5\x6b\x74\x9b\x57\ -\x49\x70\x28\x5e\xed\x25\xfc\x29\xf1\x2a\x09\x8a\x57\x7b\x09\x8a\ -\x57\x63\x09\xa9\x88\xd7\x91\x8c\x76\xa3\xf9\x92\x80\x04\x80\xaa\ -\x2c\xe3\x9d\x27\x62\x17\x5d\xc9\x27\x8f\xbd\x17\x6b\x0a\x28\x21\ -\x3c\x5e\x9f\x04\x1c\xaa\x24\x04\xc7\x6b\xb8\x04\x49\xf0\x19\xc8\ -\x21\xef\xdd\x5e\xb2\x84\x72\xe4\x0c\xcf\x02\x0e\x55\x12\x02\xe3\ -\xd5\x97\xb0\x85\xf5\x6e\x34\x85\x08\xa3\x28\xd3\xb9\xe3\x89\xb8\ -\xcc\x84\xdf\xeb\x7d\x91\xfe\x94\xf2\x04\x20\x42\xe2\xf5\x65\xfa\ -\xc3\xe5\x08\x42\x24\xbe\x79\x7d\x95\xfe\x50\x59\x44\x08\x01\xf1\ -\xfa\x3a\xfd\x81\x32\x88\x10\x02\xe2\xf5\x4d\xfa\x9d\xa5\x11\x41\ -\x24\xbe\x79\x95\x84\xa8\x28\xc6\x1c\x7f\xb9\xc1\x05\x46\x90\xe9\ -\xee\x92\x88\x54\x51\x88\xd1\x5c\xf4\x04\x3c\x24\x46\x09\x90\x84\ -\x28\x18\xca\x31\x4f\xc0\x73\x16\x50\x06\xc7\x87\xf4\xbb\x8b\x23\ -\x92\x4f\xdb\x1c\xfe\x25\xd7\x20\x13\x1f\xd3\x1f\x2a\x86\x48\x2e\ -\xf5\x49\xe3\xb3\x1f\xa7\x34\xc1\xe1\x4b\x18\xc7\x68\x37\x9a\x42\ -\x84\x52\x9d\xd5\xbc\xf7\x7e\x07\xb6\xd1\x11\x1f\xcf\x54\xf8\x68\ -\x81\x57\x86\x18\xcf\xbd\xf7\x3c\xc2\x60\x72\xe0\x4b\x52\x0f\x5e\ -\x12\x8a\x31\x8d\xbb\xde\xfb\x5d\x63\x0a\x85\x20\xf5\x12\x24\xa1\ -\x10\xe3\xb8\xe4\xbd\xd7\x5d\x66\x52\x8c\x5c\x09\x3f\x60\x49\xc8\ -\x67\x88\xe6\xcc\x7a\x4d\xfa\x7c\x49\x58\x42\x67\x76\x78\x02\xde\ -\xb3\x82\x6a\x88\xf0\xaf\xbc\x04\x86\x68\x04\x48\x42\x55\xe2\xfe\ -\x3e\x88\x9d\x74\x26\x1c\x49\x48\x38\x44\x8f\x32\x98\x14\x20\x09\ -\x01\x21\x1a\x80\x24\x24\xbe\x11\x4d\x31\x92\x90\x43\x88\xbe\x24\ -\x4e\x79\x22\x41\x12\x72\xde\x88\x46\x80\x24\x18\x85\xa8\x24\xd8\ -\x87\xa8\x24\xd8\x87\xa8\x24\xd8\x87\xa8\x24\xd8\x87\xa8\x24\x0c\ -\xcf\x79\x23\x1a\x11\x92\x60\x1e\xa2\x92\xf0\xa7\x85\xa8\x24\x28\ -\x44\x8d\x25\x28\x44\x8d\x25\x5c\x60\x8c\x42\xd4\x52\x82\x42\xd4\ -\x58\xc2\x2b\xdb\x8d\xa8\x78\x67\x13\xa2\xdf\x00\x72\x7f\x9a\x9e\ -\xe8\x28\xba\x6c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x63\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x00\x00\x00\x00\x3a\x98\xa0\xbd\ -\x00\x00\x00\x02\x74\x52\x4e\x53\x00\xff\x5b\x91\x22\xb5\x00\x00\ -\x00\x1c\x49\x44\x41\x54\x78\x01\x63\xf8\x8f\x06\x70\x09\xb8\x41\ -\x01\x42\x60\x32\x18\x0c\x01\x01\x84\xd3\x09\xfb\x16\x00\xa1\x6c\ -\xcb\xad\xf1\x4f\xdb\xdd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\x0c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\xd3\x49\x44\x41\x54\x78\x01\x63\xa0\x09\x28\xad\x35\ -\xed\x2f\xad\xd7\xfa\x4f\x08\x97\x37\x1a\xed\xc1\x6a\x00\x48\xf2\ -\xc4\xc5\x6a\x82\x18\xa4\x0e\xab\x01\x25\x75\xda\x5f\xa9\x61\x00\ -\x4e\xa7\x97\xd4\x6a\xfd\x25\xda\x00\x1c\xf2\xdf\x29\x34\x00\x21\ -\x8f\x37\x10\x41\x34\x2e\x79\x8a\x0d\xa0\xae\x17\xb2\x0a\x2d\x24\ -\x73\x4b\x4d\xca\x52\x73\xb4\x77\xc0\x42\xfa\xd0\xd9\x3c\x30\x4d\ -\x8c\x3c\x43\x6c\xb2\xd6\xf4\xe6\x5e\x83\xff\xdb\x0f\x07\xfc\x3f\ -\x76\xa1\xfc\xff\xd5\xdb\xb3\xfe\x6f\x3e\xe0\xfe\xbf\x7b\x9a\xf1\ -\x7f\x62\xe4\x19\xc0\x26\x9e\xc9\xfe\x7f\xe0\x54\xfa\xff\x93\x97\ -\xeb\xfe\x6f\xda\xef\xf6\xbf\xa5\xcf\xf0\x5f\x41\xa5\xc1\x66\x7c\ -\xf2\x79\x65\xc6\x75\x70\x03\x16\xac\xb5\xfa\xbf\x62\xab\x1d\xd0\ -\x96\x10\xb0\xc9\x45\xd5\x7a\xe7\xad\xed\xe5\x6c\x09\xca\xc3\x40\ -\x62\xa6\xda\x6d\x98\xff\x02\xc2\x94\x17\x42\x85\x71\xca\xe7\x97\ -\x5b\x4b\x52\x25\xe7\x02\x00\xda\xe3\x49\x7a\xab\x12\x64\x73\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xba\x49\x44\x41\x54\x78\x01\xa5\x92\x43\xa2\x1d\x41\ -\x18\x85\xb3\x81\x38\x59\x44\x16\x11\x3b\x19\x46\x4b\x88\x6d\xdb\ -\xce\xe8\x2e\xe1\xd9\x6e\x55\xf7\x45\xdb\x78\xf6\xbb\x93\xd8\x4e\ -\x4e\xaa\x6a\x12\x7b\x50\xae\xf3\xfd\x9c\x04\xe0\xbf\xc6\x2f\x1f\ -\x8f\x1f\x3f\x3e\x9f\x8d\x7f\x06\x68\x9a\x16\xa9\xaa\x1a\xfe\x13\ -\xe0\xd2\xa5\x4b\xab\x27\x26\x26\xde\xb3\xc1\xf6\x7f\x0d\x20\x84\ -\x64\xe3\xe3\xe3\x18\x1b\x1b\x83\x20\x08\xe9\x1f\x01\xb6\x6f\xdf\ -\x3e\x7b\xdf\xbe\x7d\x0b\xce\x9f\x3f\x7f\x67\x78\x78\xf8\x7d\x6f\ -\x6f\x2f\x7a\x7a\x7a\xd0\xd7\xd7\xf7\xfe\xe2\xc5\x8b\xb7\xf7\xee\ -\xdd\x3b\xef\xd0\xa1\x43\xd3\xbf\x02\xec\xda\xb5\x6b\x4e\x6b\x6b\ -\x6b\x4f\x1c\xc7\xf7\xb2\x2c\x7b\x35\x3c\x32\xcc\xad\xa6\x69\x8a\ -\x30\x0a\xe1\xfb\x3e\xc2\x30\x64\x10\x24\x49\x02\xd7\x75\x9f\xeb\ -\x25\xbd\x5c\x5d\x5d\x1d\x31\x2d\xa7\xdc\xbe\x7d\x7b\x53\xff\x40\ -\xff\x8b\x81\x81\x01\x50\x08\x17\xd8\xb6\x0d\xdd\xd0\x51\x2c\x16\ -\x51\x2a\x95\x50\x28\x14\xf8\xde\x71\x1c\x06\x7d\x7a\xe7\xce\x9d\ -\xcd\x5f\x85\x70\xf3\xe6\xcd\xb5\x54\xf8\x38\x4a\x22\x26\xe6\x22\ -\xa2\x10\x88\x92\x88\xf6\x8e\x76\xb4\xb7\xb7\x43\x51\x14\xd0\xca\ -\x3c\xb8\x72\xe5\xca\x86\x1f\xe6\xe0\xec\xd9\xb3\x4b\xa8\xf8\x81\ -\x69\x9a\xd0\x0a\x1a\x4b\x1e\x9a\x1a\x1b\xd1\xd4\xd4\x84\xce\x8e\ -\x4e\x10\x42\xee\x51\xf1\xb2\x5f\x56\xa1\x4b\xe8\x1a\xa4\x1f\xd1\ -\xd9\xd9\x89\x96\xb6\x16\x34\xb7\x36\x73\xeb\x5d\x5d\x5d\x0c\xd4\ -\xf7\xbb\x2a\x4c\xa1\x56\x9f\x30\x80\x28\x8a\x90\x65\x99\x0f\x41\ -\x12\xb8\xfb\x14\xfe\x88\xfd\xf9\x29\xe0\xc8\x91\x23\xab\x5d\xcf\ -\x85\xae\xf3\xe4\xbd\xaa\xac\xac\xcc\x57\x55\x55\x95\xe8\xfe\xb5\ -\x61\x18\xb0\x2c\x0b\xf4\xcf\xf2\x9f\x02\x72\xb9\xdc\xa5\x24\x4d\ -\xde\xd4\xd5\xd5\xa9\xa7\x4e\x9d\x5a\xf4\x45\x6e\x56\xd5\xd6\xd6\ -\xea\xb4\xb4\x6f\x69\xb2\xcf\xfd\x14\x70\xed\xda\xb5\x2d\x34\x49\ -\xf3\x7f\xd5\xde\x97\x2f\x5f\xde\xf5\x2d\xe0\xbf\xc6\x27\xf2\xfb\ -\xf2\xce\x07\xb1\x08\x0f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\x67\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x2e\x49\x44\x41\x54\x78\x01\x63\xf8\xff\xff\x3f\x45\ -\x98\x76\x06\x54\x02\xa5\xf0\x61\xa2\x0c\xc0\x05\x20\x72\xa3\x06\ -\xd0\x27\x16\xde\xca\xa8\x60\xc3\xc3\xdc\x00\xca\x03\x91\xfe\xb9\ -\x11\x00\x0b\x2f\xc7\x97\x23\x83\x18\xbc\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x5e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x25\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x00\x92\xa6\ -\x40\xea\x3f\x2a\xc4\xa2\x00\x09\x0c\x5a\x05\x84\x7d\xe1\x89\x80\ -\x74\x53\x40\xd8\x91\x94\xc7\x26\x00\xd4\x5f\x28\x0e\xfb\x3f\xa6\ -\x9b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x76\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x3d\x49\x44\x41\x54\x78\x01\x63\xf8\xff\xff\x3f\x45\ -\x98\x76\x06\x54\xeb\x31\xfc\xc7\x87\x89\x32\x00\x0e\xfe\xfe\xfd\ -\xff\xff\xdf\x3f\x08\xfe\xfb\x87\x44\x03\x30\xc1\x10\x32\x80\xf2\ -\x40\xfc\xd6\x17\x86\x15\x57\x8f\x1a\x40\xdb\x58\xa0\x7f\x6e\x04\ -\x00\x4b\x04\xd8\xd0\x27\xa7\x67\xc3\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x2f\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x00\x92\xa6\ -\xc0\xfa\x3f\x2a\xc4\xa2\x00\x04\xfe\xfe\xff\x07\x84\x7f\x71\x28\ -\x40\x00\x1a\x29\x20\xec\xc8\x05\x08\x38\x78\x15\x60\xfa\x82\xf2\ -\xd8\x04\x00\xaf\x43\x33\x60\x30\xf1\x3c\xd9\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ +qt_resource_data = b"\ \x00\x00\x02\xa1\ \x47\ \x49\x46\x38\x39\x61\x10\x00\x10\x00\xf2\x00\x00\xff\xff\xff\x00\ @@ -1210,2426 +54,5208 @@ \xae\x50\x18\xc2\x61\x18\x07\x56\xda\xa5\x02\x20\x75\x62\x18\x82\ \x9e\x5b\x11\x90\x00\x00\x3b\x00\x00\x00\x00\x00\x00\x00\x00\x00\ \ -\x00\x00\x00\x69\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x30\x49\x44\x41\x54\x78\x01\x63\xf8\xff\xff\x3f\x45\ -\x98\x76\x06\xd4\x7a\x32\xfc\xc7\x87\x89\x32\x00\x07\x18\x42\x06\ -\x50\x1e\x06\xdf\xa7\xc8\x62\xc5\x94\x1b\x30\x6a\x00\x6d\xa3\x91\ -\xfe\xb9\x11\x00\xb4\xeb\xcf\xc5\x16\xef\x4d\x51\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x5e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x25\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x00\x92\xa6\ -\xc0\xff\x3f\x2a\xc4\xa2\x00\x09\xd0\x48\x01\x61\x37\x2c\x40\xc0\ -\x21\xac\x00\xd3\x9b\x94\xc7\x26\x00\x26\x7a\x34\x74\xa4\x87\xd9\ -\xf9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xbe\x49\x44\x41\x54\x78\x01\x94\x8e\x07\x15\xc3\x30\ -\x10\x43\x8d\xb2\x7c\x0c\xc3\x1c\x0a\xed\x24\x19\x81\xf7\xe8\x6e\ -\x92\x7b\xef\x27\x5e\x1a\x2e\x84\x70\xf7\xde\xe7\x8b\xdc\xdc\x9a\ -\x76\x70\x75\x9a\xe6\xc3\xc0\xcc\x36\x30\x64\x03\x32\x9e\x61\x83\ -\xc7\x06\xcf\x02\x92\x1d\xa0\xfd\x1b\xf8\x63\x80\x67\x31\x33\x31\ -\xe1\x44\x95\x7f\x0d\x30\x0d\x38\xc4\x5b\x24\x56\xa4\xc9\x5f\x03\ -\x34\xe1\x48\x6f\x4c\x51\x9c\x48\x31\x2b\xea\x8f\x01\x4b\xdf\xd4\ -\x0c\x5e\x69\x10\x00\x5f\x5f\x5c\x5f\x9e\x59\x5f\x73\x66\x6c\xdb\ -\xb6\x6d\xdb\xb6\x6d\xdb\xb6\xd1\xc4\xaa\xf2\xc5\xed\x64\x37\xf8\ -\x11\xad\x39\x58\x70\x7d\x93\x0d\xcc\xa6\x23\xec\x1d\x6c\x21\xaf\ -\xc4\x06\x45\x55\x66\x28\xa9\xb1\x42\x64\x82\x1c\x62\xd3\xff\x0d\ -\x79\x85\x7c\x2e\xe1\x2b\x38\xe4\x4b\x3e\x22\x00\x47\x04\x60\x79\ -\x65\x1c\xb9\x65\x4a\x98\x5a\xf6\xc5\xc0\xa4\x33\x06\xa7\x5c\x30\ -\x4d\xda\x89\x59\xa2\x60\x00\xa8\x7c\x06\xe0\x88\xdd\x4c\xd5\x2c\ -\x2c\x0d\xa3\xb8\x46\x8d\xb0\xeb\x13\x15\xa6\x08\x8b\x93\x44\x69\ -\xad\xd6\x59\x56\xb1\xdc\x05\xab\xe0\x46\x3a\xf5\x4e\x37\x52\x05\ -\xb4\x4f\xf3\xf2\xea\x18\xb2\x4b\xe4\xd1\xd8\x16\xcd\x9c\x41\x60\ -\xf4\xd7\xc6\xf4\x42\x69\xf0\x01\x28\x3b\xf5\x7f\xc4\xb2\xd3\xbc\ -\xb3\xbb\x4e\x2c\x28\xa0\xb9\x23\x86\x01\x88\x4a\xf9\x53\x9b\x5e\ -\x28\xc3\xb1\x40\x01\xb8\x57\x76\x74\xc3\xbe\x32\x83\xd2\xca\x60\ -\x14\xd5\x2a\xa2\xa5\x33\x09\x34\x38\x3a\xeb\x13\x80\xbf\x0b\xd9\ -\xa5\x0c\xc0\x83\x81\x6c\xf4\x47\x6a\xbe\x30\xc6\x17\x5d\xd0\x3a\ -\xa8\x86\xd6\xae\x54\xd4\x35\xc5\xa2\x6d\x40\x1f\xa3\x0b\xf6\x48\ -\xce\xfb\x76\x2c\x48\x4c\x4c\x6c\x78\xec\xd7\xf9\x84\xfc\x42\x69\ -\x83\x18\x7a\x27\xb5\xe0\xec\xf5\x1d\xae\x6e\xd6\x88\x48\xfa\x8e\ -\x81\x19\x1d\x14\xd6\x8a\x42\x49\xf3\xa5\xbd\xe0\xa9\x60\xef\xf9\ -\x41\xcc\x2d\xf0\x53\x85\x5b\xe0\x87\x21\x19\xa5\x17\x22\x74\xcc\ -\x23\xf8\x93\x91\x77\xd8\xc7\x21\x5b\xb7\x4f\x19\xff\x44\xdf\x3c\ -\xbb\x04\xb8\x98\xf9\x7c\x7a\x8a\x28\x73\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x76\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x3d\x49\x44\x41\x54\x78\x01\x63\xf8\xff\xff\x3f\x45\ -\x98\x76\x06\x34\x55\x33\xfc\xc7\x87\x89\x32\xe0\xff\xdf\xbf\x20\ -\x85\x10\xfa\xdf\x3f\x08\xfe\xfb\x87\x54\x03\x30\x01\x48\x8e\x4e\ -\x5e\xf8\x84\x0d\x0f\x7a\x03\x46\x0d\xa0\x3c\x1d\xd0\x3f\x37\x02\ -\x00\x62\x07\xdc\xb2\xf9\x76\xe9\x23\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ +\x00\x00\x01\xae\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x2f\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x00\x92\xa6\ -\xa0\xe4\x3f\x2a\xc4\xa2\xe0\xef\xff\xff\x40\xfc\x0f\x08\xff\xe2\ -\x52\x00\x07\x40\x05\xe4\x58\xf1\x18\x01\x87\xb3\x02\xcc\x70\xa0\ -\x3c\x36\x01\x61\x48\x43\x40\x5d\x9d\x71\x1e\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x2e\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x2b\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x31\x4e\x02\x51\x14\x45\xef\xff\xdf\x4e\ +\x5b\x59\x00\x5a\x9b\xb8\x07\x6a\x13\x0b\x1a\x0a\x96\x01\x6b\x60\ +\x1d\x26\x16\x1a\x0b\x5b\xdd\x04\xb1\x26\xa1\x87\x16\x4a\xe6\xb1\ +\x05\xc2\x9b\xe4\xc4\xcc\x3d\xfd\xbb\x73\xe6\xf4\x5f\x32\xc3\xa6\ +\x64\x07\x26\xdf\xf3\xe7\x88\x58\x4a\xf1\x50\x54\xd2\x7b\x97\x10\ +\x8a\x90\xb4\xa9\xd1\xad\x7e\x5f\xdf\xd7\x99\xad\x94\xf0\xe4\x6b\ +\x36\x8e\x56\xff\x24\xdd\x66\x76\x12\x1c\x5a\x2d\x4f\x3f\x2f\x6f\ +\xdb\x6b\x07\x6a\xe6\xeb\x5d\xab\x53\x71\x3f\x2f\x49\x77\xa7\x93\ +\xa6\x99\x81\x54\x80\x52\xca\x7d\xe6\xbe\x17\xaa\x46\xb9\xf3\x81\ +\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\x0b\xd0\x38\x00\x2d\ +\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\x0b\xd0\x38\x00\ +\x2d\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\x0b\xd0\x38\ +\x00\x2d\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\x0b\xd0\ +\x38\x00\x2d\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\x0b\ +\xd0\x38\x00\x2d\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\x40\ +\x0b\xd0\x38\x00\x2d\x40\xe3\x00\xb4\x00\x8d\x03\xd0\x02\x34\xa9\ +\x00\x11\xb1\xef\x4b\xe4\x6a\x3a\xed\x32\xe7\xa9\x00\x37\xb5\x7c\ +\x48\x3a\x66\x36\x92\x1c\x5a\xd3\x67\x66\xa0\xa7\xa7\xb3\xdd\x42\ +\xd2\xe3\x7f\x7c\x3a\x6b\x86\xce\x19\xac\x75\x31\x7f\x6b\x76\x9b\ +\x4d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xec\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xf5\x49\x44\x41\x54\x78\x01\xa5\xd3\x53\xba\x1d\x4b\ -\x18\x80\xe1\xef\xaf\xae\xe5\x63\xdb\xbc\x3c\xb6\xb1\xbd\xc7\x90\ -\x19\xc4\xb6\x35\x8c\x8c\x20\xb6\x9d\xeb\xd8\xb6\xd3\x56\xa5\xeb\ -\xe9\xd8\x78\x9b\x65\x4b\x5b\x5b\x1b\x4f\x43\x77\x75\x75\xf5\x13\ -\x91\x71\xc6\x98\x1a\x3c\x3a\x11\xf1\x8d\x31\x83\x75\xf1\x9a\xd4\ -\xd6\xf1\x5f\xab\xd9\x68\x92\xa6\x86\x87\xd1\x5a\x70\x1c\xc5\xf9\ -\xf3\xe7\xeb\x2b\x57\xac\x99\xa2\x6d\xcb\xcf\x3f\xff\x1c\xff\x77\ -\xce\x22\xc2\xc5\x2a\xe2\xb8\x4b\x19\x45\x4d\x5a\x2c\x5d\xd8\x87\ -\xe7\x9e\x7f\x1e\xa0\xa1\xa1\x14\xe5\x2e\xdf\xfc\xfa\x82\xed\x1a\ -\x56\xf9\x91\xf2\x6b\x1f\x53\xfe\x6f\x5a\x7d\x96\xed\xdb\x76\xf2\ -\xee\xbb\xef\x60\xe9\x28\x8a\x00\xc1\x88\xc6\x8b\xf2\xb2\x80\x01\ -\x11\xb9\xad\x92\x38\x49\x39\x7b\xfe\x32\xa0\xf9\xf8\x93\x4f\x50\ -\x92\x63\x69\xdf\xf7\xc9\xf3\x0c\xa5\x14\x61\x2a\x20\x58\x65\x4f\ -\x28\x0b\x9e\x38\x73\x11\xcf\x8f\xb0\x1a\xea\x45\x76\xef\xda\xc5\ -\x7b\xef\xbd\x43\x10\x04\x68\xfb\xca\xb2\x1c\x94\x26\x48\xcb\xd6\ -\x0c\x82\x00\x5e\x10\x71\xf1\x4a\x80\x31\x9a\x4a\x5d\x63\x11\x38\ -\xbc\xf7\xc1\xfb\x54\xb4\xc2\x36\xae\x3d\xcf\xc3\xe4\x06\xa5\x2a\ -\x84\xb9\x46\xa0\xcc\x17\x25\xc4\x89\x42\xd7\x5a\xdc\x4a\x1c\x87\ -\x7d\x7b\xf6\xf2\xe9\xa7\x9f\xe0\xba\x6e\xd9\x03\x83\xb1\x09\x44\ -\xb9\x06\x03\xc6\x5e\x45\xb8\xe2\x70\x17\xe3\x24\xbc\xf5\xf6\x5b\ -\x28\x45\x39\x04\xdb\x0d\x4b\x29\x8d\x53\x6d\xf1\x30\x89\x72\xc9\ -\xb2\x0c\x83\x60\x7b\xaf\xf3\x3c\xc7\x7a\xb1\xa1\x89\x4f\x84\x3c\ -\x4c\xab\xaa\x11\x65\x50\x22\x65\x0f\x0a\x57\x8e\x1c\x3e\xfa\xe2\ -\xcc\x89\x5f\xf3\xa8\x92\x28\xe5\xc8\x91\xa3\x00\x17\xa5\x38\x0b\ -\xbd\xb5\x5a\x6d\xac\x88\x69\x81\x28\xe0\x83\x4a\x45\xeb\x4a\xb5\ -\x2a\x8e\x52\x58\x59\xd1\xcb\x38\x8e\x4d\x9a\xa4\x09\x70\x08\x3b\ -\xed\x86\x4b\xbe\x1f\x8c\xd0\x69\x9a\xce\xb1\x0f\xe5\x16\x6e\xbd\ -\xf8\xca\x0b\x5b\xfe\x6f\x6b\xfb\xf2\xbb\x6f\xbf\xe7\xf5\xd7\x5e\ -\xb7\x71\x9c\x3a\x75\x92\xf5\x1b\xd6\x9b\x95\xab\x57\x6e\x0f\xae\ -\x84\xbf\x14\x95\xf9\x94\xb8\xeb\x38\x2b\xa5\x9e\xab\x37\xeb\xd3\ -\x9b\xad\xe6\x9f\xc5\xa1\xf9\x10\x30\x59\x9e\xed\x0f\xfd\x70\xc5\ -\x95\x4b\xee\x30\x11\xf1\xb8\xc5\x55\x77\x8f\xf2\x46\x07\x76\xcc\ -\xb0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x74\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x69\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf7\xee\x5d\ +\x32\x23\x23\xa3\x30\x03\x16\xf0\xff\xff\xff\xb7\xc2\xc2\xc2\x73\ +\x90\xc5\x18\x91\x39\xef\xdf\xbf\x57\xf8\xf7\xef\xdf\x7d\x6c\x9a\ +\x61\x80\x89\x89\x49\x51\x50\x50\xf0\x01\x9c\x8f\x2c\xf9\xeb\xd7\ +\x2f\x66\x7c\x9a\xb1\xa9\x61\xc2\xa5\x90\x58\x30\x6a\xc0\xa8\x01\ +\x83\xd0\x00\x36\x36\xb6\xbf\x84\x34\xa0\xab\x61\x44\x57\xf0\xf6\ +\xed\xdb\x14\x52\xb2\x33\x00\x58\x29\x23\x1e\x37\x0a\x5d\xda\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x2b\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x3b\x49\x44\x41\x54\x78\x01\x63\xf8\xff\xff\x3f\x45\ -\x98\x76\x06\x38\xa4\x49\xfc\xc7\x87\x89\x32\xe0\xff\xdf\xbf\x20\ -\x85\x10\xfa\xdf\x3f\x08\xfe\xfb\x07\x6c\x00\x7d\x5c\xd0\x7b\xcc\ -\x1e\x1b\x1e\xf6\x06\x8c\x1a\x40\x79\x42\xa2\x7f\x6e\x04\x00\x7f\ -\x76\xba\x48\xa6\xb7\x92\x83\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x91\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x02\x03\x00\x00\x00\x62\x9d\x17\xf2\ -\x00\x00\x00\x09\x50\x4c\x54\x45\x00\x58\x26\x00\xa6\x51\xff\xff\ -\xff\x25\xa5\x29\xf6\x00\x00\x00\x03\x74\x52\x4e\x53\xff\xff\x00\ -\xd7\xca\x0d\x41\x00\x00\x00\x34\x49\x44\x41\x54\x78\x01\x63\x58\ -\x05\x04\x70\x82\x09\x48\xac\x08\x01\x12\x0b\x83\x80\x44\xab\x17\ -\xc3\xaa\x45\xa2\x5a\x0c\xab\x5a\x42\x80\xb2\xa2\x41\x40\xa2\xd5\ -\x0b\x48\x2c\xd4\x02\x12\x2b\xc0\x3a\x30\x08\x00\xa9\xce\x25\x05\ -\x80\x1e\x13\xf6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x70\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x02\x00\x00\x00\x90\x91\x68\x36\ -\x00\x00\x00\x06\x74\x52\x4e\x53\x00\xff\x00\xff\x00\xff\x37\x58\ -\x1b\x7d\x00\x00\x00\x25\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x22\ -\xa0\x86\x06\x86\x38\x05\xac\x08\x9f\x06\xcb\xad\x5e\x68\x68\x98\ -\x69\x18\xd5\x40\x38\x69\xd0\x3e\xb5\x02\x00\x01\xd8\x39\x17\x83\ -\xda\x0c\xcb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x65\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x04\x00\x00\x00\xb5\xfa\x37\xea\ -\x00\x00\x00\x2c\x49\x44\x41\x54\x78\x01\x63\xf8\x4f\x00\x92\xa6\ -\x20\xe2\x3f\x2a\xc4\xa2\xe0\xef\xff\xff\x40\xfc\x0f\x08\xff\x02\ -\x15\x90\x63\xc2\x06\x04\x1c\xd1\x0a\x30\x03\x8a\xf2\xd8\x04\x00\ -\x9e\xd7\x34\x72\x5e\x59\xb0\x8a\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x44\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xa8\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf9\xee\x5d\ +\xf2\xff\xff\x8c\xc2\x0c\x58\x00\x23\xe3\xff\xb7\x12\xc2\xc2\x73\ +\x50\xc4\x90\x39\xcf\xdf\xbf\x57\x60\xf8\xfb\xef\x3e\x36\xcd\x70\ +\xc0\xcc\xa4\x28\x29\x28\xf8\x00\xc6\x65\x42\x96\x63\xfa\xc5\xc8\ +\x8c\x57\x33\x16\x35\x4c\xb8\x14\x12\x0b\x86\x81\x01\x2c\xc8\x1c\ +\xc6\x2f\x9f\x99\x98\x98\xfe\xe2\xd5\xc0\xf8\x8f\x19\xc5\x52\x14\ +\x03\x78\x57\x2c\x92\xe1\x58\xba\x14\xaf\x01\x3f\xa2\xa3\x65\x18\ +\x18\x18\x6e\xc3\xf8\x03\x1f\x06\xc3\xcd\x80\x3f\xe6\xe6\x2f\x19\ +\x98\xf0\x98\xc9\xc4\xc4\xf0\x47\x57\xf7\x15\xb2\x10\x23\xba\x9a\ +\xef\xd5\xd5\xb3\x19\xbf\x7c\x91\xc6\xa6\xff\x2f\x0f\xcf\x53\xee\ +\xd6\xd6\x54\x64\x31\x00\x75\x1f\x2a\x16\x68\xba\x17\x02\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x22\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x0b\x49\x44\x41\x54\x38\x4f\xa5\xd3\x4b\x68\x13\x51\ -\x14\x06\xe0\xff\x4e\xe6\x91\x34\x61\x62\x2c\x52\x4b\x6b\x7d\x34\ -\x7d\x80\x8a\x10\x8b\x45\x03\x32\x1b\xeb\xaa\x1b\x05\x71\xa7\x51\ -\x21\x28\x6e\x2c\x15\x21\x82\x14\xdc\xc4\x95\xf8\x80\x52\x45\x11\ -\x4b\x2d\x98\x85\x0b\x41\x37\xd2\x64\xd5\x8d\x29\x8a\x41\x29\xd1\ -\x95\xb5\xb6\x35\x8f\x89\xc9\x4c\x26\x65\x66\xee\x95\x84\x2a\xda\ -\x9a\x18\xf0\xc2\xd9\xdd\xf3\xdd\xff\xc0\xb9\x04\xff\x79\xc8\xfa\ -\xfe\x64\x72\x42\xd8\xdf\xe9\x12\x97\xa8\xc1\xda\xdb\xc3\x06\x21\ -\x60\x8d\xde\xf8\x03\xc8\xe7\x27\xbc\xbe\x16\xdf\x56\xd8\x54\x06\ -\x6c\xba\x6a\x3a\x0a\x92\x6a\x2c\x92\x9d\xa1\x4a\x3d\xe4\x17\xc0\ -\xbe\x3d\xf5\xc0\x6d\xf6\xd9\xcc\xe8\x23\x56\x79\x1b\x1c\x92\xce\ -\x71\x2d\x9f\x41\x85\x8f\xf0\x7c\xff\x44\x48\xd8\xfc\x1b\x52\x03\ -\x18\x03\x41\x65\x7a\x3b\x2c\x63\x40\xd7\xd2\xa7\x05\xa7\x3f\xc0\ -\xf1\xae\x0c\x58\xf6\x05\x68\x6b\x9c\x27\x62\x92\x78\x4f\xe4\x1b\ -\x00\x63\x3c\x34\x7f\xaf\x69\x66\x15\xca\x70\x59\x90\x43\x3b\x18\ -\x2d\x32\xaa\x4d\xbe\x16\xa4\xd6\x5b\x3a\xc4\x19\x8f\x27\xb4\xdc\ -\x38\x41\x71\xb2\xdb\x76\x18\x83\xd4\x2c\x9e\x21\xe2\xa1\xa0\x65\ -\x16\xc5\x95\x95\x54\x29\x97\xd3\xee\xf5\x74\xed\x8a\xca\x9d\xa7\ -\x72\x75\x81\xda\x18\x85\x29\x9f\x25\x91\xdd\x6c\x55\xdb\x43\x59\ -\x69\x60\xe1\x4b\x29\xb8\x90\xf5\xf6\x94\x0d\x51\x9f\x4f\xcd\x5d\ -\x18\xbd\xf2\x70\xaa\x21\x50\x43\xb4\x27\x6d\x26\xe1\x3a\x04\xc6\ -\x7c\x8b\x59\xd5\x39\x3b\x9b\x3e\xbf\x5c\xda\x72\xb4\x90\x2b\xeb\ -\xa9\x37\x1f\x4e\x66\x32\xea\xab\x44\x22\x61\xfd\x0e\x6d\xd8\x03\ -\xc6\x6e\x4b\x50\x25\x27\x2a\x30\xc3\x63\x73\x00\xa7\x46\xba\xba\ -\xfb\x2f\x11\x46\x58\xea\xed\x7c\xc4\x6e\x63\xf7\x63\x37\x63\xc6\ -\x4f\x64\x03\xb0\x3e\xa6\xa2\x28\x3c\x85\x75\x75\xf8\xf8\x50\x04\ -\x94\x33\xdf\xbf\x4b\x5f\x7f\xf4\xe0\xf1\x8d\xa6\x81\xb5\x8b\x24\ -\x70\x20\x70\x6d\xf8\xd8\x91\x8b\xd4\x22\xee\xcc\xd7\xdc\x1d\x22\ -\xf3\xd1\xf1\xe8\xb8\xfa\xcf\x04\x00\x38\x00\x12\x00\xe7\xc1\xe0\ -\xe0\x59\x65\x28\x38\xb2\x49\xf6\x6e\x7e\xf9\x3c\x3e\x9a\x98\x49\ -\xdc\x6d\x06\x70\x01\xf0\x00\x90\x01\xb8\xfb\xf7\xee\x3b\x27\x39\ -\xa5\xc3\xbd\xfe\x8e\x91\xd8\xf4\xb3\x78\x33\x40\x75\x0a\x1e\x80\ -\xb0\x56\x36\x80\xea\x5a\x57\x8b\x35\x0b\xd4\xfd\x90\x3f\x00\xc5\ -\x4a\xd1\x12\xe8\x9a\xc6\x83\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\xf2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x03\x00\x00\x00\x28\x2d\x0f\x53\ -\x00\x00\x00\x39\x50\x4c\x54\x45\x00\x00\x00\x39\x55\x78\x39\x55\ -\x78\x3f\x63\x8f\x42\x6b\x9c\x43\x6f\xa5\x56\x82\xb7\x49\x7c\xba\ -\x46\x7a\xba\x4c\x7f\xbd\x45\x7a\xbe\x56\x86\xc3\x64\x90\xc7\x7c\ -\xa1\xcf\x82\xa5\xd1\x86\xa7\xd2\x8f\xae\xd5\x9d\xb8\xda\xbc\xcd\ -\xe3\x2f\x13\x10\x79\x00\x00\x00\x0a\x74\x52\x4e\x53\x00\x58\x59\ -\x97\xae\xc0\xcd\xee\xf4\xf8\xf4\xc2\x56\xfa\x00\x00\x00\x5e\x49\ -\x44\x41\x54\x78\x01\x8d\x4f\x83\x01\x45\x31\x0c\xac\x71\xa9\x2e\ -\xfb\xef\xfa\x6d\xbe\xd8\x30\x5f\x00\xc0\xdd\xb1\x80\x85\x1e\x18\ -\xd7\xac\x4e\x34\x36\x4c\xbd\x44\x30\x79\x86\x89\x6b\x0b\x7b\x91\ -\x32\x08\x7b\x99\xd7\x58\x82\xf3\xf9\xd0\x85\xf3\x08\x52\x9c\x71\ -\x42\x2a\xae\x15\x35\xb9\x58\xae\x15\x87\x19\xda\xab\x94\x75\x9d\ -\xf1\xb6\xe5\xfd\x0e\xf3\x7a\xe9\xf5\x97\xad\xb0\x07\x45\x40\x05\ -\xc6\x5c\x07\x02\x66\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x9f\x49\x44\ +\x41\x54\x38\x8d\xdd\x92\x31\x0a\xc3\x30\x0c\x45\xbf\x52\x6f\x1e\ +\xbb\x45\x14\x32\xfb\x0c\xbe\x4d\x6f\x55\x7a\x0f\x5f\xc0\x93\x6f\ +\xe0\xb9\x43\xa6\x4e\xc6\x9b\x41\x9d\x0a\xb6\x89\x13\x3a\x05\xfa\ +\xb7\x2f\xe9\x3f\x81\x10\xa1\x92\x88\x10\x80\x3b\x80\x2b\xb6\xf5\ +\x26\xa2\xe7\xa0\x07\x88\xc8\x22\xc7\x5a\xea\xcc\xd4\x31\x2e\x43\ +\xfa\x60\xa6\x07\xfc\xac\xf3\x01\xaa\x36\x29\x25\x55\x4a\xd9\x0f\ +\x28\xd5\x64\x1a\x13\x42\x98\xbd\xf7\xbb\x00\x6b\xed\x0c\x20\x7e\ +\xfd\xf9\x37\xf8\x37\x80\x88\xc8\x51\xa0\x9f\x69\x00\xc6\x98\x95\ +\x88\xc6\xdb\xa6\x09\xc6\x98\xb5\xae\x35\x7f\xc0\xcc\xd1\x39\xf7\ +\xc8\x39\xdf\xb6\x00\x5a\xeb\x17\x33\xc7\xba\xf6\x01\x8f\x08\x4b\ +\x6e\x5d\xc3\x9e\xbc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ \x82\ -\x00\x00\x01\x4c\ +\x00\x00\x01\x17\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\x13\x49\x44\x41\x54\x78\x01\x95\x93\x45\x72\xc3\x40\ -\x10\x45\x7d\xbc\x6c\xc2\xcc\xcc\xcc\xc9\x3e\xbb\xdc\xc0\x8c\x07\ -\x33\xdb\x62\x66\xa9\x33\x1d\x16\x96\xf4\xab\x9e\x58\x6f\xb0\x73\ -\xe5\x72\xf9\xb1\x54\x2a\x49\xc5\x62\x51\xcf\x02\xf9\x47\xa9\x54\ -\x2a\xef\x39\x72\x21\x5a\x96\x05\xb6\x6d\x67\x86\x88\xec\x1c\xda\ -\x80\xa4\xd3\xe9\x40\xb7\xdb\x85\x5e\xaf\x87\x40\xbf\xdf\x87\xc1\ -\x60\x10\x02\x9f\x23\x24\x28\x70\x7e\x05\x85\x42\x21\x12\xfc\x69\ -\x62\x6a\xda\x47\xac\x20\x18\x7c\x36\x1a\x8d\x60\x6a\x71\xd9\x07\ -\x4a\x63\x05\x1c\xc7\x20\xbf\x02\x8a\xa2\x60\x61\x73\xdb\x07\x4a\ -\x53\x0b\x18\x86\x81\xb5\x83\x63\x1f\x28\x4d\x3b\x84\x48\xaa\xd5\ -\x6a\xfa\x49\x6c\xb5\x5a\x3e\xa9\xeb\xba\x40\xd6\xff\x57\x80\xfb\ -\x00\x05\xd8\x2d\x58\xdd\x3f\xf2\x81\xdd\x47\x81\xe7\xb9\x80\xc3\ -\xe2\x79\x36\x5e\x40\xd3\x34\x6c\x9f\x5d\xf9\x60\x59\x36\xbd\x00\ -\x5b\x3b\xb8\x7d\xf4\xc1\xf3\x7c\xfa\x21\x60\x6b\xc7\x8f\xaf\x3e\ -\x44\x51\x4c\x9c\x44\x9f\x80\xe3\x38\x10\x04\x01\x24\x49\x02\x45\ -\x51\x40\xd3\x34\x30\x0c\x03\x7e\xea\x04\xcf\xa6\x69\x82\xae\xeb\ -\xa0\xaa\xaa\x4f\x20\x43\xf6\xfc\x09\x48\x77\xde\x48\xb7\x1c\x02\ -\x64\xc4\xad\xd5\x6a\x85\x0f\xf2\xd5\x3e\xe7\x55\x4d\x3c\xa6\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x03\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x94\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf9\xee\x5d\ +\xf2\xff\xff\x8c\xc2\x0c\x58\x00\x23\xe3\xff\xb7\x12\xc2\xc2\x73\ +\x50\xc4\x90\x39\xcf\xdf\xbf\x57\x60\xf8\xfb\xef\x3e\x36\xcd\x70\ +\xc0\xcc\xa4\x28\x29\x28\xf8\x00\xc6\x65\x41\x96\xdb\xfd\xe1\xa0\ +\xf8\x8d\xbf\x77\xf0\xea\xd7\x60\x56\x11\x67\x60\x60\xc0\x6e\xc0\ +\x7b\xc6\x8f\x5c\x27\x7f\x5c\xc0\x6b\x80\x38\x8f\x28\x17\x32\x9f\ +\x09\xaf\x6a\x22\xc0\xa8\x01\xa3\x06\x50\xdf\x00\x76\x16\xd6\x1f\ +\x84\x34\xb0\xb2\xb0\x7f\x47\xe6\x33\xa2\x2b\x68\xb9\x3f\x6d\xde\ +\xcf\x7f\x3f\x25\xb0\x69\x66\x67\x62\x7f\x51\xa3\x98\x95\x84\x2c\ +\x06\x00\x95\xe4\x27\x69\x15\xed\x8b\x62\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xcc\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\ -\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\ -\x79\x71\xc9\x65\x3c\x00\x00\x00\xa5\x49\x44\x41\x54\x78\xda\x62\ -\xfc\xff\xff\x3f\x03\x25\x80\x89\x81\x42\x30\x6a\x00\x03\x03\xcb\ -\x72\x46\x46\x06\x46\x06\x86\x99\x40\x6c\x4c\x8a\x46\x60\xdc\x9d\ -\x05\xe2\x74\x96\x1f\x10\xbe\x71\x40\x5a\x9a\xf1\xd7\xaf\x5f\x19\ -\x7e\xfd\xfa\x05\xc6\xbf\x7f\xff\x06\xe3\x7f\xff\xfe\x81\x31\x28\ -\xba\x61\x98\x89\x89\x89\xe1\xda\x81\x03\x10\x17\xb4\x03\x89\x2c\ -\x20\xfe\xf9\xf3\x27\xc3\xf7\xef\xdf\x51\x0c\xf8\xfb\xf7\x2f\x8a\ -\x46\x18\x66\x04\xba\xfa\x23\x50\xcf\x34\x90\x01\xb7\x19\x18\x64\ -\xce\x31\x30\x5c\x7b\xb9\x70\x21\x49\x7e\x7f\x0a\xd4\x03\xd2\x0b\ -\xf4\x3a\x03\x1f\xc8\x20\x20\x66\x05\x62\x66\x22\xf5\xff\x05\xe2\ -\xdf\x40\xfc\x87\x71\x34\x29\x53\x6e\x00\x40\x80\x01\x00\xeb\xe7\ -\x5a\xad\x1b\x1c\xdf\xd7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\x7a\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x49\x49\x44\ +\x41\x54\x38\x8d\x9d\x92\xbd\x4a\xc3\x50\x18\x86\x9f\x93\x9c\x93\ +\x58\xb0\x62\x5b\x94\x8a\xa2\x48\x05\x27\x37\xbd\x01\xaf\xc2\xcd\ +\x0b\x70\x71\xf5\x12\x1c\xb4\xb7\xe1\xe6\xe2\xec\x22\x4e\x82\x20\ +\xe8\xe4\x4f\x27\x41\x70\x90\x96\x24\x27\x6d\x7e\x8e\x83\x6d\x48\ +\x49\x52\x8a\xef\x14\xf8\xde\xef\xc9\x73\x0e\x47\xfc\x7c\xf7\xde\ +\xc0\x74\xa8\xc8\x30\x0c\x86\x7a\xa4\xcf\xb6\x3b\x07\xdd\xb2\xb9\ +\x55\xb5\x38\x89\x31\xc6\xd5\x5e\xff\xb2\xf7\xfa\x70\xfa\x2f\xc0\ +\x18\x82\x0e\xfa\xdd\x32\x48\x06\x48\x92\x08\xdf\x1f\xe0\xfb\x03\ +\xb4\xf6\xb2\x82\x10\x16\xd2\x56\xd8\x96\x24\x1a\x06\x17\x9f\xbd\ +\xc7\xa3\x3c\x40\x4e\x3e\x6c\x4b\xe2\x2e\xd4\xc6\x54\x91\x15\xdc\ +\x85\x1a\xab\xed\xcd\xfc\x0f\xf7\x81\xab\x02\xc0\x18\x83\x49\xd3\ +\x3f\x1b\x20\x49\x93\x29\x55\xa5\xdc\xd2\xe3\xe5\x00\x29\x71\x1c\ +\x95\x96\x10\x02\xa5\x1c\xc8\x99\x15\x00\x96\x2d\xa9\xd5\x16\xcb\ +\x01\x33\x92\x01\xe2\x68\x34\x75\x79\xf9\x18\x60\xa9\xde\x00\x31\ +\xc3\x40\x2a\x87\xba\x6a\x66\x03\x3f\x08\x79\x7a\xf9\xc8\x55\xbf\ +\x00\x70\x1d\xb5\x32\xb7\xc1\xde\x6e\xbb\x60\x70\x7d\x73\xdf\xc8\ +\x77\x44\xd5\x53\x0e\xc3\x88\xe3\x93\x73\xe2\x38\x2d\x68\xdb\x52\ +\xde\x2e\xb7\x36\x3c\x0c\x5b\x95\x06\x7e\x10\x96\x2e\x03\x58\x96\ +\xd3\xc4\x70\x08\xbc\x57\xde\x81\xb0\x75\xe9\x72\x01\x36\x57\x6b\ +\x46\x64\xd5\xc0\x51\x92\xf5\xb5\x56\xe1\x18\x81\x0e\xfb\x9e\x1e\ +\x3d\x0b\xb8\x33\x82\x9d\x5f\x93\x99\x85\xb5\xbf\xce\x9a\xf8\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xed\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\x41\x49\x44\x41\x54\x78\x01\xbd\x90\x03\x72\x06\x41\ -\x14\x84\xe7\x4e\xb1\x4b\xc9\x01\x62\xdb\xb6\x6d\xdb\xb6\x6d\xdb\ -\xb6\x6d\x1c\xa2\x33\x2f\xb6\xf3\x4f\xd5\xb7\xec\xfd\x5e\xef\x30\ -\x15\x35\x25\x3f\x1b\x3b\x2b\xbc\xc4\xcc\xc2\x84\x80\x81\xa1\x9e\ -\x19\xfb\x68\x51\x78\x76\x76\xf6\x4d\x46\x47\x47\x60\x64\x62\x00\ -\x3e\x44\xe3\x43\x41\x7f\x7f\x1f\x52\xd3\x52\xde\x83\x04\x2f\x89\ -\x7b\x26\x98\x98\x98\x40\x69\x69\xe9\xa7\x94\x95\x95\xa1\xbc\xbc\ -\x9c\x04\x78\x10\xd0\x7f\x52\x03\x03\xcf\x4c\x08\x9b\x14\x7f\x0b\ -\x05\x9b\xec\x75\x12\x50\x03\x7a\x80\xd1\xf5\x2b\xf4\x2e\x9e\x7f\ -\x09\xca\xd2\x37\x0f\x0d\xe8\xa6\x76\xec\x08\xd1\x0d\xeb\x5f\x81\ -\xb2\xb7\x02\x3d\x03\x1d\x6a\xf0\x73\x01\x6d\x08\x35\xf8\x95\x40\ -\xe0\x0d\x22\x6a\x57\x51\x3a\xb8\xff\xbc\x81\x84\x59\x21\x6a\xb8\ -\x20\xaa\x7e\x8d\x42\x74\x46\x64\xdd\x1a\xc2\x79\x38\xa4\x6a\x05\ -\xfe\xe5\x4b\xf0\x2c\x5e\x84\x53\xfe\x1c\x6c\x73\x66\x91\xde\xb1\ -\xfd\xbc\x81\xba\x6b\x16\xb2\xba\x76\x60\x9f\x3b\x0b\xfb\x9c\xdb\ -\x90\x6d\xf6\x2c\x6c\x38\xd6\x59\xb3\xb0\xca\x9a\x81\x65\xe6\x2c\ -\x2c\x32\x66\x60\xce\x49\x6e\xdd\x7a\x14\x54\x54\x55\x20\x82\x4f\ -\xa3\x90\x55\x26\x05\x67\x6e\x83\xe9\x33\x30\x4d\x9f\x86\x09\x3f\ -\x9b\xa4\x4d\xc3\x38\x75\x1a\x46\x29\xd3\xc8\xec\xdc\x85\x92\x43\ -\x2a\xe4\x75\x3c\xf2\x98\xac\x7e\x44\x3f\x99\xbe\x8b\x9c\x7e\xe8\ -\x38\xfb\x8b\x75\x0d\x15\xce\x66\x94\x5a\x42\x0f\x18\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd3\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x6a\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x06\xff\x19\x18\x9d\x36\xc6\x24\x33\ +\x30\x30\x08\x33\x60\x07\x6f\xf7\x05\x2c\x99\x83\x2c\xc0\x88\xcc\ +\x71\x58\x9f\xa0\xc0\xcc\xf8\xe7\x3e\x0e\xcd\x0c\x0c\x0c\x0c\x0c\ +\x7f\xff\xb3\x28\x1e\x08\x5c\xf0\x00\xc6\x67\x42\x96\x64\x62\xf8\ +\xcf\x8c\x4f\x33\x36\x35\x4c\xb8\x14\x12\x0b\x46\x0d\x18\x35\x60\ +\x10\x1a\xf0\x8f\x81\xf1\x2f\x21\x0d\xe8\x6a\x18\xd1\x15\x38\x6d\ +\x88\x49\x61\x20\x21\x3b\x03\x00\x19\x4a\x19\x1e\xc7\x4e\x81\xb2\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\xbf\x61\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x9a\x49\x44\x41\x54\x38\x4f\xa5\x93\x5d\x48\x53\x61\ -\x1c\xc6\x9f\xb3\x9d\xa3\x9e\x39\x43\x50\x74\x8a\x62\x9a\x64\x7e\ -\x65\x32\x73\xd3\xb4\xa0\xc4\x75\xd3\xc0\x2e\xac\x9b\x30\x2b\x25\ -\xa2\x9b\xc8\x0c\x31\xbc\x90\x20\x84\xae\x82\xcc\x02\x4b\x41\xb3\ -\x98\x61\xc4\xfa\x42\x6f\x76\xd1\xb0\xc8\xc4\x34\x85\x40\xcd\xa5\ -\xf3\x1b\xe6\x57\x67\xc7\x73\xce\xde\x78\x9d\x9b\x2e\xc5\x9b\xce\ -\xdd\x79\xdf\xf7\xff\x7b\x9f\xff\xf3\xbc\x7f\x06\xff\xf9\x31\xff\ -\xd6\x0f\x00\xa1\x2e\x96\xbd\xce\xc9\xf2\x83\x7c\x40\xf0\xed\xf7\ -\x03\xe1\xb3\x1c\x67\x8e\x94\xa4\x8e\x1c\x40\xf2\xad\x07\x00\xec\ -\x00\xbf\xc4\x07\xb7\x1b\xef\x35\x98\x3f\xd7\xdc\x6e\x8a\x14\xc4\ -\x1b\xf4\x30\x2d\x9e\xe6\x43\x06\x53\x2b\x2a\xa2\x7e\x3e\x6a\xaa\ -\x34\x49\x52\xeb\x0e\x00\x2d\x96\x92\x12\xef\x27\x9f\x3b\x7f\x8d\ -\xd7\x68\xb0\x3c\x3f\x87\x5f\x9d\x96\x7a\xc6\x39\xd3\xc2\x65\x66\ -\x3c\x49\xbb\x52\x51\x44\x04\x01\xd3\xdf\xfa\xf0\xbb\xeb\xf5\xc5\ -\x08\x49\x7a\x4e\xe1\x7e\x05\x36\xb5\xfa\x71\x72\x75\x75\x25\xaf\ -\xd5\x02\x8a\x02\xb0\x2c\xfe\xb8\x5c\x18\xb3\xbc\xec\x4b\x29\x2b\ -\xd7\x73\x2a\xd5\xc6\xa5\x0c\xc7\x61\xc9\xe9\x5c\x77\x34\x36\x5e\ -\x3e\xae\x28\x6d\x7e\x00\x95\xb9\x9a\x67\x9c\xca\x28\x39\xab\x21\ -\x6e\xb7\x57\x21\x01\x58\x5d\x34\xe4\x99\x59\x42\x7f\x88\x2c\x13\ -\x26\x3c\x1c\xbd\x77\x6a\x9d\x31\x82\x3b\x33\x1b\x70\x05\x78\xd0\ -\xcd\xb2\x05\x51\xa7\x4d\x6d\x09\x27\x4f\x25\x78\x56\x56\xbd\x84\ -\x75\x99\x10\x51\x20\x9e\xd5\x35\x59\x0a\x09\xc2\x78\x4f\x8f\x4d\ -\x33\xf4\xa3\x94\x16\x6f\x28\xda\x9e\x02\x01\x98\x6e\x8e\xd3\x87\ -\x1e\x4a\xf9\x92\x5e\x7e\x89\x51\x16\xe6\xc1\x88\x12\x51\x26\x1d\ -\x50\xed\x4f\x24\x83\x1d\xed\xbd\x41\xf3\x8b\xa5\xf9\x82\x30\xb5\ -\x6b\x0a\x6f\x42\x90\x18\x16\x1d\x6f\xc9\xa9\xbc\xaa\x5f\xb7\xd9\ -\x36\xf8\x84\xaa\xd8\xec\x47\x88\x8b\xc7\xe8\x3b\x6b\xbd\x76\x66\ -\xee\xae\x2f\xca\x00\x0f\xdc\x69\xa9\x96\x24\x83\xa1\x88\x9d\x72\ -\x6e\x79\x90\x9e\x06\x79\x78\xd8\x6b\x20\xcf\x63\x25\x4c\x8b\x91\ -\x57\x9d\x0f\xf7\x09\xe2\x2d\xfa\x4e\xb6\x52\x60\x59\x7b\x56\x55\ -\x55\x9e\xd2\xdf\x0f\x10\xef\xad\xc1\xc5\xc5\x18\x78\xd6\x8c\xf4\ -\xfc\x02\x28\x13\x13\x5e\xa8\x5a\x0d\x55\x61\xa1\xf2\xbd\xae\xae\ -\xf6\x84\x2c\x37\xf8\x01\x23\x40\xc4\xe2\x91\xc3\xdd\x29\x47\x0d\ -\xd9\x2a\x87\x03\xca\x81\x24\x8c\x7c\x7c\x6f\x67\x26\x26\xeb\x22\ -\x4c\xa6\xe6\x58\x9d\x2e\xc1\xb3\xb0\x00\x31\x46\x87\x81\xd6\x96\ -\xae\x58\x41\xbc\x90\x05\xac\x05\x98\xf8\x36\x18\x07\xc3\x32\xf5\ -\x2f\xb2\xce\x98\xb3\x87\x3b\x2d\x3d\xca\xe0\x50\xd9\x31\x60\xfa\ -\x13\x50\x10\x64\xcc\xfd\x10\x97\x6b\xd0\x8c\x5a\xad\x8d\xea\xb1\ -\xf1\x2a\xdf\x33\xdf\x31\x0b\x5f\x81\xc8\x15\x96\xb5\xda\x65\xb9\ -\xa4\x16\x58\xf2\xb9\xfd\x14\xd0\x65\x00\x35\x1e\xe0\xa6\x11\x58\ -\xde\x35\x85\xcd\x45\x8e\xb6\x0f\x80\xa7\x1d\x6f\x8b\x99\x0e\x10\ -\x1d\x2e\x11\x80\xb2\x17\x60\xaf\x3d\x5f\xa6\x7e\xee\x5f\x00\x6c\ -\x04\x20\xc3\xbe\x1e\x57\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x22\ +\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1d\x87\x00\x00\x1d\x87\ +\x01\x8f\xe5\xf1\x65\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x20\x00\x49\x44\ +\x41\x54\x78\x9c\xec\xbd\x69\x9b\x24\xb7\x91\x26\xf8\x1a\xdc\x23\ +\x22\xef\xb3\x8e\xac\xfb\x2e\x56\x15\x6f\x4a\x24\xd5\xea\x9e\x9e\ +\x7d\x7a\xfe\xc1\xfe\xee\x9d\x9d\xe9\x56\x53\xa2\x28\x91\xa2\x4e\ +\x5e\xa2\x58\x67\x66\xc6\xe1\xb0\xfd\x00\xbb\xe0\x11\x91\x55\x95\ +\x55\x1a\xf6\xb3\x8f\x5c\x62\x16\xd2\x13\xee\x00\x0c\xf6\xda\x05\ +\x03\x9c\xae\x5d\x79\xf0\x6b\xfc\xe3\xfa\xc7\xf5\x8f\xeb\xff\x57\ +\x17\x13\xfe\xef\x3f\xfc\xe1\x97\x9f\x3c\xaf\x5e\xfa\x3f\xd1\x99\ +\x7f\x5c\xff\xb8\xfe\x71\xfd\xd7\xbc\x5a\x2d\x4c\x8f\x26\xc8\xb3\ +\xd9\x8f\xd9\x97\x7f\x5c\xff\xb8\xfe\x71\xbd\xc2\x45\x20\x0c\x37\ +\x57\x5f\xea\x19\x13\x00\x79\x36\x43\x37\x9d\x61\xd0\xb6\x34\x1c\ +\x26\x7d\xa3\xfe\x43\xb1\x91\xf8\xb7\xb9\x0a\xf1\x66\x8a\xf7\x69\ +\xee\xcf\x56\xe4\xc5\x7f\xa0\xf0\x87\xba\x09\xff\x2d\x95\x8a\x8b\ +\x5a\x47\xdd\xd5\x34\x57\x81\xaa\xca\x0b\xfa\x98\x16\x8d\x6b\xc1\ +\x33\x0b\x7b\xa6\x85\x45\x7d\xa3\x39\xfa\x95\xe6\x38\xd6\x58\xda\ +\x78\xf9\x5b\xf8\x63\x0a\xcf\x00\x00\xcb\x5f\xd3\xdc\x53\x8b\xdf\ +\xdb\xbb\x69\xf4\x5a\x3e\x65\xd5\xcd\x04\x20\xc7\xae\xe8\x1f\x08\ +\x60\xb0\xbc\x3d\x55\xcf\xe8\x13\xc9\x5e\x9a\xe6\xdf\x5f\xcd\xdf\ +\x92\xf1\x2e\x9b\x20\x5a\x42\x7d\x2e\x7f\x8b\xaf\xa6\x45\x2f\xa1\ +\x79\x8a\xcc\xdf\x8f\xfd\x5f\xd8\xfc\xdc\x4b\x89\xe0\xb3\x3c\x3f\ +\x60\x1f\xd2\xe2\x17\x04\x9a\x50\x35\xbf\xff\xf3\xff\xf9\xe2\xb8\ +\xe3\x97\x37\xe8\xdb\xfe\x8d\xa6\x21\x8c\x86\x4d\xd2\x0e\x24\xef\ +\xd1\x3c\xa8\x28\x85\xb2\xd0\x36\x20\x73\x21\xae\x28\x90\x3f\xfe\ +\xa9\xba\xcb\x48\x81\x00\x14\x5e\x14\xe9\x42\x4a\x7d\x06\x51\x0a\ +\x75\xea\x17\xf7\xfa\x1c\xea\x40\xbb\x5a\x3a\x9b\xc3\x78\x19\x1c\ +\x9a\x65\x67\x4f\x7b\x1d\xd5\xcc\x90\xd2\x82\xf1\x52\xdd\x7f\xae\ +\xfa\x5f\xd3\x81\x16\xd4\x07\x05\x06\xe3\x8a\x31\x6a\x9a\xc7\x47\ +\xfb\xc2\xa5\x07\x84\x44\x3d\xd2\xf4\xe7\xa2\x37\x2e\x8a\xe3\xe2\ +\xd0\x67\x5e\xd2\xe7\x5a\x70\x44\x80\x54\xf5\x13\x90\x99\xa9\x0f\ +\xfc\xd4\x9f\xaf\xd4\x17\x5c\x7d\x3e\x5c\x2c\x4c\x49\xba\x58\x51\ +\x99\x9e\x37\x76\xf4\xc6\x4e\x95\x40\xa3\xc2\x23\x32\x0d\xb5\x50\ +\xa8\xe9\xc0\x56\x5f\x2b\x54\x74\x48\x75\xbb\xcc\xf3\xc0\x77\xdc\ +\x59\x57\xbc\x1f\x81\xd7\xb5\xce\xff\xfb\x3f\xbf\x3c\x46\xa5\x48\ +\x5f\xec\x9a\x13\x00\x20\xf8\xc0\x17\x10\x79\x11\xf0\x43\xad\xd7\ +\x04\xfc\x79\x20\x9c\x08\xfc\x05\x8c\x71\x1a\xe0\x27\x00\x4c\xec\ +\x3d\x30\xe0\x47\x50\xbc\x02\xf0\x23\x48\x7d\xf8\x0b\xc6\x1b\x81\ +\x70\x32\xf0\x29\xbe\xf3\xef\x0e\x7c\xc2\xeb\x00\x3e\x00\x64\xa6\ +\x8a\x0e\xaf\x0c\x7c\x1f\x82\x03\x5f\xff\xfe\x4a\xc0\x2f\x60\xcf\ +\x28\x86\xea\x8b\x01\x3f\x8c\x2b\x4a\x7c\x50\x6d\x95\xb1\xdb\xb8\ +\x91\x46\xf3\xb4\x93\xa7\x17\x00\xbf\xd4\x99\xd7\xfc\xcc\xec\x1c\ +\x87\xe5\xa2\x61\x5e\x00\x84\x0e\x9c\x08\x7c\xbf\x29\x0f\x2d\x05\ +\x7e\x4f\x16\x86\x01\xd9\x2f\xa7\x00\xbe\xb4\xf9\x5f\x02\xf8\x3d\ +\x5a\xfc\xa8\xc0\x9f\xeb\xe7\xcb\x02\x1f\x70\xf6\x67\xf2\x7e\xf2\ +\xd2\x79\x09\x9c\xb9\x1c\xf8\x65\x70\x02\x7c\x6f\xef\x54\xc0\x0f\ +\xbf\x97\x0e\x73\x45\x59\x07\x7e\x5d\xff\xb9\xc0\x47\x4f\x53\xbf\ +\x24\xf0\xfb\xd6\x46\x65\x3d\xf4\x80\x1f\xaa\xd9\xbb\x9e\x0f\xfc\ +\xea\x0f\x65\x9e\xaa\xb9\x5f\x7a\xc5\x5a\x95\x30\x98\x13\x00\xa4\ +\x84\x7a\x31\xe0\x7b\x55\x46\x2d\xdd\xe6\x09\xee\x53\xb8\x80\x49\ +\x18\x91\x00\xfd\x3a\x06\x7c\x63\x24\x30\x15\xf1\x19\xc0\xa6\xed\ +\x2f\x03\xbe\xfe\x96\x85\x61\x48\x1e\x0b\xc0\x37\x4d\xc7\xd6\x61\ +\x8a\xaf\xf6\xfe\xb0\xd0\x31\xd9\x8f\x65\xc0\xf7\x5e\x9c\xe0\xaa\ +\x28\x21\x39\x00\xdf\x48\x4a\x2e\xac\xa8\x57\x3f\x8e\x2e\x7a\x18\ +\xac\x0c\xa8\xbc\xa9\x34\x0a\x24\x5b\x2e\x1c\xa2\x96\x57\x42\x4b\ +\xab\x15\x41\xfb\xf5\xcd\xc5\xd6\xbb\x65\x66\xa5\xff\xc4\x2e\x34\ +\x93\x8f\x97\xe2\x78\x89\x59\xee\x27\xa4\x30\xbf\x24\x7d\x47\xa5\ +\x05\x59\x38\xa7\xa2\x72\x1f\xf8\x8b\x2d\xcf\xd8\xfd\x30\x2e\x05\ +\x3b\x4b\xb9\x2f\x44\x22\x30\x8c\x4b\x7a\x2d\x54\xe3\xd7\x32\xf7\ +\xf0\xb0\x04\xf8\x5a\xa9\xff\xac\x4d\xa2\xbe\x47\x79\xc5\x08\xce\ +\x06\xc3\xf2\x4c\x56\xdd\x56\xdd\x0e\x24\x60\x60\x81\x00\x48\x44\ +\xb5\x54\xec\x99\x82\x11\x65\xce\x48\xd5\x00\x5e\x10\xf8\xde\x97\ +\xa5\xc0\x87\x0e\x2e\x00\x1f\x54\xe6\x3d\xce\xf6\x0b\x02\xbf\x06\ +\x3b\xaa\x71\x99\x89\x1b\x80\x1f\x5e\x2d\x7d\x0e\x6f\x7d\x59\xe0\ +\xc7\xfe\xa3\x57\xc7\xa6\xdc\x5f\xd6\x07\x7e\xea\xbf\x33\x8c\xbf\ +\x6a\x96\x82\x57\x1d\xc7\x12\x1f\x49\x3d\xfa\xd4\x81\x09\xbc\x38\ +\xf0\xb1\x60\xbe\xea\x31\x96\x59\x8e\xc0\x87\x80\x5d\x2c\xae\x9e\ +\x85\x23\xf6\x59\xe8\xff\xab\x00\xbf\x1a\x75\xaf\x9e\x17\xfc\x3e\ +\x29\xc6\x9e\x03\xfc\xd0\xda\x42\xde\xed\xf3\xf1\x8b\x03\xbf\xcf\ +\x1f\x3d\x04\xa1\xee\x92\xf2\xca\xbc\x85\x9f\x73\xd7\x02\x18\xc8\ +\x70\x18\x85\x95\x38\xfc\x47\x00\x78\xa1\x0b\x50\x5e\xde\xf7\x6d\ +\x55\x32\x70\x35\x4e\xc0\x5f\x57\xf8\xb8\x90\x30\x92\xbd\xd0\x95\ +\x8b\xf4\x0a\x62\x5d\x19\xcc\xa5\x1d\x87\xa0\x56\xaa\x34\xa0\x00\ +\x3f\x20\xd8\x09\xe0\x02\x81\xaa\x15\x85\x3e\x58\x48\x5e\x78\x32\ +\x23\x68\xdf\xa0\x43\x33\x9b\x92\xed\xcf\x24\x7f\x90\xfe\xe7\xd0\ +\x7f\x36\xb1\xe0\x74\xa8\xfa\xcf\xd2\x97\x24\x96\x4c\x26\x97\xe2\ +\x28\x1a\x30\x89\xc6\xd4\xb7\x04\x66\xe4\x6a\x80\xc9\xc9\x51\xd5\ +\xf1\xb1\x70\x94\x4f\x4a\x67\x76\x4d\x07\x14\x0d\x93\x6c\x5c\x6c\ +\xe3\xaa\x4d\x0a\x54\x1c\xeb\x72\x22\xf2\x34\x19\x8d\x35\x20\xac\ +\x94\x53\x16\x62\xe9\x95\x3e\x34\x27\x34\x64\xdd\x60\x6e\xbc\x5c\ +\x78\x0f\xa2\xf5\x38\x8c\x90\x43\xdb\x6c\xf4\x55\x11\xe1\xbc\x68\ +\xea\x8b\x93\xcd\x37\x33\x9b\xf8\x67\x0e\x6d\xdb\xbb\x54\x8a\xc9\ +\x7b\x84\x76\xc9\x04\x52\xaa\xc1\xde\xf3\xf9\x99\x99\x18\x2c\xa4\ +\x4b\x82\x01\x27\xe9\x1c\x98\x5e\x02\xf8\x6a\x5d\x89\x38\xac\x02\ +\x01\xb3\xd9\x74\x04\x60\x05\x85\x95\x32\x80\x2e\xfc\x67\xcd\x2f\ +\x70\x01\x88\xcc\x4e\xed\xcd\x4e\x31\x79\x40\xec\x22\x2d\xf4\x47\ +\x27\x57\xdf\xde\xf7\xa7\x94\x98\xc1\x26\xe3\x30\x68\x33\xef\xe7\ +\x07\x57\xea\xb0\xcb\xb9\x48\x00\x00\x1c\x84\x55\x2d\x8b\x2a\x69\ +\xe0\x13\x68\x8c\x50\xdf\x07\x52\xe5\x6f\x9d\xec\xf7\x05\xb2\x54\ +\x72\x26\xd0\xa1\xea\xbf\x83\xa2\x94\xb3\x99\x6f\x73\xa6\x3e\x1b\ +\xf0\x49\x85\x2a\x57\x03\x54\x3b\xb1\x30\xec\x68\x34\xa4\xd1\x68\ +\x98\x06\xa3\x41\x43\x00\x06\x83\x01\x40\x25\xaa\x32\x18\xb4\x89\ +\x01\xee\x66\x1d\x03\x40\xd7\xcd\x90\x33\x33\x72\xe6\xc9\x64\xca\ +\x93\xc9\xb4\xeb\x66\x5d\x31\x27\x97\x08\xe4\x68\x8b\x56\x63\x31\ +\x7c\x24\xbb\x5f\x4c\x7d\x17\x98\x0e\x7c\xa6\x22\x5c\x4a\x7d\xf8\ +\x18\x8d\x0f\x6c\xc1\x70\xce\xb5\x63\x44\xc8\xd7\xd3\xb1\xc0\x02\ +\x88\x72\xb7\x4c\xab\xcf\x0d\x45\xbe\x29\x22\x8a\x51\x0b\xd9\xea\ +\x85\xd5\x7c\x47\x52\xf8\xe4\x30\x47\x61\xea\xe6\x29\x07\x41\x57\ +\xa6\x8d\x95\x8c\x4e\x47\xee\xf1\xb7\x49\x6f\x33\xef\x29\x9a\xfa\ +\x85\xee\xd9\x79\xcb\x95\x8a\x18\x02\xa5\x8d\xd9\x6c\xba\x01\x60\ +\x13\x05\xf0\x53\xf9\x6f\x22\xc3\x30\x21\xb0\x30\x06\xd0\xa7\x68\ +\x40\x2b\x89\xa4\x21\x78\x80\x28\x0c\xb1\xf4\xa3\xf6\xa7\xb2\xf4\ +\xad\xe7\x1b\x29\x01\x74\x5a\x44\xe3\x3b\x53\x11\xa2\x00\x8e\xe2\ +\x32\x59\x53\xd1\x04\x09\xac\x11\x26\xac\xfa\x35\x94\x2b\x1c\x45\ +\x86\xef\x4d\x66\xec\x68\x3d\x81\x45\x6a\x05\x7b\x46\x80\xec\xcf\ +\x44\x8d\x2f\xdc\x06\x06\x23\xb1\xeb\x65\x92\x58\x42\x16\x26\x55\ +\x20\x10\x80\x44\x0d\xd6\x37\xd6\x9a\xf5\x8d\xb5\x66\x65\x7d\xb5\ +\x59\xdf\xdc\x68\xd6\xd7\x56\x9b\xb5\xb5\x95\x66\xb0\x3a\x4c\xa3\ +\xc1\x30\x0d\x47\x23\xa2\x14\x44\x22\xcf\x59\x5f\x36\x96\x45\xa6\ +\x3e\x33\x83\x39\xf3\x64\x3c\xe5\xe9\x74\xda\x8d\xc7\x13\x3e\x3e\ +\x3c\xee\x8e\x9e\x1d\x75\x47\x87\xc7\xdd\xb3\xc3\xc3\xee\xd9\xb3\ +\xc3\xee\xf8\xf0\x28\x53\x98\x8b\x14\x96\x89\x88\x18\x99\x65\x1a\ +\x8d\x2a\x30\x5f\xda\x04\x47\x5a\x40\x23\x38\x8d\x8a\x70\x64\x9f\ +\x4d\x12\xe0\xb3\xd3\xb7\x52\x0c\x82\x98\x4a\x6b\xf7\x34\x7e\x14\ +\xa0\x24\xea\x7b\xa9\xc6\xaf\xa4\x52\x6f\xbe\x6d\xba\x96\xf3\xca\ +\x42\xe0\x73\xe8\x73\xc5\x4e\xa9\xc7\xdf\x64\x3a\x3c\xe6\xb6\x14\ +\x7a\x2a\x2b\xb1\xd0\xc7\xc6\x5e\x94\x5f\x29\x37\xda\x57\x00\xe8\ +\xba\xe9\x0e\x80\x5d\x14\xe0\x1f\xcb\x7f\x7a\x31\x44\x08\x2c\x16\ +\x00\x20\x97\x9a\xda\xbb\x00\x7e\x22\x4e\x00\x91\x08\xf4\x25\x20\ +\x92\xe9\x62\x2a\x13\x5e\xf9\xbf\x01\xb0\x22\x71\x68\x09\x53\xc0\ +\x98\xa1\x2f\xb9\x0b\x75\x2b\x00\x6a\x87\x7b\x9a\x9d\x63\xd9\x69\ +\x8b\xfe\x64\xa6\x94\xaa\x26\x17\x69\x00\xe4\x12\x5d\x33\xad\xdd\ +\xd3\x48\xcb\x34\xbe\xf4\x50\xa4\xb8\x6b\x2d\xd5\xec\xa3\xe1\x30\ +\xed\xec\xef\xb4\xdb\x3b\x9b\xed\xf6\xee\x4e\xb3\xbd\xb3\xd9\x6e\ +\x6e\x6d\xb6\xa9\x49\x75\x18\x8b\x74\x4e\xc2\x18\x0d\xf8\x41\x4b\ +\xca\xdf\x58\xb8\xd7\xc0\x2f\x0c\xcf\xc2\x4c\x44\x00\x51\x43\x2b\ +\x6b\x0d\xad\x62\xa5\x0a\xf0\x30\x2b\x90\x81\xd9\x6c\x96\x1f\x3f\ +\x7a\xd2\x3d\x7d\xfc\xa4\x7b\xfc\xf0\xc9\xec\xf1\xe3\xa7\xb3\x27\ +\x8f\x1e\xcf\xa6\xb3\x19\xc0\x1a\xf1\x76\xe0\xcb\xe8\xc2\x1c\x2b\ +\x03\xd7\x9a\xab\xfc\x93\x6a\x20\x54\xc0\x57\x9c\x84\xb9\x37\xe6\ +\x7f\x1e\xf0\x83\x75\x58\x01\x1f\xbd\x67\xab\x09\x9c\x37\xd1\x99\ +\x89\x39\x28\xb6\x0a\xf8\xb5\x02\xa8\x81\x8f\xe0\x0e\x39\x4f\x24\ +\x13\x6e\x71\x12\xfb\x5a\x9e\xeb\x38\x37\xe9\x08\x6b\x6b\x49\xc5\ +\x2d\x33\x1a\x0e\x73\x90\x73\xb7\x03\x60\x1f\x05\xf8\x87\x52\x39\ +\xba\x02\x19\x8b\x2c\x00\x24\xaa\x97\x1d\x12\x94\x48\xba\x70\x9b\ +\x98\x29\x91\x19\xeb\x4c\x71\x1d\x92\x28\x53\x45\x12\x05\x42\x98\ +\xe4\x7a\xa0\x08\xf7\x29\x30\x82\x0c\x30\xf8\xec\x75\x1a\x4a\x00\ +\x60\x04\x68\xff\x57\x62\xef\x4f\x40\xd1\x22\xbf\xed\x44\x8d\x6f\ +\x11\xc4\xe7\x68\x24\x63\x6a\x1d\x0b\x17\xb5\x21\xfd\x57\x6d\xb8\ +\xbe\xbd\x99\xce\x9c\xdb\x1b\xec\xed\xed\xb4\x7b\xe7\xf6\xda\xed\ +\x9d\xad\x96\xe6\x3b\xaf\x43\x82\x69\x90\x8a\x6f\xbc\xdf\x7d\xe0\ +\x2b\x8d\x16\x01\x9f\x69\xd9\x5a\x7e\x00\x3e\xa3\xa2\xd1\x60\xd0\ +\xa6\xbd\xfd\xdd\xb4\xb7\xbf\x3b\xd0\xfb\x39\x33\x8e\x9e\x1d\x75\ +\x3f\xfc\xf5\x87\xd9\xf7\x7f\xfd\xdb\xec\xc9\xc3\x27\xb3\x47\x8f\ +\x9f\x74\x4e\xc6\xfe\x1c\xd3\x92\xf9\x36\xa1\x4d\x06\x04\xd3\xda\ +\x32\x16\x37\xd7\xe6\xc0\xbb\x10\xf8\xc1\x3a\x34\xe0\xab\xc5\x66\ +\x31\x9d\x30\xdf\x00\x12\x71\xf1\xd9\x33\xd5\x4a\x22\x39\xd0\xe2\ +\xb3\x15\xf0\x4d\xb8\xd7\x7c\x3f\xb7\x92\x61\xe3\x8d\x9d\x45\x6d\ +\x2d\x85\x32\x74\x81\x3a\x5a\x12\x15\x48\x6c\xb9\xb1\x09\x9c\x83\ +\x9c\xbb\x6d\x14\x0b\xe0\x10\x05\x2a\x33\xb8\x1b\x30\x93\x5e\x2d\ +\x88\x01\xcc\x15\xca\xe3\x89\xad\x79\x2a\xb0\x64\x2a\xe1\x31\x35\ +\x0c\xd5\xc4\x9c\x63\x2a\x52\x2d\x8b\x40\x40\x98\x99\x54\x1a\x53\ +\x29\x67\x8d\xf7\xa4\x62\xf9\xb3\x5b\x05\x84\x04\xae\x04\x8a\x12\ +\x59\x65\x47\x2e\x75\xd8\x85\x08\x47\xcd\xa8\x9d\x83\x30\x7c\x08\ +\xea\xe8\x1f\xcc\xf8\x21\xd7\xd4\xea\x33\x02\x21\x70\x56\x8f\x37\ +\x94\x5d\x03\xae\xac\xad\xa6\x0b\x97\x0e\x06\x17\x2e\x9d\x1b\x9c\ +\x39\xbf\xdf\x8e\x86\xc3\xa4\x60\x3b\x11\xf8\xf0\x31\x6a\x73\x7d\ +\xe0\x53\x18\x97\xd5\xc7\x92\xfa\x27\x00\xbf\xae\xe3\x5d\x61\x56\ +\xad\x17\xc6\x28\xe3\x5f\xdf\x58\x6b\x36\x36\xd6\x9b\x2b\x37\x2e\ +\x8f\x00\x60\x7c\x34\xe6\xef\xbe\xfd\x7e\xfa\xd7\x6f\xbe\x9b\x7e\ +\xfb\xcd\x77\xb3\xe9\x6c\xe6\xc6\xb1\x0a\x47\x15\x34\x36\x0b\x81\ +\xf2\x32\xdf\x16\x88\xf4\x80\x91\x74\xb3\x4a\x36\xee\x75\x3f\x04\ +\x98\x98\x6d\x2e\x98\x6b\xf0\xf6\xd5\x73\xb9\x9d\x51\xb4\x3c\xd9\ +\x4b\x63\x00\x74\x6e\x29\x3a\xfe\x34\xfe\x0c\x9d\x2a\x0a\x84\x2a\ +\x1e\x2a\x92\xa9\x57\x47\xe7\x26\x08\x4d\x03\xbb\xcc\x6e\xdf\x84\ +\x08\x73\xe0\xb7\x4a\x1e\xb0\x5a\x6d\xcc\xac\x31\x00\x05\xff\x11\ +\x8a\xc5\xaf\xa9\x73\x04\x2c\x4c\x04\x0a\x9c\xa4\xe4\x2c\x38\x14\ +\xb0\x40\x80\x5f\x5e\x52\x0c\x15\x02\x50\x05\xb3\x51\xfb\xfc\x51\ +\x72\x7a\x30\xd9\xbc\x52\x1b\x84\xb7\x3d\x97\x82\x1c\x87\x4d\x2e\ +\x81\xa9\x7e\x0c\xbe\x24\x40\xf0\xc8\xad\x02\x84\x9d\xc1\xc2\x70\ +\xa1\x75\x6c\x14\x00\x42\x64\xbf\x4c\xfa\x7c\x72\x8c\xbb\x3a\x3a\ +\x81\xa5\x4d\x05\xe6\x99\x83\x73\xcd\x85\xcb\x07\xc3\x0b\x97\xce\ +\xb5\xdb\x3b\x5b\x4d\x18\x52\xa9\xc3\xc1\x34\x87\x13\xef\x85\x80\ +\x1c\x68\xf1\xa2\xc0\xb7\x25\xb7\x13\x80\x6f\x06\x83\x8d\x71\x81\ +\xa0\xb6\x3e\xf8\xf3\xca\xbc\xa3\xd5\x11\x5d\xb9\x76\x71\x78\xe5\ +\xfa\xc5\x61\xce\x8c\xc7\x3f\x3c\x9e\x7d\xfb\xed\x77\xdd\x37\x7f\ +\xfe\x76\xfa\xe4\xf1\xd3\xae\x8e\x55\x87\x2e\xe4\x90\x68\xcc\x27\ +\x69\xfc\x65\xa6\x3e\x85\x3a\x00\x25\x5f\xcb\x5f\xb8\x8a\x03\x9d\ +\x3b\xf1\xa9\x0b\x77\x87\xfa\x95\xb0\x0a\x91\x89\xb0\xba\x40\x2a\ +\xe2\xb5\x5c\x4d\x63\x0f\x03\xa1\xb3\x55\x9f\xfa\x2b\x24\xd9\xca\ +\x31\x56\x12\x67\x58\x85\xa9\xcd\x48\xf9\x73\x95\x6a\xc4\xcc\x2b\ +\x00\x56\x51\xc0\x3f\x42\x59\x12\x6c\xe0\x02\x00\xc0\xa2\x18\x80\ +\x31\x55\xc5\x26\x36\x34\xc7\x4e\xb4\x00\x7a\xda\xa1\xe2\x69\xff\ +\xc5\xf3\xec\x55\x64\x84\x16\x5e\x18\xf8\x7d\x26\xd7\x0a\x11\xf8\ +\x41\x3e\x57\x75\xea\x77\xd6\xcc\x80\x30\x2c\x1f\xf4\xe2\xac\x38\ +\xd4\x63\x0c\x93\xbb\xbb\xb7\x93\x2e\x5d\xbb\x3c\xbc\x72\xe3\xd2\ +\x70\x73\x63\x3d\x2e\xc9\x2f\x07\xfe\xcb\x00\x39\xb4\xe7\xf5\xcb\ +\xd8\xf5\xf7\x3e\x78\xf5\xf7\xba\xc9\xbe\x70\x58\xf0\xac\x59\x69\ +\xf3\xc0\xaf\xd7\xef\xa5\x3e\xd7\xf5\x9b\x86\xb0\xb3\xbf\xdd\xee\ +\xee\xef\xb4\x6f\x3c\xb8\x33\x7a\xfa\xe4\x59\xfe\xea\xcf\x5f\x4f\ +\xbf\xfa\xd3\x37\xd3\x27\x4f\x9f\x74\xd6\x1d\xd5\x21\xbd\xf1\x56\ +\x65\x9f\x92\x7a\x4e\xfb\xfc\xb6\x00\xf8\xd5\x04\xd8\x18\x85\xca\ +\x95\x32\xa0\xfe\x7b\x17\x88\x3e\xa7\x51\x20\x63\xaf\xbc\x98\xd6\ +\xf6\x9e\x8a\x27\x94\x8e\xae\xf1\x23\x06\x50\x3f\x19\x9e\xed\x11\ +\xa1\xbe\x08\x05\xdb\xfa\x9f\x02\x3f\xf5\xeb\x2e\xcb\x04\xec\xe1\ +\xab\x2c\xe9\x31\xd4\x14\xb4\x98\xaa\x0a\x4b\x0d\xe4\x87\xf7\xf4\ +\x7a\x47\x22\x11\x7b\x84\xea\x03\x3f\xc6\xaa\x83\xbc\x43\x0e\xe3\ +\xad\x7d\xc3\x17\x48\xdb\xed\xf5\xe7\xc5\x80\xef\xbd\x98\x77\x55\ +\xf4\xd1\xd2\xc8\xe6\xd6\x46\xba\x79\xe7\xda\xf0\xca\x8d\x2b\x83\ +\xd5\xb5\xd5\xe8\x19\xbc\x22\xf0\x4b\xc1\x81\x6f\xad\x4a\x7d\x05\ +\x7e\x1c\x8b\x02\x3f\x80\xf1\x85\x81\x0f\x33\x3f\xa9\x47\x87\x97\ +\x01\x7e\x35\xde\x30\xc0\x8d\xcd\x8d\x74\xe7\xfe\xed\xd1\xdd\xfb\ +\xb7\x47\x8f\x1f\x3f\xc9\x7f\xf9\xe3\xd7\xd3\x3f\xfd\xfe\x2f\xd3\ +\xc9\xf1\x71\x3e\x01\xf8\x4b\xb0\x34\xaf\x68\x94\x3f\xed\xf9\xbe\ +\xe9\xac\x5c\xcb\x01\xf8\x1c\xde\xa5\xe5\x2a\x16\xfc\x0a\xc0\xf7\ +\xe0\x43\x0d\xfc\xbe\x5b\x9b\xa8\xa6\x5d\x0f\xcf\xb5\xf2\x8b\x65\ +\x23\x96\x77\x4c\x5a\x46\x81\x54\xd4\xf8\xd1\xf4\xb7\xba\x8b\x62\ +\x00\xb5\xbc\x2a\x54\x92\xf9\xce\x98\x27\x40\x9f\x60\x61\x70\xe1\ +\x47\x04\xc5\x22\xe0\xd7\x4f\x06\xc6\xa3\x45\xa0\x00\x5e\x28\x5f\ +\x1f\xaf\x02\xfc\xa5\xfd\x27\x02\x21\xb5\x84\xcb\xd7\x2e\xb7\x37\ +\x6f\x5f\x1b\x9d\x3d\x38\xdb\xf6\x5e\x7f\x22\x10\xe6\x81\x1f\x34\ +\xf8\x1c\xf0\xdd\x44\xb4\xfa\x12\x28\x7a\x2d\xc0\xb7\x7e\x0a\x9d\ +\x17\x02\xdf\xe9\x78\x22\xf0\x75\x2c\xcf\x1d\x2f\xb0\xb5\xb5\x99\ +\xb6\xde\xdc\x1c\xdd\x7d\x70\x6b\xf4\xf0\xfb\x47\xb3\x3f\x7c\xf9\ +\xc7\xe9\xd7\x7f\xf9\x76\x8a\x6c\x3c\xb6\x84\x65\x7a\x73\xec\x18\ +\xab\x05\x47\x6f\x32\xfa\xf5\x6d\x94\x4b\xf9\xf8\x35\x00\x5f\xfb\ +\x53\x75\xc9\x66\x77\x41\x66\xe8\x62\xe0\x57\xfd\x39\x81\xd7\xeb\ +\xcb\x32\x47\x2a\xc0\xf7\xaf\xf9\x54\x60\xed\x54\x1c\x68\x2a\x52\ +\x93\x91\x90\x12\x5b\x6e\xf2\x3c\xb6\x9e\x07\x7c\xaf\xd3\x07\xbe\ +\xbf\x27\x52\x6b\x11\xf0\xeb\xe8\x7f\x68\x71\xa9\xeb\xf1\x62\xc0\ +\xef\xfd\x5c\x02\xfc\xd5\xcd\x55\xba\x7b\xef\xf6\xe8\xc6\xed\xab\ +\xc3\xe1\x68\x44\x16\x81\xaf\xbb\xbd\x04\x08\xfa\x96\x50\x07\x5e\ +\x67\x21\xf0\x03\x9d\x99\x19\x83\xc1\x00\xeb\xeb\xeb\x58\x5b\x5b\ +\xc3\xea\xea\x0a\x46\xa3\x15\x0c\x87\x43\x8c\x46\x43\x0c\x06\x03\ +\x10\x25\xb4\x6d\x83\x94\x4a\x40\x2b\x35\x0d\x98\x19\x5d\xd7\x81\ +\x00\x64\xce\xe8\xba\x0e\x9c\x33\x26\xd3\x09\x26\x93\x29\xa6\x93\ +\x09\xc6\x93\x31\x8e\x8e\x8e\xf0\xf4\xc9\x53\x1c\x1f\x1f\x63\x36\ +\x9b\x2d\x00\xbe\x08\x8a\x65\xc0\xc7\x62\xe0\xeb\xf3\x21\xc4\x6b\ +\x3f\x1a\x6a\xb0\x77\x76\xb7\xdd\x3b\xbb\xdb\x1e\x1f\x8d\x57\xfe\ +\xf8\xbb\x3f\x4d\xfe\xf0\xbb\x3f\x4e\x66\x93\x69\xef\x15\xcb\x81\ +\x3f\x9f\xc4\xb3\x00\xf8\x71\xee\xe7\xf8\xbb\x12\x09\xbd\xfa\xcf\ +\x01\x7e\x68\xee\xb5\x02\x1f\xe1\x3d\x27\xd2\x61\x21\xba\xa9\xf7\ +\xef\xd2\x6b\x51\x26\x60\x30\x0b\xdd\x28\xa5\xd0\x93\x32\x38\x0e\ +\xc1\xc9\x97\x04\xbe\xff\xbe\x14\xf8\x73\x83\xa3\xf8\x6c\xac\x36\ +\x6f\x0a\xc6\xe7\xe7\x27\xb0\xef\x4b\xf5\x7e\x2e\x01\xfe\xde\x99\ +\x9d\xe6\xce\x9b\x77\x87\x97\xaf\x1c\x0c\x9b\xb6\x95\xa5\xb2\x68\ +\x2a\x97\xab\x5a\xad\x3d\x25\xf0\x13\x11\xd6\xd7\x37\xb0\xb7\xb7\ +\x8b\xed\xed\x6d\x6c\x6e\x6e\x62\x75\x75\x15\xa3\xd1\x08\x83\xc1\ +\x00\x4d\x93\xac\x7e\x4a\x9a\xcc\x03\xa4\xc5\xdb\xc9\x02\x78\xa5\ +\x6f\x29\xac\x53\xcb\xfd\x24\xea\x8f\x99\x91\xbb\x0e\xd3\xd9\x0c\ +\x47\x47\x47\x45\x28\x3c\x7d\x82\x87\x0f\x1f\xe1\xfb\xef\xbf\xc7\ +\x64\x3c\x8e\xe1\xb1\x50\x3e\x19\xf8\xd1\x1a\xb7\x67\x63\x22\x0e\ +\x80\xd5\xd5\x15\x7a\xe3\xc1\xed\xd1\xed\xbb\x37\x86\x7f\xfa\xe3\ +\x5f\xa6\x5f\x7e\xfe\xfb\xe9\xd1\xd3\xa3\xfc\xe2\xc0\x5f\x34\xdf\ +\xaf\x11\xf8\xbd\xfe\xf7\xda\x74\x12\xf4\xac\xa5\x52\x7e\x3d\xc0\ +\xef\x3f\x1a\xdb\x38\xcd\xb5\xc0\x05\x48\x48\x96\x7a\xe1\xbe\xbf\ +\xa7\xed\xc6\x7c\xfd\xd7\x01\xfc\x7a\x70\x73\xbf\x52\x1d\xde\x3c\ +\xc9\x07\x8c\xcf\x2f\x05\x7e\xbf\xdd\x13\xfa\x4f\x20\x3a\xb8\x72\ +\xbe\xbd\xff\xe6\xdd\xd1\xd9\xf3\x67\xda\xe8\x28\x6b\xbd\xd7\x01\ +\xfc\xd5\xd5\x55\x9c\x3b\x7b\x16\xfb\xfb\xfb\xd8\xde\xde\xc1\xc6\ +\xc6\x3a\x9a\xa6\xa9\xc6\xe5\xa6\x7b\xaa\x4c\xfd\x9c\xdd\xa4\x2f\ +\xf7\x93\x81\x5a\xc7\x5f\xe6\x4f\xeb\x00\x2c\xcf\x64\x66\x94\x8d\ +\x3a\x84\x9c\xb3\xb5\x97\x9a\x06\xa3\xa6\xc1\xca\x68\x84\x9d\x9d\ +\x1d\x00\x17\x90\x88\x90\x39\x63\x32\x99\xe2\xf0\xd9\x33\xfc\xf0\ +\xf0\x07\x7c\xff\xfd\xf7\xf8\xfe\xaf\xdf\x63\x3c\x19\xcf\x4d\xdc\ +\x0b\x01\xbf\x27\xa4\xf4\x7e\xd3\x26\xba\x76\xe3\xca\xf0\xca\xf5\ +\x4b\xc3\xbf\x7e\xfd\xd7\xd9\xe7\x9f\x7d\x31\x79\xfc\xe8\x69\xb7\ +\x10\xf8\x4b\xe7\xfb\x15\x81\xef\xc5\xe7\x03\xdf\x7e\x2c\x02\x3e\ +\x2c\x19\x60\x8e\x0e\xfd\x3e\x50\xf8\x7d\x61\xb9\xdf\xa7\xd3\x03\ +\x5f\xaf\x79\x01\x10\x02\x12\x73\x81\x9d\x5e\xc3\x21\x70\xb7\x40\ +\xa0\x51\x0d\xde\x1f\x0d\xf8\x40\xc8\x05\x7a\x61\xe0\x9f\xbf\x78\ +\xb6\x7d\xf0\xde\x83\xd1\xd9\xb3\x7b\x15\xf0\x17\xf5\x13\x4b\xd6\ +\xf2\xeb\x3a\x3e\x99\x6b\xab\xab\xb8\x78\xf1\x12\xce\x9c\x39\x83\ +\x9d\xed\x6d\xac\xac\xac\xd8\x4b\xa9\xf7\xbc\x26\x27\x55\xcb\x46\ +\x14\x82\x5d\xb1\x11\x12\x8d\x6c\x60\x77\xcb\x20\xae\xe5\x97\xfb\ +\x45\x10\x71\x2e\xcb\x4e\x44\x6a\x49\xf4\x97\xa5\xca\x3b\x33\x03\ +\x89\x12\x46\xa3\xe2\x6e\xec\xed\xed\xe1\xd6\xad\x5b\xc8\x39\xe3\ +\xe8\xe8\x18\x3f\x3c\xfc\x01\xdf\x7e\xfb\x2d\xbe\xf9\xfa\x6b\x8c\ +\x27\x93\x10\xa4\xaa\xc7\x72\x12\xf0\x3d\x00\x54\xea\x27\x10\xce\ +\x5d\x3c\xd7\x9e\xbf\x78\xae\xfd\xe6\xab\x6f\x67\x9f\xff\xfa\x8b\ +\xf1\x93\xc7\xcf\x72\xf5\xf0\xa9\x81\xdf\x7f\xf6\x24\xe0\xd7\x40\ +\x7c\x59\xe0\xf7\xc1\x5f\xe6\x11\xbd\xfb\xaf\x00\xfc\xd7\x6b\x01\ +\xf8\xfb\xb4\x13\x0c\x54\xa7\x22\x50\x6f\x76\xeb\xf6\x5f\x11\xf8\ +\x80\x59\x20\xfe\xb8\xf4\xe6\xb4\xc0\xa7\xd0\x6e\x55\x7d\x1e\xf8\ +\x67\x0e\xf6\x9b\xb7\xde\x7d\xb0\x72\xee\xe0\x4c\xab\x2f\x5c\xe8\ +\xe7\x93\x07\xf8\x16\x71\x9f\xd7\x11\x46\x3e\x7f\x0e\x07\x17\x0e\ +\x70\xf6\xcc\x59\xac\xaf\xaf\xcb\x38\x4b\xe7\xe2\xda\xf6\x9c\xc5\ +\xa0\xc0\xa4\xe2\x1a\xb0\xa7\x32\x2c\x24\x5e\x04\xbe\x0a\x8a\x9c\ +\xa3\xab\x20\xc0\x67\x37\xde\xcd\x5a\x40\xd0\xda\x31\x6d\x57\xfa\ +\x98\xd5\x55\xa8\x40\x95\xb0\xbe\xb1\x8e\xf5\xf5\x35\x5c\xbe\x74\ +\x19\x99\x33\x9e\x3c\x7e\x8c\x6f\xbf\xfd\x16\x7f\xfe\xcb\x5f\xf0\ +\xf8\xd1\xa3\x97\x06\x7e\xb9\x4f\x55\xfd\x83\x8b\xe7\xdb\xf3\x17\ +\xce\xb5\xdf\x7c\xf5\xcd\xf4\xb7\xbf\xfe\xdd\xe4\xe9\x93\xc3\xec\ +\xe4\x96\x91\xbc\x2c\xf0\x17\xcc\xd7\x7c\x79\x31\xf0\xcb\xa3\xe1\ +\xbd\xd5\xd8\xe6\x23\xfb\x7d\x86\x7f\x5d\xc0\xef\x51\x14\x2f\x7b\ +\xcd\x27\x02\x49\xba\x4a\xcd\xd3\x09\x9a\x62\x67\x26\x65\x85\x20\ +\xf9\x5d\xca\xbe\xe7\xbb\xee\x72\x25\x50\xfa\x83\x03\xf0\x42\x91\ +\xfd\xbe\x66\x0d\x05\x6b\xec\xa4\xc8\xfe\x42\x61\x41\xb4\xbe\xb5\ +\x4a\xef\xbc\xff\xd6\xca\x95\xeb\x97\x87\x4a\xec\x3a\xd2\x3d\x0f\ +\xfc\x93\x92\x78\x40\x84\xbd\xdd\x5d\x5c\xbd\x7a\x15\xe7\xce\x9f\ +\xc3\xda\xea\x5a\xe9\x5a\x48\xdb\x2d\x80\xf2\xa9\x2b\xbc\xec\x7e\ +\xb1\x82\x53\xfb\xac\x40\xee\xd3\x3b\x8e\x45\xeb\xf7\xb3\xf7\x34\ +\x51\xa9\x02\xbe\xfc\xcf\x05\x8e\xf6\xa5\xdc\x4d\x56\x27\x30\xa6\ +\x0a\x18\x14\xa6\x27\xc0\xad\x08\x89\x5f\x6c\xef\xec\x60\x77\x77\ +\x17\x77\xee\xdc\xc1\xe1\xd1\x21\xbe\xfb\xf6\x3b\xfc\xe1\x0f\x7f\ +\xc0\xc3\x87\x0f\xcb\xf8\x4e\x02\x3e\x68\x39\xb0\x12\xe1\xfc\xc5\ +\x83\xc1\xf9\x8b\x07\x83\x6f\xfe\xf2\xf5\xf4\xd3\xff\xfc\xcd\x78\ +\x3c\x9e\xb0\xd7\x79\x35\xe0\x47\x3a\xf6\x05\x4a\x3d\xb5\xbd\xf7\ +\x56\x7e\xfe\xdf\x01\xf8\xbd\xb9\xae\x31\x40\xf5\xb6\x99\x97\xbc\ +\x96\x6c\x07\xb6\x32\x80\x79\x8d\x53\x3a\x18\x77\x6d\x95\xbf\xcc\ +\x25\xfa\xc4\x27\x02\xf0\xa9\x7e\xec\x47\x04\x3e\x68\x38\x1a\xe0\ +\xfe\x3b\xf7\x56\xee\xdc\xbb\x35\x6c\x52\xd9\x78\xf3\x2a\xc0\xdf\ +\xda\xde\xc6\xad\x9b\x37\x71\xee\xdc\x39\x8c\x56\x46\x05\xc6\x54\ +\x7c\x6c\x42\x11\xa6\x85\xcd\x0b\xf0\x8a\x10\xf0\x80\x1a\x09\xa1\ +\x32\xe7\x85\x3e\x3f\xb3\x33\x76\xcc\xd2\x53\xb0\xab\xc5\x10\xef\ +\xeb\xb9\x74\x31\x7b\x2f\x9a\xfa\xda\x7f\xb6\x1e\x2c\xd7\xf8\x39\ +\xb3\xcd\x0b\xe7\x0c\xc8\x6a\x83\x6a\xed\x24\xe5\x0c\x46\x4a\x09\ +\x6b\xab\x6b\xb8\x76\xed\x1a\xae\x5f\xbb\x86\xa7\x4f\x9f\xe2\xab\ +\xaf\xbf\xc2\xef\xbf\xfc\x12\x87\x87\x87\x3d\xe0\xf7\x80\xd5\xb3\ +\xf0\x58\x4c\x13\xbd\x7d\x70\xe9\xc2\xe0\xcc\xf9\xb3\xed\x17\xbf\ +\xf9\x62\xfc\x87\xdf\xfd\x79\xca\x39\x78\x06\x4b\x80\x7f\x02\x1f\ +\xfc\xd7\x01\xbe\x14\x5e\x18\xf8\x95\x35\xfe\xf2\xd7\xe2\x03\x41\ +\x3c\x57\x57\x98\x36\xfa\xf9\x3f\x22\xf0\x11\x5e\x82\x57\x03\x3e\ +\x81\x70\xe3\x8d\x6b\x83\xb7\xdf\x7b\x73\x65\x65\x65\x94\x5e\x1a\ +\xf8\xa1\x9f\x6d\xdb\xe2\xd2\xe5\xcb\xb8\x7e\xed\x1a\xb6\xb6\xb6\ +\x40\x89\xac\x0f\xb6\x5a\x00\xaa\x80\x1f\xd7\xfe\x2d\xc0\x87\x3a\ +\x7b\xaf\x58\xe6\x19\x41\x22\x03\x00\x72\xce\x62\x09\x70\xd0\xf2\ +\xc5\x42\x20\x70\x15\xe5\x27\xad\x4f\x0e\x54\xb2\x0c\xae\x38\xc6\ +\x30\x5f\x51\x50\x48\x3f\xfb\x31\x07\x03\x6c\x30\xef\x99\x19\xd4\ +\x24\x34\x54\x96\x1e\x4b\xbb\x12\x60\x4c\x84\xcd\xcd\x0d\x6c\x6c\ +\xdc\xc6\xad\x9b\xb7\xf0\xc3\x0f\x7f\xc3\x97\x5f\x7e\x89\xaf\xbe\ +\xfa\x2a\xce\xee\x73\x81\xef\xd2\x87\xd1\xb6\x0d\xdd\x7d\x70\x77\ +\xe5\xf2\xd5\xcb\xc3\x5f\x7f\xf2\xd9\xf8\xaf\xdf\xfe\x6d\xf6\xda\ +\xd6\xf2\xfb\x2a\xaf\xe2\x89\xd7\x01\x7c\x1f\xcb\x3c\xf0\xe7\x3b\ +\x59\xd5\xb1\x4d\x30\x73\x22\xe2\xa5\xaf\xc5\x47\x82\x29\x06\xf4\ +\xec\x3d\xa0\x06\x7e\x02\xc0\x7c\x32\xf0\x81\x1f\x37\x89\xa7\x9e\ +\xbe\xf0\x28\x61\x63\x7b\x23\xfd\xf4\x9f\xde\x5f\x3d\x27\x91\xfd\ +\xd3\x02\x7f\x7d\x7d\x1d\xb7\xef\xdc\xc1\xc5\x0b\x17\x30\x18\x0c\ +\xdc\x9c\x66\x0d\xc6\x89\x0f\x0f\xc0\x35\xbe\x80\x11\xb5\x79\x5f\ +\x80\x5c\xb8\x5d\xb7\x29\xf7\xc1\x16\x85\x43\xce\x39\x68\x79\x11\ +\x2f\x9c\xcb\x1c\xcd\xf4\xbe\xb8\x6d\x89\xd0\x71\x27\xc7\xbd\x91\ +\xcd\x33\x25\x42\x66\x14\x81\x90\xc8\xc7\xdb\xe3\xca\xcc\x61\x5c\ +\xc2\x8c\xb5\x10\x23\x8b\x57\x24\xb1\x58\xca\xfb\x0b\x1a\x9b\x26\ +\x21\xe7\x2c\x2b\x16\x84\x94\x80\xfd\xfd\x7d\x9c\x39\x73\x06\x47\ +\x47\x47\xf8\xe3\x1f\xff\x88\xcf\xbf\xf8\x1c\xb3\xe9\xcc\x48\xcc\ +\x41\xbb\x45\xfe\xb0\x20\x48\x00\xec\xfa\xc6\x7a\xfa\xe0\xe3\xf7\ +\x56\xbf\xfe\xcb\x37\xd3\xcf\x3e\xf9\xcd\x64\x32\x99\x9a\x39\xf0\ +\xd2\xc0\x0f\x5b\x4e\x4f\x0f\xfc\xfe\xb3\x7f\x47\xe0\x47\x8c\x9d\ +\xe2\x5a\x20\x00\x20\x19\x51\xe4\xe9\xf5\x55\x2f\xb9\x1a\xf4\x02\ +\x79\xf7\x5f\x36\x7b\x8f\x1a\xc2\xdd\xfb\xb7\x87\x6f\xbd\x7b\x7f\ +\xa5\x19\xb4\xf4\x5c\xe0\x2f\x98\x25\x02\xb0\xbb\xbb\x8b\x5b\xb7\ +\x6f\xe1\xe0\xfc\x81\x00\x9c\x01\xd3\x94\x45\x0b\x17\x4a\xc1\x85\ +\x00\x7b\xf6\x9e\x6a\x70\xbf\x5f\xea\x8b\x2b\x5d\xf9\xc6\xe5\x15\ +\x8c\x9c\x3b\xe4\xec\x49\x3c\x99\x0b\xa0\xc0\x8c\xcc\xd9\xb4\xb6\ +\xbd\x13\x00\x25\x07\xa3\x0a\x3a\x3d\xf3\x31\x52\x2d\x35\x45\x20\ +\x35\x4d\x03\x4a\x84\x94\x12\x52\x6a\x00\x02\x1a\x3d\xfd\x38\x30\ +\x63\x1f\xf8\xd0\xe5\x47\xb8\x6b\x61\xab\x17\x50\xb7\x25\xa1\x4d\ +\x32\x16\xa9\x93\x73\xc6\xca\xea\x0a\xee\xde\xbd\x8b\x9b\x37\x6f\ +\xe2\xab\xaf\xbf\xc2\x6f\x7e\xf3\x5b\x3c\x7d\xfa\xb4\xe6\x0f\x21\ +\x05\xf3\x7c\xb0\xcf\xc3\x96\xc0\x85\x8b\x07\x83\x33\x67\xcf\xb4\ +\x9f\x7f\xfa\xf9\xe4\x4f\x7f\xfc\xf3\xe4\xb9\xc0\xf7\xd7\xe3\x47\ +\xc9\xde\x3b\x05\xf0\x7b\x43\xe8\x21\xf0\xe5\xaf\xc5\x89\x40\xf3\ +\x88\x04\xc0\x90\x84\xc0\x32\xfd\x21\xf0\x40\x15\xb5\x16\x01\xff\ +\xc7\xcd\xde\x03\x01\xbb\xfb\xbb\xe9\xa3\x7f\x7e\x7f\x6d\x7b\x77\ +\xa7\x59\x98\xc4\xb3\x14\xf8\xf6\x16\x9c\x3d\x7b\x16\x6f\xdc\x7b\ +\x03\x3b\xdb\x3b\x0b\x80\x2f\x0c\x62\x81\x2c\x65\x7e\x5d\x8f\x8f\ +\x1a\x5c\x03\x7a\xca\xd8\x35\xf0\xa7\xb3\x19\xba\xae\xc3\x6c\x36\ +\x43\xee\x3a\x74\xb9\xab\xc0\x6b\x7e\x7d\x60\x34\x15\x3e\x60\x36\ +\xe0\x23\x67\xd1\xf2\x6c\x27\x0a\x97\x72\x99\x4f\x0d\x36\x72\x2e\ +\xab\x0c\x79\x56\xd2\x70\x55\x9b\x2b\xf3\x37\x4d\x83\x44\x84\xd4\ +\x14\xc1\xd0\x36\x0d\xe2\xee\x38\xc8\x38\x9b\x94\xb4\x73\x06\x7c\ +\x0d\xf6\xc5\xc8\xbe\x5a\x8e\x6d\x6a\x91\x73\x06\x83\xd1\x0e\x06\ +\xb8\x7c\xf9\x0a\x2e\x5d\xbe\x8c\x6f\xbf\xf9\x06\x9f\x7e\xfa\x6b\ +\x3c\x79\xf2\xc4\x9f\xed\x59\x62\x4a\xcf\x8a\xff\x00\x0c\x87\x2d\ +\xdd\x7b\xfb\x8d\xd1\xb9\x0b\xe7\xda\x5f\xfd\xe2\x57\xc7\xc7\xc7\ +\xe3\xb0\x5a\x30\xc7\x1f\xaf\x17\xf8\x08\xef\xb1\xb2\x17\x5e\x04\ +\xf8\xd5\xeb\x99\xb0\x64\x41\x6c\x71\x7b\xa7\xb8\xe6\x2d\x80\x26\ +\xf4\x4e\xcf\xe7\xd3\x40\x71\x22\x2f\x23\x4c\x7e\x05\x96\x45\xc0\ +\xef\xdd\x07\xbd\x1c\xf0\x7b\x93\xf6\x32\xc0\x07\x18\xf7\xde\xbc\ +\x3b\x7c\xeb\x83\x37\x57\xa8\x70\x4d\x0d\x7c\x88\x46\x0b\x3e\x70\ +\xe8\x18\x08\xc0\xde\xde\x1e\xee\xdd\xbf\x87\xbd\xdd\xbd\xe7\x68\ +\x7c\x67\x52\xd3\xf8\x2e\xbd\x2a\x8d\xaf\xc0\x07\x18\x93\xc9\x04\ +\x9d\x64\xdf\xcd\xe4\xfb\x8c\x04\xb8\x59\x2e\x65\x05\x6f\xf1\xd2\ +\x64\x09\x52\xfb\x1f\xe8\x38\xe7\x5a\x40\x82\x8a\x0e\xfd\x42\x2f\ +\x86\x6c\x89\x2f\x31\x7f\x1f\x97\xf6\x18\x20\x66\xcc\x66\x53\x10\ +\x25\x90\x5a\xe8\x89\xd0\xa4\x46\x2c\x85\x84\x81\x66\x46\x2a\xd8\ +\xb3\x08\x81\x1e\xf0\xe7\x96\x03\xa9\x58\x1f\x45\x56\x15\xab\x28\ +\x67\xe0\xfc\xf9\x03\x9c\x3f\x7f\x1e\xdf\x88\x20\x78\xfa\xf4\x49\ +\xc5\x2b\x9e\xaf\x10\x05\x02\xaa\x95\x8f\xfd\xb3\xbb\xcd\xcf\xfe\ +\xf5\xa3\xb5\xcf\x3e\xf9\x6c\xfc\xd5\x5f\xbe\x99\xce\x01\x3f\x30\ +\x4d\x0d\xf6\x58\x7e\x3d\xc0\xef\x3f\x1a\xdb\x40\x28\xcf\x01\x5f\ +\x1a\xf8\x7b\x00\x5f\xaf\x79\x0b\x80\xbd\xc9\x28\xa5\x28\xb0\x4e\ +\x39\x24\x48\x96\x06\xab\xce\x79\xf9\xc7\xcc\xde\xd3\xf2\xda\xc6\ +\x0a\x7d\xf4\xcf\x1f\xae\x9d\x3d\x7f\xa6\x5d\x24\x7d\x9f\x97\xbd\ +\xb7\xbd\xbd\x8d\xfb\x0f\xee\xe3\xcc\xfe\x99\xd0\x81\x1a\xf8\xda\ +\x1b\xf7\xc7\x6b\xe0\x3b\x10\x1d\xf8\xd3\xe9\x0c\xb3\xd9\x14\x93\ +\xc9\x44\x00\x5f\xb7\x6f\x6b\xf6\xb6\x7e\x0f\x0b\x84\xcd\x03\x19\ +\x16\x67\x80\x58\x09\x0c\x53\xc4\x55\x64\xdf\xa0\x1f\x76\x6e\x6a\ +\x70\x8f\x39\xfb\xb3\xd0\x39\x0e\xcf\x72\x6d\x31\xcc\xf2\xcc\x22\ +\xfe\x63\x02\x06\x6d\x8b\x11\xad\x00\x4d\x2a\xf7\xe7\x56\x08\xe6\ +\xe7\x5b\x14\x38\x88\xfc\x38\xb6\xa6\x29\xc1\x43\x66\xc2\xc1\xc1\ +\x01\xce\x9e\x3d\x8b\xaf\xbf\xfe\x1a\x9f\x7e\xfa\x29\x8e\x8e\x8e\ +\x4e\x06\x7e\xc5\x07\x40\xdb\x36\xf4\xe0\xdd\x07\x2b\xfb\x67\xf6\ +\x9a\x5f\x7f\xfa\xdb\xf1\x6c\x3a\xe3\x9a\x73\x6c\x82\xe6\xcb\xff\ +\x27\xb2\xf7\x22\xff\xea\x93\xd6\x40\x15\x8c\x58\x0a\xfc\x1e\x52\ +\x5f\xfa\x9a\x17\x00\x4d\xf4\x3f\x48\x79\x3e\xba\x20\x3d\xb0\xfc\ +\x3d\x80\x8f\x53\x65\xef\x79\x99\x71\xe9\xfa\xa5\xf6\xa7\xff\xf4\ +\xc1\xda\x70\x30\x98\xef\x36\xc1\x22\xf3\x8b\x80\x3f\x1a\x8d\xf0\ +\xc6\xbd\x37\x70\xf9\xd2\xe5\xc2\x98\x56\x3f\x55\xc0\xf7\x08\xbc\ +\x6c\x90\x0a\x9a\x0e\x04\x0b\x88\x31\x32\x38\x67\x1c\x1f\x8f\x31\ +\x9e\x8c\x91\xbb\x4e\x9a\x4b\xd5\xa0\x6b\x21\x22\x23\xa9\xda\x10\ +\x53\x3f\x64\xef\x59\x7d\x79\x41\x36\x21\x50\x2f\xe9\x99\x10\xb7\ +\x36\x94\x76\x2c\xeb\xfd\xbe\x24\x69\x5a\x5b\x04\x17\x92\x97\x63\ +\xde\x40\x86\xd7\xef\x72\x46\xce\x1d\xba\x6e\x06\x10\xa1\x6d\x1a\ +\x10\x73\x89\x2f\x2c\x02\x3e\xf7\xc0\x4b\xee\xe3\x37\x4d\x23\x41\ +\xc3\x8c\xa6\x69\x70\xf1\xe2\x45\x9c\x3b\x77\x0e\xbf\xff\xf2\x4b\ +\xfc\xf6\xb7\x9f\x97\x8d\x4d\x27\x00\xbf\x9f\xbb\x70\x70\xf9\x60\ +\xb0\xbd\xb7\xd3\x7c\xf2\xef\xbf\x3a\x7e\xf4\xf0\x71\x7e\x11\xe0\ +\xf7\xc1\x5f\x28\xb5\x90\xef\x5e\x1e\xf8\x81\xd7\xc2\x93\x52\xec\ +\x7f\xa3\x22\x02\xdf\x5f\x1a\x99\xfa\xf4\xf0\x5f\x12\x03\xa8\x3b\ +\x57\x63\xcc\x64\x60\x68\x98\xf1\xe3\x66\xef\x45\xe0\x53\x4a\x78\ +\xf0\xee\x9b\x2b\x0f\xde\xbe\x3b\xea\xf7\x13\xe4\x7e\xfe\x22\x13\ +\x2c\x11\xe1\xf6\x9d\xdb\xb8\x71\xe3\x26\x86\x83\x81\x8c\x4d\x4d\ +\x6d\xb2\x65\x2d\x40\xfd\x64\x1f\x7f\xc1\x52\xbd\x24\x36\xed\xa6\ +\x18\x1f\x1f\xe3\xf8\x78\x8c\xae\xeb\x2c\x89\x47\xf3\xf5\x8b\x36\ +\x8f\xd6\x43\x9d\xb6\x9b\x92\x82\x42\x34\x3e\xc7\x6d\x38\x35\xf0\ +\xa3\xd6\xce\x12\x23\x60\xd6\x04\x9d\x4a\x92\x56\x0c\xdf\x07\x7e\ +\x16\x3a\xb0\x2c\xdd\x11\x15\x8d\xdf\xa7\xa3\xf6\x47\xeb\xab\xf5\ +\xa0\x63\x9f\xcd\x66\xc5\xdf\xcf\xc5\x4d\x48\x8d\x1e\x26\xed\x60\ +\xd7\xd5\x8e\x45\x3e\x7e\xd3\x14\x17\x23\xe7\x0c\x30\xa3\x6d\x5a\ +\xdc\xba\x75\x1b\x97\x2e\x5e\xc2\xaf\x3f\xfb\x0c\x7f\xfe\xf3\x9f\ +\x9f\x0b\xfc\xd8\xd9\xd5\xf5\xd5\xf4\xc1\xcf\xde\x5f\xfd\xe2\x37\ +\xbf\x9b\xfc\xe1\x8b\x3f\x4e\x81\x9a\x1f\x7f\x94\xec\x3d\xaa\x4c\ +\xfd\xde\xff\x5f\x02\xf8\xfd\x36\x5e\xe2\x5a\x2c\x00\xe2\xef\xd6\ +\x52\x0f\xf8\x6e\xaa\xfc\x68\xd9\x7b\x5e\x2e\x40\x18\xad\xad\xe2\ +\xe3\x7f\xf9\x70\xfd\xfc\xc1\x99\xb6\x3f\x21\xcf\x4b\xe2\xd9\xdd\ +\xdb\xc5\xdb\x6f\xbf\x83\xcd\x8d\x0d\xf3\xf3\x09\xae\xf9\x94\x35\ +\x34\x7b\x0f\xa6\x25\x9d\xf9\x48\x18\xfc\xe8\xf8\x08\x93\xc9\x18\ +\xe3\xf1\xc4\x9a\xb1\x31\x90\x18\xe2\x3d\xeb\x41\xff\x1e\xd3\x76\ +\x0b\x06\x83\xc6\x87\x6a\xf3\x9a\xb9\x6c\x8c\xd2\xc7\x2a\x89\x27\ +\xd0\x3c\xab\x7b\x22\x9a\xb6\x3a\x58\x05\x0e\x5e\x13\x62\x11\xf8\ +\xe6\x02\x94\xca\x31\x55\x97\xb9\xe4\x42\xf4\x2d\x93\xd2\x66\x46\ +\xee\x18\x10\x01\xa8\x2b\x0c\xee\xcb\xd7\xf5\xfb\x7b\x12\x12\x25\ +\xa0\x49\xe0\x9c\xd1\xe5\x8c\x95\xd5\x55\xbc\xf7\xee\xbb\xb8\x76\ +\xed\x2a\xfe\xe3\x3f\xfe\x03\x87\xcf\x9e\x19\xf0\x11\x84\x69\xcd\ +\x80\xe5\x4a\x89\xe8\xf6\x1b\x37\x47\x5b\x9b\xeb\xe9\x57\xbf\xfc\ +\xcd\x38\xcf\xf2\xdf\x0f\xf8\xfd\xf6\x17\x01\x7f\xe1\x92\xde\x4b\ +\x00\xbf\x1a\xef\xe9\xae\x4a\x00\xc4\x89\x48\x48\x60\x3b\xe1\xd6\ +\xda\x0b\xe5\x8c\xda\x54\x59\xd0\xc1\xbf\x0b\xf0\xe5\xad\xc2\x89\ +\x0a\x84\xdd\xb3\xbb\xcd\xcf\xff\xdb\xc7\x6b\x6b\x1b\xab\xd5\x51\ +\x03\xcf\x03\x7e\xd3\x34\x78\xf0\xe6\x9b\xb8\x72\xf9\xb2\x01\x5f\ +\x85\x5b\x16\xbf\x58\x41\x15\xb3\xf7\x6a\x50\x14\xf4\x3d\x7d\xf6\ +\x14\x47\x47\xe5\x04\x66\xe6\xf9\xb4\xdd\x1a\xf8\x31\xfa\x1f\xb3\ +\xfd\x44\x08\x48\x25\x4d\xe2\x29\xa3\xf5\x60\x9f\x2e\x61\x96\xf7\ +\x2e\x4f\xdb\x2d\xef\x60\x49\x4e\x42\x10\x5c\x6c\x40\x4e\x3d\xe0\ +\x97\x3f\x89\x9b\xa3\x96\x40\xe9\x40\x38\xab\x4f\xe2\x41\xb2\xe2\ +\x50\xc6\x5b\x9f\x0c\xe3\xa6\x3e\x4b\x3f\x00\xe6\x0e\x5d\xd7\xa1\ +\x69\x5a\x34\x4d\x0a\x4b\x7b\x35\xf0\xd9\xa7\xa1\xcc\x73\x4a\x68\ +\xc4\xaa\xc9\x39\x63\x67\x67\x07\xff\xfc\xcf\x3f\xc7\xe7\x9f\x7f\ +\x8e\x2f\xbe\xf8\x1d\xa2\x77\xde\x07\x7e\xe8\x12\x40\x84\xf3\x97\ +\x0e\x06\xeb\x9b\x1b\xe9\x17\xff\xfb\x93\xe3\xe3\xa3\x63\x3f\x61\ +\xfb\xb4\xc0\xaf\x9a\xfd\x3b\x01\x1f\xa8\x84\xdb\x32\x2b\xfb\x65\ +\xaf\x4a\x00\x24\x2a\xc0\x07\xd5\x9f\xa6\x8a\xf1\x3e\xd6\x28\x21\ +\x97\x9b\xcf\x05\xbe\xf5\xff\xef\x03\x7c\x00\xb8\x7c\xed\x62\xfb\ +\xf1\xbf\x7c\xb8\x96\x9a\x64\x8f\x3e\x2f\x89\x07\x00\xce\x9d\x3f\ +\x8f\xb7\xdf\x7a\x0b\xa3\xd1\xa8\xea\xc7\x22\x8d\x5f\x80\xaf\x49\ +\x3c\xee\xa7\xcf\xa6\x1d\x0e\x0f\x0f\x31\x1e\x97\xef\x2e\xa8\xe9\ +\xae\xa6\x2d\x05\x50\xcc\xcb\x20\x97\x04\xde\x71\xf8\xfb\x15\x18\ +\xe0\xea\x28\x75\x5d\xde\x63\x86\x24\xf1\x78\xdf\x22\xe1\xd5\xcf\ +\x27\x41\x54\x05\x5e\x13\x5c\x92\xb6\x6b\xf1\x0a\xee\x09\x04\xa9\ +\xaf\x8c\xd6\x03\x7e\xce\x19\x6d\xdb\x3a\x9d\x49\x05\x64\x6d\xde\ +\x17\xba\x7b\xac\x64\x36\x9b\x62\x36\x03\x9a\xa6\x35\xcb\xa0\x74\ +\xba\x06\xbe\x73\xa1\x2e\xa1\x96\xf3\xf9\x4b\x7c\xa0\xc5\x1b\x6f\ +\xbc\x81\x0b\x17\x2e\xe0\x17\xbf\xf8\x05\x1e\x3f\xf1\xd5\x82\x10\ +\xb4\xaa\x78\x45\xa5\xee\xc6\xd6\x46\xf3\xd3\x9f\xbd\xbf\xf6\x8b\ +\xff\xf5\xc9\xd1\xe3\x47\x4f\x3c\x8f\xf8\x44\xe0\xcf\xf3\x50\x9f\ +\xef\xe3\x04\x57\x75\x4e\x48\xe2\x99\xbb\xd9\xff\xd9\x6b\x6c\x59\ +\x3f\x4e\x73\xd5\x16\x00\x12\x32\xf9\xe9\x81\xfd\xb3\xf7\x0a\xc3\ +\x50\x60\xaa\x5e\x27\x80\xe7\xfb\xf9\xa7\xcc\xde\x5b\x04\x7c\x02\ +\x70\xf7\xcd\xbb\xc3\xb7\x3f\x78\xb0\xea\x6b\xe4\xcf\x07\x3e\xa5\ +\x84\xfb\xf7\xee\xe1\xda\xb5\x6b\xe1\xbd\xa2\x8d\x78\x71\xf6\x5e\ +\xe5\x0e\x10\xd0\x75\x1d\x9e\x3d\x7b\x86\xe3\xe3\x23\xd1\x5e\x10\ +\x06\xa5\x0a\xf8\x9e\xb6\x1b\x83\x86\x80\x66\xef\x55\x19\x78\xd2\ +\xff\x14\xf6\xf4\xf7\x3f\x16\x51\x64\x04\x01\xd9\x9f\x2d\x07\xc9\ +\xba\xdb\x72\x92\x40\xee\x27\xf1\xa8\x75\xe1\xf1\x8d\x18\x84\x94\ +\xb9\x30\x20\xfb\xfc\x66\x11\x42\x2a\xa4\x22\xf0\x4b\xdf\xe5\xb3\ +\xa6\xe5\x61\x01\xb6\x0b\x11\x7d\x6f\x49\x70\x2a\xa6\x7e\xd3\x34\ +\xf2\xfe\x1a\xf8\x7e\xe9\xaa\x47\x42\xdb\x26\x0b\x14\x6e\x6e\x6e\ +\xe1\xe3\x9f\xfd\x0c\x5f\x7c\xf1\x05\xbe\xf8\xfc\x8b\x85\x6e\x52\ +\x98\x20\xe3\xad\xe1\x68\x44\x1f\x7c\xf4\xde\xea\xaf\x7e\xf1\xe9\ +\xf8\x9b\xaf\xbf\x9b\x9d\xac\xe5\xff\x4e\xc0\xb7\xdf\x03\x0e\xe6\ +\xda\x5b\x0e\xfc\x6a\x09\xfe\x14\x57\x1d\x03\x20\x05\x3e\x3b\x46\ +\x25\x2a\x49\xe5\x43\x0d\x06\x3d\x3b\x16\xd4\xc6\xfd\x0a\xc0\x0f\ +\x3f\x5e\x14\xf8\xd4\x24\xbc\xf7\xe1\xdb\xab\xb7\xef\xde\x1c\x56\ +\xc0\x5f\x30\x4b\x91\xf9\x77\xb6\x77\xf0\xee\xbb\xef\x62\x7d\x63\ +\xdd\x08\x5a\x80\x9f\xa5\x0e\x5c\x08\xa8\xcf\x1c\xc6\x32\x9b\x39\ +\xf0\x43\xef\x9d\xcf\x84\x16\x9e\xed\x17\xc0\x45\x0a\x7c\x80\x34\ +\xc0\xa7\xe0\x55\xab\x83\xca\xc1\x1b\x49\x81\xb5\x88\x3e\xfa\x3b\ +\x07\x46\x95\xbf\x7b\x8c\x02\x0b\x35\x7e\x4d\x53\xd9\xa4\x24\xf5\ +\x1c\xd4\x58\xa8\xb5\x6b\xb2\x0a\x63\x27\xc8\xb1\x63\xb0\xf7\x06\ +\xd3\x41\x08\xaa\x40\xf6\x50\xa5\xa1\x22\xb8\x5b\x39\x77\x48\xa9\ +\x11\x41\x30\x0f\x7c\x15\x1a\xd6\x0d\x4a\x48\x4d\x19\x43\x83\x06\ +\x77\xee\xdc\xc1\xfe\xfe\x3e\x7e\xf1\x1f\xff\x81\xe3\xb1\x1c\x52\ +\xa2\xcb\x04\x44\x15\x1d\xd5\x3f\x21\x22\x7a\xf0\xf6\xfd\x95\xf5\ +\x8d\x8d\xc9\xef\x3e\xff\x72\xb2\xd0\x14\x7f\x45\xe0\x5b\xcd\x3e\ +\xef\xbf\x2e\xe0\xbf\x82\x0f\xd0\x8f\x01\x10\xf4\xeb\xbf\x34\xf7\ +\x7f\x28\xe4\xeb\x71\xbf\x2c\xf0\x7b\x3f\x5f\x12\xf8\x20\xa0\x69\ +\x1a\xfa\xf9\xbf\x7e\xb4\x7a\x70\xe5\x60\xf0\xbc\xec\xbd\xf2\x96\ +\xc2\xec\xb7\x6e\xde\xc2\xed\x3b\xb7\x25\x63\x4d\xe7\xa7\x5e\xd2\ +\xab\x5f\xe1\xbe\x7c\xd7\x65\x3c\x7d\xfa\x14\xc7\xc7\x47\xc1\x6f\ +\x0d\xe3\x8c\x74\x60\x4d\xf4\x51\x50\xc3\x63\x29\xba\xa7\x22\x00\ +\x1f\x62\x31\xcc\x67\xec\x41\x30\x22\xbe\x23\x16\x01\xb9\x54\xca\ +\xd2\x26\xa1\x0e\xf6\xa9\x83\xab\x31\x02\x40\xe2\x3b\x0a\x00\xe9\ +\x6f\x85\x59\x01\xfe\xa2\x18\x41\x1d\x58\x14\xcb\xc7\xbe\xc2\xe3\ +\x73\xcf\xe2\x36\x68\x40\xd3\xe9\xa9\x02\x87\xe4\x64\x22\xb5\x30\ +\x64\x1c\xb9\x43\xce\x1d\x9a\xa6\x91\xa3\xcf\xe6\xf8\xc3\x85\x8d\ +\x00\xad\x69\x1a\x70\x62\x74\xb3\x19\xf6\xf6\xf6\xf0\x4f\x3f\xff\ +\x39\x3e\xf9\xcf\xff\xc4\xb7\xdf\x7d\xbb\x14\xf8\xe1\xad\x40\x02\ +\xae\xdf\xbc\x3a\x1c\xb4\x0d\xfd\xe6\xb3\x2f\xc6\x2f\x0b\xfc\xf8\ +\xfa\xd3\x64\xef\x3d\x0f\xec\x15\x2f\x2f\xe1\xf1\xd3\x5e\x3d\x01\ +\x50\xda\xf6\x93\xf0\x23\x20\x52\x25\x95\x29\x8a\xe3\x45\xc0\xef\ +\x4d\xda\xeb\x00\x3e\x03\x18\xb4\x2d\xfd\xf3\xff\xf5\xb3\xb5\xb3\ +\x17\xce\xb4\x08\x26\x67\x1c\x44\x1f\xf8\x6d\xd3\xe2\xcd\xb7\xde\ +\xc4\xa5\x8b\x17\x7b\x3d\xa9\x2c\x43\x79\x9c\xe4\xbe\xa7\xed\x3e\ +\x7d\xfa\x0c\xcf\x9e\x3d\x95\x63\xb3\x74\xd8\x2a\x3e\x1c\xc8\x04\ +\x98\x59\xa6\xcf\xaf\x4f\x00\x00\x20\x00\x49\x44\x41\x54\x9e\xa4\ +\x5f\xcc\xb0\x72\x18\xb1\x35\x6e\x42\x20\xa4\xed\xaa\xcd\xc1\x82\ +\x46\x42\x0d\xe4\x42\x8b\x13\xb2\xf7\xe2\xe8\x45\x70\x44\x3f\x5f\ +\x83\x9b\xbe\xc6\x2f\xb8\xb0\x72\x1d\x2f\xd0\x67\xed\xad\xe2\xf2\ +\x00\x8c\xb6\x6d\xd4\xec\xa9\x7c\x7e\x1d\x57\x59\xd5\xf0\x40\xa1\ +\x02\x1f\x81\xe6\x3a\x07\x9e\xda\xab\x5f\x31\x4e\x68\x9b\xa6\x64\ +\xa7\xca\x5f\xa2\x79\xef\xc6\x45\xe9\x53\xd3\xb6\xc8\x5d\x87\xe1\ +\x70\x80\xf7\xde\x7f\x1f\xbf\xff\xf2\x4b\x7c\xf6\x9b\xcf\xb0\x14\ +\xf8\xfa\x12\x21\xda\xe5\x6b\x97\x06\xcd\xa0\xc5\x67\xbf\xfc\xed\ +\xd8\xf2\x1d\x2a\x16\x7f\x01\xe0\x23\xb0\x88\xfc\xed\xb5\x03\xbf\ +\x6a\xc0\x79\xf6\x34\x57\x6f\x19\xd0\x3f\x83\xd1\xf7\x01\x8d\x99\ +\xc3\x64\x9e\x08\x7c\xfb\xad\xf7\x73\x1e\xf8\xa5\x05\x2b\xbb\xa3\ +\x1c\x07\x4f\x00\x06\x83\x96\xfe\xe5\xdf\xfe\x69\xed\xec\xb9\xfd\ +\xb6\xa6\x14\x16\x02\x9f\x40\x58\x5b\x5f\xc3\x4f\x3e\xf8\x00\x1b\ +\x1b\x9b\xe2\x5f\x4b\x9d\x00\xfc\x98\xbd\xa7\xbb\xec\x88\x12\xc6\ +\xe3\x31\x1e\x3f\x7e\x64\xd9\x7a\x11\xf8\x0a\x7e\x98\x06\x57\x6d\ +\x0e\xd3\xe0\x16\x08\x33\x20\xc3\xb5\x70\x0a\x31\x07\xe9\xbf\x91\ +\x34\x82\x37\x7c\x0d\x96\x7a\x69\xbb\x31\x7b\x4f\xc7\x5f\x00\x12\ +\xf2\x06\x94\xe9\x18\x15\xf0\x2d\x89\x27\xa4\xed\x5a\xa0\x30\x08\ +\x76\xa5\x2a\xdb\x18\x9d\x3f\x0a\x0d\x93\xd1\x25\x02\x5f\xe3\x05\ +\x1a\x28\x8c\x41\x46\x07\x3b\xc9\x7c\xbb\xa5\xde\xcf\x5c\x9c\x75\ +\x33\x24\x6e\x24\xa1\x68\x0e\xb3\xd5\xd8\x41\x40\x23\xcb\x91\x5d\ +\xee\x70\xfd\xc6\x0d\x6c\x6e\x6e\xe2\xdf\xff\xfd\xdf\xe5\x94\x63\ +\x1f\x97\xe7\x83\x04\xae\x25\xe0\xe0\xe2\xf9\x41\xdb\x34\xf4\xe9\ +\x27\x9f\x1d\x97\xd8\x4f\xc5\xdc\x35\xff\xea\x93\x06\xfc\x97\xcc\ +\xde\x7b\x11\xe0\xfb\x03\xf2\x27\x5a\x58\x3e\xed\xd5\x0b\x02\xd6\ +\xc1\x9f\x70\x2c\xc0\xbc\xa9\x5f\x9c\xd8\x9a\x36\xaf\x98\xbd\xa7\ +\x92\x26\x4a\x4f\xfd\x67\xb4\x3a\xa4\x7f\xfd\xb7\x9f\xaf\xef\xec\ +\xed\x36\x2f\x02\x7c\x10\x70\xee\xec\x59\xbc\xf3\xce\xbb\x68\xdb\ +\xd6\x80\xa6\x87\x68\x02\x6a\x4a\x06\xa6\x05\x9b\x10\x78\xfc\xe4\ +\x07\x1c\x1f\x1d\xf5\x4c\x5c\xeb\x29\xd4\x87\x98\x4f\xdb\x75\xf7\ +\x40\x03\x61\x0e\x6a\xa7\xa3\xc6\x05\x6a\xcf\x38\x80\x57\xe8\x11\ +\x2d\x1c\x35\x7d\xfb\x69\xbb\x04\x78\xea\xad\xa0\x69\xd1\x11\x5c\ +\x46\x23\x01\x9c\x6d\xd4\xb1\x67\xe1\xcf\x1a\x08\xb5\x4d\x2c\x1c\ +\xa3\x26\x2e\xb9\x10\x40\x10\x02\xbe\x4a\xa4\x16\x95\xc8\xbc\x9a\ +\x26\x21\x1c\x10\xc7\xab\x87\xa7\x64\xce\xe0\x59\x46\x92\xe4\xa0\ +\x79\x21\x10\xb2\x1e\x45\x50\x35\x54\xac\x81\xfd\xfd\x7d\xfc\xec\ +\x67\xff\x84\xff\xfd\xbf\xfe\x17\x9e\x1d\x3e\x53\x22\x84\xf8\x4a\ +\x40\x9e\xf4\xf1\xec\xc1\x99\xb6\x69\xd2\xca\xaf\xfe\xf3\xd7\xe3\ +\x2e\xe7\x60\xf6\xf6\x80\x6f\xc5\xd3\x66\xef\xf5\x80\x0f\xd7\xec\ +\x2f\x0a\xfc\x57\x15\x02\xd5\x97\xda\xec\x40\x50\x0a\xd6\x7d\x01\ +\x88\x8f\x40\x41\x4a\x2e\x18\xa3\x0f\xee\x10\xa6\x50\x5d\xd8\xc9\ +\x68\x44\x44\xa4\x16\x3f\x1b\xf8\x49\xc7\x6c\x85\xf2\xef\x60\x34\ +\xa0\xff\xfe\x3f\xfe\x65\x7d\x67\x3f\x80\x5f\x3a\xa0\xf5\x8d\x79\ +\xe4\xf7\xeb\xd7\xae\xe3\xfd\xf7\x3f\x28\x4b\x54\x72\x33\xc6\x2f\ +\x6c\x56\x03\xf0\xc1\x25\x89\xe7\xbb\xef\xbe\xc5\xe1\xb3\x43\x67\ +\x6c\x45\x9e\xaa\x20\x6f\xbe\x72\x15\xe6\x80\xa0\x60\x14\xcb\xa0\ +\x34\x17\x52\x69\xad\xec\xeb\xf7\x65\x4f\xbf\x2f\x01\xd6\xe3\xc5\ +\xdc\xb3\x9c\xb3\xbb\x21\xb2\xb3\x4e\x07\xa8\x16\x86\x8f\x51\xc7\ +\x8b\x5e\x59\x9e\x35\x13\xdc\x7b\xc5\xe8\x5b\x4b\xfa\x6f\x71\x87\ +\xca\xf2\x1d\xdb\xb3\xd5\x18\x2b\xb0\xd7\xc0\xf7\xb1\x48\x2b\x0a\ +\x4a\x9d\x50\xd2\x55\x0d\x9f\x2f\xdb\x21\xc9\x46\x4c\x33\xea\x75\ +\x8c\x62\x72\x81\x80\x92\x70\x04\xc2\xda\xda\x2a\x3e\xfa\xf8\x23\ +\xec\xef\xed\x1b\x7f\x54\xf4\x55\xf7\x40\xf9\x97\x08\xfb\xe7\xf6\ +\xdb\xfb\xef\xdc\x1b\x25\x49\xd7\x8e\xbb\x23\x4d\x34\x0a\x0b\x1a\ +\xef\x07\x81\x4d\x26\x08\xc2\x4f\xc1\x95\xbd\x27\x08\x02\x8b\x85\ +\x40\xcc\xfd\x1a\x7f\x0b\xca\x01\xfc\xaf\x20\x03\xea\x4f\x35\x06\ +\x50\xeb\x46\x0e\x6b\xc0\x90\x19\xea\xf4\x82\x6f\x01\xc2\x06\x7c\ +\x93\x6a\x32\x6a\x32\x4a\x3a\xf0\x2b\x20\x07\xe0\x83\x8a\xcf\xff\ +\xdf\xfe\xed\xe7\x6b\xdb\x7b\xdb\x8d\xbd\x58\x85\x85\x10\x4c\x27\ +\x1c\x54\x4c\xeb\x07\xf7\x1f\xe0\xde\xbd\x7b\xb2\x97\x5d\x34\x25\ +\xe7\xc0\x30\x32\xef\x01\x2c\x39\x67\x3c\x7e\xfc\x08\x3f\xfc\xed\ +\x07\xcc\x66\x5d\x6d\xee\xcb\x4c\x69\xe0\x4c\x19\x3e\x5a\x12\xb1\ +\xbe\x02\x5f\x69\xa2\x8c\xa6\xcc\x15\xfd\x74\x75\x15\x22\xf0\xb5\ +\x83\x9a\xfa\xeb\xae\x46\x74\x40\x82\x65\xd6\x13\x62\xcb\x80\xaf\ +\xc1\x41\xed\xb0\x3d\x1b\x5c\x20\x60\x1e\xf8\x51\xb3\xc7\xb2\x9b\ +\xf2\x4a\x07\xf6\x7e\x06\xe0\xd7\x82\xae\x2e\x23\xd0\x47\xe5\xa4\ +\xcf\x12\x16\x96\xba\xd9\xac\xc4\x63\x74\x2c\x01\xf8\x6e\x26\x95\ +\x5b\x4d\xdb\x20\x51\x42\xdb\xb6\x78\xef\xfd\xf7\x70\xf9\xd2\xe5\ +\xe5\xc0\xaf\x00\x00\xec\x9f\xdd\x6f\xef\xbf\x7d\x6f\x25\x19\xcf\ +\x91\x59\x2b\x86\xdf\x97\x05\xbe\x82\x3d\x96\x95\x8f\x96\x00\x1f\ +\x55\x59\xe7\x21\x0a\x9d\xd3\x5f\xb5\x05\x50\xc4\x26\x48\xcd\x41\ +\x4d\x08\xd0\xa1\x28\x7d\x38\x68\x74\x28\xcb\xf7\x25\x53\x65\x25\ +\x04\x3b\x42\x32\xea\xfa\x40\xa6\xd0\x07\x21\xe2\x60\xd0\xd2\xbf\ +\xfc\x8f\x9f\xaf\xed\xeb\xd1\xdc\xc1\x4a\xe8\x03\x9f\xa8\x9c\x46\ +\xf3\xfe\xfb\xef\xe3\xfa\xb5\x6b\xc5\xe7\xd4\xfe\xc0\xd9\x27\x02\ +\x5f\x4d\xc6\xe9\x74\x82\xef\xbe\xfb\x0e\x4f\x9e\x3c\x2d\xfd\xf3\ +\x97\x16\x36\xe5\xe2\x6f\x3b\xc3\x7b\xc6\x9e\x8e\xb1\x1c\xc7\x15\ +\x00\x15\xd8\xdc\x82\x7d\x80\x31\x9d\x89\x0a\xc2\x1c\xf0\xb5\x9a\ +\x03\x7f\xb1\xd6\x56\x94\x29\xf0\xed\x71\x36\x08\xcf\x01\x5f\x97\ +\xfd\x54\xe3\x2f\x03\xbe\x42\x51\x4f\xf1\xe9\x97\x01\xd8\xb7\x0b\ +\xfa\xc0\x87\x8f\x3c\x94\xd9\xca\x3a\x69\xce\xfc\x2e\x64\xed\x89\ +\xa0\xe5\x6d\x64\x21\x00\x91\x3b\xdf\x78\xd4\x07\xbe\xb5\x21\xd5\ +\x53\x93\x90\xa8\xec\x49\xb8\xff\xe0\x3e\x6e\xde\xb8\xe1\xb4\x43\ +\x00\xbe\xb6\x1f\x24\xfb\x99\xf3\xfb\xed\xdd\x7b\xb7\x57\x4e\x05\ +\x7c\xc5\x80\x72\x5b\x18\x6f\x1f\xf8\x1c\xda\xee\x03\x3f\xf2\xf8\ +\x9c\xb5\xa1\x58\x3a\xe5\xd5\xcb\x04\x8c\x7e\x0d\x60\xc7\x78\xe8\ +\x27\xb0\xcb\x17\x3a\x89\xec\xe3\x20\xb6\x5e\xe0\x13\x19\xe8\x07\ +\x85\xac\x01\xdf\xff\xa8\xd5\x4d\xa3\x05\x61\x02\x02\x9a\x36\xe1\ +\xe7\xff\xfd\xe3\xd5\x33\xe7\x4a\x5e\x3f\x59\x4b\xae\x01\x55\x50\ +\x00\x45\xf3\x7f\xf8\xd3\x9f\x62\x6f\x6f\x5f\x00\x55\x27\xf1\xd8\ +\xd9\x74\x60\x78\xea\x2d\xf0\xec\xd9\x53\x3c\x7a\xf4\xd8\x80\xac\ +\x49\x3c\x6e\x96\x4a\xbb\x8c\xea\x59\xb0\x44\xed\x73\x38\xd4\x53\ +\x81\xaf\xa0\x66\xcc\x1d\xce\xc1\x8c\xb0\x42\xc0\x96\x79\xa9\x97\ +\x79\x1b\x22\x14\xcc\x5a\xe0\x5e\x24\x5f\xcb\x73\x87\x74\x52\xa0\ +\xbf\x6b\xe9\xcc\x5c\x65\xef\xf5\xd3\x76\xe3\xdc\x69\x24\xdf\xf7\ +\x24\x48\x62\x93\x04\xf7\x00\x5d\x1e\xd5\x63\x5e\x22\x03\xd6\xd6\ +\x42\x79\x67\x5f\x04\x07\xba\xea\x4f\xf6\xb9\x57\x42\xd4\x82\x4e\ +\x04\xb2\xd0\xb1\x94\x19\xb3\x3c\x45\xd3\x88\x9b\x47\x01\xf8\xa6\ +\x29\x84\x53\x9b\x04\xca\xc5\x8d\xb8\x79\xeb\x26\x06\x83\x16\x9f\ +\x7d\xf6\x59\xc5\xac\x66\x51\x98\x70\x28\x7f\x3b\xb8\x7c\xbe\x65\ +\xe4\xd1\x6f\x3f\xfd\x62\xe2\x5d\x24\x54\xe5\xfe\xcf\x08\xa4\x85\ +\xcf\x60\xf9\x92\x5e\x0f\x87\x91\xbe\x0e\xf6\x1a\x73\xa7\xbd\x16\ +\xe4\x01\xcc\x0f\x82\xb3\x38\x3a\xe4\x9a\x4b\x87\x50\x31\x5b\xf5\ +\xe8\xe9\x80\xaf\xd7\x4f\x3f\xfe\xc9\xea\xb9\x8b\xe7\x07\xcb\x81\ +\x5f\x0a\xcc\x8c\x41\xdb\xe2\xc3\x0f\x3f\xc4\xce\xee\x6e\xd1\xb6\ +\x70\xad\x9a\x28\x59\x64\xdf\x22\xef\xa2\xdd\xbe\xff\xfe\x07\x8c\ +\xc7\xc7\x3e\x59\xb5\xe4\x5a\x50\x26\x68\xa0\x48\x3b\xb5\x0c\xf8\ +\x50\x8d\x1f\x80\xaf\xd9\x7b\x25\xd1\x47\xdd\x93\xe5\xd9\x7b\x91\ +\x5e\x4a\x73\x4b\xf9\xb5\x76\x01\x0f\xfa\x39\xcf\xab\xb5\xe5\x60\ +\x14\xad\x1a\x19\x8a\x62\xf6\x9e\xe6\x43\x90\x31\x60\x0c\xf6\x29\ +\x90\x62\xcc\x23\x5a\x7e\x3d\xd4\x99\x75\xe1\xe5\x54\xd1\x94\x4d\ +\xb2\xf5\x1f\x75\xb0\x57\xb4\x50\x9f\xc2\xac\x1d\xb6\x67\xbb\x6e\ +\x56\x36\x19\xa9\x30\x0d\xfd\x75\x50\x03\x94\x08\x2d\x35\xe8\xba\ +\x0e\x57\xaf\x5d\x43\x3b\x18\xe0\x97\xbf\xfc\xe5\x52\xe0\x9b\x30\ +\x61\xe0\xc2\xe5\x0b\x83\xf1\xf1\x84\xff\xf4\xfb\x3f\x4f\x7d\x7a\ +\x02\xbf\xe8\xcf\x65\x02\xe2\x85\x80\xbf\x0c\xec\xcb\x81\x6f\x27\ +\x6d\x9d\xf2\x9a\xcf\x03\xd0\x09\x97\x9e\x16\x93\xdc\x4d\x66\x05\ +\x97\x7d\x32\xec\x75\x00\xbf\x1a\x03\xe1\xad\xf7\x1f\x8c\xae\xde\ +\xbc\x3c\x04\x1c\xc8\x8b\x80\x4f\x28\xe0\xff\xe8\xe3\x8f\xb1\xb3\ +\xbd\x2d\xe4\x81\x99\xc4\x75\x80\x8e\x11\x0f\xe4\xf8\xdb\xdf\xbe\ +\xf7\xd3\x77\x92\x03\xaa\x3a\x6d\x57\xfb\xdc\xcb\xde\xa3\xb0\xdc\ +\x55\x9d\xb7\xa7\x0c\x17\xc6\xab\x83\xb6\xdf\x45\xd3\x99\xcf\x0e\ +\x4f\x3b\x06\xe3\xe4\x43\x37\x85\x5e\x31\x90\xc8\x4a\x17\x86\xd8\ +\x3d\x9e\xcb\x0f\xf2\x24\x9e\x78\x52\xb1\xce\x43\x30\x2f\x00\x0e\ +\xd9\x9d\xf2\x2e\x15\x22\x75\xf6\x5e\xf9\x47\xcd\xff\x3e\xf0\x6b\ +\x5e\x72\x01\x12\x2d\x29\xaa\x96\x97\xf4\xd1\x79\xd7\x46\x57\x9a\ +\x1c\xf8\xb5\xf0\x8d\xcd\xe6\x2e\x03\x8d\xae\xb9\xd4\xc0\xaf\x04\ +\x6b\x4a\x48\x28\x31\x9f\x8b\x97\x2e\x21\xa5\x84\x4f\x3e\xf9\x64\ +\xee\x3b\x83\xcc\xa8\x3e\x80\x43\x20\x5c\xbf\x75\x6d\x38\x99\x4c\ +\xf8\xbb\xaf\xff\x3a\x73\x6e\x75\xc6\xfc\xb1\x80\xff\x0a\x1e\xc0\ +\xfc\x6e\xc0\x22\xb4\x15\xf8\xb0\xc6\x94\xb9\x22\x63\xbf\x5e\xe0\ +\x03\x48\x84\x1b\x37\xaf\x0e\xee\xbd\x79\x67\xa5\xbf\xa4\xd7\x07\ +\x3e\xa1\xac\xf9\xfe\xec\x67\x3f\xc3\xf6\xf6\xb6\xa7\xb4\x92\x6b\ +\x29\xab\x1f\x98\x6f\x32\x19\xe3\xfb\xef\xbf\xb7\x20\x92\x2e\xfb\ +\x2d\x4c\xdb\x05\xf9\xfa\x3b\xf3\x92\xb4\x5d\xcf\xde\x63\xa0\xfe\ +\xa2\x0e\xeb\xfd\x7a\x2c\x3a\xf0\x7e\xda\x2e\xe4\x79\x16\x06\xb4\ +\x83\x3d\xd8\x4d\x7f\xd7\xf2\x1c\xd2\x76\x51\x81\xd7\xf6\xf4\x9b\ +\x65\x40\x8e\xe3\x40\x77\x7b\x16\x7e\xf6\x00\x83\x7a\x4b\x7d\x75\ +\xf6\x9e\x4d\x55\xb5\xbf\xa1\x0f\xfc\x39\xfe\xb0\x1d\x89\x20\x94\ +\x0c\xc0\x14\x3a\xe0\xfe\x97\x08\xc6\xe4\x08\x54\x20\xab\xc0\x8c\ +\x9e\x44\x55\x66\xe4\x2e\x83\x13\x59\xa6\x67\x4d\xee\x3a\xeb\x32\ +\x51\x89\x23\x1c\x5c\x38\x00\x03\xf8\xe5\x27\x9f\x54\xc0\xd7\xbe\ +\xc7\x58\x0e\x11\xe1\x8d\xfb\x77\x87\xe3\xa3\x49\x7e\xf2\xe8\x71\ +\x3e\x09\xec\x11\xe0\x27\x65\xef\x3d\x7f\x79\xef\xf9\xc0\xaf\x17\ +\xe3\x5f\xee\x9a\x5b\x06\xd4\xc0\x94\xbe\x3f\x86\x34\x12\xe9\x00\ +\x5c\x40\x90\x30\x49\x31\x21\x4f\x08\xee\x01\x46\x20\xf2\x82\xf4\ +\x82\x40\x89\x70\x70\x70\xb6\x7d\xff\xe3\xf7\xd6\x16\x05\x57\x0a\ +\x0f\xf8\xba\x72\xd3\x34\xf8\xf8\xa3\x8f\xb0\xb5\xb5\xb5\x80\x60\ +\x54\xf1\x95\x2e\xe5\x1e\x1f\x1f\xe1\xfb\xef\xbf\x17\xad\x19\x18\ +\x82\x50\x97\xcb\x6b\x50\xa6\xbd\xac\xf1\xab\xe6\x65\x11\x34\x39\ +\xd4\xcf\x8a\x22\x61\x60\x0e\xe5\x6a\x83\x8c\xeb\x7a\x13\xa6\xa6\ +\x57\x59\xef\x2a\xb5\xd9\xe2\x17\x66\xcd\x00\xb6\xd4\x47\x2a\x38\ +\xa0\x34\x82\x09\x34\x82\x33\x6c\xd4\x94\x39\xeb\x72\x9d\x68\xf9\ +\x1a\x7b\x66\xb2\x5b\xa0\x90\x3d\xa0\xc9\xf1\x59\x94\x25\x36\xed\ +\xbd\x5b\x24\xda\xfb\xa8\x40\x34\x51\x49\xc7\xd8\x2f\x3b\xc0\x95\ +\xb7\xb4\xcc\x72\xea\xb1\xbd\x7a\x91\xdb\x10\x89\x80\x32\x3f\xb3\ +\x6e\xe6\x60\x24\x5d\x05\xaa\x5d\x8b\x94\xca\x47\x50\xc1\xc0\xc1\ +\xf9\xf3\xb8\x77\xff\xbe\x8a\x68\xe1\x3b\xb7\xbc\x60\x73\x52\x1e\ +\x7f\xf0\xce\xbd\x95\xd5\xb5\xb5\xa4\xbc\x09\x51\x9c\x73\x73\x10\ +\xf8\x5f\x85\xa9\xfe\xfa\xfc\xe5\x3d\xb5\x58\x0b\x21\x4b\x3c\x5e\ +\xd0\xa3\x73\x26\x8d\xbd\x8a\x05\xd0\x5b\x06\x74\x59\x66\xc0\xb7\ +\x3e\x2c\x03\x3e\x5e\x0c\xf8\x81\x58\x7d\xe0\x13\x80\xf5\x8d\xb5\ +\xf4\xd1\xbf\x7c\xb8\xda\xc8\x11\x5c\xcb\x80\x4f\x54\x34\xd4\x87\ +\x1f\x7e\x88\xbd\xbd\xbd\x4a\xe3\xdb\xf2\x88\x00\x44\x81\x9f\x12\ +\xe1\xc9\x93\x27\xf8\xe1\x87\x87\x06\x7c\xeb\x27\x62\x59\xdb\xf0\ +\x8e\x9b\x06\x60\x1f\x23\x07\x41\xa1\x16\xaa\xc5\xb9\x4d\x70\xc0\ +\xe8\xb5\x08\xf8\x4a\x6f\x6d\xdb\xe8\x6b\x75\xc8\x84\x4e\x1f\xf8\ +\x9c\x95\x2d\xd9\x4c\x67\xe9\xa4\x01\x3f\x0a\xd9\x02\x7c\xc5\x9a\ +\x06\xf2\x14\xbc\xce\x70\x71\x55\xa0\x0f\xfc\x68\x45\x29\xd8\x23\ +\xf0\x4d\xd0\xc1\xd5\x67\x7f\xbc\x2e\xe8\x22\x96\x1d\xf8\x91\x0e\ +\x8b\x80\x9f\x39\x5b\x59\x83\xb4\x10\x2b\xc9\x5d\x85\xf2\x4f\xd7\ +\x75\xc8\x22\xc0\x50\xcb\x41\x9b\x27\x3d\xe9\x18\x00\x2e\x5e\xb8\ +\x80\x3b\x77\xef\x2c\x07\xbe\x94\x19\x25\x23\xf5\xc1\x3b\xf7\x47\ +\xcd\x60\xb0\x44\xf8\xd6\x5a\x3f\x46\xfc\x5f\x64\x5d\xff\x45\x80\ +\xcf\x06\x7c\x63\xd6\x53\x5d\x95\x00\x48\xac\x9e\x9f\x31\x26\x21\ +\x5a\x05\x0b\x81\xaf\x15\x1d\xec\x08\xe5\xe7\x01\x1f\x04\xb4\x4d\ +\x43\xff\xf4\xaf\x1f\xad\x8d\x56\x86\x26\x55\x17\x01\x5f\x89\xf8\ +\xe1\x87\x1f\xe2\xcc\x99\x33\x88\xd9\x7b\x45\x09\x07\xd3\x1f\x6e\ +\xa6\x3e\x7a\xf4\x18\x4f\x9f\x3d\xb3\xf6\x93\x98\x9f\xfa\xce\xcc\ +\x0e\x10\x05\x85\x69\x74\x0b\x66\x21\x30\xbc\xf4\xa9\xdc\x5d\x22\ +\x1c\x6b\xe0\x6b\x5a\xa9\xae\xed\x3b\xa8\x43\x5b\x70\xa6\xaf\x02\ +\x7c\x0b\x34\xfe\x49\xc0\x37\xa6\x0f\x5a\x5e\xaa\xd5\x63\x94\xc6\ +\x54\xe3\x57\x63\xd4\x3e\x84\x67\xcd\x14\x4f\x41\xd0\x63\x7e\xbc\ +\x59\xfb\x63\x2d\x04\x16\x25\xa7\x9b\x09\x0d\xeb\x18\x19\xcd\x15\ +\xb5\xac\xa2\x55\x05\x95\xca\x18\x2b\x73\xa0\xbb\xde\x2f\x2d\x64\ +\x2e\xa7\x08\x15\x36\x26\xa3\x97\x0a\xd9\xc2\x8a\xc9\x84\xc0\xe5\ +\x4b\x97\x71\xe3\xe6\x8d\x32\xc6\x05\xc0\xb7\xfb\x44\x58\x5b\x5f\ +\x49\x77\xdf\xb8\x39\x32\xde\xd4\x69\x0c\x78\x5c\x0e\xf6\xe7\x03\ +\x1f\x88\xf1\x8c\x00\x7c\x10\x05\x84\x56\xcf\x9f\xe6\xea\xe5\x01\ +\x98\xb2\x5f\xc8\xd4\x3a\x52\x02\xd3\xf3\xb2\xf7\x96\x01\x1f\x01\ +\xf8\xda\xc6\xfb\x1f\xbf\xb7\xb2\xb3\xb7\xd3\xe8\xdb\x62\x0a\x29\ +\x02\xf0\x19\xc0\xdb\x6f\xbf\x8d\xb3\x67\xcf\x1a\xc3\x2b\x93\x18\ +\x40\x58\x27\xaa\x94\x1f\x3e\x7a\x64\x29\xa0\x1e\xe0\x8b\x5e\x93\ +\x30\x2f\xe7\x39\xe0\x2b\xc7\xe8\x77\xfd\x80\x90\x81\x27\x5f\xe1\ +\x29\x80\xcb\xf3\x4c\x5a\x08\x1a\x2c\x8c\x7a\x49\x8f\xe5\xde\x49\ +\xc0\xd7\xef\x03\x2a\x40\xea\x72\xcf\x9c\x8c\xc0\x47\x4c\x79\x66\ +\x1b\xa3\x97\x9d\x0e\x7a\xd9\x18\x59\x73\x1a\x02\x7d\x8c\x27\x4a\ +\xff\x9b\x26\x55\x82\x4e\x27\x34\x6a\x7c\x15\x74\x7a\xd5\xc2\x4a\ +\xe6\x56\xc6\x08\x2a\xcb\x7b\x08\xc0\x37\x4b\xa2\x46\xad\x8d\xd1\ +\xdd\x86\x79\xe0\x2b\xed\x75\x2e\x35\x73\xd0\xf8\x4e\x47\x25\xe5\ +\x26\x35\x68\xda\xe2\xd2\x5c\xbf\x76\x1d\x17\x2f\x5e\x5a\x00\x7c\ +\xd8\x1c\x28\x6f\x9e\x39\x7f\xa6\xbd\x74\xf5\xc2\xe0\xc5\x81\x1f\ +\xc0\x5a\x95\xfb\xc0\xf7\x04\x72\x51\x68\x0e\x7c\x8a\xc0\xd7\x17\ +\xe1\xd4\x57\x6d\x01\x24\x7d\x6b\xcf\x0c\xd6\x93\x71\x51\xfc\x7c\ +\x6d\x9d\xe4\x0d\xfd\xec\xbd\x93\x80\x5f\x09\x17\x00\xb7\xee\x5c\ +\x1f\x5e\xbf\x79\x75\x68\x0c\xcc\x2e\x65\x83\xc0\x07\x00\xdc\xb9\ +\x7d\x1b\x57\xaf\x5d\xad\x18\x3e\x59\x74\xdb\x89\xa2\xa7\xed\x3e\ +\x7a\xfc\x08\x47\x47\x47\x6e\x3a\x69\x7d\x35\xaf\xaa\x88\x3f\xcd\ +\x01\x3f\x6a\xb1\x17\x4d\xdb\x8d\xd9\x7b\x0a\xa8\x08\x7c\x05\xef\ +\x22\xe0\xab\xca\x8e\xc0\xd7\x24\x9e\x92\xb8\x83\x50\x16\xa6\x0e\ +\x0c\xd5\x07\xbe\xd5\x67\x7f\xd6\x05\x60\x60\x4c\xe9\x43\x04\xbe\ +\x59\x29\x26\xdc\x14\xde\x6c\x67\xfa\xcd\x01\x5f\xad\x08\x7d\x47\ +\xfc\x60\xa7\xf6\x55\xc6\x1e\x2d\x27\x05\x3e\x67\x07\x75\x04\xbe\ +\x89\x3a\xa1\x49\x39\xec\x54\xd9\x6d\x01\xf0\x03\xad\x01\x20\x77\ +\x5d\x11\x34\x71\x60\x55\x99\xe5\x40\x92\xb2\x67\xe4\xee\x9d\xbb\ +\xd8\xdb\xdf\x87\x01\x1f\x51\xe0\xd6\xd6\xe8\xb5\x5b\x57\x87\x3b\ +\x7b\x5b\x8d\xce\x85\xcf\x07\x61\x1e\xec\x64\xe5\x42\xba\xe0\xae\ +\x01\x73\xe6\x3e\xe8\x79\xc0\x7f\x35\xf0\x6b\x9b\x81\x76\x29\x34\ +\x10\x24\x3c\x67\x22\xf8\x92\x97\x02\x99\x75\x6b\x78\x00\x7e\xa5\ +\x01\x23\xf0\x95\x28\x3a\x5c\x02\xb6\x77\xb7\xd3\xbb\x3f\x79\x67\ +\xe5\x79\xc0\x27\x00\x17\x2f\x5d\xc4\x1b\x6f\xbc\x61\xc0\x07\xe6\ +\x83\x7d\x4a\x14\x06\xe3\x87\x1f\x7e\x90\xd3\x7a\xbc\x8f\x25\x0f\ +\xc0\xeb\x33\x8b\x09\x68\x40\x88\xee\x0d\x2a\xad\xad\x0a\x45\x8d\ +\x3d\x5f\xbf\x87\x03\x5f\x65\x87\x01\x59\x2d\x93\x1e\x90\x83\xf5\ +\xa2\xe3\xeb\xcf\xa9\x5a\x08\xe5\x71\x1d\xab\x67\xef\x45\xe0\xa9\ +\x75\x1e\xc7\xe5\x60\x47\xf5\xac\x5e\x8b\xb3\xf7\x82\xa6\x86\x0b\ +\x28\x15\x02\xcc\x90\x43\x3d\xeb\xf6\xe7\x2e\x15\x4e\xfa\xa5\x20\ +\x04\xba\xa8\x02\x31\x97\x42\xe9\xb0\x18\xf8\xd1\xd4\x57\x3f\x5f\ +\x05\x96\xce\xb5\x33\x61\x20\x84\x95\x4b\x31\x77\x79\x81\x10\xd0\ +\x09\x93\x04\x23\x90\x08\x37\xe0\xc1\xfd\xfb\xd8\xd8\xd8\x0c\x60\ +\xaf\x81\xaf\xae\x09\x11\xe1\xce\x83\x3b\xa3\xd1\x50\x8f\x9f\x0f\ +\xc2\xc2\xc0\x4e\x75\x19\xaf\x0f\xf8\x7d\xc3\xe7\x65\xaf\xda\x02\ +\x20\xed\x10\x09\xd8\x9f\x13\xd9\x5f\x06\x7c\x2c\x00\x7e\x8f\x28\ +\x6d\xd3\xd0\x47\x3f\xff\x60\x3d\x25\xf5\x2b\x22\xf0\x83\xc9\x06\ +\x60\x67\x67\x1b\xef\xbd\xfb\x9e\x31\xb5\x11\xc2\xca\xd2\x86\x2c\ +\x5f\x3d\x7e\xfc\x08\x93\xc9\xd8\x4c\x7d\x93\xbe\xec\xcf\x9a\x5f\ +\xc8\x6e\xba\xab\xa6\x53\xe0\x6b\x7d\x05\x7e\x29\xf3\xc2\xf1\x1a\ +\x9b\xf7\xcc\xfb\x2c\x4b\x68\xd1\x4f\xb7\xc0\x9a\xb4\x61\x36\x03\ +\x3b\x60\x17\xc6\x1f\x2a\x4d\xa7\xe0\x94\x76\x03\xd8\x55\xcb\x23\ +\x96\xe1\xef\xe1\x39\xe0\x47\x6b\x22\xba\x47\x6e\xcb\x28\xf3\x27\ +\x39\xf0\x30\x5a\x2f\x76\x71\x00\x63\xaf\x4c\x51\x8a\x46\x1f\x5f\ +\xb4\xb9\xce\x81\x83\x1d\x6e\x79\x28\xf0\x55\x30\x27\x3f\x32\x0d\ +\xe4\x96\xa3\x6b\xf6\x58\xd6\xa1\x73\x10\x02\x0e\x7c\x30\x8b\xe5\ +\x51\xc6\xd7\xc8\xe7\xcf\x9a\xb6\xc5\x5b\x6f\xbd\x89\xb6\x1d\x18\ +\x6f\x02\x0e\x7c\xe3\x39\x22\x8c\x86\x43\xba\x79\xef\xd6\x68\x21\ +\xf0\xd1\x07\xbe\xcf\xe3\x7c\x80\x4f\xd0\x16\xc0\xfe\x7c\xe0\x07\ +\x4b\xe3\x14\xd7\xdc\x66\xa0\x65\xc0\x4f\xf4\x02\x1a\x5f\x81\xaf\ +\x1e\xc3\x1c\xf0\x61\x44\x79\xfb\xbd\x07\x2b\xdb\xdb\x5b\x69\x31\ +\xf0\x4d\x98\x62\x38\x1c\xe2\x83\x0f\x7e\x82\xa6\x49\x4e\x08\xed\ +\x43\xa0\x84\x5a\x05\x4f\x9e\x3c\x36\xb3\xdf\xb6\xaa\xf6\xfb\xac\ +\xdd\x65\x65\xe8\x52\x27\xa5\xb2\x7f\x80\x25\x73\xd0\x14\x13\x79\ +\x04\x3a\xfa\x8e\x36\x28\x35\x15\xc3\x78\xab\xa0\x5c\xd0\xf8\x27\ +\x01\x5f\x85\x48\x0c\xca\xf9\xf9\x04\x64\x4d\x32\x08\x2c\x89\x3b\ +\x4a\x5c\x4a\x49\xb0\xc6\x20\xf9\x14\xb8\x02\x2d\x6a\xae\x60\x83\ +\xf9\x3d\xb1\xfc\x2c\x68\x69\xc1\x10\x7f\x56\x2d\x9c\x72\xfc\x97\ +\x75\x36\x68\x76\xcc\x01\x9f\x25\xf5\xba\x06\x3e\x02\x61\x7d\xae\ +\x41\x90\x38\x00\x8c\xa6\x2e\x34\x9d\x9f\x58\x68\xd2\xd7\xf2\xd6\ +\xa7\x05\xc0\x37\xb0\xab\x10\xd0\x25\x4d\x19\x93\x4d\xa3\x08\xf2\ +\x46\xf6\x0e\xac\xac\xae\xe2\xad\xb7\xde\xb4\xf9\xec\x03\x3f\xf2\ +\xec\xfe\xfe\x6e\x73\x70\xf1\x5c\x3b\x07\x7c\x13\xaa\x27\x45\xf6\ +\x25\x9c\x6e\x58\x8e\x73\xb6\x0c\xf8\xae\x94\x5e\xe5\xaa\x5d\x80\ +\x06\x15\xf0\x13\x4e\x00\x7e\x1f\x08\x15\xf0\x81\xc5\xc0\x2f\x3f\ +\x2f\x5c\x3c\x68\x6f\xde\xbd\x39\x8c\x26\x2e\xec\xaf\x30\xa2\x00\ +\x84\x9f\xfe\xf4\x27\x58\x5f\x5f\xab\x78\xcc\x44\x64\x00\x3e\x11\ +\xf0\xf8\xf1\x63\x1c\x1d\x1e\x3a\x1f\x72\x88\xf8\xcb\xff\x62\x12\ +\x8f\x6a\x9b\xe8\x9b\xa6\x24\xa6\xad\xf8\xc3\x11\xf8\x0c\x65\x36\ +\x07\xab\x6a\x7c\x19\x6a\x25\xc4\x9c\x79\xc9\xfe\x5e\xc9\x0e\xf8\ +\xbb\x48\x7f\x11\xa6\xb1\x44\xa5\x94\xbc\xb2\x4d\x80\x30\x54\xd0\ +\xe0\x9c\xb3\xbd\x5d\xb7\xea\xda\x9c\x49\x57\x55\x00\x59\xef\x05\ +\x88\x2c\xa6\xb1\xc0\xcb\x18\x97\xaa\xce\x92\x4c\x73\x38\x12\x4c\ +\x2d\xac\x14\xcf\x3c\x08\xc4\x0f\xc0\x8f\x42\x43\x08\xe5\x3c\x14\ +\x88\xa0\xbb\x36\x21\x02\xdc\x32\x2d\x95\x4f\xd4\x22\xca\x79\x0e\ +\xec\x51\x08\xd8\x32\x21\x82\xb5\x02\x7f\x56\x97\x52\x75\x7e\x74\ +\x3e\xd5\x1a\x6d\xdb\xb2\xf3\x7c\x67\x77\x07\x37\x6f\xdd\x34\xe6\ +\xeb\x03\x3f\x82\xfd\xc6\xad\xeb\xc3\xb5\xb5\xd5\xf4\x77\x01\x7e\ +\x98\xcb\xda\x55\x7d\x8d\x16\x00\x51\x49\x87\xd3\xc6\x72\x90\x3a\ +\x2c\x7f\xb1\x49\xd3\x36\x29\x2d\x00\x3e\x2d\x04\x3e\x01\x18\x0e\ +\x07\xf4\x93\x8f\xdf\x5d\x35\xf3\x1b\xb0\x01\x18\x51\x84\x31\x1f\ +\x3c\xb8\x8f\xfd\xfd\x33\x20\x22\x5b\xd2\x8b\xcc\x10\xa5\xe1\xd1\ +\xe1\x61\x39\x93\x5f\xda\x57\xe0\x1b\x78\x05\xf8\x6a\xc2\xea\x18\ +\x55\x51\x50\xb8\xa1\x63\x51\x62\x73\xb8\xd9\x07\xbe\x3e\xcf\x08\ +\x5b\x7b\xe1\x31\x82\x5a\xdb\xb8\x29\x0b\xe7\x79\xed\x26\x28\xa4\ +\xbe\xea\xc1\x17\xe4\x3f\xc2\xb3\xc5\x02\x50\xa1\xc1\x01\x3c\x6c\ +\x34\xf2\xd8\x00\x3b\x16\xe4\x6f\xbd\x39\x14\x21\xc0\x21\x73\x45\ +\x9f\x8b\x1d\x8c\x9f\x49\x8b\xe6\xb7\x6f\xcd\x05\xc8\xd3\x1f\x6b\ +\xe0\x73\x00\x25\x43\xd2\x81\x2b\xe9\x67\x63\x8f\x34\x89\xc0\x37\ +\x6b\x83\xdc\x88\xd0\xb2\x02\xc1\x56\x63\x02\xf0\x6b\x01\xac\xfc\ +\x93\xdd\x38\xc0\x82\x28\x3f\xc1\x96\x07\x2f\x5d\xbe\x8c\x73\xe7\ +\xce\xc9\xd0\xe7\x81\x4f\x42\x87\xd4\x24\xba\x7d\xef\x66\x71\x05\ +\x5e\x28\x89\x67\x09\xf0\x75\x7e\x2a\xde\xf4\x7a\x8b\xca\xa7\xbd\ +\x6a\x01\x00\x03\xbb\xff\x51\xa5\xcc\x1c\xf0\x09\x44\xc9\xda\x7f\ +\x1e\xf0\xcb\x99\x82\x09\xef\x7c\xf0\xf6\xca\x68\x65\x94\x94\x78\ +\xf2\xaa\x0a\xf8\x44\xe5\x0b\xb1\xb7\x6e\xdd\x72\x2d\x14\x35\xbe\ +\xfa\xe6\x02\xea\xc9\x64\x8c\xc7\x4f\x9e\xc0\x4c\xa2\x00\x7c\x1d\ +\x97\x9a\xf7\x7d\xbf\x3e\x45\x82\x06\x22\xd4\xe3\x0d\x01\xaf\x00\ +\x7c\xd5\x74\x31\x09\x46\xb3\xf7\xa2\x9f\xbf\x0c\xf8\x60\xd8\x11\ +\x5c\xa5\x99\x10\x1c\x94\x7f\x72\x96\x44\x1e\x14\xa0\x67\xd6\xef\ +\x0e\xb8\xcf\xaf\x82\xc0\xde\xc3\xc5\x3a\x20\x01\xa1\xa6\x4e\x83\ +\x21\xdf\x38\x28\xe3\xd0\x53\xfe\x6c\x86\x89\xed\xa3\xa1\x10\x3e\ +\xc8\x92\xab\xc0\x28\xda\x3f\x5a\x4b\x9e\x22\x2c\xef\xd1\x39\x0c\ +\x20\xa9\x2c\x45\x95\x96\x10\xbf\xbb\x07\x7c\xad\x1a\x81\x1f\x69\ +\xad\xa4\x51\x79\x1c\xcb\xd9\xac\x98\x93\x81\xaf\x5a\xbe\xd0\xb6\ +\xab\xac\x2e\x15\xe4\xf6\xbc\x8c\x37\x11\xe1\xf6\xed\xdb\x58\x59\ +\x59\x09\x3c\xeb\xc0\x2f\x3c\x5b\xee\x6f\x6e\x6d\xa4\x8b\x97\x0e\ +\x06\x27\x03\x9f\x4e\x06\xbe\x82\xbf\x07\xfc\x45\xcf\xd4\x2e\xf8\ +\xcb\x5f\xbd\x54\x60\x18\xc1\xfc\xdd\x73\xc0\xa7\x98\xc4\xf3\xa2\ +\xc0\x27\x02\xce\x9d\xdf\x6f\xaf\xdd\xbc\x32\x3c\x09\xf8\x00\x61\ +\x34\x1a\xe1\xdd\x77\xdf\x81\xf5\xa6\x07\x7c\x18\xc3\x03\xd3\xd9\ +\x0c\x8f\x1e\x3d\x16\xd3\xdd\x99\xb9\xb2\x2e\xc8\xb3\xf7\xf4\x05\ +\xfe\x01\x4d\xed\x2d\x1b\xf0\x23\xe1\x55\x73\x1a\x8d\x83\xf5\x10\ +\x6c\x22\xd3\xf8\xd1\xda\x30\x6d\x1e\x80\x6f\xd6\x00\x8a\x89\x4b\ +\xe6\xe7\x0a\xe2\xa4\x6d\x3d\x88\x4a\x37\x30\x15\x46\x2f\x60\xce\ +\x12\xb4\x2a\xda\x57\xcb\x2a\x8f\x08\xc5\x8a\x36\xe8\x18\x7d\x01\ +\xd1\xd6\x5c\xfe\x9e\xa5\x7e\x9c\xf4\x28\xe8\x48\xe8\xa7\x7b\x1d\ +\x9a\x56\x0f\x64\x52\x5a\xe9\x39\x7f\x64\x1a\x5f\x05\xcd\x22\xe0\ +\x9b\x05\xa0\xb4\x57\x33\x5e\x87\x1d\xac\x3b\x83\x61\xa0\x97\x82\ +\xdd\xf9\x0e\x15\xd8\xab\xb2\xf6\x7f\x01\xf0\xa3\xc6\x8f\x42\xda\ +\x57\x3d\x94\x77\x60\x5b\x9e\x87\xc3\x21\xee\xdd\xbb\xb7\x04\xf8\ +\x54\xf1\xf2\xd5\xeb\x97\x07\xab\x2b\xab\xa9\x0f\xfc\x7e\xf6\xde\ +\x49\xc0\x5f\x06\x76\xb2\x3a\x64\x4a\xe2\xb5\xb9\x00\x0d\x19\x90\ +\x0b\x79\xa3\x74\x99\xd7\xf8\xf4\xa2\xc0\x07\x80\xb6\x4d\xf4\xee\ +\x4f\xdf\x59\x85\x3f\x2f\xa6\x69\x88\xea\xcb\x00\xdf\x7b\xef\x3d\ +\xac\xac\xac\x3a\xa3\x04\xe0\x47\x20\xe7\x5c\x82\x7e\x10\xed\xa8\ +\x5f\xed\x01\x7c\xe2\x8c\xc4\x14\xfa\x47\x51\xa3\x41\x40\xea\x65\ +\xfb\x6a\x2f\xa9\xac\x51\x41\x81\x8a\x19\x51\x81\x17\x81\xe9\x6c\ +\x38\x95\x99\x69\x9a\x4e\xde\x93\xd5\x57\x67\x39\x0d\xd8\x56\xcd\ +\xc2\x79\x8c\x96\x64\xc1\xf6\xb7\x52\x96\x33\xfc\xc9\x69\x68\x99\ +\x91\x82\x58\x0e\xe3\xd5\x27\x55\xc7\x15\x06\x62\x28\xba\x33\x50\ +\xa5\xaf\xba\x85\xe3\x7b\x1d\xd4\x8a\xa2\x32\x11\x01\x88\x6c\x82\ +\x40\xb3\x75\x1d\xec\xd6\x65\xe8\x47\x51\xa3\x20\xef\x03\x5f\x3b\ +\xec\x82\xd5\xfb\xbe\x14\xec\x6a\x27\xb0\x0b\xd8\x13\x81\xaf\x60\ +\x92\x36\xbb\xdc\x19\x6f\x41\xfb\x13\xca\xca\x4b\xdb\xdb\xdb\xb8\ +\x7a\xf5\x2a\x96\x01\x5f\xd3\xa7\x29\x25\xba\x71\xf7\xfa\xd0\x80\ +\x0f\x72\x65\x1a\x9e\x39\x3d\xf0\xc9\x80\xff\x2a\xe0\x07\x16\x2c\ +\x03\x92\xa2\x30\x00\x1f\x01\xf8\x3a\x39\x3a\x2b\x29\x8c\x40\x81\ +\x8f\xb8\xf7\x5b\x3a\x79\xff\xad\x37\x46\x9b\xdb\x1b\xc9\xc0\x82\ +\x18\x20\xf3\x26\x6f\xdc\xb8\x89\xf3\x07\x07\x35\xf0\x43\x39\x5a\ +\x0c\x4f\x9e\x3c\x46\xd7\xe9\x57\x7b\x7c\x02\x20\xe5\xa4\x04\xa2\ +\xda\x4c\x55\x2d\xdf\x5f\xd2\x73\xe2\x7a\x42\x8c\x3d\x1b\x82\x7d\ +\x0a\x7c\x7d\xa5\xee\x20\x54\x26\x25\x61\x72\x8e\xa4\xa4\xc8\x74\ +\x0a\x9c\xf2\x84\x5a\x5e\xc2\x73\xf2\xc5\x1b\x6d\x5f\x5a\x32\x89\ +\x1f\xf2\x00\x34\x71\x27\x33\x38\xc3\x4c\x7e\xce\xe5\x5e\x11\x32\ +\x6c\xee\x48\x3c\xa9\xb8\x4c\x42\x61\x74\x16\x97\x81\x65\xcf\x80\ +\x09\x1a\x9d\x44\x66\x50\xe3\x2b\x0b\x65\xf5\x41\xa4\x15\x97\x39\ +\x17\xdb\xc7\xe2\x41\x66\xc6\xdb\x38\x00\xb5\x2f\x16\x02\x1f\x0a\ +\x55\x32\x7a\x19\x4f\x51\x98\xdb\x5e\xd9\x00\xae\xae\x47\x10\xb8\ +\x2e\x40\x7a\xc0\x0f\xc2\x12\x24\x6e\x8e\xb8\x50\xf3\x42\xa0\x1c\ +\x7c\xa2\xf1\x85\xab\x57\xaf\x62\x6b\x6b\xbb\x56\x62\xc1\xda\xd0\ +\xae\x6f\x6f\x6f\x35\x67\xce\x9f\x69\x23\xd8\x23\xc0\x5f\x17\xf0\ +\x03\x1a\x4f\x75\xf5\x56\x01\xc8\xdf\x46\xa4\xc7\x7d\xe8\xcf\x30\ +\x39\x22\x19\x03\xf0\x29\x00\xbf\xcf\xf0\x1b\xdb\xeb\xcd\xed\x7b\ +\xb7\x46\x66\x9a\xcd\x49\xc3\xf2\x96\xd5\xb5\x35\xdc\x7f\x70\x3f\ +\x80\x5d\x3a\x39\xf7\x69\x2d\xc6\xe1\xe1\x11\xa6\x93\xa9\x77\x37\ +\x00\x59\x81\x6f\x5a\x5b\xe0\x5a\x69\x79\x25\x70\x2f\xb8\x68\x13\ +\x49\x12\x1f\xe8\xf9\x88\x3a\x76\x25\x94\x02\x3f\x66\xef\x99\x59\ +\xa6\xb9\xfe\x28\xe0\xca\xc1\xf4\x57\xc2\x31\x08\x7e\xbc\x9d\xa4\ +\x17\x27\x02\xd0\xdb\x27\x90\xd9\x50\x65\x19\x7b\x5c\x62\x04\x2e\ +\xac\x14\x58\x0c\x5d\xca\x05\x31\x58\x02\x73\x94\xc8\xbe\x2f\xc0\ +\x6a\x01\x28\x7d\xec\x25\x6e\x06\xab\x40\x00\x11\x1a\x92\x33\x01\ +\x88\xca\xb6\x68\xa5\x16\xb3\x0b\x29\x5d\x97\x24\xb2\x9d\xbc\xba\ +\x95\xda\xdd\x2d\xa7\x6f\x04\xbe\xf4\xaa\x12\x3a\x36\x30\x06\xe6\ +\xce\x10\x30\xa4\x93\x69\x7c\x37\xb9\x4a\xa5\x98\x52\x1e\xc1\xe4\ +\xab\x39\x0e\x76\xdd\x3c\xa4\xc0\x57\x41\xab\x56\x6a\x23\x3b\x07\ +\x29\x11\xee\xde\xbd\xeb\xdb\xb3\x75\x3c\xa0\xba\xeb\x04\x5c\xbd\ +\x71\x75\xd8\xb4\x6d\xe0\x65\x32\x41\x2e\x2c\xb7\x14\xec\x0b\x81\ +\xaf\x3c\xae\xe5\x8a\x7a\xa7\xbb\xfa\x7b\x01\xac\x57\x26\xa0\x84\ +\xd9\x2d\x20\x18\x98\xdf\x27\x73\x31\xf0\x15\x8c\xef\xbe\xff\xe6\ +\x88\x64\x72\x16\x4b\xc3\xf2\xf0\x7b\xef\xbd\x87\xb6\x6d\x6c\x3f\ +\x7a\xd4\xf8\xba\x5f\x9f\x19\x98\x4d\x67\x38\x3a\x3c\x74\x42\xa8\ +\x06\x97\x31\x18\xa3\xc9\x0f\x05\x7e\xd4\xf8\x24\x29\xc1\xca\xe0\ +\xd5\x78\xe5\x5d\x26\x6d\xe1\xe6\xa7\x9a\x99\x5a\xdf\x35\xbe\xd7\ +\x87\x6a\x55\x2a\x6b\xe1\x9a\x11\xe8\xc2\xa2\xf8\xdf\x39\x43\xcc\ +\x75\x0f\xe8\xa9\x16\x53\xd3\x1a\x88\xc2\x50\x2d\x22\x31\xcb\xa5\ +\x13\x6c\xd6\x41\xc1\xa0\xc3\xba\xdc\x50\x93\x9d\xb9\x8c\x57\x37\ +\x3f\x05\x99\x62\x47\x8b\x45\xd3\x5f\x7f\x32\xb8\xe4\xca\xdb\xcb\ +\xad\x62\xe9\x83\x0a\x30\x15\x28\x24\x80\x55\x85\x4f\x92\xf4\x52\ +\x94\x0a\x32\x7c\x15\xa1\x54\x57\x69\xa1\x02\x25\x0c\x60\xae\xac\ +\xa6\x3e\x82\x05\x52\x03\xbf\xff\x70\x04\xbe\xf9\xf9\x3a\x57\xa1\ +\x1c\xb3\x34\xd5\xb5\xb0\x32\xb3\x1c\x2f\x0f\xac\xae\xae\xe2\xfa\ +\xb5\x6b\x4b\x81\xaf\x3c\x3e\x1c\x0e\xe8\xd2\x95\x8b\x83\x97\x03\ +\xbe\x03\x7c\x0e\xf8\x34\x0f\x7c\xf2\x97\x9d\xea\xaa\x13\x81\x62\ +\xf6\x9e\xac\xc1\x1a\xf0\xc3\x89\x32\x29\x74\xd0\x81\xef\x60\x91\ +\xc7\x91\x40\x38\x73\x70\xa6\x3d\x7f\xe1\xdc\xc0\x07\x1c\xfa\xab\ +\x8c\xcb\x8c\xab\x57\xaf\xe0\xec\xd9\x33\x95\xd9\xa5\x93\xec\x7c\ +\x51\x0a\x4f\x2c\xe2\xef\xe6\x7a\x34\xf5\x15\xf8\x7d\x53\xdf\x96\ +\xb1\x84\xc4\xaa\x8d\xa3\xe0\xaa\x7d\xdb\x38\x2e\x0d\x44\xd6\xc0\ +\x57\x2d\x99\x12\xb9\x0d\xaf\xd0\x15\x21\x90\xc8\x81\xa7\xa0\x33\ +\xe0\x87\x4f\x81\xab\x30\xf2\xb4\x62\x67\x02\x05\x73\x31\xa9\xd5\ +\x2d\x71\x9a\xd8\xbc\xb1\x68\x7e\xd4\x9a\xc4\xa4\x54\x91\x18\x5e\ +\x3f\x07\xa1\xa8\x1a\x93\x14\x94\x5a\x5f\x05\xab\x0a\x4c\x23\x82\ +\x0e\xb7\xb4\xab\x42\x41\xf7\xf1\x17\xa3\x50\xe6\x26\x85\x33\x14\ +\x1c\x31\xba\xba\x21\x3f\xe4\xbe\xbf\xda\x0d\x8d\x5c\x69\xfc\x0a\ +\xf8\x52\xc9\xec\x09\x3b\xca\xbb\xbc\x22\xb3\x1f\x97\x5e\x75\xb9\ +\x2a\xcb\xdf\xed\xdc\x03\xf8\x9c\xc3\xfb\xac\x27\x4d\x1f\x1c\x5c\ +\xc0\xc6\xc6\xba\x29\x91\x1a\xd4\x5e\x3e\xb8\x74\x30\x58\x59\x5b\ +\x51\x16\x5b\x0c\x7c\x05\xb8\xce\x2c\x91\x7f\x9b\x21\x2a\xb7\x30\ +\x82\x08\xfc\xd7\x16\x04\x4c\x48\x73\x5b\x75\xe7\x35\x3e\x50\x6b\ +\xfc\xba\x4e\x49\xff\x97\x72\x22\xbc\xf3\xfe\x83\xd5\xfe\x80\x95\ +\x12\x4a\xdc\xd1\x68\x88\xfb\xf7\xef\x57\x4a\x40\xb3\xf1\x04\xc1\ +\xc2\x63\x8c\xa7\x4f\x9e\x0a\x19\x1c\xf8\x51\xe3\xbb\xc4\x84\x49\ +\xcc\x44\xc9\x4c\xc8\xc8\x1c\xba\x45\x34\x6a\xf9\xa4\x1f\xd7\x58\ +\x30\xf6\x72\x56\x41\xe9\x33\x67\xfd\xec\x55\x79\x52\x3f\x1b\x96\ +\x55\x80\x91\x4f\x8c\x9a\x9c\xe5\x45\x05\xa0\x65\x13\x5c\x21\xbf\ +\x46\xf2\x1d\xd5\x3e\x2d\x8a\x0b\x53\xae\x6a\xda\x57\xcc\x0f\x58\ +\xbe\x7e\xd0\x36\xaa\xef\x42\x1c\xb1\xfc\x48\x70\x75\xa5\xf9\xfa\ +\x04\x3b\x95\xa8\x3c\x4b\xf2\x81\x4b\x46\xa2\x46\xca\x32\x27\x1a\ +\xe8\xab\x64\x9e\xf4\x27\x6a\x70\x1d\x97\xd2\x20\xd5\x6b\xf9\xd6\ +\x27\xfb\xf6\x3c\x8c\x06\xce\xd2\x0e\x76\x8e\xc0\x27\x7f\xc0\x80\ +\xaf\x63\x07\xdb\x7c\x2e\x06\x3e\x2f\x28\xd7\x20\xea\xef\x37\xb1\ +\xc0\x22\x17\x5a\x37\x4d\x83\x5b\xb7\x6e\x2f\x01\xb5\xcf\x01\x11\ +\x70\xf5\xfa\xe5\x61\x0d\xf6\x58\x56\x80\x8b\x42\xeb\x01\x5f\xfb\ +\xa9\x57\x65\x25\x84\xf2\x69\xaf\x5e\x10\x30\x82\xda\x89\xe2\x63\ +\xb4\xd8\xbf\x77\x60\x01\xf0\x75\xe9\xea\xea\xcd\xab\xa3\xed\x9d\ +\xad\x44\xfe\x40\x05\x7c\xbd\xff\xce\xdb\x6f\x63\x65\x65\x64\x5a\ +\x3e\x82\xd7\x86\xc7\x8c\xf1\x78\x8c\xc9\x74\x52\x98\xd2\x22\xd2\ +\xb0\xec\x3d\xad\x1f\x97\xe4\x82\xd4\xea\x31\x87\x8e\xd9\xc1\x9e\ +\xe4\x4b\x34\xbd\xb1\x07\x41\xa3\x4b\x46\xfe\xba\xb2\x4e\x1e\xde\ +\x4d\xda\x5d\x5d\x42\x14\xcd\x19\x69\x4a\xf2\x9d\x45\xd9\x0a\x6b\ +\xcc\xcc\xda\xa6\x30\xa5\x00\x5f\x93\xe3\x84\x6a\xf2\xaf\x80\x16\ +\x92\x6e\x0b\xb7\x7e\x0a\x93\x06\x8d\x2d\xcb\x82\x05\xb0\x12\xb1\ +\x27\x92\x0d\x30\x22\x08\xb2\xc3\xa8\x5e\x1a\x2c\x27\x34\xeb\x7c\ +\x18\xd1\x33\xdb\xd9\x88\xb6\x0a\x60\x42\xb3\x30\x84\xb5\x27\xcf\ +\x91\x5a\x73\x80\xbf\x47\xdb\x53\x81\x95\x8b\xab\x92\x39\x42\x16\ +\x66\xed\x54\x11\x7f\xeb\x31\x99\x50\xb7\x57\x06\xe0\xf7\xdd\x38\ +\xd7\xec\x61\x9e\x49\x5d\x42\x59\x61\xe9\x01\x3f\x67\x96\xef\x15\ +\xfa\xf7\x21\xb7\xb6\x36\x71\xe1\xc2\xc5\x85\xc0\x8f\xcb\xd6\xbb\ +\xfb\x3b\xcd\xf6\xd6\x56\xea\x83\x5d\x3b\xab\xc0\xe7\x39\xe0\xf7\ +\xb0\xb6\x00\xf8\xaf\x2a\x04\x7a\x2e\x00\x93\x33\x7f\x30\x13\x89\ +\x30\x07\x7c\x22\xb5\x0c\xa9\x0f\x7c\x80\xd0\xb4\x2d\xdd\x7b\xf3\ +\xce\x50\xfe\xb0\x10\xf8\x04\x60\x77\x77\x07\x17\x2e\x5e\x84\xf3\ +\x61\x48\xbd\x0d\x26\x63\x66\xc6\xe1\xb3\x67\xc1\x2a\x60\xdf\xbe\ +\xcc\xaa\xcd\xd5\xe4\x16\x86\x0d\xbb\xd6\x9c\xde\xc2\x2c\xd2\x01\ +\x85\x8e\x6a\x8b\x92\xea\xea\xe0\xd7\x42\xc1\x77\xcd\x68\xce\x5c\ +\xd1\x7c\x25\xd7\x8e\x10\xab\x82\x50\x3e\xaf\x6e\xdf\x57\x77\x09\ +\x12\xd7\x9c\x89\x3c\xb8\x57\x94\x69\x9f\x5e\xec\x2a\x57\x81\xcc\ +\x64\x02\x49\x2d\x69\x13\x10\x66\x1a\xf9\x3b\x41\xe4\xa6\x3a\x91\ +\x27\x19\x91\xbf\x80\x99\x8b\xd0\xe8\xca\xad\x86\x5a\x9f\x30\x7b\ +\xaf\x2f\xd1\x4a\xf8\x20\x7c\xcd\x18\x12\x53\x90\xbd\x15\xe2\x0e\ +\xd8\x6e\x5f\x65\x76\x13\xd0\x3c\x07\xf0\x44\x64\xcb\x8f\x56\x0f\ +\xf5\x92\x9e\x07\x68\x1d\xf8\x41\x5e\x58\x97\x73\x0e\x49\x42\x21\ +\xf0\x57\xf1\x72\x4f\xe3\xe7\xae\x83\x6a\xfc\x9c\x3b\x01\x7f\x8c\ +\xc7\x94\xe7\xae\x5e\xbd\x62\x1b\x86\xfa\xc0\x8f\x00\xbf\x78\xed\ +\xe2\x50\xcb\xf1\xbe\xf1\xa0\x09\x91\x08\x7c\x3e\x01\xf8\x3e\x86\ +\x57\xb9\x7a\x79\x00\x0d\x2a\xe0\x23\xb8\x03\x0b\x3a\xb0\x08\xf8\ +\x3a\x90\x1b\xb7\xae\x0d\x57\xd7\x57\x93\x31\x39\xd7\xc0\x57\x7e\ +\x7b\xfb\xad\xb7\xd1\x34\x7e\x0e\xbf\x46\x57\x15\xf8\x6a\x32\x3e\ +\x7b\xf6\xb4\xd2\xf2\xa0\x60\x49\xca\xbb\x14\xf8\x05\x5b\xa9\xb2\ +\x16\x55\x1b\x6b\xdb\x10\xeb\x45\x27\xaa\xe4\x10\xc4\x04\x12\xb9\ +\xaf\xb1\x0f\x22\xa4\x68\x3a\x2b\x33\xe9\x44\x58\x12\x8f\x03\xb4\ +\xf0\xac\x47\xf9\x41\x8c\xcc\xe1\x59\x11\x5c\x5a\x47\xc1\x6c\x81\ +\x45\x72\x8b\x37\x2c\x3c\x42\x73\xfd\x09\x54\xbc\x85\x90\xbd\xe7\ +\x1b\xb9\xa4\x2f\x1c\x96\x11\x55\x0a\x10\x95\x93\x43\xc1\x16\xac\ +\xb3\x80\xa3\x58\x1d\xea\xe7\x13\xca\xb1\x59\x9a\x74\xc4\x02\xfc\ +\x28\x5c\xca\x10\x4a\x2e\x41\x16\xfa\x30\x50\x8e\x44\x57\xe6\x91\ +\xd5\x8a\x2c\x03\x2a\xbd\xf1\x28\x7a\x5f\x3b\x73\xce\xf6\x49\x73\ +\x16\xeb\x28\xd8\x28\xa6\x94\x2c\x8e\xa0\x7f\x65\x27\x45\x04\xbb\ +\x09\x81\x39\xb0\xd7\xc0\x8f\xa6\x7e\xd7\xcd\xe4\xbf\x0c\x07\xa8\ +\xf3\x38\x33\xd0\xb6\x03\x5c\xbd\x76\xd5\x2c\xab\x3e\xf0\x81\x12\ +\xe3\xd8\xda\xde\x4c\xdb\xbb\x5b\xcd\x62\xe0\x1b\xda\x9e\x0f\x7c\ +\x28\xf0\x15\x4c\x26\x91\x4e\x75\xd5\x1f\x06\x69\x02\xf0\xab\x36\ +\xc8\x88\xab\x44\x28\x83\x75\x39\x1b\xfb\x40\x4d\x4b\xb7\xef\xdf\ +\x1a\xfa\xc6\x1b\xad\x05\x07\x2e\x03\x97\x2f\x5f\xc2\xee\xde\xae\ +\x99\xfe\x3a\x61\x29\x25\xc9\x58\x2b\x04\x3d\x3e\x1e\x63\x3a\x9d\ +\x19\xd3\x98\x16\x93\x20\x55\x75\x72\xaf\x9a\x93\x1c\xb4\x08\x95\ +\x60\xa6\x9e\x3e\x53\x98\x43\x0e\x95\xb0\xdc\xf7\xb8\xf6\xaf\x0a\ +\x47\xad\x0a\x79\x37\x11\xf4\x83\x95\x94\xca\xb3\xf2\xfd\xcf\x72\ +\x30\x8a\x0a\x4f\x53\x47\xa5\x5f\x10\x2d\x59\xac\x94\x0c\xc4\xaf\ +\xe8\x02\x3e\xed\xca\x40\x4c\x10\x05\x6a\x96\x40\xf9\x32\x70\x06\ +\xc9\x17\x05\x2c\x40\x97\x09\x4c\x25\x99\xa5\x3a\x62\x2c\x08\x0c\ +\xed\x0e\xe9\xd9\x07\x52\x6e\xd1\x18\xc8\xdd\x80\x71\x73\x82\x12\ +\x5c\x40\x34\x32\xe7\xac\xd6\x0d\x23\x89\x45\xc4\x70\x01\x5f\x9a\ +\x96\x74\xe8\x42\x68\x03\xb8\x6e\x24\xf2\x4f\xa0\xab\x5b\x45\x06\ +\x3a\x52\x2d\x2f\xcf\xc2\x9e\xad\x85\xb8\xd2\x4b\xfb\xdf\x5f\xbf\ +\x8f\x9a\xbd\x2e\x47\xcd\xe9\x42\xc0\xda\x15\x9f\x69\x36\x2b\xc0\ +\x1f\x0c\xda\x0a\x70\x0a\x7c\x25\x2c\x33\xe3\xdc\xb9\x73\xf8\xea\ +\xab\xbf\xe0\xe8\xe8\xc8\xb0\xa0\xd6\x99\xb7\x45\xb8\x7c\xe5\xe2\ +\xe0\x97\x8f\x7e\xdd\x29\xf0\x9d\xdd\x5c\x38\xcf\xdd\xaf\xb0\x13\ +\x41\x46\x8b\xef\xbf\xe4\x55\x7f\x1e\x5c\x73\xbd\xad\x8d\x0a\xf8\ +\xa4\xc0\x67\xca\xde\xbc\xf7\xd1\x7e\xbf\x7d\xf7\xfa\x70\xb4\x32\ +\x4a\xfd\xfe\x5a\x40\x4b\x26\xe1\xc1\x83\x37\x17\x4e\x9e\x81\x51\ +\x24\xf7\xf1\xd1\x91\x3d\x98\x40\x02\x64\xf8\xd7\x88\x55\x7a\x17\ +\xd4\xda\xb3\x2a\x04\x14\x68\xfa\x91\x10\xa6\x20\x64\x10\xb4\x05\ +\x95\x0c\x3c\xf3\xf1\x83\xb9\x4b\xd6\x6e\x39\xff\xdf\x98\x20\x69\ +\x7f\x5d\x43\xb0\x09\x24\x80\xb3\xa6\xfc\xc2\x98\x51\x35\x68\xd4\ +\x52\x08\xcf\x26\x08\x10\x19\x56\x9f\xd9\x01\xd3\x71\x46\x37\xcb\ +\x98\xe5\x99\x09\x4a\xeb\x8e\x6a\x5f\xb8\x5b\xa4\xe9\x5a\xe5\xe5\ +\xf1\x60\xe9\x52\x6a\x13\x81\x9a\x84\xb6\x69\xd0\x36\x2d\x52\x2b\ +\x27\xfe\x64\x46\x3b\x6c\x4d\x75\x13\xc1\x00\x0b\x9a\x3f\x12\xdd\ +\xc6\x14\xc1\x12\x00\x5e\xf6\x49\xa4\xd0\xaf\xd2\xbe\xbd\x07\x21\ +\xae\x83\x04\x26\x89\x51\xc8\x3b\x3d\x3b\x52\x1a\xaa\xf8\x9e\x02\ +\x2d\x17\x03\xdf\xe6\x46\x84\x5c\x25\x70\x44\x2b\x75\xdd\x0c\xb3\ +\x59\x67\xfd\xef\xba\x5c\x3e\x30\x2b\x7c\x61\xee\x96\xba\x27\x54\ +\xe6\xf7\xfa\xf5\x1b\xf8\xf4\xd3\x5f\x2d\x00\xbe\xf3\xf5\xfa\xe6\ +\x7a\xda\xdd\xdd\x6e\x1e\x3e\x7c\xdc\x95\xde\x04\xe0\x2f\x01\xfb\ +\x8b\x00\xbf\xf6\xe3\x5f\xee\x9a\xfb\x34\x58\x79\xbb\x6f\xef\x04\ +\xc1\x4c\x31\x90\x48\x62\x76\xbf\xda\xba\x5c\x26\x9b\x52\xd3\xe2\ +\xce\xfd\x5b\x1e\xf5\x0c\x84\x8b\xf5\x6f\xdf\xba\x8d\xb5\x55\xcd\ +\x0c\x8e\x26\x60\x2d\xe9\x8f\x8e\x0e\xeb\xa3\xb5\x99\x2d\x58\x57\ +\x45\x78\x4d\x29\x0a\x81\xd8\xff\x16\x4d\x45\xfd\x3a\x50\x14\x0e\ +\xa0\xb2\x07\xdc\xb6\xe0\xea\x7b\xcd\x5a\x50\x01\x52\xb8\x4e\x35\ +\xb2\xfb\xb4\x41\x50\xa6\xc2\x18\x9c\x49\xb4\xa7\x47\xfc\xd9\x26\ +\x1b\xe6\xab\x8b\xc2\x97\xf7\x38\xc8\x12\x64\x8c\x5c\x56\x18\x66\ +\xdd\x0c\x5d\xd7\xa1\xeb\x72\x20\x79\x64\x8c\xf2\xc3\xf7\xd8\x94\ +\xf0\x60\x19\x7b\x96\x08\xaf\x94\x49\xd9\x1e\x85\xe9\x19\xc0\xac\ +\xc3\xac\xeb\x40\x98\x80\x40\x68\x07\x2d\x9a\xb6\xc5\x0a\x56\xe0\ +\x1f\x86\x81\x4a\x6f\x03\x1b\x47\x95\xa8\x0c\x49\x62\x25\xc8\x92\ +\x65\x16\xa1\x49\x36\x49\x32\xe7\x99\x91\x48\x82\x6c\x60\x10\x72\ +\x00\x8e\x1c\x89\x0e\xb2\x45\x91\xac\x9f\x41\x23\x17\xa6\x40\x2c\ +\xab\xd0\x87\xf7\x91\x1c\x80\x20\x37\xef\x01\x9d\xff\x52\x66\xce\ +\x98\x4e\x66\x95\xb0\x80\x70\x50\xce\x5d\x39\x06\xbd\x07\xfc\x08\ +\xf6\x9d\x9d\x6d\x6c\x6c\x6c\xe2\xe9\xd3\x27\x3e\x25\x51\xa1\x49\ +\x5f\x2f\x5c\x3e\x18\x3c\x7a\xf8\xa4\x7b\x5d\xc0\x67\xa3\x03\x80\ +\xdf\xbd\x00\x00\x20\x00\x49\x44\x41\x54\xe8\xe9\xae\xf9\x43\x41\ +\x2d\xed\x97\xc9\xa2\xfc\x14\x23\xe3\x12\x74\xf1\xcc\x20\x30\x31\ +\xb1\xe4\x0d\x5e\xbb\x7e\x69\x38\x18\x0e\x4c\x96\x28\xf0\x95\xa8\ +\x84\xf2\xe1\x86\x1b\x37\x6e\x18\x03\xab\x2f\xa8\x03\xd5\xbb\xb3\ +\xae\x2b\xd9\x7e\x22\xed\x09\xbe\x96\x6f\xeb\xa0\xa4\x19\x7b\xe1\ +\x59\x33\xd7\x3d\x5e\xa0\x63\x59\x9c\xc4\x23\x00\xb7\x25\xb1\xe0\ +\x5f\x0a\xc0\x0d\xfc\xd2\x47\x06\xa1\xb1\xf3\x05\x65\x7c\x92\xd0\ +\x53\xda\x2b\xea\xdf\x99\x54\x0e\xdd\xcc\x22\x1c\xb8\x1e\x6f\xb0\ +\x4a\x01\x00\x1d\x77\x98\x4c\xa7\x38\x3c\x3c\xc4\xb3\xc3\x67\x98\ +\x8c\xa7\x98\x75\x61\xf3\x0c\x91\x6b\xc1\x1e\xc3\x6a\x1f\xed\x85\ +\x94\xa0\x07\xe1\x00\x49\x3e\xe7\x2e\xcd\x9b\xf4\x71\x4e\x62\x00\ +\xb3\xe9\x14\x93\xc9\x18\x93\xd9\x14\x93\xf1\x04\x5d\x97\x91\xc5\ +\xba\x60\x53\x83\x90\x0d\x3d\x0e\x44\x40\x80\x2f\x49\x4e\xca\x37\ +\xea\x36\xb0\x4a\x6b\x75\x0d\xd4\x52\x43\x4f\xa0\x81\x6c\xaf\x83\ +\xba\x41\xc5\xcd\xf2\x39\x31\xfa\x99\x95\x27\x01\xe3\xec\xe5\x62\ +\x6c\xb1\xcd\xbf\x51\x8a\x75\xf9\x95\x31\x9d\x4e\x31\x99\x4c\xe1\ +\x26\xb8\x5a\x73\xa5\x2d\x3d\xe5\xd8\x85\x43\xec\x83\x28\x93\x94\ +\x70\xf5\xea\x15\xe9\x52\x10\x4c\xa8\x7d\xfc\x8d\x8d\x8d\xb4\xb5\ +\xb9\x21\x32\x8a\x54\x77\x1a\x3f\xc7\xb2\x31\x96\xf1\x58\x28\x23\ +\x7c\xbf\x24\x92\xed\x25\xaf\xf9\x23\xc1\x88\x25\xc6\x51\x74\x13\ +\x91\x7f\xac\x2a\x02\x19\xca\x80\x75\x1f\x71\xeb\x8d\x1b\x43\x0d\ +\xa8\xf4\x81\x4f\x42\x94\xdb\xb7\x6e\x63\x75\x75\xd5\x80\xaf\xc1\ +\x3e\x17\x07\xe5\x89\xb2\xbf\x1f\x4e\x44\x97\x12\x5e\xdf\xc0\x4b\ +\x06\xde\x14\xd6\xb6\x95\x09\xa4\xd7\xe8\x77\x3f\x5a\x08\xfa\x01\ +\x4d\x82\x7e\xc9\x26\xf9\x21\xa2\xfa\x9a\x42\x1c\xb3\x84\x34\x20\ +\xa4\xc1\x3d\x65\x2e\xb5\x92\xfc\x38\x70\xd7\xfa\x6c\x01\xb6\x30\ +\x24\x31\x47\x67\xdd\x0c\x87\x87\x47\x78\xfa\xf4\x19\x8e\x8f\x8f\ +\xd1\x69\xe0\x8d\xac\x5a\x19\xbf\x58\x1f\xea\xbd\x9a\xfd\x4d\x2e\ +\x5c\x34\x38\x49\x6a\x41\xb1\x52\x8e\x9d\x7b\x20\xcb\x79\x6a\x3d\ +\xb1\xd3\xb4\x4d\x4d\xd1\xce\xcc\x18\x4f\xa7\x38\x3e\x3a\xc6\x64\ +\xaa\x4b\x61\x0c\x84\xfd\x01\xd6\x39\x9f\x48\x09\x34\x4a\x1b\xda\ +\x1f\x01\x8f\x64\x43\x40\x4d\x16\x56\x82\x70\xd8\xa2\x2d\xe0\xd5\ +\x0c\xc3\x32\xa5\xe2\x63\xab\x56\xe8\x01\x5c\xad\x3c\x82\x7e\xbd\ +\x39\xc6\x17\x74\x6e\x20\xe6\x7d\x87\xe3\xe3\x31\xd8\x04\x75\x0d\ +\xfc\xd2\x2f\x96\xbd\x02\xd9\xee\x47\xe0\x47\xb0\x6f\x6f\x6d\x63\ +\x6b\x6b\xab\x06\xbe\xf0\xaf\x0a\x31\x02\x70\xfe\xe2\xf9\xc1\x22\ +\xb0\x2f\x07\xbe\x0b\x95\x88\x3c\xa7\xe9\xe9\x25\x40\xbd\x0a\x90\ +\x94\x85\x19\x75\x64\x3f\x48\x99\x25\xc0\x27\x02\x2e\x5e\xba\xd0\ +\x6e\x6c\x6e\x24\x70\x78\x36\x00\x1f\x0c\xb4\x6d\x8b\x9b\xb7\x6e\ +\xce\x01\x3f\xae\xe5\xa7\x44\x98\x4c\x27\xe8\x66\x1d\x64\x9d\x11\ +\x2a\x54\x38\x76\x21\x68\x79\x97\xf8\x6e\xea\x2b\xf0\x3d\xa7\x1f\ +\xa6\xf1\x81\x60\x21\xa0\x68\x7f\xfb\x8e\x1e\xc9\xd7\x64\xa5\x0d\ +\x05\x5d\x6a\xb4\xbe\xee\x8b\x77\x33\x38\xc9\x7b\xf5\x54\x2b\xf3\ +\x71\x25\xa0\x27\xbf\xb8\x46\x14\xc0\xaa\x6b\xd5\x75\x33\x3c\x7d\ +\x76\x84\xa3\xc3\x23\xf9\xec\x35\xe4\xef\x7a\x90\xa5\x83\x4c\x4f\ +\xdb\x65\xc0\xb3\xf7\x40\xb5\x4a\x60\x40\xb7\xf8\xf9\x0e\x3d\x01\ +\x1e\xc9\xee\x3f\x01\xba\xad\xd7\xcb\xc6\x82\x92\xc5\x09\x0c\x86\ +\x43\x1b\x87\x32\x60\x37\x9b\x61\x3c\x99\x60\x32\x99\x22\xcf\xba\ +\x9a\xf7\x74\xed\x1f\x81\x06\x72\xc8\x08\xcb\x86\xa5\x92\x85\xa8\ +\xd9\x0c\xde\x0f\xc8\x5d\xf2\x69\xb3\xb6\xa3\x87\x21\xf2\x49\x82\ +\x91\x6c\x42\x23\xae\xeb\xab\x66\x4f\xc9\xbf\xe0\xa4\xe6\x3e\xc9\ +\x58\xc7\xe3\x09\xba\x6e\x06\x63\x0d\x82\x95\x15\xf8\x51\xe3\x6b\ +\x5c\xc0\x80\xaf\xe2\x33\x94\x41\xc0\xd5\x2b\x57\x2b\xcd\x1e\x81\ +\xaf\x00\xdf\xde\xdd\x6a\x56\x57\xd7\x6c\xc7\x5c\x8c\xf2\x2f\x06\ +\x3e\xb9\x11\x0e\x54\xef\x72\x21\x70\xba\x6b\x81\x0b\x30\xbf\xa4\ +\xb7\xb8\x63\xfd\xdb\x84\xdb\x6f\xdc\x2c\xbe\x3f\xcd\x03\x5f\x89\ +\x72\xeb\xe6\x4d\x8c\x46\xa3\xd0\x79\x99\x70\x56\x21\xc0\xe0\xcc\ +\x98\x8c\x27\x73\x1a\xbf\x9f\xb6\xab\xd4\x28\x26\xba\xbb\x06\x6a\ +\xea\x2b\xf0\x59\x98\x41\x81\x5f\xb6\x77\x2a\x63\x7b\xe0\xb3\x8c\ +\x37\xd9\xb8\x58\x35\xad\x99\xa2\x24\x67\xef\x29\x8b\x96\x36\x4b\ +\xa0\x5f\x26\x44\x96\xde\x88\xc9\x8e\x54\x8a\x13\x69\x83\x05\x00\ +\x16\xe0\x3f\x3d\xc4\xe1\xd1\x51\x39\xa0\x82\xc4\x7a\x50\x8b\xa1\ +\x4a\xee\x77\x46\x8a\x31\x0e\x33\x07\x22\x42\x94\xf6\xba\xe5\x37\ +\x30\xb3\xa7\xfc\x06\x97\x49\xd2\x76\x01\x36\x01\xd1\xb4\x4d\x01\ +\x03\x33\x82\x14\x03\x18\xe8\x72\x87\xc9\x64\x82\xc9\xf1\xc4\xbf\ +\xc0\x23\xd2\x5c\x6d\x12\x20\xd9\xbe\x03\x16\x57\x43\xe3\xfe\x2a\ +\xc2\x12\xc8\x8e\x14\x23\x0e\x87\x9f\xb8\x08\x35\x01\xaf\x7c\xc4\ +\x24\x20\x94\x54\x44\xa5\x6f\xcc\x9b\x28\x46\x0a\xdb\x6e\x55\x15\ +\x10\x93\xc9\x14\xe3\xf1\x18\xda\xd9\xb8\xa4\xc7\xd2\x98\xaf\x16\ +\x38\xc0\xd5\x62\x50\xcd\x6e\xc1\xcd\x50\x06\x80\xcd\xad\x4d\x6c\ +\x6e\x6e\x9a\xa5\xa1\x7c\x15\xc1\x9e\x52\xc2\xf9\x8b\x67\xdb\x1a\ +\xf8\x38\x19\xf8\xb4\x04\xf8\x41\x89\x9d\xe6\xea\x1d\x08\x42\x15\ +\x51\xac\x37\x29\x76\xac\xdf\xdf\x02\xb8\xdd\xdd\xed\xb4\x77\x76\ +\xb7\xad\x81\xcf\x95\x34\x4c\x29\xe1\xda\xf5\xeb\x15\xf0\xad\xbe\ +\x4e\x30\xa8\x04\xbc\x72\x07\xdb\x97\x0f\x5e\x98\xb6\xeb\x31\x0a\ +\x94\x89\x37\x5d\x88\xa0\xcd\x85\x81\x18\xf5\xc1\x99\x29\x9c\x57\ +\x40\x81\x98\xba\x97\x5e\x56\x18\x74\xb9\x0f\x46\x13\x06\x90\xa0\ +\x8b\x5b\xe5\x50\x0c\x94\xe0\x9f\x53\x52\xfe\xf1\x5c\x00\x18\x28\ +\xca\x3b\x38\x67\x1c\x1d\x8f\x0b\xf0\xb9\x33\x86\xcf\x6c\xd5\x8d\ +\xe6\x45\x88\x89\xde\x64\x2e\x27\xf5\x84\x89\xd0\x14\x5e\x3d\xdb\ +\x2f\x22\xc7\x7c\x7f\x82\xed\x5b\x10\x63\xd6\x2c\x00\x00\x62\xae\ +\x93\x08\x1f\x06\x35\x4d\xe5\x4a\x59\xe7\x83\x90\x05\x01\xb3\xdc\ +\x61\x32\x1e\xa3\x9b\x75\x60\x64\x90\xe4\x33\x64\xd9\x0f\x50\xfc\ +\x7c\x5d\x32\x16\xe0\xeb\x37\x0f\x95\x37\x44\x9b\x47\x53\x5f\x05\ +\xa5\x07\x87\x9d\x7a\x04\x17\xe0\x08\x1a\x5f\xad\x44\x15\x94\x99\ +\x61\xc0\x9f\xcd\x66\x38\x1e\x1f\x23\xe7\xce\x34\x6e\x04\xbe\xd2\ +\x43\x05\x4a\x5f\x71\x69\xfb\x39\x7c\x63\x21\xc6\x23\x62\x3f\x2f\ +\x5e\xb8\x28\x73\x17\xfc\xff\x5e\xf9\xcc\x99\xfd\xa6\x6d\x5a\xd7\ +\x82\x88\xda\xfc\xc5\x81\xef\x0a\xf7\x74\x57\x1d\x03\x68\x22\xf0\ +\x15\x7c\x35\xf0\xbd\x8f\x64\x92\x91\x09\xb8\xd6\xff\xb8\x47\xaf\ +\x93\x8c\xf2\xfd\xb5\xf5\xf5\x35\x53\x82\x0b\x81\x4c\x65\xdd\x5f\ +\x81\xaf\x9a\xaa\x28\x62\xa3\x86\xad\x04\xf8\xe4\x38\xf8\x61\xef\ +\x95\x3b\x44\x0b\x62\x04\x3a\x44\x6f\xdb\xb4\x34\xc5\xbf\xa5\x9e\ +\xe5\x51\xf6\x03\x94\xa0\x7a\x61\x44\xf3\xb5\x51\xea\x87\x6c\x1a\ +\x61\x61\xd5\x77\x25\x5f\x7f\x3c\x99\xe2\xd9\xe1\x21\x66\xdd\xb4\ +\xdc\xd7\x54\x5f\x16\xdf\x5c\x41\xa7\x9a\x95\x0a\x92\xf5\xbc\xbd\ +\x62\xf9\xb2\x32\x8a\x58\x03\x24\x1a\x51\x88\xa0\xe7\xfb\x19\x33\ +\x87\xf9\x88\xc2\x45\x2c\x07\xa6\x3a\x89\x67\xd0\xb4\x28\x2b\x17\ +\xe5\x3d\xea\x3e\x98\xe9\x1b\x35\x32\x80\x59\xd7\x95\x40\xe5\xac\ +\x03\xb1\x2e\x95\xca\x53\xec\x1a\xbf\x74\x4d\xe6\x96\x15\xe2\xe5\ +\x5d\x1c\x78\x4d\xef\xa9\x09\x6d\x1d\x36\x2b\x28\x99\x85\x53\x02\ +\x7f\x70\x81\xc3\xde\x56\xce\x19\xe3\xc9\x18\xb3\xd9\xd4\x65\x06\ +\xd4\xd2\x40\xa0\x8f\x89\x01\xf7\xf3\x55\xc1\x05\xb0\xeb\x98\xdc\ +\xff\x0f\x2e\x81\xfc\x7d\x77\x77\x17\x2b\x2b\x2b\x06\x96\x2a\x50\ +\x0c\x55\x40\x44\x7b\x67\x77\x9b\x0a\xf8\x24\xa7\x2f\x2d\x05\x3e\ +\x16\x94\xa3\xda\x7b\xf9\x6b\xc1\x76\x60\xb3\x05\xbd\x21\xc1\x52\ +\x4a\xda\x68\xb2\xa5\x1e\xa0\x9c\xf1\x7f\xf1\xca\xc5\xc1\x32\xe0\ +\x2b\xd8\x6f\xdf\xb9\x63\x0a\x45\x65\x7b\xf4\x87\x01\xc2\x64\x3a\ +\xb5\xc0\x19\x16\xbc\x8b\xc2\xd3\x9a\xbd\x67\xc3\x0f\x7e\xbe\x6a\ +\x18\xb3\x00\xe0\x51\x7e\x75\x09\x4c\x0b\xa5\xa8\xe2\x60\x8c\x67\ +\x2b\x67\xca\x99\xd2\x46\xc9\x56\x54\x21\x93\x2a\x1f\xb5\xb4\x57\ +\x9f\xf0\xa1\x7d\x63\x26\x1c\x1f\x1d\x63\x3a\x29\x26\xa8\x1d\x80\ +\x1b\x26\x3b\xfa\xd0\x2e\x75\x05\x98\xac\xbf\x09\xf1\xc5\xbc\x2e\ +\xe8\x85\xd1\xd0\xb2\x12\x21\x7f\xb3\x8c\x22\x37\x73\x9d\x6a\xba\ +\x44\x26\xac\x27\x34\x4c\x6d\xe3\x42\xda\x48\xc3\x66\xd2\x83\x75\ +\x5b\xaf\xcc\x21\xcb\x52\xda\x6c\x8a\xf1\x6c\x6a\xb3\xcb\xda\x63\ +\x16\xe0\x07\x0b\x4e\x35\xbe\x2d\xef\xc1\x4f\x1f\xaa\xf9\x42\xee\ +\xc3\xbf\x5a\x0c\x99\x43\x03\xbb\x0a\x01\x61\xd6\xcc\x45\xeb\x4f\ +\xa7\x93\x72\x70\x8a\x01\x51\x5e\x48\x7e\x10\x08\x48\x2d\x00\x1f\ +\xa7\x09\x81\x5e\x59\x73\x47\xca\x94\xd6\xc0\x8f\xbe\xf8\xa5\x4b\ +\x97\x1c\xf8\x56\x1f\x15\xa3\x9c\x39\xbb\xdf\xf6\x81\xcf\x86\xed\ +\x45\xc0\xa7\x85\xc0\x7f\x15\x27\xa0\x17\x04\x6c\xec\xa6\x62\xc2\ +\x3b\x50\xc0\xa6\xc0\xcf\xec\x21\xb4\x4b\x57\x2e\xb4\xc3\xe1\xc0\ +\xcc\x07\x05\xab\x82\x1d\x04\xec\xee\xed\x61\x67\x7b\xbb\x02\xb2\ +\x29\x5c\xcd\x19\x07\x63\x3a\x99\x18\x91\x54\xd7\xc4\x01\x9b\xef\ +\x05\x5f\xd2\xab\xfd\x7c\xd7\x24\x8a\xae\xda\x6d\x48\x55\xca\x30\ +\x7b\x13\x06\x74\x3f\x80\x84\x7c\x29\x0a\xbd\x3c\x00\xf2\x3e\xc4\ +\xcf\x8d\x29\xa3\xc8\xb0\xc5\xcc\x2e\x07\x4e\x1c\x1e\x3d\xc3\xac\ +\x9b\x21\x33\x21\x0b\x71\x53\x60\x88\xbe\xd0\xb3\x8e\x55\x13\x01\ +\xb8\xf8\x84\x8c\x57\x60\x96\x61\xcb\x6d\xe5\xe5\x85\xa5\x48\x81\ +\xa4\x46\x9d\x09\x1a\x86\x7d\xda\x4d\x76\xfa\xa9\xfb\x31\x6c\x07\ +\xbe\x5a\xa1\x02\x4e\xe9\x1e\xd2\x84\xc1\x12\x3c\xd4\x60\x27\x33\ +\xb8\xcb\x18\x4f\x27\x50\x2d\x6c\xf3\xa7\x7f\x97\xfe\xe9\xd7\x9b\ +\x2d\x8b\x13\x2e\x4c\xbc\xac\x3a\x49\x82\x99\x61\xa3\x0e\xab\x8f\ +\xaf\x42\x20\x95\x39\xeb\xba\x8c\xc9\x78\x8c\x59\xd7\x15\x6e\x51\ +\x26\x84\xce\xb9\x07\xf8\x74\x9b\xb1\xbb\xbd\x3e\x87\xba\x8a\x50\ +\x6b\x7c\x8f\x05\xf4\x81\x1f\xa3\xff\xfb\xfb\xfb\x68\x9b\x46\xa7\ +\xc8\x78\xda\xe7\x16\x58\x5d\x5f\x4b\x1b\x6b\x6b\xa9\x06\xbe\xf3\ +\xfe\x22\xe0\xab\x0a\x54\x06\x26\x5f\xce\x39\xd5\xd5\xb3\x00\x98\ +\xa2\x32\xac\x1a\x2d\x4a\x86\xf4\x00\x2e\xb2\x67\x08\x57\x6f\x5c\ +\x1b\x04\x12\xbb\xdb\x18\x06\x70\xeb\xd6\x4d\x63\x1a\x3b\xb2\x1b\ +\x6a\x5a\x16\x1f\xbf\xeb\x3a\x74\x72\xbc\x96\x81\x37\x68\x25\x33\ +\xd7\x6d\xf8\x0a\x6a\xd5\x18\x75\xa0\x50\x97\xf4\xfc\xd9\xd4\x6b\ +\x9b\x6c\xdb\x2e\xb3\x46\xf9\x8b\xc4\x4f\x32\x2d\x2a\xfd\x8d\x19\ +\xb5\x2d\x1b\x63\xe9\x4f\x3c\x12\xcc\xf6\xf7\x8b\xf0\x99\x4c\xc7\ +\x38\x3c\x3e\x42\xee\x0c\xaa\x66\xb6\xe7\x00\x7c\x5d\x70\x85\x9a\ +\xf4\x48\x02\xbe\x82\x4c\xdd\x19\xa8\x1a\x5f\x01\x6c\x33\x69\xc1\ +\x3e\x41\xb1\x6a\xb7\xc0\x20\x05\x83\x12\xfd\x07\x59\x8c\xc0\x02\ +\x9e\x22\x04\xcb\x01\xa0\x12\xe0\xd2\xf1\x9b\x2c\x12\x17\x8a\x4b\ +\x59\x4f\x17\x4a\x20\x7f\x4f\x2e\xae\x8e\xe6\x3f\x98\xa9\x4f\xb0\ +\x63\xc2\xfc\x68\x78\x72\xcd\x2e\x3c\x63\x87\xa2\x4a\x1f\xa9\x98\ +\xcd\x05\xf8\xb2\x23\x8f\xb3\x9d\x9b\x54\x04\x50\xc7\x98\x4c\xc6\ +\x98\x4e\xa7\xf0\x19\xf6\x83\x4f\x34\x58\x59\xa6\x27\xf8\xef\x6a\ +\xd5\x40\xef\x3b\x0d\xe7\xbf\x9c\x4c\xe1\xc4\xe7\x78\x5f\xb5\x76\ +\x19\x42\xd3\x34\x38\x73\xf6\xac\x03\x29\x00\x9f\x61\xc3\xc4\xfe\ +\xf9\xbd\xf6\x44\xb0\xf7\x80\xef\x3f\xe3\x4a\xdb\xe9\xaf\x3a\x06\ +\x20\x16\x00\x91\x32\xb6\x74\xc0\xf2\xdc\xcd\xb8\x35\x49\xb7\xbe\ +\xb1\x96\xf6\xf7\x77\xda\xfe\xc0\x0c\xbc\x28\xa7\xc9\x1c\x9c\x3f\ +\x30\x02\x69\x23\xac\x1a\x42\x9e\x9d\x4e\x26\x50\xfd\x19\x03\x50\ +\x71\x49\xcf\x00\x42\x0a\x46\x69\x8b\x60\xcf\xda\x72\x60\xd0\xd4\ +\x65\x69\x4f\x13\x59\x4a\x7d\x5f\xcb\x47\x91\xa4\x0c\xf8\x57\x72\ +\xe0\x02\x24\xf4\x53\x07\xa0\xee\x43\x92\xf6\x74\x2c\xa5\x69\x3d\ +\x8f\x10\x18\x8f\xc7\x18\x1f\x4f\xdc\x54\x55\xc6\x09\xcc\xa2\x56\ +\x08\xf4\x08\x2e\x10\x74\x7f\xbf\x2d\xd7\x31\x1b\x28\x0c\xf8\xb6\ +\x79\x08\xf5\x96\x61\xf6\x38\xba\x33\xa6\x67\xa5\xe9\x00\x95\x76\ +\x36\x2a\x11\x6e\xc3\xc1\xd0\x41\xa1\xa6\xbe\x98\x56\xc5\xed\xd6\ +\xe0\x1e\x60\x81\xce\xde\xcf\x42\xf7\xb2\xdc\x36\x9d\x4d\x6d\xa9\ +\x11\x20\xfb\x84\x9b\xea\xf9\x78\xd8\x87\x07\xf4\x8a\x57\x93\xc5\ +\x0a\x2a\xc0\x67\xe3\x4b\x13\x16\x32\xee\xe9\x6c\x82\xc9\x64\x62\ +\x56\x85\xf9\xec\xfa\x1b\x67\x3f\x9e\x6c\xce\xbc\xd7\x3a\x52\xbb\ +\xa7\xd9\xb3\x7c\x37\xd0\x34\x3e\x48\xb6\x81\xd7\xf4\x8d\xbc\x0c\ +\xa0\x08\x80\x25\xc0\xd7\x9b\xbb\xfb\x3b\x2d\x35\x92\x06\xd5\x07\ +\xfb\x49\xc0\xef\x59\x09\xa7\xbd\x7a\x02\x20\x34\xaa\x2e\xa1\x27\ +\x71\xca\x74\x89\x89\x24\x56\xf4\xe5\xab\x17\x07\xfd\xce\xb8\x2e\ +\x2c\xc4\xba\x7e\xfd\x3a\x06\xc3\x01\x34\x60\xc4\x42\x65\x05\x02\ +\xa1\x6c\xbf\x9c\xce\x66\x88\xe6\xba\x02\x3f\x2e\xe9\x15\x81\xa0\ +\x65\x32\xb0\x6b\xd9\xe5\x8b\x9f\xe6\x2a\x73\xe7\xda\x9c\x6c\x2a\ +\xa4\x25\x42\x25\xe5\xed\xbd\x42\x78\xd6\x20\xa4\xbd\x1c\x76\xb8\ +\x90\x8e\x1d\x6a\x7e\x13\xa8\x29\x2e\xcd\xd1\xd1\x31\x26\xd3\x69\ +\x2d\xf4\x48\x23\xc6\x0c\xf5\xe1\x15\xb0\x50\xcd\x2d\xac\x52\x86\ +\xeb\xee\x84\x99\x7b\x6c\x46\x82\x99\xaf\xa5\xcc\xc6\x5c\xce\x2e\ +\x2e\x40\xf4\x8f\xfa\x2d\xbc\xb8\xbc\x57\xf2\x00\x0a\xe0\xda\x76\ +\x60\x2f\x21\x70\xb0\x42\x44\x08\x54\xc2\xdb\xd9\xd3\x80\x4f\xc5\ +\xaf\xd7\x33\x10\x67\xb3\x19\xba\xd9\x0c\x44\x49\x3e\x94\xe2\x9a\ +\xd7\x83\x78\xc5\x14\x49\x62\x8d\xa9\x20\x27\xc0\x80\x09\x11\x02\ +\xf0\xe1\x22\xe7\x0e\xc7\xe3\x71\x59\xa7\xd7\xc3\x5a\x54\x88\xea\ +\xec\x2a\xc0\x33\xbb\xf0\x51\x80\x93\xf3\x8b\xcd\xbf\x4c\x97\x99\ +\xf4\xa0\xfa\x3e\x58\x0e\xac\x59\x0c\x7c\x9d\xc1\xb5\xb5\x35\xac\ +\xaf\xaf\xdb\xfd\x08\x7c\xad\xdd\x34\x2d\xb6\xb7\x36\x9b\x0a\xec\ +\xe1\xbd\x35\xf0\xd9\xef\x07\xac\xbd\x02\xfe\x5d\x00\x58\xd4\x5b\ +\x62\x80\xc5\xc7\xf7\x63\xb6\x0d\xf8\xca\x5c\xd2\xc9\x0b\x97\xce\ +\x0f\x96\x01\x5f\xeb\x5f\xbd\x7a\xd5\xa4\x71\x99\x0b\x05\xac\x97\ +\x67\xb3\x19\xd4\x3f\x8c\xfe\x75\x84\xa9\x02\xbf\xb2\x10\xb4\x2f\ +\xa1\x6c\x00\x0e\x12\xd5\xce\x14\xd4\x67\x85\x51\x4a\xc2\x4f\x7c\ +\xb6\x8c\x56\x96\xc4\x83\xd4\x2e\x8c\x59\xc6\xe5\x11\x64\xcb\xbe\ +\x91\x36\x35\x2d\xf9\xf0\xe8\x08\xb3\x6e\x56\xd1\xca\xac\x4c\x12\ +\xe3\x34\x70\x86\xed\xd1\xb7\x11\x4b\x03\xba\x5b\x11\x28\x79\x05\ +\x52\x45\xfd\x69\x10\xfc\xc0\xd0\x28\xb4\x54\xd8\xb2\xda\x2f\xe4\ +\x75\x00\xd3\xa0\xde\x27\xff\xa7\x1d\x34\x36\x78\x63\x7b\x56\x2e\ +\x80\x49\x1f\x8e\x0f\x07\x30\x59\xf0\x8e\x54\x58\x10\x66\xb3\x0e\ +\xd3\xd9\xd4\x98\x35\xc3\x57\x4f\x18\x6e\xde\xeb\x67\xd8\x89\xc3\ +\xb8\x82\xc0\x2b\xd6\x4e\xd1\xe8\x13\x49\x48\x52\xed\x6d\x31\x10\ +\xcd\x13\x10\xfe\x2a\xd9\xca\xc2\x45\x22\x04\x74\x18\x3a\xfb\x39\ +\x07\x93\x1e\xbd\xe0\x1e\x9c\x04\xd5\x7c\xaa\xc5\x10\xfe\x6e\x24\ +\x91\xd2\xb9\x73\xe7\xc4\xc2\xac\xef\x47\xb0\xef\xec\xef\x36\x2f\ +\x06\x7c\xb7\x12\x62\x39\xda\xa7\x2f\x7b\xb9\x00\x10\xf0\x67\x26\ +\x62\xf6\x78\x66\x32\x20\x4b\xf2\x65\xe8\xe4\xe6\xe6\x7a\xda\xda\ +\xd9\x6e\xb4\x33\x7d\xe0\x03\xc0\xd6\xd6\x36\xb6\x24\xf8\xa7\xe0\ +\x35\x13\x5d\xca\x9c\x4b\xf4\xd8\x8e\xe3\x82\xf1\x4f\xc5\x5b\xee\ +\x8f\x8b\x55\x10\xce\xfe\xd7\xa3\x9b\xb5\x6d\xd5\x9b\xf1\x30\x51\ +\x90\xee\xf6\x63\xe8\x27\xcd\x8a\x36\xb4\xc5\x17\x68\x2a\x9a\xe5\ +\x01\x28\x13\xb3\x0a\xc9\xc2\x06\x44\xaa\x63\xc8\x84\x19\x51\x61\ +\xe0\x67\x87\x87\xc5\x6c\x64\xc8\xb7\xfd\x7c\x3c\xea\x1f\x3b\x60\ +\xc5\x12\x20\x0a\xdc\x43\x73\xf9\xfa\xa4\xfd\xd3\x4a\x3a\x43\x6a\ +\x0a\x2b\x1b\x90\x32\x74\x1f\xf8\xf0\xe7\x83\xa5\x67\xa7\x78\x48\ +\xb9\x64\x44\x36\x65\xfc\xf6\xb1\x00\x42\x65\x99\x40\xfb\x91\x2a\ +\x3b\x40\x85\x3f\x00\x4b\xd5\x35\xd6\xa4\x12\x3c\x53\x8b\x88\x40\ +\xb5\xff\xae\x87\x23\x91\x1f\x1a\xea\x01\x3e\x15\xc0\xa5\xce\x74\ +\x36\xc3\xf1\x78\x02\xdd\xd2\x6d\x16\x05\x10\x8e\x21\xf7\x4f\xb2\ +\x03\x5c\x01\xdc\xac\x4f\x48\xfa\xb7\xcc\xa7\x0a\x1f\xb0\x9a\xfd\ +\xe5\xd2\xd3\x89\x94\xf7\xf5\xca\x21\x23\xb3\x0f\x7c\xe5\x91\xdd\ +\xdd\x9d\x4a\x41\x45\xe0\xeb\xfc\x6f\xef\x6e\x35\x9a\x79\x4a\x56\ +\xe7\xc5\x80\xcf\x84\xaa\x4f\x2f\x7b\xd9\x6e\x40\xd1\x70\x15\xf0\ +\x0b\xfd\x25\xcd\x84\x52\x49\xe8\x30\xcd\x41\xb8\x78\xe5\xc2\x80\ +\x04\x50\x35\x93\x96\x41\x80\x80\xab\x57\xaf\x78\x12\x8f\xfc\x67\ +\x9f\xcc\x46\x61\x99\xae\xeb\x2a\x69\xab\xda\xc9\xf9\x5d\x35\x73\ +\xf4\xdf\x5c\x08\x58\xd4\x38\xa9\x0f\x49\x08\xbb\x6d\x0c\x79\x65\ +\xca\x95\xc4\x8c\x5e\x23\xe2\xdf\x4a\x1d\xd2\x4f\x7c\x01\x40\xb6\ +\x95\x34\x79\x23\xdc\x6d\x28\x37\x33\x15\xd3\x7a\x7c\x7c\x6c\xbe\ +\x2a\x37\x24\x87\x62\x68\x80\x2d\xec\x76\x33\x6b\x47\x72\x09\x82\ +\x99\x5b\x99\x8a\xca\x98\x4a\x07\x5b\xe9\x60\xff\x26\x23\x00\xf5\ +\x49\x8a\xeb\x53\xc7\x72\xd4\x9d\x29\x87\x22\x08\x4c\x99\xc5\xf7\ +\x8e\xf4\x21\xb4\x83\x81\xb8\x5c\x49\xe7\x3f\x58\x0e\x2c\x2f\x48\ +\x65\x4b\xb5\x4b\x28\x4b\xfb\x57\x68\x51\xfc\x8d\x3c\x5b\x2e\xe7\ +\xa2\xb9\x87\xc3\x61\xa1\x2f\x7b\x3f\xcb\xfc\x87\xc8\xbb\xee\x28\ +\x92\x89\xe9\x72\x27\xe7\x42\xc8\x7c\x65\x32\xd9\x9d\xb9\xde\x05\ +\x48\x50\x85\x96\xcb\x59\x97\x4a\x47\x59\xe2\xd6\xfe\xb0\xdd\x17\ +\xde\xac\x04\x11\x0c\xac\xb4\x00\x64\x99\x33\x88\x53\xe0\x83\x20\ +\xf4\x04\x17\x6d\xd3\x60\x67\x67\x07\x3f\xfc\xf0\x83\x09\x68\x67\ +\xb6\x42\x9b\xb6\x69\xb0\xb5\xbd\xd9\x3c\xfa\xe1\x49\x57\x56\x6c\ +\xb8\x7a\x4f\xbf\xcc\x0b\xef\x9f\xee\x32\x01\xa0\xc1\x73\x05\xbe\ +\xf4\x92\x6c\x2d\x53\xfa\xcb\x20\x3b\x8c\xe3\xe0\xe2\xd9\x81\x9b\ +\x9c\xfa\x0c\x21\xfe\x7a\xfe\xe0\x40\xef\xda\x12\x53\xa2\x64\xdf\ +\xd0\x23\x10\xa6\xd3\x72\xbe\x7f\x22\xb2\xcf\x61\x17\x02\x03\x6a\ +\x6d\x70\x55\x2e\x02\xc2\x4e\x0f\x52\xc2\xb0\x98\x92\x1a\xb4\xd1\ +\x07\x4d\x68\xb8\xf6\xb4\x77\x6a\xef\x58\x81\xad\x3e\x63\x48\x34\ +\x81\x04\xaa\xa4\x6e\x65\xce\x69\x92\x0b\x33\xc6\xc7\x65\xe9\x49\ +\x07\x5f\xc6\x5c\x18\xb8\x68\x28\xc9\x43\x20\x38\x90\xf5\x6f\x8c\ +\x60\x9a\x6a\x7d\x84\xa0\x61\x29\xcb\x1e\x5f\x90\x6a\xeb\xd4\x88\ +\xf5\x96\x64\x5c\xca\xfc\xae\x3d\x11\x4f\x74\x1e\xe8\x32\x66\xb2\ +\x31\xe4\x5c\x7c\xda\xae\xcb\x68\x9b\x06\x84\x24\xdb\x73\x75\x3e\ +\xd9\x05\x66\x38\x21\x2a\xc3\x83\x63\x4a\x17\x05\xbe\x26\x1e\x29\ +\x30\x4b\x3d\x19\x57\x66\xcc\xa6\x33\x0c\x06\x6d\x00\xac\x5a\x17\ +\xa1\xcc\x10\x77\x8b\x31\x39\x9e\xda\xf7\xff\x0c\x00\x1a\xb8\x65\ +\x58\x80\x8f\x18\xb6\x07\x80\x64\x4b\x76\x1f\xa8\xba\xbc\xeb\xd9\ +\x7e\x49\x2c\x41\xd8\x91\xf4\x40\x7d\xb6\x42\xbc\x6c\x99\x15\xc2\ +\x6b\x8d\x9f\xa4\xa5\xc4\x61\x97\x24\xd8\xdb\xdd\xc5\xc3\x87\x0f\ +\xe5\x0f\xea\x1e\x05\xeb\x08\x84\x9d\x9d\x9d\xe6\xf1\xc3\xc7\xdd\ +\x8b\x02\xdf\x8b\xaf\x80\x7e\xc4\xf3\x00\x88\x6c\xf9\x4a\xf8\x5f\ +\x7c\x5e\x08\x3e\x82\x87\x44\xc0\xea\x68\x44\xdb\x3b\x3b\x8d\x8f\ +\xa2\x06\x3e\x03\xd8\xd9\xde\xc6\xd6\xe6\xa6\x13\x8c\x95\x78\x36\ +\xb4\xf2\x15\x9c\xae\xb3\x40\x98\x25\x77\x50\x51\x6a\xe5\x00\x0f\ +\xd5\x62\x02\x9e\x80\xb0\x32\x79\xba\x89\xc5\x2d\x80\x64\x91\xe6\ +\x04\x4a\x6c\x1b\x68\x74\x8f\xbe\xda\x6d\x6e\x5a\x72\x10\x32\x6c\ +\xe7\xee\xab\xc0\xb1\x2f\xf7\xc6\x1c\x1f\x65\x5e\x06\xc6\x93\x12\ +\xed\x56\x5a\x96\xc1\x29\x77\x92\x1f\x1e\x20\xdf\x03\xd4\x41\x1a\ +\x80\x82\x7c\x52\xed\x61\xbe\xa6\xa6\xf3\xa6\x72\x32\x71\x6a\x9a\ +\xf2\xe5\x5a\x15\x6c\xd1\x8a\x20\x98\x3b\x41\xca\x44\xc1\xfc\x62\ +\x61\x78\xd7\xce\x09\x4d\x62\x50\xd3\x60\x38\x20\xac\xae\xaf\x83\ +\x98\xd1\x65\xd5\x92\x2c\x78\xa6\x80\x39\x37\x85\xec\xd5\xb1\xcf\ +\x08\x5a\x98\x8a\x79\xaf\x49\x64\xea\x9b\x77\x5d\x07\x10\x61\xd0\ +\xc4\xe5\x46\xf6\x67\xc5\x82\x9b\x4e\x33\xba\x6e\x0a\x5d\x35\x88\ +\x2e\xa0\xf1\x26\x01\x7a\x40\xa9\xc6\x02\x2a\x21\x60\x16\x85\xf2\ +\x0e\xcb\xb1\x08\xc2\x53\x9c\x8b\x00\x8d\xc1\x41\x99\x63\x0d\x35\ +\xb9\xbf\x4f\xde\x07\x14\xeb\xa1\x31\xd0\x94\x7f\x34\xa3\x52\x5b\ +\xdd\xda\xde\x96\xd3\xa9\xfc\x44\xaa\x30\xd1\x00\x31\x36\x77\x36\ +\x93\x2b\x52\x0a\x6c\x54\xc7\x8e\xec\xaf\x7d\x01\x71\x4a\x39\x50\ +\xc7\x00\x20\xbc\x94\x54\x37\xeb\x8d\xd8\x50\xf1\xd3\xcf\x1e\x9c\ +\x19\xd8\x4d\x72\xf0\xab\x3f\x44\x00\xae\x5c\xbd\x22\x82\x45\x8f\ +\x2e\x50\x4d\xe0\xc4\xea\x66\xb3\xf0\x0a\x8d\xfe\x02\x31\xd8\xe7\ +\xcd\x90\x6b\xb7\xa8\xf5\xa5\x61\x16\xe9\xaf\x42\x44\x62\x17\xc2\ +\xa0\xc9\x09\xcb\x0e\x10\x22\x4f\xf0\xd1\xec\x67\x86\xac\xeb\xcb\ +\xf9\x57\x09\x72\x0c\x7a\x2a\x11\x52\x33\xff\xe5\x4c\xff\x59\x37\ +\xc3\x64\x3c\x36\xc0\x7a\x80\x2e\x02\x5c\xb7\xce\xea\xc4\x07\xf4\ +\x00\xb0\x74\x5b\x76\xed\x69\x72\x22\x01\xa9\x25\x0c\x06\x03\xb4\ +\xc3\x81\x08\x23\x00\x29\x09\x30\xd9\xad\x33\x88\x80\x21\x89\xa6\ +\x8b\xac\x2b\x9a\xd2\x03\x83\x84\x54\x42\x11\x72\x0a\x6f\xa1\x5d\ +\x42\x9b\x5a\xa4\xa6\xc5\x70\x38\xb0\x74\x60\x63\x66\x72\xf0\x33\ +\x9b\xf8\xf2\x39\x27\xd7\x9e\x94\x9c\x71\x5d\xab\x96\x7e\x65\xe9\ +\x50\x37\xeb\xd0\x89\x90\x74\x37\x59\x05\x04\xcb\x51\x70\x63\x74\ +\x9d\x0a\x67\x80\x39\x9b\xaf\x5e\xc6\x22\xb4\x82\x1c\x4e\x2a\xbc\ +\x96\xc3\xfc\x17\x92\x9b\xfa\xb2\x0e\x57\xcb\x8a\xbd\x6c\x41\xad\ +\xad\x89\x7f\xce\xd7\x1c\xca\x2a\xdb\x75\xcb\x37\x7b\x1c\x21\x08\ +\x9c\xb6\x6d\xb0\xbd\xb3\xe3\x98\x8a\x94\x93\xf6\x06\x83\x96\x56\ +\xd7\xd7\x6d\x3f\x6e\xb1\x00\x83\xd6\x57\x7c\x5a\x59\x63\x01\xa7\ +\xc6\x3e\x80\xe8\x02\x34\xf0\x4d\x3f\xf6\x23\xe9\x72\xb3\x5b\x00\ +\xc2\xb7\x67\xce\x9f\x6b\xa3\x44\x8a\x44\xd1\x1f\xe7\xcf\x9d\x07\ +\x98\xc5\x9c\x0c\xcc\x21\xc4\x62\x82\xe7\x68\x0b\x23\xeb\xfc\x78\ +\xa0\x30\x48\x64\x5b\x32\x12\xd2\x1a\xd3\x90\x69\x0c\x56\xc2\x40\ +\x02\x49\xe4\x6b\xcb\x5e\x86\xc4\x0b\x50\xe5\xc5\x33\xfc\xf7\xf2\ +\xd6\x04\xc8\x09\x3f\x84\x84\x2c\x3b\xfd\x92\x28\x74\x4a\x09\xdc\ +\x75\x18\x8f\xc7\xa6\x41\x4c\x32\x33\xe4\x58\xaf\xb2\x64\xc8\x39\ +\x6a\x20\x14\x0b\x2b\x73\xf8\x4c\x76\x31\x53\x41\x84\x8c\x2c\xe7\ +\xed\x95\x55\x8a\xb6\x69\x8d\x81\xf5\x5b\x04\xac\xfb\xfc\xc5\x57\ +\x4d\xb2\x5a\x30\x9d\x95\x23\xad\x14\x28\x10\xeb\x85\x52\x11\xc4\ +\x6d\xdb\xa0\x69\x5a\x0c\xda\x62\xea\x2b\x03\x11\x11\x52\xdb\x06\ +\xed\x4e\x68\xda\x16\x0d\x20\x09\x5a\xb3\xd2\xbe\x59\x26\xea\x77\ +\xcb\x88\x54\xe0\xa9\xeb\x82\x28\x10\xdc\xf4\x2f\x9e\x4a\x92\xb9\ +\x29\xf3\x4f\x34\x94\xfb\x05\xd0\x93\xe9\x04\xb9\x9b\x15\x70\x4b\ +\x07\x19\x6c\x5f\x20\x2a\x00\x57\x97\x83\x81\xec\x26\x7d\x16\x41\ +\x16\x37\xf3\x68\x4e\x80\xeb\x64\xb5\x4e\x64\x0c\x42\x07\x66\xc9\ +\x0d\x81\x2e\x72\x4a\x36\x05\x93\x9d\x49\x58\x78\x84\x0d\x07\x65\ +\xcf\x43\x2e\xfd\xa9\xdf\x1e\xde\x43\xd8\xd9\xde\xc6\xc3\x1f\xc4\ +\x0d\x08\xf7\x49\x99\x0f\xe5\xe0\xd0\xe3\xa3\x23\x49\x68\x76\x1c\ +\x2d\xd4\xf8\x3d\xac\x9d\xf6\x72\x01\xb0\xa0\x21\xb2\x86\xc8\x00\ +\x82\x42\x78\x3a\x73\x7e\x6f\x30\x07\x7c\x19\x0c\xa1\x7c\x4e\x79\ +\x5d\xbe\x9c\x02\x76\x93\x8d\x0d\xd4\xe5\xbc\x35\x0d\xc0\xe8\x3a\ +\xb5\x33\x93\xca\xc9\x90\xf4\x21\x3b\xd5\x92\x04\xfb\x54\xe3\xc7\ +\xb3\xda\xab\x68\x6b\x20\x14\x43\x9f\x0d\x1f\xae\x89\xed\x72\x34\ +\xdd\xa2\xb6\xa0\x7a\xb2\x05\xfc\x89\x80\x2e\x33\x8e\xc6\x63\x69\ +\x8f\x8b\x96\x17\x00\x65\x23\x98\x76\x49\x0e\x56\x53\x41\x65\xb9\ +\xfb\xa1\x7f\x66\xad\x14\xc6\x6d\x9a\xc6\x8e\xa2\xb2\x8a\x20\x93\ +\x33\xcc\x25\xd1\x68\x32\x99\x94\x0d\x2f\xd3\x99\xd5\x4b\x16\xec\ +\xd2\x3d\x0d\xc9\x04\x62\xb1\x76\x08\xc3\xc1\x00\xa3\xd1\x0a\x86\ +\xa3\x21\x56\x86\xa3\x92\xba\x6a\x73\x20\xe3\xa7\xb2\x2d\x38\x49\ +\x8a\x6d\xce\x5d\x15\x88\x55\x81\xa0\xf3\x44\xa1\x2d\xf9\x2e\x6e\ +\x15\xdc\x2b\x9f\x43\x63\xeb\x3f\xb8\x08\x81\xc1\x60\x88\xd9\x6c\ +\x8a\xd9\x6c\x6a\x91\xfc\x62\xe8\x38\x4d\x4a\xe0\x52\xac\x31\xf5\ +\x6b\x74\x0e\xb3\x5b\x1d\x2a\x98\x58\x05\xa0\xf4\xcd\xdc\xc7\x80\ +\x17\x3d\x9f\x50\xe7\x56\xb9\xc7\xc5\x35\x8b\xb0\xab\xb7\x8c\x28\ +\xd8\x33\x4b\xdc\x2c\x80\xba\x2a\x8b\xe9\xb2\xb9\xb9\x65\x8a\xb2\ +\x0f\x7c\xc5\xdd\xe6\xf6\x66\xf3\xcd\xd7\xdf\xce\x5e\x06\xf8\xaf\ +\x88\xff\xb0\x0a\x20\xa9\x6b\x55\x43\x4c\x12\x0b\x50\xb5\x5c\x48\ +\xb3\xb3\xb3\xdd\x0c\x87\x43\x73\x2d\x21\x83\x89\x9a\xfd\xf2\xe5\ +\xcb\x88\x1f\x50\x54\xa2\x9a\xb9\x8e\x92\xc4\xa1\x9a\x43\x03\x80\ +\xe5\x55\x3e\x52\x9d\x08\x4f\xe1\x84\x01\x5f\xb3\xba\xfc\x80\x4f\ +\xf5\x39\x45\x80\xb0\xd2\x9f\x90\x98\x7d\x39\xaf\x0c\x0e\x50\x01\ +\x22\x7d\x2e\x07\x51\xaa\x89\x28\xc6\x9e\x5a\x26\x08\xed\x51\x01\ +\xf0\x74\x3a\x29\xbe\x2c\x00\xa2\x06\xbe\x2c\x45\x20\x84\xb2\x9a\ +\xaf\x42\x53\x06\xe2\xfe\x1c\xf1\x61\x7d\x52\x1a\x6a\xd0\x0c\x5a\ +\xd3\x58\x05\xc5\xc9\x4e\xed\x99\x4c\xa7\x38\x3a\x3c\xc4\xf1\xf1\ +\xb1\xe9\x1b\x9f\x03\x17\xd6\x04\x58\x5c\xa7\x58\x2e\x41\xe3\x03\ +\x98\x4c\x67\x98\xcd\x9e\xe2\xd9\xb3\x92\x90\x72\xe9\xd2\xc5\xf2\ +\xfd\x3b\xa2\xb9\x80\x24\x51\x42\xd3\x14\xa1\x34\x9b\x95\x53\x81\ +\x92\x22\xc2\x4c\x27\x39\x93\xb0\xb2\xf8\xca\xfc\x67\xb1\x50\x94\ +\x76\x30\x10\x27\xcc\xa6\x33\x8c\x8f\xc7\xb2\xac\x4b\x06\x7c\x0f\ +\x86\x32\xc0\xfe\x85\xde\x1a\x5c\x2e\x70\x20\xa7\x38\x99\x92\xa9\ +\xfa\xa0\xe6\xb4\xd3\xd3\xae\x60\xad\xe5\x40\x1f\x7b\x8b\x2a\x29\ +\xa9\x5b\x2c\x07\x8f\x2d\x78\xa8\xc7\x6c\x1f\x03\xbe\x96\x87\xc3\ +\x21\x56\x56\x57\xcb\x01\xb7\x0b\x00\xce\xcc\x58\xdb\x58\x4d\x4d\ +\xdb\x52\xee\x3a\x9e\xaf\xb3\x0c\xf8\x31\xa6\xf0\xf2\x57\x58\x05\ +\xf0\x4f\x7a\x9b\x94\x74\xcd\x43\x0a\x28\x30\x68\xf7\x6c\xd1\xfe\ +\x42\xfd\x0a\xf8\x0a\xde\x73\xe7\xce\xf5\xee\x63\xce\xbc\xef\x72\ +\x36\xf0\x96\x39\xf1\x25\x3d\x35\xdb\x0a\xa8\x6b\xad\x6e\x26\x9d\ +\xbc\x94\x99\x91\x9a\xc6\x02\x7d\x29\x91\xf9\xb6\xee\xb3\x09\x0b\ +\x88\xe9\xed\xae\x8d\x9f\x16\xc3\x54\xcc\xc1\x0c\xb7\x38\x28\x6a\ +\x5d\xd1\x20\x99\xcb\x41\x91\x93\xc9\xc4\xac\x07\x5d\xd2\x63\x0d\ +\xf6\x41\xa3\xff\x91\xdc\x85\x88\x24\xc2\xa5\x02\xbe\x6a\xfd\xd4\ +\xa0\xa4\x86\xaa\x06\xd6\x98\x02\x30\x9e\x4e\xf1\xec\xe9\xd3\x72\ +\xa0\x85\x81\x9d\x4c\x80\x12\x25\xa4\x46\x3f\x86\x4a\x66\x7d\x91\ +\xa6\x2d\x4a\x90\x4b\xd9\xbb\x08\xcd\x32\xef\x4d\x93\x30\x9d\x4e\ +\x31\x9d\x4d\xd1\x0e\x06\x18\x0d\x87\x68\xda\x16\x94\x92\xb9\x1d\ +\x3a\xb7\x83\xc1\xc0\x84\x80\xf6\x3b\x33\x8b\x66\x27\xb3\x1e\x48\ +\x68\x58\x09\x3c\x46\xa0\x29\xe3\xf8\xf8\x19\xc6\xe3\x09\x88\x12\ +\xd6\xd7\xcb\x21\xb1\x2c\xab\x7f\x82\x4c\x01\xbe\x0b\x78\x8d\xd8\ +\xdb\xf2\xaa\x0a\x41\x2a\xc1\xde\x24\x19\x87\x1a\xff\xb1\xf5\x0c\ +\x11\xa0\x7a\x54\xbb\xe5\x5e\x90\x9e\x4c\x56\xda\x8b\x7b\x27\x28\ +\x4a\x66\x13\xab\x85\x27\xed\xf4\x5f\x0b\x1e\x6a\x72\x5a\x10\x02\ +\xe4\x18\xd9\xdd\xdd\xc1\x57\xc7\xc7\x73\xc0\xd7\x40\x71\x02\x61\ +\x7d\x73\x8d\x9e\x3c\x7a\xca\x5e\xe7\x05\x80\x5f\x33\xd9\x4b\x5d\ +\x55\x1e\x40\xdf\x3c\x72\x4b\x00\x65\xf9\x97\xca\xc0\xf7\xf6\xb6\ +\x9b\x65\xc0\x07\x8a\xd6\xd9\xdd\xd9\x31\x26\x60\x21\xb6\x26\xfd\ +\x28\x49\x35\xfa\x1f\x9f\xa5\x60\xde\x9b\x6b\xa0\xc0\x97\xb2\xfb\ +\x69\xa1\x5d\xae\x7d\xfc\x44\x9a\x68\xa2\x1a\x38\x6b\x35\xb8\x89\ +\x86\xea\xdb\x01\x45\x53\x71\x4d\x78\xa0\x97\x83\x5e\xd6\xf2\xc7\ +\x93\x49\x90\x8a\x22\x04\xb8\x2c\x43\xda\x46\x1d\x02\xf4\xe8\x72\ +\x0b\x0e\x91\x07\xc1\x74\x32\x85\x3d\x0b\xe0\xe4\x37\xd3\xeb\x0c\ +\xcc\x72\xc6\xa3\x47\x0f\x31\x19\x4f\xed\x78\xb4\x52\xbf\xec\x6c\ +\x4c\xa9\x29\xfb\x1c\xe4\x7b\x85\xb3\xdc\x81\xbb\x0c\xcf\xb7\x17\ +\xd3\x9f\x12\x9a\xa6\x3c\xd3\xb4\x2d\x46\xa3\x01\x20\x81\xab\x59\ +\xee\xf0\xfd\xdf\xbe\xc7\x68\x65\x05\x6b\x6b\xeb\xe8\xba\x0e\x83\ +\xb6\xc5\x68\x75\x15\x4d\x72\x82\x94\x31\x13\xda\xe1\x00\x79\xd6\ +\x61\x36\x9b\x41\xe3\x34\x2c\xa7\xf9\xf8\x69\xbb\x41\xf0\x87\xf5\ +\x75\xa0\x58\x4f\x47\x47\x47\x72\xf6\x62\x59\x52\x3c\x3a\x1e\x63\ +\x75\x75\xa5\xcc\x0f\x93\x9b\xf1\x50\xb0\x87\x32\xb8\xfe\xb0\xaa\ +\x9a\xf1\xd0\xe4\x9e\x7a\x19\xd9\xbe\x6f\x10\x04\x2e\x20\xab\xaa\ +\x6a\xa1\x29\x2f\x06\x8b\x86\x17\x68\x76\xe5\x3b\x82\x0b\x01\xf6\ +\x4f\x3d\xcf\x01\x5f\x7f\x6c\x6e\x6c\xe2\x6b\xfa\x1a\x7d\xe0\xc7\ +\x3a\x1b\xeb\xeb\xcd\xd3\xc7\x4f\x73\xb8\x85\x45\x60\xb7\xbf\x31\ +\xd5\x32\xea\x25\xaf\x60\x01\xcc\x83\x5f\x19\x90\x51\x4b\xcd\xdd\ +\xbd\x9d\x01\x16\x00\x5f\x05\xc2\xc6\xd6\x26\x46\x23\xd9\x50\xa2\ +\x52\x9b\x3d\xaa\x9f\x73\x2e\x5b\x2a\x29\xfe\xcd\xcd\x6c\xf5\xf1\ +\x01\x32\x1f\xdf\xd7\xcb\x83\x35\x00\xe7\x32\x62\x78\x80\x8f\xe4\ +\x48\x28\x9b\xa4\x42\x68\xd6\x8f\x5b\xea\x46\x06\x04\x81\x0d\x9d\ +\x37\xb1\x2a\x22\x29\x6c\x89\xa8\x94\x27\x93\xb1\x2d\x63\x91\x48\ +\x7f\x0d\x3e\x56\xc0\x17\xa2\xa8\xfb\xa2\x3e\x2f\xf9\xcc\x4a\x7f\ +\x53\x59\xd6\xd3\xce\x43\x69\x0d\x3c\x7b\xfa\x0c\xcf\x9e\x1d\x16\ +\x06\x4f\x0e\xfc\x26\x95\xf8\x40\xc7\x5d\x71\x45\x8e\xb3\x1f\xd6\ +\x39\x67\x14\x0a\x0a\xc3\xc4\x2a\x28\x06\x83\x16\x83\xc1\x10\xc3\ +\xe1\x10\x19\x8c\xa3\xa3\x63\x1c\x1e\x1e\x62\x38\x5a\xc1\xe6\xc6\ +\x06\xba\x9c\x31\x1c\x0d\x31\x1c\x8c\xcc\x6a\x12\x1d\x88\xa6\x29\ +\x29\xc3\x9d\xed\x8e\x43\xf0\xff\x4b\x5b\x66\x3d\x48\xdb\x5d\xee\ +\xf0\xec\xe9\x33\x74\x21\x02\xab\xcb\x76\x5d\x37\xc5\x6c\x36\xc0\ +\x60\xd0\x88\x30\xf1\x60\x9a\x89\x44\xb3\x2e\x4a\xcc\x24\x83\xd1\ +\x08\x50\x35\xe7\x80\xc1\xe1\x50\x71\xc8\xdc\xc3\xcd\x78\x28\x39\ +\x84\x2f\xc0\x76\xea\x13\x54\x69\x01\x20\x31\x45\xd4\x92\x14\x09\ +\x56\x0b\x01\x71\x8f\x19\x92\x13\x20\x87\x48\x2c\xd2\xda\x6b\xeb\ +\xeb\x85\xc7\xd5\xb2\x0b\x75\x20\x02\x61\x6d\x7d\xd5\xf2\xab\xe6\ +\xc0\x1e\x2d\x80\x0a\xf8\xaf\xc1\x02\x48\x8d\x48\x00\xdb\xdd\x25\ +\x0d\x16\x54\x9b\xf4\x5f\x5f\x5f\x4b\xc3\x95\x21\x51\x55\xab\x36\ +\xf5\xcf\x9d\x3d\xeb\xcf\xea\xfb\xd5\xd4\xe7\x92\xbd\x37\x9b\x79\ +\xc0\x4a\x4d\x7d\x65\x4c\xf5\xdb\x0d\x74\x24\x29\x6c\x50\x06\xcb\ +\x06\x28\xb6\xc8\xb0\x03\xcb\xa5\x76\x6d\x49\x10\xca\x79\x7e\x8a\ +\x4d\x4b\x1a\x04\xc0\x1d\x8c\xa9\x10\xfb\x23\x44\xd6\xe5\xb6\xcc\ +\x19\x93\x89\xf4\x3d\x80\xcd\xc6\x9a\x5d\x10\xf8\xab\x6c\x90\x41\ +\xb0\x92\x3d\xd4\xb4\x8d\xbd\x47\xeb\xe4\x2e\xe3\xe1\xc3\x47\x25\ +\x7f\x1e\x45\x40\x37\x6d\x83\x46\x12\x75\xa6\xdd\x14\xb3\xf1\xb1\ +\x05\xcc\xdc\xb4\x77\x3a\x2a\xb3\x59\x5c\x3e\xca\x78\xa1\xc9\x64\ +\x32\xc5\x78\x32\xc5\xff\x47\xde\x9b\x35\x59\x72\x5c\x67\x82\x9f\ +\xc7\x76\xd7\xbc\x99\x55\x59\x40\x15\x50\x20\x00\x82\x4d\x90\x14\ +\x29\x81\xa2\x34\x12\x65\x6a\xa9\xd9\xdd\xea\x4d\x33\x66\x33\xb2\ +\xb1\xe9\x87\x99\xc7\x7e\x9e\x7f\x31\xf3\x1f\xfa\x65\x4c\x33\x66\ +\x7a\x90\x89\xa2\x9a\x3b\x41\x50\x24\x48\x11\x5c\x01\x14\xd6\xda\ +\x50\xfb\x96\x95\xb5\xe4\x7a\x6f\xde\x25\x36\x9f\x07\xf7\xe3\x7e\ +\xdc\x23\xe2\xde\x5b\x05\xa0\x2a\xd1\x72\x58\xe1\x46\x7a\x78\x78\ +\x78\x44\xf8\xf9\xce\x77\x8e\x1f\x77\x0f\xc6\x63\x24\x49\x82\x4e\ +\xb7\x83\x50\xc4\xc8\xb3\x0c\xdb\x3b\xdb\xe8\x76\xba\xe8\xf7\xfb\ +\x28\xf2\x02\x9d\x4e\x17\x02\x2c\x72\x4e\x08\x84\x51\x0c\x91\xe7\ +\x6a\xc9\x72\x7a\x3e\x6d\x0a\xf1\xc9\x65\x12\x12\xd3\xc9\x18\xd3\ +\xd9\x4c\x97\x11\xc6\x9f\x42\xed\x17\x10\x48\xd3\x19\xc2\xb0\x63\ +\x14\x12\x85\xea\xf2\xd1\x04\x10\xd0\x02\xd6\x79\xab\xfb\x1b\xcd\ +\x98\x0c\x02\x7a\x7e\xfb\x7f\xf5\xc5\x74\x59\xfa\x7e\x12\x86\xc6\ +\xd3\xf7\x30\x93\x86\x04\xf3\xff\x40\x98\xe1\x55\x72\xf6\x1a\x66\ +\xe8\x68\x7c\x7a\xc9\x55\x1b\x3f\x8c\x42\x74\xba\x5d\x4c\xc6\x63\ +\x27\x9f\x1c\x8d\x00\x14\x00\xd0\x30\x36\xbb\xbe\x49\xf0\x3d\x5d\ +\xf2\xc0\xc9\x00\xc0\x74\x9a\x96\x79\x96\x23\x4e\x42\xd0\x67\x33\ +\x1f\x94\x5e\x97\x90\xe2\xc8\xfa\x91\xd8\xe2\xb9\x4a\xdc\x41\x07\ +\x08\xac\x1f\x3b\x66\xb5\x38\x33\x15\x78\x74\x5a\xc9\x24\x57\xc5\ +\xe4\x97\x56\x28\xcc\x1c\x72\x97\xfa\x03\xb6\x13\x48\x1d\xdb\xad\ +\xcc\x2e\x6b\xcb\xd2\x0d\x2c\xc0\x5b\x16\xa2\x84\x50\x4f\x04\xa2\ +\x1a\x89\x26\x6b\x86\xc3\x51\x48\x38\x86\xab\x3a\x97\xa7\xb9\x72\ +\x5e\x02\xca\x96\xa7\x31\x6c\x22\x6d\xda\xf3\x48\x4b\x83\xd9\x40\ +\x1a\xba\x33\x18\x62\x29\xe7\x9b\x49\xfa\x11\xd3\x59\x86\xbd\xfd\ +\x5d\x43\x71\x45\xa0\x87\xe4\x44\xa8\xed\xf4\x09\x78\xdc\x80\xf9\ +\x1a\x9e\xe0\x9b\x7d\x76\x58\x3e\xf7\x36\x92\x99\x21\xf4\x1b\x51\ +\x93\x6b\x54\x98\x6e\xaf\xd7\x87\x10\xc0\x64\x32\x41\x96\x65\x18\ +\x0c\x06\x28\x4b\x89\x6e\xb7\x63\x43\x8d\xf5\xff\x83\x30\x42\x20\ +\x73\x94\x45\xa9\x85\x47\x7f\x53\xfd\xfd\xd2\x99\xa2\xfb\xd2\x38\ +\x46\xf5\xdd\x8d\xec\xd0\x77\x54\x7e\x89\xa2\x2c\x80\x30\xd4\xc1\ +\x3d\xfa\x6b\x49\x2a\xa3\xde\x91\x8d\x2d\xb0\x7d\x44\x4a\xbe\x98\ +\x0b\x8c\xc2\xa6\xa7\xb5\x4b\xb7\x6b\x93\x94\x81\x82\xd2\x31\x25\ +\xa4\x9e\x53\x62\x40\x00\x70\xc2\xdf\x05\xab\x9c\xd8\x25\xc5\xd0\ +\xa8\x0e\xa7\x7d\x3f\x04\x40\x8c\xea\x4b\x29\xb1\xd2\xef\xab\x77\ +\x21\x69\x64\xc4\x7e\x7a\x08\x20\x08\x43\x74\x3a\x9d\x60\x32\x99\ +\x94\xcb\x09\xfe\x87\x73\x02\x1a\x57\xe8\x78\x9c\xc9\x5f\xff\xe6\ +\xd2\x64\x7c\x90\x5a\x07\x04\x47\x34\x0d\x04\x6a\x83\x43\x2e\x3c\ +\x96\xee\x41\xa8\x8f\xb1\x3a\x18\xd8\xf1\x62\x53\xc6\xd6\x25\xa1\ +\x86\x00\x41\x1f\x48\x6b\x79\x62\x1b\xc2\x38\xb1\x74\x23\x03\xcf\ +\x41\xe9\xf2\x38\xd0\x3a\x7d\xe6\x84\xd0\x71\xe1\x20\x47\x99\x7d\ +\x71\xac\xc7\xab\x3f\x03\x12\x02\x8b\xec\x42\x6b\x31\x67\xf5\x5c\ +\x3d\x04\x99\xa6\x99\xea\x98\x34\x59\x08\x42\x77\x4e\x03\x59\x7a\ +\x02\x90\x06\x22\xfd\x8c\x64\x83\x1b\x7e\x19\x08\x35\xbe\x0f\x98\ +\xc0\x26\x01\xe5\x5b\xd8\xdd\xdb\x35\x53\x76\x45\x10\x20\x8e\x13\ +\x08\x29\x30\x99\x4e\x90\x66\x19\xcc\xf6\xd9\x92\x9c\x5f\xca\x37\ +\x13\xca\x12\x01\x72\x84\x48\x11\xc9\x14\xa1\xc8\x10\x8b\x14\x31\ +\x52\x84\x98\x21\xc4\x14\x81\x4c\x21\x90\x43\xad\x49\x44\x80\xaa\ +\xc5\x42\x33\x9f\x34\xcd\xb0\xb3\xb3\x83\x34\x4d\x11\x47\x31\x4a\ +\xed\x83\x98\x4e\xa7\x18\x8f\x27\x2a\x78\x4b\xd2\x86\xa6\xea\xdb\ +\x46\x51\x84\x30\x0c\x74\x47\x57\x6f\xb4\x2c\x0a\x8c\x86\x23\x1c\ +\x8c\x0f\xcc\x62\x9a\xc4\xa4\x29\x62\x0f\x44\xe5\x35\xeb\x93\x1a\ +\x00\xb9\x83\x97\xbe\xa9\xd9\x21\x0a\x30\xab\xf5\x70\x87\x30\x57\ +\xe4\x3c\x9a\x8f\x7a\x06\x85\x82\xf1\x98\x16\x86\xf7\x8a\x8e\x90\ +\x8f\x4a\x58\xed\x6c\xad\x39\x8d\xe4\xba\xef\x43\x90\xf3\x55\x95\ +\xa7\x78\x13\x7a\x0e\x6b\x7a\x52\xbf\x06\x7a\xfd\xbe\x39\x36\xdd\ +\x91\xba\xb4\x6e\x7b\xa7\xdb\x09\x6c\xbf\x15\x42\x98\x39\x3a\xac\ +\x3f\x6b\x79\xa2\xc0\xbd\x87\x4d\xce\xd6\x60\x07\xe3\x99\xfc\xd5\ +\xaf\x2f\x4d\xbf\xfc\xd2\xa7\x5a\x4f\x3c\x31\x08\xcd\x7b\xd2\x91\ +\x40\x12\x12\xfd\x7e\x37\xb2\xf6\x3f\xcc\x53\x10\x20\x24\xed\x36\ +\x7a\xbd\x9e\x7a\x49\x44\xd9\xe8\x65\x03\x80\x14\x28\x8a\xdc\x8e\ +\xe5\xa3\x3a\x96\xef\x3b\x7e\x24\xfb\xf0\x30\xe5\xed\xc7\xb6\xf6\ +\x27\xed\x3f\x27\xb4\x96\xd0\x1d\xc0\xd8\x7f\xec\x0f\xe3\x21\xa6\ +\x2f\x40\x34\x2e\x80\x2c\xec\x02\x9c\x26\x7e\x01\x40\x9e\xe6\x26\ +\x70\x87\xb4\xa6\x65\x12\x30\x00\x62\x4c\x18\x68\xfa\x1a\xc0\xe9\ +\x1c\xa5\x94\x88\x83\xd0\x8d\xb8\x84\x12\xf0\xfd\xbd\x3d\x00\xca\ +\x13\x1d\x47\x11\xa2\x30\x42\x9a\xa7\xc8\xb4\xd9\x61\x9e\x55\xbf\ +\xf4\x40\x16\x08\x64\x09\x89\x12\xd3\xf1\xa4\xdc\xdb\xdd\x2f\xc6\ +\x07\x93\x72\x32\x9e\xc8\x2c\xcd\x64\x21\x0b\xa9\xed\x75\x11\x27\ +\xb1\xe8\x76\xbb\x41\x6f\xa5\x1b\xac\xae\x0d\x82\x76\xa7\x1d\x48\ +\x04\x28\x65\x00\x88\x48\x6b\x67\x0b\xe8\xc3\xd1\x01\x66\x69\x8a\ +\xc1\x60\x15\xb2\x2c\x31\xdc\xdb\x57\x8f\x00\x81\x4e\x47\xf9\x00\ +\xb8\xc0\x45\x71\x02\x99\xa9\x59\x7a\x93\xc9\x14\xd3\xe9\x94\xf5\ +\x2e\x3e\x94\x66\x19\x99\xd4\xe3\xf7\xc4\xce\x84\x80\x99\xf4\x93\ +\xc4\x91\xfd\x7e\xfa\x8d\x97\x28\xcd\x82\xb0\x25\x39\x01\xb9\x26\ +\x64\x0c\xc3\x30\x4c\xfd\x91\x4a\xfd\x3d\xa0\x59\x21\xc1\xb4\x31\ +\x10\xb4\x4d\x22\xa8\x7f\x83\x5d\x4f\x9d\x5c\x85\x5d\xd9\xfe\x4c\ +\xfd\x5b\xbf\x08\xda\x42\xdc\xb4\x89\xf9\x7f\x84\x04\x7a\xbd\xae\ +\xad\x8a\xe5\x0b\xf6\x0c\xdd\x5e\x5b\xec\x6c\x2d\xd0\xf8\x01\x3b\ +\xfe\x10\x29\xf2\x33\xb2\x3c\x97\x6f\x9c\xba\x3a\xfd\xc2\xe7\x9e\ +\x4a\x3e\xfd\xe9\x27\x13\xf5\x2a\xad\x5f\xa0\x3f\xe8\x47\x75\x82\ +\x4f\x5e\xfe\x23\x6b\x6b\x96\xea\x5b\xd3\xcb\x9a\xc0\x84\xfe\x8c\ +\xc6\xa9\x63\xbb\x59\xa7\xbb\x71\x27\xf7\xfe\x5a\x81\xe6\x75\x99\ +\xf1\xd8\x12\x96\xb6\x2b\xcc\x52\x54\x58\xc0\x68\x1b\x7a\x8f\xb4\ +\xc6\x5c\x00\xa0\x64\x1d\x42\x0d\x67\x69\xa7\x1f\xdd\x44\x6f\x6a\ +\x91\x66\x29\x08\xa4\x00\xdd\x79\x89\xd5\x78\xb6\x9c\x7a\x45\x6a\ +\x9e\x02\xc5\x9d\xd3\xbc\x81\x38\x8e\x40\x68\xae\x6a\x12\x48\xd3\ +\x29\x86\xfb\xfb\xc6\xc9\xd6\x8a\x5b\x40\x00\x4c\x67\xca\xe1\xe8\ +\x08\x3e\x80\x10\x05\x84\x2c\x31\x99\x4e\xca\xfb\x9b\xf7\xf2\xbb\ +\x9b\xf7\xf2\xd9\x2c\x35\x23\x58\xd2\x34\x82\xde\x95\x90\x18\x4f\ +\xb0\xb7\xbb\x5f\x10\x28\x77\xbb\x9d\xe0\xc9\xa7\x9e\x8c\x9e\x3c\ +\x71\x2c\x8a\xa2\x58\x94\x22\x84\x14\x11\x08\xbf\x04\x04\xb2\x34\ +\xc3\xee\xce\x36\x56\x57\xd7\x10\x84\x11\x86\xa3\x91\xb1\xeb\x3b\ +\x9d\xb6\x76\x04\x0a\xf3\x3d\x00\x81\xdd\xdd\x7d\x15\x30\x44\xf5\ +\x50\x1f\xa0\x77\x27\xd9\x10\x9a\x6e\x2c\xca\xd6\x14\x14\x00\x00\ +\x20\x00\x49\x44\x41\x54\x0d\xf5\x11\x8d\xcf\xb2\x0c\x51\x68\x63\ +\x21\xc8\x09\xaa\xa2\xfd\x4a\xbb\xae\x23\xac\x80\xf3\xe1\x3b\x95\ +\xaf\x41\x9c\x95\x29\x21\x55\x70\xa7\x28\x51\xca\xc0\x89\xfc\x13\ +\x5a\x22\xed\xd4\x6c\x96\x0f\xd5\x66\x08\xda\xc2\xd4\x0e\xad\xd2\ +\x43\x9a\x80\x35\x2e\xf1\x66\x32\x98\x6a\x53\x1c\x45\x88\xa2\x50\ +\x31\x60\x06\xb6\x1c\x10\x5a\xad\xb6\x89\xc9\xad\x08\x3e\xe0\x4c\ +\xc8\x32\x60\xf2\x90\xa9\x02\x00\x80\xea\xcc\x67\xce\x6d\xa4\x5b\ +\xdb\x07\xe5\x97\xbf\xfc\x6c\x2b\x0a\x02\x81\x00\x68\xb7\x5a\x41\ +\x92\x24\xc6\x2a\xe0\x82\x4f\x8d\x39\x72\xe4\x08\xc8\x73\x6b\xa7\ +\xe7\xba\xc2\xcb\x9d\x78\xce\x58\x3e\x77\x14\x0a\x36\xa4\xc7\x46\ +\x05\x4c\x28\x08\xa9\x65\xd3\x89\x74\xc8\x2d\x24\x20\x03\xdd\x99\ +\x14\xe2\x97\x52\x82\x56\xeb\x96\x06\x04\xa4\x5e\x38\x42\xd3\x79\ +\x82\x39\x21\x20\x4a\x33\x80\x68\x3a\x44\x51\x2a\xed\x2f\x42\x0d\ +\x40\xda\x26\x85\xe4\x5a\x53\x5f\xc3\x27\x90\x98\x2f\xa8\x7d\x0a\ +\x82\xe6\x46\xc0\xdc\xa3\xc8\x33\xec\xec\xed\x9a\xeb\x69\xf5\xa4\ +\xe9\x74\xa6\x17\xa0\x04\x8c\x4f\x41\x96\x08\x51\x60\x3a\x9d\x94\ +\x37\xaf\xde\xcc\xee\xdd\xb9\x9f\x13\xce\x5a\x46\x63\xbf\xa5\x33\ +\x4a\xe3\x1d\x4f\x26\xd3\xf2\xda\xe5\xeb\xe9\xcd\xeb\x37\xb3\x13\ +\x27\x4e\x44\x4f\x3f\xfb\x54\x1c\xc7\xa5\x28\x44\x0c\x29\x69\x31\ +\x98\x00\x45\x21\xb1\xb3\xbb\x8b\xb5\xd5\x55\x44\x61\x84\xd1\xe8\ +\x40\x45\x07\xce\x02\x74\x3a\x1d\x85\x91\xa5\xf2\x21\x94\xb2\x40\ +\x92\xc4\x98\x4c\x0b\x0b\x94\x52\x38\xc7\x66\x49\x77\x58\x60\x54\ +\x0c\x5c\x53\xe7\x52\xf9\x02\x4a\x1d\x27\x62\x86\xf7\x4a\x36\xe5\ +\x97\xd8\x15\x75\x2e\xfb\x42\xcd\xe3\x2b\xc1\x27\x65\x60\x62\x31\ +\x55\x9f\x95\xc2\x80\x00\x0d\xe9\x99\xb7\x68\x18\x07\x14\xf8\x07\ +\x0c\xae\x0d\xa0\xe8\x75\x09\x1d\xf6\xa8\xd6\x25\x0c\x23\x43\x4d\ +\x21\x69\xc3\x53\x5d\x46\x04\x01\xba\x9d\x2e\x86\xa3\x21\x88\x49\ +\x72\xe9\x17\x00\xda\x9d\xb6\x15\x71\xd1\x2c\xf8\xfc\xd2\x87\x4d\ +\xc1\xbc\x93\x77\xee\xee\x15\x3f\x7f\xed\x83\xc9\xfe\xfe\xa4\x14\ +\x00\x56\x56\x07\x91\x41\x70\x00\x82\x35\x8e\x6c\xfc\xc1\x60\x60\ +\x5e\x38\x69\x79\x18\x3b\x0d\x00\xea\x57\x5b\xb5\x21\xa3\xa4\xf5\ +\x6d\x14\x9b\x3d\x96\xec\x03\xeb\x63\xa1\x17\xfd\xd0\xb3\xcd\x40\ +\xe0\x43\xa8\x0c\x3b\xd9\xc7\xd8\x4d\x92\x38\x8d\xee\x7c\xe6\x5a\ +\xdd\x61\x28\x30\x5a\x48\x23\x55\x79\x9e\x53\xa0\xb8\xb5\xdf\x58\ +\x9f\x51\xdf\x3f\x74\x3a\xa3\x10\x6c\x39\x35\x2d\xf4\x14\x6e\x0b\ +\x08\x13\x86\xba\xbb\xb7\xa7\x25\x17\x88\xe2\x18\x81\x08\x31\x9d\ +\xce\x50\x16\x85\x16\x7c\xb2\xf1\x73\x08\x99\xe2\xd6\xb5\x1b\xe9\ +\x5b\xaf\xbf\x33\xb9\xbb\x79\x3f\x07\xac\xe0\x9b\xb5\x3b\xe8\x7b\ +\xd0\x33\x35\x1e\xab\xbf\xcb\xa2\x94\x1b\x1b\x1b\xd9\xbb\x6f\xbe\ +\x3b\xb9\xb7\x79\x37\x0f\x65\x8a\x00\xb9\x26\x71\x1a\xdc\x4a\x89\ +\xdd\xdd\x3d\x14\x65\x81\x20\x0c\x31\x1a\x1e\xa0\x2c\x0b\xcc\x66\ +\x53\xa4\x69\x86\xc9\x6c\xa2\x57\x3c\x96\x88\x5b\x09\x82\x30\xb0\ +\x8e\x51\xc0\xf8\x05\xd4\x31\xd9\xef\x6c\x6e\x01\xa7\xfa\x52\xdd\ +\x37\xcf\x94\xb3\x95\xa6\x26\xd3\x04\x19\x0b\xe1\x2a\xd1\xd2\x63\ +\xf4\xde\x19\x73\x66\xac\x40\x9a\xd1\x02\x1a\xb1\x02\x45\x6c\x02\ +\x96\xe3\x4a\x6a\x8b\xa5\x99\x34\xfd\x9d\xd8\x20\x75\x02\x32\x4f\ +\x5d\xc6\x00\x73\x6c\x18\x02\x75\x1a\x9d\xdf\xe9\x76\xc1\x6d\x79\ +\x23\x2c\xba\xb7\x44\x61\x88\xb8\x9d\x58\xe1\x37\x13\xf4\xfc\xfe\ +\x66\xfb\xfc\xc3\xa6\xb9\x00\x00\x00\xe3\xf1\x4c\xbe\xf6\xab\x0b\ +\xd3\x73\x1f\x6c\x66\xbd\x7e\x37\xac\x15\x7c\xc6\x00\xfa\x2b\x2b\ +\x8e\xb0\x13\xbd\xa7\x63\x95\x48\xb3\x6b\x4d\xe8\xd0\x5b\xc1\x3e\ +\xb6\x15\x7c\x0a\x30\xa1\x17\xab\xa2\xdd\x02\x33\x31\x46\xb2\x7a\ +\xe9\x5a\xe8\xf7\x63\x87\x78\x09\xa9\x2d\x2d\x13\x14\x62\x2b\xe9\ +\xf5\x13\x98\xc0\x4a\x94\x50\x7b\xc3\xa9\xf2\xf6\x43\x12\x0b\x0c\ +\xc8\xed\x6d\x5a\x41\xef\x44\x53\x40\xfd\xbe\xc2\x28\x04\xed\xbe\ +\x4c\xe3\xc5\xfb\x7b\xfb\x66\xe9\xb0\x30\x8c\x10\x86\x11\x66\xd3\ +\x29\xca\x42\x8d\x41\x0b\xa1\xcc\x86\x40\xe6\xc8\x66\x13\x79\xe6\ +\xad\x33\x93\x6b\x57\x6e\x66\x28\xad\x4d\xbd\x8c\xe0\x13\x58\x56\ +\x8f\xad\x83\x36\xcb\x72\x79\xe5\xc2\x95\xd9\x85\xb3\x97\x66\x28\ +\x52\x19\x09\xf2\x3b\xd8\xfa\xf7\xf6\xf6\x41\x8e\xdd\xe1\x70\x84\ +\xad\xed\x6d\xec\xee\xed\xe9\x21\x31\x2a\x26\xd0\xed\x74\x01\xc1\ +\x9c\x78\x0c\xec\x25\xec\x12\x5c\x04\xf6\x82\xd6\x4a\xa0\xf2\x52\ +\xa8\x8d\x53\xb4\xff\xc7\xac\x98\x2c\x48\x64\xed\xc2\x4a\xd4\x87\ +\x24\xfb\xdb\x76\x07\xc3\x35\x4c\x1b\x48\xdb\x2a\xac\x11\xa6\x22\ +\xe3\x3b\xa0\x8e\x43\x3f\x42\xe8\x51\x68\x2d\xf8\xb4\x1a\xb1\xa0\ +\x1e\x4b\x02\x2e\x00\x3d\xd2\xc1\x05\x5f\x32\xd0\x80\x04\x3a\xed\ +\xb6\x27\xf8\x30\xfd\x9e\x94\x67\xa7\x95\x04\xce\xcc\xdc\x26\xc1\ +\x17\xb6\xad\x0f\x93\x16\x02\x00\xa0\x28\xd9\xc5\x8b\x77\xb2\xeb\ +\xb7\x46\xc8\x32\x1b\xaf\xef\xc6\xec\x2b\x8d\xd7\xed\x76\x60\xc8\ +\xad\xd1\xf2\x54\x1e\x95\x65\x96\x03\x41\x3a\xd2\x82\x8a\x23\xbc\ +\xe6\x83\xd0\x31\x6d\xcc\xc9\x04\x9d\xbd\x10\x73\x4e\x92\x73\x54\ +\x30\x27\x8e\xf1\x6a\x6a\x3b\x5f\xdf\x4d\x4f\xaf\x35\x36\xbc\x6e\ +\x2f\xbd\xdf\x2c\xcb\x41\xc3\x7b\xb4\x28\x65\xa0\x69\xa4\x89\x55\ +\x27\xa7\xa1\x6e\x0e\xcc\x73\xc1\xb4\x35\xd4\x13\x7b\x88\x19\xa4\ +\x59\x8a\xe9\x74\xa2\xcd\x89\x10\x71\x14\x21\x4f\x33\x14\x05\x09\ +\x93\xa2\xcc\x21\x32\x4c\x46\xc3\xf2\x9d\x37\xde\x9f\x0c\x87\x23\ +\xb3\x2b\x18\x17\x7c\x38\xdf\xa3\x2a\xf8\x64\xb7\x09\xfe\x0e\x58\ +\x1b\x03\xd0\xa4\x16\x81\xdd\xad\xed\xfc\xcc\xbb\xe7\xa6\xd9\x6c\ +\x2a\x63\x91\xd9\xef\xa3\xbf\xdf\xee\xde\x1e\x82\x30\xc4\x2c\xcb\ +\x90\xe5\x05\xa6\x5a\xfb\x9b\xf7\x2f\x55\x68\x76\x92\xb4\xcc\x77\ +\xa6\xcf\x48\x2b\xec\x0a\xca\x27\x56\xa0\xdf\x9c\x34\xdf\x5f\xf5\ +\x9b\x82\x82\x9b\xa4\x1d\xe3\xa7\xc8\x06\x53\x37\x25\x42\x72\x29\ +\x6d\xbf\xd1\xc2\x6e\x40\x80\xd5\xa1\x10\x43\xd8\x63\x6a\x05\x03\ +\x1b\xee\x50\xa4\x6d\xc2\x0d\x2b\x00\x1c\xed\x4f\x81\x1f\x92\x86\ +\xb8\x49\xc0\x9d\x63\xa0\xd5\x6e\x7b\x82\x2f\xe0\x54\x23\x80\xb8\ +\xd5\x12\xcb\x08\xbe\x29\xf3\x90\x69\x29\x00\xa0\x24\xa2\x56\x78\ +\xed\xd6\x08\xf7\xb6\xa7\x26\x0e\x9c\x3f\x63\xab\x95\x20\x8a\x62\ +\xab\xfd\x00\xe7\x18\xb0\xb4\x89\x1e\xdd\x61\x05\xa6\xe3\x4a\x76\ +\x8d\x1d\xa6\x52\x2b\xe0\xe8\x7a\x20\xec\x47\x96\xec\x05\x51\xa7\ +\xd2\x48\xad\x79\xae\xd2\xd4\xe4\x39\x95\x42\x33\x80\xc0\x1e\x6b\ +\x26\x01\x21\x00\xed\x6c\x22\x80\xc9\x75\x30\x0e\x84\x30\x51\x6d\ +\x52\x7f\x04\x09\x28\x16\x01\xeb\x04\x32\x5d\xda\xc8\xa0\x40\x10\ +\xaa\x95\x7b\xec\xf6\x66\x12\x7b\xbb\x7b\x80\x50\xbb\x12\xc7\x51\ +\x8c\xa2\x90\xc8\xb2\x14\x3c\xf4\x34\x12\x19\x46\xc3\x61\xf9\xde\ +\x3b\x67\x27\x79\x9e\xa9\x3e\x42\xca\x46\xb7\x89\x77\x58\x7b\x5c\ +\x27\xf8\xc2\x79\x9f\xd4\x01\x48\xf0\xc9\x24\x90\x10\x62\x32\x1e\ +\xcb\xb3\xef\x9e\x9b\x66\xb3\x99\x8c\x02\xbd\x85\x99\x7e\x3f\x59\ +\x9e\x63\x7f\x7f\xa8\xa6\x14\x6b\xd9\x99\x4c\xa6\x6a\x8e\x04\xbd\ +\x57\x40\x6d\x02\x6b\x75\xa4\x01\x92\x92\x09\x3e\xb4\x63\xd4\xa5\ +\xee\x42\x4f\xdc\x92\x3a\xd4\x58\xbf\x51\x61\xd7\xe7\x73\x04\x9c\ +\xeb\x7d\x69\x69\x38\xb1\x02\x2e\xb0\xd0\xf3\x44\xc8\x11\x29\x35\ +\xc0\x18\x3e\x22\x58\x6d\xe4\x44\x94\xb0\x00\xaf\x8f\x8d\xe0\x1b\ +\x73\x42\x53\x08\x5a\xd0\x86\xf9\x1e\xb8\x66\x87\x04\x92\x38\x46\ +\x93\xe0\x93\x50\x27\xed\x98\x3e\xdd\x7c\xc1\x37\xfd\xed\xe1\xd2\ +\x03\x01\x40\x7f\xd0\x8b\xa4\x04\x76\xf6\x52\x5c\xbb\x75\x80\xc9\ +\xc4\x2e\xe6\x01\x08\xf4\x57\x56\xe0\xd0\x2c\x93\xac\x6e\xa7\x21\ +\x3d\x63\xc9\x09\x5e\x46\xf5\x04\x62\x0b\x82\xb4\xa5\x60\x28\x67\ +\x04\xc8\x76\x28\x1b\x61\x03\x35\xae\x4f\xf4\x3e\x14\xc6\x09\xe4\ +\xbc\x69\x76\x3f\x1a\xee\x11\x80\x62\xeb\x52\xea\x79\xe7\x01\x68\ +\x9d\xbe\x42\xb3\x96\xc0\x36\x8a\x6e\x66\x59\x0e\xb4\x90\x49\x12\ +\x4e\xfa\xfa\xaa\xed\x4a\xfb\x93\x00\x0a\x1c\x1c\x4c\x90\xeb\x1d\ +\x66\x42\x3d\xdf\x3f\x4d\x67\xb0\xe0\x06\x84\xc8\x31\x19\x8f\xcb\ +\xf3\xef\x9f\x9f\x94\x79\x3e\x47\xf0\x51\x73\x4c\xef\x97\x0b\x3e\ +\xf9\x5e\x44\xa3\xe0\x93\x12\x07\x04\xd2\x74\x26\xcf\x9f\xf9\x60\ +\x5a\xe6\x99\x0c\x85\x05\x7c\x08\x60\x32\x9d\x60\x96\xa6\x6a\xf2\ +\x92\x50\x5e\xfb\x22\x53\xcb\xba\x4b\xad\x59\x83\x30\x44\x14\xc7\ +\xa0\x4a\x99\x98\x9a\x2d\xc6\x38\x8d\x77\xfa\x85\xce\x2b\x0a\xb6\ +\x3f\x42\x09\x14\x05\x90\xe7\x40\x9a\x85\x48\x33\x81\xac\x08\x91\ +\xa6\x21\x66\x33\x81\x69\x1a\x60\x96\x87\x98\xa5\x21\x66\x79\x88\ +\x34\x8f\x90\xe7\x21\xb2\x3c\x40\x81\x10\x45\x2e\x74\x88\x31\xf9\ +\x27\xa4\x23\x4c\x92\x4b\xa9\x20\x36\x22\x8d\x32\x21\x90\xa5\x7d\ +\x08\x25\xf5\xf5\x52\xda\xa9\xc4\x06\x50\x4c\x35\x6c\xbb\x33\x85\ +\x0b\x51\xa8\x62\x26\xea\x04\x9f\x8e\x5b\x71\x22\x96\x11\x7c\x6a\ +\xd3\xc3\xa6\xda\x51\x80\xa6\xb4\xb2\xd2\x0f\xe9\x38\xcd\x4a\x5c\ +\xdf\x38\x40\xbf\x17\xe3\xc9\x63\x1d\xc4\x11\xb0\xd2\xef\x83\x3a\ +\x14\x8f\xde\x23\x2d\xe1\x28\x76\x2d\x08\x0a\x64\x19\x2b\x60\xd7\ +\xaa\xe7\x52\xc7\x34\xc5\x57\x5d\x6a\x3d\xfe\x66\xa8\x47\x28\xd1\ +\x29\x21\x4c\x40\x87\xb1\x03\x4a\xe2\x0b\xc2\x8c\xf1\x02\x30\xe6\ +\x1a\xc3\x1e\xfd\x92\xad\xe6\x28\x8b\xdc\xbc\x64\xae\x51\xac\x8d\ +\x07\x13\xf7\x4f\x53\x4a\x39\xec\x0b\xc0\xcc\xe9\x57\x90\x1e\xa2\ +\x28\x4b\x8c\x86\x43\xb3\x10\x45\x18\x86\x7a\x4f\x44\x1b\xd5\x17\ +\x88\x02\x28\x72\x79\xfe\xfd\xf3\xb3\x99\xb7\xb7\x00\xc7\x4c\xf6\ +\x97\xa5\xfd\xce\x31\x0b\xd4\x02\x21\x3e\x07\x5f\xc1\x2d\x1e\xf6\ +\xde\xd5\xf1\x64\x32\x95\x17\xcf\x5f\x9e\xbd\xf8\x3b\xff\xa2\x2d\ +\x44\x0b\xd0\x6b\x25\x06\x10\x18\x0e\x47\x38\x76\x6c\xdd\x84\x63\ +\x8f\xa7\x13\x0c\x92\xc4\x60\xad\x80\x40\xbb\xdd\xc6\x30\x1b\x6a\ +\x05\x6a\x17\x4d\x91\x12\x48\x73\x35\x74\x9b\x97\x02\x45\xa9\xfc\ +\x02\x45\x21\xd5\xdf\x85\xdd\xc9\xe7\xc8\xd1\x04\x81\x08\xcd\x73\ +\x09\xf6\x7c\x04\x5e\x46\x56\x74\xa2\x88\xc0\x80\x65\x52\x1e\x81\ +\x76\x00\x89\x28\x52\x5d\x24\x08\x4a\x84\x21\x10\x40\x22\x0c\x24\ +\xa2\x50\x22\x08\x4a\xf3\x9d\x85\x10\x6c\x14\x82\x2d\x42\xaa\xce\ +\x42\xb0\xf5\x4b\x65\x29\x11\x44\xfa\x51\x75\xb7\xa5\x98\x05\x02\ +\x9a\x24\x4e\x30\x2d\xa7\xa6\x8f\xf0\xfe\x02\x01\x44\x49\x6c\x75\ +\x7b\xe5\x9b\xd7\xf4\x85\x87\x4c\x4b\x03\x40\xa7\xd3\x0a\xe2\x24\ +\xae\x30\x86\xd1\x41\x86\x83\x71\x8e\x23\xab\x09\xbe\xf8\x3b\x3d\ +\xab\x1c\x49\x13\x00\x8e\xe0\xf3\xbd\xdd\x38\x38\xd0\x75\x66\x16\ +\x18\x37\x1b\x20\xbd\xd5\x70\x05\xec\xa4\x72\x58\x2d\xaf\x05\x1c\ +\x80\x71\x1a\x99\xb1\x7a\x6a\x8b\x9e\xad\x27\x00\x3d\x1d\x97\xc6\ +\x77\xe9\x4e\x70\x5e\x72\xc9\xec\x39\x9a\x93\xa0\x06\x0a\xec\xa8\ +\x85\x51\xf6\x52\xb8\x53\x89\x01\x40\x48\x43\xff\x89\x96\x4e\xc6\ +\x13\xb3\x2e\x7e\x14\xc6\xca\xcc\xd0\xdb\x59\x49\xa1\xc6\x99\x43\ +\xe4\xb8\x78\xf1\x72\x3a\xd6\x2b\xc4\xf8\x1f\x7b\xde\xf0\x1e\xbd\ +\xf4\x0f\x23\xf8\xfc\x66\xfb\xbb\x7b\xe5\x9d\xdb\x77\xb3\x13\x4f\ +\x1f\x8f\x73\xb4\x41\x54\x38\xcf\x0b\x4c\xa6\x53\xb4\x5b\x6d\x50\ +\x18\x6f\x96\xa5\x88\xe3\x18\x25\x22\x94\x19\x50\xa2\x83\xbd\x83\ +\x09\xc6\x53\xb5\x73\x70\x56\x08\xe4\x85\xa1\x49\xfa\x9e\xcc\xaf\ +\x04\x80\x4f\x6f\x13\x42\x62\x32\x49\xd5\x70\x23\x75\x26\xdd\x69\ +\x78\x3f\xb2\xdf\x48\x7f\x37\x3d\x09\x89\xa2\x07\x85\xe0\xab\x29\ +\x69\x81\x06\x90\xe5\xf4\xdc\x96\x69\x52\x3b\x24\x80\x30\xd4\x80\ +\x20\x4a\x84\x61\x89\x30\x28\x11\x07\x12\x22\x28\xec\x1b\xd5\x71\ +\x24\xac\x19\x8e\xc6\x27\x70\xe2\x4b\x90\xb7\xda\x6d\x3d\xad\x5b\ +\xbf\x7b\xf3\xd5\xd4\xff\x92\x56\x22\xe6\x09\x3e\xdd\x5b\xb2\x6f\ +\xff\x30\x69\x69\x00\xe8\xad\xf4\x1b\xcb\x4a\x29\xb1\xbd\x3b\x43\ +\x11\xac\x43\x8a\x3e\x50\x8e\x20\x04\xf4\xbc\x6c\x3b\x47\xdf\x2e\ +\xe5\xc5\xfd\x00\xd0\x1a\xc1\xd2\x70\xa2\x90\x36\xd2\x8e\x1c\x6d\ +\x30\x14\x5b\xe8\x88\x3d\xb3\xae\x7d\xe9\xbc\x69\xf3\x01\x4d\x32\ +\x80\x20\xed\x3d\xd8\x86\x11\x00\x81\x86\xba\x23\x61\x96\x72\x00\ +\xaa\x32\x36\xb4\x53\x6a\x64\xb7\x4b\x47\x07\x00\x0a\x30\x07\xa7\ +\xa0\x30\xdd\xc0\x74\x28\xda\x10\x74\x32\x19\x43\xb0\x79\xf8\x69\ +\x3a\xb3\x5e\x6e\x00\x01\x72\xec\xef\xee\x17\x77\x6e\xdf\xcb\x5d\ +\xc1\x9c\x27\xf8\xf4\x36\x17\x09\xbe\xd6\x67\x4d\x82\xcf\x7e\xf8\ +\x35\xb7\x6e\x6c\x64\xeb\xc7\x8e\x84\x51\x2b\x0a\x72\x19\x29\xda\ +\x5f\x94\xb8\x73\x67\x0f\xeb\x4f\x76\x31\x99\xe4\x48\x33\x89\x20\ +\x2e\xb0\xba\x7a\xd4\xcc\x14\x15\x42\x60\x34\xeb\x62\x77\x6f\xd7\ +\xb1\x9e\x00\xbb\xd1\x0b\x77\x0a\x13\xb8\xd8\x49\x42\x40\x9a\x66\ +\x6a\xbb\x6d\x7d\x2e\xd4\x42\x26\x8d\x40\xdb\xe6\xfb\xd7\x2a\x81\ +\x54\x9d\x86\x2b\x1b\xeb\xe3\xe1\xe7\x2c\x6b\xa5\xfe\x52\x14\x02\ +\x52\xaa\x00\x6b\x91\xdb\xbe\xa2\x98\x43\x8e\x38\x94\x88\x82\x1c\ +\x51\x58\x9a\x89\x64\xe6\x3e\x60\xc7\x0e\xd5\x07\x5a\x09\x1b\xe6\ +\x43\xb5\xaf\x86\x61\x28\x54\xbc\x04\x05\xc4\xd9\x8f\x41\x82\x2f\ +\xbd\xfc\x87\x49\x4b\x03\x40\xb7\xd7\x5e\xe8\x2f\xe8\x74\xba\x90\ +\xa2\x0b\x19\xb4\x21\x30\x81\x28\x0e\x9c\xe5\xbb\x2c\xa5\x07\xd3\ +\xf2\x82\x05\x4c\xe9\x47\xd2\xe5\xf8\x92\x43\xd6\xc9\xe6\x46\xec\ +\xe9\xf8\x31\xb5\x1d\x57\x41\x93\x88\xe8\x7f\x0a\x31\x84\x46\x67\ +\x29\xa4\xf5\x17\x08\x75\xce\x06\xeb\x40\xdf\x2f\x30\x0e\x4e\x40\ +\x9a\x40\x1c\x6b\xd7\x33\x01\x33\xd5\x29\x18\xa0\x0f\x46\x9b\x67\ +\x96\xa5\x44\x14\x69\x07\x21\x54\xc7\xcc\x32\xbd\x05\x1a\x60\x6c\ +\xff\x2c\x2f\xf4\xed\xa4\x6e\x6f\x81\xcb\x17\xae\xa4\x8b\xb5\xbc\ +\x2f\xf8\xf6\x85\x2d\x23\xf8\xee\xf5\xf6\x87\x5f\x93\xa6\x85\xdc\ +\xdd\x1b\xc9\xbd\x9d\xb1\xbc\xb9\xb1\x3f\xfd\xe2\x57\x7e\xaf\xbb\ +\x73\x90\xe0\x60\x56\x20\xcf\xd5\xb7\x7c\xee\xb9\x36\x06\x83\x55\ +\x1d\xb8\x33\x45\x6f\xa5\x74\xc2\x84\xbb\xbd\x1e\x76\x76\x77\xf5\ +\xe3\x49\xf0\x09\x3b\x04\xb7\x76\xe7\x65\x83\xe1\xba\x9f\x40\x6f\ +\xf6\x69\x35\x77\x51\x4a\xb5\x46\x01\x69\x55\xc3\x36\x85\xb9\xd6\ +\xb0\x05\x08\x07\x04\x9c\xbc\x25\x41\x80\x03\x09\xbd\xa2\xa2\x10\ +\x28\x44\x8c\x2c\x07\x82\xa0\x05\x21\x80\x28\x28\x10\x86\x12\x49\ +\x98\x21\x0c\xc1\x14\x05\xac\xb0\x4b\xe5\x40\x8c\xe3\xb8\x56\x49\ +\x99\xaf\x29\x80\x20\x0c\x44\x59\x94\x86\x66\x52\xbe\x89\x85\x60\ +\xf9\x0f\x9b\x96\x06\x80\x56\xbb\x15\x2e\x2a\x93\x24\x09\x00\xad\ +\x9d\x65\x17\x32\xec\x40\xca\x29\x84\x18\x03\x32\x37\x94\x99\x6b\ +\x76\x82\x49\xa9\xe9\x3d\xe8\x25\x13\xc2\x31\xad\x4b\x8b\x7c\x28\ +\x94\x17\x26\x00\x84\x2f\xea\x61\xde\xa8\x9e\xdd\x67\x57\xe9\x83\ +\xf9\xc8\x10\x30\xe3\xd6\x5c\x2d\x48\xe8\x8f\xa6\xa9\x63\x59\xd8\ +\x91\x00\xc6\xec\x19\xa0\xd8\x7a\xc9\x13\x2c\x60\x17\xa4\x0c\x44\ +\xc0\x76\x06\x52\x1d\x6d\x32\x99\xd8\xc5\x39\x82\x50\x4f\xac\xd1\ +\x6d\x17\x02\x81\xcc\xb0\xb3\xbd\x5b\x8c\xc7\x8a\xfa\x7f\x18\xc1\ +\xa7\xd7\x6b\x20\x8b\x09\xbb\x2f\xf8\x93\xf1\x4c\x6e\x6f\x8f\xca\ +\x9d\x9d\x91\xdc\xda\xda\x93\x5b\x3b\x07\xe5\xf6\xd6\xbe\x3c\x18\ +\xcf\xcc\xeb\x0b\x84\x40\xdc\x3b\xda\x5a\x59\x3f\x11\x16\x65\x62\ +\x3a\xde\xde\xee\x2e\xd6\xd6\xd6\xcc\x7c\x87\xc9\x64\x8c\x7e\x7f\ +\xc5\x50\xf4\x38\x4e\x10\x04\xa1\x09\x0f\x2e\x4a\x1b\xd3\x41\x65\ +\x0a\x69\xd7\x0d\xe0\x26\x61\x29\x01\x99\xdb\x85\x63\xe8\x5c\xc1\ +\x6c\xea\x3a\x10\xb0\x4a\xc0\xe6\x11\x43\x70\xf2\xf4\x0b\xe0\x20\ +\x00\xb0\x72\x42\x98\xc0\x31\xaa\x57\x50\x3f\xd1\x2f\x98\x4c\x8b\ +\xac\x08\x51\x94\x02\x69\x16\x23\x93\x31\x92\x48\x42\x88\x14\x91\ +\x98\x21\xe4\x46\xad\x94\x2a\x50\xca\xde\x1e\x46\xc0\x8d\x6c\x00\ +\x71\x1c\x62\x56\x5a\x05\x54\x2b\xf8\xfc\x3b\x3e\x44\x5a\xde\x07\ +\xd0\xed\x2c\x64\x00\xed\x76\x1b\x26\xa2\x8f\x84\x5a\x74\x20\x45\ +\x07\x90\x33\xc8\xe2\x00\x12\x6a\x48\x8d\x6b\x7c\xed\x4f\x75\x84\ +\xda\xa0\x23\x7d\x74\xfa\xdb\x88\x12\xf4\xaa\xbc\x25\x63\x12\xc4\ +\xbb\x60\xd7\x7d\x87\x34\xd3\x76\x29\x99\xd0\x5d\xb3\xba\x85\x0d\ +\x3b\xd6\xf3\x42\x21\x20\xcc\x90\x93\x61\x00\xd2\xde\xdd\xd8\xf4\ +\xb0\x75\xa9\x3e\x43\x81\x2b\xea\xba\x30\x88\x74\xec\xba\x2a\x43\ +\xcb\x5f\x41\xd3\xe3\xac\xc8\x35\xf8\xa8\x3a\x03\x48\x6c\xdc\xdc\ +\xc8\x96\x11\x7c\xc3\x6e\x74\xf2\xb5\xbe\x81\x06\xd6\x49\xa6\x93\ +\x99\xdc\xda\x19\x96\xdb\xdb\x07\x72\x7b\x6b\x4f\x6e\xed\x8c\xca\ +\xad\xfb\xfb\x72\x32\xcd\x1c\x65\x54\x97\x4a\x29\xf1\xde\xa9\xd3\ +\xd3\x3f\xfb\x8b\xa3\x3d\x20\x36\xcd\xd8\xdf\xdf\x03\xa4\x44\xa8\ +\xc1\x6e\x36\x9d\xa2\xdf\xef\x53\x8b\x01\x00\x9d\x4e\x07\x23\x33\ +\x8f\xc0\xce\xec\xf3\x19\x81\x01\x2d\xfa\x1c\x5a\xe8\xd2\x2c\x47\ +\x2b\x89\x59\x9d\xb6\x0e\x8a\xcd\x22\xc1\x6c\x02\x01\x0e\x38\x7e\ +\x1e\x07\x01\x9b\xc7\xea\x43\x3d\x08\xd0\xe6\x21\x86\xb9\xe8\x69\ +\xc4\x80\x40\x5e\x86\x90\x32\x44\x8a\x0e\xc2\xa0\x40\x24\x52\xc4\ +\x51\x06\xa0\xd4\xec\x0f\xe0\x82\xcc\x7d\x4a\x80\x40\x14\x45\x62\ +\x96\xa6\x72\x9e\xe0\x7f\x18\xed\x0f\x3c\x00\x00\xb4\xbb\xed\xa5\ +\x19\x00\x25\xc7\x11\x28\x5a\x28\x10\x22\x17\x09\x44\x39\x85\x40\ +\x8a\x40\xe4\xcc\xfb\x6f\x81\xc3\x5c\x0f\xd8\x5d\x58\x15\xd4\x5a\ +\x3b\x4a\x4a\x45\xa7\x0c\x72\x42\x4f\xf0\x51\x20\x40\x8a\x1d\x9a\ +\xf3\x0a\x9d\x2f\xa1\x87\xbf\x24\x50\x6a\x96\x50\x92\xe1\x68\x22\ +\xb6\x02\x40\x96\x76\x77\x17\xa3\xfd\x75\x5b\xb9\xd3\x90\x68\x80\ +\x06\x07\xe3\x1c\x94\xd0\x6b\xf1\xe9\x4e\x52\xea\x4e\x5b\xaa\x70\ +\xd9\x28\x52\x23\x03\xb9\xd9\x11\x59\x40\xc8\x02\x69\x9a\xca\xfd\ +\xbd\x91\xf1\x30\x99\x4f\x6c\x8e\x97\x13\xfc\xd1\x78\x2a\x77\x77\ +\x46\xc5\xf6\xce\x81\xdc\xbe\xbf\xaf\x04\x7d\x7b\x5f\x4e\x97\x10\ +\xf4\x79\xe9\x83\x33\x97\x66\x7f\xfa\xb5\xaf\x76\xa3\xa8\x10\x05\ +\x68\xc5\x62\x89\xe1\x68\x1f\x83\xc1\x40\x6d\x8f\x36\x9b\x12\x0e\ +\x9b\xf3\xed\x76\x0b\xa3\xd1\xa8\xf2\x8d\x7d\x46\x00\xcd\xd8\xc8\ +\x54\x31\x1a\xbf\x28\x50\x94\x11\xc2\x80\xf7\x13\x65\xc2\x29\xa3\ +\x8b\x33\xc0\xe5\x40\xc0\xf4\x11\x06\x02\xb5\x2c\x41\xe7\x71\x10\ +\xa0\x8b\xb9\x63\xd1\xdc\x53\xaf\x90\xc4\x83\x94\x8a\x32\x44\x29\ +\xba\x48\x53\x89\x28\x2c\x31\xcb\xc7\xc8\xb3\x02\x71\x12\xd9\xfe\ +\xe2\x09\x78\x10\x45\xc2\xb0\x64\xfe\xc5\x05\xff\xfa\x8f\xc8\x04\ +\x68\xb7\x5b\x73\x19\x40\x14\x45\x88\xe3\x78\x5e\x11\x00\x80\x94\ +\x01\x4a\x74\x00\xd9\x01\xa4\x9a\xbb\x2e\xc4\x0c\x02\x05\xd3\xf2\ +\x30\x2a\x40\x04\x76\xe7\x1f\xbd\x55\x90\x2e\xa0\x3e\x80\x41\x64\ +\xc9\x35\x88\xee\x44\xb4\xd0\x08\xa0\x5f\x9a\x55\x31\xb4\xcd\x94\ +\x02\x13\x18\xdb\x4c\xe8\x4e\x25\xf4\x14\x65\x01\xa8\xc9\x3d\x25\ +\xe7\x1e\x12\x14\x41\xa6\x3a\x29\x09\x9f\x8d\x38\x13\x02\x9a\xd2\ +\x2a\x2f\x81\x08\x80\xe9\x34\x55\x00\xa4\xd7\xf5\xcb\x4b\xa6\x69\ +\x20\x10\x09\x89\x7b\xf7\xb6\xf3\x65\x05\x1f\x90\xd8\xdf\x9f\xca\ +\x9d\xed\x03\xb9\xb3\x37\x94\xbb\xdb\xa3\x72\x6b\x7b\x24\x77\x76\ +\x86\xe5\xcc\xac\x5a\xf4\xd1\xa6\xe9\x6c\x26\x37\x6e\x6d\x66\x4f\ +\x3f\xd7\x49\x0a\x16\x46\x72\x30\x1a\xe2\xc8\xda\x1a\x4a\x65\xa4\ +\xa1\x28\x73\xc4\x51\xac\xdf\x8b\x50\x4e\x2f\xfd\x76\x94\xf0\x09\ +\xf3\x5b\xc7\x08\xc8\x3f\x40\x33\x85\xf3\xbc\x40\xab\xe5\xda\xf7\ +\x1c\x48\xd4\xf2\xdc\xd6\x64\xe3\xe0\xc1\xd8\xbc\x23\xf0\xa5\xe3\ +\x44\x24\x60\x98\xc7\x12\x60\x94\x8e\x25\xe4\xb2\x32\xba\x40\xda\ +\xbc\x3e\x09\xe4\x45\x88\x49\xda\xc6\x4f\x7f\x79\x01\xc7\x9f\x5c\ +\xc1\x73\x27\x8f\x62\x75\xb5\xcb\x98\x80\xea\xcf\xce\x32\xed\xea\ +\x45\xd6\x0b\xbe\x10\x78\xd8\xb4\x34\x00\x44\x51\x38\xf7\x2e\x41\ +\x10\xe8\xa9\xa1\xae\xe6\xe7\xc7\x1c\xfd\x55\x5e\x84\x5c\x86\x90\ +\x65\x1b\x40\x81\x00\x6a\x11\x0b\x01\x1d\x60\xa4\xb5\xb3\xbb\x6d\ +\x93\x5e\x79\x97\xfa\x1e\x51\x7d\x42\x00\xf2\x07\x40\x56\xbc\xfc\ +\x60\x7b\xc0\xd1\xf2\xd1\xdc\xde\xb0\xf4\x4e\xb5\x99\xd6\x16\x28\ +\xe9\x7e\x26\x6a\x45\x0b\x3c\xc8\xbf\x40\x6b\x0d\xda\xa1\x3f\xa9\ +\xc3\x7b\x95\x00\x2b\xe7\xa0\x0a\x97\x05\xa4\x50\x61\xc1\x85\x9e\ +\x5e\x6c\x6a\x14\x05\xf6\x76\x87\x05\xa1\x3e\x7d\xe2\x3c\x2f\xb0\ +\xbf\x3f\x96\xbb\xdb\x07\x72\x7b\x77\x54\x6e\xef\x0c\xe5\xde\xce\ +\xa8\xdc\xd9\x1d\xcb\x5c\x2f\x4b\xfe\x28\xd3\xad\xeb\x1b\xf9\x33\ +\xcf\x3f\x9b\x98\x70\x58\x00\xa3\xd1\xc8\x38\x7c\x05\xd4\x8e\x4f\ +\x49\x4c\x66\x82\x44\x92\xc4\x20\x8f\xbf\x33\xc4\x5b\xc3\x08\x48\ +\xa0\xd4\xdf\xea\xe3\xa8\x29\xd1\xba\x84\x16\x50\x23\xf0\x44\xbf\ +\x25\x0c\x80\x58\xbf\x80\xfd\xae\x75\x02\xbf\x08\x04\x38\x68\xb8\ +\x02\x08\x70\xfe\x49\xca\xc7\x0c\x3f\x96\x12\xa1\xc7\x99\xf9\xb3\ +\xc6\x71\x8c\xb2\x94\xb8\xbd\xb9\x8f\xdb\x9b\xfb\x18\xf4\xdb\x78\ +\xf6\x53\x47\x71\xf2\xc4\x9a\x61\x18\x76\x57\x2c\x57\xf0\xcd\xff\ +\x05\x3b\x7e\xc8\xb4\x34\x00\x04\xc1\x62\x00\xa0\x2d\xba\xed\x0b\ +\x9c\x43\xef\xbd\x3c\x29\x43\x94\xe8\xa0\x28\xdb\xaa\x80\xcc\x11\ +\x20\x45\x10\x16\x80\x4c\x15\x01\x20\x1d\x1e\xaa\xaf\x2d\x21\xd4\ +\xf4\xdc\x42\x0f\xc6\x69\x21\x25\xad\x6d\x95\xb5\x9e\x7e\xca\xdb\ +\x45\xec\x41\x53\x77\x49\xaa\xc6\xd0\x7b\x18\x70\xb0\x36\xbe\x00\ +\xcc\xc0\x9f\xd1\x67\x30\xeb\xd2\xab\x27\x33\x14\xd6\x04\x7e\xe8\ +\xde\x91\xe6\xca\xde\x0f\x74\xa5\x76\x7b\x69\x15\xd0\x94\xce\x0a\ +\x9c\x3f\x73\x35\xbf\xbb\xb5\x57\x0e\x77\x0f\xe4\xee\xf0\xa0\xdc\ +\xde\x1e\xcb\xd1\x70\x2c\x4b\x53\xff\xe3\x4f\x9b\xb7\xee\x64\x82\ +\x36\x2c\xd4\xd8\x9b\xce\xa6\x08\x83\x40\x6d\x88\x22\x04\xb2\x2c\ +\x45\xa7\xd3\x36\x1d\x35\x08\x03\x84\x51\x80\x22\x2f\xc0\x03\x82\ +\x00\x9f\x11\x54\xcd\x02\x41\xbe\x21\x92\x32\x93\x57\x05\x01\xc7\ +\x1e\x5f\x00\x02\xd6\xb2\xf4\xf2\x18\x30\xf9\x00\x41\xe6\xa7\xf5\ +\x07\x68\x88\xf2\x9c\x82\xc4\x02\x9a\xe4\x80\xcb\x02\x00\xec\x8f\ +\xa6\x78\xff\xec\x06\x2e\x5c\xbe\x87\xe7\x3f\x75\x14\xcf\x3e\x7d\ +\xd4\xdd\xab\xa3\x49\xf0\x3f\x84\xf6\x07\x1e\x08\x00\xe6\xdf\x29\ +\xa4\x60\x17\xb8\x0f\xca\x1f\x9e\xd2\x22\x90\x50\xf3\xc3\x43\x14\ +\xe8\xe8\xa1\xa6\x1e\x20\x0b\x04\x22\x43\x20\x4a\x75\x1c\x14\x10\ +\x65\x8e\xb2\x14\xc6\x34\x10\x00\x24\x85\x02\x43\x6d\xf2\x60\x50\ +\xc0\xe1\x82\x56\xcb\x0b\xa2\xf7\x24\xb5\x7a\xcb\xec\x52\x0a\xd6\ +\xe1\x28\x49\xa6\xf5\x75\x1d\x5a\xc3\x71\xea\x49\x83\x93\xe6\x52\ +\x8d\x34\xe9\x2c\xc7\x68\x52\xa0\x28\x04\x04\x32\x6c\xde\x1b\xe2\ +\x60\x92\x61\x3a\x2b\x90\xa7\x33\x14\x93\x1d\xf9\x8d\x6f\xfe\x72\ +\x86\x43\x9e\xb6\xef\xef\x14\x42\x40\xef\xa0\x10\xe8\x18\xfd\x12\ +\x69\xa6\x37\xf7\x90\x92\xf9\x6e\x00\xd2\xe3\x51\x18\x2a\x4d\xce\ +\x76\x15\xae\x32\x02\xcb\xda\xb8\xfd\x5e\x96\x6a\xd9\xb0\x90\x70\ +\xda\x68\x7a\x95\x07\xb8\x82\x4f\xce\xc1\x79\x20\x60\x98\x86\xa8\ +\xc9\x83\xdb\x1f\xfd\xa0\x23\x0e\x02\xf4\x7d\xb9\x53\xd0\x3c\x79\ +\x0d\x70\x4b\x29\x0d\x5b\xf6\xd3\x6c\x96\xe1\xfc\xc5\x3b\xb8\x74\ +\xe5\x1e\x66\xc3\x9d\xe2\xe4\xf1\x01\x3a\xbd\x56\xa3\xe0\x7f\x58\ +\x10\x58\x1e\x00\xc2\xf9\x83\x00\x4d\x0f\xe4\x27\x5f\xd0\xb9\x49\ +\x30\x2f\xaf\x44\x00\x29\x5b\xc8\xb5\x02\x96\xb9\x84\x8a\x2a\x2c\ +\x21\x64\x0e\x81\x02\x41\x28\x95\x8f\x20\x94\x10\x65\x01\x21\x98\ +\x13\x4f\x2b\x77\x3b\x43\xc7\x86\x06\x03\x70\x02\x77\x94\x46\x56\ +\x02\xae\xb6\xc0\x26\x3b\x9f\x79\xfc\x99\xd3\x21\x2f\x54\xe7\xcc\ +\x0b\x20\x2b\x80\xbc\x28\x51\x14\x42\x3b\x78\x02\xa4\x85\x3a\x77\ +\xf1\xd2\x18\x93\xc9\x14\x61\x18\xa2\xd5\xee\xe0\xee\xfd\xa9\xde\ +\x59\x48\x20\x84\xc4\x78\x34\x7e\xf4\x7c\xfe\x21\xd2\x78\x32\x95\ +\x79\x96\x4b\x11\x4b\x8a\x81\x03\xa0\xf6\x79\x08\x43\x65\xf6\x48\ +\xb3\xe6\x20\x40\x34\x4a\x99\xc7\x44\xab\x00\x80\x99\x75\xd2\xc6\ +\x57\x38\xca\x41\x0b\x1e\xed\xc0\x54\xb0\x65\xc6\x49\x58\xf9\x90\ +\xa0\xa5\xed\xda\x39\xd8\x00\x02\x06\x2c\x18\x08\x54\xf2\x88\xe9\ +\x31\xf3\x80\x92\x22\x30\xf3\xfd\x01\x7e\xe2\x7d\x9b\x58\x40\x93\ +\xaf\x20\x2f\x4a\xbc\xf5\xee\xe5\xe2\xaf\x5f\x7f\x67\xfa\x6f\xfe\ +\xf5\x1f\xc4\x7f\xfe\xe7\xbf\x17\xb7\x5a\xc9\x47\xaa\xfd\x81\x07\ +\x00\x80\x30\x9c\x6f\x02\x44\x51\x54\xfb\x40\xf3\xf2\x7c\x06\x50\ +\x7a\x79\x9c\xee\xa9\xfe\x62\x6d\x48\x65\xf7\x07\x28\x4b\x01\x81\ +\x50\x51\xc4\x4c\xdb\x62\xb9\x9e\x1b\xae\x69\xaa\x8a\x3c\x2c\x19\ +\x71\x2f\x49\x8d\x18\xed\x63\xe6\x1a\xd0\x6a\xbb\x65\x89\xed\xa1\ +\x9a\x32\x53\x96\x25\x4a\x09\x14\x45\x88\xa2\x90\x28\x65\x80\x5c\ +\x2f\xf5\x55\xe8\xc9\x25\x80\x76\x11\x48\xa9\xaf\x91\xe8\xf7\x43\ +\x23\x1e\xd4\xb1\x84\x10\x26\x36\xc0\x0e\x83\xaa\x5b\xcf\x66\xe9\ +\xe1\xe1\xf9\x0b\x52\x96\x65\x32\x4a\xa4\x30\x4b\x9f\x03\x28\xcb\ +\xc2\x44\xe1\x09\xf3\x3f\x32\xa1\xd4\x30\xa1\x1d\x82\xd5\x82\x2f\ +\xa0\x81\x7c\x91\x59\x40\x02\x69\x85\x4c\x80\x09\xad\xb4\x61\xb6\ +\x75\x20\x60\x8c\x87\x9a\xf2\x46\x68\x8d\x20\x73\xe5\xe3\xf9\x01\ +\x58\x9f\x64\x0d\x75\xfc\x01\x65\x29\x75\xf0\x9b\x0b\x1a\xbc\x5e\ +\x5a\x0b\x63\x5e\x0a\x83\x40\x4c\x26\xa9\xfc\xde\xf7\x7f\x95\xfe\ +\xd3\xcf\xdf\xc9\xfe\xd3\x7f\xfc\xe3\xe4\xab\x7f\xf2\xc5\x88\x2b\ +\x5b\x69\x9b\xfc\x50\xe9\x01\x4c\x80\xf9\x4b\x8f\xd2\x03\x2d\xa2\ +\xf7\xf3\xce\x53\x30\x87\xa4\x3c\xfd\x52\xc9\xb1\x64\xb5\xb3\xa5\ +\x8d\x42\x08\xb6\x73\x8f\xcf\x24\x54\xb0\x85\xb2\x1f\x43\x2d\xf0\ +\xba\x63\x94\x56\xf0\xa9\x2e\xc2\x1d\xfa\x78\x07\x53\xdd\x1e\xa9\ +\xf7\x9b\x93\xb4\xb4\xb4\x9e\x4a\x2a\x2d\x79\x05\xd1\x41\x58\x41\ +\x57\x79\xc2\xe4\xe9\x06\x9b\x7c\xc9\x84\x47\x42\xa2\x7c\x0c\x0e\ +\xbd\x87\x4d\x79\x5e\x20\xd2\xd4\x8a\x2c\xad\x2a\xed\x67\xa6\x51\ +\x20\x10\x84\xca\x80\x22\x33\x8a\xe6\x85\x28\x6a\x20\x99\xb5\x66\ +\x22\x3d\x54\x4d\x1a\x58\x49\x93\x73\x10\x20\x16\xb6\x10\x04\x98\ +\x13\x6f\x1e\x08\xf8\x6c\x01\xe0\x75\x79\x60\xe0\xd5\xc7\xd9\x90\ +\x05\xb2\x7a\x10\x00\xea\x95\x23\x4f\x82\x81\xc4\x70\x38\x96\x7f\ +\xf7\xf5\x57\x67\x3f\xfb\xa7\x77\xb2\xbf\xfa\xab\x3f\x4f\x3e\xff\ +\xf9\xe7\x22\x08\x1d\xf6\xfc\x21\xd4\xc6\xd2\xd3\x81\x8b\xa2\x98\ +\x7b\x1b\xb3\xd1\x07\x50\x79\x60\x3f\xcf\xa7\x41\x7e\x1e\xb9\x1b\ +\x82\x39\xe5\x74\x4d\x4e\x9e\xab\x35\xea\xef\xd7\xdc\x06\x51\xc9\ +\xab\xde\x97\xae\xaf\xd6\x63\x04\x99\xdf\x9b\xb5\x2b\x08\x54\x54\ +\xa0\x10\x04\x94\x81\x73\x1e\x10\x88\x93\xb8\xfa\xe2\x0e\x69\xa2\ +\xb6\xf2\x0e\x1f\xc5\x21\x84\x5e\x92\x3d\x0c\x02\xf3\x1e\x02\x4d\ +\xfd\xcb\xa2\x70\xcc\x03\x25\x3c\x5a\xea\x49\xfb\x0b\x9a\x32\x6e\ +\x19\x1c\xc0\xc0\x99\xf9\x65\xc8\x2f\xa0\xc0\x59\x9d\x97\xac\x2c\ +\x97\x2d\x53\xce\xe4\x08\x53\x9f\x5f\x9e\x1c\xae\x06\xb4\xa9\x9d\ +\xc2\xe6\x49\x5e\x9f\x77\x7f\xf7\x80\xda\xe7\xc6\x05\xd0\xda\x97\ +\xf3\x52\x91\x57\x15\xc2\x9d\x3b\xdb\xe5\x7f\xfd\xaf\xdf\x9c\xfe\ +\xbf\xff\xcf\x77\xa7\xfb\xbb\x23\x36\x51\xe0\xe1\xd2\x03\x00\x40\ +\x39\xb7\xb5\x85\xa7\xbd\xea\x3c\x9d\x94\xcf\x7f\x97\xca\x13\xd5\ +\x3c\xdb\xb9\x84\x36\x31\x85\x29\x2b\x1c\xc1\xd2\x02\x28\x84\xf9\ +\x7b\x5e\xdd\x5c\xeb\xa8\xcd\x4a\x5d\x21\x77\xaf\x6d\x06\x04\x0e\ +\x4e\xa6\xad\x01\xa3\x6e\xb0\xf5\x53\xf9\x56\xab\xf5\x89\x00\x80\ +\x30\x08\x90\x18\xb0\xd2\x9a\x1e\x12\x91\x76\x04\x0b\xbd\x46\xa3\ +\x10\xb4\xe2\x93\x4a\x6a\x37\x68\x3b\xf2\x01\xda\x38\x45\xe7\xd0\ +\x86\x30\xb4\x42\x08\x07\x08\xc3\x98\x24\xad\x01\x68\x5f\x15\x07\ +\x01\x12\x4a\xfe\xed\xed\x30\x34\x3f\xcf\x80\xc4\x9c\xb7\x82\xcc\ +\x19\xa2\x4a\xc2\x80\x80\x2f\xb8\x52\xdf\x90\x7f\x4b\xaa\xcf\x4f\ +\x94\xb7\x14\x00\x94\xcd\x4a\xf7\xed\xf7\x2e\xe5\xff\xf7\xff\xf5\ +\xff\x8d\x7f\xf2\x93\x53\x69\xd9\x54\x68\x89\xb4\xb4\x09\x20\x17\ +\x00\x40\x96\x65\x0b\x7d\x00\x75\xa3\x04\x80\x4b\xdb\xfd\xf3\x6e\ +\x1e\xab\x4f\x40\x7b\x92\xdd\x72\x14\x4e\xac\x3a\x22\xa3\x60\x52\ +\x9a\x29\xc5\x44\xd1\x4b\xc7\x74\xf0\xda\x1a\xb8\x6d\xad\xd8\xa4\ +\xac\x5d\xb6\x03\xa1\x92\x47\xf4\x54\xc2\xfa\x49\x88\x6d\x70\x3b\ +\xb0\x44\x80\xfe\xa0\x1f\x84\x41\xa0\x97\xc1\x3a\xbc\x69\x65\x6d\ +\x10\x06\x41\xa0\x43\xb7\x6c\x4a\x92\x18\x84\x8b\x11\xd9\xa9\x3a\ +\x58\x20\x80\x30\x41\x59\x82\x69\x75\xf5\x6d\x4a\x63\xae\x49\x73\ +\x4c\x56\x3f\x7d\x63\xd7\x2e\x27\x0a\x4e\xdf\x9f\x86\x04\xc9\x46\ +\xa7\x97\x5e\x47\xd9\xe9\xde\xd6\x96\x57\x4c\x22\x60\xf7\x58\xc6\ +\x29\x48\xf7\xaa\xf4\x63\xa6\xfe\x9b\x4c\x80\x72\x89\x6f\x5c\x16\ +\xf3\xcb\xcc\xb2\x1c\xdf\xfc\xd6\xcf\xd3\xb7\xdf\xb9\x90\x2f\x53\ +\x5f\x5d\x5a\x9a\x01\xe4\x0b\x6e\x40\x14\xe7\x81\x34\x7b\x4d\x9e\ +\xaf\x41\x01\x61\xb5\xb7\x56\xd8\xf5\xe5\x1e\x92\x5d\xc0\xd5\x16\ +\x9c\xea\x73\xbf\x06\xfc\x7a\x84\xb5\xe3\xfd\x0f\x5c\x32\x30\xb1\ +\xd7\xaa\xc5\x31\xc0\x74\x5e\x14\xc5\xec\x1a\x81\x28\x0a\xc5\xea\ +\xd1\xd5\xe5\x86\x53\x1e\x63\x3a\x76\xec\x28\x45\x38\x41\xad\x32\ +\x24\x11\xc7\xa1\x9a\xe1\xa6\xdf\x45\x14\x85\x9a\xfa\x5b\xa6\x95\ +\x17\x99\xf2\x9c\x13\x78\x32\xea\xcf\x47\x0d\x94\xc3\x56\x9b\x06\ +\x1a\x40\x42\xb3\xb0\xac\x0b\xb6\x12\x96\xd9\x95\xec\x3b\x36\x31\ +\x01\xe3\xa8\x25\xfe\xa2\x3b\x56\x9d\xf6\xf7\x05\xd9\xdc\x57\xb0\ +\x7b\xb0\x7b\x09\x70\xc6\xe0\xb3\x84\xaa\x09\xb0\x28\x2d\x62\xdd\ +\x94\xae\x5e\xdd\x2c\xf3\x05\x60\xd1\x94\x96\x06\x00\xb9\xc0\x07\ +\x40\xeb\xb8\x03\x5c\xb0\x98\xc5\xd5\x60\xc7\x57\x84\x11\xb6\xc3\ +\xd4\x95\xe3\x28\x3c\xcf\x3e\xaf\x98\x09\x75\x6d\xa8\x31\x2d\xa8\ +\x0a\xae\xa9\x6b\x4d\x07\xdb\x30\xfd\x13\x54\x81\xa0\xe4\x9e\x64\ +\xa1\xd6\xc8\x63\xc0\x61\x43\xa7\x55\xf7\x29\xa5\xc0\x33\x9f\x7a\ +\x6a\x71\x3c\xf5\x63\x4e\x27\x3f\xf5\x54\x4c\x44\x9e\x92\xda\x1f\ +\x40\x9a\x7f\x51\xa4\xb7\x3d\x13\x30\xf6\x3f\x4d\xb3\x16\x66\x08\ +\x55\xd5\x61\x04\xdf\x98\x13\x30\xe7\xd4\xcb\xb3\x26\x01\x07\x01\ +\x2b\xa8\xb6\xba\xa2\xc6\x46\x6f\x02\x01\xd3\x02\xaa\x6f\x8e\x3f\ +\x80\x13\x5b\x0e\x20\xce\xbd\x74\xb6\x2a\x2b\x18\x68\x54\x81\xc4\ +\x37\x99\xeb\xd2\xa3\x70\x0a\x2f\x0d\x00\x69\x9a\xcd\x85\x98\x3c\ +\xcf\xf5\xbc\x6d\x9b\x7c\x81\xf0\x05\xd0\x17\x28\x21\x96\x77\x00\ +\x0a\x4d\xe7\x9c\x3c\x87\xb6\x53\x39\x7a\x44\x9f\xea\x37\xb7\x81\ +\x8e\xf9\xdc\x06\x0e\x08\xfe\xf3\xf1\x3c\xc9\xee\x53\xea\x0d\x46\ +\x28\x42\xb2\xd3\xe9\x9a\x7a\xca\xb2\xd4\x8b\x66\xb2\x71\x74\x11\ +\xe1\x53\xcf\x3f\x73\xe8\x01\xe0\x99\xe7\x9f\x8e\x69\x01\x13\xb2\ +\xff\x57\x07\x2b\xd6\x0c\x0b\x02\xc4\xda\x21\x48\x23\x01\xd3\xe9\ +\xc4\x15\x6e\x21\x01\x13\x63\x61\x05\x9f\x7c\x03\x1c\x20\x20\xd5\ +\xce\xba\x7c\x28\x77\x59\x10\xa0\x73\x94\x38\x5b\x68\x72\x0a\x02\ +\xcb\xf9\x03\xb8\x7f\x01\xd4\x76\x7a\x1e\x87\x61\xb8\x49\x4a\xa9\ +\x56\x03\x5a\x90\xd2\xf4\xe3\x1f\x16\x5e\x1a\x00\xa6\xd3\xe9\x5c\ +\x00\x90\x52\xd6\x8e\x04\x7c\x58\x93\x60\x9e\x03\x90\x33\x85\x0a\ +\x20\x88\xc5\xf5\xa8\x76\x37\x6b\x7b\x13\xdd\xe8\x01\x19\x69\xf1\ +\xd2\xbb\xd6\xaf\x9b\x82\x7c\xa8\x41\xed\x4e\xc7\xd4\x59\x96\x25\ +\xda\xed\x16\x7b\x6e\x89\x5c\x46\x78\xee\xd3\x9f\x8a\xdb\xad\xc4\ +\xbb\xe1\xe1\x49\xc7\x9e\x58\x0f\x8f\xae\x1f\x09\xa1\x67\x3a\x6a\ +\x14\xc0\xda\xda\x1a\xa0\xa7\x3d\x27\x71\x64\x40\x8f\x34\x7e\x3a\ +\x9b\xc2\x38\xf4\x3c\x20\x20\x10\xe0\x6c\x40\x81\x00\x75\x39\xa9\ +\x27\xc6\x00\x6e\x3c\x47\x15\x04\x28\x15\x9e\xd0\x72\x32\xcd\xf3\ +\xea\x9c\x82\x16\x40\xa8\x2d\xdc\xfb\x6f\x41\xc0\x37\x05\xa8\x0d\ +\xcb\x7c\xbc\x65\x00\x60\x72\x30\x5f\xe6\x3e\x8a\xb4\x34\x00\x4c\ +\x26\xb3\x85\x7c\x64\x3a\x9d\x3e\x94\xbd\xff\xc0\x20\xe1\x0b\xf7\ +\x9c\xba\xf9\xb9\x79\xda\xde\x16\xb4\x0c\x21\x8e\xe3\x0a\xfd\xf7\ +\xeb\xe4\xc9\xda\xfe\xea\x37\xd3\x80\x68\x4c\x91\x20\x40\xb7\xab\ +\x37\x4e\xd5\x15\xf7\xba\x5d\x28\x5b\x57\x39\x02\x83\x28\x12\x9f\ +\xff\xd2\x8b\xad\xca\xcd\x0e\x49\xfa\xd2\x4b\x9f\x6f\xdb\xed\xd5\ +\xa0\xbd\xff\x01\xd6\xd6\xd4\x8e\x50\x22\x10\x48\x92\xc4\x30\x03\ +\x7a\xf6\xf1\x64\x0c\xbe\xd6\x1f\x09\xbb\xd4\x14\xdf\x31\x0b\xcc\ +\x4c\x4d\x75\x2c\x40\x33\x2b\xa5\x03\x02\x66\x08\x11\x0d\x82\x2e\ +\x9b\xcf\x55\x7c\x09\xd2\x05\x01\x5f\xfb\x5b\x9f\x01\xbf\x56\xb2\ +\x7c\xc6\x1c\x2a\xf7\xa8\x2a\xf2\x65\x00\x60\x3a\x9d\x55\x2f\xfc\ +\x88\xd3\xf2\x0c\xe0\x60\xb2\x10\x8d\xd2\x34\xad\xe4\x7d\x18\x40\ +\xa8\x98\x0c\x0d\xe5\x16\xd5\x5d\xd7\x1e\x11\xd4\x97\xe3\xf5\xb8\ +\xb3\x1b\x3d\xa6\x80\x65\xda\x20\x34\x2b\x12\x86\x35\xac\xac\xac\ +\xe8\xf3\xaa\xc3\xf7\xfb\x7d\x52\x26\x00\x80\x1c\x31\x5e\xfa\xc3\ +\xdf\x6d\x87\x4b\x44\x8a\x3d\xea\xd4\xeb\x76\x82\xcf\x7f\xe9\xc5\ +\x16\x02\x9a\x96\xa5\xfa\xe7\xb1\x63\xc7\xd4\x6c\xd0\x40\x45\xdd\ +\xb5\xda\x89\x35\xc7\xb4\xa0\x1f\x1c\x1c\xe8\x5a\x4a\x07\x08\x8c\ +\x23\x10\x70\xa9\xbf\x19\x12\x54\x04\xcc\x44\x11\x82\x84\x8e\x33\ +\x07\x7d\x09\xa3\xf7\xf4\x37\x9d\xf5\x41\xc0\xf5\x11\x54\x05\x99\ +\xfb\x03\x7c\x13\x80\x83\x45\x9d\xa9\x00\x29\x2b\x7d\xcf\x07\x03\ +\x77\xe7\xe4\xfa\x34\x99\x4c\x0f\x11\x00\x4c\x17\x33\x80\xc9\x64\ +\x02\xa0\x2a\x78\x86\xa2\x8b\xc5\x36\xb4\x2b\x6c\x70\xbc\xc8\xcd\ +\xe5\xac\xc0\xd1\xaf\xd1\xba\x8e\xed\xee\x97\x9b\x0f\x1c\x51\x14\ +\x19\xfa\xdf\x04\x1c\x7e\x1b\x2c\x4b\x51\xf7\x24\x67\x0f\x95\x5d\ +\x5d\x5d\x35\xf4\xb8\x2c\x4b\x74\xbb\x1d\x0d\x34\xea\x5b\xe7\x88\ +\xb0\xb2\x3a\x08\xbf\xf8\xd2\xe7\xdb\x35\xaf\xf8\xb1\xa6\x3f\xfc\ +\x93\xaf\x74\xe2\x56\xec\xec\x96\x2d\x20\xf1\xd4\x89\xe3\x90\xa5\ +\x7a\xce\x28\x8a\x90\xc4\x31\x04\xa4\xda\x88\x45\xa8\x7e\xa1\x96\ +\x57\xe7\x36\x72\x35\x06\x00\x00\x78\x6c\x00\x69\x7a\x35\x0f\xc5\ +\x0a\xbc\x1a\x68\x93\x2c\xaf\x34\xf5\x56\x9c\x78\x65\x9d\x46\xb6\ +\x65\xea\x9c\x82\xf4\x2d\x2b\x33\x30\x05\xf7\x03\xd8\x4c\x89\xea\ +\x7d\xe7\x39\x00\x97\xf5\x01\x4c\xc7\x87\xc8\x04\x18\x1f\x4c\x16\ +\x02\xc0\x68\x34\x32\xc7\x73\xb5\xef\x12\xda\x1e\xa8\x3a\xec\x7c\ +\x01\x76\x84\x36\xa8\xe6\x99\x72\x35\xda\xbe\xbe\xbe\x00\x3e\x00\ +\x55\x1d\x81\x75\xf5\xc0\x8c\x5e\xf8\x6d\x4d\xd3\xd4\x74\x2c\x21\ +\x04\xa2\x28\xc2\x60\xb0\xa2\x77\x3f\x56\x5e\xf1\x23\x6b\x6b\xb6\ +\xc9\x12\xc8\x65\x84\x3f\xfa\x97\x7f\xd8\xed\x76\xda\xd5\x97\xf8\ +\x98\xd2\x93\x4f\x1e\x0b\xbf\xf4\xfb\x5f\x68\xcb\x20\xb0\xc2\x2b\ +\x24\x56\x06\x2b\x58\x5d\x5b\x55\xa1\xbe\x02\xe8\xb4\x5b\xe0\x41\ +\xe3\x81\x00\xf6\xf6\x76\x34\x75\xb7\x41\x43\x26\x96\x83\x9b\x05\ +\x2c\x48\x88\x83\x40\x12\xc7\x9e\xc0\x57\x41\x00\x0c\x5c\x48\xf3\ +\xfb\x20\xb0\xac\x53\xd0\x09\x12\xf2\x1d\x80\x82\xdd\xa3\xc1\x01\ +\x68\x97\x38\x93\x95\x5f\x3a\xe6\xb2\x52\x97\x8a\xa2\xc4\x74\x76\ +\x88\x4c\x80\xd1\x70\x54\x2c\x8a\x5c\xda\xdb\xdb\x73\xfe\xae\x03\ +\x01\x1e\xfc\xf2\x61\x7c\x04\xcb\x8c\x12\x3c\x70\x9e\x80\x77\x5e\ +\x0d\xdd\xd9\xc7\x76\x99\xc4\x32\x6d\x55\x9b\x5d\x14\xe6\x5a\x21\ +\x04\xd6\xd7\xd7\x8d\x19\x20\xcb\x12\xab\xab\x03\xb6\xf8\x03\x90\ +\x8b\x08\xad\x4e\x57\x7c\xed\x3f\xfc\x59\x1f\x87\x20\xc5\x51\x28\ +\xfe\xed\x5f\xfe\xab\x7e\x10\x85\xe6\x1d\x01\xea\xf0\xf9\xe7\x9e\ +\xd5\xda\x5f\x2d\x74\xd9\xe9\x76\x00\xe8\xcd\x36\xb4\xb0\xec\xed\ +\xed\x19\xc0\xb0\x6b\x26\x31\x7d\xeb\x99\x04\xfa\xcd\x68\xa0\x01\ +\xe2\x38\xaa\x11\x78\x38\x79\x60\xfe\x80\x26\x10\x70\x7e\x6b\xfc\ +\x01\xfc\xd8\x50\xfc\x9a\x6b\x17\xf9\x0d\xea\x92\x2f\x3b\xfb\xfb\ +\xfb\xcd\x85\xa1\xe4\x6d\x6e\x81\x8f\x28\x2d\x1f\x08\x94\x15\x72\ +\x11\x0b\xd8\xde\xde\xae\xa5\xff\xfe\xdf\x4d\x02\xb3\x58\x63\x7b\ +\x79\xac\x9c\x03\x08\x35\x6c\x60\x19\xc6\x51\x57\x8e\x07\xb7\x18\ +\x3b\x11\x8b\xe9\x3f\xab\x10\xb3\xd9\x8c\xd5\xab\x1c\x7f\xbd\x5e\ +\x0f\x22\x50\x26\x82\x10\x02\xc7\x8e\x1d\x03\x8c\x70\x08\x64\x48\ +\xf0\xc2\x8b\x9f\x4e\xbe\xfc\x87\xbf\xfb\xd8\x4d\x81\x3f\xfb\x8b\ +\x3f\xed\x1e\x7b\x72\x3d\x52\x1b\x19\x91\x76\x96\x58\x5b\x5b\xc5\ +\xd1\xa3\x47\x94\xd6\x13\x02\x9d\x76\x0b\x21\x85\x01\xeb\x28\xa0\ +\x83\xd1\x10\xa5\x5e\x09\x89\x4c\x06\x5a\xeb\x1e\xd2\x06\xff\x50\ +\xfc\x80\x1d\x0d\xd0\x9a\x3e\x00\x62\x8a\x29\xa8\x08\x7c\x33\x08\ +\x50\x72\x40\xc0\x07\x83\x1a\x53\x00\xac\x06\x03\x06\xbc\x3e\xcd\ +\x5c\x6a\x41\x43\x97\xe4\xd3\x81\x9b\x86\x01\x17\x02\xc0\xfe\xe8\ +\x91\x84\x83\x3e\x90\xa7\x69\x34\x3c\x98\xbb\xd0\xdc\xfd\xfb\xf7\ +\x01\x2c\xa6\xff\x75\x79\xbe\x9d\xdf\x64\x26\xf8\xd7\x2e\x53\x77\ +\x25\x6f\x49\x80\x81\x50\x1e\xed\x20\x08\xe6\xd6\xed\x03\x02\x67\ +\x0c\x80\x0a\x93\xe6\xbb\x22\x0b\x21\xf0\xe4\x93\x4f\x98\x39\xec\ +\x45\x51\xe0\xc8\xda\x1a\xda\x1d\x92\x75\x45\x82\x73\x24\xf8\xd3\ +\xaf\xfd\x71\xef\x33\x9f\xfd\xb4\xbb\xda\xea\x23\x4c\x7f\xf0\xc7\ +\x2f\xb5\xbf\xf8\x7b\x9f\x6f\x23\x02\x49\x30\x20\x54\x27\xff\xdc\ +\xe7\x5e\x84\x2c\x4b\xbd\xb5\x96\xd0\x3b\x43\x5b\x41\x07\x24\xee\ +\xde\xbb\x6b\x9d\x77\x06\xe0\x00\xe8\x05\x53\xec\x39\x95\x7c\x10\ +\x50\xeb\x0b\xb8\x02\x4f\x4e\x40\x9b\x67\x2a\x35\x20\xe0\x0f\xcd\ +\xa9\x53\x0f\xee\x0f\xf0\x19\x84\xef\x3c\xac\xf3\x39\x34\x39\x00\ +\x29\xe5\x79\xbe\xd0\x09\xb8\xbf\x3f\x3c\x7c\x00\x30\xdc\x1f\xcd\ +\x05\x80\xbd\xbd\xbd\x4a\x34\x20\x3f\x5e\x24\xd4\x7e\x10\x50\x6d\ +\xb9\x25\x40\xa2\x9e\x5d\xa0\x92\xc7\xcb\x55\xfc\x3d\xac\x9c\x0a\ +\xd8\xa9\x3f\xbf\xcc\x73\x4a\x49\x43\xa4\xb6\x4c\xb7\xd7\xc5\x13\ +\x4f\x3c\x81\xa7\x9f\x7e\xda\x62\x80\xed\x00\x00\x20\x00\x49\x44\ +\x41\x54\x1a\x27\x4f\x9e\x44\x51\xe4\x38\x71\xe2\x84\x65\x32\x00\ +\x4a\x11\xa0\x0c\x12\xfc\xfb\xff\xe9\x5f\xf7\x5f\xf8\xcc\x73\x8f\ +\x1c\x04\xbe\xfc\x07\x5f\x6a\xff\xc9\x9f\xff\x51\x4f\x68\x5f\x28\ +\xd7\xfe\x2f\xbc\xf0\x69\xb4\xdb\x2d\xd0\xd0\x5f\xb7\xdb\x41\x14\ +\xea\xf0\x5f\xfd\x4a\x0e\x46\x23\x4c\xc6\x07\xa0\x78\x01\x0b\x0c\ +\xd0\xcf\x68\xb5\x69\x13\x08\xb4\x68\xa5\x69\x67\x84\xc0\x82\x80\ +\x19\x0a\x94\xca\xc4\x50\xa7\x6b\x40\xa0\x46\x90\x55\x0d\xf5\xc9\ +\x17\x5a\x89\x66\xd0\x70\x92\xb0\xcf\x58\xc7\x12\x00\x60\x3c\x1e\ +\x2f\x0c\x05\x1e\xee\x1f\x32\x13\x00\x00\x86\x7b\xf3\x1b\x95\xa6\ +\x69\xa3\x23\xf0\x61\x84\x76\x19\x2a\x3f\x2f\x8f\x44\x89\x68\x7a\ +\x1d\x6d\xe7\xf4\xdd\x2f\x47\xe7\x69\xbf\x03\xc0\xa5\x8d\x75\x00\ +\xe3\xd3\x7f\xaa\x7b\x36\x9b\xa9\x9d\x73\x84\x40\x14\x85\x58\x5d\ +\x5d\xc5\xe7\x3e\xf7\x22\x56\x57\x57\xd1\xef\xf5\xd0\xee\xb4\xd1\ +\x6a\xb5\x70\xfc\xf8\x93\x4e\x75\x85\x88\x20\x92\xb6\xf8\x8f\xff\ +\xcb\x5f\xac\x7c\xe9\xcb\x5f\x78\x24\xf1\x01\x81\x10\xf8\xd3\x7f\ +\xf5\xc7\xdd\x7f\xf9\x6f\xff\xa4\x17\xc4\xc2\x08\x16\xa5\x63\xeb\ +\xeb\x78\xe6\xe4\x49\xa3\xfd\xc3\x30\x40\xb7\xdb\x81\x44\xa9\x66\ +\x02\x0a\x65\xff\xdf\xb9\xb3\xa9\x85\x1b\x30\xdb\xeb\x1a\x01\x91\ +\x56\xf0\x85\x6c\x04\x81\x56\xcb\x6e\x40\x62\xdb\x21\x0d\x08\xb8\ +\x23\x09\xae\x8f\x00\xa8\xf7\x07\x34\x05\x09\xf9\xa6\x80\x1f\x06\ +\xcc\x05\x9e\x0f\x1d\xfa\xa0\x12\x04\x01\xe6\x99\x00\xbe\xaf\xac\ +\x2e\x0d\xf7\x0e\x21\x03\xd8\xdb\xdd\xcb\x16\x95\xd9\xdd\xdd\x6d\ +\x3c\xb7\x2c\xad\x5f\x16\x24\x96\xb5\xe3\x1f\x36\x8f\x8e\x5b\xad\ +\x96\xd9\xe0\xb3\x2a\xf4\xd5\xf5\x04\x28\x9f\xd7\x27\xa5\x44\x96\ +\x65\x18\x0c\x06\x38\x7a\xf4\x28\x5a\x49\x82\x30\x0c\x31\x18\x0c\ +\x00\x48\x9c\x38\x71\x02\x90\x12\x47\x8e\x1c\xc1\xb1\xf5\x75\xd3\ +\xd9\x05\x24\x0a\x84\x40\xd4\xc6\xd7\xfe\xfd\x9f\xf5\xff\xdd\x5f\ +\x7e\xad\x1f\xc7\x51\x0d\xf2\x7c\x34\xa9\xd7\xeb\x06\xff\xf3\x7f\ +\xfe\x1f\x07\x5f\xf9\xea\x4b\x9d\x20\x02\x44\x20\x35\x73\x51\x36\ +\x7a\xaf\xd7\xc5\x17\xbe\xf0\x79\xa8\x59\x7b\xea\xf9\x56\x07\x03\ +\x35\x5c\x27\x04\x68\x0e\xff\xde\xfe\x1e\xc6\xe3\x03\x87\xfa\x83\ +\x2f\x24\xaa\x9f\xcd\x00\x84\xe0\x02\xad\xca\xb7\x5a\xb1\x76\x1a\ +\x3b\x93\x7f\xf5\xaf\x05\x01\x1e\x31\x68\xfe\x79\x4e\x41\x98\xbf\ +\x74\x2d\x15\x0f\x3d\xcc\x2f\x07\x01\x4a\x3e\x88\x18\x53\xc0\x2b\ +\x57\xb7\x6c\x8e\x3f\x0a\x30\x4f\x46\x28\xed\x6c\xed\x1d\x3e\x06\ +\x70\xef\xce\xd6\x42\x00\xb8\x7f\xff\x7e\xa3\xad\x4e\x7f\x3b\xb3\ +\xec\xbc\x72\x0f\x9a\xc7\xed\xee\xf9\x9a\x7d\x01\x70\x88\xf9\xf7\ +\x53\x33\xf9\xaa\xcf\x24\x2b\x79\x2e\x10\x48\xa9\x00\xe4\x89\x27\ +\x8e\xe1\xc8\x91\x23\x66\xcd\x3c\x53\x6f\xab\x85\x4e\xb7\x83\x28\ +\x8a\x70\xe2\xc4\x71\xe4\x79\x8e\xe3\xc7\x8f\xab\xd0\x5a\x96\x4a\ +\x21\x50\x04\x31\x3e\xff\xbb\x9f\x6b\xfd\x1f\xff\xe5\x3f\xaf\x7d\ +\xd4\x7e\x81\x40\x08\xbc\xf4\x95\x2f\xb6\xff\xf7\xff\xf2\xbf\xad\ +\x3d\xf3\xfc\x53\x71\x10\x2b\x07\x1c\x4f\xed\x76\x1b\x5f\xfe\xf2\ +\x4b\x08\x43\xb5\xb1\x69\x10\x08\xf4\xfb\x5d\xf3\xb7\x10\x7a\x2e\ +\x87\x94\xb8\x79\xf3\x86\x02\x03\x01\xd7\x39\x67\xb4\x3e\xbd\x2d\ +\x06\x02\xba\xbc\xfe\xb2\xda\xf4\xb2\xc2\x6d\xde\x2a\x13\x78\xa3\ +\x89\x8d\x24\xfa\x3e\x82\xaa\x80\xfb\xbf\x6e\x0c\x00\xe5\x13\x3b\ +\x68\x36\x05\x74\x0b\x54\x39\x8d\x18\xee\xb7\xaf\x37\x01\xb6\xb7\ +\xb7\x31\x2f\x49\x29\xb1\x75\x7f\xfb\x91\x00\xc0\xd2\xeb\x01\x00\ +\xc0\xd6\xfd\xad\x4c\x6d\x00\xd9\x8c\x1b\x9b\x9b\x9b\x00\x48\x28\ +\x65\xe5\x98\x12\xe5\x71\x0d\xb9\x30\x4f\x68\xf7\x98\x10\x76\x7d\ +\x7f\x76\xde\xbf\x9f\x10\x7a\x6e\xb6\xf4\xee\x8b\x6a\x39\x01\x8f\ +\xae\xb1\x3c\x21\x04\x3a\x9d\x0e\x0e\x0e\x0e\xe6\xdc\x4f\x7f\x7c\ +\x96\x17\xc7\x31\x56\x56\x06\x1a\x3c\x54\x07\xce\xb2\x14\x51\xdc\ +\x01\x6f\x54\xbf\xdf\x37\x74\x7a\x7d\x7d\x1d\x3b\x3b\x5b\x38\x79\ +\xf2\x24\x02\x01\xec\xec\xec\x98\x72\x12\x02\x79\x10\xa3\xb7\x3a\ +\x08\xfe\xd3\x5f\xfd\xbb\x95\xbb\xb7\xef\xe6\x6f\xfc\xf2\xad\xc9\ +\xd5\xcb\xd7\xd3\x87\x5d\x36\x3c\x0a\x03\xbc\xf8\x3b\xff\xa2\xf5\ +\x95\x3f\xfa\x72\xe7\xc8\xfa\x5a\x28\x22\x09\x11\x10\xfb\xb0\xa9\ +\xd7\xeb\xe1\xa5\x97\x5e\xb2\x93\x72\x84\x40\xbb\xdd\x72\xcc\x23\ +\xda\xa3\x70\x63\x63\x03\x79\x96\xe9\xf7\xc7\x9c\x9f\xb0\x5a\x54\ +\x08\x98\x0d\x57\xd5\xc2\xac\xfa\x6e\xb2\x04\x44\x00\x21\xd5\xf0\ +\x9f\x4a\x25\x68\x9d\x77\x01\x61\x56\x62\x56\xdf\x48\x5f\x4b\x4b\ +\x8a\xd1\x37\x10\x42\x63\x00\xff\x56\xc2\x34\x42\x08\x98\x4d\x46\ +\xd5\xab\xd3\x0b\xd0\xb1\xcb\xe9\x7c\x65\x51\x51\x5d\x1e\x5e\x79\ +\x29\xf9\xba\x87\x6e\x1f\xe6\x69\x6b\x6b\x6b\xee\x37\x19\xee\x0d\ +\x8b\x34\xfd\x70\x3b\x38\x2d\x9b\x1e\x08\x00\xf2\xac\x90\xfb\xbb\ +\xc3\x7c\xed\xe8\x6a\xe3\x75\xb7\x6e\xdd\x9a\x2b\xf0\x80\xb2\x91\ +\x68\xf8\xab\x56\x68\x59\x1e\xb8\x20\xc3\x13\x36\x54\x41\x42\x30\ +\x90\x80\x57\x77\x5d\x7b\x96\x05\xaa\x28\x8a\xd0\x6a\xb5\x30\x9d\ +\xa5\x2e\x28\xb1\x6b\x69\x21\x92\x28\x8a\xd0\x5f\x19\xa0\xdb\xed\ +\xba\x8b\x43\x4a\xb5\x10\x44\x96\xa6\x7a\xf1\x0c\x8a\x6f\x17\x18\ +\x0c\x56\xb0\xbf\xbf\x8f\xa3\x47\x8e\x40\x08\x89\x9d\x9d\x1d\x3c\ +\xf3\xcc\x33\x48\x92\x04\x77\xef\x6e\xda\x06\x49\x89\x32\x08\x21\ +\x10\xe0\x89\xa7\x8f\x47\x7f\xf9\xbf\xfe\x87\x95\x83\xe1\x41\x79\ +\xe1\xdc\xa5\xd9\xb5\x4b\xd7\xb3\xdb\xb7\x36\xb3\x45\x73\xc3\x93\ +\x24\x16\x27\x9f\x79\x2a\xfa\xf4\x67\x9f\x4b\x5e\x78\xf1\xd3\xad\ +\x4e\xb7\x2d\x44\x20\x21\xc2\x12\xa2\xa6\xfc\xda\xda\x1a\xbe\xf4\ +\xa5\x2f\x39\xcc\x2d\x49\x12\xf4\x7b\x3d\xf7\x7d\x03\x18\x0e\xf7\ +\x71\xef\xde\x5d\xf3\x8d\xd4\x7f\x30\x83\x75\x02\x82\x1d\x69\x0d\ +\x2a\x84\x11\x7c\xf5\x8c\x25\x3a\xdd\x9e\xe3\x0c\xe6\x20\x50\x15\ +\x78\xba\x56\x1a\x61\x24\x7c\x15\x10\x30\x8b\x8c\x98\xbe\x64\xc1\ +\xcd\xae\x33\x08\x27\xdf\x4f\x8e\x50\x03\x8e\x72\x90\x04\x4c\x92\ +\x6f\x4d\x5e\xaf\xc8\xf2\x3c\x5f\x38\x04\xb8\x75\x7f\xe7\x91\x2d\ +\x0e\xf9\x40\x00\x00\x00\xdb\x5b\x3b\xd9\x3c\x00\xb8\x7f\xff\x3e\ +\x26\x93\x09\x3a\x1d\x35\x24\xc4\x05\xca\x15\xd4\x66\x6d\xef\x97\ +\xb5\x76\xa2\x05\x02\xa7\x4e\xf3\x01\x9a\x35\xfb\x22\x76\xe1\x97\ +\xab\x6b\x43\xb7\xdb\xc3\x2c\xcd\xd8\x3c\x7f\xb7\x2d\x49\x92\xa0\ +\xdf\x5f\x41\xab\xd5\xae\x31\x0d\x6c\x67\xc9\xb2\x0c\x41\x20\x54\ +\xc8\x2c\xdb\x52\x6a\x30\x18\x60\x34\xdc\xc7\xfa\xfa\x3a\xa2\x30\ +\xc4\xd6\xd6\x7d\x1c\x3f\x7e\x1c\x2b\x2b\x3d\x5c\xbf\x7e\x1d\x79\ +\x96\x9a\xba\x00\x40\x06\x2a\x84\xb8\xb7\xba\x12\xfc\xfe\x1f\xbd\ +\xd4\xf9\xf2\xff\xf0\x7b\x9d\x22\xcb\xe5\xde\xee\x7e\xb1\xb3\xb5\ +\x5b\x4c\x27\x53\x99\xa6\x99\x54\x13\x74\x62\xd1\xe9\x76\x82\xb5\ +\xa3\xab\xe1\xea\xda\x20\x0c\xc3\x10\x08\x54\xb8\xae\x08\x38\x60\ +\x70\x16\x04\x3c\xf3\xcc\x33\x78\xe1\x85\x17\x34\xd5\x56\xe7\x14\ +\xb3\xe9\x83\x1e\x8d\x04\x28\xcb\x52\x5c\xbb\x76\xd5\x3c\x2b\xa7\ +\xdf\xf4\xec\x0a\x2c\x02\x23\xb4\x4d\x20\xd0\x6e\x25\xd6\xbe\x37\ +\xeb\x28\x4a\x48\x49\x10\xa2\x40\x80\x38\x80\x61\x04\xa6\xf9\x76\ +\x91\x0e\x82\x1a\xc0\xdd\xe8\x83\xf0\xdb\x96\x64\xab\x08\xfb\x2c\ +\x81\xee\xe1\x69\x7d\x77\x3f\x01\xe5\x10\x35\x2d\xa8\xd1\xfe\x3b\ +\x3b\x3b\x0b\x47\x00\xb6\xee\x3e\x1a\xfa\x0f\x3c\x04\x00\x6c\xdd\ +\xdf\xce\x5e\xf8\xec\xf3\x9d\xa6\xf3\x65\x59\xe2\xde\xbd\x7b\x78\ +\xf6\xd9\x67\x01\x34\x6b\x55\xff\x5c\x93\x80\x62\x8e\xd0\xfa\x79\ +\xa6\x9e\x06\x06\x40\xec\xa1\x9a\xb7\x1c\x70\xc4\x49\x82\x28\x8a\ +\x90\x65\x6a\x53\x53\xea\xd8\x51\x14\x63\x65\x65\x05\xad\x36\x81\ +\x9e\xeb\x20\x52\xd6\x0b\xaf\x5b\x22\x4d\x53\x44\x61\x88\x30\x08\ +\x9c\xe1\xcf\xc1\xea\x00\xc3\xe1\x10\x47\x8e\xac\xa1\xdd\x6e\xe1\ +\xee\xdd\x4d\x74\xbb\x5d\x7c\xee\x73\x9f\xc3\xed\x8d\x5b\xd8\xde\ +\xd9\x66\x5a\x8a\x80\x80\x28\xb6\x40\x14\xc6\x62\xfd\xf8\xd1\x68\ +\xfd\xf8\xd1\xc8\xa2\x90\x2a\x2b\x00\xa8\x60\x1e\x00\x81\xaf\xed\ +\x25\xb3\xbf\x95\x59\xf2\xe2\x8b\x2f\x62\x65\x65\x45\x2f\xf7\xad\ +\x04\xa4\xd5\x6a\x9b\x9d\x7f\x85\x20\xa6\x2d\x51\x16\x25\xae\x5c\ +\xb9\x82\x9c\xd6\x84\x20\x7a\x2f\xac\xf3\xcb\xae\xcd\xc0\x05\x9e\ +\x71\x04\x9d\xd7\xee\x74\x8d\xf3\x4f\xd9\x7d\x0a\x04\x0c\x8d\x07\ +\x33\x27\x18\x33\x70\xb4\xbf\xb0\x0c\x83\xbf\x7b\xea\x33\x60\x7d\ +\x8b\x84\xdb\xf4\x05\x4f\x68\xeb\x04\xb9\xc2\x16\x04\x10\x86\xf3\ +\x15\x9b\x10\x02\xf7\xee\xdd\xc3\xa2\xb4\xb5\xb5\xfd\xf1\x6c\xec\ +\x58\x93\x1e\x78\xca\xd9\xe6\xad\xbb\xd5\x29\x7f\x5e\xda\xd8\xd8\ +\x00\xe0\x0a\x3a\x25\x3a\x7e\x90\x90\xe0\x65\xf3\xfc\xf3\x75\x79\ +\x8b\x9c\x7d\xea\x97\xf2\xfd\x5f\xb0\xce\xaf\x00\x61\x7d\x7d\x1d\ +\x4f\x3c\xf1\x84\xe3\x24\x6c\x6e\xab\x53\x04\xd3\xe9\xc4\x01\x1f\ +\x21\x94\x83\x74\x30\x18\x20\x49\x12\x74\xbb\x5d\x3c\xfb\xec\xb3\ +\xe8\x76\xbb\x08\x04\xf0\xec\xb3\xcf\x1a\xa1\x34\xad\xd2\xc2\x6d\ +\xfe\x2f\xa0\xb6\xca\x09\x01\x11\xe9\x7f\xa1\x44\x40\xc7\x81\xb2\ +\xf1\x1d\x10\x11\xda\xd3\x0f\xa0\xdd\x6e\xe1\xc5\x17\x3f\x8b\xaf\ +\x7c\xe5\xf7\xd1\xef\xf7\x50\x96\x85\x79\x86\x4e\xa7\x83\x7e\xbf\ +\x67\x04\x5f\xd0\xbd\xa5\xc4\x95\x2b\x97\x71\x30\x1e\x99\xb6\x40\ +\x52\xcc\x7f\x69\xca\xd2\xa4\x1d\x85\x8c\x92\x78\xb4\xbd\x06\x12\ +\x22\x10\x4a\xfb\x53\x39\xb3\x01\x21\x69\xcd\x3a\xa7\x20\xf9\x2c\ +\x6c\x3d\x14\x0b\x20\x58\x59\x3b\x69\xc8\x7c\x11\x07\xa8\xe9\xd7\ +\x5f\x50\xc4\x9f\x27\xe0\x97\x27\x07\x20\x2d\x6b\x0f\xb8\xcc\x97\ +\xe7\xdd\xbd\x7b\x17\x8b\xd2\xed\x5b\x77\x1e\x19\x00\x3c\x30\x03\ +\xb8\x7d\x6b\x33\x5d\xe4\x08\xbc\x7e\xfd\x3a\xbe\xfa\xd5\xaf\x02\ +\x68\xd6\xb4\x5c\x38\xe7\x69\xf6\x7a\x2d\xbe\x20\x6f\x0e\x03\xa8\ +\xbb\x9f\x64\x4e\x1d\xea\x8c\xce\x79\xed\x48\x24\xdb\xb7\xd7\xeb\ +\xa1\xd5\x6a\x21\x4e\x5a\xba\x3e\x38\xbf\x94\x7c\xad\x01\x58\xba\ +\x4c\x5a\x71\x32\x99\xa0\xdb\x69\x6b\xed\x68\x3b\x52\xbf\xdf\x47\ +\x9a\xa6\x98\x4c\x0e\x70\xfc\xf8\x71\xa4\xb3\x29\x76\x76\x77\x00\ +\x94\xf8\xec\x67\x3f\x8b\x83\x83\x11\xee\xdf\xbb\x87\xdd\xbd\x5d\ +\x33\x13\xcf\x08\x95\x93\x24\x03\x1e\x4f\xf0\x61\x41\x69\x75\x75\ +\x80\x13\x27\x4e\xe0\xf8\xf1\xe3\x8e\x43\x34\xd0\xa0\xd4\xef\xf7\ +\xcc\xc4\x28\xc1\x9e\x4d\x02\xb8\x7a\xf5\x0a\xf6\xf7\xf7\x54\x1e\ +\x7b\x5f\x86\xfa\x6b\x1b\x9c\x40\xc0\xd9\x04\xc4\xd3\xd4\xad\x56\ +\x82\x30\x0a\x2d\xcd\x37\xda\x1a\x36\x6f\xae\x3f\xc0\x9a\x02\xea\ +\xfb\x51\x29\x7a\xef\xea\xfe\x76\x73\x11\x0d\x02\x0f\xc8\x36\x7d\ +\x5f\x82\x94\x12\xfe\xfe\xb9\x3e\x73\x90\x52\x1a\x27\x79\x53\xda\ +\xdf\x1b\x96\xc3\x47\x14\x06\x0c\x3c\x04\x00\xa4\xb3\x4c\xee\x6c\ +\xed\x66\xeb\x4f\x1c\x6d\x5c\xba\xea\xda\xb5\x6b\x28\x68\x9b\x28\ +\xcc\x37\x03\xf8\xf9\x46\x3a\x4e\x14\x96\x0b\x37\x60\x8e\x9d\xbc\ +\x65\x41\xe2\x01\xf3\x00\x35\x27\xbd\xd5\x6a\x61\x65\x65\x80\xc9\ +\x64\xa2\x76\x05\xf2\xa5\x5e\x5d\xe8\x08\x11\x99\x14\xd0\xad\x06\ +\xec\x72\xe6\x52\x4a\x8c\xc7\x63\x74\xbb\x5d\xd8\xcd\x97\x54\x99\ +\x56\x2b\x46\x1c\x0f\x30\x99\x8c\x11\x88\x36\x9e\x7a\xea\x29\xe4\ +\x59\x8a\xad\xad\x2d\x74\x3b\x1d\xbc\xf0\x99\x17\x50\x96\x05\xf6\ +\x76\x77\xb1\xbf\xbf\x87\xe1\xfe\x3e\xd2\x2c\x85\x2b\xe8\xf6\xbe\ +\xbc\x0d\x61\x14\x62\x6d\x75\x15\x6b\x6b\xab\x78\xe2\x89\x27\xd0\ +\x6a\xa9\xfd\xe7\xca\xb2\x54\x66\x82\x36\x2b\xda\xed\x16\x3a\x9d\ +\x0e\x73\x00\xea\xf6\x09\x55\xf6\xf2\xa5\xcb\xd8\xdf\x1f\x3a\x75\ +\x0b\x5d\xd0\x4e\xfc\x61\x74\xdf\x72\x74\x03\x02\x46\x40\x85\x40\ +\x47\x8f\x98\x58\x38\xf6\x4c\x00\xea\x37\xc6\x87\x60\xfd\x01\xdc\ +\xae\x17\x70\xcd\x2e\xbb\xda\x30\x7b\x23\x8e\x70\xab\x6b\xed\x06\ +\x21\xb4\xe7\xa0\xaa\xc3\xf7\x0d\xf8\xbe\x04\x01\x20\x64\xb3\x00\ +\xeb\xfa\xe3\xfe\xfe\xfe\xc2\x10\xe0\xcd\x8d\x7b\x0b\x87\xda\x3f\ +\xca\xf4\xc0\x00\x00\x00\x9b\x1b\x77\xe6\x02\xc0\x74\x3a\xc5\xbd\ +\x7b\xf7\x54\x70\x8b\x4e\x8e\xfd\x05\x97\x9e\xcf\x15\x3c\x6e\x48\ +\x3f\x28\x03\xf0\xea\x9e\x07\x30\x06\x4c\x6a\x80\x2a\x08\x02\x24\ +\x49\x82\x30\x8a\x0d\x05\x8c\xa2\x08\x45\xca\x96\x42\xe7\x6d\x6d\ +\x78\x66\x65\x63\x53\x07\x26\xe1\x50\xe7\x27\xe3\x31\x3a\xdd\xb6\ +\xb3\xc7\xa2\x10\x6a\x51\x92\x95\x7e\x1f\x59\x96\x61\x96\x4e\x11\ +\x88\xc4\xb0\x87\x2c\xcb\x10\x06\x02\x47\x8f\x1e\xc5\xb1\x63\xeb\ +\x6a\x9f\xbc\x22\xc7\x6c\x3a\xc5\x74\x3a\x45\x51\xe4\x28\xcb\x02\ +\x52\x96\x08\xc3\x10\x49\x1c\xa3\xd5\x4a\xd0\xed\x75\xad\xa0\x49\ +\x35\x23\x51\x96\xa5\xda\x1f\x31\x50\xdf\x25\x8a\x22\xf4\xba\xdd\ +\xda\xe9\xd0\x42\x08\x64\x59\x86\xcb\x97\x2f\x63\xa8\x23\x3f\x05\ +\x69\x69\x41\x44\x5c\x32\xe7\x9b\x7e\x52\x92\x4c\x5b\xa3\x03\x02\ +\xfd\x6e\xc7\x6c\x2e\x0a\xf3\x7d\xa8\x26\xe9\x80\x01\xaf\x87\x41\ +\x0a\xfb\x9b\x00\x4f\x9f\x15\x35\x60\x20\xa1\xb6\x37\x15\x96\x05\ +\xd0\xf7\xa8\xd3\xfe\x04\x6a\x96\x4d\xd8\x72\x51\x14\x38\xfd\xa7\ +\xce\x6f\xb0\x0c\xfd\xbf\xb3\xb1\xf9\xc8\xe8\x3f\xf0\xb0\x00\x70\ +\xeb\x6e\xfa\xc5\x97\xbe\xd0\x9d\x57\xe6\xea\xd5\xab\x0e\x00\x50\ +\x9a\x27\xc0\x4d\x42\xeb\x08\x68\x03\x03\xa8\xab\xaf\x29\x6f\x51\ +\x5b\x84\xd6\xcc\x24\xf8\x91\x16\x02\xbe\xdc\x77\xab\xd5\x42\x96\ +\x17\x66\x92\x4f\x0d\x0f\x70\xee\x63\xe8\xa5\x07\x54\xe6\x3c\xd4\ +\xc2\x19\x49\x92\xa0\x95\xd0\x0c\x44\x5b\x6b\x1c\xc7\x48\x92\x48\ +\x69\x10\xe9\xce\xb7\x28\x8a\x02\xb2\x04\xca\x40\xe8\x49\x39\x5d\ +\xf4\x7a\x5d\xa5\x99\x04\x85\xe6\x92\x20\x00\x90\x12\x79\x9e\x19\ +\x66\x22\x04\xb4\xa3\x5d\xa0\x95\x24\xe8\x74\x3a\x6c\x0c\x9e\x77\ +\x64\x75\x3c\x1c\xee\xe3\xca\x95\x2b\x48\xd3\x14\xe4\x33\xb1\xc2\ +\x2a\x21\xb4\x6b\xa9\x1a\x5e\xc3\x86\xfe\xbc\xbc\x30\x0a\x91\xb4\ +\x12\x58\x3e\xa0\x04\x52\x32\x30\x50\x17\x33\x10\xa8\x31\x05\x2c\ +\x49\x70\x47\x87\xe8\x7d\x4b\x6d\x2a\x54\xfb\x9b\xd2\xea\x21\xd3\ +\xea\xb4\xd7\x00\x7d\x8b\xca\xde\x01\xf6\xce\xa8\xdb\x3a\xd3\xef\ +\xc7\x37\x6f\xde\x9c\xd3\x4b\x54\xda\xb8\xb1\xf9\x48\x19\xc0\x43\ +\xad\x3b\x75\xfd\xea\xcd\xb4\x96\xfa\xb2\x74\xfe\xfc\xf9\x4a\x9e\ +\xef\x18\xe3\x2c\xc0\x37\x09\x1e\x34\xef\xa3\xac\x5b\xad\xdd\xa7\ +\xa6\xec\x36\x69\x40\x21\xd4\x5a\x01\x7e\x3d\xfc\xbe\x75\xcf\x6e\ +\x85\x5a\xd6\x96\xcd\xd2\x14\xd3\xe9\x94\x81\x91\xfe\x17\xd8\xb2\ +\x4f\x3d\xf5\x14\x9e\x7a\xfa\x29\x0c\x06\x2b\x7a\xba\xb2\x15\x74\ +\x48\x9a\x04\x43\x9a\x48\x69\x77\xb3\x6c\xbb\xee\xec\x46\xf8\x03\ +\x20\x8a\x23\x74\xbb\x5d\x1c\x3d\x72\x44\xd7\x19\x99\xfb\x06\xf4\ +\x4f\xc7\xf8\xdf\xbe\xbd\x81\x0f\xce\x9f\x47\xa6\x97\x7f\xb3\xce\ +\x36\x6b\x62\xa8\xad\xd1\x7d\x7f\x83\xfa\x27\xa5\x75\xcc\xd1\x3f\ +\x21\x04\x56\xfa\xfd\x9a\x72\x24\xf4\xcc\x79\x68\x08\x94\xeb\x78\ +\x71\xb4\x3f\x5d\xcb\xde\xb7\x89\x4a\x64\x8e\x41\x62\x73\xbc\x06\ +\x3f\x44\x98\x1f\x9b\x5f\x7d\x2c\xb5\x9f\x41\x02\x88\xc2\xf9\x0e\ +\xc0\x3c\xcf\x71\xfb\xf6\x6d\xcc\x4b\x93\xc9\xb4\xbc\x7f\x6f\xeb\ +\x91\x6e\x10\xf9\x50\x0c\xe0\x60\x74\x50\x6e\xdd\xdf\xc9\x8f\x3d\ +\x71\xb4\xf1\xfa\x9b\x37\x6f\xe2\xe0\xe0\x00\xbd\x5e\xcf\xc9\xf7\ +\xb5\x7d\x5d\xde\x3c\x5a\xdf\x14\x07\xe0\xd7\xd3\x64\xc7\x73\xc7\ +\x1f\xd7\xf6\xd4\xe1\xe3\x38\x46\x18\x46\xfa\x23\xc3\x5c\xe3\xb7\ +\x15\x50\x66\x40\x1c\xc7\x48\xd3\x8c\x95\x71\x89\xa8\x10\x64\x8b\ +\xba\x5a\xdb\x6a\x42\x62\x06\xa5\x61\x08\x79\x9e\x63\x7c\x30\x42\ +\xab\xdd\x42\x92\x24\xce\xbd\x69\xe9\x75\x62\x0a\x00\x50\x14\x39\ +\xb2\x2c\x45\x9a\xce\x50\x16\x05\xf2\x3c\x03\x67\x0f\xa4\xc1\xc2\ +\x30\xd0\xff\x94\x39\x10\x27\xaa\xfd\x61\x60\x1d\x90\x04\x0c\xda\ +\x24\xd7\x49\x62\x34\x1a\xe1\xda\xb5\x6b\x6a\xd9\x37\xe1\x3e\x29\ +\x39\xe0\x6c\xd4\x9f\x65\x04\x42\x5a\x93\x80\x2e\xa2\x77\x4f\xdf\ +\xb4\xdb\xed\x98\xfb\x5a\xdb\x9f\xb4\xb5\xba\xc8\x31\x01\x40\x6b\ +\x12\x56\xb5\x3e\xed\x03\xef\x53\x76\x09\xfa\xa0\xee\x50\x9f\xab\ +\xa5\xa1\x01\x81\xb7\xa2\x7e\xdc\x9f\xa7\x28\xa0\x8d\x4b\x5c\xb0\ +\xe0\x7d\xfc\xfe\xfd\xfb\x95\x65\xf3\xfd\x74\xe3\xea\x46\xf6\xb0\ +\x11\x9d\x0f\x9b\x1e\x0a\x00\x00\xe0\xc6\x95\x1b\xe9\x3c\x00\x28\ +\xcb\x12\xb7\x6e\xdd\xc2\x8b\x2f\xbe\x58\x39\xc7\x85\x28\x08\x02\ +\x43\xa3\xcd\xc3\x13\x65\x56\x46\x73\xad\x49\xc0\x89\x64\xa5\xdc\ +\x03\x9a\x04\x61\x18\x22\x8a\x23\x84\xa1\x7a\x1c\x5f\xf0\x7d\xf3\ +\x81\xff\xdd\x6a\xb5\x50\x14\x25\xa4\x5e\xfb\x8f\x7f\x3f\x4e\xe3\ +\x9b\xc0\x8b\x9b\x04\xec\xd1\x21\x21\x31\x9d\x4e\x91\x67\x29\xda\ +\xed\x36\xa2\x38\x44\x51\x14\x26\x82\x52\x3f\x32\x00\xb5\x60\x46\ +\x1c\x47\xe8\x76\x3b\x86\xea\xab\x7a\x4a\x53\x7f\x10\x0a\x7b\x4e\ +\xb5\x14\xe0\xa6\x01\x84\x69\x0f\x9f\x03\x90\xa5\x29\x36\x36\x36\ +\xb0\xbd\xbd\xcd\xb4\x37\xa8\x06\xfd\x20\x7a\xa4\x41\x32\xc1\xd7\ +\x5f\x06\x42\x3a\x20\x40\xa2\x4c\x20\x90\x24\xca\x2f\x41\x1a\x95\ +\x3b\x05\x8d\xd0\x0a\x4f\x68\x0d\xb5\xd7\xa3\x0b\xac\x3e\x2b\xba\ +\x80\x75\x1e\xda\x48\x41\x6d\xa7\x54\x04\x94\xfb\x10\xf8\x71\x29\ +\x25\x42\xaf\x9c\xeb\xf3\x11\x48\xa2\xa0\x52\x1f\xe0\xf6\xdb\x45\ +\xda\x1f\x00\x6e\x5c\xbd\xfe\x48\xe9\x3f\xf0\x90\x26\x00\x00\x5c\ +\xbb\x72\x73\xe1\xaa\x86\x67\xcf\x9e\x6d\x3c\xe7\xd0\x5b\x7a\x71\ +\xf2\x61\xe8\x3f\x6a\xcb\x2d\x63\x12\x10\x8d\x57\x36\x6f\x5c\xf9\ +\x80\x75\xf7\xab\x3b\xef\x9b\x02\xf3\xca\xd7\x95\x23\x81\xf6\xf3\ +\x84\x50\xeb\x06\x1e\x1c\x1c\x60\x34\x1a\xe9\x10\x52\x6b\x93\xd2\ +\xf3\x73\xba\xce\x53\x10\x28\x6d\x1f\x86\x01\x03\x06\xdf\xa4\x60\ +\x9a\x5f\x48\xbd\xa9\xa7\xc0\x74\x32\xc1\xf5\x6b\xd7\x70\xe6\xcc\ +\x69\xec\xec\x6c\xc3\xd2\x75\xd8\x63\x46\xfd\x95\x50\x48\xf8\xcb\ +\x7b\x2b\xc5\xcc\xcc\x03\x1d\x17\xa0\x18\x49\x68\x18\xa2\xa9\x57\ +\x9b\x14\xc4\x8e\xf4\x55\x8e\x29\x40\xa6\x81\xbd\x2f\x6c\x39\x7d\ +\x3f\xf7\x25\x83\xa3\x3a\x60\xda\xac\xea\x6b\x5e\xea\x8b\xfe\x6e\ +\xa6\xf6\x80\x44\x14\x89\xc6\x72\xf4\xf7\xb5\x6b\xd7\x30\x2f\x49\ +\x29\x71\xf5\xd2\x8d\x4f\x0e\x00\x6c\xdc\xb8\x9d\xcd\x16\x2c\x5a\ +\x78\xf6\xec\x59\xb3\x52\x70\x53\xe2\xc2\x18\xb0\x88\x36\xca\x5b\ +\x16\x10\xcc\xb5\x8b\x80\x03\xca\xab\xdf\x6a\xb5\xd0\xd5\x5e\xee\ +\x79\x82\x5e\x27\xc8\xd5\x76\x07\xce\xa4\x98\x45\xd7\xd7\xf9\x0a\ +\x16\xf9\x0f\xca\xa2\xc0\xad\x5b\xb7\x70\xeb\xe6\x4d\x6c\xef\x6c\ +\xeb\x70\x62\x3d\x34\x17\x70\xe1\xd6\x6b\xe8\x13\x95\xf7\xea\x56\ +\xc3\x8f\xd2\x1c\xdb\x73\xca\x99\xb8\xb5\xb5\x85\x8b\x17\x2e\xe0\ +\xfc\xf9\x73\xd8\xde\xde\x62\x4c\x4d\xa8\xb0\x61\x41\xe3\xe7\x3c\ +\x69\x9b\x5b\x5a\x01\x74\x04\xbe\x26\x2f\x8a\x42\xf4\xfb\x3d\xc6\ +\x40\xd8\xf3\x9a\x6a\x5d\x3b\x5f\x1d\xfa\x42\x66\xfd\x05\x9c\xa1\ +\x54\xea\xe0\xd7\xa2\xbe\x3e\xbf\x33\x57\xd7\x0f\xd4\x43\x82\xac\ +\x60\x14\xb8\x0b\xd8\x54\xfc\x05\x52\xcd\xeb\x58\x14\xff\x7f\xff\ +\xee\x56\x3e\x1e\x2f\x5e\x7a\xff\xa3\x4e\x0f\x6d\x02\x94\x65\x89\ +\x5b\xd7\x6e\xa7\x2f\xbc\xf8\x7c\xe3\x22\x15\x59\x96\xe1\xc6\x8d\ +\x1b\xb5\x66\x00\x4f\x64\x06\x00\x73\x68\xbb\xb1\x95\x61\xfd\x01\ +\x0e\xed\xe2\x9a\xd1\x3a\xc4\x7c\xaa\x1f\x04\x8a\xee\x73\x94\x17\ +\xda\x7e\x6c\xa2\xfc\x7e\xaa\x33\x09\xc2\x30\x54\x93\x85\xa6\x33\ +\xa7\x1e\xf0\xb6\x36\xd4\x2d\x3c\x21\xe0\xbe\x09\x4a\xb3\xd9\x4c\ +\xed\xc0\x0c\x35\x9e\xbc\xbf\xb7\x8b\x28\x52\xb4\xbf\xd3\x69\xa3\ +\xdd\x6e\x21\x88\x22\x73\x2d\xd1\x6d\x55\x21\xf3\x35\x50\xfd\x50\ +\xbe\x83\xc9\x64\x82\xf1\xc1\x01\x86\xa3\x7d\x05\xd6\x52\x1a\xcd\ +\x18\x08\x01\xb3\x7e\x9f\xf7\xec\x8a\x51\x93\x80\x32\x3b\x9f\xfc\ +\x01\x6a\xe4\x5c\x53\x66\x3d\xec\xa6\xcd\x01\x11\x04\xe8\xf5\xba\ +\x88\xa2\xd0\x31\xdb\xa8\x6e\x63\xfb\x0b\x4b\xf3\xed\x2c\x41\x36\ +\xde\x0f\x66\x2a\xe8\x57\x68\xe8\xbe\xf6\x05\x80\xcc\x03\xd8\x42\ +\xce\x04\x21\x90\x5f\x40\xb5\xdf\xd8\xfc\x54\x5a\x56\xfb\x1a\x99\ +\x00\xa5\x94\x68\xc5\xa1\xc9\x6b\x32\x01\xae\x5f\xbf\xde\xd4\x95\ +\x4c\xba\x76\xe5\xc6\xc2\x08\xdb\x8f\x23\x3d\x34\x00\x00\xc0\x85\ +\xf3\x97\xe6\x02\x00\x00\x9c\x39\x73\xa6\x16\x00\xea\x85\x80\xbf\ +\xc8\xf9\x76\xbc\x2f\xdc\x7e\x39\x23\xd4\xa5\xd4\x7b\xd5\x45\x08\ +\xc3\x90\x39\x79\xaa\xc2\x48\x93\x3a\xfc\x73\x46\x70\x80\x4a\x1b\ +\x78\x52\x33\x06\x81\xe9\x6c\xe6\x9f\x62\x34\xbf\x3a\x1c\x58\xd7\ +\x16\xca\xd3\x5d\x98\x6d\xac\x61\x13\xcd\x2c\x1b\x0e\xf7\x21\xa5\ +\x5a\x6d\x28\x8e\x23\xfd\xac\x81\xde\xa2\x9b\x26\xab\xa8\x21\xcb\ +\xb2\xc8\x91\x66\x29\xb2\x34\x45\x96\xa5\x46\x3b\x13\x40\xd1\xbb\ +\x09\x68\x6b\x75\x06\x8c\x01\x7b\xc7\x8e\xb3\xca\x6c\xef\x65\xa4\ +\x50\x0b\x97\x0b\x02\x24\x98\xfd\x5e\xcf\x6c\x1e\x4a\x02\x0a\x9f\ +\xf9\x68\x21\x23\xab\x9f\x00\xba\xc2\x3d\xb8\x8f\xc0\x0e\x11\x98\ +\x6b\xad\x4f\xc0\x1d\x12\x24\x9f\x11\x6a\x84\x5b\x7d\x0b\x66\xe6\ +\x93\x03\xd2\x98\x40\xd0\xef\x03\xe0\x6b\xb3\xf8\x4a\x81\xd2\xd5\ +\xab\x57\x2b\xdf\xce\x4f\x1f\x9c\xbd\xf4\xc9\x03\x80\x2b\x17\xaf\ +\xa5\x59\x9a\xc9\x38\x89\xeb\x79\x32\x80\x73\xe7\xce\x39\xb3\x03\ +\x81\x7a\xe1\xf7\xb5\x26\x20\x6c\x27\xe4\x0c\x00\x55\x54\xae\xd3\ +\xdc\x54\x36\x49\x62\x84\x51\xe8\x6c\xe8\xd0\x74\x8d\x3d\x4f\x7d\ +\x48\xdf\xaf\xb4\x76\x26\x75\x8e\x79\xf7\x93\x00\xa6\xd3\xf9\x2e\ +\x12\x03\x08\x5e\xa7\xf1\xb5\x0e\xe5\xd3\x5a\x04\xf0\xda\xcd\x5f\ +\xbc\x94\x6a\xc3\x89\x34\x9d\xc1\x3a\x00\xd9\x3f\x6d\xa7\xeb\x87\ +\x72\x80\x96\x56\xf3\x21\x5f\x80\x71\xaa\x49\x69\xc6\xbe\xed\xbb\ +\xd1\x79\x20\xea\x4c\x20\xe6\x6a\x53\xa5\x9d\x2d\x08\x08\x00\xbd\ +\x7e\x1f\x71\x12\x19\x1b\x9c\xa6\xe9\x52\x01\xfb\xdc\x02\xfe\x34\ +\x5e\x72\xa3\xd2\x6b\x53\x9a\x5a\xa0\x2e\x2e\xc0\xd7\xfa\xfc\xd7\ +\x3a\x05\xdd\x77\xa7\xfa\x59\x35\x0f\xbc\x06\x7d\xdf\xa2\x94\x68\ +\xb7\x02\xa7\x1f\xd6\xd5\x77\xff\xfe\xfd\x85\x7b\x00\x6c\x6f\xed\ +\x14\x5b\xf7\x1e\xdd\x0c\x40\x9e\x3e\xd4\xfe\x53\x79\x96\xcb\xeb\ +\x57\x6e\xce\x45\xae\x2c\xcb\x70\xe1\xc2\x05\x00\xba\xb3\x34\x50\ +\xeb\x26\x7b\x1f\x9a\xd2\xd6\xda\xf6\x9e\x36\xa0\x73\x4a\xe3\xc7\ +\x68\xb5\x5a\x4e\x38\x72\x53\x6a\xb2\xc5\x29\x7b\xd9\x6b\x29\xc5\ +\x71\xac\x16\xcc\x5c\x22\x2d\xe3\xe3\x98\x4c\x26\xce\x0e\x43\x4d\ +\xed\xf6\x7f\xeb\xf2\x00\x62\xd7\xd6\x74\xe2\x75\xf0\x67\x16\xf0\ +\x96\xb8\x12\xea\x1f\x2d\xf9\x6d\xcb\xb9\xe3\xee\xd6\x7c\x21\xc3\ +\x40\xf9\x01\xfa\xfd\x9e\x59\xe4\xd3\xb1\x95\xad\x73\xc0\x7d\x37\ +\xec\xb7\xae\xdf\xb8\x0e\x40\x96\xc7\x2a\x70\x00\x92\x8b\x37\xb5\ +\x8f\xb5\xb3\xb2\xfe\xbf\xdf\x4e\xaf\x6d\x6d\xa6\xf7\x9a\xfa\xf5\ +\xe5\xcb\x97\x6b\xf3\x79\xba\xf4\xc1\x95\xc5\xdb\x04\x7d\x4c\xe9\ +\x43\x6f\x40\x77\xe1\xfc\xa5\x85\x8d\x7f\xe3\x8d\x37\xe6\xda\xd4\ +\xc0\x12\x1d\x58\x23\xaf\xb0\x3d\xb4\x72\x2d\x79\xbd\xe3\x58\xad\ +\x25\xe7\x33\xcb\x65\x05\xa6\x5a\x66\x31\x08\xf8\x1e\xf8\x28\x8a\ +\xb4\x63\x90\xe2\xcf\x17\x83\x48\xdd\x3d\x48\xfb\xcf\x3b\x4f\xb5\ +\xd7\x82\x49\xed\x8e\x49\x2a\x19\x27\x20\x00\x6b\x72\xb9\xcf\x4d\ +\x95\x07\x6c\x4f\x00\xfa\x47\x4e\x41\xbe\x0f\x20\x74\x5d\x04\x02\ +\xd4\xae\xc1\xea\x8a\xde\x6c\x95\x6f\x01\xa6\xef\xcb\x84\xd0\xd2\ +\x6c\x12\x3c\x1b\xc0\x43\xa0\xe2\x80\x8b\x09\x12\xb2\x23\x04\xc6\ +\x9c\xe1\xec\x8a\x0e\x58\x9e\x44\xbd\x70\xdb\x3c\xe1\x5c\xc2\xcb\ +\x25\x91\x40\x18\x06\x95\x6b\xb9\x92\x4b\xd3\x74\x29\xfa\x7f\xe1\ +\xdc\xe5\xc7\x42\xff\x81\x8f\x00\x00\xae\x5c\xbc\x96\xcd\x66\xf3\ +\xf7\x31\xbf\x75\xeb\x16\xee\xdc\xb9\xb3\xb8\x31\x8b\xd6\x0a\x34\ +\x82\xee\x0a\xad\x10\x02\x51\x1c\x23\x8a\x22\xbb\xa5\xb7\x97\x28\ +\x8b\x07\x71\xcc\xd3\xbe\xb5\xed\x9b\x73\xae\xae\x9e\x30\x0c\xd1\ +\x6e\xb7\xe7\xce\x9c\xac\xab\x83\xff\x93\x52\x4d\x16\x5a\x06\xa8\ +\x9a\x8e\x17\x3d\x5f\x3d\x38\xe8\x73\x7a\xcb\xaf\x79\x75\x0b\xd4\ +\x83\x80\x3a\x0f\xac\x0e\x06\xea\xbb\xd0\xc5\x35\x5a\x75\x91\x30\ +\x3a\xd7\x12\x17\x87\x16\x51\x61\xcb\xf9\x43\x82\x06\x20\x58\xbb\ +\xa4\x03\x38\xec\x5a\x90\x49\x53\xcd\x03\xd8\xb4\x60\x09\xb4\xd9\ +\x0e\xee\x4d\xc3\x84\x37\x6f\xde\x5c\x18\xfc\x73\xff\xde\x76\xfe\ +\xb8\xe8\x3f\xf0\x11\x00\x40\x91\x17\xf2\xe2\xf9\xcb\x0b\x59\xc0\ +\xfb\xef\xbf\xbf\x54\x7d\x8e\xcd\x65\x34\x7f\x43\xc7\xd3\x42\x46\ +\x1a\xdf\x08\x87\x74\x05\xa9\xee\x1e\x7e\x34\x17\x37\x27\xac\x56\ +\xf4\xef\xed\x31\x93\x39\xed\xa7\x63\x02\x81\x85\xa6\x48\x03\x84\ +\xaa\x8d\x35\x9b\xf7\x5a\xa8\x4b\x4d\xf4\xbf\x02\x08\xc2\x3f\xef\ +\xd6\x2d\x68\x4b\x6e\x3a\x0f\x65\xfb\x1b\x06\xa0\x35\x33\x9d\x33\ +\x66\x81\xbe\x26\x49\x22\x0c\x06\x03\xbb\x57\x1e\x3c\x61\x34\x31\ +\x03\x96\x0d\x28\xd9\xb6\xb1\x02\x94\xbf\x48\x68\x1b\xf3\x04\xe6\ +\x82\x8a\x19\xa6\x04\x0b\x0d\x66\xe5\xeb\x42\x83\x43\x21\x4d\xf0\ +\xcf\xbc\xb4\x0c\xfd\x3f\xfb\xde\xf9\xc7\x46\xff\x81\x8f\x00\x00\ +\x00\xe0\xfd\xb7\xce\x2c\x7c\x88\x53\xa7\x4e\x2d\xb5\x25\xb2\x11\ +\x5c\x34\x77\x60\x4b\xf5\x23\x3d\xb4\x27\x2a\x02\xbc\x4c\xe2\x9d\ +\xbe\xee\x9c\x7f\xdc\x64\x12\xf8\xf7\x0b\x84\x0b\x3c\x14\x27\xa0\ +\x56\xb9\xa5\x73\x8c\x5f\xcf\x49\x3e\xfd\xaf\x15\x64\x6a\x54\xc3\ +\x33\x2c\xcb\x0a\x2c\x2e\xc8\xca\xfd\x4c\x9e\x80\xf5\x01\x08\xfd\ +\xac\xc6\x91\x68\x1f\xa7\xdd\x56\x2b\x07\xd1\x12\x59\x15\x0a\x3e\ +\x4f\x68\x51\x23\xb4\x82\x97\xf3\x56\x05\xf6\x01\xc2\x59\x78\xc4\ +\x7b\xd3\xa2\xfa\xc6\xeb\x04\xb9\xba\x0b\xb0\x2d\xd7\x6d\x35\x6b\ +\x7f\x32\x01\x76\x76\x76\x16\xce\xfe\xcb\xb3\x5c\x9e\x7f\xff\x83\ +\x4f\x3e\x00\xdc\xbd\x73\x3f\xbf\x7f\x77\x6b\xee\x34\xc6\xd9\x6c\ +\x86\xd3\xa7\x4f\x3f\x50\xbd\x75\x9d\x35\x0c\x43\x84\x41\x58\xd9\ +\xae\x0b\xe0\xa6\xc1\x02\x6d\xc9\xfd\x44\x0f\xa0\x55\xfd\x64\x59\ +\x84\x9c\x2b\x58\x74\x4c\x0b\x8b\xd6\xb3\x93\x2a\x20\x48\xa9\x16\ +\x0c\x11\x42\x58\x46\xe4\xd7\xbd\x24\xfd\x6f\x04\x8e\x79\xcf\x27\ +\xbc\xf3\x02\x0e\x03\x30\x11\x79\x0c\x48\xe3\x48\xed\x75\xd0\xeb\ +\xd2\xf2\x68\xa5\xf3\x4b\x43\x8e\xb5\xb6\xbc\xf0\xe8\xbe\xdf\x46\ +\xf6\x6b\xc7\x1e\x6a\xc0\x85\x99\x01\xee\xbd\xdc\xc4\x4d\x86\x66\ +\x10\x62\xb1\x09\xea\x2f\xb4\x93\x70\x3e\xeb\x40\xfd\x64\x38\x3f\ +\x5d\xbe\x70\x2d\x9d\x4c\x3f\xfe\x1d\x80\xe7\xa5\x8f\x04\x00\x00\ +\xe0\xcc\xbb\xe7\x16\x22\xd9\x2f\x7f\xf9\x4b\xe4\xf9\xe2\xe9\xce\ +\x9c\xa2\xdb\xdf\x00\x51\x14\x35\xee\xd3\x57\x97\x8c\x80\x36\x98\ +\x11\xfc\xef\x26\x1f\x81\x2f\xa8\x4b\xdd\xcf\xab\xdb\x1c\x43\x81\ +\x00\x85\x1e\xf3\xf3\x15\x40\x90\x9a\xfe\x7b\xc3\x8c\x52\xd7\xe3\ +\x03\x42\xed\xfd\x96\x30\xa1\xaa\xef\xa1\x19\x08\x2a\x80\x00\x58\ +\x10\x80\xd2\xfa\x83\xc1\x00\x71\xd2\xb0\x54\x44\x9d\x10\x56\x04\ +\x99\x03\x03\x37\x0f\xa8\x8a\x06\xc1\x9b\x27\xc8\x0b\xfd\x01\x7e\ +\x33\xab\x51\x81\x54\xae\xcf\x76\x6c\x6f\x32\x01\xc6\xe3\xf1\x52\ +\xc1\x3f\x67\xde\x3d\xfb\x58\xb5\x3f\xf0\x11\x02\xc0\xb9\xd3\x17\ +\x66\xe9\x02\x67\xe0\xde\xde\x1e\x2e\x5d\xba\xb4\x74\x9d\xd4\x21\ +\x03\x1d\xcf\x4e\x23\x01\x74\x4e\x02\x0b\x85\x9b\x37\xe8\x41\xb4\ +\x3d\x67\x13\x00\x1a\x4d\x8c\x26\x41\xaa\x7b\x0e\xfe\x77\x14\xc7\ +\xe8\x74\x3a\x10\x3e\x93\x31\x37\x0c\xf4\xf8\xb1\x35\x19\x54\x3d\ +\xae\xa3\xb4\x49\x68\xe7\x3d\xb3\xc9\x93\xf5\xef\x61\x31\x93\x00\ +\x04\x4d\x00\x02\x90\xc4\x11\x56\x57\x57\xd1\xeb\x75\xf5\x36\xe7\ +\x64\x12\x58\x86\x44\x89\x7b\xe8\x05\xcb\xe3\xbf\xf5\x79\x24\xe4\ +\x73\xb4\xf9\x43\xe7\x95\xc6\x1f\x50\x77\x7f\xba\x22\x14\x8b\xb5\ +\xbf\x94\x12\x17\x2e\x5c\x58\xb8\xf2\xef\xce\xd6\x6e\x71\xe3\xfa\ +\xc6\x23\x8f\xfd\xf7\xd3\x47\x06\x00\xb3\x59\x2a\xcf\xbd\x7f\x61\ +\x21\xa2\xfd\xe2\x17\xbf\x58\xe8\x3c\x01\x48\x08\x83\xca\xe2\xa1\ +\xd2\x1c\x57\xcb\x4b\x76\xcc\xf3\x39\x5b\x56\xe7\x64\x6d\xb9\xa6\ +\xbc\xa6\xfb\x55\xda\xcc\xca\xba\xfe\x05\xab\xb1\x79\x1b\x03\x11\ +\xa0\xd3\xe9\x28\xb3\xc0\x7f\x4e\x46\xff\xeb\xdb\x55\x3f\x89\xaa\ +\xae\x6d\x75\xf4\xbf\xde\x24\x70\xc1\xc6\x88\x28\x05\xcd\x08\xb7\ +\x8d\x71\x14\x61\x65\x65\x05\x83\xc1\x40\xb1\xb3\x4a\xdd\x36\xaa\ +\xf3\xe3\x10\x5a\xfe\xcb\xef\xe1\x94\xaf\xf3\x39\xd4\x98\x0f\xae\ +\x0d\xaf\xf2\x7c\x3f\x40\x6f\x81\xf6\x97\x52\xad\xf6\x7c\xf1\xe2\ +\xc5\xca\x39\x3f\xbd\x7b\xea\xfd\xc5\x0e\xb1\x47\x90\x3e\x32\x00\ +\x00\x80\x53\xaf\xbf\x33\xa1\x80\x95\xa6\xb4\xb1\xb1\x81\x2b\x57\ +\xae\x34\x9e\xaf\x15\xfc\xb9\xda\x97\x5d\xcc\x6d\xfb\x25\x9c\x82\ +\xbe\xa0\x56\x1c\x8f\x35\xf7\xf3\x59\xfe\xbc\xa1\xc1\x3a\x3b\xbf\ +\xae\x2d\x14\x33\xd0\x4a\x5a\xe6\xb9\xc7\xe3\x71\xa5\xfd\xcb\x08\ +\x2d\xcc\x33\x04\xe6\xbc\xf3\xc0\xec\x97\x83\x92\x02\x1d\xb7\x5c\ +\x13\x40\xc6\x71\x82\x7e\x7f\x80\xd5\xb5\x23\x66\xe7\xe4\x79\x00\ +\x6a\xcc\x17\x12\x5a\x34\x6b\x50\xd7\xd9\x37\xc7\x29\x08\x2b\xc8\ +\xee\x78\xbf\xe7\x08\xe4\xe5\xe7\xf8\x17\xfc\x72\x7e\x8a\x02\x89\ +\x4e\x12\xd6\x96\xe3\xe5\x2f\x5e\xbc\xb8\xd0\xcc\x9d\x4e\xa6\xe5\ +\xd9\xc7\xec\xfc\xa3\xf4\x91\x02\xc0\x70\x7f\x54\x5e\xbd\x78\x7d\ +\xe1\x83\xfd\xf4\xa7\x3f\xad\x50\x24\x12\xfc\x79\x74\x96\x97\x35\ +\x23\x49\xa6\x93\x35\x69\x7b\xb7\x9c\x7f\x3d\xfd\xfd\xa0\x34\xda\ +\xcc\xb8\xab\x68\x7b\x95\xea\xb6\x38\x67\x35\x3a\xc2\x4a\xbf\x51\ +\x14\xeb\xd1\x82\x36\xd2\x34\xf5\xaf\xa8\xd4\x47\xed\x5e\x24\xc8\ +\x2a\x9f\xbc\xf1\x16\x18\xea\x80\xc3\xb9\x07\x57\xa4\x10\x68\x25\ +\x2d\xac\x0c\x56\xcd\xb2\xe5\xa6\x9c\x61\x08\xf3\x80\x4a\xd7\x53\ +\xe7\xb5\xaf\xd8\xe8\x7e\x79\xfe\x1e\xdc\x5f\x56\xd0\x2d\x2f\xfc\ +\x7b\xb9\xf5\xf9\x11\x83\x7e\x9e\x5f\x6e\xb5\x6b\x27\xfd\xcc\xd3\ +\xfe\xe7\xce\x9d\xab\x9c\xf3\xd3\x7b\x6f\x9f\x99\x66\x59\xfe\x58\ +\x9d\x7f\x94\x3e\x52\x00\x00\x80\x53\xbf\x7d\x67\x21\xb5\xd9\xd8\ +\xd8\x70\x7c\x01\x4d\x02\xe8\x0b\x77\x53\x9a\x4f\x7f\xf5\xc1\x12\ +\xf6\xae\x3f\x8a\xd0\x74\xcb\x45\x6d\x9d\xd7\x2e\x81\x7a\xe1\xf0\ +\x85\xba\xd5\x6a\x61\x7d\xfd\x09\xac\xac\xac\x20\x8a\x75\xf8\x2c\ +\x98\xc0\xa3\x6a\xf2\x34\xb6\xab\x02\x96\xc2\x69\x8f\x93\x27\x09\ +\x34\xd4\x6f\x92\xa8\xe1\xbc\xa3\x47\x8f\xa2\xd7\xef\x23\x0a\x23\ +\x40\x04\x4e\x4c\xa0\x7d\xb7\xae\xe9\xb0\xc8\x4f\x31\x57\xd3\x7b\ +\x79\xbe\xa6\xaf\x94\x5f\x50\xdf\x83\x06\x04\xf1\x92\xad\xb0\x44\ +\x12\x57\xe7\x0e\xf8\xe5\xcf\x9f\x3f\xbf\x50\xfb\xe7\x59\x2e\xdf\ +\x7d\xe3\x70\xd0\x7f\xe0\x63\x00\x80\xcd\xdb\x77\xf3\x8d\x1b\xb7\ +\x17\x3a\x37\x38\x0b\x58\xc6\x27\x20\xa1\x05\x54\xba\x02\xea\x3b\ +\x02\x7d\xef\xb8\xd5\x8c\x70\xf2\x9a\x52\xbd\x50\x12\xfd\x5f\x7e\ +\x44\xc0\xfa\x19\xaa\x75\x73\xbd\xc7\x05\x99\x7e\xd3\x2c\x33\x8c\ +\xa8\xd3\xe9\x60\x6d\x6d\x0d\xeb\xeb\xeb\x58\x5d\x5d\x45\xbb\xdd\ +\x46\x1c\x93\xf6\x0d\xac\xe0\xd1\xc0\xfc\xa2\x76\x35\xd1\x7f\x7d\ +\x3a\xd4\xe6\x08\x6d\x63\x4e\x3b\x1e\xa9\xf7\x1d\x28\x6d\x2f\x35\ +\x70\x68\xf9\x21\xa1\x9f\xeb\xa7\x80\x65\x21\xae\x89\xbe\x8c\x03\ +\xb0\x5a\xbe\x36\x4f\xcc\x29\xf7\x20\xa6\x05\x2b\x27\x20\x31\xe8\ +\x86\x0b\xcb\xcd\x66\x33\x33\xe7\x65\x5e\x3a\x7f\xe6\xc2\x6c\x3c\ +\x99\x1e\x0a\xed\x0f\x7c\x0c\x00\x00\x00\xbf\x79\xed\x8d\xf1\xa2\ +\x32\x77\xee\xdc\x71\x56\x0c\x6a\x02\x01\xee\xe8\xa2\xbf\xeb\x9c\ +\x7d\xb5\xd7\xd5\x68\x3e\x7f\x78\xd1\x3a\xaa\xcc\x9f\x4e\xaa\xb3\ +\xf1\x43\x7f\xa8\x90\x1d\x37\x83\x84\x89\xa9\xab\x61\x29\xae\x43\ +\x6f\x36\x9b\xd5\xb4\x3b\x40\x12\x27\x58\x59\x59\x31\x80\x30\x18\ +\xa8\x0d\x48\x3b\x9d\x8e\x09\x83\x86\xa1\xf3\xc2\xdc\x93\x96\xc0\ +\x36\x00\x81\x40\x4f\x98\x52\x2b\x00\xf7\xba\x7d\x0c\x06\x03\xac\ +\xaf\xab\x2d\xcc\xfb\x7d\x45\xf1\x45\x10\xda\xf7\xc8\x67\xcf\x69\ +\x06\xc0\x99\x80\x69\xbf\x08\xac\xb9\x22\xec\xfd\x1c\x96\x22\xe9\ +\x7b\xbb\x84\x7e\x91\x90\xf9\x79\xcb\x96\x5b\x36\xaf\x2e\xf5\x5a\ +\x6a\x07\x65\x5e\xb6\xae\xfc\xd9\xb3\x67\x17\x6a\xff\x22\x2f\xe4\ +\xeb\xbf\x7a\x6b\xfe\x0a\x39\x8f\x38\x7d\xa8\xe9\xc0\x4d\xe9\xe6\ +\x8d\xdb\xf9\xcd\x6b\x1b\xd9\x33\xcf\x3d\xdd\xb8\x77\x00\x00\xfc\ +\xe8\x47\x3f\xc2\x67\x3e\xf3\x19\xb4\xdb\x6d\x85\xb6\x0d\x02\xad\ +\xf2\x6b\x3e\x92\xb4\xe7\x88\x21\xa8\x8d\x3b\x5d\x2d\x43\x75\xf8\ +\x35\xd8\x09\xa6\xcd\x6b\x01\xd8\xfb\xd7\xd8\xa3\xfa\x3e\xb4\x91\ +\x84\xa2\x95\xec\x1a\x59\x65\x24\x90\x52\xb7\x5b\xaf\x55\x07\x7a\ +\x36\xc5\x68\xca\xa2\xd4\x1d\x49\xe5\x9b\x36\x6a\xa0\x31\xd3\xa2\ +\x35\x20\x24\x49\xac\x1f\x96\xec\x5d\x35\x0d\x58\xca\x12\x52\x96\ +\x28\xcb\x02\x90\xd2\xac\xea\x0b\x48\x77\xa1\x0f\xb6\xe5\x16\x1f\ +\x72\x13\x08\x00\x51\x42\x4a\x7a\x4e\x09\x29\x85\x39\xf6\xdf\x91\ +\x7a\xe8\xc0\x2c\x9f\xc3\xa7\xf1\x96\xec\x9d\xf0\x6b\xa5\xae\x9c\ +\x7e\x01\x3b\xe7\xdf\xe6\xb9\xf7\x13\x1c\x2c\x1a\xfa\x4b\x5d\x5f\ +\x72\x01\xa7\xae\x1c\x7b\xd7\x50\x7d\xa1\x93\x08\xac\x74\xac\xf6\ +\xe7\xe5\x79\x9b\x86\xc3\xe1\x52\xc3\xdb\xa7\xdf\x39\x37\x7b\x94\ +\xbb\xfe\x2c\x93\x3e\x16\x06\x00\x00\xbf\xfa\xa7\xdf\x8e\x17\x51\ +\xfb\xd1\x68\x84\xd7\x5f\x7f\xdd\xfc\xbd\x8c\x29\x00\xd4\xd9\xf9\ +\xf5\xb4\x9c\x1c\x75\x4d\x01\x41\x75\xf5\xd2\xe9\x2a\x53\xa8\x67\ +\x15\x75\xed\x30\xca\x70\x9e\x85\x40\xe5\x19\x50\x00\xc0\x8c\x96\ +\xdb\x06\x35\xb9\xde\xbb\xef\xd0\x7f\x66\x06\x50\x7e\x10\x84\x08\ +\xc3\x08\x71\x9c\x20\x4e\x12\x84\x61\x84\x40\xaf\x88\xa4\xba\x78\ +\xe0\xd4\xa7\x84\xbb\x32\x95\x87\xd1\x7b\x9a\xfb\x2e\xa0\x57\xcb\ +\x57\x02\x4f\x2c\x40\x5a\x5f\x00\xcd\x80\x74\xdb\x5d\x35\x37\x78\ +\xf2\xbf\xbd\xac\xc9\xab\x2b\xd7\x74\xee\x41\xb4\x7f\x9d\x7f\x41\ +\x00\x58\xeb\x56\xd9\x5a\xa5\x9d\x52\xe2\xbd\xf7\xde\x5b\x38\xee\ +\x9f\xa5\x99\x7c\xe3\xd7\x87\x4b\xfb\x03\x1f\x23\x00\x6c\xde\xbe\ +\x9b\x5f\xbf\x3a\x7f\xad\x00\x00\x78\xed\xb5\xd7\xb0\xb3\xb3\x03\ +\xa0\x99\x5e\x01\x9e\x70\x49\xd7\x61\x47\x7e\x00\x56\xb8\x2a\xa0\ +\x35\xc2\xcd\xeb\xad\xfb\xdb\x3d\x76\xaf\x15\x4e\x9b\xea\x4d\x02\ +\xff\x5a\x40\x58\x8a\xde\x70\x9f\x34\x4d\x1b\x81\xca\xd2\xf1\x3a\ +\x1f\x07\x13\xac\x5a\x3f\x06\x17\x50\xd7\x91\x68\xc0\x44\x5a\x81\ +\x37\xed\x65\xc0\xc0\xa9\xbe\xe3\x03\x60\x4f\x2c\x21\x98\xf0\xeb\ +\x92\x3e\x50\xb1\x36\x54\x04\x54\xd6\x0b\x6d\xb9\x40\x90\xfd\x73\ +\x0f\x52\xae\x2e\x6f\xd0\x15\x88\x1b\x26\xfc\xf0\x7a\xef\xdc\xb9\ +\xb3\xd4\x8a\xbf\xef\xbf\x73\x76\x7a\x70\x30\x3e\x54\xda\x1f\xf8\ +\x18\x01\x00\x00\x7e\xfd\xb3\xd7\xc7\x8b\x90\xb1\x28\x0a\xbc\xfa\ +\xea\xab\xe6\xef\x79\x08\xaf\x34\x90\x2e\x87\xaa\xb6\xb7\x95\xd8\ +\xf2\xb5\xea\x06\xae\xb6\xaf\x68\xec\x05\x7e\x80\x5a\xa6\xc0\xea\ +\x70\x00\xa1\xe1\xde\x64\x06\x50\x29\x21\x14\xed\x54\xcb\x7e\x37\ +\x69\x67\x4f\x98\xc8\x21\xc7\xeb\x81\x2b\x6c\x92\xcc\x0d\xb8\xbe\ +\x00\xd7\x6b\x6f\x1a\x56\x05\x01\xad\xf5\xad\xd0\x5a\xdb\x5f\x01\ +\x87\xeb\x0f\x30\xcf\xa7\xde\x8a\x7d\x0b\x1c\x38\xd8\x33\x37\x09\ +\xfc\xc3\x08\xed\x32\x79\xcb\x30\x82\x38\x94\x58\xa9\x09\xfa\xf1\ +\xcb\x15\x45\x81\x77\xdf\x7d\xb7\x72\x2f\x3f\x4d\xa7\x33\xf9\xe6\ +\x21\xb3\xfd\x29\x7d\xac\x00\x70\xf7\xee\xfd\xe2\xdc\xe9\x0b\x0b\ +\x87\x3c\xce\x9c\x39\xe3\x78\x50\xe7\x83\x80\xf7\xb7\x37\x3e\xce\ +\xc7\xe7\x81\x9a\x09\x42\x7e\xd5\x35\xb7\xaa\x98\x0e\x98\x6f\x3a\ +\xd4\x9d\xf7\x43\x89\xeb\x92\x43\xb7\xa5\x4b\xff\xb9\x66\xf7\xef\ +\x51\x1b\xe4\xc4\x35\xfb\xbc\x6b\xd5\xba\xdf\x30\x42\x29\xe9\x7a\ +\x36\x96\xef\x0c\x05\x0a\x43\xfd\x09\x08\xc0\xee\x21\x9d\xba\xc9\ +\xd4\x52\x66\x82\x7b\x3f\x65\x76\xd0\x33\xf3\xf6\x2c\xa2\xfb\xfc\ +\xdc\xbc\x9d\x7b\x16\x5d\xbb\x4c\x9e\x00\xb0\xbe\x12\xc2\xf7\x71\ +\x34\x0d\xfb\x0d\x87\xc3\xca\xbd\xfd\xf4\xfa\x2f\x4f\x8d\x1f\xf7\ +\xa4\x9f\xa6\xf4\xb1\x02\x00\x00\xfc\xf2\xd5\x5f\x8f\xa7\x4b\x3c\ +\xfc\xf7\xbf\xff\x7d\xb3\x84\xf8\x22\x16\x50\xd5\xdc\xa2\x5e\xb8\ +\xd9\x35\x00\xec\x50\xa2\x97\x3f\x2f\xd5\x82\x89\xce\xaf\x4c\xfb\ +\xf5\x34\x3f\xf7\xee\x73\x33\xc0\x76\x35\x57\x7b\xab\xbd\xf6\x5c\ +\x3a\x4e\xe5\xa4\x27\xa8\x36\x26\xc0\x1f\x02\xb4\xac\x80\xee\x63\ +\x46\x00\x8c\x80\x7a\xc0\xe1\xf9\x03\x78\x9e\xdb\x56\xe6\x03\x90\ +\x04\x0e\x81\xf9\x25\x90\xb0\x42\xee\x0a\x3c\x81\x85\xeb\x23\x80\ +\x79\xce\x52\x3b\xea\xb8\xc3\xae\x49\x68\x6b\x41\xa3\xe1\xfb\x3f\ +\x08\x4b\x58\xeb\x09\x44\xc1\xe2\x72\xfb\xfb\xfb\x4b\xcd\xf8\xdb\ +\xd9\xda\x2d\xde\x7f\xeb\xcc\xa1\x19\xf7\xf7\xd3\xc7\x0e\x00\x93\ +\xe9\x4c\x9e\xfa\xcd\xdb\x0b\x87\x05\x87\xc3\x21\x7e\xfa\xd3\x9f\ +\x9a\xbf\xe7\x99\x0e\xdc\xc3\xae\xfe\xae\x9a\x04\x8e\xea\xf5\xbe\ +\x61\x13\x43\x70\x2e\xf3\xaf\xe1\xf7\xf6\x6e\xd1\x14\x40\x64\xce\ +\x37\x01\x0d\x33\x55\xf2\xa2\x40\x59\x94\x55\x3b\xde\x03\x19\xd3\ +\x7e\x8f\x6e\x0b\x2e\xe0\x15\xcd\x6f\x41\x80\x9b\x02\xc6\xc4\x00\ +\xd3\xce\x82\x0b\x3e\x3b\x66\x82\x5e\x5b\x2f\xf3\x2f\x80\x0d\x41\ +\x52\x59\xce\x1e\xcc\xb7\x92\x02\x75\xdf\x89\x84\xdb\x00\x17\x9d\ +\xf6\xe7\xe8\xcb\x7a\x80\x30\xa7\x1f\x50\xfb\xb7\x63\x89\x5e\x2b\ +\x58\x58\xae\x2c\x4b\xbc\xf5\xd6\x5b\x4b\x39\xad\x7f\xf1\xea\xaf\ +\x0f\xf2\x05\xe1\xf1\x8f\x33\x7d\xec\x00\x00\x00\xef\xbc\xf1\xde\ +\x74\x77\x7b\x6f\xe1\x5b\x38\x75\xea\x94\xb3\x83\xca\xbc\x17\x4c\ +\x41\x41\xaa\xa0\xfa\x71\x04\x50\x36\xaf\x0f\xe0\x3b\xd9\xaa\x6e\ +\x3b\x57\x5a\x9a\x9f\x5e\x00\x00\x1e\xa2\x49\x44\x41\x54\x96\xb8\ +\x50\xcf\xbb\xc6\x5e\xab\xcd\x10\x56\x97\x5b\x87\x65\x01\xf4\x08\ +\x6a\xe9\x28\x97\x15\xf8\x61\xbb\xd2\x8b\xd2\xab\x4e\xd2\x71\x05\ +\xd0\xd7\xb4\x4e\xdd\x0c\x04\xac\x53\x90\xb3\x0b\xaa\x33\x60\x66\ +\x82\x70\xc0\xc0\x67\x00\xea\x79\x84\x2d\xa7\xeb\x74\x4d\x07\x62\ +\x38\xae\x19\x00\x03\x28\x55\xc1\x2b\x1d\x46\x00\xf7\x17\x73\x18\ +\xc1\x92\x79\x12\x40\x18\x48\x1c\x5d\x89\x1a\xcb\x71\x10\xb8\x72\ +\xe5\x0a\xb6\xb7\xb7\x2b\xf5\xfa\xe9\xda\x95\x1b\xe9\x95\xcb\x8f\ +\x7e\xbb\xaf\x07\x49\x8f\x04\x00\xf2\xa2\xc4\xcf\x7e\xf4\xda\xc1\ +\x22\xc4\x94\x52\xe2\xdb\xdf\xfe\xb6\x99\x08\xb3\xa8\x3c\x63\xc8\ +\xac\x12\xbf\x0c\xa3\xe8\x41\x35\x2a\xb0\xae\x5c\xfd\xbd\xaa\x5a\ +\x5e\x99\x01\xde\xf9\x86\x3a\xeb\x18\x84\x6d\xaf\x30\x5b\x6d\xd7\ +\xda\xf1\xbe\x8d\x4d\xc7\xec\x61\x94\x88\xb8\x8e\x42\x6e\x0a\x58\ +\x07\x20\x58\x7d\xae\x53\x90\x40\xc0\xde\xdb\x9a\x04\x6a\x98\xcf\ +\x02\x83\xa4\x7c\xf6\xeb\xd2\x7a\x05\x1c\x7e\x9e\x6f\x1e\x58\xbf\ +\x81\x7d\xe6\xba\xcf\x4e\x42\xee\xe7\xb1\x37\x0b\x80\x8d\x16\x48\ +\xaf\x9c\x6c\x16\x68\x01\x89\x63\x2b\x76\x36\xe3\x3c\xed\x3f\x1c\ +\x0e\x97\x5a\xd8\x26\xcf\x72\xf9\x4f\xff\xf8\xcb\x85\xcc\xf7\x71\ +\xa7\x47\x02\x00\x00\x70\xfd\xda\xad\xec\xdc\xe9\xc5\x33\xa0\xf6\ +\xf6\xf6\xf0\xf2\xcb\x2f\x9b\xbf\x17\x99\x02\x5c\xcb\x72\xca\x09\ +\x78\x7f\x4b\xf7\x1c\x50\xa5\xff\xbe\x03\x71\xd1\x68\x00\xaf\xcf\ +\x07\x86\x79\xe6\x81\xa1\xcf\xea\x0c\xb2\x3c\xb7\x1d\x9c\xd9\xfe\ +\x86\x26\x83\x09\xa3\xa3\xa5\x6d\x39\x4e\xcd\x1d\xe0\x90\xfc\xda\ +\x1a\x7f\x80\xf1\x1f\xb0\x11\x01\x29\xcc\x10\xa1\xd5\xf6\x60\xc2\ +\x19\x28\xb6\x20\x85\xf3\x2b\x0c\x5b\xd0\xc0\xc2\xef\xc1\x85\x1f\ +\x6e\x9c\x00\x37\x47\xe8\x7d\xaa\xa0\xac\xc5\x8e\xb8\x6a\x9e\x0e\ +\x32\xf2\x80\xc1\x32\x87\xea\xb5\x47\x7a\x61\x65\xc8\xaf\xee\xb8\ +\x28\x0a\xbc\xf9\xe6\x9b\x0b\xc7\xfc\x01\xe0\x37\xbf\x78\x63\xbc\ +\xbb\xb3\x98\xf5\x3e\xee\xf4\xc8\x00\x00\x00\x5e\xfb\xf1\xaf\x0f\ +\x0e\x46\x8b\xc7\x42\xcf\x9c\x39\xe3\x2c\x22\xba\x94\x53\x90\x99\ +\x01\x80\x3b\x6f\x80\xe7\x1b\x01\xf4\x01\x81\xdd\xc2\x77\xdc\xf9\ +\xd7\x72\x67\x60\x6d\x7b\xf8\xdf\xbc\x3e\xaf\x1c\xa5\x3c\x53\x91\ +\x7f\x8e\x33\xd3\xb3\x97\x7d\x2a\x6f\xeb\xf7\xe6\xed\x7b\x02\xcf\ +\x1b\xef\xdb\xed\x3c\xcf\xa1\xf4\x82\x9c\x8b\x55\x1f\x00\xa5\x26\ +\x06\xe0\xb2\x15\x0e\x74\xd0\xee\x4a\x2f\x48\xc8\xb4\x81\xae\x65\ +\xbe\x02\x43\xed\x4d\xe5\x36\x6f\xce\x9a\x7d\xf3\x93\xeb\x64\x5c\ +\x69\x0b\x74\x92\xa0\x76\x5e\x0a\xc5\xa5\x50\xde\x99\x33\x67\xb0\ +\xb7\xb7\xb7\xf0\x0e\xf7\xee\xdc\xcf\xdf\x39\x44\x13\x7e\xe6\xa5\ +\x47\x0a\x00\xd3\xd9\x4c\xbe\xf6\xea\xaf\xaa\x7b\x5c\xd5\xa4\x1f\ +\xfc\xe0\x07\xc6\xce\x9a\x17\x20\x04\x90\xb6\x53\xc7\xd2\xfc\xcf\ +\x0a\x8e\x29\x03\x5b\xa6\xc9\xc6\xb7\xbf\x55\x60\x00\x18\xe1\x64\ +\xf5\x85\x35\x8e\x44\xbf\x4e\x07\x38\x4c\xbe\x12\x86\x34\xcd\x3c\ +\x81\xf7\xa2\xfd\x2a\x71\x00\x96\x05\xa8\x36\x79\x42\x24\x5d\x86\ +\xc0\x05\xb1\xde\x29\xe8\x0b\xab\x67\x12\x80\x99\x02\xc6\xcc\x70\ +\x6d\x7f\x8a\x09\xa0\x63\xb3\x55\x88\x79\x8f\xd5\x36\x58\xda\xe6\ +\x9a\x39\xbe\xf3\x0f\x70\x03\x81\xe8\x1c\x61\x40\xa9\x29\x3e\x50\ +\x65\x04\xfc\x2a\x5f\xb8\x7b\xad\x00\x2b\x9d\xa8\x72\xbe\xae\xaf\ +\x6d\x6e\x6e\x2e\xb5\xca\x6f\x51\x14\x78\xf5\xe5\x9f\x8f\x8a\x25\ +\x58\xc2\x61\x48\x8f\x14\x00\x00\xb5\x07\xda\xa5\x0f\xae\x2c\x8c\ +\x10\x9c\xcd\x66\xf8\xfb\xbf\xff\x7b\x33\x31\x66\x11\xba\x07\x35\ +\x42\x0c\xc0\x71\xd6\xd5\x8e\x9f\xa3\xa1\x6c\x8d\xf6\xf7\x7f\x5d\ +\x13\x84\x69\x70\xef\x1e\xfc\x4e\xbe\x19\x51\x14\x85\xb1\x51\x5d\ +\xc1\xf3\x03\x74\xb8\xa0\xda\xb6\xf2\x05\xb5\x1d\x93\xc0\xf3\x07\ +\x88\x8a\x53\xd0\x0d\x12\x22\xed\x4b\x82\x0a\x56\x9e\x80\x80\x4c\ +\x03\x60\x3e\x03\xa0\x7b\x08\x5d\x9f\xd9\x1f\x90\xdd\x9b\x0b\xbf\ +\xe3\x23\xf0\xc0\xdb\x6a\xff\x7a\x67\x1f\x69\x73\xee\x23\xa8\x35\ +\x15\xf4\x2f\x01\x49\x2b\x16\x58\xeb\x45\xb5\xfd\xc0\xbf\x76\x3c\ +\x1e\xe3\xd4\xa9\x53\xb5\xe5\xfc\xf4\xf6\xeb\xef\x4d\xee\xdc\xb9\ +\x77\xe8\xa9\x3f\xa5\x47\x0e\x00\x00\xf0\x93\x1f\xfc\x6c\x34\x1a\ +\x1e\x2c\x84\xc8\xbb\x77\xef\xe2\xe5\x97\x5f\x76\x86\x5f\x16\x25\ +\x97\x66\x57\x7f\x1d\xcd\x5c\x03\x08\x75\x02\xcc\xff\xf6\x29\x3e\ +\xa5\xc0\xbb\x97\x59\x48\xd3\xf3\x2b\xf8\x6d\xc8\xb2\xdc\x68\x5d\ +\x97\x02\xbb\xb6\x3d\x0f\xd4\x71\xd9\x40\xd5\x01\xc8\x23\xf2\xac\ +\x09\x41\x20\xd2\x64\x7f\x57\x4d\x02\x62\x23\x1c\x24\x24\x81\x04\ +\x39\x05\xc9\xee\xf7\xfc\x01\x06\x48\x44\x95\x65\x80\xb5\xc5\x77\ +\x38\xfa\xfe\x0c\xc0\x1d\x05\xa0\x6b\xcb\x1a\x85\x60\xed\x7c\x5b\ +\x56\x32\x76\x40\x29\x0e\x80\xa3\x2b\x31\xbb\xae\x7e\x39\x31\x8a\ +\xf6\x7b\xf3\xcd\x37\x97\x5a\xcc\xf6\xfe\xdd\xad\xfc\xb7\xbf\x78\ +\xf3\xd0\x3b\xfe\x78\x7a\x2c\x00\x30\x9d\xa5\xf2\x1f\xbf\xf7\xea\ +\x68\x19\x81\x7e\xef\xbd\xf7\xf0\xc6\x1b\x6f\x98\xbf\xe7\x5d\xc3\ +\x59\x80\xf3\xd1\xb9\x20\x4b\xfb\xd3\x44\xff\x17\x45\x0f\xd6\x7a\ +\xe3\x1b\xce\xf3\xb6\x99\xf3\x2c\x3f\xd3\x73\xff\x9d\x46\xd1\xcd\ +\xa5\x67\x12\x78\x0e\x40\x29\xb9\xc0\x5a\xd6\xa0\x4c\x22\x3f\x20\ +\x08\xf5\x79\x06\x04\x98\x09\x60\x58\x83\xd2\xc8\xb6\x0d\xfa\x7e\ +\x4c\xe3\x9b\xf2\x1e\x1b\xa0\x3c\xb0\x6b\x8d\x46\x87\x15\x72\xfe\ +\x7c\x16\x20\x78\x1b\x08\xa8\x7c\xed\x5f\xef\x0f\xa8\x17\x64\xfb\ +\xbe\xa3\x00\x38\xd2\x8f\xcd\x37\x58\x14\x45\xf8\xde\x7b\xef\x61\ +\x77\x77\xb7\x52\xc6\x4f\x59\x9a\xc9\x97\xbf\xf3\xe3\xd1\x61\x1e\ +\xf3\xaf\x4b\x8f\x05\x00\x00\xe0\xc6\xf5\x8d\xec\xdd\x53\xa7\x97\ +\x8a\x8f\x7e\xe5\x95\x57\x9c\x3d\xd6\x96\x72\x0a\xf2\x7e\x24\xe7\ +\xac\xf6\x63\x3a\xbf\xfd\xdb\x4f\x7c\xed\x80\xba\x3a\xe8\x7c\xe8\ +\xdd\xa3\xc2\x0a\xbc\xf3\x45\x41\x5a\xc5\x6a\x7f\x75\xde\x1b\xff\ +\x87\xd5\xe6\xdc\x14\x20\x10\x50\xd9\x04\x02\xf5\x02\x6f\x81\xa5\ +\x26\x8f\xf9\x04\x38\x1b\x30\x6d\x80\x1d\x2e\xb4\xe1\xc1\x36\x16\ +\xc0\xb6\xbb\x7a\x8e\x47\x24\x2a\x00\x73\x4d\x08\x5f\xf8\xed\xb0\ +\x27\x1b\x89\xa0\xb7\xaf\x11\x67\x9e\x3f\x80\x27\x9f\x25\x04\x02\ +\x38\xda\x8f\x9d\xf9\xfd\xaa\xde\x7a\xed\x7f\xe5\xca\x15\xdc\xb8\ +\x71\xa3\x5a\x71\x4d\xfa\xf9\xab\xbf\x3a\xd8\xd9\xda\xfd\x64\x49\ +\x3f\x1e\x23\x00\x00\xc0\xaf\x7e\xf6\x9b\xf1\xa2\x0d\x45\x00\xf5\ +\x31\xbe\xfe\xf5\xaf\xe3\xde\xbd\x7b\xe6\xef\x45\x20\xe0\x2f\xde\ +\x69\x69\xa8\x2d\xc3\x15\xee\xbc\x39\x04\x00\x1c\x73\x41\xfd\xed\ +\xd5\x57\x63\x18\x2c\x1a\x11\xa0\x7d\xe3\x5c\x00\xf2\x87\xf1\xbc\ +\x61\xc1\xba\xf5\xf7\x3c\x7f\x80\x13\x61\xa7\x05\xde\x11\x6a\xbe\ +\x40\x08\x13\x50\x9f\x0d\x80\xc7\xf1\x13\x03\xd0\x42\xcc\x9d\x88\ +\x92\xea\x64\x94\xdf\x9c\x97\x70\x04\xdf\x30\x04\x76\x3f\x2e\xfc\ +\x16\x2c\xdc\x99\x8a\xee\xd7\x6e\xd6\xfe\x2a\x1c\xd9\x9a\x0c\xb2\ +\xd4\x6b\x45\x08\x89\x63\x2b\x09\x22\xb6\xa1\x67\x59\x96\x15\xe1\ +\xa7\xdf\xcd\xcd\x4d\x67\xc1\x9a\x79\xe9\xe2\xf9\xcb\xe9\xe9\x77\ +\x16\xef\x8b\x71\x18\xd3\x63\x05\x80\xbc\x28\xf1\xbd\xff\xf6\xca\ +\x70\xb2\xc4\x12\x49\xb3\xd9\x0c\x7f\xfb\xb7\x7f\x6b\x26\x5f\x3c\ +\x08\x08\x10\x0b\xa0\x7c\xe7\x18\x70\xb4\x7e\xed\x79\x54\xb5\x7e\ +\xd3\xaf\x3f\x22\x30\xcf\x07\x50\x14\x05\x63\x17\x4c\x40\x8d\x50\ +\xe8\x0b\x0c\x52\x59\x2d\xaf\x0e\xfc\x98\x00\x76\xcc\xa2\xef\xec\ +\x2a\x3d\xae\x66\x87\xe7\x17\x50\xb7\xb3\x71\xfe\xb6\x5d\xdc\x51\ +\xa8\xf2\x1c\x40\xa8\xf1\x01\xb8\xa3\x04\xe6\xc1\x9d\x3c\x0e\x36\ +\x8e\xf0\x7b\x7e\x01\x73\x2c\x5d\x4d\x4f\x9f\xbf\x6e\xaa\xb0\xcd\ +\x53\xb1\xfd\xeb\xfd\xc4\x99\x07\x32\xcf\xe3\xbf\xb7\xb7\xb7\x74\ +\xa8\xef\xee\xf6\x5e\xf1\x93\x97\xff\x69\xb4\xb0\xe0\x21\x4d\x8f\ +\x15\x00\x00\x60\x7f\x6f\x58\xfe\xf8\x7b\x3f\x1d\x2e\xf3\xb2\xf7\ +\xf6\xf6\xf0\xf5\xaf\x7f\xdd\x19\x19\x78\x10\x26\x50\x2b\xb4\x4b\ +\xf8\x00\x6a\xfd\x0a\xa8\xb2\x80\x3a\xe0\xf0\xcb\xe9\x5b\x22\xcf\ +\x73\x23\x62\x04\x12\x56\x40\x7d\xc7\x58\xc0\xfc\x01\x75\x61\xbb\ +\x7e\xac\x7d\x9d\xa3\x50\x30\x10\x08\xdc\xfb\x19\x10\xa8\x77\xd8\ +\x71\x47\xa1\x13\xea\x5b\xd1\xcc\xb6\x7d\x15\x7f\x00\xd7\xf2\x4c\ +\xeb\xfb\x02\x2f\x9c\xfb\xd1\xfb\x27\xb3\x45\x3f\x0b\x05\xfa\x58\ +\x5b\xc7\x68\x7f\x9e\xa4\x94\x08\x03\x60\xad\x17\x9b\x3d\x0a\x17\ +\xd9\xfc\x93\xc9\x04\xaf\xbf\xfe\xfa\x52\x0e\xe7\x74\x96\xca\xef\ +\x7d\xf3\x95\xe1\xa2\xdd\xb1\x0f\x73\x7a\xec\x00\x00\x00\x57\x2e\ +\x5f\xcf\x5e\xff\xd5\xa9\xa5\xbc\xa7\x1b\x1b\x1b\xf8\xc6\x37\xbe\ +\x61\xe8\xf3\xe2\x70\x61\x05\x02\x42\x58\x8d\x51\xe7\xb8\xab\x24\ +\x9f\x15\xa0\x1e\x40\x04\xaa\xd3\x87\x83\x06\xb6\xc0\x03\x88\xf2\ +\x3c\x87\x10\xf5\xcb\x87\x93\x06\x27\xa1\x70\xa9\xb0\x3b\x54\xe8\ +\xfb\x03\x7c\x81\x97\xcc\xa4\x30\x20\x20\x39\x6b\xd0\x1a\xde\x4a\ +\x6d\x8d\xd0\xd6\xad\x23\xc0\x34\xbc\x01\x0f\x1b\x23\xe0\xc7\x09\ +\xe8\x27\x74\x47\x1d\x60\x1d\x89\x2e\xc8\xf1\xa8\x46\x61\x84\x9f\ +\x3f\x3b\x51\x7f\x97\x11\x90\x20\xab\xbf\x93\x30\xc0\x51\x8f\xf6\ +\xf3\x72\x7e\x4a\xd3\x14\xbf\xfd\xed\x6f\x8d\x82\x99\x97\xa4\x94\ +\x78\xf5\x95\x9f\x8f\xb6\xef\xef\x7c\xe2\xec\x7e\x9e\x0e\x05\x00\ +\x00\xc0\x6f\x5e\x7b\x73\x72\xf5\xd2\xb5\x85\xf1\x01\x80\xda\x76\ +\xf9\x5b\xdf\xfa\x16\x68\x13\x92\x45\x68\x2d\x84\x40\x18\x58\x20\ +\x00\x3c\x1b\x5f\xdb\xea\x73\x7d\x00\x4d\x2c\xc0\x07\x05\xd8\x5f\ +\x1f\x14\x78\xbd\x45\x91\x9b\xfb\xf1\x72\x8e\x87\xde\xd3\xfa\x7e\ +\x40\x90\xd1\x82\x1e\x08\xd8\xcb\x69\xd8\x32\x70\x41\x40\xd8\x38\ +\x01\x6a\xb8\x71\x0a\x32\xed\xcc\x69\xbf\x61\x00\x14\xd0\xc3\x6c\ +\x7c\x4b\xe5\xf5\x7d\xa5\xeb\x03\x70\xb5\x7d\xd5\x24\x80\x01\xa5\ +\xc5\xc2\xef\xbe\x65\xba\x9f\xf4\x9e\x1b\x48\x42\xe0\x48\x3f\x71\ +\x00\x76\x5e\x94\x1f\x09\x3f\xed\xc6\xbc\x28\xbd\xfd\xc6\x7b\x93\ +\x0f\xce\x5e\x5a\xaa\xbf\x1e\xe6\x74\x68\x00\x00\x00\x5e\xfe\xf6\ +\x8f\x47\xf7\xee\xdc\x5f\x3c\xe0\x0a\xe0\xdc\xb9\x73\xf8\xee\x77\ +\xbf\xbb\x34\x08\x00\x5a\x53\xb3\xbf\x17\xc6\x01\xd4\x9c\xaf\x5b\ +\xe8\xc3\xa9\x53\xd4\x9c\xf7\x4c\x02\x4e\xff\xb9\xa3\x90\x83\x80\ +\x11\x0e\xae\x79\x85\x15\x08\x9b\xc7\x9d\x82\xa6\x26\x73\x2f\x77\ +\x74\xc0\x02\x87\x6f\x12\x98\x27\x61\x6c\xc0\x38\xef\x98\x0f\xa0\ +\xd1\xd3\x3f\x67\x9d\x00\x9f\xea\x3b\xec\x82\x40\x84\x9e\x1b\x2e\ +\x5b\xa9\x08\xbf\xb0\xab\x0e\xd7\x69\xff\x52\x02\xdd\x24\xc4\x91\ +\x7e\xdb\x31\x19\xfc\x72\x3c\x65\x59\x86\x37\xdf\x7c\x73\xa9\xc5\ +\x3d\x00\x35\xcb\xef\x57\x3f\xfb\xed\x27\x6a\xbc\xbf\x29\x1d\x2a\ +\x00\xc8\xb2\x5c\x7e\xf7\x1f\x5e\x19\x2e\x13\x24\x04\xa8\x18\x81\ +\x1f\xfe\xf0\x87\x46\xf8\xb9\x57\xb7\x29\x05\x81\x40\xc0\x65\x06\ +\x56\xf1\x59\xa1\xb4\xbf\x75\xac\x20\xf0\x84\xbc\x42\xf5\x09\x2c\ +\xbc\x7a\xe8\x6f\x1a\xfe\xe3\xe7\xf9\xbe\x7a\x3a\xd7\x08\x8a\xf5\ +\x9a\x03\xc6\xab\x5f\x27\xf0\x82\x69\x58\xfe\x69\x4d\x1c\x81\x1f\ +\x24\xe4\x9a\x04\x5c\xdb\x4b\x7e\xdf\x39\x3e\x00\x78\xed\xae\x1b\ +\x69\xa1\x72\x3c\x84\x58\x01\x0c\xf7\x75\xd8\x97\x61\xc1\x09\x15\ +\xe1\xb7\xde\x4a\x6b\xd3\x9b\xa1\x50\x29\xb1\xda\x89\x31\xe8\x26\ +\x9a\x0d\x2d\xa6\xfd\x45\x51\xe0\xad\xb7\xde\x5a\x6a\xac\x1f\x50\ +\x71\xfe\x3f\xf8\xe6\x8f\x3e\x31\xa1\xbe\x8b\xd2\xa1\x02\x00\x00\ +\x18\x0d\x47\xe5\xb7\xff\xfe\x07\xfb\xcb\x3a\x56\x4e\x9d\x3a\x85\ +\x6f\x7d\xeb\x5b\x26\x52\x6b\x91\x63\x10\x50\xc2\x46\x43\xc1\x4d\ +\xc3\x77\x26\x35\x55\x55\xe3\x10\x74\xff\xae\xaf\x57\x40\x22\xcf\ +\xf3\xc6\x59\x82\xf6\x97\x09\x94\x14\x8e\x86\x44\x8d\xbd\xcc\x17\ +\xef\x58\x04\x02\xa4\xd1\x0d\xcd\x26\xad\x2a\xdd\x73\x86\x9e\x3b\ +\xac\xa0\xca\x00\xea\xf6\x09\xf0\xe7\x0c\x90\xb6\x37\x26\x86\x03\ +\x08\xac\x2d\x4c\xf8\xad\xb3\xd2\x3e\xb3\xf3\x2c\xda\xe4\x51\xce\ +\x3e\x81\x23\xfd\x16\xba\x6d\x15\xe1\xd7\x34\xb9\x87\x7e\xa5\x94\ +\x46\xf3\x2f\x33\xb7\x1f\x50\x5b\xdf\x7d\xe7\xef\x5f\x1e\x1e\x96\ +\x6d\xbd\x3e\x8a\x74\xe8\x00\x00\x00\xb6\xee\x6d\x17\xaf\x7c\xe7\ +\xc7\xc3\x45\x1b\x8d\x52\x3a\x7d\xfa\x34\xbe\xfd\xed\x6f\x3b\x8e\ +\xc1\x65\x9c\x83\x61\xe0\x0a\x20\x67\x01\x0b\x57\xf9\x69\xf0\x11\ +\x54\xd9\x80\xfb\x77\x9e\xe7\xee\x2e\xba\xec\x1e\x55\xe7\x21\x13\ +\xc6\x0a\x4d\x0e\x3c\x0d\x0a\xa0\x66\x2e\x3f\x2d\xd7\xad\x2e\xd2\ +\x54\x5e\xd3\xfb\xfa\xe1\x43\x7b\x8e\x6f\xa5\xc9\x9d\x7d\x60\xb6\ +\x3d\x09\x35\xff\x35\x82\xae\xff\xf1\x98\x01\x77\x31\x11\xc1\xda\ +\x65\xaf\xb1\xe5\x6c\xbb\x8d\xe9\xe3\x00\xa3\xfa\x4d\xa2\x10\x47\ +\x7a\x09\x5a\x71\x54\x1b\xd6\x5b\x67\xfb\xcf\x66\x33\xbc\xf1\xc6\ +\x1b\x66\x45\xea\x45\x69\x3a\x9d\xc9\xef\x7c\xe3\xe5\xfd\xc3\xb8\ +\xb2\xef\x87\x49\x87\x12\x00\x00\xe0\xea\xe5\x1b\xd9\x8f\x7f\xf0\ +\xb3\xe1\x32\xb6\x3d\xa0\xa6\x6a\xfe\xc3\x3f\xfc\x83\xd9\x54\x73\ +\x59\x10\x88\x42\x2b\x78\x26\xf1\xd1\x02\xfd\xb7\x6f\xc7\x03\x55\ +\x2d\xef\x9b\x10\x75\xa6\x80\x5a\xf5\xd7\xd3\xf6\xac\x3d\x55\x00\ +\x62\x81\x3a\x0c\x04\x28\xcf\x07\x01\xe9\xcd\xe5\x37\x36\x3f\x5f\ +\x57\xc0\x37\x09\x04\x73\x2a\x92\xe0\x49\x7b\xde\x9a\x03\x96\x19\ +\xb8\x26\x81\x17\x04\xa4\xef\x5d\x3f\x73\xd0\x0a\xb2\xb9\x1f\xb1\ +\x0b\xc6\x02\xec\x4b\x0d\xd8\x39\xdd\x6a\x12\xfe\x20\xd0\xf6\x7e\ +\x4b\xed\x8a\x34\x27\xf1\xbe\x40\xc2\xbf\xbf\xbf\x3f\xf7\x1a\x4a\ +\xe9\x2c\x95\xdf\xfb\xc6\x0f\xf7\xb7\xee\x6d\x7f\xa2\x3d\xfe\x75\ +\xe9\xd0\x02\x00\x00\x9c\x3f\x73\x31\x7d\xf5\x95\x9f\x8f\x96\x9b\ +\xe7\x0d\x5c\xb8\x70\x01\x7f\xf3\x37\x7f\x83\xd1\x48\xc5\x65\x2c\ +\x03\x02\x80\x0a\xde\x09\x45\x75\xc5\x20\x47\xfb\xcb\xea\x70\x5f\ +\x1d\x3b\x98\x67\x0a\x94\x65\xa9\x01\xa0\xaa\xed\xf9\x28\x81\xef\ +\x0f\xf0\x9d\x82\xe6\x89\x48\x18\xe1\x0a\x47\x93\x0d\xed\x8c\x93\ +\x13\xbb\x00\x99\x18\x9e\xad\xed\x9c\x07\x33\x0f\xac\x99\xe0\xb6\ +\xd1\x9a\x0c\xfe\x64\x1e\x3a\xe6\xc0\xe0\xb0\x07\x61\xeb\xb6\x8c\ +\x04\x9e\xf0\xd3\xf0\xa2\xba\x26\x0c\x03\xac\x75\x13\x0c\x7a\x6d\ +\xb3\xa5\xfa\x32\x8b\x87\xd0\x66\x34\xcb\x7a\xfb\xf3\x2c\x97\xdf\ +\xff\xe6\x8f\x86\x1b\xb7\x36\x97\x72\x4e\x7f\xd2\xd2\xa1\x06\x00\ +\x00\x38\xf3\xee\xf9\xd9\x6b\xaf\xfe\x7a\xb9\xaf\x05\x15\x27\xf0\ +\xd7\x7f\xfd\xd7\x4e\xd8\xf0\xb2\x23\x04\x51\xa0\xc0\xa0\x2e\x4e\ +\xa0\x91\xea\xa3\xde\x44\xf0\x41\x24\x10\xf0\x6c\xff\x3a\x6d\x6f\ +\xaf\xa1\x89\x4d\x75\x4e\x41\x25\x99\xae\xf7\x5f\xb0\xf3\x16\x04\ +\x02\x47\x78\xd4\xfb\xb0\xe0\x20\x8c\x30\x6a\x6d\xcf\x7c\x00\xce\ +\x79\x8f\x15\x18\xa7\xa0\x67\xfb\xa3\x21\xcf\x61\x02\x8e\x2f\x01\ +\x0c\x10\xd8\xb3\x0a\x8a\x2e\xe4\xc2\x6f\xd9\x58\x2b\x89\x70\x74\ +\xa5\x83\x76\x2b\xf1\x00\xa8\x1e\xf4\xe9\xef\xed\xed\x6d\xbc\xfe\ +\xfa\xeb\x66\xf5\xe9\x45\xa9\x28\x0a\xbc\xf2\x9d\x9f\x8c\x6e\x5c\ +\xbb\x75\xa8\xd7\xf5\xfb\x30\x29\x5c\x5b\x7d\xe2\xff\x04\x80\x22\ +\xcd\x20\xab\x82\xc2\x7a\x1f\x04\x14\x60\xd0\x3f\xe1\x9d\xff\xd8\ +\xd2\xe6\xc6\xdd\x5c\x96\x25\x9e\x79\xee\xe4\xdc\xbd\x06\x29\xcd\ +\x66\x33\x9c\x3e\x7d\x1a\x27\x4f\x9e\xc4\xda\xda\x1a\x00\xd5\x09\ +\xea\x68\x3c\x4f\xa4\xdd\x85\xfa\x43\x8f\x6f\x03\xe6\xf1\x98\x93\ +\x40\x08\xb2\x83\xd1\xe8\x28\xe4\x20\x01\x21\x90\xa5\x29\x4a\xdd\ +\x0e\x69\x3a\xb7\x29\xcd\x0b\xeb\x43\xea\xd4\x5c\x38\x9a\x6e\x60\ +\x0a\x9a\x53\xc6\xde\x27\xcc\x20\x2a\x63\x3e\x1d\xbd\x13\xc6\x7c\ +\x48\x38\x85\x80\xd9\x87\xd0\x3c\xa2\xbe\x4e\x08\xd0\xd8\x9d\xef\ +\x03\x68\xca\x73\xdb\xec\xc7\x18\x58\xb6\x42\x8d\xad\x50\x7e\x00\ +\x81\x08\x30\xe8\x24\xe8\x77\xd4\xf8\xbe\x2f\xec\xdc\xf3\xef\x03\ +\xc3\xc6\xc6\x06\xde\x7f\xff\xfd\xa5\x94\x01\xa0\x84\xff\x47\xdf\ +\x7b\x75\x78\x71\x89\xb5\x2b\x0e\x4b\x12\x42\x20\x6a\xab\x9d\xa3\ +\x27\x93\xe1\xbb\x79\x9e\xee\x01\x98\x01\x98\x00\x18\xeb\x7f\x53\ +\x00\x19\x80\x02\x80\xfc\x44\x00\x00\x00\x6c\xdc\xdc\xcc\xb3\x34\ +\x93\x9f\x7a\xfe\x64\xb2\x48\x90\x01\xa5\x6d\x4f\x9f\x3e\x8d\x7e\ +\xbf\x8f\x13\x27\x4e\xd4\x76\x8e\xa6\x44\x1a\x3d\x10\x6a\x63\x4b\ +\x07\x04\xc0\x35\x35\x03\x09\x51\x3d\xcf\x93\x2c\x4b\x64\x59\xa6\ +\x3b\x2e\xbb\x16\xbc\xee\x2a\x08\x28\x01\x58\x16\x04\x4c\x41\x2d\ +\x3c\xd2\x02\x19\xac\x2c\x32\xaf\x83\x06\x31\xc9\x28\xba\x2e\x69\ +\x7c\x00\x0d\x0f\xe4\x09\xb2\xb5\xfd\xe7\xe4\xb1\x2e\x63\x9f\x85\ +\x7c\x14\x9c\x5d\xb8\x0e\x48\x48\xa0\x1d\x47\x58\xeb\xb7\x11\x47\ +\x61\x45\xb8\x4d\x31\x4f\xf3\x0b\x21\x50\x96\x25\x2e\x5d\xba\xb4\ +\xd4\xe6\x9d\x94\x8a\xbc\x90\xaf\x7c\xe7\x27\xa3\x4f\x92\xf0\x03\ +\xff\x9d\x03\x00\x00\x6c\x6e\xdc\xc9\x47\xc3\x51\xf9\xfc\x67\x9e\ +\x5d\x0a\x04\xa4\x94\xb8\x70\xe1\x02\x86\xc3\x21\x9e\x7f\xfe\x79\ +\xe3\x28\x5a\x9a\x0d\x08\x25\x02\xee\xee\xb6\x30\x4a\x90\xe7\x91\ +\x96\xb7\xd7\xd3\x81\xfa\xc9\xf3\x9c\x69\x1f\xb7\x03\xf3\xff\xdb\ +\xba\xd4\xff\x04\xe0\x02\x86\xd1\x96\x92\xd1\x68\x43\x01\x98\x06\ +\xe5\xf7\x61\x82\x4f\xcc\x80\xc1\x00\x01\x01\x63\xd9\x06\x08\x1c\ +\x2d\xee\x08\xb2\x7d\x7e\xfe\xbb\x28\x8f\x1a\xc4\xb5\xbd\xe3\x64\ +\xf5\xfc\x0b\x51\x10\x60\xb5\xd7\x42\xb7\x9d\x18\x73\x6b\x99\xfb\ +\x01\x2a\xc0\xe7\xfd\xf7\xdf\xc7\xe6\xe6\x26\x96\x4d\x59\x9a\xc9\ +\x1f\x7c\xeb\x1f\x87\x97\x2f\x5d\xfb\xc4\xd1\xfe\xff\xee\x01\x00\ +\x00\xee\xdd\xdd\x2a\x86\x7b\xc3\xe2\xf9\xcf\x3c\xdb\x22\xe7\xcf\ +\xa2\xb4\xb9\xb9\x89\x4b\x97\x2e\xe1\x85\x17\x5e\x40\xbb\xdd\x06\ +\x80\xa5\xd9\x40\x10\xd8\xe1\xc2\x92\x09\xa2\xa3\xa0\x98\x29\xc0\ +\x4d\x03\x4b\xbd\x81\xd9\x2c\x35\xc0\x53\x11\x78\x96\x67\xb4\x3d\ +\x2c\x6d\xe7\x0c\x80\xcf\x67\xe0\x20\xe0\x50\x7c\x23\x58\x0d\x26\ +\x81\x69\xb9\x30\xd7\xd8\xba\xad\x3f\x83\x6b\x73\x61\xae\xa5\x8a\ +\x1e\x82\x01\xf0\x7b\x38\xda\x9e\xd1\x7f\xf6\x4d\x56\xda\xca\xc9\ +\x17\x86\x01\x9a\xc0\xa4\x09\x10\x86\xc3\x21\xde\x7e\xfb\xed\xa5\ +\xa3\xfb\x00\x60\x36\x9b\xc9\xef\x7e\xe3\x87\xfb\x37\xae\xdd\xfa\ +\x44\x3a\xfc\xfe\x59\x00\x00\x00\xdc\xbf\xb7\x5d\x6c\xdf\xdb\x29\ +\x9e\xff\xcc\xb3\x49\x18\x86\x4b\xdd\x7b\x34\x1a\xe1\xbd\xf7\xde\ +\xc3\xfa\xfa\x3a\x8e\x1d\x3b\xe6\x9c\x5b\xd6\x24\x08\x43\x61\xe4\ +\x4a\xe5\xdb\xf3\x5c\x83\x3a\xfe\x01\x28\xb0\xc9\x73\xbd\xf1\x07\ +\x03\x01\x5f\xb3\x57\xf3\xac\xf9\xcc\x4d\x07\xde\x2e\x02\x01\xc5\ +\x55\x88\xd9\x48\x2d\xb4\x0d\x26\x01\x0c\xb7\x70\x1e\xc4\x30\x00\ +\x23\xe0\x9e\x0f\xc0\x08\x32\x7b\x37\xdc\xde\xa7\x5b\xcc\xc9\x33\ +\xef\x04\xa8\x68\x7b\xaa\xaf\xdb\x8a\xb1\xda\x69\xa1\x95\xc4\xec\ +\x7d\xd6\xdb\xf6\x7e\x9e\x94\x12\xd7\xaf\x5f\xc7\xe9\xd3\xa7\x97\ +\x5a\xc6\x8b\xd2\xf8\x60\x5c\x7e\xfb\xef\x7e\x30\xdc\xbc\x7d\xf7\ +\x13\x29\xfc\xc0\x3f\x23\x00\x00\x80\x9d\xed\xdd\xe2\xfa\xe5\x9b\ +\xe9\xf3\x9f\x79\x36\x49\x5a\xc9\x52\xf7\xcf\xf3\x1c\x67\xce\x9c\ +\xc1\xce\xce\x0e\x9e\x7b\xee\x39\xc4\xb1\xea\x60\xcb\xb0\x01\x3a\ +\x17\x06\x2a\x76\xc0\xac\x35\x57\x67\x0a\x38\xd7\x01\x45\x5e\xe8\ +\x30\x65\x5d\x0f\x81\x80\xa8\x82\x00\x60\xb5\xb9\xef\x84\x24\x10\ +\xd0\x35\xdb\xfb\xc2\x0e\xac\x59\xf3\x46\x5a\x2a\xdf\x60\x12\x80\ +\x84\x52\x71\x6b\xc6\x22\xec\x3d\xec\x64\x1f\xf7\x3d\x38\x36\x7d\ +\x45\xdb\x4b\x96\x67\xcf\xab\x4a\x5c\x33\x82\xdf\xaf\x93\xc4\x58\ +\xeb\xb5\xd0\x8a\x23\x35\x24\x5b\x33\x94\xd7\xf4\x5d\x84\x10\xc6\ +\xf9\x7b\xf3\xe6\xcd\xc6\xf2\x75\x69\x7b\x6b\xa7\xf8\x6f\x7f\xfb\ +\xbd\xfd\xed\x4f\xe0\x8a\x3e\x3c\xfd\xb3\x02\x00\x00\x38\x38\x18\ +\xcb\xcb\x17\xae\xa6\xcf\x7e\xfa\x99\xa4\xd3\xed\x2c\x3d\xa4\x79\ +\xf7\xee\x5d\x9c\x3f\x7f\x1e\x27\x4f\x9e\xc4\xca\xca\x8a\xc9\x5f\ +\xe4\x1b\xe0\xe7\x68\x76\x21\x24\x67\x04\xc2\x86\xcc\xb2\xb2\x79\ +\x9e\x99\xba\x39\x08\x00\xa8\x38\x05\x01\x18\xe7\x5b\x23\x08\xd8\ +\x16\xd9\xfb\x92\x58\x69\x2d\x38\xcf\x24\xe0\xe7\xac\x3f\xc0\x46\ +\x43\x3a\x3e\x00\x12\x78\xad\xfa\x5d\x1f\x45\xfd\xfb\x59\xd6\x1f\ +\xa0\x86\x24\x81\x4e\x1c\x61\xb5\xdb\x42\x3b\x89\xc1\xcd\xba\x26\ +\xdb\x9e\x9f\x27\x70\xb8\x7b\xf7\x2e\xde\x7a\xeb\x2d\x13\x03\xb2\ +\x6c\xba\x79\x6d\x23\xfb\xd6\xdf\x7d\x7f\x7f\x7c\x30\x69\x46\x99\ +\x4f\x48\xfa\x67\x07\x00\x00\x30\x9b\xa5\xf2\xc2\x99\x4b\xb3\xe3\ +\x4f\x3d\x19\x0d\xd6\x56\xe6\x87\x83\xb1\x34\x99\x4c\xf0\xf6\xdb\ +\x6f\xa3\x28\x0a\x9c\x3c\x79\xd2\x71\x10\x02\x8b\xcd\x02\x2a\x13\ +\x04\xca\x34\x00\xe0\x68\x36\xeb\x0f\x90\x26\xfa\xaf\xaa\xed\xe7\ +\x68\x76\x70\x41\xf7\x34\x38\x18\xbd\xae\x79\xf5\x3e\x93\xb0\x14\ +\x80\xa8\xb9\xe3\xd7\xe3\x57\x32\xb6\x00\xab\xb9\x59\x39\x63\xb3\ +\x33\x40\xa0\x16\x19\x70\xf0\xe8\xbf\xd9\x29\x88\x95\x0b\x84\x40\ +\xaf\xa5\x26\xee\x74\x5a\xb1\x66\x44\xcb\x01\x87\x05\x10\x89\x34\ +\x4d\x71\xe6\xcc\x19\x5c\xba\x74\x69\xe9\x21\x3e\x4a\x67\xdf\xff\ +\x60\xfa\xc3\x6f\xff\xe3\x28\x7b\x00\x53\xe1\x30\xa7\x7f\x96\x00\ +\x00\x00\x79\x51\xe0\xc2\xd9\x8b\x33\x01\x21\x9e\x7a\xe6\x44\xbc\ +\x8c\xf0\x52\xba\x71\xe3\x06\xce\x9c\x39\x83\xa3\x47\x8f\xe2\xe8\ +\xd1\xa3\x26\xbf\x09\x08\xea\xea\x16\xb0\xa6\x01\xb7\xdb\x01\x35\ +\x9e\x4c\x1d\xb3\xaa\xed\xad\x86\x75\xc3\x8a\xeb\xf2\xb8\xb0\x36\ +\x5f\xc3\x3f\x05\x99\x04\xf6\x42\xe6\x14\xd4\xff\xe3\xda\x9e\x6e\ +\x62\x87\xe4\x1a\x7c\x00\xac\x2d\x55\x9f\x84\x2d\x27\x59\x41\x2a\ +\x17\x05\x02\x83\x6e\x82\x41\xb7\x85\xe4\xff\x6f\xef\x5c\x9b\xd3\ +\x38\xb2\x30\xfc\xce\x85\xab\x04\x48\xc2\x92\x65\x2c\x5b\x52\xac\ +\x38\xb6\xb3\x95\x38\x59\x6f\x9c\x54\x36\x55\xae\xfd\xb0\x3f\x20\ +\x7f\x71\x3f\xed\x56\xa5\x52\xa9\xca\x6e\xb2\xbb\x95\xca\x65\x1d\ +\x3b\xbe\xcb\x8e\xad\x8b\xc1\x48\x80\x24\x04\x42\x20\xae\x33\xcc\ +\xa5\x7b\x3f\x0c\x03\xc3\x00\x02\x64\xdd\x10\xfd\x54\xa9\x46\x9e\ +\x69\x98\x11\xe6\xbc\x7d\x4e\xf7\xe9\xd3\x0e\xa1\xde\xe3\x1f\x64\ +\x36\x61\x7b\x7b\x1b\xcf\x9e\x3d\xeb\x39\xa5\xd7\x44\xd3\x74\x7a\ +\xff\x97\x47\x95\x5f\x7f\x7a\x20\xf5\x9a\x65\x3a\x08\x0c\xad\x00\ +\x00\x86\xc1\x6e\xc4\xb7\xd4\x5c\x76\x4f\xbf\x3c\x37\xe3\x14\xc4\ +\xde\x06\x07\x01\x40\x96\x65\xbc\x7c\xf9\x12\x85\x42\x01\xa1\x50\ +\x08\x4e\xa7\xb3\xe9\x7d\x81\xce\x5f\x42\xbb\x20\xf0\x3c\x07\x87\ +\x50\x9b\x39\x00\xea\xfb\xfe\xb5\xef\xd9\x9b\x8d\xac\xb9\x4b\x6e\ +\x77\xce\x7a\xbf\x2e\x22\xc0\x59\x3c\x80\x36\x21\x41\x4d\x7f\x1a\ +\xaf\x36\x43\x03\x4b\x28\x60\x8a\x81\xb5\x5d\xfb\x41\xc1\xc6\x7d\ +\x9b\x8d\xd6\xf4\x70\x00\x8f\x4b\xac\x27\xf1\x88\xb6\x51\x7d\x2b\ +\xbd\x0c\xf6\x55\x2a\x15\x2c\x2e\x2e\x62\x7d\x7d\xbd\xef\x5e\xbf\ +\x54\x2c\x93\x6f\xbf\xfa\xbe\x18\x5e\x19\xfc\x62\x1e\x76\x86\x5a\ +\x00\x4c\xb2\x99\x9c\x1e\x8d\xac\x2b\x33\xb3\x21\x47\x3f\xe3\x02\ +\x80\xd1\xa3\x98\x3b\xc0\x5c\xb8\x70\xa1\x69\x81\x49\x2f\x5f\x4c\ +\x2b\x3c\xc7\x81\xe7\x28\x44\x9e\xd6\xf3\xfc\xeb\xf9\x04\x76\xa3\ +\xb5\x0c\x0a\x5a\x0d\xbe\x31\x5e\x00\xec\x27\x02\x6d\x85\xc3\x62\ +\xc8\xa6\x31\x5a\xbd\x81\x26\xcd\xb1\x3c\x43\x7d\x4c\xc0\xee\x15\ +\xd4\x9f\x15\x9d\x05\xa1\xf1\x80\x00\x00\x97\xc8\x61\xb4\xb6\x3e\ +\xdf\xed\x14\x9b\xd2\xa0\x3b\x7d\x6e\x26\xed\x7a\x66\x45\x51\x10\ +\x89\x44\xf0\xfc\xf9\xf3\x9e\xd3\x79\xad\x24\x37\x53\xea\x37\x7f\ +\xff\x67\x31\x9b\x1d\xec\xc1\xbe\x4e\x30\x01\xa8\x21\x4b\x32\x5d\ +\x79\xf9\xba\xea\x76\xbb\xb8\xa9\x0b\x93\x62\xf7\x57\x34\xd0\x75\ +\x1d\xeb\xeb\xeb\x58\x5e\x5e\x86\xdf\xef\x47\x30\x18\x6c\xfa\xa2\ +\x12\x42\xda\x87\x01\x6d\xce\x99\xdb\x7e\xf1\x1c\xe0\x10\x6b\x9e\ +\x81\x60\x98\x7f\xeb\x6e\x37\x16\x81\xa9\x19\xb4\x75\xdc\xc0\xe2\ +\xb8\x37\xdd\xcf\x7a\xdd\x1e\x32\x98\x86\x4c\x61\xf1\x00\x6a\x76\ +\x65\x75\xe5\xad\xb3\x05\x8d\x0b\xb5\x73\xf5\x81\x46\xcb\x0b\xea\ +\xcd\xac\x1e\x82\xb1\xa0\xca\xe5\x10\x30\xea\x16\xe1\xf7\x3a\xe0\ +\x71\x39\x5a\x7a\xfb\x83\xb8\xfa\x94\x52\x6c\x6e\x6e\xe2\xc9\x93\ +\x27\xc8\x64\x32\x2d\x9f\x73\x37\x08\x21\x78\x72\x7f\x51\xfa\xe1\ +\xbb\x9f\x4a\x55\x65\x70\x0b\x78\x76\x83\x09\x80\x05\x42\x08\xd6\ +\xa3\x71\x35\xb7\x9b\xd3\x2f\x5e\x0e\x39\x1d\x0e\xb1\xaf\x67\x94\ +\x24\x09\x4b\x4b\x4b\x88\xc5\x62\x08\x04\x02\x08\x04\x02\xf5\x81\ +\x2a\x6b\x3d\xb9\xfd\x3c\x01\x73\xe5\x9f\xf5\x3a\xcf\x01\xa2\x00\ +\xb8\x1c\x3c\x04\x1e\xf5\x29\x45\x6b\x87\x67\x1a\x6a\xf3\x4c\x80\ +\x35\x4f\x00\x30\xc7\x0f\xac\x22\x01\xb4\x13\x01\x8b\x07\x00\x6b\ +\xb8\xd1\x61\x46\xc0\x12\x0a\x18\xed\x1a\xe7\xec\x63\x00\x1c\xc7\ +\xc1\x29\x72\xf0\x3a\x05\xf8\xbd\x22\x7c\x5e\x27\xdc\x0e\xa1\x69\ +\xe3\x8d\x6e\xc6\xdd\x6b\x9c\x1f\x8f\xc7\xd1\x6b\x7d\x08\x2b\xc5\ +\x42\x89\x7c\xf7\xf5\x7f\x0a\x4b\x2f\x57\xab\x67\x29\xde\x6f\x07\ +\x13\x80\x36\x64\x33\x39\x7d\xf5\x55\xb8\x1a\x9c\x9a\x10\x02\x63\ +\xfe\x9e\x67\x09\x4c\xf2\xf9\x3c\x5e\xbc\x78\x81\x78\x3c\xde\x24\ +\x04\x00\x5a\x84\xc0\xee\x29\xd8\x17\xaa\x58\x8f\x40\x63\xe0\xd0\ +\xe5\xe0\xe1\x72\x18\x1e\x82\x31\x74\x61\x9d\xd2\x6b\x1c\x01\x7b\ +\x42\x50\x63\x2a\xb1\x76\x17\xe3\x60\x09\x09\xac\x9a\x54\x9f\x2e\ +\xe4\x2c\x99\x78\x68\x78\x00\x66\x72\x90\x35\x14\x30\x3d\x03\xf3\ +\x3f\xdf\x25\x72\xf0\xba\x78\x8c\x7a\x04\x04\xbc\x0e\x78\x5d\x22\ +\x9c\x22\x0f\xc1\x36\x98\x67\xd2\x2e\x3f\xdf\xde\xae\xdd\xe8\xfe\ +\xce\xce\x0e\x1e\x3f\x7e\x8c\xb5\xb5\xb5\x9e\xaa\xf4\xb6\xe3\xf5\ +\xd2\x9b\xea\xb7\x5f\x7d\x5f\xcc\x65\xf3\x67\xaa\x88\x47\x27\x0e\ +\x22\x00\x7d\xb9\xc7\x83\x4a\xb9\x5c\x21\xdf\xfc\xe3\x5f\xc5\x0f\ +\x3f\x7e\xdf\x7d\xfb\x8b\x5b\x5e\x97\xcb\xd5\xb7\x60\xc5\x62\x31\ +\xc4\x62\x31\x2c\x2c\x2c\xe0\xd3\x4f\x3f\xc5\xec\xec\x6c\xdd\x1b\ +\x00\x9a\x8b\x92\xb6\x9b\x39\x68\xe4\x01\x34\xcf\xd7\x5b\xdb\x38\ +\x44\x0e\x22\xa5\x70\x39\x04\x63\xfa\x90\x10\x10\xc2\x41\xd3\x29\ +\x54\x0d\xd0\x08\xa0\x13\x0a\x50\xce\x08\x21\xcc\x9e\xbb\x36\xad\ +\x46\x6a\x7d\x37\xcf\xd7\xc4\x09\xb5\x76\xa0\x96\x67\xe0\x6b\xd7\ +\xa8\xc5\xb8\x39\x50\x6a\x26\x2a\xf1\x10\x38\x0a\x41\x30\x8e\x22\ +\x6f\x84\x2f\x02\xdf\x10\x9a\x4e\x6b\xed\xdb\xfd\x7d\xf6\xbf\xd3\ +\x8e\xb5\x9d\xae\xeb\x48\x26\x93\x08\x87\xc3\x3d\xd7\xe8\x6b\x47\ +\xb9\x54\x21\xbf\xfc\xf7\xd7\x72\x24\x3c\x58\x8b\x79\x4e\x82\xa1\ +\x10\x00\x93\xe7\x4f\x5f\xc9\x91\xd5\x35\xe5\xce\x5f\xff\x3c\xf2\ +\xce\xbb\x73\xce\xee\xaf\x68\x25\x12\x89\x20\x12\x89\x60\x7a\x7a\ +\x1a\xb7\x6f\xdf\xc6\xb5\x6b\xd7\x5a\x06\x0b\xad\x5e\x41\x3b\x83\ +\x30\xdb\x75\x33\x18\x81\xe7\x8d\x81\x44\x81\x83\xdb\x89\x26\xb1\ +\x21\x04\xd0\x08\x01\xa5\xc6\x8a\x45\x4d\x37\xc4\x42\x27\x86\x08\ +\x10\x52\x1b\x67\xa0\x1c\x74\x62\xde\xaf\x66\xf3\xb5\xdd\x7b\x78\ +\xde\xd8\x32\x8b\xe7\x0c\x11\xe0\x39\x5a\xaf\x87\xd0\xad\xb4\x96\ +\xf5\x99\xbb\xfd\x7d\x9d\x44\x80\xe3\x8c\xd5\x7a\xaa\xaa\x62\x63\ +\x63\x03\xe1\x70\xb8\xe7\x42\x1d\xed\xa0\x94\x62\xe5\x55\x58\xfe\ +\xdf\x0f\xf7\x2a\x83\xbc\x59\xc7\x71\xc2\xcd\x5e\xba\xb1\x0a\x00\ +\xd5\x62\x05\xba\xda\x92\x10\x61\x8e\xf8\xf0\x00\x78\x0a\x2a\x00\ +\x10\x60\x1c\xcd\x50\xa0\x69\x36\x69\x50\xb8\x7a\xfd\x8a\xf3\x8b\ +\xbf\x7c\x36\xe2\x1d\xf1\xbe\x55\x51\x94\x40\x20\x80\x5b\xb7\x6e\ +\xe1\xfa\xf5\xeb\xf0\xfb\xfd\x00\x9a\x0d\xa6\x5d\x71\x8a\x6e\x35\ +\xeb\x7a\x6d\xd7\xe9\x7a\x2f\xed\xf6\xab\x9e\xd3\xed\x19\xba\xbd\ +\xb6\xd7\x73\xf9\x7c\x1e\xb1\x58\x0c\xeb\xeb\xeb\xf5\x7a\x8e\x07\ +\x25\xbb\x9b\xd3\x7f\xfa\xf7\xdd\xd2\xe6\x46\xf2\x6c\x64\xf5\x1c\ +\x00\x9e\xe3\xe1\x1a\x1b\x01\x00\xec\x66\x37\xff\x26\x49\xa5\x18\ +\x80\x02\x80\x2c\x80\x1d\x00\x19\x00\x7b\x00\xca\x30\x42\x03\x7d\ +\x68\x05\x00\x00\x9c\x4e\x07\xf7\xc7\x4f\x6e\x7a\x3e\xfa\xe4\x03\ +\x77\x3f\x79\x03\xed\xe0\x38\x0e\xf3\xf3\xf3\xb8\x79\xf3\x26\x16\ +\x16\x16\x9a\x32\x0b\x7b\x35\x18\x6b\x9b\xc3\x6a\x77\x10\xa3\xee\ +\xa5\xdd\x41\xc4\x8b\x52\xa3\x22\xf2\xd6\xd6\x16\xa2\xd1\x28\x32\ +\x99\xcc\xbe\xe1\x41\x2f\x54\xab\x0a\x5d\x7c\xf4\x42\x7a\xf6\xf0\ +\xb9\xac\x6a\xfa\x50\xf7\xfa\x07\x11\x80\xa1\x0a\x01\xec\x28\x8a\ +\x4a\xef\xdf\x7d\x54\x59\x59\x0a\x57\x3f\xbf\x73\xdb\x3b\xbf\x30\ +\x7b\xa0\xb0\x00\x30\xbe\xe0\xd1\x68\x14\xd1\x68\x14\x3e\x9f\x0f\ +\x37\x6e\xdc\xc0\xd5\xab\x57\x11\x0a\x85\xda\xba\xc0\xed\x5c\x66\ +\xeb\xb1\xdb\xb8\x41\xaf\xed\xf6\xbb\xdf\xdb\x3c\x83\xfd\x1e\xfb\ +\xdd\x4f\xd3\x34\xa4\xd3\x69\x24\x12\x09\x24\x12\x89\xbe\x56\xe9\ +\x75\x82\x10\x82\xe5\x97\xaf\xe5\xdf\x7e\x7e\x58\xa9\xf4\xb0\xb9\ +\x2c\xa3\x3d\x43\xed\x01\xd8\xb9\x3c\x37\xe3\xf8\xfc\xce\x6d\xef\ +\xb9\xa9\xe0\xa1\x09\xa3\xdf\xef\xaf\x8b\xc1\xd4\xd4\x14\xec\x35\ +\x0c\x8e\x3a\x24\x38\xae\x9e\xdd\xfe\xbb\xa6\x69\xd8\xd9\xd9\xa9\ +\x1b\xbd\x59\xad\xf9\x30\x48\xc4\x36\xd5\x7b\x3f\x3e\x28\xa7\xd3\ +\x99\x33\x99\xd0\x73\x50\x58\x08\x70\x48\xcc\xce\x5f\x72\x7c\x7e\ +\xe7\xb6\x37\x38\x39\x71\xa8\x1e\x92\xc7\xe3\xc1\xdc\xdc\x1c\x66\ +\x67\x67\x31\x33\x33\x83\x89\x89\x89\x33\x15\x12\x54\x2a\x15\x24\ +\x93\x49\x6c\x6e\x6e\x22\x99\x4c\x1e\x4a\x4f\x6f\x65\x7b\x2b\xad\ +\x3d\xb8\xfb\xb8\x12\x5f\xdf\x18\xb8\x6a\x3d\xc7\x01\x0b\x01\x0e\ +\x89\xd8\x5a\x42\x4d\xac\x6f\xe4\xdf\xbd\x7e\xc5\xf9\xa7\xcf\x3e\ +\xf6\x8e\x07\xc7\xfa\xce\x1f\x68\x87\x24\x49\x58\x5e\x5e\xc6\xf2\ +\xf2\x32\x38\x8e\xc3\xe4\xe4\x24\x2e\x5d\xba\x84\x50\x28\x84\xf3\ +\xe7\xcf\xb7\xe4\x18\x98\x74\x9b\x39\xb0\x72\x5c\x21\x01\x21\x04\ +\xb9\x5c\x0e\xbb\xbb\xbb\x48\xa7\xd3\x48\xa5\x52\x7d\x2f\xc5\xed\ +\x95\xe4\x66\x4a\x7d\x70\xf7\xb1\x74\x96\xab\xf3\x9e\x14\x4c\x00\ +\x3a\x40\x28\xc5\xea\x52\x44\x09\x2f\xbf\x51\xae\xbc\x37\xef\xbc\ +\x79\xeb\x03\xcf\x74\x68\xea\xd0\x3e\x2f\x4a\x29\xd2\xe9\x34\xd2\ +\xe9\x34\x9e\x3c\x79\x02\x00\x18\x19\x19\xc1\xcc\xcc\x0c\x26\x27\ +\x27\x11\x0c\x06\x31\x3e\x3e\x8e\xb1\xb1\xb1\xa6\x44\x99\x4e\x46\ +\x6b\xbf\xbe\x5f\x3b\x93\x6e\xb1\xbd\xf9\xbb\xae\xeb\xc8\xe7\xf3\ +\xc8\xe7\xf3\xc8\xe5\x72\xc8\x66\xb3\x48\xa7\xd3\x87\xea\xd6\xb7\ +\xfb\x7c\x62\x6b\x09\x65\xf1\xe1\x0b\x39\x11\xdf\x62\x86\x7f\x44\ +\x30\x01\xe8\x02\xa1\x14\xe1\x95\xa8\x12\x5e\x89\x2a\xa1\x8b\xd3\ +\xe2\x47\x9f\x7c\xe0\x99\xbb\x72\xd9\xd9\x6b\x3d\xc2\x7e\x28\x97\ +\xcb\x58\x5d\x5d\xc5\xea\xea\x6a\xfd\x9c\x28\x8a\x08\x06\x83\xf5\ +\x2c\x44\xbf\xdf\x0f\x9f\xcf\x87\x91\x91\x11\xb8\x5c\x2e\x38\x9d\ +\x4e\x38\x9d\xce\x9e\x8d\x1b\x68\xed\xd9\x15\x45\x41\xb5\x5a\x85\ +\xa2\x28\x28\x14\x0a\x28\x95\x4a\x28\x16\x8b\x28\x16\x8b\x28\x14\ +\x0a\x28\x14\x0a\x7d\xaf\xba\x3b\x28\xba\xa6\xd3\xd7\x2b\x6f\xaa\ +\x4f\x1f\x3e\x97\xb3\x99\x1c\x8b\xf1\x8f\x18\x26\x00\x7d\xb0\xb5\ +\xb9\xad\x6d\x7d\xbd\x5d\x1c\x1b\x0f\x08\x7f\xb8\x79\xdd\x75\xed\ +\xfd\x77\x5d\xfd\xae\x38\xec\x17\x4d\xd3\x90\x4a\xa5\x90\x4a\xa5\ +\xda\x5e\xe7\x79\x1e\x82\x20\xc0\xed\x76\xc3\xeb\xf5\x42\x14\x45\ +\x23\x47\xbf\xb6\xa4\x59\x10\x8c\xac\x42\x23\x79\x88\x40\x51\x8c\ +\xe2\xa4\xaa\xaa\x42\x96\x65\x48\x92\xd4\xd3\xae\xca\x47\x4d\x61\ +\xaf\xa0\x2f\xbf\x0a\x57\x5f\x3e\x5b\xaa\x56\x2a\xd2\x50\xa4\xee\ +\x9e\x06\x98\x00\x1c\x80\xbd\x5c\x5e\xbf\xfb\xe3\x6f\x95\xfb\x3f\ +\x3f\xac\xcc\xcc\x5e\x74\xbc\xff\xe1\x35\xf7\xfc\xc2\xec\x91\x78\ +\x05\xdd\x30\x0d\x5b\x55\xd5\xbe\x2a\xe0\x9e\x06\x34\x4d\xa7\xb1\ +\x68\x5c\x7d\xf5\x7c\x45\x8e\xad\x25\x98\x9b\x7f\x02\x30\x01\x78\ +\x0b\x74\x42\x10\x5b\x4b\xa8\xb1\xb5\x84\xea\x0f\xf8\xf8\xf7\x6e\ +\x2c\xb8\xae\x5c\x9d\x77\x4e\x9e\x3f\xc7\x3e\xd7\x0e\x10\x42\x90\ +\xdc\xd8\x56\xdf\xbc\x5e\x53\x5e\x2f\x45\xaa\x92\x5c\x65\x73\xf8\ +\x27\x08\xfb\xa2\x1e\x12\x85\x7c\x91\x3c\xba\xff\x4c\x7a\x74\xff\ +\x99\x34\x36\x1e\xe0\xaf\x5e\xbf\xe2\xba\x72\x75\xde\x79\x98\x39\ +\x05\x83\x0a\x21\x04\xa9\xad\xb4\x1a\x59\x8d\x2a\xaf\x97\xdf\x28\ +\xcc\xc5\x3f\x3d\x0c\xfd\x97\xf3\x28\xd8\xcb\xe5\xc9\xc3\x7b\x4f\ +\xa5\x87\xf7\x9e\x4a\x3e\xff\x28\x3f\xf7\xce\x65\xc7\xe5\xf9\x19\ +\xe7\xc5\xcb\x17\x1c\x07\x59\x89\x38\x88\x48\x15\x89\xc4\xd7\x36\ +\xd5\xf8\x5a\x42\x8d\xaf\x25\x14\x96\xad\x77\x3a\x61\x02\x70\xc4\ +\x14\x0b\x25\xf2\xfb\xe2\x52\xf5\xf7\xc5\xa5\xaa\xc0\xf3\x08\xcd\ +\x4c\x3b\x2e\xcd\xcd\x38\xa6\x43\x53\xe2\xd4\xf4\xa4\xe8\x70\x3a\ +\xce\x84\x20\x48\x92\x4c\x53\xc9\xb4\xba\xbd\x99\xd2\x62\xd1\x84\ +\x9a\x4e\x65\x86\x76\x51\xce\x20\xc1\x04\xe0\x18\xd1\x09\x41\x22\ +\xbe\xa5\x9a\xf3\xda\x02\xcf\x23\x38\x15\x14\x2f\x5e\xba\x20\x4e\ +\x5f\x98\x12\x83\x93\x13\x62\x60\xdc\x2f\x9c\xc4\x60\x62\x3f\x68\ +\x9a\x4e\xf7\x72\x79\x3d\x93\xca\xe8\xdb\xc9\xb4\xba\xb5\xb1\xad\ +\xed\xee\x64\xd9\x94\xdd\x00\xc2\x04\xe0\x04\xd1\x09\x41\x7a\x7b\ +\x47\x4b\x6f\xef\xd4\x7b\x4b\x87\x28\x70\xe3\xe7\x26\x84\x73\x53\ +\x13\xc2\xb9\xc9\xa0\x30\x36\x11\x10\x7c\xfe\x51\xc1\xe7\x1b\xe5\ +\x8f\xdb\x5b\x90\xe5\x2a\x2d\x17\xcb\x7a\x21\x5f\x24\xb9\xdd\x3d\ +\x3d\xb3\xb3\xab\x65\x76\xb2\xfa\xde\xee\x9e\xae\x1f\x53\x5e\x00\ +\xe3\x68\x61\x02\x70\xca\x50\x35\x9d\xda\x45\xc1\x64\xc4\xeb\xe1\ +\xfd\x63\x7e\xde\x17\x18\xe5\xbd\x5e\x0f\xef\xf6\xba\x39\xb7\xcb\ +\xc5\xbb\x3c\x1e\xce\xed\x71\xf2\x1e\x8f\x9b\xe3\x38\x0e\x1c\xcf\ +\x71\xe6\xb6\x67\x0e\x87\xc8\x19\xcb\x70\x8d\xa5\xb2\x8a\xa2\x52\ +\xd4\xb2\xfb\x64\xb9\x4a\xe4\x4a\x95\x56\xe5\x2a\x95\x64\x99\xc8\ +\x15\x89\x96\x4b\x12\x29\x15\x4a\x7a\x7e\xaf\x40\xe4\x2a\x1b\xa1\ +\x3f\xeb\x30\x01\x18\x20\xca\x15\x89\x94\x2b\x12\x49\x6e\xb5\x4f\ +\x0a\x62\x30\xfa\xe5\x74\x07\x9b\x0c\x06\xe3\x48\x61\x02\xc0\x60\ +\x0c\x31\x4c\x00\x18\x8c\x21\x86\x09\x00\x83\x31\xc4\x30\x01\x60\ +\x30\x86\x18\x26\x00\x0c\xc6\x10\xc3\x04\x80\xc1\x18\x62\x98\x00\ +\x30\x18\x43\x0c\x13\x00\x06\x63\x88\x61\x02\xc0\x60\x0c\x31\xf5\ +\x54\x60\x0e\x1c\x38\xce\x5e\xfd\x9a\x9a\x17\x6b\xc5\xff\x29\xa8\ +\xfd\x1a\xce\xd8\xa6\x00\x0c\xc6\x80\xc2\x35\xba\xf3\x9e\xd7\x70\ +\xd4\x05\xc0\xe9\xf3\xb4\x5c\xb4\x6d\x0d\x01\xa3\x6e\x64\xeb\xce\ +\x31\x0c\x06\xe3\xb4\xc1\x51\x18\xc6\xba\xaf\xa1\xbe\x6d\x08\x40\ +\x2d\x47\xa6\x08\x0c\xc6\xc9\x62\xb5\x43\x52\xfb\xa1\x96\x63\x8b\ +\x28\x88\x94\xc3\x97\x2d\xef\x42\x29\x67\x1c\x09\x4f\x88\x2e\x6a\ +\x9a\xea\xd2\x34\x75\x54\xd7\xd5\x31\x42\xf4\x31\x42\xf4\x00\xa5\ +\x74\x94\x52\xea\x86\xe1\x45\xf0\x00\x65\x91\x00\x83\x71\xe2\x18\ +\x3d\x7f\xb5\x5a\x4e\x01\xd0\x00\xe8\x68\x16\x83\xa6\x8e\xba\x93\ +\xd1\x9a\xe7\x79\x00\x0e\x00\x6e\x00\x3e\x00\xe3\x00\x82\xb5\xa3\ +\x0f\x80\x07\x86\x00\x08\xfb\xbc\x17\x83\xc1\x38\x3e\xcc\x1e\x5f\ +\x83\xb1\xff\x5f\x09\xc6\x7e\x80\xd9\xda\x4f\x01\x40\x05\x80\x8a\ +\x1e\xf7\x06\x34\xdf\x50\xaf\xbd\x48\xae\xbd\x01\x5f\x3b\x67\x6e\ +\x14\xca\x04\x80\xc1\x38\x1d\x98\xf6\x5a\x85\x61\xab\x32\x00\x05\ +\x86\x28\x34\x79\x02\xdd\x04\xc0\x6c\x48\xd0\x6a\xfc\x1a\x00\x17\ +\x1a\xbd\x3f\x13\x00\x06\xe3\x74\x60\xba\xfc\x0a\x0c\x9b\x2d\x01\ +\x90\x60\xd8\xb0\x06\xcb\x58\x40\x27\x01\xa0\x68\x18\xb4\xbd\xf7\ +\x37\x7b\x7e\x19\xcc\xfd\x67\x30\x4e\x23\xd6\x30\x40\x81\x61\xfc\ +\x12\x6a\x5b\x82\xd7\xae\x01\xe8\xdd\x03\xd0\x6b\x6f\x04\x34\x94\ +\x45\xac\xfd\xb0\xde\x9f\xc1\x38\x5d\x58\xed\x56\x83\xd1\x79\x57\ +\xd1\x1a\x06\xec\x2b\x00\xa6\x17\x60\xbe\x91\x89\x29\x06\x56\xd7\ +\x9f\x09\x00\x83\x71\x7a\xb0\x4f\x05\x9a\x42\x60\x9d\x15\xa0\x40\ +\x77\xc3\xe5\x2c\x47\x0e\x86\xfb\x6f\xfe\x70\xb6\xeb\x0c\x06\xe3\ +\xf4\x60\x9d\xf3\xb7\xe6\x03\xd4\x8d\x1f\x3d\xce\xdd\xdb\x8d\x9c\ +\xf5\xfa\x0c\xc6\xe0\x60\x9d\xfb\xb7\xff\xde\xb3\x11\xdb\xdb\x31\ +\xe3\x67\x30\x06\x07\x7b\x96\x6e\xfd\xdf\xff\x07\x9b\x5b\xd2\x53\ +\xe9\xee\x2d\x91\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\x21\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xe9\x49\x44\x41\x54\x78\x01\x95\x92\x03\xac\x9d\x41\ -\x14\x84\x6b\xdb\x41\xad\xa0\xb6\x6d\xdb\xb6\x8d\x67\xdb\xb6\x6d\ -\xdb\xb6\xad\xab\xb0\xb1\x6a\x4d\xf7\xfc\xd5\x35\x92\x4c\xb4\x33\ -\xdf\x1e\xf5\x03\x20\xa1\x0d\xaf\x06\xbd\xdb\xf0\x72\x10\xe4\x89\ -\xde\xa4\xfd\x32\x00\x32\x56\xf2\x93\x50\xda\x17\x8b\xc2\x9e\x08\ -\x24\xb7\x38\x23\xb4\xc6\x80\x13\xbd\xa9\x05\xa8\x12\x24\xc3\xbe\ -\xe0\x2a\x2c\x72\x4e\xe3\x79\xc2\x5a\x1c\xf1\x19\xa2\x19\xa0\x52\ -\x0c\xa0\x95\xb2\x5d\x73\x00\xb5\x60\x97\x7f\x19\xe6\xd9\xa7\xa0\ -\x97\xb6\x57\x39\x60\xe3\xeb\x41\xe5\xe2\x83\xda\xf8\x66\xd0\xa7\ -\x72\x5e\x3c\xac\xf3\xce\xc3\x24\xeb\x18\x9e\xc6\xaf\xfa\x07\xa0\ -\x37\x71\x2f\x65\xe9\xc7\xdb\x67\xac\x17\x7e\x2c\xe9\x8d\x41\x05\ -\x3f\x11\x14\x2e\xe9\x8b\x81\x55\xfe\x19\x98\xe4\x1c\xc6\xcd\x98\ -\x99\x38\x19\x32\x0c\xe1\x0d\x86\x08\xab\x37\x40\x58\x9d\x01\x02\ -\x2b\xb5\x70\xd0\x64\xda\x07\xca\x72\x65\x6c\x7c\x35\x28\x4e\x27\ -\xfc\xe8\xe7\xac\x0e\x5f\xd6\xfb\x65\xd8\x14\x9d\x83\x65\xd1\x71\ -\x18\xe4\xed\xc0\x85\xd8\x51\x38\x1f\x3b\x12\xe7\x63\x46\xe0\x5c\ -\xf4\x28\x78\x56\xde\xc3\x6d\x9f\x55\x9f\x59\x26\x96\xb2\x7f\xfb\ -\x1e\xc5\x76\x2c\xf2\x2e\x7c\xfd\x33\xba\xd9\x14\xd6\x25\x27\x60\ -\x59\x7a\x18\xf7\x33\x66\xe0\x6a\xda\x68\x4e\x57\x52\x47\xc3\xba\ -\xfc\x08\xcc\x32\x4f\xff\x64\xa5\x8b\x28\x43\x59\xf1\xe1\x2d\xde\ -\xa6\x35\xfa\x63\x72\xab\x13\xbc\xea\x6e\x43\xbf\x64\x23\x6e\x64\ -\x8f\xc5\xed\x3c\xa6\xfc\x71\xd0\x2d\x5f\x81\xc0\x86\xe7\xd8\xaa\ -\x35\xe2\x23\x79\xe5\x6e\x81\x7a\x3a\x6b\xb7\xe0\x43\x66\xaf\x1b\ -\xb4\x4b\x97\xe3\x6e\xd1\x78\x3c\x28\x9f\x80\x97\xd5\x33\x11\xd5\ -\xab\x85\x13\xd6\x33\xb8\xbe\x95\xae\x91\x95\x17\xa7\x13\x73\xe8\ -\x6b\x50\xc7\x63\xdc\x2f\x9b\x80\x27\xb5\x93\x10\x2e\x7c\x84\x17\ -\x51\x5b\xbf\x6c\x7a\x33\x28\x56\x9d\x3b\x18\xc5\xd6\x25\xb2\x2f\ -\xbc\xfc\xd3\xbe\xf9\x10\x9c\xda\x8f\xc0\xa5\xfc\xea\x4f\x16\xe6\ -\xfa\x56\x0a\x10\x9f\xc7\x0e\x9d\x31\x1f\x43\x9a\x5f\x21\xb4\xf5\ -\x35\x76\xe8\x8e\x11\xef\x5b\x39\x40\x7c\x1e\x67\x6c\xe7\x7d\x20\ -\x89\xf7\xad\x36\x80\xc4\xca\xf6\x27\x29\xf3\xfc\x02\x28\x7a\x83\ -\x03\x4b\x77\x68\x9c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xd5\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x01\x00\x00\x04\x01\ +\x01\xcb\x64\x78\x8f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x9e\x49\x44\ +\x41\x54\x38\x8d\x9d\x92\x3f\x6b\x14\x41\x18\xc6\x7f\xef\xcc\x4e\ +\xf6\xf6\x8e\x5c\xce\xe3\x84\xd8\x29\x82\x48\xf0\x0f\x42\x2c\x2c\ +\xc4\xca\xce\x28\x62\x69\x65\xeb\x47\xb0\x90\xed\x04\x3f\x81\xfa\ +\x05\x44\x1b\x45\x10\xbf\x80\xa6\xf2\x08\x9e\xc5\x35\xe6\x34\x69\ +\x54\x04\xcf\x64\x73\xee\xed\x9f\x9b\xb5\x90\x1b\x03\xce\xaa\xf8\ +\x76\xf3\xbc\xcf\xfc\xe6\x99\x99\x57\xc6\x5f\x46\x23\xe0\x08\x35\ +\x95\x4e\x76\x77\xf2\x59\x79\xfd\xf0\xd1\xd5\xe7\xbe\xbe\xaa\xdb\ +\x38\xaf\x99\xb5\x4b\xe9\x64\xe7\xd9\xd6\xa8\xbf\xf6\x5f\x00\x00\ +\x6b\xad\x4a\xf7\xbe\x3d\xf5\x41\x1c\xa0\x2c\x72\x92\x64\x4c\x92\ +\x8c\x49\xbf\xef\x39\x83\xd6\x1a\x63\x42\x94\x36\xaa\xc8\xa6\x8f\ +\x3f\x6d\x0e\x4e\xee\x07\x04\xce\x18\x2c\xd0\x6a\x69\x00\x44\xc4\ +\x19\xa2\xe6\x22\x51\x73\x71\xbe\x6c\x48\x25\x2b\xc0\xdb\xdf\x00\ +\xd6\x96\xe4\xf9\xd4\x7b\x05\x25\x9a\xb0\x11\x79\x7b\x0e\x80\x08\ +\x4a\xb4\xd7\x24\xaa\xfe\xa9\x1c\x40\x89\xa0\x4d\xe0\x35\x29\xc4\ +\xab\x13\xc7\x5d\x99\xcf\x41\x59\x16\x64\x59\xea\x07\x28\x45\xd8\ +\x68\x71\xeb\xe5\x6b\x5e\xbc\xdf\xde\xd8\x4e\x26\x21\x3f\x67\xe7\ +\xa3\x3b\x32\x08\x0c\x41\x60\x6a\xa3\xe6\x33\xcb\xfd\xc1\x10\xe0\ +\x0c\x90\x01\x1f\x80\x2d\x07\x28\x8a\x8c\x69\x3a\xf1\x27\xd0\x0a\ +\xd3\x68\x73\xe7\xfc\x59\x56\x7a\xdd\x9b\x57\x4e\x9f\xbb\x07\x54\ +\xc4\xf1\x25\x07\x30\x26\xc4\x98\xf0\x8f\x09\x8e\x75\x96\xb8\x70\ +\x68\xf9\x2b\x50\xb9\xe4\xff\x94\x40\x29\x4c\xd4\xfe\x25\xc4\xf1\ +\x5d\xe0\x06\xb0\xfe\xd7\x04\x99\xb5\x3c\x1c\xbe\xa3\x17\xed\xd2\ +\x0c\x9c\xfd\x1a\xd0\x03\x96\xfd\xff\xb6\xaf\x1e\xbc\x19\x72\x7b\ +\xbd\x0f\xc0\x93\xcb\x17\xe7\xf2\x55\x44\xd6\xa8\xaa\x47\x01\xf0\ +\x0a\xd8\xac\x03\x1c\x3f\xd0\xe9\xb4\x17\xcc\xa9\x83\x51\x94\x9d\ +\xe8\x75\xfb\x95\xf0\x99\x38\x1e\x00\x03\x80\x1f\xa6\xc2\x88\x59\ +\x78\x03\x28\x13\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x01\x18\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x00\x9c\x49\x44\x41\x54\x78\x01\x63\xc0\x07\xca\xa5\x3b\ -\xf4\x5f\x16\xd9\xe8\x33\x90\x0a\x2a\xa5\xda\x34\xca\xa5\x5a\x77\ -\x94\x4b\xb7\xed\x7e\x5d\x62\x0d\xc2\xfb\x5f\x96\xd8\xea\x11\xd4\ -\x58\x21\xd7\x2e\x58\x21\xd5\x36\xb1\x5c\xba\xf5\x37\x10\xff\x47\ -\x32\xe0\x3f\x10\xff\x7d\x5d\x62\xb5\xe8\x79\xa5\xad\x28\x86\xc6\ -\x06\x86\x06\x26\xa0\x86\x38\x20\x7e\x05\xd2\x88\xc0\x08\x03\x90\ -\xf0\xbb\x57\xc5\x36\xf9\xff\x1b\x1c\x58\xe0\x06\x94\x49\xb5\xce\ -\x86\x69\x22\x60\x00\x02\x97\x5a\xcf\x46\x0a\xac\xb6\x55\xa4\x1a\ -\xf0\xa6\xc4\x7a\x15\x15\x0c\x18\x35\x80\xe2\x68\xa4\x38\x21\x51\ -\x92\x94\x09\x67\xa6\x32\xa9\x96\xed\xc4\x64\x26\x8a\xb3\x33\x00\ -\x5f\x17\x7b\xf1\x44\x05\x23\x70\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x05\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x95\x49\x44\ +\x41\x54\x38\x8d\xdd\x90\x31\x0e\xc2\x30\x10\x04\x77\x63\x4a\x77\ +\x94\xa4\x48\xe3\xc2\x9f\xf1\x23\x8c\x78\x15\x7e\x85\xe5\xdf\x50\ +\x53\x80\x44\x93\xc2\x9d\x75\x54\x48\x8e\x15\x07\x51\x21\x65\xbb\ +\xbd\xdb\x9b\x93\x96\xa8\x24\x22\x04\x70\x06\x70\xc4\xba\x5e\x24\ +\x43\x67\x07\x88\xc8\x24\xdf\x35\xd5\x37\x43\xc3\x50\x5d\x7a\x27\ +\xd3\x02\x7e\xd6\x0e\x00\x87\xda\xcc\xf3\x3c\x28\xb5\xdd\x63\x29\ +\x65\xf1\x74\x01\x48\x29\x8d\x31\xc6\x4d\x80\x73\x6e\x04\x70\xfb\ +\xf8\xff\x77\xb0\x37\x80\xb5\xf6\x41\xb2\x1b\x26\x09\x63\xcc\x73\ +\x31\x6b\x43\x21\x84\x6b\xce\xf9\xb4\x06\xd0\x5a\xdf\xbd\xf7\x97\ +\x7a\xf6\x06\x2d\x62\x42\x0d\x1e\x5b\x56\xbd\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x1f\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xcc\x49\x44\x41\x54\x78\x01\x75\x52\x43\xd7\x24\x48\ -\x10\x5c\x5e\x97\x7f\x63\x8d\xee\xbd\xad\x75\x1d\xdb\x36\x8e\x63\ -\xdb\xf8\x6c\xdb\xb6\x8d\xb6\x6d\xdb\x88\xa9\x1c\x33\xdf\x2b\x57\ -\x44\x65\x44\xe5\x7b\xaf\xc7\xa9\x95\xcb\xb9\x47\xb7\x6e\xca\x38\ -\xb4\x63\xab\x84\xb5\x28\x35\x9a\xd3\x1e\x9d\xd1\x9d\x77\xc6\x8d\ -\xff\xff\xcd\xc8\xdb\xb0\x8e\x67\xe4\xf1\x06\xc2\x3e\x9f\x2f\x95\ -\x4c\xa6\xa9\xb1\x79\xc0\xb0\xb8\x30\x41\x67\x74\xe7\xad\xe0\xe2\ -\x1f\x7f\xe8\x30\x95\x96\x54\xa4\xe2\xf1\xb4\x75\x64\x04\xc6\x8e\ -\x0e\x18\x5a\x5b\x61\xee\xe9\x81\x73\x66\x06\x21\xa3\x11\x44\x66\ -\x2c\x29\xe9\xa0\xbb\xaf\x80\x6f\xfe\xf7\x4f\x86\xb9\xac\xac\x32\ -\x6c\x32\xa5\x34\xb9\xb9\x50\xe7\xe4\x40\x57\x5c\x0c\x63\x4d\x0d\ -\xcc\x2d\x2d\x70\x8e\x8d\xc1\x2f\x91\x20\xa8\xd1\x20\xe1\xf7\x43\ -\x5f\x52\x3c\x45\x98\xf7\x28\xf6\xee\xdb\xcd\xcd\x5f\xbf\x96\x47\ -\x2f\x5b\xda\xdb\xa1\x2b\x2d\x85\xe2\xe6\x4d\x48\x2f\x5e\x80\xf4\ -\xd2\x45\x28\x6e\xdd\x84\xa9\xa1\x1e\xee\xb9\x59\x04\xe4\x72\xb0\ -\x47\xc0\xee\x22\x67\xdd\x1a\x11\x61\x89\x20\x43\xbf\xb8\xc0\xf7\ -\x49\xa5\xb0\x76\x75\x41\x5f\x51\x0e\x6d\x51\x11\x1b\x2b\x68\x0d\ -\x27\x93\xe3\x13\x0a\x61\x6e\x6e\x84\x67\x71\x01\x5e\x1e\x0f\x41\ -\x9d\x0e\xe2\xbe\x5e\x13\x61\x89\x40\x12\xf1\xfb\xa3\x1e\x81\x00\ -\x8e\xe1\x61\x68\x0b\x0b\x60\x6e\x6a\x82\xe8\xf8\x71\xd4\x72\x39\ -\xd4\xd2\x24\x25\xa8\x52\x41\x5f\x5e\x06\xc7\xe0\x20\x9c\x73\x73\ -\xb0\xab\x54\x31\xc2\x12\x41\x94\xcc\xf1\x2b\x14\xf0\xcc\xcf\x43\ -\x5b\x54\x08\x37\x33\x8d\x80\x83\x5c\xee\xd7\x95\x9c\x9f\xbf\x6c\ -\xf8\x85\x9b\x4a\x86\x42\x90\x5d\xb9\x04\x5b\x77\x37\x6c\xa3\xa3\ -\x70\x19\x8d\x69\xc2\x3e\x23\x00\xb9\x4c\x46\x91\x84\x80\x52\x09\ -\x06\x4a\x16\xff\xf4\xc3\xa7\xd4\xea\x38\x3f\x47\x88\x40\x7c\xfa\ -\x24\x2c\xad\xad\xb0\xf4\xf7\xc3\xa1\xd5\x82\x61\x63\x8f\x25\x44\ -\x03\x81\x44\xd4\xe5\x42\x88\x6d\xda\xfb\xfb\x40\x3a\x0d\xd5\xd5\ -\xe9\x1a\x06\xac\xfe\xe9\x07\x27\xcb\x2a\xe5\x1a\x1f\x67\x19\x5c\ -\x86\xb1\xae\x0e\xa6\xce\x4e\xe8\x79\xbc\x24\xc3\x4a\x89\x20\xc3\ -\x24\x14\xda\x93\xb1\x18\x62\x4e\x27\x42\x7a\x1d\x1c\x43\x03\x88\ -\xda\x6c\x48\x46\x22\xa0\xe6\x9a\x9e\xc6\xdc\x8e\xed\x50\x65\x66\ -\x40\x5f\x56\x06\xca\x60\xb1\xbd\x2d\xf0\xcc\x44\x6e\xc1\xe6\x0d\ -\xea\x74\x2a\x85\x54\x34\x4a\xff\x8c\x88\xd9\x0c\xd7\xe4\x24\x14\ -\x77\xef\x40\x7c\xe6\x34\x7d\x27\x81\xa1\xce\xca\xa2\xfa\x00\xf9\ -\x95\xbd\x71\xbd\x83\xb0\xcf\x0b\x49\x5b\x51\x6e\x4c\x27\x12\xcf\ -\x49\xc2\x06\x03\xdc\xe4\xf6\xd0\x10\xcc\x6d\x6d\xd0\x57\x55\x41\ -\xf9\xe0\x01\x19\x0c\xc1\xc5\x0b\xde\xeb\xff\xfd\x93\xf9\x4a\x35\ -\x16\x72\x7e\xea\x50\x16\x15\x79\xa8\x48\x48\x4e\x88\x65\xe1\x65\ -\xa6\x3a\x66\x67\x61\x61\xdf\x4b\xe5\xed\x63\x85\x34\x7f\xea\x64\ -\x8c\xee\x3e\x85\x7d\xf8\x0a\xc9\xbd\x3f\x7e\xcf\xc8\x5c\xb1\xd4\ -\xa9\x1c\x19\x49\xb8\xb4\x5a\x84\x3d\x1e\x04\x99\x2f\x36\x06\xe4\ -\x35\x35\x26\xb3\x57\xad\x08\xd0\x9d\xf7\xde\x11\xef\xb3\xf6\xf1\ -\xda\x75\x6b\x7e\xdb\xb1\x73\x5b\xfe\x9e\x3d\xbb\x34\x4c\x63\x72\ -\xdf\xfe\x3d\xa9\x3d\x7b\x77\xe9\xd9\x5e\xc1\x73\xcd\x2f\xc5\x23\ -\x04\x59\x83\x0f\x0f\x69\x80\xee\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\xca\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x9c\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf9\xee\x5d\ +\xf2\xff\xff\x8c\xc2\x0c\x58\x00\x23\xe3\xff\xb7\x12\xc2\xc2\x73\ +\x50\xc4\x90\x39\xcf\xdf\xbf\x57\x60\xf8\xfb\xef\x3e\x36\xcd\x70\ +\xc0\xcc\xa4\x28\x29\x28\xf8\x00\xc6\x65\x42\x96\x63\xfa\xc5\xc8\ +\x8c\x57\x33\x16\x35\x4c\xb8\x14\x12\x0b\x58\x90\x39\x7c\x6c\xab\ +\x64\xd8\xfe\x6d\xc7\xab\xe1\x17\x9b\xa7\x0c\x03\x03\xc3\x5d\xac\ +\x06\x30\x30\xfc\x66\x62\x62\xf8\x4a\xc0\xce\xdf\xa8\xde\x26\xc2\ +\x95\x78\xc1\xa8\x01\xc3\xcf\x80\xdf\xff\x99\x7e\x11\xd2\x80\xae\ +\x86\x11\x5d\xc1\xf7\xb7\x6d\x0b\x18\x19\x7f\x8b\x61\xd3\xfc\xff\ +\x3f\xeb\x2b\x4e\xe1\xaa\x04\x64\x31\x00\x0d\xe8\x29\xd6\x04\xdd\ +\x93\x9c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x00\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x03\x91\x49\x44\x41\x54\x38\x4f\x5d\x53\x7f\x68\x1b\x65\ -\x18\x7e\xbf\xbb\x4b\x72\x49\xf3\xa3\x36\x5d\x93\xb4\x5d\x09\xdb\ -\x6a\x3a\x3a\x2b\x6b\xa8\xb0\xad\x73\xda\xb5\x14\xad\x0a\xe2\x86\ -\x56\x2a\x76\x28\x28\xe8\x1f\x61\x56\x90\xf9\x4f\xe6\x7f\x15\xaa\ -\xd6\x1f\x13\x8a\xb0\x5a\x09\x9b\x43\xdc\xa4\x5b\x9d\x41\xc5\xc1\ -\x92\xe9\xda\x34\x1d\xb6\x71\x4d\xdb\x2c\x4d\x32\x9b\x34\x49\x73\ -\xb7\x5e\x2e\xb9\xcb\xdd\x7d\x92\xac\xc5\xb1\x17\x3e\xf8\xe0\xe5\ -\x7d\xde\xe7\xf9\xbe\xe7\x41\xf0\x50\xb9\xdd\x6e\xc2\xed\x76\x2b\ -\x00\xad\x6a\x67\xf7\x21\xed\xce\xc6\x7a\x14\xff\x3b\x20\x06\x02\ -\x93\xfc\x56\x0f\x03\x40\xf9\x54\x0a\x3d\x30\xbf\x7d\xaf\xfa\xec\ -\x8b\xf1\xae\x1d\x36\x6b\x57\xbd\xa5\x6e\x57\x41\x90\xa8\xf9\xc5\ -\x44\x3a\x91\xcc\xdc\xb8\x30\xe9\xbf\x9a\x9c\x1b\x5f\x75\xbb\xdd\ -\xe8\xfe\x92\xff\x01\xca\xc3\x78\x70\xf0\x7d\x6b\x6f\xcf\xa1\xcf\ -\xf7\x1f\x3c\xf0\xbc\xbe\xba\x5a\x6d\x35\xaa\xd0\xed\x68\x0a\xcd\ -\xaf\x89\xd8\x44\x93\x52\x26\xb2\x10\x99\xba\x3c\xf5\xe6\xb9\x89\ -\xd1\xeb\xdb\x4c\x2b\x5b\x31\xc6\x08\xa1\xc3\xd5\x93\x97\x3f\x1a\ -\xdf\xbd\xaf\xed\x39\x1d\x4d\x2a\x45\x99\x40\xc5\xa2\x48\x6c\xe4\ -\x4b\x20\x96\x4a\xb8\xde\x40\xca\x35\x46\x0d\x79\x67\x39\x1a\xff\ -\x6e\xe2\xfc\xc0\xd8\xd8\x88\x6f\x9b\x41\x19\x04\x8d\x7e\xe5\x19\ -\x7e\x63\xf0\x45\x17\x41\x52\x90\x4c\x6f\x50\x02\x65\x00\x82\x52\ -\x43\x8e\xe5\x41\x4f\x08\x60\x7d\x84\x86\x2a\x5a\xa5\xe4\x72\x1b\ -\x70\xdd\x37\xbb\xf4\xcd\xc4\x4f\xcf\x1c\x74\x36\xae\x22\x8c\x31\ -\xf9\xc2\xb1\x93\x2d\x9f\x0e\xbb\xfe\xb4\xdb\x1b\x74\xb1\x14\x83\ -\x38\xac\x43\xb4\x46\x53\x66\x06\xcc\x66\x1e\x68\x25\x0f\xf1\x14\ -\x0b\x26\x2d\x01\x75\x06\x52\x12\x8a\x3c\xf6\x7a\xfd\xae\xa1\xa1\ -\xb7\xcf\x54\x24\x5c\xbc\xf8\x73\x7f\xe7\xd3\x47\xce\x86\x13\x0c\ -\x29\x10\x34\x65\x31\x1b\x01\x01\x86\x82\x50\x02\x90\x4b\xd0\x5c\ -\x47\x83\xac\x28\xb0\x96\x66\x80\xcb\xa5\x15\x96\xc9\x22\x9f\x7f\ -\xde\x33\x79\xc9\xfb\x56\x85\xbe\xe7\xdc\x15\x57\x67\xd7\xe1\x8f\ -\x6f\x2e\x65\x40\x00\x0d\x65\xd2\xd3\x60\xa4\x29\xe0\x0a\x22\xec\ -\xb5\x69\xc1\x5e\xa7\xab\xfc\x1b\xc7\x71\x30\x1d\x0c\xe1\x95\xc8\ -\x2a\xf8\xe6\x62\xde\x60\x20\xd2\x5f\x01\xf8\x70\xf8\xdb\x77\x1e\ -\x6d\x3f\xf0\x49\x95\x4a\x46\xed\x0e\x1b\xb5\x9c\xe4\x60\x65\xbd\ -\x08\x82\x28\x81\xbd\x56\x03\xed\x76\x23\x18\x74\x1a\xe0\x39\x16\ -\xa2\xd1\x28\x3e\x3f\x35\x0d\x2b\x09\x6e\x8a\x67\x33\x03\x15\x09\ -\xa7\x4e\x9f\xe9\x23\x1a\x1f\xff\x61\x57\x43\x8d\x6a\xe0\x68\x33\ -\x21\x49\x32\x9a\x59\xce\xc2\xaf\xc1\x04\xb0\x79\x01\xee\x71\x79\ -\xe8\x69\x35\x43\x5b\x93\x06\xe6\x43\x4b\xf2\xd9\xab\xb7\x11\xe2\ -\xf3\x5f\xa3\x99\xe0\x7b\xe8\xf8\xf1\x0b\x64\xec\xda\x48\xed\x93\ -\x27\x5d\x7e\x73\xd3\x6e\xfb\x89\x9e\x3d\x60\xd4\x6b\x89\x2c\x9b\ -\x87\xd3\x9e\x19\x28\x08\x0a\x64\xef\xf1\xd0\x66\x21\xa1\x67\x5f\ -\x15\xcc\x2d\x2c\x4b\xbf\xcc\x6e\xc8\x6a\x21\xf7\xea\x95\xef\x47\ -\x7e\xac\x48\x28\x5b\xa1\xff\xf5\xa1\x13\x86\x96\xce\xd1\x8e\xe6\ -\x1a\x5d\x77\xbb\x8d\xb8\x36\x77\x17\x79\x6e\x24\x81\x50\x14\xc8\ -\x6c\x16\xa0\xb5\x06\xf0\xd1\xbd\xa4\xe2\xbf\x75\x17\x85\x23\xe9\ -\xdf\xd7\x67\xfe\x7a\x79\x21\xd1\xcb\xdc\xb7\xaf\xd3\xa9\x82\x40\ -\xc0\xda\xf5\xd2\xbb\xa7\x9e\xed\xed\x7e\xad\xa5\x41\xa3\xfb\xd2\ -\x1b\xc7\xeb\x9b\x18\xcb\x25\x11\xa4\x22\x0f\x26\xb2\x48\x3c\x61\ -\x57\xe1\x7f\xc2\xff\xde\x0a\x4e\xff\xf1\x81\xb8\xc9\xdd\x64\x98\ -\x28\xbb\xed\x7f\x62\xa7\x63\xbf\x35\xbe\x18\xb4\xf7\xf5\x1d\x7b\ -\xc5\xb6\xc7\x39\x90\x96\x4d\xfa\xa2\x28\x11\x72\xa9\x80\x48\x45\ -\x52\x48\x99\x97\x53\xb1\x98\x2f\x34\xfb\xdb\x18\xad\x2a\x84\x72\ -\x39\xea\x0e\x40\x9a\x7b\x30\x4c\xa4\xc5\x62\x31\xe7\x4b\xf9\x1d\ -\x05\xd6\xec\xe8\x38\xd2\xf1\x18\x41\x69\x9b\xb0\x22\x53\x25\x41\ -\xc8\xb2\xd9\x64\x78\x29\xe4\x9b\xd7\x98\x4c\x6b\x02\xab\x4e\x95\ -\x87\x1f\x4e\xe3\x56\x30\x9f\xa2\xa0\x3e\xac\x06\x9e\x57\x03\xc3\ -\xa8\xb6\xde\x48\xae\x75\x38\xc4\xcc\xe2\xa2\x08\x00\x25\x00\xa8\ -\x24\xb1\x5c\xff\x01\xdc\xe3\xac\x93\x2c\x89\x5a\x3c\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x9a\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x7d\x49\x44\ +\x41\x54\x38\x8d\xed\x8d\x31\x0e\x83\x30\x0c\x45\xbf\x1b\x94\xc1\ +\x2b\x03\x4c\x11\x67\x2b\xd7\xaa\x38\x1b\xca\x44\x06\x94\x2d\x74\ +\x48\xe4\xae\x16\x0a\x94\x85\x8d\xb7\x7d\xdb\xff\x99\xa0\x10\x11\ +\x02\x30\x02\x68\x51\x67\x25\xa2\xcf\xc1\x0e\x10\x91\x41\xfe\x33\ +\xe8\x4e\xa3\x43\x08\xa1\x4b\x29\x1d\x3e\x00\x00\x66\xee\x00\xcc\ +\x55\x41\xce\x99\x63\x8c\xa7\x02\x6b\x2d\xeb\xfc\x3a\xbd\xbe\xc0\ +\x23\x78\x04\xb7\x08\xbe\x17\x3a\x9b\x0e\xb4\xdf\x7a\xef\xa7\x52\ +\x4a\x5f\x6b\x1a\x63\x16\xe7\xdc\x5b\xcf\x7e\x00\xaf\x41\xda\x2f\ +\x1c\x16\x5d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x01\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\x61\x49\x44\x41\x54\x78\x01\xad\x92\xc3\x7a\x6c\x41\ -\x18\x45\xcf\x43\xdd\xe9\x8d\xf3\x02\xb1\x6d\xdb\xb6\x26\x6d\x77\ -\xc7\xb6\x6d\xdb\xb6\x31\x4d\x8f\x77\xaa\x2a\x36\xff\xef\x5b\x87\ -\xbb\x56\x91\x33\xb7\x34\x4d\xf4\x0f\xf4\xc5\x4b\x3c\xbd\xdd\x19\ -\xce\x2e\x8e\x9e\xdc\x47\x45\xc3\xb3\xb3\xb3\x6f\x32\x3a\x3a\x02\ -\x57\x77\x67\x90\x4e\xac\xdf\x15\xf8\xf8\x79\xa1\xbf\xbf\x0f\x62\ -\x89\x88\x21\x57\x4a\x51\x56\x51\xfc\x29\x62\x19\x3f\x95\x09\xe8\ -\x30\x27\x26\x26\x50\x5a\x5a\xca\xa0\x3f\xbf\x52\x34\xc7\x04\xce\ -\xae\x8e\xcf\x46\x70\x2f\xd0\x6a\xaf\xdf\xe5\x99\xc0\xde\xd1\xf6\ -\xcd\x11\xd0\xe0\xf4\xf4\xe4\x4b\xde\x14\xfc\x6e\x04\xd6\xb6\x96\ -\x5f\x1a\xc1\xfa\xfa\xda\x9b\x02\x7a\x0e\xd8\x08\x9c\x63\xe4\xf8\ -\xe7\x5e\xfc\x2d\x0c\x7d\x55\xa0\x02\x36\x02\xfa\x61\x74\xfd\x0a\ -\xbd\x8b\xe7\x5f\x82\x66\x69\x9b\x87\x11\xd0\x97\xda\xb1\x23\xe4\ -\x35\xac\x7f\x4a\x76\xed\x2a\x4a\x07\xf7\x69\x9b\xe7\x23\xa8\x21\ -\x82\xdc\xfa\x35\x1a\x62\xf7\x9c\xba\x35\x64\x91\x70\x7a\xf5\x0a\ -\x92\x2b\x96\x11\x57\xba\x88\x88\xc2\x79\x84\x68\xe6\xa0\xec\xda\ -\x79\x3e\x02\xab\x08\x05\x14\xe4\x63\x90\x7a\x16\x41\xaa\x39\x04\ -\xa8\x66\x11\xa0\x9c\x85\x3f\xc1\x4f\x31\x0b\x5f\xc5\x0c\x7c\xe4\ -\xb3\xf0\x96\xcd\xc0\x8b\x20\x6c\xdd\x7a\x14\x54\x54\x55\x20\x9b\ -\xf4\x46\x43\xbe\x72\x12\x24\xb0\xa0\x74\x06\x1e\xd2\x69\xb8\x93\ -\xbb\xbb\x64\x1a\x6e\xe2\x69\xb8\x8a\xa6\x21\xef\xdc\x85\x69\xb0\ -\x18\xc6\xf6\xd1\x1a\x4e\xc7\x29\xbb\x9f\x9a\xbe\x8b\xae\x53\xc6\ -\x38\xf7\x17\x75\x03\xca\xe9\x8a\x63\x73\x6a\xb8\xd3\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xe6\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x7e\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xb1\x4a\xc3\x50\x18\x85\xef\x4d\x2e\x2d\ +\x68\x4b\x07\xbb\xd7\xd5\x29\x25\x3e\x83\x7b\xa0\xa3\x43\x9f\xc0\ +\xdd\x37\xa8\xbb\x53\xc9\x58\x70\xef\xee\x23\x64\x2f\x85\x82\x01\ +\x1d\x9d\x12\x9d\xc2\xbd\xd7\x17\x70\x10\x4f\xe8\x81\xf6\x7c\xfb\ +\xf9\xf3\xe5\x83\x8c\x31\x46\x9c\x37\x16\x3d\xb0\xd9\x6c\xee\xf2\ +\x3c\x7f\x48\xd3\xf4\x3a\x84\x00\xdf\xfb\x0b\x49\x92\x44\xef\xfd\ +\x5b\x55\x55\xcf\xcb\xe5\xf2\xf5\x18\xcf\xfc\x95\xb2\x2c\x6f\xdb\ +\xb6\xfd\x8e\x24\x9a\xa6\xf9\x5a\xaf\xd7\x39\xf2\x0e\x09\x32\xce\ +\xb2\x6c\x31\x1a\x8d\x2e\x90\x1b\x08\xe3\xf1\xf8\x72\x3e\x9f\x2f\ +\x90\x1b\x50\x80\xc1\x60\x70\x85\xec\xfb\x60\x38\x1c\x4e\x91\x3d\ +\x14\xe0\x14\x50\x00\xb6\x00\x1b\x87\x8c\x43\x08\x37\x87\xc3\xa1\ +\x2f\x97\x7f\x3b\x20\x7b\x28\x80\x31\x66\xd2\x34\x0d\x78\x02\xc3\ +\x5a\x3b\x41\xf6\x67\xff\x09\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\ +\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\ +\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\ +\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\ +\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\ +\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\ +\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x0d\x14\ +\xc0\x5a\x1b\xfa\x12\x61\x39\x40\x01\xbc\xf7\x1f\xc8\xbe\x0f\xba\ +\xae\x7b\x47\xf6\x50\x80\xdd\x6e\xb7\x72\xce\x45\xe4\x06\x82\x73\ +\x2e\xee\xf7\xfb\x27\xe4\x06\xfc\xab\xeb\x76\xbb\xbd\x9f\xcd\x66\ +\x2b\xef\xfd\xd4\xda\xa3\xfc\x39\x6b\x62\x8c\x26\x4d\xd3\xcf\xba\ +\xae\x1f\x8b\xa2\x78\x39\xca\x43\xc5\x89\xf2\x03\x3d\x0c\xc2\xc2\ +\x94\x71\x78\x36\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x03\x46\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xad\x49\x44\x41\x54\x78\x01\x75\x52\x03\x90\x20\x31\ -\x10\x7c\xdb\xb6\x6d\xa3\xf4\xb6\x6d\xdb\x3a\xdb\xb6\x7d\xf7\xb6\ -\xcd\xb3\x6d\xdb\xb6\x77\xb7\x3f\xc9\x59\xa9\x8a\xd3\x3d\xd3\x9d\ -\xe9\xd4\xba\x69\xdd\xee\xbd\x92\x74\x73\xd2\x23\x49\xaf\xaa\xeb\ -\x6c\x6d\xae\xb2\x67\xc5\x36\x91\x01\xa6\xe3\x3a\x75\xd4\xe8\x23\ -\x1b\x85\x71\xc1\x35\x09\x52\x8e\x28\x0f\x2e\x06\x5f\x21\xd0\x4e\ -\xd6\xa5\x55\x71\x12\x9e\x5a\x5b\x8f\x67\x28\x2c\xbe\xe4\xdf\x11\ -\xf8\x7b\x9a\xd7\xc5\xe7\xe0\x4a\x84\xf2\x68\x11\xe4\x07\xdf\x44\ -\x6e\xe0\x0d\x24\xfe\x10\x45\x9e\xa7\x0c\x2a\x93\x3f\x42\x6f\xc9\ -\x53\xa8\x4c\x36\xae\xd0\xb8\x34\xec\xb7\x78\x7f\xb3\x71\x92\x03\ -\x2c\x67\x34\x46\x26\xe0\x17\x28\xfc\xce\xc7\x3b\x9f\x44\x9c\xd3\ -\x09\x24\xbb\x9f\x45\xa6\xef\x65\xf8\x5a\x48\x40\x61\xb4\x39\x94\ -\xc7\x5b\x42\x66\x48\x5d\x57\x18\x63\xce\x49\x0f\x31\xe3\x24\x07\ -\x9a\xef\x63\x9a\x69\xda\x34\x72\x41\xc8\x6d\xa4\x78\x9c\x47\xe8\ -\xf7\xfd\x08\xf8\xb4\x0b\x81\x9f\x77\x23\xec\xc7\x41\x44\xbc\xbb\ -\x03\xdd\x85\xc6\x90\x1e\x6c\xc9\xba\xf6\xfc\x27\x30\xb9\xbc\x3c\ -\x9e\x62\x59\x74\xa2\x2f\x04\x99\xc6\x28\x0a\xbb\x8b\x54\xcf\xf3\ -\x48\x72\x3b\x0b\x92\x11\xdb\x57\xc6\x8a\x01\xe9\xda\x78\x7a\x42\ -\x9d\x80\xad\x18\xc1\xcb\x33\x76\xc8\xf2\xbb\x9a\x4e\xb1\x94\x20\ -\x12\xe5\xe1\x55\x48\x55\x46\x45\x8c\x18\x12\x5d\x4f\x33\xed\x5e\ -\x6f\xb6\xc2\x50\x74\x30\xed\x42\xd4\xa7\x9b\x30\x5a\x69\x8d\x2f\ -\x22\xd2\x70\x51\x57\x86\xfe\x12\x13\x64\xbb\x1a\xd4\x50\x2c\x25\ -\xa8\x62\x4e\x67\x5b\x43\x48\x91\x63\xd1\xb9\x24\x19\x06\xb4\x92\ -\x1b\x3d\x5f\xef\xfe\x80\xa1\x7a\x17\xe7\xf0\x09\x8e\x21\x44\xd2\ -\x1e\x14\x87\xdf\x45\xd4\x2b\x39\xa4\x3b\x3a\x08\x14\xdb\x40\x00\ -\x14\x7c\x06\x91\xc1\x52\x47\x8e\x3d\x8c\xc5\x87\x70\xe4\x6e\x20\ -\xed\x84\xac\x12\xd5\x19\xf0\x79\xb7\x9d\xfd\x4e\x49\xc4\x7d\x20\ -\xcb\x1c\xe4\xae\xba\x4e\x42\x45\x74\x2d\xca\xfc\x81\xbc\xd7\x28\ -\x8d\xbc\x0f\x2a\x27\xc3\xe7\xb2\x60\x20\x32\xb0\x92\x64\x90\x47\ -\x64\xf1\xd5\xf1\x12\x08\xfa\xb2\x87\x6a\x07\x35\x9b\xec\x69\x80\ -\x28\x66\x22\x49\x39\x07\xb5\x05\x60\x24\xf9\xef\x41\xeb\x00\x25\ -\xee\x40\x4d\x0e\xeb\xb5\x89\x52\xf8\x69\xbb\x1a\xd1\x7f\x8f\x32\ -\x93\x49\x06\xf4\xb7\x4a\x1b\x4c\x5c\x69\xaf\x3c\x21\x01\x42\x0d\ -\x18\x49\x65\x02\x50\xf4\x1b\xa4\x1a\x11\xf1\xeb\x10\x7c\xdf\x6f\ -\xa7\xdf\xc9\xc0\xb1\x8e\xc7\x59\x7d\x50\xbf\xac\xe5\xc7\xe4\x52\ -\x6c\x63\x21\x11\xe6\x34\xe6\x45\x1d\x09\xf3\x84\x4f\x96\x41\x43\ -\x55\xa6\x7b\x5f\x44\xd4\x9f\x23\xcc\x60\x42\x5a\xa4\x79\xab\xb7\ -\x45\x9b\x52\x4e\x70\x39\x55\x48\x0a\x8a\x91\x90\xaa\x04\x32\xf4\ -\x59\xfa\x65\x51\x22\x8c\x88\x1a\xe7\xfe\x72\x53\x35\x7d\x5b\x0f\ -\xeb\xda\x9a\xc4\xdc\x4c\x6a\x44\x5e\x61\xe8\xed\x5a\x9a\x26\xf3\ -\xa4\xd8\x19\x48\x53\xa7\xdf\xcb\x59\xc8\x8c\xac\xd3\xdd\x41\xeb\ -\x4c\x7a\x77\x89\xd3\x9d\xd6\xaa\x5e\xeb\x66\xa7\x71\xb3\x67\x22\ -\x79\xcc\x69\xdf\xe9\xc3\x93\x74\x53\xc8\x99\x3d\xd3\xdc\xaa\xfd\ -\x07\xa8\x3e\x56\x6e\xe7\xcf\x2d\x29\x00\x00\x00\x00\x49\x45\x4e\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x02\x37\x00\x00\x02\x37\ +\x01\xf7\x06\x44\xc2\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xc3\x49\x44\ +\x41\x54\x78\x9c\xed\x99\x31\x6f\xd3\x40\x18\x86\x9f\x2f\xa5\x82\ +\xa6\x13\x13\x3b\x3b\x03\x82\x3f\xd0\x81\x0a\xa4\x54\xa5\x08\xd2\ +\x0a\x18\x8a\x90\x0a\x02\x21\x01\xe2\x07\xc0\x8c\x84\x40\x05\x31\ +\x81\x18\x3a\x34\xa9\x84\x0a\x4d\x3a\x94\x01\x46\x86\xa8\x7f\x80\ +\x3f\x90\x6e\x50\xa9\x29\x43\x93\x63\x38\x22\x22\x48\x13\x9f\xef\ +\x6c\x9f\xc3\x3d\x53\x62\x9f\xef\xfb\x9e\x37\x17\xc7\x76\x20\x10\ +\x08\x04\x02\x81\x40\xe0\x3f\x45\xb2\x6e\x20\x51\x14\xc2\xe6\xfc\ +\x4d\x3a\xdc\x41\x38\x05\xb4\x11\xf9\x8a\xe2\x29\xa5\xd5\x3a\x8c\ +\x72\x00\x8d\xa5\x71\x9a\xbb\x2b\xa0\xca\x7d\xf7\x2b\x79\xc2\xcc\ +\xea\xe3\xd1\x0c\xa0\xb1\x34\xce\xce\x8f\x2a\x8a\x8b\x83\x07\xaa\ +\xf3\x63\xe9\x74\x94\x22\x91\xe5\x01\x38\x31\x5a\x2b\xc0\x4c\x1e\ +\x60\xb7\x90\x68\x43\x69\x62\x2e\x0f\x30\x36\x1a\x01\xc4\x93\x07\ +\xd8\xce\xff\x57\x20\xbe\x3c\x40\x39\xdf\x2b\xc0\x4e\xfe\x0d\xa5\ +\xca\xda\x11\xe7\x4d\xa5\x85\x8d\xbc\x50\xa1\xb8\x73\x5b\xbf\xcc\ +\x23\xf6\xf2\xd7\x99\xfa\x72\xa0\xdf\xe6\x0d\x87\xf2\x7a\x53\x9e\ +\x70\x2c\xaf\x37\xe7\x85\x04\xe4\xf5\xae\x3c\x90\x90\xbc\xde\xed\ +\x3b\x09\xca\xeb\x21\x3e\x93\xb0\x3c\xc0\xbf\x17\x42\x9b\x17\x8e\ +\xb2\x31\x53\x34\x2e\xe8\x9a\xc6\xd2\x38\xcd\xef\x95\x78\x17\x39\ +\xb2\xc2\x5e\xe7\xda\x30\x79\xe8\x5d\x01\xf5\x85\xab\x74\xd4\x23\ +\x84\xd3\xbf\xb7\x7c\x43\xf1\x8a\xfd\xce\x4b\xca\x6b\x6d\xf3\x26\ +\x2c\xe8\xca\x23\x73\xe6\x07\xcb\x0a\xad\xf6\x62\xd4\x9e\x75\x00\ +\xb5\xf2\x33\x90\x07\xfd\x87\xa8\x3a\x93\xc5\xcb\x4c\xbd\xfb\x69\ +\xde\x4c\x0c\x52\x94\x07\x10\x36\x16\xe6\x10\xf5\x7e\xc8\xa8\x2d\ +\x8a\x13\xb3\x89\x87\x90\xb2\x3c\x40\x01\x51\xf7\x87\x8e\x52\x4c\ +\xd3\xda\xff\xc0\xe7\xc5\x63\xe6\x8d\x45\x24\x03\x79\xd0\x27\xc1\ +\x33\x91\x46\x2a\xa6\xd9\x6b\x7d\xa4\x7a\x65\xc2\xb4\xc8\x50\x6c\ +\xe4\x85\x0a\x93\xcd\x1b\x71\xcf\x53\x86\xb7\xc3\x72\x8e\xc9\xc2\ +\xba\xd3\x95\x60\xfb\xc9\x47\x3c\xdb\x1f\x46\x01\x91\x86\xd1\x11\ +\x2e\xbf\x0e\x19\x2d\xfb\x5e\x0a\x74\x3a\xcf\x8d\x8f\x72\x11\x82\ +\x07\xf2\x00\x05\x66\xaa\xeb\xc0\xb2\xf1\x91\x36\x21\x78\x22\x0f\ +\xdd\xeb\x00\x85\x50\x2b\x2f\x23\x72\xd7\x7c\x0a\xf5\x89\x96\x9a\ +\xa5\xbc\xb6\x1f\x69\xb8\xed\x09\x2f\xc2\xe5\xad\xd9\x94\x5d\xd2\ +\x08\xc1\x33\x79\x3d\x6d\x2f\x49\x86\xe0\xa1\xbc\x9e\xfa\x6f\x92\ +\x08\xc1\x53\x79\x3d\x7d\x3f\x5c\x86\xe0\xb1\xbc\x2e\x71\x18\x2e\ +\x42\x38\x79\xfc\xc0\x67\x79\x5d\x66\x10\x0a\xa1\x3e\xff\x1a\xb8\ +\x15\x63\xe6\x2d\xa0\x15\xfb\x7e\xde\xe1\x4f\xdd\xc0\x4a\x43\x47\ +\x58\xad\x84\x18\xa4\xf4\xc9\xff\x29\x17\x85\xb4\x42\x48\x59\x5e\ +\x97\x8c\x4a\xd2\x21\x64\x20\xaf\xcb\x9a\x90\x54\x08\x19\xc9\xeb\ +\xd2\xa6\xb8\x0e\x21\x43\x79\x5d\x3e\x0e\xae\x42\xc8\x58\x5e\xb7\ +\x10\x17\xdb\x10\x3c\x90\xd7\x6d\xd8\x10\x37\x04\x4f\xe4\x75\x2b\ +\xb6\x98\x86\xe0\x91\x3c\xb8\xfa\x6b\x2c\x6a\x08\x9e\xc9\x83\xf1\ +\x43\xd1\x43\x10\x14\xa5\xea\x3d\x06\x3e\x59\x92\xb7\xb6\x0f\x30\ +\x93\xc0\xfd\x9f\xa3\xb5\xf9\x4b\xc0\x43\xe0\x2c\x3a\x9a\x6d\x84\ +\x17\x94\x2a\xab\xce\x6b\x05\x02\x81\x40\x20\x10\x08\x04\xe2\xf3\ +\x0b\x31\x9b\xd8\xb1\xb2\x92\x15\xec\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -\x00\x00\x02\x9c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x63\x49\x44\x41\x54\x78\x01\x75\x53\x03\xcc\x1e\x51\ -\x10\xac\x6d\x3b\x76\x1a\xa7\x88\x6a\xdb\xb6\x6d\xdb\xb6\x6d\x9b\ -\xbf\x6d\xdb\xb6\x6d\x7c\x37\xdd\xd9\x5a\x97\xdc\xe3\xce\xec\x2c\ -\x5e\x0d\x00\xbf\xfd\xc7\x57\x37\xec\x29\xff\x15\xf9\xc3\xe4\x2f\ -\xe7\xcf\x35\xcf\x78\xf7\xa7\xfd\x9f\xe0\x2b\x37\xf7\x76\x09\xa8\ -\x8c\xdd\x6e\x87\x92\x80\x02\x98\x4a\x0d\xfe\xb2\x2e\x2a\x8f\xde\ -\xea\xc6\x3b\xda\xfc\x8b\x80\x60\xb3\x64\xf7\x85\x4f\x50\x5d\x68\ -\x94\x44\x6c\x44\x4e\xc0\x4a\x64\xf9\xad\x40\x7e\xf0\x5a\x54\xc5\ -\x6d\x07\x72\x3f\x80\x64\x89\xae\xf3\xcd\x68\xfb\x1b\x01\x59\x05\ -\xfc\x14\x79\x66\xa6\x18\x87\x99\x88\xb6\x9f\x81\x04\x97\xb9\x48\ -\xf3\x5a\x8c\x6c\xff\x95\x10\xef\x40\xda\x05\x20\xfb\x09\x50\x16\ -\xcb\x3b\x8f\xef\x4a\x34\x66\x4a\xa3\xe7\xdc\xc0\xd5\x10\x0f\x08\ -\x32\x1b\x0f\xdf\xf7\xa3\xe0\xf7\x61\x34\x82\xcd\x27\x22\xc3\x67\ -\x29\xaa\xe3\x77\x02\x19\x37\x20\x4e\x20\xb6\xb8\xb1\xa7\x53\x08\ -\xb1\xea\x5d\x3c\x04\xd2\x03\xe5\x26\xb9\xcd\x47\xbc\xf3\x5c\x88\ -\x22\xdd\x97\x45\x6d\x06\x52\x4e\x68\x38\x46\xe2\x6e\x20\xe9\x00\ -\x90\xfd\x02\xe9\xde\x4b\x53\x88\x25\x41\x18\x4a\x42\xca\x79\x51\ -\x1a\xb9\x19\x71\x4e\xb3\xd5\xd8\xfd\xe5\x50\x9c\xdb\xd4\x92\xbf\ -\x91\xea\xb9\x18\xc8\x7a\xa0\xe4\xcc\x8f\xaa\x49\x3d\x53\x41\x2c\ -\x09\xca\x99\x1c\xca\xa3\x07\x7a\xa7\x01\x81\xd7\x77\x77\xec\x7e\ -\x7a\x7d\xb3\xd6\x17\xb6\xb4\x32\xa1\x22\x15\xfe\x1f\xc7\xa0\x20\ -\x64\x2d\x1d\x91\xd0\x20\xf6\x3b\x81\x66\x99\x61\x50\x3a\x32\xef\ -\x40\x40\xd5\x72\xd7\x9c\xbf\x90\x95\x91\xc0\xf3\xf5\x70\xad\x4e\ -\x61\xe8\x7a\x20\xfd\x0a\xe4\xae\x42\x43\x40\x69\x44\x15\x8a\x7d\ -\x34\xb6\xa2\xb0\xf5\x1a\xa7\xc8\x36\xce\x6e\x6c\x5e\x26\x0a\xb2\ -\x25\x2c\x53\x45\xcc\x56\x2a\x60\xec\x60\xb2\x65\x4f\x07\xe1\x9a\ -\x44\x91\x9c\x89\xaa\x5c\x28\x49\xce\x1b\x8d\x13\x85\x2e\x40\x65\ -\xa6\xfe\xec\x03\x8b\x5b\xbd\x11\x61\x33\x95\x79\xa0\x02\x56\xab\ -\x88\x58\x2d\xe3\x9d\x03\xdd\x62\x61\x54\x82\x24\xac\x33\xf2\xad\ -\x20\xdd\x88\x50\xcb\x49\xf0\x7a\x33\x5c\xcb\x49\x70\x94\xdd\x74\ -\xf6\x00\xcb\xc9\x32\x66\x11\xfb\xa3\x91\x84\x39\x99\xb9\xf8\x4e\ -\xc2\x9c\x98\x12\x76\xe2\x7b\x57\xa6\x78\x2c\x44\xb8\xf5\x14\x26\ -\x98\xa4\xf9\xc7\x56\x35\xbc\xfa\x57\x2b\xc7\x3a\xce\xca\x63\x93\ -\x28\x49\x9e\x19\x4b\xa5\xf2\x8b\xc3\x37\x2a\x11\x13\xe7\xf2\x6c\ -\x50\xc5\xf7\x56\x96\xaf\xf6\x5f\x8f\xe9\xf2\xf6\x76\xd9\x79\x41\ -\xab\xab\x28\x53\x73\x52\xe0\x00\x24\x1f\x61\x79\xab\xaf\xee\x6c\ -\x5f\xf4\xdf\xc7\x24\x5f\x4d\xf9\xeb\x6e\x9d\x5d\xa3\xef\xa1\x65\ -\x75\x6e\x1f\x5d\x59\x3f\x4e\x8c\xab\x4f\xac\x69\x64\x12\xb9\x89\ -\x72\x76\xe7\x5f\xcf\xf9\x0b\x85\x5c\xd5\xd5\xa0\x61\xa0\x02\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd3\ +\x00\x00\x01\xf9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x9a\x49\x44\x41\x54\x38\x4f\xa5\x92\x6b\x48\x93\x51\ -\x18\xc7\x9f\xf3\xee\xdd\xe6\x74\xed\xa2\xe8\x1c\x65\x5e\xdb\xa6\ -\xce\x25\xee\x4d\x03\x9b\x97\xc9\x2a\x4d\xa8\x3e\x4c\x84\x75\x81\ -\x3e\x48\xf5\x21\x88\x3e\x74\xf9\x14\x4a\x86\xf5\x25\xa8\x2f\xa1\ -\x5d\x08\x8c\xda\x2b\x83\x32\x08\xed\x43\x23\xa3\x06\xe5\x85\x2e\ -\x0c\xb1\x39\x24\x2f\x53\xd3\x41\x4a\xee\x72\xde\x73\xe2\x55\x2b\ -\x92\x4a\xa1\x07\x9e\x73\x38\x70\xfe\x3f\x9e\xff\xf9\x1f\x04\xff\ -\x59\x68\x45\x6f\x95\x16\x16\x33\xc5\xc0\x52\x19\xc1\x78\xc6\x3f\ -\x34\x34\xb2\x51\x2e\xca\xca\xca\x4a\x50\xa5\xa4\xb6\x51\x00\x3d\ -\x20\x14\x92\x30\xa8\x52\xa3\x51\x29\xb6\xea\xd3\xe6\x08\x25\x53\ -\xdf\x16\xa3\xa7\x3c\x1e\xcf\xf8\xdf\x80\xc8\xc8\x71\x46\x19\x85\ -\x26\x12\x59\x3a\x6f\x36\x9b\x73\xf3\x0c\x39\x0f\xc7\x43\xb3\xe6\ -\x1a\x7b\x05\xd1\xa5\xa5\x0a\xbe\x57\xaf\xc3\x53\x53\xa1\xeb\x73\ -\xb3\xe1\xfb\x3c\xcf\x07\xd7\x82\x50\x11\xc7\xed\x07\x82\xb4\xef\ -\x07\xde\xdc\x3d\x7e\xb2\xe9\x72\x5d\x7d\xed\x19\x9f\xef\x2d\xab\ -\xd6\xaa\x05\x47\x4d\x25\x06\x40\x74\x26\x34\x4b\xfb\x5e\xf6\xbd\ -\x0b\x7c\x1a\x75\x0b\x71\xda\xce\xf3\xfc\xe2\x0f\x10\x2a\xe2\xca\ -\xea\x28\x40\x7a\xee\xe6\xf4\x67\x25\x56\xcb\x08\x57\x56\x2a\xbf\ -\x72\xf5\x1a\xb5\xed\xda\x49\x6a\xeb\x1c\x31\x04\x08\x4b\x58\x96\ -\xa6\xa7\xea\xa5\xfd\xfd\x03\xb4\xb7\xa7\x67\x30\x3c\xff\xf5\xd8\ -\xf4\xf4\xf4\xa8\xd7\xeb\xc5\x28\xdf\x6a\xd5\x4b\x81\x39\x97\xac\ -\x55\xe5\x1c\x3c\x50\xbf\xd7\x66\x2b\x67\xbb\xbb\x9f\x10\xa3\xd1\ -\x80\x33\xb3\x33\x31\x11\x04\x01\x0b\x18\x8b\xab\x46\xad\x95\x50\ -\x8a\xd8\xc1\xfe\x21\xea\xf7\xfb\xef\x04\x03\x63\x6d\xcb\x29\x58\ -\x2c\x96\x34\x89\x3c\x29\xbf\x6c\x47\x51\xeb\xa1\xc3\xae\xd2\x4d\ -\x2a\x25\xc4\xe2\xd1\x65\x1d\x26\xa2\x3e\x2e\xe0\x65\x90\x80\x19\ -\x86\xa1\xa6\xdc\x02\xf5\xe3\x47\xdd\x33\xde\xe7\x2f\x6a\x57\x63\ -\x5c\x71\xd4\xe0\x6a\x28\x37\x6d\x33\xdc\x74\xec\xd9\x6d\x50\xab\ -\x94\x24\x12\x8b\x60\xb1\x89\x80\xc5\x12\x04\x82\x71\x52\xa2\x92\ -\xd1\x25\x6f\xd1\xb4\xb4\x34\xdf\xf8\xf8\xc1\x7f\xe1\x37\x00\x00\ -\x20\x97\xcb\x69\x96\xca\x15\x8d\x1c\x57\x72\xb4\xc4\xca\xa5\xa8\ -\xd4\x4a\x3c\x1f\xfe\x12\x8b\xc6\x22\x71\x84\x18\x92\x9d\x91\xa7\ -\x6c\xbf\xd5\xb1\x10\x18\x0e\xda\x79\x9e\x1f\x5e\x0b\x58\x19\xe5\ -\x22\x30\xae\x11\xa7\x49\x96\xa0\xb8\x6d\xab\xac\x28\xb4\x57\x55\ -\x4b\x26\x42\x9f\x17\x65\x52\x39\x0a\x06\xc6\x12\xdc\x0f\xdc\xa7\ -\xbb\xba\x3c\x1d\xe2\xd5\x3f\x03\x7e\x85\xcd\x34\x36\x3a\x8f\x98\ -\x0a\xf2\x9b\xaa\xab\xab\xb6\x6b\x34\x5a\xe4\xe6\x79\xdf\xa5\xe6\ -\x56\xfb\xcf\x18\x37\xf0\x65\x91\xd3\xe9\xcc\x48\x54\xca\xf7\xe9\ -\x74\xfa\x13\x13\x93\x93\x67\x3b\xef\x75\x3e\x5d\x0f\x20\x4e\x96\ -\x04\x00\x89\x00\xa0\x00\x00\x16\x00\x28\x00\x60\x00\x58\x02\x80\ -\x05\x00\x88\xfc\xcb\x82\x08\x90\x01\x80\x7c\xb5\xa5\x00\x20\x00\ -\x40\x14\x00\x62\xab\xbb\x78\x5e\xf7\x0d\xd6\x75\xf8\x1d\x97\x2f\ -\x0f\xf3\xe0\xb2\x93\x22\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x40\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x76\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x41\x4a\xc3\x50\x14\x45\xef\x4b\x22\x68\ +\xb4\x58\xa1\x2d\x4a\x1d\xe9\xc8\x0e\x04\xc1\xa5\xd8\x25\xb8\x01\ +\x27\xae\x40\x41\x70\x01\xae\xc1\x81\x2b\x71\x20\x0e\x45\x70\x20\ +\xa2\x2d\x82\x8a\x0e\x84\x26\x79\x6e\x41\xf2\x42\x2f\x34\xf7\xcc\ +\xff\xcd\xc9\x81\x0c\x02\x09\x20\xda\x8d\x45\x07\x5e\xa6\x1f\x07\ +\x89\x55\xa7\x30\xec\x02\x16\xde\xfb\x1f\xee\x30\x3c\x96\x65\x72\ +\xb1\x3d\xd8\xb8\x8b\x2c\x85\x84\x27\x93\xcf\x9d\x2a\x2d\xef\x01\ +\xac\x46\x76\x02\xfc\x58\x96\xee\x6f\x76\xbb\x4f\x75\x07\x92\xc8\ +\xd5\xab\xb4\x1a\x83\x77\xf3\x00\xb0\xe6\x45\x35\x8e\x0c\x84\x02\ +\xc0\xbc\x1f\x3a\xdf\x04\xe6\x83\xc8\xf1\x58\x80\x05\x40\x01\xd8\ +\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\xa6\ +\xf5\x01\xb2\xc8\xe1\x0e\xae\x47\xa9\xbd\x36\xe5\x52\x8b\x12\x5b\ +\xa3\xc8\xf9\x50\x80\x14\xcf\xfd\x65\xdc\x46\x26\xc2\xfc\xe2\x30\ +\xf4\x3e\xd2\xfa\x47\x40\x01\xd8\x02\x6c\x14\x80\x2d\xc0\x46\x01\ +\xd8\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\ +\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\ +\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\ +\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\ +\x02\x6c\x14\x80\x2d\xc0\x46\x01\xd8\x02\x6c\x14\x80\x2d\xc0\x26\ +\x14\xc0\x3d\x7f\x6b\x4a\xa4\x2e\x95\xe7\xa1\x6f\x75\x43\x01\x66\ +\x36\x3c\x73\xac\x78\x64\x23\x82\x23\xf7\xc2\x86\xe7\x91\x8d\xf0\ +\xaf\xae\xdf\xd3\xab\xa3\xa5\xf4\xe1\x32\xc3\x57\xcf\xe1\x73\xf9\ +\x75\xd6\x60\x5e\xf8\xfa\xfb\x0c\x7b\x27\x9d\xde\xf1\xcd\x3c\xae\ +\x29\x16\x95\x3f\x61\x42\x3c\xa1\x1e\x92\xfd\x34\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xe6\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x07\x49\x44\x41\x54\x38\x4f\x95\xd3\xcd\x6b\x13\x41\ -\x18\x06\xf0\xe7\x9d\xc9\x66\x2d\x49\x63\x55\x7a\xeb\x4d\xab\x87\ -\x80\x60\x57\xa8\xa0\xf4\xe6\x45\xbc\xa6\x50\x3f\x4a\x43\x62\xa2\ -\x42\x51\x0f\x7a\xf0\xa0\x69\xd1\xaa\x15\x2f\x15\x84\xd8\xa8\xa5\ -\x4d\x3c\xd4\x7f\x40\x10\x84\x2a\x04\x24\xda\xc6\x43\x2e\x5a\xd4\ -\x62\x2f\xd6\x8f\x26\xa9\xc9\x76\xbb\xb3\x33\x12\x51\xa9\x92\x2d\ -\xeb\x5c\xdf\x79\x7f\xef\x30\xf3\x0c\xc1\xc3\xda\x31\x38\xa6\xcf\ -\x6f\xfb\x66\x23\x95\x92\xff\x6e\x27\x0f\xfd\x30\x12\x0f\x0f\x48\ -\x32\x57\xe6\xd2\xb1\xd7\xff\x05\x18\x89\xc9\xee\x8a\x5e\x2e\x06\ -\xcd\x2d\x3d\x9c\x10\xff\x54\xd6\x07\x16\x1f\xf5\x9a\xeb\x11\xf7\ -\x13\x24\xd2\x9a\xe1\x6c\x8a\x10\xb1\xb0\xaa\xd4\x47\x11\x0a\xdc\ -\x54\xc4\x9e\xcd\x66\xfa\x72\x00\xa9\xdf\x48\x53\x20\x1c\x49\xf9\ -\xf5\xd6\xed\x91\xba\x90\x8f\x83\x1a\x8f\x29\xd0\x7b\x61\x8b\xbc\ -\xe6\x67\x23\x65\x93\x06\xe7\x73\xc7\xaa\xae\x40\xf7\x40\xae\xf3\ -\x7b\x4d\x5b\xd0\x37\xaf\xf5\x72\x25\x2b\x50\xa2\x04\xee\x8f\x4a\ -\xaa\x0d\x13\x5a\x46\x05\x39\x77\x8a\xe9\xe8\x5b\x57\xa0\x2b\x9e\ -\xdd\x47\x0c\xbb\x98\xa0\xe7\x0e\x93\x27\xed\x3a\xbb\xe6\x0f\xc8\ -\x8b\xa0\xb6\xcb\xe4\x54\x93\xc4\xe4\x8b\xc2\xf8\xf1\xbc\x2b\xb0\ -\x3b\x9e\xed\xd0\x89\x92\x42\x58\x63\x8c\xeb\x23\xb6\xe5\x9c\xf5\ -\xeb\xec\xca\x8a\xb4\x2e\x05\xb9\x7e\x54\x29\xf6\x66\x36\x73\xe4\ -\xa9\x2b\xb0\x37\x3e\x75\x50\x31\x65\x3a\x8a\x59\x5c\xa1\x87\x09\ -\x3b\x07\x9f\x76\xe6\xb3\xb0\x87\xda\x35\xed\x9c\x70\xe4\x93\xb9\ -\xfb\xfd\x2f\x5d\x81\xf0\xe9\xe9\x60\x49\x2c\x5b\x86\x0a\x9c\x70\ -\x40\x79\xa6\x64\x2b\x81\xf6\x83\xd5\x6e\x11\x02\xb7\xc9\xe6\x57\ -\x0b\x0f\xfa\x3e\x6e\xf8\x0a\x88\x4c\xf3\x3d\x21\xbb\x43\x7d\x5d\ -\xab\xf8\xda\x7d\x59\x87\xd1\x85\x55\x21\x59\x80\xe8\xfc\x17\x21\ -\x92\x1f\x26\xa2\xab\x1b\x03\xbf\xaa\x46\x7c\xea\x14\x49\x2c\x55\ -\x4d\x3e\x13\x0a\xca\x49\x82\xbc\x51\x18\xef\x9f\xf1\x16\x24\x00\ -\xe1\x58\x66\x6b\xe9\x5e\x6c\xd9\x88\x65\x0f\x31\x42\x97\x64\xf5\ -\xeb\xaf\xee\x26\x6d\x2f\x80\x0f\x80\x06\xe0\x67\xd0\x76\x1e\x1e\ -\xee\x5c\x5a\x7c\xb7\x50\x2e\x4e\x54\x00\xfc\x49\x61\xa3\xd6\x2c\ -\x89\x8d\x46\x1d\x40\x0b\x00\xbe\x6e\x5a\x63\x72\xe3\x1f\x58\x00\ -\x1c\x2f\x77\xd0\x0c\xff\x6b\x7a\x03\xf9\x01\x8c\xc6\xcb\x11\xea\ -\xaa\xe6\xbb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x1f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xe6\x49\x44\x41\x54\x78\x01\x63\xc0\x07\x14\xa2\xb6\ -\x70\x88\xc6\x1e\xb1\x64\x0b\x39\x90\xc5\x1e\x7e\x78\xa2\x78\xca\ -\xf1\x93\x72\xb9\x67\xbe\xf1\x07\x6e\x4f\xc6\xa9\x89\x29\xf8\x90\ -\x9a\x40\xfc\xd1\x85\xd2\x69\x27\xef\x48\x64\x9d\xf9\x2d\x53\x70\ -\xfe\x8f\x56\xfd\xd5\xff\x26\xdd\xb7\xff\xdb\x4c\xbd\xff\x5f\xb7\ -\xe9\xda\x7f\x86\x90\xc3\x0d\x38\x0d\x90\x72\x9f\x9d\xab\x59\x7b\ -\xf5\xbf\x11\x50\x83\x35\x50\x83\xfb\x82\xc7\xff\x03\x57\x3f\xff\ -\xef\xb5\xec\xd9\x7f\xe5\xa6\x1b\xff\xd9\x32\xce\xe1\x37\x40\xd1\ -\x67\x76\x49\xe8\xa6\xd7\xff\xfd\xd6\xbc\xf8\x6f\xb7\xe4\xd9\x7f\ -\xb5\x59\x2f\xfe\xf3\xf7\xbe\xfe\xcf\x50\xfd\xf0\x3f\x43\xf1\xcd\ -\xff\xdc\x25\x17\xff\xe0\x33\x80\x51\x25\x68\x51\x89\xdf\xfa\xd7\ -\xff\xd9\x72\xae\xfe\x61\xc8\xbc\xf1\x8b\x29\x72\xff\x45\x26\xff\ -\x2d\x93\x18\x3d\x57\xa4\xb2\xdb\x74\x68\x6a\x97\xec\xc7\xef\x02\ -\xb5\xd0\x45\x25\x06\x5d\x37\xff\x33\x39\xcf\x75\x64\x50\x4f\xe1\ -\x40\x97\xd7\xaf\x3a\x44\xc0\x80\x90\x85\x60\x03\x70\xc9\xeb\xd7\ -\x1c\xa6\xd0\x80\xda\x23\x04\x0c\x08\xa6\xd0\x00\x55\x8a\x0d\x08\ -\x9a\x8f\x61\x80\x79\xd9\x09\x76\x8e\xa8\xc3\x0d\x5c\xb1\x47\x37\ -\x6a\xd4\x9f\xf9\x8b\xdd\x80\xa0\x43\x9c\x2c\xe1\x87\xd3\x05\x42\ -\xb7\x6c\x42\x37\x40\x34\xed\xf8\xb6\xf4\xed\x6f\xff\xc7\xef\xff\ -\xf0\x5f\x73\xca\x43\x2c\x2e\x88\x3a\xc4\xa2\x5c\x78\xf6\x6c\xda\ -\xa6\x17\x7f\x8d\x27\xde\xfe\x8b\x6c\x40\xf4\xc4\x6d\x2c\xb2\x05\ -\xd7\xee\x4a\xcd\xfd\xfe\x9f\x75\xf6\xf7\xff\x4c\x8d\xf7\xff\x4b\ -\x26\x1d\x34\x44\xd1\xcf\xe2\xb7\x43\x5b\xa7\xeb\xc9\x7f\x95\xc5\ -\x3f\xfe\x73\x4c\xfa\xf8\x9f\x25\xe7\xfc\x53\x64\x79\x3e\x8f\x59\ -\x05\x0c\x75\xd7\x7f\x32\xb4\x5e\xfe\xc9\xee\xd0\xd7\x1c\xba\x6a\ -\x15\x23\x4a\xea\x13\x54\x75\x15\x63\x49\xdc\x77\x9d\x61\xe9\xd7\ -\xff\x8c\x53\x1f\xfc\xe2\xf5\xeb\xad\x00\x8a\xf3\x02\x31\x3b\x10\ -\xb3\x02\x31\x0f\x03\xb3\x80\x11\x03\x13\x97\x11\x54\x9c\x0d\x94\ -\xef\xe0\x0e\x00\x62\x53\x06\x46\xe6\x22\x06\x3e\x8d\x7e\x06\x16\ -\xfe\x1a\x20\xdf\x17\x88\x41\xce\x94\x02\x62\x11\x20\x96\x04\xe5\ -\x6e\x28\x96\x06\x62\x21\xa8\xc1\x8c\x00\x6e\x47\xe8\x46\x78\x5a\ -\x35\x43\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x9d\x49\x44\x41\x54\x78\x01\x6d\x52\x43\x80\x24\x5b\ -\x10\xfc\xb6\xcd\xcb\x1a\xc7\xb5\x6d\xdb\xd6\x70\x6d\xdb\xb6\xdd\ -\x1a\xdb\xb6\x6d\xdb\x9e\xa9\x76\x57\x6e\xbc\x6a\x0c\x0f\xd1\x48\ -\x46\xc4\xcb\x8f\x88\xc8\x84\xa1\xdb\xde\xff\x3f\xda\x5c\xf2\x6a\ -\xb4\x85\xa4\x60\xf8\x0e\x91\x7c\x94\xb9\xa4\x1c\xbf\xfd\x10\x5f\ -\x02\x7c\xde\xa5\xf6\x08\xf0\x93\x29\x30\x6c\xdb\xfb\x85\x23\xcd\ -\xc4\x72\xb3\xdb\x41\xea\x5b\x4e\xa9\x24\x0d\x29\x24\x69\x70\x01\ -\xdd\x73\x4e\xa3\x0d\x97\xbc\xdb\x46\xec\x10\x35\xa1\x61\xa5\x50\ -\xbb\xfd\xfd\x76\xfc\x26\xe0\x47\xe3\xb4\x81\xa3\xcc\xc5\xdc\x75\ -\xfb\x54\x7a\xe1\x9f\x47\x6f\x02\xf2\xc9\x2d\xb6\x9c\x02\x53\xab\ -\x29\x2e\xbf\x81\xd2\x4b\x9a\x28\x30\xa5\x92\xe6\x1c\x72\xe4\xc0\ -\x2c\x68\xca\x1e\x5b\x05\x86\x68\xd1\xf7\x83\x30\x00\x54\x9f\x99\ -\xdf\x0e\xd2\xed\x7d\x1c\x4e\x63\x2d\xa5\x84\x24\x81\xba\x76\xdd\ -\x05\xcf\xd6\x37\xbe\xd9\x7c\x56\x59\x33\xe5\x56\xb4\x50\x7e\x55\ -\x2b\x5d\x96\x24\xe8\xa2\xb2\x6a\x58\x5e\x85\x01\xdf\x0b\x03\x40\ -\xbd\x75\xd2\x6e\x5b\x1a\x6b\x25\xe3\x91\xe0\x90\x38\x00\xfc\x0d\ -\x4c\x1b\x69\x2e\x8e\xdf\x74\xd9\x9b\x8b\xcf\xad\xa5\x92\x5a\x8e\ -\x2a\x1a\xe4\x02\x50\xa7\x46\xfe\x5b\xa3\x7e\xd6\xa8\x31\xbb\x13\ -\xf9\x02\x5a\x2b\x90\xe8\xdd\xc5\xb0\x8d\x8c\x55\x64\x66\x35\x45\ -\x64\xd5\x52\x69\x1d\x87\x01\x62\x36\xe0\x1b\x63\x81\x76\xee\x11\ -\xd7\x93\x07\x5f\x24\x0e\x5e\x71\xce\xf7\x57\xfc\xff\xa4\x43\xf3\ -\x67\x60\x18\x76\xcb\x2e\x49\x5d\x89\xcd\x90\x62\x60\x20\xd6\x20\ -\xf7\xb5\xb1\xe8\xfb\x8e\x1b\xbb\x6c\x7f\x0d\xd0\x8c\xfd\xf6\xca\ -\xb9\x87\x1c\x15\x02\x0e\x3b\x2a\x0c\xaf\xf0\x95\xb1\x88\x19\xc2\ -\x1b\xa0\x03\xb4\x00\xdb\xe0\x0d\xfc\x0f\xfc\xd5\x03\xfe\x63\xbd\ -\x26\x09\xe5\xf5\x1c\x95\xd7\xcb\xa9\x0c\xfa\x9e\x7b\x66\xea\x46\ -\x98\x89\x8b\xd8\xa1\x74\x65\x74\xf2\x7d\xfa\x3f\x7b\x9f\xc4\x8f\ -\x32\x2c\xf9\x4e\x08\xb2\x37\x65\xba\xc2\x32\x6b\x29\x3a\xbb\x86\ -\x0c\x4c\x2c\xba\x48\xf9\x76\xd8\x76\x51\xb5\xd5\x83\xe8\x1b\x4b\ -\x4e\x79\x86\x18\x24\x7c\x2e\x24\xe1\xbc\x8e\x0d\x60\xee\x96\x81\ -\x49\x70\x4a\x05\xcd\x3b\xe2\xc4\xe1\x09\x63\x50\x34\xdc\x30\xc0\ -\x62\xac\xa5\xac\x7e\xc1\x71\x0f\xf6\x84\xfc\x08\x33\x91\xda\x24\ -\x01\x2e\xeb\xd8\xb1\x3c\x70\x49\xe3\x8b\xaa\xdb\x84\x83\x89\xcb\ -\xab\xa7\x5b\xf6\x29\xfc\xdc\xc3\x4e\x1c\x36\x6b\x70\xa9\x04\xf0\ -\xe3\xac\x65\x84\x18\x1b\x22\x65\xbd\x46\x06\xfc\x9a\xf3\x9e\x0a\ -\x9c\x69\xda\xfc\xa3\xce\x6d\x6e\x31\xa5\x14\x9d\x53\x47\x7e\xc9\ -\x95\xe4\x14\x5d\x4a\xaf\x03\x0a\xe8\xb2\x6d\x0a\x9d\x15\x25\xd0\ -\x4d\x87\x54\xc2\x42\x76\x6c\x83\x3a\x9a\x48\x68\xbe\x67\xf8\xbd\ -\x74\xc4\x0e\x71\xc3\xb2\xd3\xee\xad\xe7\xc5\x09\xf4\xc8\x23\x8b\ -\x9e\x78\xe7\xd2\x55\xbb\x54\xb2\xbe\x1f\xa2\x45\xb3\x1c\x9e\xad\ -\x61\xb5\x1d\x07\xbc\x05\x3e\xee\x60\xd8\xe7\xc0\x12\xd0\x0c\x80\ -\x0f\xd5\x68\x50\xe3\x77\xd9\x18\x4b\x89\x0d\xe2\x7d\x3a\x9a\xfb\ -\x01\x41\x5a\x86\x0e\xb8\x53\x4c\x49\x00\x00\x00\x00\x49\x45\x4e\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x63\x00\x00\x04\x63\ +\x01\xd9\x93\xdf\xfb\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x63\x49\x44\ +\x41\x54\x38\x8d\x95\x53\xbd\x4a\xc3\x50\x14\xfe\xce\x49\x22\x14\ +\x75\x52\xe8\x6c\x41\x07\x53\x28\x34\x7d\x04\x8b\xa3\x5b\x16\x27\ +\x17\x07\xb7\x82\x45\x71\xe8\x0b\x28\xb8\xb8\x0a\x4e\x0a\x41\x1f\ +\x40\xf4\x05\x8a\x69\x33\x84\x82\x28\x4d\x77\xdd\x0a\x52\x30\xdc\ +\x7b\x5c\x5a\x49\x4a\x93\xd0\xb3\xdd\xf3\xfd\xdc\xef\xde\x7b\x2e\ +\x90\x53\x61\x18\x96\xc3\x30\x2c\xe7\x71\xcc\x3c\x30\x8e\xe3\xb6\ +\xd6\x5a\x00\xb4\xb3\x38\x94\x05\xf8\xbe\xbf\x49\x44\x23\x11\x21\ +\xcb\xb2\x2a\xb5\x5a\xed\x6b\x11\x8f\x73\x02\x9c\x8a\xc8\x1a\x80\ +\x55\xa5\x54\x6b\xa9\x04\xdd\x6e\x77\xc3\x30\x8c\x11\x80\xf5\x69\ +\xeb\x87\x99\xb7\xea\xf5\xfa\xf7\x42\x83\xc1\x60\xb0\x32\x99\x4c\ +\x2a\xcc\xbc\xa3\xb5\xde\x06\xb0\x0f\xa0\x39\xc7\x7d\x01\xf0\xcc\ +\xcc\x9f\x5a\xeb\x8f\x52\xa9\x14\xd9\xb6\xfd\x4b\xbe\xef\x5f\x02\ +\x68\x01\x30\x72\x8e\xb3\xa8\x14\x80\x6b\x8e\xa2\xe8\x9c\x88\xee\ +\x97\x14\x83\x88\x9e\x00\x5c\xb0\xeb\xba\x6a\x38\x1c\x1e\x01\xb8\ +\x5b\x42\xff\x30\x1e\x8f\x0f\x1b\x8d\x46\xfc\x7f\x89\x22\x42\xbd\ +\x5e\xef\x06\xc0\x49\x81\xf8\xd6\x71\x9c\x63\x22\xd2\x40\xe2\x19\ +\x89\x48\x94\x52\x9d\xa2\xad\x95\x52\x67\x33\x71\xca\x00\x00\x2c\ +\xcb\xb2\x8b\x0c\x4c\xd3\xdc\x4d\xae\x53\x06\x5a\xeb\x6a\x91\x81\ +\x88\xa4\x38\xf3\x93\x98\x4c\x10\x02\x70\x99\xb9\x49\x44\x6f\xb3\ +\x26\x11\xa5\x52\xa6\x3e\x93\x88\x54\x99\xf9\x5d\x44\x3a\x8e\xe3\ +\x3c\x12\x91\x4c\xa1\xd7\x7e\xbf\xbf\xa7\xb5\xbe\x02\x90\x9d\x32\ +\x08\x82\x03\xcf\xf3\x32\x07\xca\xf3\x3c\x23\x08\x82\x83\x64\xef\ +\x0f\x26\x1b\x7e\x79\x5e\x2f\x4e\x68\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -\x00\x00\x01\xa3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\x6a\x49\x44\x41\x54\x78\xda\x95\xd2\x3f\x4b\xc3\x40\ -\x18\x06\xf0\xe7\x92\xd6\xfe\x11\x3a\x48\x77\x47\x41\xb0\x08\x0e\ -\x7e\x03\xa5\x28\x55\x11\x05\x8b\xa8\x83\x93\xe0\xa8\xb8\xba\xb9\ -\x0b\x2a\x38\xb8\x14\x04\x45\xc1\x45\x67\xfd\x08\xe2\x50\xa1\x0e\ -\x8a\x5a\xaa\x31\xb1\x96\x4b\x93\x34\xc9\xf9\x36\x81\x0a\x9a\x82\ -\x77\xf0\x72\x21\xdc\xfd\xee\xcd\x73\x61\x88\x18\xb9\x9d\x8c\xf8\ -\xfd\xee\x76\xeb\x8b\x45\xad\x65\xdd\x80\xcd\x95\x6d\x58\xbe\x89\ -\x26\xd5\x61\x69\x57\x1e\x58\x5f\xda\x80\xf1\xe1\x02\x99\x4f\x94\ -\x8e\x8f\xe4\x81\xd5\xc5\x35\x68\xaf\x1e\x94\xac\x8e\xf3\x93\x53\ -\x79\xa0\xb8\xb0\x4c\x80\x0b\x35\x6b\xe0\xea\xec\xb2\x3b\x10\x15\ -\x58\x7b\x4c\xcf\xcf\x42\xab\x12\xd0\x67\xe0\xfa\xe2\x26\x6a\x49\ -\x80\xb2\x89\x83\x61\x31\x37\x55\xa4\xb0\x78\x18\x9a\xc7\x83\x6a\ -\x70\x1b\xf5\xba\x03\x3f\x59\xc7\x93\x73\x07\xdd\xd4\x80\x16\x35\ -\x61\x53\x59\x0a\xc4\x63\x22\x04\xf2\xfb\x43\xa2\x50\x98\x81\xae\ -\xb5\x82\x8d\x61\xf2\x1c\xdc\xb2\x60\x09\x8e\x07\x5e\x46\x43\xd4\ -\x82\x8f\x55\xda\x2d\xd3\xac\x56\xe9\xe9\x2d\x1e\x02\x63\x7b\x83\ -\x62\x7c\x32\x1f\x6c\x0a\x00\x8f\x00\xd7\xa4\x0e\x2c\x94\xdf\x2b\ -\x30\x59\x0d\x31\xe1\xff\x9c\xdc\xa4\xcd\xbc\x5d\x6a\x08\x44\x65\ -\x90\x8c\xa7\x91\x1e\xf5\xf1\xa2\x37\x90\x8e\xb5\x20\x2a\x09\xc0\ -\x27\x80\x9c\x60\xf6\x68\x16\x2c\x04\xba\xdd\x02\x1b\xa1\x8e\x9c\ -\x1e\xa4\x1c\x17\xe2\x3e\x25\x7f\x8d\x2c\x67\xc2\x56\x62\x48\x18\ -\xa2\x13\x98\x1c\x30\xd0\x84\xd3\xab\x22\xfe\xcc\x3a\x81\xc9\x01\ -\xfd\xf6\x9f\xc0\xa4\x80\xa8\x9f\xe6\xdf\x80\xcc\xf8\x06\x7b\xec\ -\xd8\x11\x17\x66\x22\x86\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x24\ +\x00\x00\x04\x51\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xeb\x49\x44\x41\x54\x78\x01\xa5\x93\x03\xb6\x1c\x61\ -\x14\x84\xe7\x68\x6c\x33\xb6\x6d\xdb\xb6\x77\xf5\x36\x90\x0d\xc4\ -\x9b\x88\x07\x6d\x3e\xbf\x15\xcc\x61\xa5\xee\x74\xc7\x4e\xee\x39\ -\xed\xfe\x6e\x55\xfd\x88\x7c\x5b\x0f\x23\x91\xed\x3c\xc6\x78\x28\ -\x3c\x86\xe1\xa1\x84\xef\xb6\x47\x7e\x55\xf2\xd3\xb3\x4c\x06\xf6\ -\xae\x5d\x98\xba\x78\x11\xb3\x77\xee\x60\xe6\xf6\x6d\x4c\x9c\x39\ -\x03\x63\xcb\x16\x3c\x4b\xa5\x20\xff\xfc\x0c\x7e\x31\x58\xbb\x16\ -\x73\x0f\x1e\x60\x62\xfd\x7a\x78\xad\x16\xbc\x7a\x1d\x6e\xad\x06\ -\xbb\x5e\x83\xbb\x62\x25\x26\x2e\x5d\x42\x77\xd9\x32\xc8\xbf\xdf\ -\x29\x0b\x3c\xcb\x1f\xfc\x76\x1b\x7e\xa3\x11\xc2\x55\x38\x95\x0a\ -\xec\x72\x19\x56\xa9\x0c\xb3\x52\x86\x77\xe8\x10\xde\x2d\x5e\x0c\ -\x61\x3e\x65\x16\xdb\x73\xf7\xef\x8f\x60\xaf\x41\x90\x8a\x8e\x28\ -\x57\xab\x23\xd8\x24\x6c\x94\x8a\xd0\x0b\x05\x68\xc5\x22\xbc\x93\ -\x27\xf1\x34\x99\x84\xb0\x23\x75\x7b\xe7\xce\xc0\xb6\x28\xd7\xea\ -\x70\xaa\x84\xa9\x6c\x89\x72\xb9\x04\xa3\xc8\x83\xb0\x9e\xcf\x43\ -\xcb\xe5\xa0\xcd\x9f\x8f\xc1\xca\x55\x81\x0b\x19\xe1\xa9\x0b\xe7\ -\xe1\x35\x9b\x70\x09\xff\xae\xd4\x6c\x06\x83\x6c\x0e\xc6\xce\x5d\ -\x10\x56\x1a\x0c\x67\x6e\xdd\x0e\x6c\xd3\xf2\xef\x6a\x90\x4e\xa3\ -\xcf\xd9\x30\xf7\xef\x87\xb0\x41\x83\xeb\x37\x98\xb9\x2a\xb6\x7f\ -\xdf\x80\x70\x8f\xf9\x8d\x7d\x7b\x3f\x35\x50\x26\x38\x28\x36\x07\ -\x4d\xf2\x9a\x25\xc9\x5c\xfc\x94\x57\xcd\x65\xa1\x64\x32\xa2\xfc\ -\x09\xee\xf2\xaa\x6f\xde\xfc\x29\xc2\x98\xb1\x69\x13\x9c\x65\xcb\ -\x09\x17\x09\x17\xbe\x86\xb3\x01\xdc\x4f\x86\x70\x22\x8e\x3e\xc5\ -\xba\x1f\xa7\x52\xa6\x42\xa6\x64\xe2\xec\x39\x18\x74\xf0\x09\xce\ -\x8a\x72\x3a\xcc\x9c\xfc\x04\xbf\x4f\x26\xa0\x6d\xdf\x8e\xc7\xb1\ -\x18\x84\xfd\xb4\x90\xde\x2f\x59\x02\x6f\xdf\x3e\x68\x85\x42\x08\ -\x67\xc4\x72\x60\x3b\x91\x40\x37\xce\x83\xb0\xba\x6e\x1d\x5e\x71\ -\xc6\x84\xf9\x6e\x29\xbf\x5b\xb4\x08\xee\xd1\xa3\xd0\x3a\x1d\x0c\ -\x32\x59\x51\x0e\x60\x1e\x3d\x0e\xb2\x4e\xe5\x10\x7e\xf1\xd3\xcd\ -\xf4\x84\x3f\x0f\x96\x2f\x87\xb1\x6d\x1b\xcc\xbd\x7b\x61\xec\xde\ -\x0d\x75\xc3\x06\xf4\xd8\x9c\xb6\xbf\x57\xfe\xdf\xed\xfc\x01\xe4\ -\x4f\xcc\x26\x2a\x72\x89\xa6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x01\xd2\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\xce\x49\x44\ +\x41\x54\x78\x9c\xed\x9a\xcf\x6b\x1c\x55\x1c\xc0\x3f\xef\xcd\xcc\ +\xee\x76\xdb\xdd\x90\x60\x52\x89\x16\x69\x28\xe8\x29\xa8\x14\x14\ +\xf1\x0f\x50\xc1\x9b\x05\x2f\x01\xa9\x60\x4f\x52\x41\x90\x1e\x2c\ +\x06\x0a\x6a\xb1\xa0\x94\x5e\x5a\x0a\x92\x83\x7a\xa8\xda\x8b\xe8\ +\xad\x27\x7f\x91\x63\x25\xa5\xd4\x24\x56\x6a\x53\x63\x63\x37\xdb\ +\x4d\x77\x77\x76\x7e\xbc\x1e\xa2\x25\x2d\xd6\xbc\x99\x9d\xf7\x66\ +\xb7\xd9\xcf\x6d\xe0\xfb\xde\xf7\x3b\x9f\x99\x79\xef\xcd\x9b\x11\ +\xb5\xeb\x8b\x6f\x03\xc7\xc8\x99\x20\x68\x07\x6b\xcd\x9b\x47\x27\ +\xf6\x3c\x7b\xd8\x66\x5e\x69\x33\xd9\xff\xa1\x94\xf2\x5a\x6b\x6b\ +\xef\x2e\xce\xff\x7c\xc4\x66\xde\x9e\x11\xb0\x8e\xc2\xb6\x84\x1e\ +\x13\x00\xb6\x25\xf4\xa0\x00\xb0\x29\xa1\x47\x05\x80\x2d\x09\x3d\ +\x2c\x00\x6c\x48\xe8\x71\x01\x60\x5a\x42\x1f\x08\x00\x93\x12\xfa\ +\x44\x00\x98\x92\xd0\x47\x02\xc0\x84\x84\x3e\x13\x00\x59\x4b\xe8\ +\x43\x01\x90\xa5\x84\x3e\x15\x00\x59\x49\x70\x75\x03\xa3\x30\xa4\ +\xd1\xa8\xa1\x54\xac\xdd\xf9\x8e\xed\x43\x78\xc5\x52\xaa\xc2\xf4\ +\xb8\x23\x81\xb4\x6f\x91\xda\x02\x5a\xad\x35\x9a\xcd\x9b\x89\x13\ +\x0c\x6b\x0a\x70\x1c\x8f\x4a\x75\x24\x71\xff\x00\x12\x71\x68\x65\ +\xe9\xfc\x67\x0f\x8d\x4f\x5e\x4c\xda\x56\x5b\x40\xb9\x5c\x41\x29\ +\x05\x28\xad\x78\x85\xa2\xbc\xad\xa2\x5d\x88\xe3\xb8\x54\x2a\xc3\ +\xda\xf1\xf7\xe0\x4a\xa1\xf4\x93\x6d\x6c\xa8\x1b\x28\x1d\x87\x4a\ +\x35\x75\x81\x3d\x4b\x1f\x0f\x82\xd9\x30\x10\x90\x77\x01\x79\x33\ +\x10\x90\x77\x01\x79\xa3\x3d\x0b\x04\x81\xcf\x6a\x7d\x05\x62\xbd\ +\x69\x30\x0b\xa4\x74\x18\x19\xd9\x89\x90\xe6\xae\x93\xb6\x80\x4e\ +\xa7\x45\xe0\xb7\x8d\x15\x72\x3f\xc2\x28\xc0\x93\x45\x63\xfd\x27\ +\x58\x08\x0d\xe1\x48\x97\x28\xd6\x5f\x0a\x77\x8b\xeb\x78\x78\x9e\ +\xb9\x93\x87\x04\x02\x84\x10\x94\xb6\xed\x30\x59\x4b\x2e\x6c\xf9\ +\x41\x70\x20\x20\xef\x02\xf2\x66\x20\x20\xef\x02\xf2\x46\x7b\x16\ +\x68\xfb\x4d\x6a\x7f\x2f\x27\xda\x11\xea\x16\xe9\xb8\x8c\x8d\x3e\ +\x82\x74\xb4\xcb\x4c\x9e\x43\x37\x30\x8e\x42\xab\x27\x0f\xa0\xe2\ +\x90\x58\x99\x5d\x79\x26\x58\x08\x55\x29\x78\x25\x94\xe6\x8e\x50\ +\x16\x48\xe9\xe0\x18\xbc\xfa\x90\x40\x00\x80\xeb\x15\x4c\xd5\x91\ +\x1b\x5b\x7e\x10\xdc\xf2\x02\xcc\x3e\x60\xf7\xf0\xc9\xc9\xb3\x2c\ +\x2d\xad\x64\xda\xa7\x94\x92\xa7\x26\xf7\xf0\xca\xcb\xcf\x89\x34\ +\xed\xad\x0a\x78\xe6\xe9\x27\xf8\xf3\xd1\x1b\x99\xf6\xe9\xfb\x21\ +\x5f\x7f\xf3\x3d\x57\xae\x2c\x3f\x0f\xcc\x26\x6d\x9f\x48\x40\x18\ +\x06\x5d\x4d\x85\x7b\x9f\x9c\x00\x26\xb4\xe3\x1d\xc7\x45\x4a\x67\ +\xd3\xb8\x1f\x67\xe7\x58\xbe\x51\x7f\x2c\x4d\x4d\xfa\x5f\x86\x9a\ +\x0d\x6a\xb5\xbf\xd2\xe4\x48\x8d\x10\x82\xd1\xb1\x5d\xb8\xae\xb7\ +\x59\x20\x40\xaa\x47\x40\x7b\x10\x94\xd2\x41\x88\x54\x39\x52\x23\ +\x84\x44\x1a\xce\xa9\x7d\x07\x14\x4b\x65\x1e\x1e\xdf\x8d\xb2\xb8\ +\x23\x24\x85\xfc\xf7\xea\x66\xc6\x8b\x6f\x1e\x2f\x56\x1b\xab\x93\ +\x71\xa1\x70\xe9\xcc\xa9\x43\x75\x61\xf3\x5f\xe1\x4e\x10\xf2\xc1\ +\xc7\x5f\xf0\xcb\x85\xcb\xff\x7c\x67\x34\x46\x1b\xd4\xb1\x73\xdf\ +\xce\xdc\xf9\x62\xbc\xef\x8d\x0f\x87\x94\xdf\x3e\x20\x04\x07\x81\ +\x71\xe0\x3a\x31\x7b\xad\xce\x02\xf3\x8b\x57\x39\x3f\xf7\x9b\x8d\ +\x54\x25\x10\xef\x00\x87\x5f\xdd\x3f\x3d\x1e\xc5\xbc\x45\xa7\x7d\ +\x40\x08\xaa\x1b\x62\x46\x85\xe4\x25\xab\x02\x82\x20\xb2\x99\xae\ +\xb0\xef\xb5\xe9\xd3\x51\xcc\x14\xf0\x9f\x6b\x78\x05\x65\xab\x02\ +\x72\x60\x3f\x9b\xcc\x0e\x83\xa5\xb0\x6e\xa0\x52\xe0\xfb\xb7\xba\ +\x1a\xbc\x3a\x9d\x56\xea\xb6\xa6\xd0\x16\xd0\x6c\xd6\xa9\xaf\x76\ +\xb7\x8e\x6f\x34\x6a\x5d\xb5\x37\x81\xb6\x00\xcf\x2b\xe1\xba\x85\ +\xf5\x5b\x21\x25\x8e\xec\xbd\x21\x47\xbb\xa2\x42\xa1\xc8\xd8\xce\ +\x5d\x5d\x25\xbb\xb6\x12\x76\xd5\xde\x04\x5b\x7e\x10\x1c\x08\xc8\ +\xbb\x80\xbc\x19\x08\xc8\xbb\x80\xbc\x19\x08\xc8\xbb\x80\xbc\x79\ +\xb0\x05\x28\x36\x7d\xfd\x7c\xa0\x05\xc4\x01\x8f\x2b\xc1\x71\xa0\ +\x79\xbf\x18\xab\x02\xc6\x46\x87\x91\x06\x7f\x79\xbb\x0b\xa1\xe6\ +\xbf\xfa\x7c\x7a\xf1\xcb\x4f\xa7\x0f\x86\x11\xbb\x15\x1c\x01\xee\ +\xda\x93\x17\x88\x5f\xad\x6e\x89\x01\xcc\x5d\xbc\xcc\xa5\x85\xab\ +\x99\xf7\xfb\xd3\xec\x85\x13\x0b\xbf\x5f\xfb\x63\xfd\x48\x44\xc4\ +\xf1\xd9\x73\xdf\xcd\x2c\x6c\x8c\x99\x9a\xfa\x68\xbb\x2f\x6f\xbd\ +\xae\x24\x2f\x10\x8b\x1f\xce\xcc\xbc\xf7\xfe\x6d\xdb\xb6\x66\xa1\ +\x71\x5f\x4d\x99\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x0a\xa6\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\x99\x49\x44\x41\x54\x78\x01\x95\x93\x33\x94\xdc\x51\ -\x18\xc5\x47\x41\x99\xbe\x8b\xd3\x97\xb1\xfb\x3a\xc6\xd8\xe8\x62\ -\xab\x0e\xda\x38\x6d\xd6\xb6\x59\xad\x6d\xff\xbd\xd6\xdd\xef\x8d\ -\xce\x18\xdf\x39\xf7\xf9\xfe\x9e\x55\xb1\x71\xeb\xd6\x2d\xf5\xdd\ -\xbb\x77\xca\x28\x47\xa4\x82\x6d\x6a\x55\xa2\xb0\x5f\x55\xeb\x1d\ -\x57\xd5\x3c\xe5\xb0\x5d\xd5\x92\xe1\x26\xbe\x7c\xf9\x88\x6f\xdf\ -\x3e\x31\xb1\x32\x6b\xf3\xf7\xd1\x18\x26\xce\x76\x45\x75\xdb\x6f\ -\xb6\x5e\x56\xe9\xc8\xac\x54\xbf\x39\x86\xdf\xcf\xce\xc3\xed\xd0\ -\xe3\xce\x9d\x3b\x78\xfe\xfc\x09\x5e\xbc\x78\xea\xd7\xb3\x67\x8f\ -\xfd\x6d\x4e\xbb\x1e\x3f\x9e\x5c\x44\xc9\xf3\xa3\xb0\x5f\x51\x8b\ -\xe4\xd5\x30\xc0\x21\xd7\x75\xcd\x7a\xe3\x87\x93\xf0\xb8\xf4\x90\ -\x24\x09\x63\x63\x63\x28\x2b\x2b\x8b\x12\x6b\x93\x65\x19\x4e\x9a\ -\xa0\xe1\xfd\x49\x90\x6f\x9b\x74\x30\x0a\x60\x34\xeb\xc1\x42\x14\ -\x85\x84\x62\x61\xb2\xe8\x51\xfb\xee\x54\x3c\xa0\xe1\xfd\x89\x28\ -\x40\x5e\x41\x41\x94\x04\x81\xcf\x0e\x10\x21\x32\x73\xe0\xb8\xc5\ -\xe4\x00\x67\x8a\x15\xe4\xe6\xe7\x23\x27\x37\x17\x0b\x0b\x73\xd9\ -\x01\xd8\x92\x39\x6e\x09\x8b\x8b\x0b\x7e\xf3\xe0\x60\x7f\xe6\x00\ -\x9e\xe7\xb0\xb4\xb4\x48\xe6\x79\xcc\xcf\xcf\x62\x60\xa0\x0f\xed\ -\x1d\xad\x19\x03\xc8\x1c\x98\x75\x6e\x6e\x06\x1d\x9d\x6d\x28\x29\ -\x2d\x44\x71\x49\x41\x0a\xc0\xb5\x68\x00\x9b\x75\x76\x76\x1a\xfd\ -\xfd\x3d\x28\x29\x29\x44\x28\x32\x05\x90\x79\x0a\x7d\x7d\xdd\xa8\ -\xa9\xad\x44\x51\x51\x7e\x94\x99\x1e\x51\x52\x00\x3d\xe3\x87\xe0\ -\x68\xff\xbb\xbb\xbb\x21\xb1\xc3\xa4\x7c\x27\x64\x0e\x29\x0a\xa0\ -\xa3\x77\xad\x94\xd2\xfb\xfe\xf7\xf4\x0c\x7c\xf4\x9c\xad\x76\x73\ -\x9c\x7e\x3d\x39\x17\x56\xde\xe3\x23\xb0\x85\xfe\x02\x0b\xaa\xe8\ -\x09\xe2\xff\x8d\x19\x88\x99\x39\x32\xfb\x7f\xe3\x1e\xdb\x65\x5b\ -\xaa\x7a\x0d\xe2\xf4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x02\xf7\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x04\x00\x00\x10\x04\ +\x01\x6e\x60\xae\x08\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0a\x23\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xd9\x8f\x5c\x47\x15\xc6\x7f\x55\xf7\xde\ +\xbe\xdd\xd3\xdd\xd3\x3d\xab\x3d\x1e\x63\x3b\xde\x65\x67\x23\x21\ +\x41\x58\x26\xbb\x80\x48\x2c\x12\x82\xe4\x01\x89\x7f\x00\x89\xed\ +\x05\x91\x4d\x56\x24\x84\x20\x71\x84\x04\xbc\xe4\x05\x21\xde\x08\ +\x10\x24\x48\x4c\x20\xbb\x83\x13\x62\xb0\xb3\x38\x99\x4c\x6c\x8f\ +\xed\x78\xf6\x9e\xa5\xf7\xee\xbb\x55\xf1\xd0\xf6\x6c\xee\xe9\xb9\ +\x63\x8f\x7b\xc6\x52\xbe\xb7\xee\x3a\x75\xeb\x9c\xaf\x4f\x9d\x73\ +\xaa\xce\x6d\x91\x9d\x38\xf3\x13\x56\x19\x8e\x53\x0e\xba\x37\xec\ +\x79\x4a\x08\xa1\x9a\xbd\xb6\x98\xce\x0c\xe8\x66\x2f\xba\x10\xe5\ +\x52\x81\x6a\xb5\xf8\xd1\xd6\x5d\xfb\xf6\x36\x9b\x04\xd9\xcc\xc5\ +\x1a\xa1\x5a\x2d\xef\x1e\xe8\x3f\xf2\x81\xd6\xba\xa9\x3a\xad\x19\ +\x02\x60\x75\x48\x58\x53\x04\x40\xf3\x49\x58\x73\x04\x40\x73\x49\ +\x58\x93\x04\x40\xf3\x48\x58\xb3\x04\x40\x73\x48\x58\xd3\x04\xc0\ +\xd5\x27\x61\xcd\x13\x00\x57\x97\x84\x6b\x82\x00\xb8\x7a\x24\x5c\ +\x33\x04\xc0\xd5\x21\xe1\x9a\x22\x00\x56\x9e\x84\x6b\x8e\x00\x58\ +\x59\x12\xcc\xb0\x82\xae\x5b\x25\x08\xfc\xd0\x0f\x8e\xd8\x31\x0c\ +\x69\x5c\x96\x52\x61\x30\x87\x84\x2b\x3a\x40\x85\x22\xc0\xf7\x5c\ +\x26\x32\x43\xcb\x7a\x70\x34\x1a\xa7\xbd\x63\x7d\x28\x59\xc3\x30\ +\xb1\xa3\xb1\x65\x3d\x1f\x40\xa3\x77\x9f\x3f\x7b\xfc\x59\xe0\x1b\ +\xcb\x9e\x7c\x01\xa1\x08\x30\x4c\x93\x68\x2c\x4e\xe0\x87\xf3\x00\ +\x21\x20\x16\x8b\x87\x56\xc2\x8e\xc6\x2e\x8b\x80\x0b\xd8\x74\xb9\ +\x13\x21\x24\x01\x42\x48\xda\xdb\xc3\xfd\x9a\xd7\x1a\xae\xc9\x20\ +\xb8\x92\xf8\x94\x80\xd5\x56\x60\xb5\xf1\x29\x01\xab\xad\xc0\x6a\ +\x23\x54\x16\xd0\x1a\xf2\xb9\x49\x94\x0a\x5f\x08\x5d\x29\xac\x88\ +\x4d\x22\x91\xbe\xea\xeb\x84\x2b\x84\x02\x97\x52\x29\x7b\xb5\x75\ +\x99\x87\x6a\xb5\x44\x22\x9e\xaa\x15\x15\x57\x11\xa1\xfb\x02\x95\ +\x72\x01\x7f\x19\xa5\xf0\x95\xc2\x8a\xd8\xe4\x4b\x16\xe7\x86\x2b\ +\x0c\x8f\xbb\x4c\x4c\xfb\x94\x2a\x01\x8e\xab\x10\x42\x10\xb5\x25\ +\xa9\xa4\x41\x6b\xdc\x98\x78\xaf\xbf\xf4\x23\x65\x18\x2f\xfd\xea\ +\xe1\x3b\x46\x96\xbb\xce\x9a\x68\x8c\xcc\x45\xd5\x51\x1c\xfb\xb0\ +\xc0\xbb\xfd\x25\x26\xb3\x1e\xf1\x84\x45\x47\x57\x8c\x64\x6b\x84\ +\x58\xcc\x24\x12\x31\x50\x5a\xe3\x39\x8a\x52\xc9\xa5\x90\x73\xf5\ +\xd8\x68\x39\xf0\x03\x65\x48\x29\xde\x08\x94\xfe\xed\xf9\x9d\x99\ +\x3f\x3d\xf3\xc0\x03\x41\x98\xf5\xd6\x0c\x01\xbe\xd2\xbc\x79\x3c\ +\xcf\x5b\xef\xe6\x31\x0c\xc9\x96\xed\x69\x36\x6f\x4b\xd1\xda\x1a\ +\x59\x72\xae\x56\x9a\xcc\x78\x85\xb3\xa7\xb3\xea\xdc\x40\x1e\x04\ +\xe7\x95\xd2\x3f\x3c\xf8\xe8\xdd\x7f\x5d\x6a\xee\x9a\x20\x60\x38\ +\xe3\xf2\xec\xbf\x26\x29\x55\x15\xd7\xdf\xd4\xc9\xd6\x5d\x69\x0c\ +\x79\x79\x7b\xbf\x52\xf1\xe9\x7b\x7f\x42\x9f\xec\xcf\x22\xe1\x90\ +\x29\xfd\xef\xfe\xfc\xa1\xfb\x26\x17\x93\x5f\x75\x02\x8e\xf7\x15\ +\x39\x74\x78\x8a\xce\xae\x14\xbb\x77\xf4\x92\x6c\x97\x24\xd2\x57\ +\x1e\x6b\xb2\xd3\x55\x8e\xbc\x3a\xec\x96\x4b\xce\xb4\x1f\xc8\xfb\ +\x9f\x7a\xec\xce\xe3\xf5\xe4\x56\x95\x80\x23\xc7\xf2\xbc\x72\x34\ +\xcb\x8e\xed\x3d\x6c\xdc\xd8\x55\x53\x08\x4d\x5b\x8f\x8f\x61\x5e\ +\xb9\x5a\xbe\xaf\xf8\xcf\x1b\xc3\x6a\x78\xb0\xe8\x28\x1d\x7c\xe5\ +\xe0\x23\xf7\xbe\xbe\x50\x66\xd5\x0a\xa1\xa3\x27\x0a\xbc\x72\x34\ +\xcb\x9e\x3d\x9b\x66\x8c\x07\xd0\x08\x4a\xb9\x95\xb9\x48\x31\x4d\ +\xc9\xbe\x3b\x7b\xe5\x96\x6d\x29\x5b\x0a\xf3\xd0\x8f\x1f\x7f\xed\ +\xb3\x0b\x65\x42\x79\x80\x52\x01\x99\xf1\xc1\x65\xdd\x08\x35\xc2\ +\xf0\x84\xe0\x85\x37\x4d\x76\xed\xde\xc8\x86\x9e\xf6\xba\x32\x6d\ +\xeb\x7c\xcc\xc8\xca\x74\xca\xb5\xd6\xbc\xf9\xda\x50\x30\x34\x54\ +\x9c\x54\xae\xde\x7b\xf0\xc0\xdd\x13\x17\xc7\x42\x79\x80\x56\x9a\ +\x40\x85\xca\x2a\x4b\xa2\xea\xc2\xab\xc7\x2c\x7a\x37\x76\x2c\x6a\ +\x3c\xb0\x62\x5e\x00\x20\x84\xe0\xf6\xfd\x1b\x8c\x78\x8b\xd5\x26\ +\x4d\xfe\x30\x6f\x2c\x6c\x0c\x08\x54\x80\x5a\x01\x0f\x78\xfe\x70\ +\x9e\xd3\x43\x01\xb7\xdf\xb6\x13\x29\x1a\xf3\x9f\xea\xf4\x88\xc4\ +\x6a\xea\x99\x52\x12\x8b\x98\x44\x0c\x59\xab\x03\x02\x45\xc9\xf5\ +\xd1\x3a\x7c\xac\xc8\x4e\x57\xf9\xe7\xdf\xcf\x2a\x85\x7a\xe0\xa9\ +\x47\xee\xf9\x33\x34\x39\x08\x66\xa6\x3c\x9e\xfe\xe3\x30\x37\xdf\ +\xbc\x8d\xb6\xb6\xc4\x92\xf2\x46\x44\x73\xdd\x16\x49\x4f\x6b\x0b\ +\x09\x3b\xc2\xc2\xc4\x18\x28\x4d\xb6\xe2\x30\x9c\x2f\x51\xf5\xc2\ +\xfd\x38\xc7\xde\x1e\xd5\xa7\x3f\xce\x0d\xc6\x3d\xb5\xf5\xc0\x81\ +\xbb\xfd\xa6\x06\xc1\x23\xef\xe4\xe8\xec\x8e\xb1\x7d\xaf\x4d\x2c\ +\x11\x70\x89\x45\x73\x60\x99\x82\x5b\x76\x24\xd9\xd9\x95\x26\x59\ +\xc7\x78\x00\x43\x0a\x3a\xe2\x51\xae\xef\xe9\xa0\x37\xb5\x34\xa1\ +\x00\x7b\x6e\xe8\x14\xa0\x36\x14\x4c\x1e\x84\x26\x66\x81\xaa\xa3\ +\xf8\xf0\x54\x99\x5d\x7b\x3b\x90\x86\x26\xd1\x16\xd0\xbe\xde\xc3\ +\x8e\x5d\x1a\xe8\xec\x88\x64\xdf\x8d\xad\x74\xa5\xad\x99\xef\x1c\ +\xd7\x23\x5f\x2a\x33\x5d\x28\x90\x2d\x14\x29\x96\x2b\xf8\x7e\x2d\ +\x2e\x09\x60\x43\x2a\xce\xb6\xce\xd4\x92\x7a\x44\x63\x26\x9b\xb7\ +\xb6\x09\x43\x8a\xef\x41\x13\xb7\xc0\xf1\xbe\x22\x2f\xbe\x95\xe5\ +\xeb\xdf\xde\x81\x5c\x50\xe5\x79\x8e\xa0\x98\x35\xf1\x5d\x81\x14\ +\xf0\xf9\x1b\x92\xb4\x25\x6b\x07\x55\xcf\x0f\xc8\x15\x8b\xf8\x41\ +\xfd\x20\x1c\x8d\x44\x68\x4d\xc4\x91\x17\x4e\x8d\xc3\xf9\x12\x43\ +\xd9\x62\x43\x5d\x32\x63\x65\x5e\x7e\xe1\x9c\x36\x02\x36\x35\xcd\ +\x03\x06\x06\xab\xac\xdf\x90\xb8\xc4\x78\x00\xcb\xd6\xb4\xad\xf3\ +\x68\xed\xf0\xd9\xd2\x6b\xcf\x18\xef\xfa\x3e\x53\xf9\xfc\xa2\xc6\ +\x03\x54\x5d\x97\xa9\x5c\x1e\x75\x21\x18\xf6\xb4\xc6\x89\x59\x8d\ +\x4f\xf9\x9d\xdd\x31\x4c\x4b\xfa\xbe\xe4\xbe\x65\x74\x86\x1c\x82\ +\xc0\x0b\x2b\x7e\x09\xce\x8f\x54\xd9\x75\x63\x57\x43\x99\x68\x5c\ +\xb3\xbd\x37\x0a\xd4\x72\x77\xb6\x50\x9c\x17\xe5\x25\x01\x12\x0f\ +\x0d\x28\x22\xe8\x0b\x3b\xd8\x0f\x02\xf2\xc5\x12\xe9\x64\x62\x66\ +\x3b\x9c\x9e\xc8\x2d\xba\x8e\x10\x82\xee\x75\x2d\x72\x64\xa8\xb8\ +\x3f\xdc\x85\x88\xef\x31\x91\x19\x0c\x23\x5a\x17\xae\x0f\xc5\xb2\ +\x49\x3a\x6d\x37\x94\x6b\xb5\x2d\x4c\x59\x33\xaa\x54\xad\xa2\xd4\ +\x6c\x7c\xb0\xa8\x60\x68\x77\xe6\xb3\xc6\xc1\xa7\x85\x40\xd4\xe2\ +\x44\xd5\x75\xf1\x7c\x1f\xcb\x34\x49\xc7\x6c\xa4\x10\x33\x5e\x51\ +\x0f\xa9\x36\xdb\x18\x1b\x29\xdf\x14\xae\x33\x74\xa1\x75\x15\x84\ +\x4c\x35\x0b\x91\x2f\xd5\x54\x8e\x27\xac\x86\x72\xc9\xe8\xec\xd1\ +\xb7\xea\xcc\x1a\x6b\xe2\xce\x33\x1e\x6a\x81\xcf\xa4\x8c\xd2\x49\ +\x47\x0b\x69\x43\x8d\x04\xcb\x34\x91\x42\x10\x8f\x58\x14\x9c\xf9\ +\x73\xe6\x22\x91\x88\x00\x7a\x73\xc8\xce\x90\xa0\xa3\x63\x43\x18\ +\xd1\xba\x70\x85\x03\x8c\x62\x5a\x8d\xab\x3b\xcb\x98\x1d\x9f\x5b\ +\x79\x1a\xd4\xdf\x7a\x02\x30\x84\x3f\xed\x13\x59\x0f\xcc\x8b\x15\ +\x11\x53\x82\xd3\x60\x2d\x4b\xa2\xb5\x88\x37\x25\x08\xea\x0b\x9e\ +\x5c\x2f\x00\xce\xc5\xdc\xe1\xf9\xde\xdb\x20\x51\xe9\xd9\x7d\x32\ +\x77\x8e\x58\xe2\x2e\x51\x1a\x02\x8d\x36\x9a\x42\x80\x75\xc1\xf3\ +\x7d\xaf\xf1\xe1\xc6\x0b\x66\xc7\x0d\x39\xab\x9a\xd2\x8b\x7b\x8e\ +\x12\xe6\x4c\x05\x34\x77\x8e\xe7\x37\x3e\xbb\x78\xae\x42\x22\xca\ +\x4d\x21\x20\x1e\xab\x19\x50\xa9\x34\xce\x22\x65\x77\x36\xc6\x44\ +\xac\xd9\x78\xe1\x8b\xe8\x4c\xc4\x9f\x8b\x40\x58\x28\xcc\xd6\x8b\ +\x9f\xed\xc8\xec\x9c\xf2\x12\xf1\xaa\x52\xf6\x41\x90\x69\x0a\x01\ +\x89\xb8\x49\xc4\x12\x14\x72\x8b\x07\x25\x80\x6c\xc5\x99\x71\xf6\ +\x78\x2c\x3a\xf3\xbd\x46\xe0\x8a\x04\x01\x36\x1a\x89\x42\xe2\x13\ +\xc5\xa3\x65\x46\xc6\x34\x0c\xa2\x91\x5a\x10\x2d\xb9\xde\x3c\x6f\ +\xaa\x87\x42\xde\xd5\x2a\x08\x4e\x34\x85\x00\x01\xac\xef\xb2\x99\ +\xc8\x54\x1a\xca\xf9\x4a\x31\x59\xac\xc9\x98\x86\x41\xb2\x65\xf6\ +\x9d\x01\x8d\xc0\x13\x51\x1c\x91\xc4\x15\x49\x7c\x31\x9b\x52\x85\ +\x80\x54\x62\xf6\x7d\x84\x91\x7c\x79\x49\x9d\xc6\xc6\x8a\x2e\xc8\ +\xb7\x42\x77\x86\x8a\x85\x29\x7c\xff\xf2\x0b\xa1\xf5\xed\x3e\xfd\ +\xe7\x0b\xc0\xba\x86\x72\x43\xb9\x12\xe9\x16\x1b\x53\x4a\xe2\xb1\ +\x18\x1a\x28\x96\x17\x27\x4e\x0a\x41\x3a\x99\xc0\x32\x6b\xa6\x4c\ +\xe5\x7c\x06\x06\x02\xe2\x69\x49\x24\x5a\xdf\x0b\x8a\x05\x97\x72\ +\xd1\xb7\xd1\xfa\xe5\x90\x85\x90\x43\xa1\x30\x1d\x46\x74\x51\x6c\ +\xec\x12\xbc\x7d\xc2\x60\x7a\xaa\x4a\x5b\x7b\x74\x51\x39\x37\x08\ +\x38\x3d\x91\x63\x67\x77\x1b\x02\x48\xc4\x62\x44\x23\x11\x4a\x95\ +\x2a\x8e\xe7\xcd\x14\x47\x17\x5d\xbe\x25\x16\x9d\x39\x07\x54\x1c\ +\xc5\xf1\xfe\x12\xbe\x27\xc8\x65\x4c\x2c\x5b\x11\x4f\x2b\xac\x05\ +\x37\x4b\xe7\xce\xe4\x31\xa4\x1c\xf9\xe5\x43\x77\x1c\x0b\x45\x80\ +\x65\xd9\xa4\xd3\x5d\x57\x74\x25\x96\x4c\xc2\xfa\xce\x32\xa7\xfa\ +\xa7\xb9\xed\x0b\x3d\x0d\x65\xf3\x55\x97\x93\xe3\xd3\x6c\xed\x4c\ +\x61\x4a\x89\x69\x18\x33\x2e\xae\xb5\xae\x9b\xe2\xf2\xa5\x80\xff\ +\xf5\x15\x71\xe6\x64\x1a\xcf\x91\x64\xc7\x24\x76\x8b\x22\x9e\x0a\ +\x30\x4c\x8d\xd2\x9a\xd3\xfd\x59\x57\x29\xf5\x34\x42\xe8\xd0\x67\ +\x81\x96\x78\xeb\xd2\x42\x4b\x60\xff\x2d\x51\xfe\xf2\xe2\x04\x7b\ +\x6f\xec\xa4\x25\xde\xb8\x2a\xcc\x55\x5d\x3e\x18\x9d\xa2\x37\x95\ +\xa0\x33\x3e\xeb\x31\x0b\x8d\x0f\x94\x66\x60\xb8\xca\xc0\x79\x87\ +\x40\xd5\xaf\x17\x9c\xb2\xc4\x29\x4b\x62\x09\xc5\x58\x66\x92\x6a\ +\xd5\xd3\x3a\xe0\x37\xb0\x8c\xd7\xe4\x56\x02\xbb\xae\x8b\xd1\xdd\ +\x11\xe1\x9d\xa3\xe3\xec\xbb\xab\x77\x49\x79\xd7\x0f\x38\x33\x99\ +\x63\x30\x5b\x20\x1d\xb3\x69\x89\x58\xf3\xae\xc4\xf2\x55\x97\x7c\ +\xd5\xa5\x52\x12\x04\x6a\x69\x53\x0a\x59\xcd\x7b\xc7\xc6\xb5\x40\ +\x1c\x7c\xf2\xc0\x5d\x13\xd0\x64\x02\x84\x10\xdc\xff\xc5\x36\x7e\ +\xff\xec\x18\xe7\xcf\x15\xf8\xcc\xe6\x64\xa8\x79\x5e\xa0\xc8\x14\ +\x2b\x40\xfd\x60\x68\xb7\x68\xac\x82\xc6\x73\x1b\x57\x7f\x1f\x9f\ +\x1c\x22\x50\x2a\x13\xf7\x0b\x3f\xbb\xf8\x5d\xd3\xfb\x02\xbd\xdd\ +\x36\xfb\x6f\x4d\x71\xf4\xc8\x30\xf9\x7c\xe3\xba\x60\x39\x88\x2f\ +\xd1\x4d\x1a\x1e\x9e\x62\x74\x6c\x5a\x6b\x2f\xf8\xe6\x81\x03\x5f\ +\x9b\xc9\x93\xab\xd2\x18\xd9\x7f\x6b\x2b\x9b\x7b\xa2\xbc\xfe\xe2\ +\x27\x94\x4b\x2b\xd3\x6b\xb0\x6c\x5d\xf7\x7a\x0d\x60\x62\x32\xcf\ +\x47\x27\x07\x35\x5a\xfc\xe0\x89\xc7\xee\xf9\xf7\xdc\xb1\x55\x21\ +\x40\x0a\xc1\xb7\xbe\xd4\x41\x7b\x42\xf2\xf2\x0b\x67\x57\xcc\x13\ +\xe2\xe9\x4b\x2f\x5a\xc7\xc6\xa6\x79\xff\xc4\x39\x8d\x16\xbf\x38\ +\xf8\xe8\x5d\xbf\xbe\x44\x97\x15\x59\xf9\x32\x60\x9a\x92\xef\x7c\ +\xb5\x9b\x9e\x76\x8b\x97\x9e\x3b\xc3\xf9\x73\x85\x2b\x7e\xa6\x61\ +\x6a\x62\xf1\x9a\x17\x28\xad\x39\x75\x6a\x98\x0f\xfa\x3e\xd1\x42\ +\xab\x87\x0e\x3e\x72\xe7\x4f\xeb\xcd\x59\xf5\xee\xb0\xd2\x9a\xc3\ +\xff\xcd\xf1\xc6\xb1\x1c\x1b\x37\x25\xb9\xf9\x73\xeb\x96\x4c\x91\ +\x0d\x9f\x17\xc0\xe9\x3e\x97\xfe\x8f\x87\x74\xa5\xe2\x96\xb5\x0e\ +\x1e\x7c\xf2\xe1\x7b\x9e\x5b\x4c\x7e\xd5\x09\xb8\x88\xa1\x31\x87\ +\xe7\x0f\x4f\x31\x31\xe5\xb1\x65\x7b\x8a\x1d\xbb\xda\x48\xb5\x2d\ +\x5e\x31\x2e\x84\x56\x9a\x91\x91\x12\xfd\x27\xa6\xbc\xf1\xb1\x92\ +\x65\x1a\xe2\x19\xe5\xea\xef\x3f\x71\xe0\xee\xd1\x46\xf3\xd6\x0c\ +\x01\x50\xab\xf2\xfa\x06\xca\x1c\x79\xa7\xc0\x68\xc6\x21\x9d\xb6\ +\x59\xb7\x21\x41\x67\x77\x94\xd6\x54\x94\x68\xcc\x20\x12\x31\xd0\ +\x4a\xe3\xb8\x8a\x72\xd1\x23\x97\x75\x18\x1f\x2d\xe9\x91\xc1\x92\ +\xe7\xb8\x9e\x29\xa5\xf1\x37\xf0\x1f\x7f\xe2\xe1\x7b\x8f\x85\x59\ +\x73\x4d\x11\x30\x17\x99\x29\x8f\xbe\x81\x32\x03\x83\x15\x46\x33\ +\x2e\x7e\x50\x5f\x4d\x3b\x2a\x03\xd7\xe1\x1f\x4a\xab\x43\x32\x70\ +\x9f\x79\xf2\xc0\x97\xc7\x97\xb3\x8e\x58\x0b\x7f\x9f\x5f\x0a\x4a\ +\x29\x31\x38\xea\xa5\x73\x79\x3f\x51\xf1\x02\x1b\x05\xf1\x16\x59\ +\x59\xd7\x61\x67\x3b\xd2\xc6\x99\xb6\xee\x6d\xbf\xbb\xdc\x67\xff\ +\x1f\xe4\x72\xee\x6c\x78\x5c\x61\xb0\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x01\xfd\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xbe\x49\x44\x41\x54\x38\x4f\x63\x64\xc0\x01\xce\x97\ -\x96\xaa\x72\x70\x73\xa7\x6b\x36\x34\x94\xe0\x52\x03\x12\x67\xc4\ -\x25\xb9\xc3\xc0\x20\x9f\x85\x93\xb3\xdf\xb9\xad\x8d\x8d\xd1\xd1\ -\xf1\x0f\x2e\x75\x58\x0d\xf8\xff\xff\x3f\xe3\x1e\x43\xc3\xaa\xff\ -\xcc\xcc\x2d\x86\x93\x26\x45\x8a\x5a\x5b\xaf\x20\xc9\x80\x23\x49\ -\x49\xbc\x3f\x6f\xdd\xba\xfd\xed\xf9\x73\x71\xb9\x80\x80\x9d\xfa\ -\xbd\xbd\x1e\x44\x19\xf0\xe1\xf4\x69\x25\x01\x53\xd3\x7b\xbb\x05\ -\x05\xf9\x3f\xff\xff\xff\xfe\xdf\xbf\x7f\x8c\x02\xda\xda\xe7\x5c\ -\x8e\x1f\x37\x3e\x9b\x97\x37\x57\xc4\xda\x7a\xb9\x7c\x78\xf8\x1e\ -\x64\xc3\xe0\x5e\x78\xb2\x64\x89\xcc\xa5\xd6\xd6\x47\x2c\xbc\xbc\ -\xc1\x02\xda\xda\x67\x1e\x2e\x5b\xf6\xf0\xdf\x9f\x3f\x0c\x5c\x12\ -\x12\x17\x8d\x37\x6e\xb4\xbe\x9a\x99\xf9\x8c\x5b\x55\xf5\x80\xe5\ -\xb2\x65\x81\x8c\x0c\x0c\xff\x61\x86\x30\x5e\xed\xeb\x13\xfa\xfb\ -\xe3\x87\xd8\x87\x03\x07\x76\xbe\x3e\x7d\x5a\x4e\xd4\xd9\x79\x0d\ -\x87\x80\x80\xe4\xf3\x9d\x3b\xcd\xfe\xfe\xf8\xc1\xfc\xf7\xfb\xf7\ -\x4b\x1a\x05\x05\xb3\x6e\x4e\x98\x30\x91\x47\x41\xe1\x81\x90\xab\ -\x6b\xa0\x59\x7f\xff\x55\xb8\x01\x67\xf3\xf3\x7d\xde\x1e\x3f\x3e\ -\xe9\xf3\xb5\x6b\xb2\x7f\xbe\x7f\x67\xe1\x56\x50\xf8\xfb\xef\xfb\ -\x77\x26\x76\x71\xf1\x13\x7f\x3e\x7d\x52\xf8\xfe\xfa\xf5\x27\x01\ -\x5d\xdd\x33\x6f\x4f\x9c\x88\x62\xe6\xe4\x64\x60\x13\x11\x09\xb4\ -\x9d\x3f\xff\xe2\xab\x4b\x97\x6c\xd5\xf3\xf3\x17\x33\xae\x97\x94\ -\x34\xfe\xf5\xf6\xed\x99\x7f\xbf\x7f\x33\x70\x08\x0b\xff\xff\xfd\ -\xe5\x0b\xe3\xff\x7f\xff\x18\x98\xd9\xd8\x26\x72\x2b\x2a\xda\xfd\ -\x78\xf1\x42\x8b\x47\x51\xf1\xfb\xfb\x0b\x17\x04\x98\x98\x98\xfe\ -\xf3\x1b\x1a\xf6\xfc\xfe\xf8\xb1\x98\x5d\x50\x70\xa3\xb4\x9f\x5f\ -\x3c\xe3\x6e\x17\x17\xdd\xcf\x37\x6f\x9e\xfe\xf1\xec\x19\xbb\x9c\ -\xaf\xef\x9e\x97\xfb\xf7\x3b\xfd\xf9\xfc\x99\x91\x4d\x54\x74\xa2\ -\x4c\x60\xa0\xce\xbd\xd9\xb3\x9d\x99\x58\x58\x18\x38\x24\x25\x19\ -\x38\xc4\xc5\x3f\x7e\xb9\x73\x87\xff\xe7\x87\x0f\x8c\x9c\x12\x12\ -\x7f\xb9\x65\x64\x8c\x18\x57\x85\x86\x32\x33\x1f\x3c\x38\x99\x91\ -\x99\x39\xc3\x78\xca\x14\x95\x93\x79\x79\xab\xff\xbe\x7a\x65\x28\ -\x66\x6b\xdb\xa7\x5f\x55\x75\x6f\xa7\x9b\xdb\x54\xe6\xff\xff\x19\ -\x94\xb2\xb3\x9f\x7c\x3c\x7b\xb6\xf3\xcd\xc9\x93\x93\x41\x21\xcf\ -\xcc\xc5\x05\x72\xb1\x31\x38\x16\x40\x09\x87\x91\x91\x11\x1c\xb2\ -\xeb\x14\x15\x57\x7f\x7d\xf9\xd2\xcb\x6c\xe6\x4c\x0f\x49\x47\xc7\ -\x6b\x1b\xe5\xe5\xdf\xb0\x32\x32\x32\x18\xcd\x9a\xe5\x7a\xb1\xb2\ -\x92\xfb\xfb\xc7\x8f\xeb\x25\x75\x75\xaf\xb8\x9c\x3a\x65\xc4\xc0\ -\xc0\xf0\x17\x23\x25\x1e\x0f\x0f\x37\x7a\xba\x6b\x97\x44\xc8\xfb\ -\xf7\xdb\x40\x06\x2e\x61\x63\xfb\xcf\xcc\xc4\xc4\xc0\xc1\xc1\x21\ -\xc8\x67\x63\xc3\xcd\xc6\xc3\x33\x41\xda\xd9\xb9\x59\x29\x35\xf5\ -\x12\xde\xbc\x00\x8b\xa6\x95\xc2\xc2\x7f\x19\x18\x19\x19\x85\xf8\ -\xf8\x04\x5d\xef\xdd\xfb\x88\x9e\x22\x71\x66\x26\x98\xc2\x03\x9e\ -\x9e\x3b\xbf\xbf\x79\x23\x2c\x6a\x68\x68\x67\x32\x6b\xd6\x37\x92\ -\x0d\x38\x99\x9d\x2d\xfc\xe5\xdc\x39\x0e\xe7\xe3\xc7\x9f\x62\xcb\ -\x0f\x00\x7c\xfe\x14\x90\x23\x8b\x56\x14\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x02\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x7a\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x31\x4e\xc3\x40\x14\x44\xb3\x2b\x56\xb6\ +\xd9\x12\x90\x5b\x8e\x60\x19\x5f\x81\x13\xa4\x40\x4a\xe3\x13\xd0\ +\x72\x87\xd0\x52\x45\x29\xdd\xf9\x0c\x14\xee\x7c\x01\xf7\x98\x2a\ +\x12\x5d\x24\x58\x29\x22\xda\x70\x01\x0a\xc4\x58\x19\x29\x99\xd7\ +\xcf\xf7\xcb\x93\x9c\xce\xb3\x99\x38\x6f\x0c\x7a\xa0\x69\x9a\xfb\ +\xb2\x2c\x1f\x93\x24\xb9\x8d\x31\xc2\xf7\xfe\x82\xb5\xf6\x10\x63\ +\x7c\xeb\xfb\xfe\xa5\xae\xeb\xd7\x63\x3c\xf3\x57\xd6\xeb\xf5\x5d\ +\x08\xe1\xeb\x40\x22\x84\xf0\xb9\x5a\xad\x4a\xe4\x37\x58\x64\x5c\ +\x55\xd5\x3c\xcb\xb2\x4b\xe4\x06\x42\x96\x65\xbe\x28\x8a\x39\x72\ +\x03\x0a\x60\x8c\xb9\x42\xf6\x53\x90\x24\xc9\x35\xb2\x87\x02\x9c\ +\x02\x0a\xc0\x16\x60\xa3\x00\x6c\x01\x36\x0a\xc0\x16\x60\xa3\x00\ +\x6c\x01\x36\x0a\xc0\x16\x60\xa3\x00\x6c\x01\x36\x0a\xc0\x16\x60\ +\xa3\x00\x6c\x01\x36\x17\xc8\x78\xbf\xdf\xa7\x21\x84\xa9\x5c\xfe\ +\xed\x80\xec\xa1\x00\xdb\xed\xb6\xe8\xba\x0e\x39\x01\x93\xa6\x69\ +\x81\xec\xcf\xfe\x15\x50\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\ +\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\ +\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\ +\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\ +\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x41\x3f\x9a\ +\xfa\x9e\x4a\x84\xe5\x00\x05\x70\xce\xbd\x23\xfb\x29\x30\xc6\x8c\ +\xc8\x1e\x0a\x30\x0c\xc3\xd2\x7b\x1f\x91\x1b\x08\xde\xfb\x38\x8e\ +\xe3\x12\xb9\x01\x7f\xea\xda\xb6\xed\x43\x9e\xe7\xcf\xbb\xdd\xee\ +\xc6\xda\xe3\xfc\xa5\xc4\x18\x67\xce\xb9\x8f\xcd\x66\xf3\xb4\x58\ +\x2c\xda\xa3\x3c\x54\x9c\x28\x3f\xfb\x50\xbf\xab\xfa\x85\xf7\x3c\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x2e\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xc9\x49\x44\x41\x54\x78\x01\x75\x53\x03\x90\x6c\x57\ -\x14\x0c\x8b\x71\x0a\xb1\x93\x52\xcc\x72\xa5\x14\xb3\xfc\x6d\xdb\ -\x58\xc7\x2e\x7d\xae\x6d\xdb\xb3\x8f\x83\xf5\x8e\x6d\xac\xed\x37\ -\xaf\x73\xef\x8d\xf1\x4f\x55\x3f\x77\x9f\xd3\x3d\x67\x6e\xfa\x77\ -\x1d\x3a\x7c\xe0\x2d\x82\xab\x04\x56\x82\x95\xdf\x41\xaf\xaf\x1e\ -\xfb\xe4\xfc\xfb\xa7\xef\xba\xfc\xc8\x4d\x37\x2a\xfa\x51\x72\x72\ -\xe2\xb0\xd3\xe9\xd4\x2c\x2c\x2c\xcc\xc6\xe3\x71\x95\x82\x5c\xcf\ -\x3b\x1c\x76\x6d\xc2\xbb\x3f\x44\xce\xbc\xfc\x6d\xff\x8d\xc8\x2d\ -\x92\x2c\x96\x28\x8a\xa2\x5a\x2c\x16\x0c\x0c\x0c\xa0\xaf\xaf\x0f\ -\x62\x93\x0e\x43\x92\x09\x11\x5f\x0c\x3f\xbf\x5a\x8c\xb4\x27\x33\ -\x97\x0e\xef\x3a\xdc\x71\xee\xce\x2b\x8f\x5c\xb8\xeb\xfa\x73\x7f\ -\x76\x96\x64\xa9\x74\x6a\x6a\x2a\xde\xdd\xdd\x8d\xae\xae\x2e\xf0\ -\x3c\x0f\x9d\x4e\x87\xa6\x2b\x5d\x48\x79\x30\x03\x69\x8f\x66\x23\ -\xe1\xbe\xeb\x0c\x29\x0f\x65\x28\x17\xef\xbb\xa6\x5c\xb8\xfb\xea\ -\xe7\xcc\x33\x1d\x9b\x76\x1e\x1c\x1c\x84\x20\x08\x68\x6a\x6a\x44\ -\x4d\x6d\x35\x6a\xeb\xaa\xd1\xd4\xdc\x80\xce\xca\x1e\x7c\xff\x52\ -\x3e\x12\xee\xbd\xce\xf0\xe3\x0b\x45\x48\xdc\x93\xea\xa6\x5c\xd6\ -\xdd\xee\xb0\x8f\x84\xc3\x61\x0c\x0f\x0f\x43\x92\x44\x70\x1c\x47\ -\xce\x12\xbb\xb7\xd9\x6c\x08\x06\x83\xb8\xbe\xb1\x92\x90\xd3\x99\ -\x40\xfe\xb6\x26\x18\x0c\xfa\x30\xe5\x52\x01\xeb\xe2\xe2\xe2\x8a\ -\xdf\xef\x87\xd5\x6a\x45\x0f\xa7\x61\xde\xcb\xca\xca\x70\xf2\xd4\ -\x71\x0a\xb5\xbb\x96\xc3\x2f\x6f\x95\xa0\xe0\x54\x2d\x6a\xbf\xee\ -\xc2\x0f\xaf\x14\xc0\xc8\xdb\xd6\x28\x97\x0a\xac\xd0\xa4\xa3\xd1\ -\x28\xbc\x5e\x2f\x38\x5e\x03\xb7\xdb\x4d\x88\x27\xd4\xc4\xc4\x84\ -\x17\x8e\x1d\x3f\x72\xff\x99\x5d\xe7\xe3\x76\x8d\x9f\x59\x1a\x19\ -\x19\x01\x57\xaa\x83\xb1\xdb\xae\x52\xee\x1f\x02\x98\x9c\x9c\x04\ -\xb5\x21\xc9\x02\x62\xb1\x18\x4e\x9f\x39\xa9\x90\x77\x77\x53\x90\ -\x29\x96\x57\x57\x57\x51\x51\x59\xc6\x7e\x1d\xa3\xd1\x88\x48\x24\ -\x02\xf2\x6e\x95\x59\x58\x5a\x5a\x5a\x9f\x9f\x9f\xc7\xf8\xf8\x38\ -\x4c\x66\x23\xa8\x1d\xad\x56\xab\x9e\x38\x79\x6c\x99\x4c\x30\xc1\ -\x71\x3d\x71\x87\xc3\x81\xba\xfa\x5a\xe8\xf5\x7a\xd0\xb0\xc9\x3d\ -\x6d\x60\x63\x21\x92\x91\xc7\xd6\xd7\xd7\x41\x45\x26\x26\xc6\x61\ -\xb1\x9a\x30\x3b\x3b\x8b\xb5\xb5\x35\x06\x97\xcb\x85\xf4\x8c\x6b\ -\xe8\xe8\x68\x87\x28\x8a\x6c\x02\x41\x14\xe6\xff\x08\xf1\xad\xd4\ -\xb4\x64\x8f\xaa\xaa\xa0\x22\xcb\xcb\xcb\x98\x9e\x9e\x82\xd3\xe5\ -\x40\x4b\x6b\x13\x2a\xab\xca\x89\xf7\x1a\x46\xee\xec\xec\x64\xfb\ -\x41\xf3\x4a\x4a\x4a\x18\xa7\xdc\x3f\x17\x49\x94\x84\x10\xcd\xe2\ -\x0f\x11\x9a\x89\xc7\xe3\xc1\x1f\x5b\x29\xcb\x32\xda\xda\xda\x58\ -\xc0\x55\x55\x95\x33\x07\x0f\xed\xbf\xf6\x9f\x55\xd6\x68\x34\xd3\ -\x64\xa1\x98\x08\xd9\x4a\x84\x42\x21\x36\xbe\xd9\x6c\x66\x42\x34\ -\xb8\x92\x92\xe2\x55\xfa\xed\xef\xb4\x5b\xff\xf3\x67\x3a\x77\xfe\ -\xcc\xc4\xd0\xd0\xd0\x3a\x1d\x93\x66\x32\x33\x33\x83\x40\x20\x00\ -\x8e\xe7\x94\x0b\x17\xcf\xfd\xe6\xfb\x06\x75\x33\xc1\xed\x9b\x36\ -\x6f\x7c\x7b\xef\xbe\xdd\xd9\x07\x0f\xee\xf7\x92\x8f\x95\xc3\x47\ -\x0e\xc6\xc9\xb8\x01\xf2\x2c\x87\x79\xfe\x57\xfd\x0a\xaf\x8b\x80\ -\x03\x77\xc7\x6b\x19\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x02\x5d\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xab\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xc1\x4a\x02\x51\x14\x86\xcf\x9d\x99\x28\ +\x18\x17\xa3\xa1\x68\xc8\x84\x25\x6e\x82\x28\x5a\x14\xb3\x89\xb6\ +\xed\x5d\x06\x41\xf4\x0c\x3d\x43\xbb\xde\xa1\x5d\xed\x5b\xf7\x02\ +\x41\x18\x6d\x24\x90\x22\x4d\xdb\xd8\x42\x24\xad\xb9\xb7\x57\x08\ +\xff\xa1\x1f\xf2\x7c\xfb\xf3\xfb\xf9\x81\x3b\xaf\x88\x32\xdf\x18\ +\x74\xa0\xfb\x3e\xdc\xf6\x8c\x3d\x13\x23\xeb\x22\x06\xde\xfb\x1d\ +\xce\x89\x91\xa7\x34\xf5\xce\xab\xa5\xfc\x3d\xb2\x04\x09\x0f\x06\ +\x1f\x6b\xd6\x4f\x5b\x22\x12\x22\x3b\x00\x23\x13\xf8\x9b\xe5\x28\ +\xea\xcc\x3a\xe0\x21\x9f\x6e\x7d\xdb\x14\xde\x97\x17\x11\xc9\xb9\ +\x6f\xdb\x44\x06\xa0\x00\x62\x5c\x11\xba\xcf\x02\xe3\x4a\xc8\x39\ +\x16\xe0\x1f\xa0\x01\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\x60\x0b\ +\xb0\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\x46\x03\xb0\x05\xd8\x68\ +\x00\xb6\x00\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\ +\x80\x4d\x80\x1c\x87\xb7\x17\x0d\x7f\xf8\x92\x95\xcb\x4c\xa4\xf9\ +\xb8\x81\xdc\x43\x01\x16\xba\x77\x95\xa5\xc7\x1b\x64\x02\xe6\x73\ +\xe3\xb0\x82\xdc\xcf\xfd\x4f\x40\x03\xb0\x05\xd8\x68\x00\xb6\x00\ +\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\ +\x60\x0b\xb0\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\x46\x03\xb0\x05\ +\xd8\x68\x00\xb6\x00\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\ +\x00\x74\x6d\x7c\x9b\x91\x07\xcd\x01\x0a\xe0\xc2\xe5\x31\x72\x9f\ +\x05\xa8\x03\xf6\x68\x2a\x2c\xd2\x03\xd8\x5c\x89\x17\x60\x52\xdf\ +\xef\x23\xf7\x59\x30\xa9\x1f\xbc\x21\xf7\x50\x80\xe9\x6a\xd2\x4e\ +\x0b\x35\x64\x02\x22\x2d\xd4\x64\x1a\xef\xb6\x91\x0d\x28\x80\x09\ +\xbc\xab\xf1\xde\xc9\x14\xd9\x40\x18\x27\xa7\x13\x13\x78\xd7\xc8\ +\x06\xf4\x07\x89\x72\x14\x75\x7a\xbd\x5e\xe2\xf7\x1f\x2e\x17\x5f\ +\x5b\xb1\x13\xf7\x27\x4f\x67\x8d\x18\xf7\x55\xdd\x7a\x1e\xed\x1c\ +\x1f\xad\x00\xaf\x46\x15\x45\xe4\x07\xa6\x47\x51\x64\x99\x86\x7c\ +\xc1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xc9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x24\x49\x44\x41\x54\x78\x01\x8d\x51\x03\x8c\x1e\x41\ -\x14\x3e\xdb\xb6\x6d\x44\x8d\x1a\xd4\xb1\x75\x8d\x6d\xd6\x8d\xca\ -\xb3\x6d\xdb\xb6\x6d\xdb\xb6\x6f\x4f\xb3\xaf\x6f\x9a\xec\xf9\xe7\ -\xfa\xe3\xbc\x11\xb9\xfb\xf3\xf6\xfd\xfb\x06\xcf\x9d\xe0\xd0\x80\ -\x51\xfa\xfe\x00\x0b\xf7\x0f\xf4\xd9\x13\xe1\xf7\xf3\x0b\xf0\x3e\ -\x63\x18\x86\x20\xb9\x3c\x34\x3c\xe8\xfb\x5d\x2c\x20\xd0\x77\x6d\ -\x68\x78\x80\x45\x93\x7a\x5e\x7a\x9a\xc2\x0e\x8d\x0c\xc0\xfe\xc1\ -\x3e\x09\x0a\xf1\xcf\xe1\xbe\x7b\xf9\xfc\x79\x9e\x95\x93\x0e\x6d\ -\x1d\xcd\xe0\xeb\xef\xc5\xf0\x34\x40\xf0\xb8\xb8\xb4\x00\x18\xe6\ -\x8c\x45\xb3\x71\xae\x05\x36\xbb\xec\xe9\xeb\x84\xbc\xfc\x6c\xda\ -\x6e\x84\x97\x9e\x26\x3d\x43\x02\x4c\xcf\x4c\xd2\x16\x6c\x60\xb0\ -\x5f\xad\x8f\x9f\x67\x64\x59\x45\x31\xf4\xf6\x75\x03\x62\xd4\x80\ -\x5b\x1a\xcf\x16\x8b\xa5\x65\x45\xc0\x30\x0c\x15\x1c\xc5\x27\xc4\ -\xb0\xa5\x65\xc5\x50\x51\x55\x4a\xc5\x45\xbc\x95\xb7\x73\x70\xa7\ -\xb3\x58\x5c\x9c\x87\xd3\xb3\x53\x12\x15\x13\x0e\x19\x99\xa9\xd4\ -\x8c\xa1\x18\x6f\xe5\xfd\x16\x89\x55\xd5\xe5\x64\x7d\x63\x0d\xe8\ -\xf0\x70\x06\x2c\x2e\x2f\x9c\xc3\x85\x69\xe1\xe1\xe9\xf9\x13\x5a\ -\xdb\x9a\xa1\xb8\x28\x1f\x62\x9c\x1d\x4e\x85\x4e\xcf\xd3\xd1\xf1\ -\xcd\xd6\xd2\x3a\x4e\x93\x92\x82\xe4\x77\x2f\xd9\x34\x31\x31\x68\ -\xd7\xd3\x85\x5c\x6d\xed\x03\xc4\x3c\x79\x0b\x75\x75\xbf\x67\x4a\ -\x4b\x93\x21\x13\x13\xd2\x67\x64\xc4\x96\x2b\x2b\x91\x14\x49\xb1\ -\x94\x0c\x09\xf1\xeb\x4e\x3d\x3d\x18\xc4\xef\xdd\xc6\xc6\x24\x53\ -\x4e\x8e\x20\xf7\xfd\x3d\x71\xbe\x9e\x9e\x47\x86\x94\x14\x3b\x60\ -\x6c\x7c\x95\x21\x2e\x5e\xd1\xa0\xa9\x71\x9e\x26\x2a\x0a\x14\x4b\ -\x90\x13\x51\xea\x35\x34\x20\x0d\x9a\xea\x17\x88\x95\xf7\x1a\x1a\ -\x5e\xa6\x23\x17\x35\xb7\xdb\x99\xad\xa1\xb1\x36\x6a\x6e\x4e\x90\ -\xf0\x85\xbe\xf7\x19\x1a\x9e\x62\xd2\x35\x87\xe3\x77\xd2\xa5\xaf\ -\x77\x44\x9f\xd3\xc5\xc4\x3e\xd2\x36\x54\x73\x6b\xa0\xa8\x78\xd1\ -\x8f\xce\xf4\xb9\x54\x5e\x3e\x60\xd8\xd4\x94\x64\x29\x28\x8c\x72\ -\x78\x96\xac\x6c\xf7\x18\x06\x54\x28\x2a\x86\xd2\xf7\x41\x6c\x9a\ -\xad\xaa\x7a\x79\x6b\xa0\xae\x3e\x3f\x6d\x6d\x4d\x70\x09\x17\x98\ -\x4e\x32\xa4\xa5\xd7\xb0\xa2\x3b\x87\xd3\xe7\x2c\x19\x99\xcd\x11\ -\x33\x33\x82\x41\xff\x39\xa8\xd9\xbc\x37\x83\x2c\x25\xa5\xf5\x6c\ -\x15\x95\x13\xdc\x01\xe6\x8e\xf8\x3e\x47\x51\xb1\x39\x4b\x5e\x7e\ -\x2f\x53\x5e\x7e\x89\xe3\xfc\x03\xb6\xb3\x37\xbd\x80\xbc\x56\xea\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x44\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x46\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x3d\x4a\xc5\x50\x14\x06\xf3\x43\x08\xe8\ +\xed\x74\x01\xda\x25\x45\xd2\xd8\xdb\xd9\x07\xde\x2e\x42\x5c\x4c\ +\xb0\xc9\x22\xb4\x4a\x6b\xe5\x02\x84\x74\x21\x8d\x1b\xd0\xee\x3e\ +\xe1\x11\x42\xdc\x82\xe4\x04\x06\x7d\xdf\xf4\xe7\x63\xee\xf4\x37\ +\x08\xc4\x79\x13\x5a\x07\xba\xae\x7b\x28\xcb\xf2\x31\x8a\xa2\x9b\ +\x75\x5d\xcd\x7b\xbf\x21\x0c\xc3\x75\x59\x96\x8f\x61\x18\x9e\xea\ +\xba\x7e\x35\x6d\x59\x8e\xdb\xb6\xbd\xab\xaa\xea\xcd\x39\x77\x61\ +\xd9\xd9\x8a\xf7\xfe\xd8\xf7\xfd\x7d\xd3\x34\xef\x5b\x37\x22\x8b\ +\x40\x9e\xe7\x07\xea\xf1\x41\x10\x04\xce\xb9\xcb\x2c\xcb\x0e\x96\ +\x0d\x53\x80\x34\x4d\xaf\x2c\xf7\x7b\x90\x24\xc9\xb5\xe5\xde\x14\ +\xe0\x3f\xa0\x00\xb4\x00\x8d\x02\xd0\x02\x34\x0a\x40\x0b\xd0\x28\ +\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\x34\x0a\x40\x0b\xd0\ +\x28\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\x34\x0a\x40\x0b\ +\xd0\x28\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\x34\x0a\x40\ +\x0b\xd0\x28\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\x34\x0a\ +\x40\x0b\xd0\x28\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\x34\ +\x0a\x40\x0b\xd0\x28\x00\x2d\x40\xa3\x00\xb4\x00\x8d\x02\xd0\x02\ +\x34\xa6\x00\xa7\xd3\xe9\x6b\x2f\x91\xad\xcc\xf3\xfc\x69\xb9\x37\ +\x05\x98\xa6\xe9\xd9\x7b\xff\x6d\xd9\xb0\xe0\xbd\x3f\x8e\xe3\xf8\ +\x62\xd9\xd8\xe5\xeb\x6c\x51\x14\x4d\x1c\xc7\xb7\x7f\xf1\xeb\xac\ +\x38\x77\x7e\x00\xcd\xe3\x44\x7e\x7e\x5c\x1c\xa4\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\x61\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x0b\x49\x44\x41\x54\x78\x01\x9d\x90\x83\x92\x5c\x51\ -\x14\x45\xfb\x3f\xf2\x21\xb1\x53\x88\x6d\x1b\x63\xdb\xb6\xcd\xc2\ -\xd8\xb6\x3d\x6f\xac\x70\xec\x69\xdb\xbd\xf3\xee\x4d\x55\x23\x4e\ -\x4e\xd5\xba\xdc\x67\x3d\x70\xac\x43\xdc\xbc\x2f\x7a\x24\xf8\x1e\ -\x78\x1d\x65\xc7\x12\xcd\x32\xc7\x82\xa3\x6f\x23\x55\xe7\x1c\xfc\ -\x37\xef\xb8\x7b\x86\x70\x7e\x57\xa7\xec\x13\x1f\x3d\x4b\x6d\xf3\ -\x0d\xa8\x98\x7e\x58\x33\xb1\x35\x3e\xb5\x2c\xc4\xc0\x67\x1e\xb2\ -\x7a\x97\xf1\x26\x2a\x5f\x7f\xda\x36\x5c\xff\xce\xef\xde\xbe\x5f\ -\x0a\xac\xfc\xc2\x53\x5f\x39\x38\xe1\x99\xbd\x0b\xce\xd9\x84\xe0\ -\xa4\x73\x26\xce\xb8\xe7\x21\xb7\xeb\x23\x7a\x3e\x72\x71\x35\xb4\ -\x0a\x97\xde\xf9\xc0\xd6\xde\xea\x67\xf8\x73\xac\x1c\x6c\xb1\xb6\ -\xb5\x08\x52\x8b\xab\x0b\x18\x59\x58\x84\x6d\x46\x23\xc8\x67\x94\ -\x31\x6b\x48\x6c\x9a\xc5\x0d\x9f\x2c\xcc\x2f\x6f\xc2\xbc\x64\x32\ -\x19\x95\x70\x1c\x5d\xac\xa0\xd7\xeb\x21\x10\x08\xc0\xe7\xf3\xb1\ -\xbc\xb6\x04\xb7\xf4\x6a\x2a\xf0\x28\x1a\x45\x5c\xdd\x04\x8e\x5a\ -\xc5\xa2\xbc\xbd\x8f\xbd\x67\x33\x02\x02\x1f\x52\x99\xf4\x9b\x80\ -\x0c\x3a\xad\x0e\x5c\x1e\x8f\x36\x99\x43\x04\x77\x12\x3b\x7e\x38\ -\xe7\xb1\x59\xa9\xd4\x4c\xa0\xd1\x68\xb0\xbb\xbb\x87\xd1\xc9\x7e\ -\x1a\x48\xef\xfa\x02\x87\xbc\x2e\x23\x4e\x79\xdd\x48\x6d\xfb\x40\ -\xef\x52\x4a\xaa\xb0\xc7\x66\x25\x12\x89\x49\xa0\x56\xab\xa9\x64\ -\x63\x63\x03\x03\x4c\x97\x51\x42\x1a\x09\x65\xc3\xcb\xf4\x2c\xb1\ -\xb0\x9c\x64\xe8\xf7\x8b\xc5\x62\x0b\x01\xf9\x07\x3f\x48\xca\x99\ -\x75\x2a\x3a\x6c\x15\x67\x6c\x26\x19\x92\xb5\x10\x28\x95\x4a\xac\ -\xaf\xaf\x1b\x25\x84\x89\xb9\x61\x1c\xb7\x8e\xa5\xa2\xcc\xca\x7a\ -\x7a\xa6\xd3\xe9\x48\x86\x66\x45\x22\x91\x49\x60\x30\x18\xf0\xbb\ -\x22\xaf\x4c\xe0\x72\xb9\x84\x1f\x05\x13\x13\x13\x18\x19\x19\xb1\ -\x60\x60\x60\xc0\x7c\xfd\x03\x0b\x0b\x0b\x96\x02\x72\x98\x97\x97\ -\x87\xaa\xaa\x2a\xb4\xb7\xb7\xa3\xbf\xbf\x1f\xc3\xc3\xc3\x98\x9a\ -\x9a\x42\x49\x49\x09\x66\x66\x66\x8c\x73\x4b\x4b\x0b\x46\x47\x47\ -\x4d\x82\xf1\xf1\x71\xf4\xf5\xf5\xa1\xb4\xb4\x04\xf5\xf5\xf5\xe8\ -\xed\xed\x35\x0a\x18\x86\x41\x71\x51\x31\xa6\xa7\xa7\xd9\xb9\x88\ -\xce\x4d\x8d\x8d\x96\x82\xc5\xc5\x45\x7c\xf9\xf2\xc5\xc8\xfc\xfc\ -\x3c\x65\x72\x72\xf2\x97\x98\x0b\xfc\x59\xf0\x9f\xf8\x7f\x05\x5f\ -\x49\xda\x7a\xe4\x88\x03\xed\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\xb6\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x00\x8e\x00\x00\x00\x8e\ +\x01\x6b\xdf\xd6\xc9\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xde\x49\x44\ +\x41\x54\x38\x8d\xcd\xd0\x3f\x4a\x03\x61\x10\x86\xf1\xdf\xb7\x9e\ +\xc0\x56\x10\x45\x31\x1e\xc0\x3b\x08\xe2\xb6\x61\x61\x2f\xa1\x45\ +\xc0\x3b\x2c\x2c\xda\xd9\xa6\x8d\xad\xbb\x11\x1b\x63\x23\x36\x1e\ +\xc2\x3b\x58\xaf\x9f\x45\x0c\x26\x6b\xd8\xf8\xa7\xd0\x29\x67\xe6\ +\x79\x66\x78\xf9\xeb\x0a\x3f\xa2\xae\xf3\x3d\x49\x53\x78\x8d\xb7\ +\xdf\x17\xdc\xf4\xf7\x35\xc9\x1d\x36\xf0\x92\xfc\x02\x46\xbc\xf8\ +\xfa\x07\x75\xd6\x13\x4d\x3e\x60\xa5\x74\x34\x48\x54\xf9\xba\xaa\ +\x7f\xb0\xf2\xf2\x3c\x1c\x14\xd2\xd1\x00\x12\x9a\x07\x92\x27\x55\ +\x76\x2e\x2e\x09\xb5\xfd\x76\x50\x38\x1e\x9d\xcd\xc6\xf3\x19\x9c\ +\x1a\xb7\x24\x2b\xe0\xa9\x20\xac\x1d\xe1\x19\x44\x27\xea\xec\x52\ +\x14\xd4\x59\x6f\x31\x30\x65\x1b\x9e\x3a\x61\x9c\xed\x8a\x26\xa2\ +\xcd\xf7\xfe\x10\x87\x5d\x97\x17\x05\x50\xe7\x5b\x62\x73\x8f\xed\ +\xd6\x4e\x39\x0b\xac\x5b\xb0\x5c\xd2\x09\x7f\x16\x40\x95\xef\x88\ +\x4d\x21\xc4\x47\xe9\x55\xd9\x05\xff\x8f\x7a\x03\x5f\xfd\x50\xe8\ +\x7c\xe5\x17\xb9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\x22\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\x7d\x49\x44\x41\x54\x78\x01\x7d\x53\xc3\x9a\x75\x47\ -\x14\x0d\xa7\xe1\x73\x64\xdc\xd3\xbc\x46\x30\x6b\xdb\xf6\x4b\xc4\ -\x18\xb5\x6d\xf7\xb5\x6d\xdb\xb6\xef\x3d\x2b\xb5\xe3\x9f\xe7\xfb\ -\xca\xb5\xf7\x42\xed\xf3\xce\xcb\xdf\xf0\xc8\x60\x17\x6b\xdf\xb3\ -\x66\x63\xad\x4e\x8d\xe6\xb4\x47\x67\xef\xbc\xed\xa3\x4b\x6b\x6b\ -\x2b\x06\x97\xcb\xc5\x2b\x97\xcb\x85\x4e\xa7\xc3\x51\x63\xf3\x92\ -\xd3\xe9\x90\xd1\x19\xdd\x79\x53\xf0\x8d\x44\x2a\xde\x69\xb7\xdb\ -\x9c\xd5\x6a\x85\x56\xab\x85\x5a\xad\x86\xc1\x60\x80\xdb\xed\x46\ -\x26\x93\x01\x25\x13\x8b\x45\x37\x74\xf7\x15\x64\x89\x54\xb2\x9b\ -\xcd\x66\x3b\xcf\xcf\xcf\x78\x7a\x7a\x82\x50\x28\x84\x5c\x2e\x87\ -\x46\xa3\x81\xc3\xe1\x40\x24\x12\x41\x32\x99\x44\xad\x56\x83\x48\ -\x24\x54\x50\xcc\xbf\x9a\x89\x1a\x21\xeb\x74\x3a\x76\x28\xc2\xd5\ -\xd5\x25\x4e\x4e\x8f\x71\x7a\x76\x8c\xab\xeb\x0b\x28\x55\x0a\x78\ -\xbd\x1e\xc4\x62\x31\x30\x10\xb0\xbb\x58\x59\x5d\xb2\x50\xec\x9f\ -\xe8\x0e\xa7\xc3\x48\x08\x44\x57\x22\x11\x43\x20\x10\xb0\x51\x02\ -\x5a\xdb\xed\x76\x84\x42\x21\xa8\x35\x4a\xf8\xfd\x3e\x04\x02\x01\ -\xa4\x52\x29\x28\x95\x8a\x08\xc5\x52\x02\x5b\xa5\x52\xa9\xd3\x81\ -\xcd\x66\x03\x5f\xc0\x03\x69\xdf\xdb\xdb\xc3\xd4\xf4\x04\x35\x4e\ -\x2e\x97\x21\x91\x48\x40\x2c\x11\x81\xfc\xf1\x78\x3c\x08\x87\xc3\ -\x0d\x8a\xa5\x04\x75\x32\x87\xe8\xf9\x7c\x3e\x08\x84\x3c\xba\xc0\ -\x02\x27\xb9\x95\x95\xe5\x2f\xc6\x27\x46\x3f\x9f\x99\x9d\xea\x34\ -\x1a\x0d\x9c\x9d\x9f\xc0\x68\x34\x12\x10\x25\xe4\x28\xf6\x9f\x04\ -\x20\x97\x49\x86\x44\x2a\x42\x3c\x1e\x07\x0b\x6a\xb3\xb3\x8f\xa9\ -\x31\x16\x35\x4a\x70\x70\xb8\x07\x7a\x1d\x93\xc9\x84\x68\x34\x0a\ -\x76\xd6\xf8\x53\x42\xb5\x5a\x6d\x95\x4a\x25\x90\x36\xb3\xc5\x04\ -\x92\x23\x93\xc9\xb8\xc9\xa9\xf1\x1a\x63\x90\x16\x08\xf8\x1d\xa7\ -\xd3\xc9\x18\x9c\x42\xa1\x50\x80\xcc\x66\x6b\x02\xb0\xff\x69\x22\ -\xa3\x9c\x6c\xb5\x5a\xa0\x24\xe9\x74\x0a\x56\x9b\x19\x85\x42\x01\ -\xcd\x66\x13\xd4\xa8\x0e\x7e\xfa\xf9\x07\x3c\x3c\xdc\x43\x2c\x16\ -\x83\x18\x88\xc4\xa2\xd2\x3f\x26\x76\x6d\x6c\xae\x79\x39\x8e\x03\ -\x25\xa1\x77\xce\xe5\xb2\x70\xb9\x9d\xb8\xb9\xbd\xc2\xe1\xd1\x3e\ -\x7b\xce\x13\x50\xf0\xe3\xe3\x23\xa8\x3e\xc8\xaf\xd5\xd5\xe5\x14\ -\xc5\xfe\x5b\x48\xcc\xe1\x30\x79\xf1\x4f\x12\xf2\xc4\xeb\xf5\xe2\ -\x9f\xaa\x94\x4a\xa5\xb8\xbb\xbb\x03\x19\x7c\x74\x74\x98\x1f\x1a\ -\x1e\xf8\xe1\x95\x52\xe6\xf1\x78\x39\x56\x24\x94\x84\x0a\x86\x9e\ -\x0a\x44\xdf\x62\xb1\x80\x12\x91\x71\x3b\x3b\xdb\x8d\xff\x95\xf2\ -\xfb\xaf\x94\xf4\xfc\xc2\x6c\x5a\xaf\xd7\xb7\x88\x26\x79\x92\xcf\ -\xe7\x11\x0c\x06\x21\x10\x0a\xda\x8b\x4b\xf3\x7f\xe9\x7e\xc3\xf7\ -\x2e\x6b\x1f\x7e\xf3\xed\xd7\x5f\xf6\xf5\xf7\xfc\x36\x34\x34\xe0\ -\x63\x97\xdb\x23\xa3\x43\x1d\x46\x37\xc8\xf6\x7e\x7f\xdd\xef\xfc\ -\x07\x35\x05\x94\xfb\x69\xf1\xe2\x31\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x02\xee\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x9f\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xb1\x6a\xc2\x50\x14\x86\x93\x70\x41\xe8\ +\x09\x38\xf4\x82\x76\x2b\x0e\x12\x37\x4d\xf7\x2c\x52\xfa\x00\x3e\ +\x80\x8b\x63\x7d\x9a\x42\x41\x84\x0c\xc9\xe6\x13\x74\xe8\x13\x64\ +\x72\xc8\xde\x29\x01\xb7\x16\x6e\xdb\xc1\x92\xf4\x05\x3a\x14\xfe\ +\xe0\x0f\x7a\xbe\xfd\x3f\xf9\xfc\xc0\xf1\x7a\x9e\x72\xd9\xf8\xe8\ +\x81\x3c\xcf\xef\xe3\x38\x5e\x1b\x63\x6e\x9b\xa6\x81\xef\xfd\x87\ +\x20\x08\xda\xa6\x69\xde\x8a\xa2\x78\x5a\x2e\x97\xaf\xa7\xf8\xe6\ +\x9f\x6c\xb7\xdb\x3b\xe7\xdc\x67\x4b\xc2\x39\xe7\x36\x9b\x4d\x8c\ +\xfc\x86\x00\x19\xcf\x66\xb3\x85\x88\x5c\x21\x37\x10\x44\x44\xa6\ +\xd3\xe9\x02\xb9\x01\x05\x30\xc6\x5c\x23\xfb\x2e\xe8\xf5\x7a\x16\ +\xd9\x43\x01\xce\x01\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\ +\x5b\x80\x8d\x06\x60\x0b\xb0\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\ +\x46\x03\xb0\x05\xd8\x68\x00\xb6\x00\x1b\x0d\xc0\x16\x60\xa3\x01\ +\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\x60\x0b\xb0\x31\xc8\xb8\xaa\ +\xaa\x7e\x10\x70\x1b\x56\x55\xd5\x47\xf6\x50\x80\xa2\x28\x26\x59\ +\x96\x21\x27\x60\xa2\x28\x9a\x20\xfb\x8b\xff\x0b\x68\x00\xb6\x00\ +\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\ +\x60\x0b\xb0\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\x46\x03\xb0\x05\ +\xd8\x68\x00\xb6\x00\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\xd0\ +\x27\x33\x3f\x5d\x89\xb0\x1c\xa0\x00\x61\x18\x7e\x23\xfb\x2e\x08\ +\xc3\xf0\x0b\xd9\x43\x01\xac\xb5\xef\xc8\xbe\x0b\xac\xb5\x1f\xc8\ +\x1e\x0a\x30\x1e\x8f\x4b\x11\x41\x4e\x40\x88\x88\x37\x1a\x8d\x4a\ +\xe4\x06\x14\x60\xbf\xdf\xef\xe6\xf3\xf9\x11\xb9\x81\x90\x24\xc9\ +\xb1\x2c\xcb\x1d\x72\x03\x7e\xea\x9a\xa6\xe9\x43\x5d\xd7\xcf\x87\ +\xc3\xe1\xc6\xf7\x4f\xf2\x72\xd6\x6b\xdb\xd6\x1b\x0c\x06\xf5\x70\ +\x38\x7c\x5c\xad\x56\x2f\x27\xf9\xa8\x72\xa6\xfc\x02\x4a\xe2\xc2\ +\xb4\x49\x23\xc0\xe5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x01\x11\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x02\xb5\x49\x44\x41\x54\x38\x4f\x85\x53\x5b\x48\x14\x61\ -\x14\xfe\xfe\x59\xb7\x82\xd2\xca\x74\x85\x7d\x53\x14\x61\x5c\x21\ -\x5b\xc8\x87\x7c\x88\xa4\xec\xa9\x37\x85\x24\x2c\x65\xf5\x21\xc4\ -\x5d\x6f\x7b\xdf\xd9\xad\x05\x2f\x91\x19\x14\x66\x4b\x6b\x28\xd8\ -\x9b\xa1\x69\x68\x5a\xe6\x8b\x68\x0f\x06\xf6\x90\x12\xa5\xb0\x86\ -\x4a\x24\x82\xa1\xcb\xcc\x2c\x3b\xf1\xff\x33\xb3\xe6\x53\x03\xc3\ -\xf9\x6f\xe7\x3b\xe7\x7c\xdf\x39\xc4\x6c\x36\x5f\xad\xb8\x7e\xed\ -\xc9\xd9\xcc\x33\x85\x48\x7d\xe4\x70\x09\xe0\xe8\x4e\xbd\xfa\xbd\ -\xb3\xf3\x7d\x7c\x6c\xa2\x83\xd4\xd6\xdd\x59\xed\xec\xe8\x2a\x54\ -\xb4\x87\x84\x10\xd0\x1f\x9a\xa5\xce\x84\xe3\x18\x08\x3d\xe7\x38\ -\x8e\xbd\x94\x65\x11\x76\x87\xfd\x27\x69\x69\x73\x28\xce\x56\x37\ -\x1e\xf7\x3e\xc2\x95\xf2\x72\x7c\x5e\x5a\xc2\xad\x9a\x1a\xf6\x58\ -\x75\xa0\x96\x63\xeb\x81\x68\x14\x56\xab\x15\x1f\x67\x67\xe1\x74\ -\xbb\x71\x3f\x1c\x82\x0a\xd0\xe6\xc6\x97\xe5\x65\x64\x56\x54\x60\ -\x2f\x10\x40\x6e\x6d\x2d\x3e\x0c\x0e\x22\x2f\x99\xc4\x4a\x4e\x0e\ -\x2a\xab\xaa\x58\xe4\xa1\xb1\x79\xbc\x5a\xfc\x83\xce\x4a\x13\x4a\ -\x4b\x4b\x11\x0a\x07\x29\x40\xb3\xe2\x6a\x77\xe3\x65\x34\x8a\x8b\ -\xf1\x38\x56\x38\x0e\x37\x6c\x36\xfc\x08\x87\x71\x2a\x12\xc1\xfe\ -\xdc\x1c\x8a\x2c\x45\x2c\x8b\xe7\x2f\x86\x70\x22\x2b\x0f\xf2\xaf\ -\xaf\xb8\xdb\xd8\x88\xe0\x3d\x41\x05\x70\x3b\x3d\x10\x25\x11\x09\ -\x59\x46\x5a\x9a\x11\xfb\x07\x07\x78\x37\x39\x09\x9e\xe7\x59\x49\ -\xb6\x86\x06\x96\x81\x5a\x16\x07\x03\x2d\x8b\x23\x10\x82\x01\x0d\ -\xc0\xe5\x81\x24\xc9\x98\x8a\x44\x90\xbf\xb5\x85\x65\x9e\xc7\xcd\ -\xea\xea\x14\x69\xba\x73\xca\x52\x4e\x38\x82\x80\xe0\x53\x01\x3c\ -\x2e\x1f\x63\x75\xf5\x59\x3f\x32\xc2\x61\xec\x4e\x4f\xe3\x7c\xc9\ -\x05\x46\xe0\x61\x64\x02\x03\x55\x40\x53\x82\x66\xe3\x17\xbc\x20\ -\xad\x6d\xcd\x8a\xd7\xed\x83\x24\xcb\x78\x3d\x32\x02\x8b\xc5\x82\ -\xc5\x85\x05\xd8\x1a\xea\x59\xba\x0c\x80\x02\x11\x0e\xa2\x28\x41\ -\x12\x45\x18\x8d\x69\x48\x2a\x0a\x1e\x3c\xec\xd6\x00\x3c\x01\x24\ -\x12\x52\x4a\x2e\xaa\x3b\x8b\xae\x03\x68\x72\x6e\xc4\x36\x30\xbd\ -\xde\x07\x25\x7d\x0f\x25\xc9\x3a\xbc\x99\x18\x53\x01\xfc\x3e\x01\ -\x92\x2c\x31\x07\x16\xd5\xc0\x81\xd3\xfa\xa0\xb7\xa7\x07\x97\xca\ -\xca\xf0\x7e\x66\x06\x8d\x4d\x4d\x18\xde\xac\xc7\xee\xf1\x55\xdc\ -\x36\xbe\xc5\xc0\x60\x14\xa4\xb5\xbd\x59\x09\xf8\x82\x90\x65\x59\ -\x05\x60\x75\xab\x6c\xd3\xf4\xa7\x3e\x0d\x63\xd1\x24\xe0\xf2\x66\ -\x1f\x0a\x73\x8b\x11\x8b\xc5\x90\x9e\x91\x01\x59\x92\x30\x3a\x3e\ -\xaa\x02\x08\xfe\x10\x12\x89\x84\xe6\xa4\x77\xa0\x2a\xdb\xd3\xfe\ -\x1e\x98\xad\x06\xc4\xe6\x13\x70\x3a\xbd\xa9\x0e\xa5\x77\x2e\x8f\ -\x13\xc4\xd1\x62\x17\x05\x7f\xf0\x18\x63\xf7\x1f\x86\xf5\xbe\x67\ -\x96\x96\x93\xea\x03\x35\x40\x3c\x1e\x87\xc7\xeb\x4a\x12\x9e\xe7\ -\x43\x0e\x87\xdd\x61\xca\x31\x9d\x56\x14\x75\xa4\xe8\x2c\xe9\x56\ -\x9f\x09\x42\xc7\x49\x1f\x4b\x05\x58\x5b\x5f\x17\xbb\xbb\xba\x67\ -\xe9\xd1\xb9\x02\xbe\x20\x3f\x3b\x2b\xfb\xe4\x91\x19\xfe\xcf\x66\ -\x7b\x7b\x5b\x5a\xfb\xb6\x16\xfb\x0b\xc0\xf5\x00\xde\xe0\x14\xa2\ -\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0e\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x8e\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf9\xee\x5d\ +\xf2\xff\xff\x8c\xc2\x0c\x58\x00\x23\xe3\xff\xb7\x12\xc2\xc2\x73\ +\x50\xc4\x90\x39\xcf\xdf\xbf\x57\x60\xf8\xfb\xef\x3e\x36\xcd\x70\ +\xc0\xcc\xa4\x28\x29\x28\xf8\x00\xc6\x65\x42\x96\x63\xfa\xc5\xc8\ +\x8c\x57\x33\x16\x35\x4c\xb8\x14\x12\x0b\x06\xde\x00\x16\x64\x0e\ +\xdf\xe3\x3a\x39\x8e\x87\x93\xf0\x6a\xf8\x21\x9f\x27\xc7\xc0\xc0\ +\x70\x97\x6a\x2e\x18\x35\x60\xd0\x19\xf0\x8b\x91\xf7\x3b\x21\x0d\ +\xe8\x6a\x18\xd1\x15\x7c\x3d\x1a\x37\x8f\xf9\xff\x57\x09\x6c\x9a\ +\xff\xb2\xf0\x3e\xe7\xb6\x58\x90\x8c\x2c\x06\x00\xae\x2e\x25\xa6\ +\x56\xd3\x23\xa7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x00\xe2\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ -\x00\x00\x01\xd5\x49\x44\x41\x54\x78\x01\xdd\x91\x33\x7c\x9e\x41\ -\x1c\xc7\xef\x71\x6c\x2f\x35\xb7\xd8\xb6\x6d\xdb\xb6\x6d\xec\x4b\ -\x9c\xec\x9f\x6e\xd5\x5c\xdb\xed\x58\xdb\xd6\xaf\xd7\x5b\x92\xbc\ -\x5a\x8b\xef\x19\x7f\x93\xff\x18\x5f\x5f\x1f\x5f\x3f\x7f\xdf\xc1\ -\x03\x07\xf7\xab\x0d\x37\x77\xd7\xc1\xb0\xb0\x50\x67\xa2\x0d\x3b\ -\x7b\xbb\xcc\xfc\xfc\xbc\xcf\x93\x93\x93\xe8\xe8\xe8\x40\x4b\x4b\ -\x0b\x1a\x1b\x1b\xd1\xdb\xdb\x8b\xea\xea\x6a\x54\x54\x54\x60\xef\ -\xde\x3d\xa3\x44\x13\x56\x56\x56\x8d\xa9\xa9\x29\xdf\x57\x57\x57\ -\xf1\xfe\xfd\x7b\x4c\x4f\x4f\x23\x27\x27\x07\x43\x43\x43\x78\xfb\ -\xf6\x2d\x96\x96\x96\x90\x9c\x9c\x0c\x4b\x4b\x8b\x31\xb2\x19\x8e\ -\xe3\x78\x33\x33\xb3\xe9\xa8\xa8\xa8\x9f\x59\x59\x59\xb8\x72\xe5\ -\x0a\xbe\x7e\xfd\x8a\x77\xef\xde\x61\x7d\x7d\x9d\x09\x7f\xff\xfe\ -\x1d\x37\x6f\xde\x44\x6c\x6c\x2c\x0c\x0d\x0d\x27\xc8\x26\x64\x43\ -\x43\x83\xb5\x80\x80\x00\x50\x05\x08\x0f\x0f\x67\x56\xae\x5e\xbd\ -\xca\x94\x7c\xfb\xf6\x8d\x09\xdf\xb9\x73\x07\x61\x61\x61\xf0\xf5\ -\xf5\x85\x28\x0a\x93\x9b\x15\xd4\x3b\x39\x39\xb1\x07\x4f\x4f\x4f\ -\xb8\xb9\xb9\xc1\xc5\xc5\x05\xdd\xdd\xdd\x4c\x90\x0e\xa6\x64\x70\ -\x70\x10\x7b\xf6\xec\x81\x83\x83\x03\xa8\xc7\x53\x9b\x15\x18\x8b\ -\xa2\x78\xc8\xc4\xc4\x04\xc6\xc6\xc6\x30\x35\x35\x45\x4c\x4c\x0c\ -\xee\xdf\xbf\x8f\x97\x2f\x5f\xe2\xc9\x93\x27\x78\xf1\xe2\x05\xee\ -\xdd\xbb\x87\xc8\xc8\x48\xc8\xb2\x0c\x9e\xe7\xa7\x89\x0a\x7a\x82\ -\x20\x2c\x18\x18\x18\xfc\xb4\xb4\xb2\xc4\xa9\x53\xa7\x98\xe0\xb9\ -\x73\x67\x51\x50\x98\x8f\x93\x27\x4f\xb2\xf3\xe5\xcb\x97\xb1\x77\ -\xdf\x5e\xd0\xbf\x33\x44\x03\x22\x7d\x98\xdc\xb1\x63\xfb\x8f\xe4\ -\x94\x24\x1c\x3d\x7a\x04\xf9\x05\xb9\x48\x4a\x49\x44\x51\x71\x01\ -\x8e\x1d\x3f\x86\xd2\xb2\x12\x1a\xa2\x0b\x24\x49\x9a\x25\x5a\xe0\ -\x69\x7c\x2d\xce\x2e\xce\xdf\x32\xb3\xd2\x51\x5e\x59\x8a\xd6\xb6\ -\x26\x36\x2a\xab\xcb\x91\x9e\x91\x8a\xc8\xa8\x88\xdf\x55\x98\x23\ -\x3a\xe0\x68\x49\xd3\xe9\xa7\x05\x45\x51\x16\x55\x87\xbe\xbe\xfe\ -\x82\x85\x85\x45\x18\xf9\x2b\xf8\x05\xbe\x08\xf9\x21\x6d\xb5\xa8\ -\x13\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xba\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x5f\x49\x44\ +\x41\x54\x38\x8d\x63\x60\x18\x05\x8c\xc8\x9c\x93\x27\x4f\x2a\xb2\ +\xb0\xb0\x9c\xc5\xa7\xe1\xcf\x9f\x3f\xc6\xe6\xe6\xe6\xf7\x61\x7c\ +\x16\x64\x49\x66\x66\x66\x26\x06\x06\x06\x41\x7c\x06\x40\xd5\xc0\ +\x01\x13\x2e\x85\xc4\x82\x51\x03\x86\x9f\x01\x4c\x4c\x4c\x7f\x08\ +\x6a\x40\x53\xc3\x88\xae\xe0\xf4\xe9\xd3\xc9\xcc\xcc\xcc\x22\xd8\ +\x34\xff\xfd\xfb\xf7\x8d\xa9\xa9\xe9\x5c\x64\x31\x00\x73\x8d\x12\ +\x44\x26\x5b\xbf\x22\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x05\x08\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x02\x81\x49\x44\x41\x54\x78\x01\xdd\x92\x03\xb0\x1b\x5d\ -\x14\x80\x7f\xdb\xb6\x6d\xa3\xc6\xe8\xd9\xb6\x6d\xdb\xb6\xed\xb7\ -\x51\x6d\xdb\xb6\x6d\x06\xeb\x4d\x72\x37\xa7\xf7\x0d\x3b\x6e\x50\ -\x9e\x99\x2f\x59\x7e\x7b\xf4\xd8\xa3\x13\x37\x6e\xf4\xbd\x0c\x94\ -\xe4\x2d\x9a\xee\x7f\x1b\x60\xf4\x15\x80\x82\xc7\xcd\x12\x5e\xba\ -\xd4\xf5\x02\xf0\xa3\x9f\x02\x23\xfb\x15\x38\xd9\x7f\xc0\x11\xff\ -\xeb\xd8\x91\x3f\x04\x8d\xf4\x4b\x50\x8e\xbe\x68\x92\x14\x60\xf1\ -\xb3\x20\x28\xbe\x02\x4e\x3a\x11\xb1\x52\x27\xc4\x48\xfd\x10\x43\ -\xf8\x23\x5a\xea\x0a\xbc\x7c\x2a\x50\xb2\xef\xe1\x46\xdf\x33\xc6\ -\x8b\x59\xe9\x07\x58\x3a\x0e\x51\x23\x3e\x48\x53\x55\xa3\x57\x66\ -\x2c\x40\xea\x7c\x39\xa2\xda\x8a\x10\x4d\xf8\xeb\x69\xe9\x14\xe0\ -\xa5\x9f\x18\x99\xad\xe2\x49\xa0\x14\xdf\x02\x23\xb7\x46\x64\x4d\ -\xa9\xea\x5c\x9c\x46\xab\x91\x1a\xf4\xdc\x26\x84\xd4\x55\x47\x11\ -\xd5\x50\x89\xc8\x11\x17\x2d\x23\xf9\x05\x60\xc1\xe3\x46\x88\x07\ -\x9e\x03\x66\xf4\x67\x44\x11\xce\x48\x95\x33\xc8\xdf\xec\x10\x45\ -\x44\x81\x28\xea\x40\xcf\x6d\x15\x91\x32\x79\x85\x81\xee\x08\xd5\ -\xb1\xd2\xbf\x40\xa5\x78\xf2\xce\xc5\x27\x9a\x9f\x01\x5a\xf2\x23\ -\x62\x65\x0e\x48\x5d\xdc\x21\xa8\x5a\x59\x51\x77\x15\x44\xc4\x80\ -\x96\x9c\x03\x67\x0e\x65\x5e\xd0\xaa\x3b\x82\xf0\x20\x7f\x07\x98\ -\x67\xdc\x86\x00\xaf\xf8\x1c\xf7\x71\x3a\xa2\x07\xa2\x90\xba\x64\ -\xbe\xa0\xec\xd0\x70\x37\x87\xc5\xeb\x67\xb3\xe0\xe8\xa1\x6e\x71\ -\xd1\xec\x44\xe6\xdc\x89\xee\xaf\x8c\x1f\x9e\x86\x78\x55\xc7\x10\ -\xbf\xe1\x8d\xb0\x41\xf4\x50\x28\xee\x75\xf9\xd5\x93\x19\x0b\x37\ -\xad\x2b\xd6\x2c\x5a\xda\x08\x2b\xd7\xc9\x0d\xf5\x35\xa1\x57\xdc\ -\x3c\x5c\x5e\x36\x5e\xce\x48\xde\xc6\xfc\x32\xb6\x01\x06\x1a\x7f\ -\x80\x19\x72\xd8\xb9\xa5\x2e\x58\x4e\x24\x30\x6d\xfd\x55\x30\x73\ -\x01\x01\x76\x0e\x36\x67\xbd\x7d\x3d\xdf\x35\x5e\xae\x52\x3c\xcb\ -\xa9\x86\xde\xc1\x7b\xfb\xa5\x40\x8d\x7c\xc2\xab\xa5\xaf\xfb\xf9\ -\x7b\xbc\x1f\x1d\xed\x7c\xa5\xb9\xa7\x12\xe4\xf3\x86\xc0\xd9\xc5\ -\xf1\x52\x50\x48\x00\x6e\x8b\x05\x02\xb7\xe0\x95\x89\x53\xc6\x1d\ -\x6b\xec\xaa\x30\x48\x66\xf7\x81\x9b\xa7\xcb\xb5\xc8\xe8\xb0\x7f\ -\x2d\x25\x7f\xf6\xff\xf1\xff\xec\xad\xef\x28\x43\x23\x33\xba\xc1\ -\xdb\xd7\x43\x19\x1b\x1f\x65\x6b\x29\xf9\x93\x7f\xfd\xfb\xe7\xa6\ -\xea\xd6\x62\x61\x40\xd6\x0e\x7e\x81\x3e\x9a\x84\xa4\xb8\xe0\xc7\ -\x2c\x14\x4f\xfc\xf6\xc7\x2f\xcb\xcb\xea\xf3\xe9\x5e\x49\x0b\x84\ -\x84\x07\x70\xe9\x99\x29\x41\x26\xcb\x30\x2f\x60\xde\xc0\xbc\x8f\ -\xf9\xf8\xfb\x1f\xbf\x5d\x58\x54\x95\xa5\xe9\x97\xb6\xc1\x7f\xe3\ -\xfe\xbd\x82\xaf\x3d\x63\x8a\xf8\x39\xcc\xeb\x98\x0f\x31\x5f\x63\ -\x7e\xc1\xfc\xf9\xcb\x5f\xff\x6c\xc7\x5c\xf4\x0d\xf0\x4c\xc7\xe7\ -\x2f\x9a\x9a\xf5\x53\x98\x17\x6f\xcb\x7a\x8c\x37\x31\x2f\x61\x9e\ -\xc6\x3c\xa4\x71\x0b\x78\x92\x78\x10\xaa\xd3\x69\x89\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xb6\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\x37\x00\x00\x11\x37\ +\x01\xbf\x50\xdf\xb8\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x85\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x4d\x68\x1c\x65\x18\xc7\x7f\x4f\x76\xb3\ +\xa2\x29\xc1\x06\x23\x49\x85\x60\xa2\x25\x26\x3d\x14\xdb\x93\xd1\ +\x43\x1a\x3f\xf1\x52\x44\x08\x2d\x55\xc1\x42\x89\x17\x23\xf6\xa0\ +\x21\x29\xe9\x93\x8d\x26\xd5\x42\x11\x4f\x86\x78\xa8\x1f\x58\x2f\ +\xd6\x82\x18\x94\x22\x2c\x68\x41\xb0\x2d\x78\x50\xa1\x2d\x8d\x1f\ +\x4d\xd7\xc4\x8a\x64\x35\xea\xee\x66\xe7\xf5\xb0\xae\x9b\xdd\x4c\ +\x92\x4d\x66\x66\x67\xd6\xee\x0f\x86\x9d\x9d\x7d\xe7\xff\xfc\xdf\ +\x3f\x33\xf3\xce\x64\xde\x08\xff\x37\x8e\x1e\xad\x63\x61\xa1\x15\ +\x91\x56\x8c\x69\x05\x8a\x97\x0b\x34\x34\xdc\x4b\x7f\x7f\x12\x20\ +\xec\xa3\xd5\x8d\x31\x31\x51\xcb\xdc\x5c\x0b\x99\x8c\x7d\x27\x17\ +\x16\x6e\x05\xc0\x98\x95\x14\x76\x32\x3f\xdf\x02\x5c\x84\xa0\x06\ +\x30\x3e\xbe\x99\x74\xba\x0d\x63\xda\x80\xfc\x27\xb4\x11\x8f\xb7\ +\x90\xf3\xbd\x72\x27\x57\x27\x93\x91\xdc\xaa\x3f\x01\x1c\x3b\x76\ +\x23\x89\x44\x33\xb9\x4e\x15\x2e\xed\x24\x93\x9b\xca\x65\xc5\xdb\ +\x00\x54\xbb\x10\xb9\x7b\xd9\x61\x9a\x48\xdc\xec\x69\xdd\x75\xe0\ +\x5d\x00\xaa\x5d\xc0\x99\x0d\x1f\xa6\x65\xa2\xc6\x43\xed\x2d\x1e\ +\x6a\xbb\x86\x97\x01\x54\x04\xd5\x00\xfc\x36\xe0\x37\xd5\x00\xfc\ +\x36\xe0\x37\xd5\x00\xfc\x36\xe0\x37\xc1\x7c\x16\x70\x87\x24\xf0\ +\x3d\x30\xfd\xef\x92\x06\xfa\x8b\x1b\x55\x7a\x00\xbf\x01\x97\x6d\ +\x97\xce\xce\x1f\xe8\xed\xcd\xfc\xd7\x32\x1a\xdd\x8e\x65\x55\x5c\ +\x00\x85\x1d\x14\x89\x03\x57\x11\xb9\x8c\x65\x7d\x87\xea\x9f\x4e\ +\x0b\xf8\x1d\x40\x12\x98\x21\xdf\xc1\xfc\x67\x24\x72\x89\x81\x81\ +\x79\xaf\x0d\x94\x2b\x80\xd3\xe4\xce\x45\x91\x69\x8c\x99\x26\x12\ +\x99\x66\x70\xf0\x97\x32\xd5\x5f\x91\xf2\x04\xa0\xfa\x30\x10\xc8\ +\xc7\xc2\xeb\x7e\x18\xac\x06\xe0\xb7\x01\xbf\xa9\x06\xe0\xb7\x01\ +\xbf\xa9\x06\xe0\xb7\x01\xbf\xa9\x06\xe0\xb7\x01\xbf\xa9\x06\xe0\ +\xb7\x01\xbf\xb9\xee\x03\xf0\xfb\x71\xd8\x19\xe3\xe3\x9b\x49\x26\ +\xdb\x11\x69\xc4\x18\x01\xae\x02\x3f\xa2\x3a\x57\xaa\x44\xe5\x05\ +\xa0\xba\x09\x91\x3e\x8c\xe9\x25\x99\xdc\x09\x84\x96\xbd\x7f\x54\ +\x3d\x8f\xc8\x49\xc2\xe1\x37\x19\x1a\x9a\x5d\x4d\xae\xb2\x02\x18\ +\x19\x39\x80\x31\x47\x30\xa6\x61\x8d\x96\x3b\x30\x66\x07\xe9\xf4\ +\x0b\x8c\x8c\xbc\x44\x53\xd3\x6b\xcc\xda\xe7\x50\x19\x01\x4c\x4c\ +\xd4\x12\x8f\xbf\x85\x31\x7b\xd7\xb9\x67\x3d\xc6\xbc\x4a\x3c\xde\ +\x03\x8c\xda\x35\x08\x7e\x00\xaa\x35\xc4\xe3\x6f\x03\x7b\x1c\xa8\ +\x3c\x02\x74\xda\xfd\x10\xfc\x51\x40\xe4\x59\x9c\x75\x3e\x47\x8b\ +\xdd\xc6\x60\x07\x30\x36\xd6\x88\x31\x51\x2f\x4b\x04\x3b\x80\x54\ +\x6a\x1f\x50\xef\x65\x89\x60\x07\x00\x8f\x79\x5d\x20\xe8\x01\xdc\ +\xe9\x75\x81\xa0\x07\x70\x8b\x27\xaa\xa1\x50\x3a\xb7\x1a\xf4\x00\ +\xbc\x78\x71\x62\xa8\xab\xfb\x39\xf7\xa5\xf4\xfb\x80\x68\x74\x1b\ +\x96\xf5\x20\xd9\xb9\x7e\x8d\x64\xdf\xb6\xce\x20\x32\x4d\x28\x34\ +\xc5\xa1\x43\x33\xae\x5b\xcd\x4e\x67\xbd\xcd\x65\xcd\x2b\x1c\x3c\ +\xf8\x57\xee\xcb\xea\x01\xa8\x46\x10\x79\x12\x63\x5e\xc4\xb2\xb6\ +\xda\xb6\x31\x06\x16\x17\x2d\x54\xbf\x04\x5e\x46\x75\xca\x35\xab\ +\x22\x27\x31\xa6\xdb\x35\xbd\x2c\x1f\x2c\xfd\xb2\x72\x00\xaa\x77\ +\x01\xef\x63\xcc\xf6\x12\x44\x6b\x80\x2e\xe0\x63\x54\xa7\xa8\xad\ +\xdd\x4f\x3a\xbd\xd6\x3e\x6b\x63\xcc\x09\x20\x0a\xb8\x35\xb3\x74\ +\x11\x98\x5c\xba\xc1\xfe\x1a\xa0\x7a\x1f\xf0\x15\x50\x4a\xe7\x8b\ +\x79\x94\x74\xfa\x73\x44\x5a\x37\xb0\x6f\xb1\x8f\x6b\xc0\x90\x63\ +\x9d\x3c\xaf\xa3\xfa\xed\xd2\x0d\xcb\x03\x88\x46\xb7\x01\x1f\x01\ +\x4e\x26\x2c\x6f\xc5\x98\x23\x0e\xf6\x5f\xca\x1b\xc0\xbb\x2e\xe8\ +\xc4\xb0\x09\xb3\x30\x00\xd5\x1a\x2c\x6b\x12\x77\x0e\x39\x77\x46\ +\x18\x55\x8b\xe6\xe6\xfd\xc0\x3b\x0e\x54\x3e\x03\x76\xa3\xfa\x77\ +\xf1\x0f\x85\x26\x45\x1e\x07\xee\x71\x50\xc8\x1b\xfa\xfa\xd2\xa8\ +\x3e\x05\x3c\x0d\x94\xfc\xd7\x1e\xe0\x77\x44\x06\x80\x87\x50\x4d\ +\xd8\x35\x28\x0c\xc0\x98\x27\x36\x6c\xb2\x1c\xa8\x1e\x27\x3b\x0c\ +\x3f\x07\x9c\x21\x7b\x51\x2b\xc6\x00\xe7\x11\x19\x06\x6e\xe7\xf0\ +\xe1\x57\x50\xb5\x56\x92\x94\x82\x75\xd5\x3f\x80\x9b\xdc\x73\x0c\ +\xc0\x22\xaa\x11\xbc\x98\x20\xa1\x5a\x4f\xf6\x76\xb9\x09\x91\x10\ +\x22\x73\x84\xc3\x97\x18\x1c\xfc\xb5\x54\x89\x7c\x00\x63\x63\x8d\ +\xa4\x52\xeb\x39\xbc\x4a\x65\x01\xd5\xb2\xfd\x07\xc8\x7a\xc9\x9f\ +\x02\xa9\xd4\x0d\x1e\xd5\x90\xb5\x9b\xf8\x47\x3e\x80\xce\xce\x38\ +\xf6\xe7\x94\x53\x7e\xf2\x40\xd3\x35\xf2\x01\x64\x27\x15\x7e\xed\ +\x41\x8d\x73\x1e\x68\xba\x46\xf1\x30\x78\xc2\xf5\x0a\x22\xef\xb9\ +\xae\xe9\x22\xc5\xc3\xe0\x24\xd9\xb7\x2b\x6e\x71\x8e\x8e\x8e\x4f\ +\x5c\xd4\x73\x9d\xe2\x3b\xc1\x04\xf0\x3c\xee\x0c\x59\x29\xe0\x99\ +\x82\xf9\xba\x01\x24\xb4\x6c\x4b\x2c\xf6\x0d\xbb\x76\xa5\x80\xfb\ +\x1d\xe8\x5a\xc0\x3e\x54\x4f\x3b\xd0\x28\x0b\xcb\x03\x00\x88\xc5\ +\xbe\xa0\xbb\x7b\x16\x78\x80\xf5\xbf\x3c\xb9\x86\xc8\x5e\x54\x3f\ +\x74\x6a\xae\x1c\xd8\x07\x00\x10\x8b\x9d\xa5\xa7\xe7\x14\xc6\x6c\ +\x01\xda\x59\x7b\x3c\x4f\x01\xc7\x09\x87\xf7\x30\x3c\x7c\xd6\x45\ +\x8f\x9e\x52\xda\x4d\xca\xe8\x68\x07\x99\xcc\x6e\xb2\xa7\xc5\x1d\ +\x40\x13\x90\x21\x7b\xc1\xbc\x00\x7c\x0a\x9c\x42\xf5\x8a\x47\x3e\ +\x3d\xe3\x1f\x80\x8a\x4a\xe9\xa8\xd8\x45\x49\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x06\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x01\x7d\x49\x44\x41\x54\x78\x01\xd5\x95\x35\x72\x03\x31\ -\x14\x86\xdf\x82\x99\xb1\xf3\x09\x82\x07\xc8\x1d\x4c\x75\x98\xda\ -\x54\x61\x68\x43\x75\xc8\xd8\x06\x4b\x9f\xc7\x7d\xb0\x33\xef\x46\ -\x6f\xc6\x6f\x47\x33\x5a\x85\xf1\x9f\xf9\x47\xf0\x4b\x9f\xc8\xa0\ -\x98\xa6\x09\xdf\x21\x95\xf9\x7f\x81\xf5\x6a\xb5\x7a\xd2\xed\x76\ -\xe7\xbf\x70\x11\x43\xd7\xf5\x02\x14\x0a\x85\x9e\xf9\xc5\x42\xa6\ -\x4e\x3b\xad\xd7\xeb\xa0\x28\x0a\x90\xb0\x6e\x53\x0a\x75\x7a\x7c\ -\x2a\x53\xa9\x14\x16\xaa\xce\x0f\xbe\xbb\xbb\x83\x66\xb3\x29\x85\ -\x90\x7c\x3e\x1f\x24\x12\x09\x5b\xb0\xf0\x78\xaa\xaa\x82\xa6\x69\ -\x58\xbe\x6a\x1a\x87\x8b\xf2\xfd\xfc\x26\x74\x1e\x9c\x4c\x26\x69\ -\x97\x64\xc9\x75\x88\xd7\x80\x19\x96\x02\x18\x83\x5a\xad\x06\x32\ -\x65\x32\x19\x6b\xdc\xc4\xfc\xa2\x90\x57\x4f\x8f\xe5\x60\xd4\xec\ -\xec\x8c\x30\xa9\x54\x2a\xe3\x89\xac\x71\xbe\x40\x90\x8f\xa9\x5f\ -\x76\x15\x34\x51\x85\xa7\xa7\x07\x20\x85\xc3\x51\x2b\x27\x79\x45\ -\x30\xe6\xd2\x1d\x0b\x30\x5e\x04\xbe\xb8\xb8\x80\xb1\xd1\x41\x21\ -\xbf\xb9\xb9\x81\x7c\x3e\x2f\x07\x17\x8b\x45\xb0\x13\xbf\xe3\xb9\ -\xb9\x39\x3e\xa2\x79\xc4\x10\xc1\xd9\x6c\x16\x96\x36\x77\x84\x49\ -\x27\x87\x7b\xc2\xa9\xec\xae\x4b\x0a\x46\xbb\xdc\x6e\xe9\xc3\xd0\ -\x44\xd3\x34\x20\x14\x0a\x53\x8c\x6d\xe1\x54\x02\x58\x77\x38\x6d\ -\xaf\x81\x72\xfa\x94\x88\x92\xec\x98\x82\xbd\x8d\x15\x0b\x44\x25\ -\xef\xa9\xa9\x29\xfa\x52\x58\x36\x0c\xc3\x2a\x79\x30\xb6\xd4\x68\ -\x34\x0a\x5f\x28\x43\x67\x2a\xb0\x17\xfd\xca\xdf\x63\x93\x9d\xb4\ -\x6c\xfd\xe7\x29\x4c\x78\x82\xbe\x1d\xcc\x4e\xce\xae\x7e\x1f\x8e\ -\xe9\x32\x77\x98\xdb\x9c\x3b\x64\xc6\xeb\x21\xef\xdb\xfe\x4c\x9f\ -\x01\xc2\xbc\xd8\xc0\x78\x71\xcc\xaf\x00\x00\x00\x00\x49\x45\x4e\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x83\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x3d\x4a\x03\x51\x18\x45\xbf\xf7\x26\x62\ +\x82\x82\x33\x89\x06\x11\xb5\xd0\x7e\x20\x01\xdd\x83\x58\xa7\x74\ +\x03\x6e\xc0\x56\xec\x5c\x80\x3b\x10\x5b\x3b\x71\x15\x41\xc4\x4a\ +\x04\x51\x51\x98\x80\xbf\x08\x82\x3a\xef\xb9\x85\x90\x3b\x78\x21\ +\xb9\xa7\xff\xee\x9c\x39\x30\xe5\x98\x89\xc9\xc6\xa1\x03\x8f\x83\ +\xd7\x8e\x77\x61\xcf\x9c\xad\x9b\x39\x78\x6f\x38\x62\x34\x67\x37\ +\x65\xe9\x0f\x97\xdb\xd9\x05\xb2\x04\x09\x17\xc5\xdb\x5a\x48\xca\ +\x4b\x33\x9b\x41\x76\x00\x3e\x5d\x2d\xc9\x17\xd3\xf4\x76\xd4\x01\ +\x8f\x3c\x3d\x24\xa1\x67\xbc\x97\x37\x33\x9b\x8d\xbf\xa1\x87\x0c\ +\x40\x01\xcc\xc5\x05\xe8\xbe\x0a\x5c\x6c\x23\xe7\x58\x80\x31\x40\ +\x01\xd8\x02\x6c\x6a\xc8\xf1\xc9\xc7\x69\x7e\xff\xf3\x54\x95\xcb\ +\x48\xac\x4e\x2d\xe5\xc8\x3d\x14\xa0\x28\x5f\xb2\xab\xef\x6b\x64\ +\x02\x66\xda\xd7\x33\xe4\x7e\xe2\x3f\x01\x05\x60\x0b\xb0\x51\x00\ +\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\ +\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\ +\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\ +\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\ +\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\ +\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\ +\xb0\x81\x02\x24\xd1\x87\xaa\x44\x58\x0e\x50\x80\x56\x92\xde\x21\ +\xf7\x55\x30\x5f\x1b\xfd\x9f\x41\x33\x30\xc0\x66\xa3\xbb\xdf\x4c\ +\xd2\x88\x6c\x20\x34\x7d\x1a\x37\xea\xdd\x03\x64\x03\xfe\xd5\xf5\ +\xf8\xe1\x6c\xab\xff\xd5\x3f\x7a\x0e\xef\xed\x2a\xf6\x86\x24\xb6\ +\xfc\xdc\xa0\xd3\xe8\xec\xee\xac\x6c\x9f\xff\xd3\x33\xc5\x58\xf2\ +\x07\x94\x68\x3d\xeb\x8a\x7b\x91\x53\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -\x00\x00\x02\x9c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x02\x63\x49\x44\x41\x54\x78\x01\xd5\xd3\x03\x90\x1c\x41\ -\x00\x85\xe1\xd8\xb6\x4b\xb1\x6d\xdb\xe7\xb5\xcf\xb6\x6d\xdb\x56\ -\x6c\xdb\xb6\x6d\xdb\xf6\x4b\xf7\x9c\x6d\x75\xd5\xb7\x83\xae\xfd\ -\xc7\xb5\x6a\xde\x10\x0a\x85\x23\xf8\x42\xde\x0b\x81\x48\x40\xbd\ -\x14\x88\x84\x39\x88\xc5\x62\x56\xa9\xc2\x72\x72\x8b\xce\xee\xdb\ -\xbf\x0f\x05\x51\xd3\xd2\xfb\xa1\xc2\x56\x1a\x53\xe2\xf0\x22\xb9\ -\x85\x27\x37\x6d\xde\x04\x27\x27\xc7\x7c\xb9\xba\x79\x80\xc5\x51\ -\x79\x45\xe2\x23\x4a\x14\x5e\xb0\x70\xfe\xae\x9d\xbb\x0f\x22\x34\ -\x34\xb4\x40\x81\x41\xa1\x20\xe1\x82\x04\x17\x70\xc6\x0b\x8e\x6e\ -\xde\xbc\xf9\x57\x6c\x6c\x2c\xec\xec\x6c\x61\x6f\x6f\x07\x7b\x07\ -\x7b\x38\x3a\xd2\x33\x2e\x1a\x8d\xe7\x1b\x26\x13\x91\x31\xb1\xd1\ -\xbf\x96\x2c\x59\xc2\x9c\x5d\x50\x50\x50\xb1\x05\x06\x06\x16\x1a\ -\xb6\x70\x73\x77\xf9\x9a\x98\x98\x08\x6b\x5b\x6b\x18\xd9\x78\x60\ -\x86\x6e\x3c\x46\xaa\x2f\x29\xd4\x44\xad\x64\x2a\xdf\x39\x9e\xb1\ -\xff\x71\x1a\x66\x99\x98\x1a\x7f\xd8\xbd\x7b\x37\x82\x83\x83\xa1\ -\x62\x18\x8c\x7d\x97\x5e\x94\xc9\x22\xfd\xb0\x0f\x34\x3c\x53\x57\ -\x4f\xf7\x75\x5c\x7c\x1c\x6c\x6c\x6d\x30\x57\x37\x12\x5b\x4e\x3d\ -\x86\xf7\xba\x6b\xa5\x92\xba\xff\x1e\xa6\x69\x84\xbe\xa1\xe1\xce\ -\x6c\x8e\xca\xb3\x9d\x3b\x77\x32\x67\x3c\x57\xa7\x6c\xe1\xf0\xb5\ -\xa7\xff\x8d\x93\x45\x5c\x60\xee\xb3\xb2\x8a\xd2\xa3\xf8\xf8\x78\ -\xa8\x19\xda\xc0\x33\x69\x1f\x36\x97\x32\x1c\xb5\xe3\x36\x7c\x96\ -\x1c\xf9\x43\xef\x02\x13\x96\x97\x97\xbb\x4b\x6f\x05\x4f\xdf\x05\ -\x4b\xb6\x9d\x46\x0a\xb9\x1c\xaf\xb5\xd7\xe0\xb9\xf6\x2a\x3c\xd7\ -\x5c\x23\xe8\x32\x6b\x3d\xe7\x5c\x86\xab\xcc\xff\xf4\x7d\x37\x7c\ -\xa7\x77\x81\x09\xf3\x05\xdc\x55\x9e\x5e\x1e\x70\x0e\x5d\x85\x75\ -\xc7\x1f\x21\x64\xeb\x4d\x38\xad\xbc\x92\x66\x05\x75\x19\x8e\x2b\ -\xb2\xd6\x9d\x57\x64\xcc\x65\x09\xd9\x72\x13\x09\x7b\xee\x62\x8a\ -\xd4\xef\x56\xe6\x2b\x27\x10\xf0\xac\x6d\xed\xac\x11\xb6\xfa\x08\ -\x62\x77\xdd\x81\x75\xea\xa5\x2c\x4b\x2e\x32\x4b\xab\xac\x75\xb2\ -\xcc\x9a\xcb\xd8\xe7\xb7\xf1\x06\xf4\x7c\xd6\xff\x22\x67\x2b\xcc\ -\xe8\x36\x9c\x3a\x75\xea\x42\x6d\x1d\xcd\xbf\x9b\x8e\xdc\x80\xe7\ -\xba\xeb\x30\x4e\xbc\x90\xcd\x79\x86\x11\x5d\xa6\x33\xc9\x35\xe7\ -\x49\xee\x2f\x35\x53\xe2\xfc\x34\xfb\x37\xd2\xb5\x5d\xbb\x76\x6c\ -\x0e\x97\x03\xdd\xd8\x73\x79\xc5\x9c\x85\x4e\xcc\x39\xe2\x6c\xfa\ -\x7a\xde\x39\xd7\x55\x57\xe1\x1a\xbf\xf7\xcf\x4c\x96\x4e\x30\xe9\ -\xd5\xc9\x08\xb7\x20\x86\xf5\xeb\xd7\xd7\x99\x7e\x35\xa5\x35\x54\ -\xd1\xe1\x3a\xe9\x8c\x4e\xef\x65\x8e\x46\x44\x1b\xa2\x07\xd1\x9f\ -\x18\x58\x42\x03\x88\x5e\xf4\xea\x89\xc6\x44\xbe\x83\x5e\x4a\xdd\ -\x52\xaa\x4d\x54\xec\xf8\x0f\xad\x7d\x2e\x56\xc2\x0d\x87\xbb\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x01\xae\x49\x44\x41\x54\x78\x01\xbd\x95\x35\xb4\x15\x41\ -\x0c\x40\x77\x9f\xbb\xbf\x06\xd7\x9e\x12\x69\xb1\x0e\xf7\x16\x1a\ -\xdc\xdd\x3b\xdc\xdd\xa1\xc4\x1d\x5a\x68\xb1\x96\x8e\x06\xe7\xb9\ -\xdb\x84\xe4\xfb\xcf\xfa\xb7\x3d\xe7\xae\x65\x72\xcf\xf8\x48\x00\ -\x30\x28\x0c\xbd\xf8\xa3\x2c\x8f\x7e\xe7\x74\x7e\xa3\xa7\x56\xfc\ -\xad\xc7\xf3\x43\x2b\xae\x29\x7d\xe5\xf3\x40\xe9\xce\x1d\xa0\x27\ -\x7d\x5b\x89\x13\xba\xd2\xf4\xe1\xc3\x3c\xd9\x30\x4e\x10\xba\x52\ -\x82\x25\x4f\x35\x88\x8f\x56\x15\x53\x9f\xf2\x24\x9e\xac\x16\x4f\ -\x1d\x38\x00\xf4\x9f\xf2\xb5\x6a\x1c\x7f\x18\xf4\x83\x96\xbc\x48\ -\xff\x0f\x1d\x42\x0e\x03\x3d\x53\xfb\xf7\x89\x7f\x7b\xf6\x88\xc2\ -\xcd\x9b\x2d\xb5\x1a\x73\xf9\x48\xd5\x9a\x1d\xa2\x9a\xa1\x74\xdf\ -\x01\x64\xbf\xf8\xb7\x79\x4b\xf3\xcf\xba\xb5\x8d\xc2\xb5\xab\xf5\ -\x57\x7e\x8f\x20\xa9\x95\x59\x41\xc2\x0e\xf1\x41\x48\xef\xd9\x0b\ -\xa9\xb5\x6b\xc4\xbf\x55\x2b\xeb\xbf\x56\xac\x28\xe7\x8f\x1e\x2d\ -\xbf\xf2\x7b\xc5\x27\x97\x6b\x8c\x95\x79\x4c\x72\x41\xcd\x4f\x1d\ -\xd8\x0f\xe9\x1d\x3b\x20\xbd\x6b\x37\xa4\x16\x2f\x86\x3f\xf3\xe7\ -\x42\xfa\xe0\x41\xa0\xf8\x97\x58\x6c\x9c\xe9\x79\xfc\x24\xe0\x9b\ -\x42\x35\x2e\x5f\xbd\x0a\xa9\x99\x33\xdb\x99\x35\xbb\xeb\xfd\x5f\ -\x1b\x33\xa0\x74\xe2\x84\xf5\x79\x4c\x49\x1d\xa2\x5e\xc2\x14\x43\ -\x4b\xae\x2a\x2d\x5f\xbc\xc8\x04\xc8\x8c\x99\x50\xb9\x77\x8f\xde\ -\x39\x54\xde\x78\x1e\xab\x49\x09\x92\xe2\x40\x41\xf9\xec\x59\x4d\ -\xb9\xde\x3c\x1e\x8d\xfd\x4b\x85\xb8\x94\x6a\x24\x3e\xda\xed\xd3\ -\xf0\x49\xdf\x16\x6a\xcc\xe4\x9d\xc9\xf4\xe4\x7b\xc5\x7b\xa7\x43\ -\x33\x6e\x38\x8f\x69\x05\xf2\x24\x3e\x16\x3c\x6e\x69\x3f\x7e\x20\ -\xcb\x13\x25\x49\xf2\x72\x9e\xca\xf2\x04\x2c\xf3\x15\x99\x64\x7a\ -\x1e\xe3\xe5\x40\x02\x48\x02\x19\x8e\x4c\x50\x61\x24\x92\xec\x28\ -\x67\xd7\x15\x73\x28\x01\xf1\xa8\xd4\xd8\x87\xb8\x10\x79\xc8\xcf\ -\xbc\xff\xc9\x10\xae\xf8\xcf\xc7\x12\x97\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x22\ +\x00\x00\x03\x8e\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\xe9\x49\x44\x41\x54\x78\x01\xb5\x93\x03\x80\xec\xc8\ -\x16\x86\xbf\xaa\xa0\x31\xbe\x63\x3d\x0d\xaf\x9f\x6d\xdb\xb6\x6d\ -\xdb\x6b\xdb\xb6\x6d\xdb\x1c\x5f\x73\xcc\x66\xba\x93\x54\x6d\x6d\ -\x06\x6b\xef\xfe\xcd\xe8\x3b\xff\x11\x2f\x95\x04\x4f\xa3\xfd\x3f\ -\xf0\xbe\x6f\xa5\xcb\xcb\x3e\xe1\xdb\xce\x9b\xb4\x94\x0d\x80\x10\ -\x5a\x8d\x39\xbe\x7f\x67\x59\x2a\x7d\xfe\xaf\xaf\xba\xe6\x84\xe7\ -\x04\x3e\x7b\x79\xf7\xb7\xd2\x65\x65\xff\x59\xf3\xee\xf7\x54\x77\ -\xfc\xe8\x47\xc9\x78\x5d\x9d\x94\xb1\x18\x20\x50\x85\x3c\xf9\x91\ -\x11\xbd\xed\xdc\x73\xbd\xbb\xcf\x3b\x77\xda\x04\xf8\xdb\xe7\x07\ -\x06\x4f\x78\x46\xf0\xf9\x1d\xed\x07\xb6\x7d\xec\xe3\x5f\x6b\xff\ -\xcb\x5f\xaa\xd0\x5a\xe4\xb6\x6d\xc3\x1b\x1d\x47\xab\x10\x3b\x11\ -\xc7\x4e\x26\x89\x37\x36\x10\xab\xad\x25\x2c\xfa\xf4\xff\xf5\x2f\ -\xd9\x6d\x37\xdc\x70\xc2\xa7\xd7\xad\xff\x19\x8f\x92\xf5\x78\xe8\ -\x8a\x1f\xfd\xf8\x3b\x9d\x7f\xfd\x5b\x45\xba\xbf\x5f\xcc\xdc\x75\ -\x37\xde\xd8\x04\x2a\x08\x90\xb6\x83\x15\x8b\x45\x01\x50\x0a\x95\ -\xcf\x23\x2c\x49\xf3\x17\xbe\xe8\x86\xc3\xc3\xaf\xf9\xf0\xf4\xd4\ -\xab\x4e\x9f\x9c\xba\xe0\xf1\xe0\x28\xfd\xe6\x15\x2b\xfe\xb8\x6a\ -\xef\xbd\x2b\x26\xae\xbd\x8e\x54\xff\x80\x81\x68\x54\xa8\x40\x08\ -\xac\x92\x12\xac\x78\x1c\x0c\xd8\x32\x40\x54\x00\x5a\xa1\x0a\x1e\ -\xf5\x1f\xf9\xa8\xcc\xdc\x73\xcf\xaa\x77\x3a\xce\xf6\xf3\x46\x46\ -\xef\x07\x90\x2c\x68\xba\x7a\xd9\x2e\xab\x0f\x39\xb4\x32\xbd\x6e\ -\x1d\x7e\x3a\x15\xa5\x2a\x5d\x17\xa4\x88\xe0\xa1\x71\x1d\x1a\x97\ -\xba\x58\x44\xe5\x32\xe8\x42\x0e\x7c\x0f\x1d\xf8\x84\x99\x34\x5d\ -\x7f\xff\xbb\x3d\xdd\xdc\x74\xc0\x63\x1c\xef\xfa\xe9\x4f\x7e\xeb\ -\x5d\xef\xff\xc0\x97\x1b\xde\xf2\x56\x3b\x33\xb4\x2e\x72\x25\x6d\ -\x0b\x61\x59\x68\x03\x4c\xb4\xb6\xe2\x94\x96\x62\x97\x95\x22\x75\ -\x80\x28\x64\x91\x92\xe8\x3a\x4a\xe3\xa7\xd2\xc6\x48\x1d\x99\x6d\ -\x5b\x9d\xd6\xf6\xf6\xd9\x9b\xef\xbf\xff\x0e\x1b\x20\x57\x5a\xf2\ -\xa5\x57\x7c\xe6\xb3\x6e\x61\x62\x02\x84\x46\xa0\x23\x27\x96\x84\ -\xd8\xcb\x5a\x98\xeb\xed\x61\xdd\x19\x67\xa0\xd0\xb4\xbd\xfb\x9d\ -\xb4\x7c\xe0\xed\x84\xc6\x75\xe0\x07\x04\xc1\x14\x32\x59\x8a\x70\ -\x63\xb4\xbd\xe7\x7d\xf2\xd6\x4b\x2e\xfa\x2d\x70\xa0\x04\xc0\x75\ -\xdf\x5e\xda\xdc\x8c\xca\xe7\xb0\x6c\x3b\x72\xa5\x73\x29\xcc\x5f\ -\xb2\x43\x03\x8c\x5d\x7a\x89\x6e\xed\xea\xda\xd4\xb9\x62\xe5\xa5\ -\xd9\x2d\xdb\xc3\xd1\x9b\xef\xc6\xa9\xa9\xa7\x30\x39\x81\x10\x02\ -\x61\x3b\x28\x53\xa2\xea\xf6\x76\x3c\xdf\x6f\x5e\xaa\xb1\x1f\xaa\ -\x12\x53\x4f\xa2\x8f\x63\x61\x09\x1f\xe9\xcd\x61\x05\x59\xee\x3d\ -\xe9\x44\x6a\x5a\x5a\x2f\x5b\x7b\xfc\xf1\x6d\xdd\xc7\x1c\xf3\x31\ -\x27\x9b\xfd\xc0\xfa\xcb\xaf\xc4\x6d\x6a\xc5\x2a\xaf\xc2\xae\xae\ -\xc3\x2a\x2d\x03\x21\x71\x92\x49\x7c\xbf\x68\x2f\x81\x85\x40\x44\ -\xbf\x0f\xbb\xb5\x25\x52\x15\x11\x7e\x1e\x82\x02\xd5\x26\x58\x6a\ -\xdd\xba\x3d\x58\xd0\x03\xa3\xc3\x37\x69\xd0\xb8\x09\xb4\x1d\x43\ -\x4b\x89\xd6\x1a\xad\x14\x52\x4a\x16\x15\xd1\x1d\xcb\xf6\xb4\xef\ -\x27\xcc\x38\xa1\x4d\xbd\x54\x79\x0d\xd2\x0b\x50\x96\x43\xfd\xdb\ -\xde\x4a\xe6\xee\xfb\x8f\x38\xfe\x8d\xaf\x5f\x0d\xd0\x96\xc9\xee\ -\xdf\xf0\xbd\x6f\x8b\x30\x97\xc6\x4f\xa7\xd1\xc2\xc2\x10\xa3\x46\ -\xca\x82\x87\xeb\xb8\xe1\x12\x38\x61\xdb\x3b\x72\xa3\xa3\x1d\xf1\ -\x8a\x72\x94\x01\x5b\xe5\xcb\x50\x0a\x42\xaf\x48\xfd\xa7\x3e\x4b\ -\xbc\xbd\xbb\xbb\xfd\xac\x33\x0b\x68\xad\x5a\x7e\xf6\x53\xab\xfa\ -\xf5\x6b\xc9\xad\xeb\x45\x3a\x36\x41\x2e\x8b\x10\x92\x78\x43\x03\ -\xa9\xe1\x61\x92\x89\x44\x7e\x09\xcc\xd4\xf4\x21\x1b\xce\x3a\x6b\ -\xbf\x35\xbf\xf8\xb9\x90\x5e\x01\x6b\x99\x99\xe1\xd2\x72\xfc\x6c\ -\x8e\x62\x26\x47\xb2\x7b\x15\xed\xff\x7d\x8d\x34\x00\x29\x74\x40\ -\x7a\xf3\x56\x64\xd1\xc3\x2a\xa9\x44\xa5\x72\xa8\xb0\x88\x53\x5d\ -\xcd\xfa\xb3\xce\x22\xe9\xba\x77\x2e\x81\xff\x7a\xf6\x39\x07\x34\ -\x4f\x4f\xed\xb5\xe2\x5b\xdf\x72\x6c\x33\xaf\xc2\x71\x08\xb2\xc6\ -\x89\x96\xc8\x50\x90\xdd\x39\x8c\x3f\x9b\x5a\x98\xdb\x00\x27\x66\ -\xe1\xb8\x20\xb3\x29\x10\x56\xe4\x56\x79\x1e\xc3\x7d\x3d\x7a\xc5\ -\x5c\xfa\x8b\x8f\x59\xe9\x1f\x24\x93\x99\x4c\x4f\xcf\x07\x9b\x3e\ -\xfd\x69\x01\xa0\x11\xa0\x41\x0b\x81\x2a\x06\xc8\x44\x02\xcb\x74\ -\xdd\x72\x5d\x08\x43\x08\x82\x68\x03\x63\xf5\x4d\x24\x5f\xf9\x2a\ -\x06\xff\xff\x5f\x8a\xd9\xdc\xf9\x9f\xbc\xf8\xe2\xe3\x1f\x03\x3e\ -\x75\x62\xe2\x9e\xef\x15\x0a\x22\x97\xcf\xbd\xab\xfa\x6d\x6f\x07\ -\x88\x6a\x87\xd6\x84\xa6\x24\x80\x81\x3a\x08\x34\x84\x41\xb4\x91\ -\xf1\xa6\x16\x03\x7d\x25\x9b\x0f\x3d\x94\xe9\x9e\x9e\x99\x8f\x5e\ -\x7d\xcd\x5b\x00\x0d\x68\x0b\x10\x40\x1c\x48\x1c\x3d\x35\x75\xff\ -\xe7\x53\xa9\x55\xe3\xf7\xde\xd3\x5e\xf3\xe6\x37\xe3\x54\x56\x1a\ -\xb7\x3e\x4a\x85\x08\xdb\xc2\x8a\xb9\x98\x32\xe3\x98\x26\x97\xb6\ -\xb7\x19\xbe\xcf\xd0\xbe\xfb\x32\xdc\xdb\xe3\xfd\xaf\x7f\xe0\xed\ -\xdb\x3d\xaf\x00\x04\x8f\x06\xcb\x85\x5f\xe7\xf8\xe1\xe1\xeb\x3a\ -\xaa\x2a\xe5\x03\xb7\xdf\xfa\x06\xe5\xe5\x85\x6d\x86\xdf\xa9\xaa\ -\x8a\x9a\x63\x55\x54\x20\xca\xcb\xc8\xf9\x3e\x0f\x5c\x73\x35\x57\ -\x9d\x73\x36\xa9\x7c\xfe\xec\x6f\x5f\x75\xf5\x77\xb7\xe4\xf3\x29\ -\x20\xbb\x00\x56\x82\x25\x21\x17\x9a\x59\x06\xd8\x25\xf1\x78\xc9\ -\x5f\x7f\xff\xbb\x4b\x95\x52\xaf\xca\xe4\xb3\x76\xc1\x94\x09\x20\ -\x16\x8b\x91\x4c\x24\x95\x63\x3b\xc3\xa7\x9c\x78\xd2\xa7\xfb\xb6\ -\x6c\x99\x01\x66\x01\x0f\x28\x00\xfa\xf1\x60\x1e\x17\x64\xb1\x07\ -\xf6\xaa\x55\xab\x2a\xcd\xa7\x29\x6e\x82\x8d\x1a\xdd\x72\xcb\x2d\ -\xe3\xe9\x74\xda\x5b\x74\xb7\x58\x57\x1e\xa5\x87\x00\x07\x89\x40\ -\xf1\x00\xb8\x17\x98\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x05\x71\ +\x00\x00\x56\x00\x00\x00\x40\x08\x06\x00\x00\x00\x80\xd9\x80\x71\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x24\x50\x00\x00\x24\x50\ +\x01\x58\xe6\xb0\xb4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x0b\x49\x44\ +\x41\x54\x78\x9c\xed\x9c\xcb\x6e\xd3\x40\x14\x40\xcf\x4d\xfa\x33\ +\x48\xec\x90\xba\x02\xb5\x6e\x97\xb0\xe9\x17\x20\x21\xb5\x45\x62\ +\x41\xf3\xe8\x03\x68\xd2\x12\x07\x68\x4b\x62\xca\x0a\x0a\x3f\xd1\ +\x1f\xa0\x0e\xdb\x4a\x2c\x10\x48\x6c\x59\xf0\x1b\xcd\x65\x41\x22\ +\xb5\xc9\xe4\x61\x27\x76\xc8\x78\xce\xd2\x93\xcc\x4c\x8e\x6e\xae\ +\xc7\xf3\xb0\x60\x19\xa5\x7a\xf8\x10\x38\x44\x59\x50\xe1\x7d\xb0\ +\xef\x35\x66\xd1\x0f\x99\x45\xa3\x49\x51\x7e\x15\xde\xd6\xb6\x7e\ +\x07\xc9\x75\xaf\x29\x1c\x07\x15\x6f\x2f\xed\xbe\xe4\x46\x7f\x64\ +\x7e\x50\xe5\xce\x75\xa9\x00\x02\xbb\xa5\x5a\xf8\x26\xed\xbe\x58\ +\x25\xf6\x4a\x73\x97\xc0\x55\x5f\x81\xb0\x97\xb6\x5c\xab\xc4\x9e\ +\x56\x96\x7e\x29\x3c\x01\xb4\xaf\x30\x65\xb9\x56\xe5\xd8\x2e\x65\ +\xbf\xb5\xae\xe8\x19\x86\xdf\x27\x4a\xa3\x51\xf5\xb6\x93\xee\x83\ +\x95\x62\x61\xf6\x72\xad\x15\x0b\xb3\x95\x6b\xb5\x58\x98\x9d\x5c\ +\xeb\xc5\xc2\x70\xb9\xa0\x6f\x9b\x95\x95\x9d\x69\xb7\x69\xd5\xa8\ +\x60\x10\x8d\xca\xf2\x67\x54\x1f\x63\x1a\x2d\x20\xdb\x25\xff\xe2\ +\x64\xda\x6d\x66\x22\x62\xbb\x94\x6a\x17\x1b\x88\x7c\x24\x85\xc8\ +\xcd\x94\x58\x48\x4f\x6e\xe6\xc4\x42\x3a\x72\x33\x91\x63\x7b\x69\ +\x56\x57\x3e\x0d\xcd\xb9\xb5\xd6\xf1\xa4\x6d\x64\x32\x62\xbb\x14\ +\xfd\x70\x53\xe0\x03\x26\x0f\x2a\x27\xcd\xea\xf2\x6e\xdc\xba\x33\ +\x2d\x16\x92\x93\x9b\x79\xb1\x90\x8c\xdc\x4c\xe6\xd8\x5e\x82\x8a\ +\x77\x06\x14\x30\xce\x8a\xe9\x4e\xd1\x0f\x8f\xa2\xd6\xe9\xc4\x76\ +\x68\x56\xbc\xf7\x22\x14\x31\xc8\x15\xd8\x8d\x2a\xd7\xa5\x82\x1e\ +\xca\xf5\x70\x4b\x95\x00\x83\x9b\x28\xcb\x3c\x4e\xac\x81\x8e\xdc\ +\x77\xa6\xb2\x71\xe5\xba\x54\x60\xa0\xb1\xef\x9d\x8a\x50\x30\x95\ +\x75\xd2\xc2\xc1\xa8\x3a\x5c\xc4\x0e\x61\x44\xe4\x1e\x06\x15\xef\ +\xe5\xa0\xef\x3a\xb1\x23\x88\x2b\xd7\x89\x1d\x83\x38\x72\x9d\xd8\ +\x31\x29\xf9\xad\x02\x68\x60\x2c\x14\x3d\x68\xee\xaf\xd4\x6e\x5c\ +\x4a\xa5\x57\x96\x10\x45\xae\x13\x1b\x91\x71\xe5\x0a\x40\xa1\xfe\ +\x65\x31\xaf\xf9\x25\x50\x37\xfc\x1a\x03\x85\xbb\xc0\x03\x73\x59\ +\xfb\x3c\xa8\xac\xae\xc9\xd0\x09\x08\x47\x2c\x14\xb9\xcc\x81\x3c\ +\xc7\x49\x9d\x32\xba\xe8\xfe\xfa\x09\x91\x03\x7d\x8d\x71\x89\xc2\ +\x11\x1b\xd1\x4b\x77\xf3\x8a\x81\xaa\xde\x43\xe4\xbe\xb9\xac\x7d\ +\x1e\x54\x57\xd7\x5c\x6e\x8d\x48\xa4\xe1\x96\x63\x3c\xdc\x03\x42\ +\x02\xb8\x47\xda\x04\x88\x2a\x15\x9c\xd8\x91\xc4\x91\x0a\x90\x4f\ +\xb4\x57\x73\x4e\xb9\x1e\x6e\xc1\xb0\xe9\x42\xb3\x54\x70\x11\x3b\ +\x90\x49\x56\x0f\xc0\x89\x35\x32\xa9\x54\x70\x62\xfb\x98\x86\x54\ +\x70\x62\x6f\x30\x8d\x65\xef\x2e\x4e\x6c\x87\x69\x4a\x05\xb7\xaf\ +\x00\xb8\xb1\xfb\xa5\x8f\xb8\x87\x9c\x33\x1f\xb1\x25\x3f\x7c\xca\ +\xbf\x21\xd5\x44\x5b\x8a\x7a\xc9\xb4\x58\xb7\xf1\x38\x01\x92\x94\ +\x8a\xb1\xd2\x0c\x90\xb4\x54\x80\x85\x49\x2b\x98\x37\x4a\xb5\x8b\ +\x0d\x12\x96\x8a\xb1\x72\x8b\x19\x7a\x0c\x69\x8a\x52\x31\x36\x60\ +\x29\x69\x9e\x4a\xc4\xdc\x88\x7d\xa4\x2d\x15\x73\x43\x76\x31\x0b\ +\xa9\x60\xf9\x7c\x6c\xd9\x6f\xad\x23\xa4\x7a\x9c\xbe\x8b\xb5\x11\ +\xeb\x5e\x5d\x92\x00\xb3\x96\x0a\x16\x4e\xc2\x14\xfd\x70\x73\xe0\ +\xdb\x34\x94\xa3\x34\xa4\x62\x6c\x7c\x8e\xd9\xf2\xbf\xde\xca\xd3\ +\xfe\x81\xe9\xde\xa1\x1c\x35\xab\xde\xb3\xb4\xfa\x62\x55\xc4\xe6\ +\xa5\xbd\xc8\x7f\x20\x15\x2c\x13\x2b\xc2\x37\xd0\xf6\xf5\x6b\x0a\ +\xc7\x69\x4b\x05\xcb\xc4\x36\x5e\x78\x3f\x11\x79\x84\xf0\x1b\xf8\ +\xa3\xc2\xf6\x2c\xde\xc4\x09\xf0\x17\xc9\x68\xb5\x9d\x37\x14\x2e\ +\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xd8\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x05\x38\x49\x44\x41\x54\x78\x01\x7c\x94\x03\x74\x2b\x69\ -\x1c\xc5\xbb\xe6\xc1\x7a\x0f\x77\x0f\xd6\xb6\x6d\x7b\x9f\x6d\xdb\ -\x2a\x9e\xad\xda\xb6\xcd\xa8\x4a\x52\xb7\xb1\x55\xb7\x31\x66\x82\ -\x1b\xd5\xba\xc9\x78\xe6\xf7\xfd\x1d\x00\x60\xce\x2d\x30\x90\x72\ -\xb7\xf7\xb8\xd0\x96\x05\xdc\x15\x10\xf0\xdf\x5d\x73\x3d\x9b\x75\ -\xc3\xa3\x3b\x01\xdc\x35\xe5\xfa\xd1\x27\x9f\xf9\xf7\xe3\xaf\x7e\ -\xdb\xf3\xff\xb2\xf5\x81\xcb\x97\x2f\xdf\xff\xcb\x0b\x01\xaf\xbf\ -\xe0\xb9\x7f\xc7\xa4\x11\x81\xb3\x8c\x98\x0d\x9d\x3c\x7f\xf6\xda\ -\x8d\x84\xb3\x39\xc5\xd4\x9e\x06\x66\xa7\xbd\xb7\x6f\x18\x02\x89\ -\x1a\x49\x45\xcd\xb8\x18\x53\x36\xbc\xeb\x64\x54\xc9\xd3\x6f\xad\ -\xff\x77\x3e\xf8\x9c\xd0\xad\x9b\x8e\xfc\x5d\x54\x54\xa5\x10\x2a\ -\x86\x20\x1a\x24\x60\x71\xc0\x27\x89\x6a\x00\x05\x4c\x25\x52\x18\ -\x6a\xd4\x74\xf4\xa3\xb4\x96\x85\xdd\x07\x2f\xa7\x78\xbe\x7d\x6c\ -\x26\xdc\xbf\xf3\xbb\xe5\x03\x6f\xdd\x7a\x62\x65\x59\x75\x23\xf8\ -\xbd\x26\x08\xd4\xa3\x64\xb7\x42\x4b\x8a\x34\x3a\x67\x0b\x4f\xe5\ -\xaa\x69\x57\xba\x8a\x99\x72\x57\x61\xb3\xc2\xde\xc6\x53\x10\x52\ -\x55\x1f\x14\xea\x01\xdc\xb8\x19\x47\x9d\x06\x1f\x07\x53\x28\x14\ -\xff\x45\xc0\x17\x9f\xb5\xb0\x3b\xad\x04\x00\xc5\xb0\xcd\xaa\xd5\ -\x1b\x20\xea\xd5\x43\x38\xe4\x40\xb7\xc6\x0a\xa6\xd4\x84\xba\x4e\ -\x0d\x3a\x84\x6a\x48\x3d\xd6\x8f\x68\x0d\x76\x8b\xd9\x48\xca\xe4\ -\x4a\x04\x87\xdc\x48\x9d\xf4\xfe\x3f\x6f\x52\xfd\x59\xf5\xe8\x9e\ -\x8c\xec\xb2\x1a\xf8\x65\x23\x6d\x16\xf0\xa5\x2a\x74\x29\xb4\x90\ -\x68\x01\xf1\x88\x13\x2c\xa9\x11\x4c\xe1\x08\xfa\x06\x47\x60\xb6\ -\x58\xe1\x95\x5e\xa7\x75\xc8\xe5\x32\x54\x56\x51\xf0\xc3\x6f\x9b\ -\xff\x1f\x83\xdf\xe5\xdd\xf9\xac\xfd\xfe\xa7\xed\x3f\x49\x24\x0a\ -\x3f\xd5\x6a\x71\x70\xa4\xfd\xe8\x54\x99\x21\x1c\x76\x41\x34\xec\ -\x84\x60\xd0\x81\x26\x89\x11\x5c\xc5\x28\x5a\x38\x32\x14\xd0\x38\ -\xa8\x6e\xe2\x82\x2f\x56\x42\x2c\x16\x11\x5c\x2e\x17\x57\xae\x44\ -\x94\x7b\x73\x35\x2d\x79\x09\x09\xb9\x97\x09\xd2\x09\xa3\xc9\x62\ -\x67\x73\x14\xa8\x17\x9b\x20\x1a\x05\x84\x5e\xe8\x90\x13\xdd\xbd\ -\x04\xe8\x02\x1d\x84\x1a\x1d\x2c\x36\x02\xca\x01\x3d\xea\x5a\x65\ -\xa0\x32\x79\xe0\x70\x38\x8e\x66\x26\x13\x51\xd1\x89\xda\x47\x1f\ -\xfd\xe9\xe5\xa9\xc9\xbb\x93\x46\x6d\x2c\x93\xf6\xe9\x71\xbb\xb8\ -\x9b\x48\x6b\x50\xa3\x8a\x67\x44\xab\x8a\x40\x4f\x9f\x1d\x5d\x5e\ -\xa8\xd0\x80\x36\x99\x1e\x76\x87\x13\x53\x25\x57\xaa\x51\x51\x5b\ -\xef\x2a\x2c\xa9\x40\xd0\x85\x48\x4f\x38\xb6\xfd\x31\x15\xfc\x60\ -\x4a\x66\x65\x93\x66\xc4\x82\x4a\xb6\x8c\x8c\xae\x95\x23\xb9\x5e\ -\x83\x1c\xf6\x10\x6a\x38\x3a\xd4\x71\xb5\xc8\x67\xf7\x43\xa0\x31\ -\x60\x5c\x4e\x97\x0b\x24\x49\x40\x22\x95\x23\xbb\xb0\xda\x15\x11\ -\x97\xee\xda\x78\xe8\x16\xde\xfe\x76\xe7\x9a\xa9\xe0\xfb\x4f\x5c\ -\x49\xa3\x67\x33\xe4\x48\xab\xee\x22\x99\x5c\x0d\xe4\x03\x46\x14\ -\x32\x95\xb8\x51\x26\x46\x3c\x45\x8e\x9b\xa5\x42\x14\x34\xc9\x61\ -\x32\x5b\x41\x12\x36\x10\x24\x89\xd1\xd1\x51\x08\x85\x42\x50\xa9\ -\x54\xd7\xfe\xc0\x9b\xf8\x69\xdd\x45\xfc\xbe\xe8\xe0\xb2\x69\x31\ -\x3e\x75\x31\x31\xf5\x44\x4a\x3b\x76\x46\x34\x92\xfd\x23\x7e\xcb\ -\xb4\x06\x33\xb2\xe9\x12\x04\x66\x74\x22\x30\xad\x1d\x47\x12\x58\ -\xb8\x96\xd9\x8c\x33\xf1\x14\xb0\xba\x24\x50\xab\x94\x68\x6d\x6d\ -\x45\x51\x61\xa1\x73\xe5\xee\x8b\xf8\x66\x59\xa0\xeb\xaf\xbf\x76\ -\x7c\x31\x0e\xf6\xf5\xfc\xbe\x43\x97\x77\x1d\x8f\xa2\x22\x38\x99\ -\xe5\x34\x98\xac\xae\x09\x97\x9d\x2e\x30\x3a\x14\xd8\x19\x4a\xc3\ -\x96\x5b\x54\x2c\x3a\x53\x8e\xb7\x76\x67\x23\x34\x9d\x8a\x9e\xee\ -\x4e\x30\xe8\x54\x9c\xbb\x12\x4e\xbe\xb7\x28\x18\xbf\xaf\x3c\x21\ -\x7c\xfd\xe1\x8f\x9f\xf4\x81\x37\x6e\x8c\xbc\xc7\x7b\xf2\xc6\x7d\ -\x6f\x3c\x7f\xe0\x7c\x7a\xff\x8e\x50\x06\x68\x2c\x9e\xc7\x5b\x0b\ -\x2c\xbe\x5a\x75\x82\xc1\xe6\xe2\xf7\x93\x05\x58\x71\xae\x1c\x8b\ -\x83\x0a\xf1\xe5\xde\x0c\x1c\xbd\x9e\x0f\x2a\x85\xe2\xb1\x36\x0f\ -\x47\x02\x2f\x91\xdf\xaf\x3a\x83\x5f\x17\xed\xbf\x32\x1e\x81\x69\ -\x33\x62\xc3\xf6\x90\xb3\xbb\x6f\x54\x61\x69\x70\xa1\x93\xd1\xd4\ -\xee\xec\xef\xd3\x40\x2a\x95\xe0\x7c\x74\x29\x3e\xde\x93\x89\x3f\ -\x8e\x66\xe3\xdb\x3d\xa9\x78\x65\x5d\x1c\x76\x9d\x4e\xf1\x40\xf3\ -\x11\x16\x16\x46\xac\xd8\x16\x8c\x1f\x16\x1d\xee\x7f\xeb\x15\x7f\ -\xa9\x7d\xf9\x65\xe0\xdd\xe3\x93\xc9\x07\xf7\xe8\xf9\xd5\x3b\x2f\ -\x32\x57\x9f\xaf\x40\x7c\x4e\xad\xa3\xb3\xad\xd9\x11\x91\x98\x87\ -\x0f\x36\xc7\xe1\xab\xdd\xa9\xf8\x6c\x5b\x02\x3e\xda\x18\x03\xf7\ -\x34\xa2\x26\xfd\x77\x4b\xee\xf9\x37\x75\xea\xd4\x5f\xf5\x2d\x5d\ -\xff\xdd\xc2\x2b\xfe\x1b\x58\x84\x55\x81\x52\x97\x03\x52\x59\x01\ -\xc6\xea\xd6\xd6\xbc\x40\x09\x19\x20\x0e\xf4\x4d\x6c\xbc\xbc\x64\ -\xf5\xce\xff\xeb\x37\x6c\xfa\xef\x97\x33\xe5\xaf\x44\xc4\xd4\xdf\ -\x06\xb1\x93\xff\x68\x44\xf4\xfd\xd1\x0c\x69\xff\xa3\xee\x5f\xf7\ -\xc7\x3c\xa4\xe6\x7f\x46\x71\xdb\xff\xf0\x84\xb2\xff\x5a\x46\x81\ -\x33\x80\xfa\x8c\x25\x15\x15\xe5\x19\x18\x54\xd8\xd1\x8b\x4d\x16\ -\x25\x6d\x63\x39\x20\x6d\x00\xc4\x11\x09\x71\x59\x5b\x33\x8b\x3b\ -\xbf\x05\xe4\xcd\xf8\xef\x9f\x37\xf3\xbf\x6b\xda\xa4\xff\xce\x49\ -\x3d\xff\x5d\x13\x3b\xfe\x7b\x25\x02\xc3\x33\xb6\xf6\xbf\x9d\x57\ -\xd6\x7d\x11\x19\xdb\x6e\xa0\x7a\x17\x51\x51\x51\x43\x6e\x06\x31\ -\x71\x48\x49\x89\x59\xd0\xb3\x49\x29\x69\xcb\x89\x49\x0b\xe8\x03\ -\xd9\xce\x0c\x0c\xca\xa5\x2e\xde\x49\x2b\x3d\xc3\x0b\xcf\x7a\x47\ -\x95\x3d\xf0\x8a\x28\x7d\xec\x1e\x5c\x70\xd3\xc1\x33\x79\xbf\xbe\ -\x89\xc7\x14\xa0\x9a\x78\x20\xb6\x11\x93\x96\x06\xaa\x17\x95\x00\ -\xb2\x99\xf1\x55\x4d\x8c\x42\x42\x2a\x7c\xae\xae\xae\x52\x40\xb6\ -\x12\x10\x83\x2c\x71\x04\x62\x3f\x20\x0e\x02\x62\x2f\x20\xb6\x06\ -\x62\x6d\x90\xbc\xbc\xa6\xb1\x24\x28\x6c\xf1\x54\x4d\x98\xd8\x38\ -\x2d\x8d\xd5\x33\x37\x97\x9d\x41\x81\x81\x03\xa8\x99\x13\x86\x1d\ -\x1c\x1c\x38\x40\xe2\xa1\xd0\x22\x17\x1b\x06\x00\xe9\xe8\xdb\x12\ -\x93\xe1\x5a\x62\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x03\x8c\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x55\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x31\x4e\xc3\x50\x10\x05\x9f\x71\x0a\x8a\ +\x34\x96\x68\xa8\x5d\x71\x05\xd2\x70\x08\x7c\x0e\xba\x5c\x21\x2d\ +\x9c\xc3\xe2\x10\x34\x24\xb9\x03\x69\x03\x1d\x02\x45\x49\x63\x58\ +\x9a\x94\x48\x20\xaf\x95\x41\xe4\x4d\xbf\xfb\x47\xe3\xef\xf2\x4b\ +\xe6\xb8\x29\x06\xd8\x71\x2e\x69\x24\xa9\x94\x74\x32\xc0\xbe\xdf\ +\xf0\x29\xe9\x43\x52\x27\xe9\xf9\x40\x67\x7e\xcb\x99\xa4\x31\x78\ +\xfe\x78\xef\xd0\x9b\xec\x17\x3b\x95\xb4\x49\xee\xc8\xb0\xd9\x3b\ +\xf4\xe6\x50\x57\xf6\xcf\xe2\x00\xb4\x00\x8d\x03\xd0\x02\x34\x0e\ +\x40\x0b\xd0\x38\x00\x2d\x40\xe3\x00\xb4\x00\xcd\x28\x33\xdc\xb6\ +\xed\x75\x5d\xd7\x97\x43\xc9\xf4\x61\xb5\x5a\x3d\x36\x4d\x73\xdb\ +\x77\x3e\x15\xa0\xaa\xaa\x8b\x88\x68\x32\x3b\xb2\x54\x55\xf5\x9a\ +\x99\x3f\xfa\x5f\xc0\x01\x68\x01\x1a\x07\xa0\x05\x68\x1c\x80\x16\ +\xa0\x71\x00\x5a\x80\xc6\x01\x68\x01\x1a\x07\xa0\x05\x68\x1c\x80\ +\x16\xa0\x71\x00\x5a\x80\xc6\x01\x68\x01\x1a\x07\xa0\x05\x68\x1c\ +\x80\x16\xa0\x71\x00\x5a\x80\xc6\x01\x68\x01\x1a\x07\xa0\x05\x68\ +\x1c\x80\x16\xa0\x71\x00\x5a\x80\xc6\x01\x68\x01\x1a\x07\xa0\x05\ +\x68\x1c\x80\x16\xa0\x71\x00\x5a\x80\x26\x15\x60\xbb\xdd\xbe\x0c\ +\x25\xd2\x97\xdd\x6e\xb7\xce\xcc\xa7\x02\x2c\x16\x8b\x36\x22\xde\ +\x33\x3b\x32\x44\xc4\xdb\x7c\x3e\xbf\xcf\xec\x48\x3f\x9d\x9d\xcd\ +\x66\x57\x93\xc9\xe4\xa6\x2c\xcb\xba\x28\x8a\x21\x9e\xe2\xfe\x48\ +\x44\x44\xd7\x75\x4f\xcb\xe5\xf2\x6e\x3a\x9d\x3e\x1c\xe2\x4c\xf3\ +\x5f\xf9\x02\x9a\x4e\x38\xdc\xf5\x68\x4d\xa5\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x03\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x03\x53\x49\x44\x41\x54\x78\x01\xb5\xd3\x03\x90\x63\x59\ -\x14\x06\xe0\xac\x6d\xb3\xb4\xb6\xed\xdd\xc2\xd8\x4e\x7a\x6c\xdb\ -\x46\x7b\xec\xd8\x4e\x7b\xac\xb6\xcd\x24\x83\xb6\x11\x2e\x5a\xff\ -\xde\xfb\x3a\x79\xc9\xd8\xa7\xea\xab\x73\x2a\xe7\xd5\x9f\x47\xce\ -\xd5\x4a\xa6\x10\x0f\x97\x29\xc5\x10\x4b\x05\x10\x49\xf9\xd7\xc2\ -\x1e\x23\x94\xf0\x37\x72\xae\x57\x7a\x93\x1a\x37\x53\x0e\x87\x03\ -\xf4\x44\xd8\x00\x1e\x8f\xf7\xe5\x18\xde\xe8\x7a\x6e\x00\x97\x6a\ -\xe0\x06\xf0\x1a\xa6\x4c\x9b\xd2\xa4\xd6\x2a\x40\xab\xb3\xb3\x83\ -\xe8\xbc\xaa\xf6\xf6\x76\x46\x6b\x6b\x0b\x34\x7a\xa5\x2f\x78\xc0\ -\x80\x7e\xd9\xa7\x4e\x9f\x82\x3f\xb5\x56\x89\xf8\xc4\x33\xa0\x95\ -\x99\x99\x81\xa8\xe8\x28\xc4\xc4\x44\x23\x26\x96\x88\xf1\x8a\xa1\ -\x9d\xd9\x25\x24\xc6\x33\xc1\x2a\xad\xdc\x17\xdc\x6f\x40\xdf\xf4\ -\x68\x72\xc0\xba\x75\x6b\x19\x21\xa1\xc1\xcc\x01\x1d\x1d\x1d\x68\ -\x6b\x6b\x21\x5a\xe1\x74\xda\xe1\x76\xbb\x08\x27\x99\x1d\x70\x38\ -\xec\x84\x0d\x36\x5b\x1b\xd1\x0a\x97\xcb\x01\x8b\xd5\x72\xf1\xad\ -\xe8\xd3\xb7\xf7\xb1\xa3\xc7\xe3\xb1\x6b\xd7\x2e\x06\x0d\x2d\x2f\ -\xbf\x00\x9b\xcd\x86\xbc\xbc\x1c\x08\x84\x7c\x28\x54\x0a\x86\xd2\ -\xd3\x25\x32\x09\x43\xad\x51\x21\x25\x25\x09\x76\xbb\x0d\x49\x29\ -\x09\x30\x45\xe9\xfd\xcf\xb8\x4f\x32\xb9\xac\x76\x3e\x9f\x8f\xcd\ -\x5b\x36\x42\xaa\x10\xa1\xa1\xa1\x1e\xb9\xb9\x59\xc8\xc8\x4c\x43\ -\x7a\x66\x2a\x32\x32\xd2\x18\x99\x59\xe9\x9e\x9e\x86\xac\xec\x9e\ -\xb9\xbc\xa2\x1c\xe9\x19\xe9\x10\x88\x0f\x22\x22\xda\x10\xc6\x06\ -\x0f\x1b\x31\x64\xdf\x41\xfe\x81\x76\x85\x42\x81\xed\x3b\xb7\xa1\ -\xaa\xaa\x0a\xc5\xc5\x85\x30\x9a\x0c\xe4\xac\xc4\x90\x48\xe9\x2b\ -\x27\x82\x58\x2c\x80\x88\x10\x53\x52\x21\xe4\x4a\x09\x0c\x46\x2d\ -\xca\xcb\xcf\xd3\x50\x7a\xb6\xe1\x9e\x48\x36\x78\xc9\xa6\xcd\x1b\ -\xdc\x34\x40\xa3\x57\xe0\xc8\x89\x93\x08\x58\xbc\x0d\x5f\x4d\x56\ -\x5c\xd3\x4f\xd3\xa4\xd4\x15\x77\xa3\xe7\x87\xa7\xd2\xe0\xe1\x0b\ -\x16\xce\xb7\x29\x35\x32\x98\xcd\x65\xd8\x12\x12\x8e\xe3\x39\x55\ -\x38\x91\x5b\xdd\x23\xaf\x86\xa8\xc5\xc9\xfc\x3a\x9c\x2a\xa8\xa7\ -\x9d\x9d\xaf\xa6\xdf\xec\xdd\x36\x1a\xfc\xd7\xcc\x59\x33\x9b\xe8\ -\x13\xad\xad\xad\x41\xff\xd9\x7b\x10\x93\x56\x81\x60\x53\xc9\x2d\ -\x91\x9f\x3e\x8f\xdf\xa7\xec\x6a\xa6\xc1\xaf\x8c\x18\x39\xac\x56\ -\x2c\xe5\x23\x2b\x27\x13\x43\xe7\xed\x42\x74\x5a\xf9\x2d\x07\xef\ -\x31\x66\x76\x7f\x3f\x61\x6f\x1e\x87\xd6\xd8\x71\x01\x35\x06\x93\ -\x0e\x67\xe2\x4f\x22\xf0\xa0\x09\x51\xa9\xb7\x16\xbc\xff\x88\x15\ -\x21\x8a\xa4\x4e\x7a\x17\x98\xe0\x41\x83\x06\x9c\xd7\x19\x55\x98\ -\xb6\x78\x03\x24\x91\xf1\x90\x9e\x3a\x87\x20\x63\x09\x02\x8d\xc5\ -\x08\x34\x94\x10\xb4\xb3\xb3\xff\xce\x4f\x31\x64\xe4\x36\xcc\x0e\ -\x8d\xfc\x87\xde\x05\x26\x98\xcb\x1b\xad\x0f\x0c\xda\x8c\xf5\x3b\ -\x94\x30\x24\x5f\xc0\xce\x38\x33\xd6\x69\x8b\x7a\x68\xa8\x42\xac\ -\xd5\xf8\xe6\xf5\x1a\x76\xc7\xda\x19\x6b\x86\xe8\xc4\x39\xfc\x3a\ -\x3e\xcc\xc2\xf1\x16\x97\x3b\x7a\xc5\xca\x55\xcb\xb1\x4b\x97\x80\ -\x83\x47\xad\x58\x2e\x2f\xf0\x51\xe4\x33\x7d\x19\x3b\xd3\xce\xee\ -\xd8\xdf\xc2\xa2\xca\x30\x2b\x24\xa2\x9d\x9c\x2d\xcf\x9b\xfb\xd0\ -\x6f\xbf\xfd\xd6\x77\xfa\x8c\xa9\x5d\xd1\x49\x65\x08\x34\x95\x62\ -\xbe\x38\xcf\x4f\x2e\x63\x9e\xa7\x53\x0b\x2e\xd9\x05\x9a\x4a\x18\ -\x7f\x8d\x5b\x5f\xc3\xf1\xab\xd7\x9e\x7f\xfe\xf9\x11\x23\x47\x8d\ -\xc4\x4c\x7e\xce\xe5\x0e\x66\x63\xc6\xc1\x1c\x22\x9b\x9d\x2f\xdd\ -\x6d\xd4\x15\x63\xa3\xf0\x64\xe7\x5f\xc3\x67\xec\x20\x79\xf7\x7a\ -\x83\x9f\x24\x3e\x7f\xff\xfd\xf7\xd6\xd3\xaf\xe6\x56\x7d\x36\x78\ -\x4d\x29\xc9\xf9\xc6\x93\xc7\xd6\xc3\xc4\xb3\xc4\x9b\xc4\x07\xc4\ -\x47\x37\xe9\x43\xe2\x6d\xe2\x35\xe2\x11\xce\x55\xea\x5e\xe2\xbe\ -\x5b\x74\x0f\x71\x77\xeb\x7f\x02\x2c\x41\xb1\xca\xec\x9a\x0b\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x79\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x80\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x3d\x4a\x03\x51\x18\x45\xbf\x97\x19\x70\ +\xc6\x1f\x18\xc1\xc4\x14\x22\x18\xa7\x13\x04\x9b\xec\xc0\xc6\x7e\ +\x1a\x6b\xd1\x25\x58\xd9\xa4\x73\x07\xd9\x84\xad\x9d\x7b\x10\x0b\ +\xab\x04\x2d\x14\x4c\x10\x4c\x21\x3a\xe0\xcc\x7b\x6e\x41\xbc\x43\ +\x2e\x24\xf7\xf4\xdf\x9d\x93\x03\x29\x9f\x99\x58\x6e\x1c\x3a\xf0\ +\x3a\xfd\x38\x6a\x39\x7f\x69\xce\xf6\xcd\x1c\xbc\xf7\x37\x42\x30\ +\x67\xa3\xba\x6e\x5d\xef\x74\x36\xef\x91\x25\x48\x78\x32\x99\xf5\ +\x7c\x54\x3f\x98\xd9\x1a\xb2\x03\xf0\xe9\xe2\xe8\xb0\x9b\x65\x4f\ +\xff\x1d\x68\x21\x5f\xf7\x91\x2f\x8c\xf7\xe3\xcd\xcc\xd6\x43\xe5\ +\x0b\x64\x00\x0a\x60\x2e\xb4\xa1\xfb\x26\x70\xa1\x83\x9c\x63\x01\ +\x16\x00\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\ +\x00\xb6\x00\x1b\x05\x60\x0b\xb0\x51\x00\xb6\x00\x1b\x05\x60\x0b\ +\xb0\x51\x00\xb6\x00\x9b\x18\x39\x8e\xbe\x9f\xd3\xa6\x44\x00\x20\ +\x07\x28\xc0\xc6\xf8\xaa\x9f\xbc\xdf\x22\x13\x30\xe5\xd6\x49\x1f\ +\xb9\x5f\xfa\xbf\x80\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\ +\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\ +\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\ +\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\ +\x00\x5b\x80\x8d\x02\xb0\x05\xd8\x28\x00\x5b\x80\x0d\x14\x20\x44\ +\xab\x3f\x4d\x89\xb0\x1c\xb0\x67\x73\x2b\x7b\x63\xe4\xbe\x09\x7c\ +\xda\x1b\x21\xf7\x50\x80\xaf\xee\xe9\xa0\x4e\x73\x8f\x6c\x20\x54\ +\x69\xee\xeb\xfc\x7c\x80\x6c\xc0\x4f\x5d\x67\x8f\xc3\xe3\x64\x7a\ +\x33\x8c\xcb\x97\xed\x10\xc2\x5c\x9e\xce\x3a\xe7\x42\x95\xec\xbe\ +\x95\xed\xe2\x22\x3b\x38\xbb\x9b\xc7\x37\xc5\xa2\xf2\x0b\x40\x77\ +\x42\x75\xb8\x90\x4a\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x02\x09\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\x40\x49\x44\x41\x54\x78\x01\xa5\x93\x03\x74\x24\x5b\ -\x18\x84\x7b\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\x8e\x6d\x27\x6b\x7b\ -\xe3\xb5\x6d\x33\xb6\xcd\xae\x57\xf9\xcf\x64\x9e\xdd\xe7\xd4\xf0\ -\xf6\x77\xeb\xd6\x5f\xad\xfc\xdf\x6b\x5b\x49\x87\x0a\xeb\x4a\x5a\ -\x55\xf9\x57\x37\xed\x5b\x9b\x6f\x16\x75\x86\x0a\xa4\x32\xa9\x2c\ -\x2a\x98\x3a\x4f\xcd\x52\x78\x6d\x2a\x63\x3f\x7d\x5b\x69\x87\xe5\ -\xff\x06\xe8\xe7\x73\xb2\x6b\x22\x62\x75\xb3\x91\xfe\x16\xc8\x8a\ -\xa6\x62\x80\xf4\x37\x50\xa3\x77\xaa\xf7\xdd\x07\xa4\x70\x4d\xd0\ -\xb6\xea\xba\x6f\xb7\x95\xb1\x7f\xf4\x4f\xa0\x16\x04\x46\x23\xe9\ -\xa2\x8a\xa4\xf3\x48\x0a\x5c\x8f\xa0\x37\xf3\x11\xf8\x7a\x2e\xc2\ -\x3f\x2e\xc6\xbb\x0b\x9b\xf1\xd5\xdd\x10\xdf\x6f\xdc\xc6\x17\xaf\ -\x8b\x20\x14\xdb\xca\x3a\x60\x7b\x49\xbb\xc1\x5b\x4b\xd9\xf7\xdc\ -\x52\xca\xb6\x2f\xdf\xbb\xff\x0e\xfa\xd4\x77\x78\x22\xb2\xc2\x91\ -\xe0\xbf\x16\x9f\x1f\x4d\xc5\x87\xfb\x13\xe5\xdd\xff\xe5\x6c\x44\ -\x7c\x5a\x8a\xd7\x67\xd7\x43\xb7\xa1\x35\xb6\x13\x46\x81\x50\xc2\ -\xed\xb4\xdf\xb9\x51\x24\xe1\x7d\x7e\x75\xfc\x63\xd6\x0d\x62\xc0\ -\x23\x87\xbe\x5f\x88\x97\x37\x46\xe1\xcd\xed\xb1\x22\xc2\x11\xf0\ -\x6a\x2e\x22\x3f\x2f\x13\x78\xd4\x87\x75\x38\xb3\xd0\xe0\xb7\x40\ -\xec\xac\xbd\xfb\xe1\xd6\xd2\x76\x25\x7f\xeb\x36\x08\x89\xa7\xd4\ -\xcc\x88\xad\xf8\xf1\x7c\x26\xbe\x3f\x9b\x21\xc0\xb7\x77\xc6\xe3\ -\xdd\xdd\xf1\xf0\x7b\x31\x1b\xc1\x6f\xe7\x23\xe4\xdd\x42\x44\x7f\ -\x5d\x2e\x70\xfd\xa6\x36\x5a\xb0\x4e\x3d\x1b\x1c\x58\x59\x26\xe1\ -\x77\xc3\xe2\x30\xd2\x91\xf6\x52\x1c\x31\x4f\x11\x37\xc0\xfb\x7b\ -\x13\x24\xdb\xa8\x2f\xcb\x11\xef\xb7\x5a\xde\xf9\x1d\x1f\x3d\x36\ -\x62\x5b\x39\xba\xac\xe0\x80\xdd\x55\x6d\xc5\xf1\x91\xed\xc3\x54\ -\x9d\x0d\x05\x57\x6a\xc1\xfb\xd7\xe5\xf3\xe0\xa4\xc1\x06\xc8\x71\ -\x39\x2c\xc9\x94\x12\xd0\xf3\x6b\x23\x60\xba\xb3\x24\x4c\x76\x94\ -\xc4\xcd\xf3\xbd\x24\xff\xb3\xcb\xf6\xc1\xac\x83\x05\xbe\xdf\x5f\ -\x86\xd0\xd7\x2b\x61\xdb\xc7\x02\x87\xa6\x1c\x80\xd9\xae\x52\x7e\ -\x5a\xb0\xee\xc6\x42\x09\xc8\xf8\x01\xc6\x80\x98\x6f\x2b\x05\xfc\ -\xf5\xc9\x34\x39\xf6\xeb\x5b\x63\xe0\x6c\x54\x43\xbd\xe8\xd6\xe6\ -\x9b\xc7\xd1\x8e\xee\xa7\xec\x9b\x66\xdd\x77\x1f\x84\x1b\x07\x74\ -\xf0\xf9\xc1\x4c\x71\x1f\xf7\x63\x35\x12\xfd\x37\xe2\x8e\xa1\x11\ -\xf4\x37\x94\xc8\xfc\xa5\xe3\x6c\x64\x27\x81\xae\x91\x18\xb0\x56\ -\x86\xc7\x26\x08\xd8\x70\x6b\x51\xb8\x1f\xe9\xe0\x9e\xbb\xf6\xb8\ -\x4d\xa3\x3e\x74\x0f\x24\x1e\x93\x75\xc9\x41\xeb\x91\x16\xba\x19\ -\xa9\x21\x1b\x81\xc4\xd3\x20\x0b\xbf\x04\xab\x04\x33\x0a\x43\x59\ -\x18\xf6\x81\x19\x3e\x98\x24\xce\xed\x74\x2b\xc1\xd1\xa0\x6a\xcf\ -\x5f\xcc\x23\x3f\xc1\x2a\x92\x3d\x65\x1d\x7b\x8e\x94\xe0\x8d\x72\ -\x1f\x92\x3d\x7e\x0d\xd6\xdf\x5c\x24\x05\x99\x41\x40\xe2\x71\x64\ -\x45\x6e\x47\xec\xf7\x95\x92\x2f\xc1\xb8\x75\xa1\x0f\xdc\x4c\x6b\ -\x7d\xc8\x01\xe6\x88\x19\x5a\x31\x73\x20\xde\x56\x86\x4b\xb8\xc4\ -\xc1\xd9\x00\xf1\x36\x30\xd8\x52\x24\x4b\x0b\xa6\x83\xcf\x74\x0b\ -\xa4\xde\x07\xe2\x4c\xc5\x01\x87\x26\x47\x65\x34\x52\x3b\x57\x93\ -\x9a\xd9\x2e\xc6\x35\x33\x19\x91\x8a\x98\x5d\x52\x39\x36\x47\x0c\ -\xb0\xe3\x32\x50\x1a\x82\xd5\xbe\x72\x89\x5a\x30\x2b\xb2\xea\xde\ -\x95\x01\xaa\xb8\x4e\x3a\x2d\x91\x64\x47\x6d\x97\xe3\x11\x20\xc3\ -\xe1\x8d\xb2\x89\x66\x06\xd2\x69\x56\x53\xfa\xcd\xce\xcb\x7c\xbc\ -\x4f\x74\x81\x93\x61\xf5\x6b\xbf\xea\x32\x8f\x90\xc1\x8c\x80\xf4\ -\x77\xcc\xca\x9b\xce\xad\xa5\x25\x04\xca\x91\xf9\xa0\x48\xa7\xf9\ -\xb0\x48\x63\xe8\x52\xe0\x74\x2c\x4d\x4a\x0f\xdb\x0c\x5b\x9d\x4a\ -\x2a\x67\x52\xee\x57\x60\xe6\xbc\xe6\xac\x53\x73\x71\x8d\xb4\x17\ -\x74\x7e\x5e\x7a\xcd\x1b\x24\xc7\xc0\x37\x73\xb5\xfd\x26\x58\xc4\ -\x58\x24\x32\xc4\x99\xe3\xb4\x43\x33\xd8\xeb\x55\x39\xa7\xfc\xc1\ -\x55\xc0\x7c\x77\x99\xbd\x0f\x3d\x07\x03\x19\x7e\xcc\xfb\x11\xf8\ -\x88\x03\x31\x7b\x25\x0e\xc2\xe5\xe8\xac\xa0\x9c\xe0\xcb\xe3\xa9\ -\x32\x30\xc4\xea\xc0\xf7\x54\x37\x30\xdb\x18\x32\x0a\x51\x79\x73\ -\x81\x79\xa8\xc2\x54\x29\xaa\x32\x17\x78\x9e\x73\x6e\x21\x51\x48\ -\x2c\xf1\xf6\x32\xcc\x78\x3f\xc9\x19\x51\x9a\xcc\x39\x03\x79\x3f\ -\xe3\xd8\x1c\x6c\x4a\x6a\xab\xc6\x4a\x4b\xde\x5f\x8e\x2a\x98\x0b\ -\x27\x58\xbe\x14\xa3\x2a\x52\x0d\x76\xae\x50\xac\x8c\xb6\x15\x57\ -\x1f\x79\x0d\x96\xfc\x08\xe1\x46\x96\x52\x27\xc4\xec\x11\xe0\xb5\ -\x33\x3d\xc0\xb9\x80\x8d\x3a\x9d\x3f\xbf\xd2\x8e\xf7\xd5\x15\x73\ -\x5a\xb0\xf6\x92\x2f\x05\x35\xbb\x56\x2a\x5e\x54\xa9\xcb\xcc\x3e\ -\x72\x20\x19\x39\x9b\x1c\x58\x9f\x1f\x14\xf8\x19\x36\x07\x2a\x66\ -\xf3\xa1\x09\xa4\xcb\x5c\x60\x59\xaa\x28\x95\x4f\x38\x7f\x71\xe5\ -\xd5\xa8\x00\x55\xa4\x63\x2b\xa5\xca\xf2\x99\x4a\xbb\x8d\x8b\x94\ -\x9e\x53\x46\x28\x0d\x4b\x97\x50\x4a\x6b\xe2\xcb\xaf\x59\x97\xe7\ -\xb7\x80\x9f\x00\x24\x4f\xbc\x83\x09\x00\x80\x48\x00\x00\x00\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x01\x00\x00\x04\x01\ +\x01\xcb\x64\x78\x8f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x86\x49\x44\ +\x41\x54\x38\x8d\x9d\x92\xbd\x8e\xd3\x40\x14\x85\xbf\xeb\x3f\x1c\ +\xbb\x00\x21\x64\x25\x5d\x56\xe9\x90\x40\xa2\xc9\x53\x64\x0b\x44\ +\x49\x85\xac\xa4\xd8\x47\xe1\x09\x28\xf2\x02\x50\x21\x14\xf2\x06\ +\xb8\x8b\x90\x96\x22\x55\x22\xa8\x10\x8a\x44\xb4\xb2\x26\x91\xed\ +\xf1\x78\x9b\xb5\x95\x08\x7b\x11\x9c\x6a\x66\xee\x99\x6f\xce\xbd\ +\x1a\xd9\xed\x76\x5b\x11\xb9\xa0\x43\x4a\xa9\x1b\xad\xf5\xeb\xd1\ +\x68\xf4\xb9\xad\x6e\x75\x5d\xac\x65\x8c\x79\xa8\x94\xfa\xb4\xdd\ +\x6e\x2f\xff\x0b\x70\x07\xb1\x94\x52\x1f\xdb\x20\x0d\xa0\x28\x0a\ +\xd2\x34\x25\x4d\x53\x0e\x87\x43\x63\xb0\x6d\x1b\xcf\xf3\xb0\x6d\ +\xdb\xca\xf3\xfc\xc3\x66\xb3\x79\x76\x0a\x70\x9a\x85\xe3\x10\x86\ +\x21\x00\x22\xd2\x18\x82\x20\x20\x08\x82\x7a\xeb\x1b\x63\x9e\x02\ +\xdf\xfe\x00\x18\x63\xc8\xf3\xbc\xb5\x05\x11\xc1\xf7\xfd\xd6\x9a\ +\x73\x6a\x3a\x7d\xf9\xac\x4f\xab\x7b\x54\x67\x00\xc7\x71\x5a\x4d\ +\x5d\xe0\x38\x8e\x1f\x4b\xfd\x0f\xb4\xd6\x64\x59\xd6\x99\xc0\xf7\ +\x7d\x16\x8b\x05\xeb\xf5\xfa\xeb\x7e\xbf\x7f\x00\x5c\x88\xc8\xcf\ +\xb3\x21\x76\x25\x00\xd0\x5a\x93\x24\x09\xc0\x0b\x20\x13\x91\xef\ +\x55\x55\xfd\x68\x6e\x14\x45\xc1\xf1\x78\xbc\x37\xc1\x64\x32\x61\ +\x30\x18\x5c\x8d\xc7\xe3\x77\x40\x35\x9d\x4e\x27\x0d\xc0\x75\x5d\ +\x5c\xd7\xbd\x37\x41\x14\x45\x0c\x87\xc3\xdf\x40\xd5\x24\xff\x97\ +\x04\xb5\x66\xb3\xd9\xdb\xaa\xaa\xde\x00\xc9\x5f\x13\x94\x65\xc9\ +\x6a\xb5\x22\x0c\x43\x3c\xcf\xab\x8f\x5f\x01\x4f\x80\x7e\xf7\xd4\ +\xee\x94\x24\x09\xcb\xe5\x12\x80\x38\x8e\x01\x30\xc6\xbc\xb4\x2c\ +\xeb\xb2\x2c\xcb\xf7\x8e\x88\x7c\x01\x36\x5d\x80\x28\x8a\x1e\xf5\ +\x7a\xbd\xe7\x61\x18\x66\xfd\x7e\x7f\x25\x22\xbf\xe6\xf3\xf9\x35\ +\x70\x0d\x70\x0b\x54\x1e\x93\xe0\x28\xab\x9c\x40\x00\x00\x00\x00\ \x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x9b\ +\x00\x00\x05\x0a\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x03\x62\x49\x44\x41\x54\x78\x01\xd5\x95\x03\x74\x34\x57\ -\x14\x80\x6b\xdb\xb6\xdb\xe8\xb7\x6d\xc7\x5a\xd7\xb6\x6d\xdb\xb6\ -\xdd\xae\x6d\xdb\x0c\xd6\xb6\x66\x83\xd7\x3b\xa9\x6d\xe5\x9c\x6f\ -\xc7\xdf\x7b\xe7\x2a\x5b\x21\x84\xfe\x16\xfe\x7e\x71\x53\xd3\x82\ -\xbd\x9b\xa7\xcf\x3a\xa3\x79\xfa\xcc\x8b\x9a\x66\xce\xa6\xb6\xcc\ -\x98\x31\xeb\x4f\x8b\x5b\x66\xce\x6c\x6b\x9e\x31\x2b\x0d\xbc\xdf\ -\x3c\x73\xf6\xa3\xcd\x33\x67\xbd\xd2\x36\x7b\x4e\x65\xf1\x8a\x15\ -\x29\x12\x65\xd0\x4e\x24\x0f\x3a\x08\xa4\x7e\x7a\x77\x6f\xe7\xf1\ -\xbf\x4b\xdc\x34\x63\xd6\x67\xb0\xd3\xbb\xbe\xbe\x09\x82\x8e\xb3\ -\xcf\x3b\xab\xbc\x72\xfd\x06\xf4\xd8\xd3\x4f\x4c\xca\x94\xe2\xf1\ -\xb7\xdf\x7f\x13\x23\x90\x06\x2a\xfd\x83\xbd\x8f\xc0\xf3\xdd\x7f\ -\x55\x0c\xbb\xdc\x09\xc8\x03\xfb\x7e\x25\xdd\x71\x80\xd0\x17\x17\ -\x4a\x78\xe8\xf1\x67\x9e\x9c\x3c\xf7\xa2\x0b\x27\x6d\x2e\x53\xc3\ -\xed\x73\x60\x1e\x9f\x13\x7b\xf2\x99\xc7\xcb\x20\xcf\xc2\x7b\x34\ -\x60\xeb\x5f\x12\xaf\x00\x54\x5f\xdf\xe8\x1b\xe8\xb9\xe1\x96\xdb\ -\x6e\xaa\xd8\x5d\x16\x74\xc5\x55\x57\xa0\x0d\x9d\x1d\x93\x5a\x93\ -\x12\xd3\x1a\x15\x55\xbd\x45\x5d\x09\x8c\x78\x6b\x56\xbb\xa9\x7e\ -\xd3\xad\xd7\x17\x06\x08\xbd\x0e\x90\xcf\xfd\x39\x71\x13\xe0\xfe\ -\x6a\xb7\x07\xc1\x6e\x2a\x7a\x93\x06\xbd\xf7\xd1\x3b\x68\xd1\xf2\ -\xe5\xa8\xbd\xb3\x13\x31\xd8\x9f\x60\x1a\xa3\xbc\xaa\xd4\x49\x4a\ -\x72\x8d\xb0\x60\xb2\xe9\x8a\x91\x58\xb0\xa6\xd2\x28\x6a\xe7\x5d\ -\x70\x4e\x09\xbe\x79\x1f\xbe\x3d\xf4\x87\xe2\xed\x00\x1b\x70\x1b\ -\x3c\xbc\xef\xae\x7b\xef\xa8\xfb\x87\xdd\x48\x22\x17\xa0\xe5\xab\ -\x96\x21\xda\x19\x94\x49\x99\x5a\x58\x53\x1b\x64\x15\x5c\x0c\xe7\ -\x79\xb1\x92\x97\x15\x29\xb8\x69\x87\xc7\x52\x48\xa5\x13\x75\x16\ -\x87\x5e\x26\x51\x08\xa5\xde\xfe\xee\x1b\xf1\x50\x7e\x93\x3c\x90\ -\x1e\x08\xc8\x66\xcc\x9d\x97\xe9\x1b\xec\x9d\x30\xdb\x0c\xc8\xe9\ -\xb5\x21\x93\x4d\x3b\xae\x37\xab\x30\x08\x05\x2e\x2e\x2b\xb4\xe2\ -\xa2\x54\x2d\xc8\x89\x95\xdc\x8c\x40\xc6\x4a\xf2\x24\xf4\xb8\x48\ -\xce\x89\x8f\x84\x02\xa5\x4c\x2e\x8d\xbd\xf4\xca\xf3\x05\x90\x47\ -\x40\xbe\xcf\xf7\xe2\x02\xf2\x43\x36\x77\x6c\x7e\xf1\xfa\x9b\xae\ -\xad\x0c\x07\xfd\x93\x36\xa7\x69\x0c\xe2\x3a\x15\x5f\x95\x5e\x5a\ -\x96\x6b\x45\x05\xa9\x8a\x9f\x13\x29\x38\x69\x5c\xcc\x15\xd3\x63\ -\x2c\xe1\xa7\x11\x06\xef\xa3\x60\x38\x3a\x5a\x92\xca\x45\x78\xd5\ -\x70\x7f\xb2\xf3\x60\xb5\xed\xa1\x2a\x7c\x8f\x3d\xf1\x48\xd5\x13\ -\x70\x8f\x7b\x03\xae\x86\xce\xac\xaa\x2a\xf5\x5f\xc6\x57\xa2\xe2\ -\x67\x61\x97\x69\xbe\x94\x99\xe0\x88\x3f\x8f\xb1\x04\x9f\x84\xa5\ -\x6a\x7e\xac\x50\xcc\x37\xc8\x54\x62\x05\xbe\x3f\xee\x5b\xf1\x8f\ -\xe5\x7b\x40\xc6\x1f\x25\x53\x08\xe5\xcf\x18\x1f\x63\xc1\xf0\x70\ -\xc3\xe1\xb1\x56\xe5\x1a\x51\x5e\x02\xf1\x15\xca\xd9\x29\x9e\x84\ -\x91\xe0\x88\x3e\x8b\x32\x05\x1f\x87\x93\xa9\x78\xf5\x8d\xb7\x5f\ -\x2b\x41\x45\x3d\xf4\x9b\x66\x05\xde\x69\x83\xc4\x7e\xc1\xc5\x97\ -\x5e\x50\xd4\x1a\xd4\x8d\x70\x2c\x58\x37\xda\x34\x05\x08\x43\x0a\ -\x8f\x2f\x5b\xf8\x59\xd4\x60\xd5\xa4\x23\xb1\x30\x06\xd2\x2c\xde\ -\x38\xbf\x22\xfe\xd1\x02\xab\x21\x3c\xc1\xfb\x1e\xbc\xa7\x38\x3c\ -\x1a\xc0\x42\x91\x11\x7c\xf7\x49\x8e\x98\x1e\x2d\x14\x73\xd8\xed\ -\x77\xdd\x5a\xc0\x1b\xe6\x8f\x4c\x37\x5c\xbe\x1d\x64\xfc\x32\x58\ -\xa0\xf8\xfe\x87\xef\x96\xf1\x2a\x48\xa6\xe3\xd0\x2c\xe6\x1a\x24\ -\xcc\xf1\x55\x17\xfe\xf1\xb1\x09\x82\xfd\x41\xf4\xca\x19\x67\xd1\ -\x2a\x2a\xed\x54\x83\x94\xe1\xde\xbc\xbf\x6c\x1e\x83\xac\xb5\x9f\ -\xd0\xab\x83\x45\x3e\xfc\xdd\x83\x1e\xfe\xb6\x06\x76\x06\xf6\x06\ -\x0e\x02\x8e\x00\x8e\x01\x8e\xfd\xea\x78\xc4\xc1\x87\x1c\x7c\xf4\ -\x57\xcf\x77\x06\xb6\xfe\xad\xe2\x6d\x81\x5d\x80\x7d\x80\x43\x81\ -\xe3\x81\x66\xa0\x15\x38\x05\x38\xfa\xab\x05\xf7\x02\x76\xfc\xb1\ -\xf8\xff\xf4\x3f\xef\x0b\x48\x11\xe7\x18\x29\x78\xf3\x7e\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x2c\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x05\x00\x00\x10\x05\ +\x01\xbc\x27\x4c\xec\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x87\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x4f\x48\x23\x57\x1c\xc7\xbf\xbf\x99\x31\ +\xe6\x9f\x71\x36\xe8\x41\x8a\x42\xb0\x2c\x94\xf5\x54\x16\x6f\x96\ +\x2a\x9e\x7b\xdc\xd2\xbd\x54\x4a\x10\x2a\x84\x5e\x3c\xac\xa5\x07\ +\x2f\x85\x3d\x78\xac\xa0\x89\x50\xe8\x61\xe9\xb5\xff\x0e\x55\x8b\ +\xa5\x88\x50\xb6\x28\x94\xf6\x22\xe2\xb4\xe0\x49\x65\x4c\x32\x36\ +\xce\x0c\x33\xf9\xf5\xb0\xed\xe2\xfa\x6f\xdf\x24\x33\x93\x49\xf4\ +\x0b\x39\x84\xf7\xcb\xfb\xbd\xf9\xcc\x9b\xdf\x7b\xf3\xfb\xbd\xd0\ +\xe1\xe1\xe1\xa7\x92\x24\x7d\x8e\x16\xab\x5c\x2e\xff\x29\xcb\xf2\ +\xc3\x5c\x2e\x67\x86\xe9\x57\x0a\xd3\xd9\x4d\xb2\x2c\xeb\x81\x65\ +\x59\xbb\x9a\xa6\xc5\xc3\xf4\x1b\x19\x00\x00\x60\x9a\xe6\x60\xd8\ +\x10\x22\x05\x00\x08\x1f\x42\xe4\x00\x00\xe1\x42\x88\x24\x00\x20\ +\x3c\x08\x91\x05\x00\x84\x03\x21\xd2\x00\x80\xe0\x21\x44\x1e\x00\ +\x10\x2c\x84\xb6\x00\x00\x04\x07\xa1\x6d\x00\x00\xc1\x40\x68\x2b\ +\x00\x80\xff\x10\xda\x0e\x00\xe0\x2f\x84\xb6\x04\x00\xf8\x07\x41\ +\x11\x35\xac\xd5\x6a\xa8\x56\xab\xc2\x1d\x4b\x92\x84\xbe\xbe\x3e\ +\x48\x52\x70\x8c\x4d\xd3\x1c\x04\xb0\xab\x69\xda\xfd\x46\xdf\x22\ +\x85\x01\x58\x96\x05\xc7\x71\x3c\x75\xee\xba\xae\x30\x80\x6c\x36\ +\xeb\xa9\xef\x73\x1a\x94\x24\xe9\x11\x80\xaf\x1a\xf9\xb1\x30\x00\ +\x55\x55\x91\x4c\x26\xc1\xcc\x42\xf6\xb2\x2c\xa3\xab\xab\x4b\x78\ +\x20\x5e\x6c\x2f\x8a\x99\xbd\xdd\x99\x73\x12\x06\x40\x44\xe8\xee\ +\xee\x6e\xd4\x4f\x64\xd5\xb6\x41\xd0\x2f\xdd\x01\x68\xf5\x00\x5a\ +\xad\x5b\x0f\x40\x38\x08\x32\xb3\xe7\x65\xb0\x59\x35\xb3\x32\x88\ +\x4a\x18\x40\xa5\x52\xc1\xe9\xe9\x69\x90\x63\xb9\x24\x55\x55\x91\ +\x4e\xa7\x03\xf5\x21\x0c\x40\x51\x94\x40\x77\x75\x17\x45\x44\x90\ +\x65\x39\x70\x3f\xc2\x00\xd2\xe9\x74\xe0\x77\xa3\x15\xba\xf5\x41\ +\xf0\x0e\x40\xab\x07\xd0\x6a\xdd\x01\x68\xf5\x00\x5a\x2d\xe1\x55\ +\xc0\x71\x1c\xd4\x6a\xb5\x20\xc7\x72\x49\xa9\x54\xca\xd7\xa5\x70\ +\x6a\x6a\x4a\x8d\xc7\xe3\x39\xc7\x71\x72\x00\x86\x00\x7c\x23\x0c\ +\xa0\x5a\xad\x86\x0e\x80\x99\xd1\xdb\xdb\x2b\x6c\x5f\x28\x14\xba\ +\x2d\xcb\xca\x31\x73\x0e\xc0\x55\x9f\x7b\xae\xeb\x82\x88\x00\x00\ +\x44\x14\x23\xd1\x03\x12\xb6\x6d\x87\xba\x13\x24\x22\xf4\xf4\xf4\ +\x40\x51\x5e\xbd\x47\x86\x61\xe0\xf8\xf8\x18\xba\xae\xe3\xe4\xe4\ +\x04\xba\xae\x63\x6f\x6f\x6f\xd7\x30\x8c\x34\x80\x01\x00\x24\xea\ +\x43\x92\xa4\x27\xc2\x33\x20\x16\x8b\x35\x93\xb6\xf2\x45\xa6\x69\ +\xe2\xe9\xd3\xa7\xa8\xd7\xeb\x17\x9b\xee\x37\xda\x67\x5b\x05\x41\ +\xc7\x71\xae\xba\xf8\xa6\xd4\x56\x00\x82\xd0\xad\x07\x20\x1c\x03\ +\x3a\x4c\x65\x00\x31\xa0\x73\x67\x80\x4d\x44\xfb\x00\xd6\x89\xa8\ +\x28\x49\xd2\x13\x22\x7a\xa4\x28\xca\x43\xd7\x75\xdf\x28\x95\x4a\ +\xf7\x98\xf9\x17\x20\xc0\xca\x50\xb3\x22\x22\xa8\xaa\x7a\x6d\x2a\ +\x3e\x91\x48\x20\x9b\xcd\x22\x9b\xcd\xc2\x30\x8c\xef\x34\x4d\xfb\ +\x9e\x88\xf6\x5d\xd7\xdd\x1f\x1a\x1a\xfa\x6b\x7e\x7e\x5e\x28\x5a\ +\x06\x5a\x19\x6a\x56\xb6\x6d\x5f\x09\x60\x6e\x6e\x0e\x99\x4c\xe6\ +\xe5\x77\x66\xfe\xba\xbf\xbf\xff\x59\x23\x3e\x3c\x55\x86\xe2\xf1\ +\xf0\xce\x30\xde\x54\x88\xf1\x33\x33\xe5\xa9\x32\x94\x48\x24\x7c\ +\x73\x1c\x15\x75\x6a\x10\x14\xd6\x1d\x80\x56\x0f\xa0\xd5\xba\xf5\ +\x00\x3c\xed\x04\x1d\xc7\x11\x3e\x1f\xe0\x87\x9a\xa9\x0c\xcd\xce\ +\xce\xa6\x0c\xc3\xf8\xa8\x5e\xaf\xbf\x87\x17\xb9\x00\x13\xc0\xef\ +\x92\x24\x7d\xb9\xbc\xbc\xbc\xf6\xbf\x9d\x30\x80\x72\xb9\xdc\x36\ +\x95\xa1\x99\x99\x99\xb7\x2a\x95\xca\xb7\x00\xde\xbc\xd0\xf4\xa0\ +\x5e\xaf\x7f\x90\xcf\xe7\x9f\x11\x51\x37\xe0\xe1\x11\x50\x14\xe5\ +\x65\x26\x25\x0c\x35\x5a\x19\x2a\x14\x0a\x19\xc7\x71\x7e\xc4\xe5\ +\x8b\x3f\xdf\xf7\x63\x00\xe3\x40\x07\x56\x86\x2c\xcb\x9a\x61\xe6\ +\x41\x51\xfb\x8e\x0b\x82\xcc\x3c\xee\xc1\x96\x3b\x0e\x00\xfe\x7b\ +\xcd\x15\x11\x33\x9f\x46\x2e\x1f\x70\x70\x70\x80\xad\xad\x2d\x68\ +\x9a\x06\xd3\x34\x91\x4c\x26\x31\x3c\x3c\x8c\xb1\xb1\x31\xd1\xad\ +\xf8\x6f\x00\xde\x15\x74\xf7\x3c\x52\x00\x36\x36\x36\xb0\xb6\xb6\ +\xf6\xca\x52\x6b\x9a\x26\x74\x5d\xc7\xf6\xf6\x36\xc6\xc7\x5f\x3f\ +\xbb\x63\xb1\xd8\x17\xb6\x6d\x7f\x0c\x20\x75\x93\x1d\x33\xff\xb4\ +\xb2\xb2\xf2\x3c\x32\x8f\xc0\xce\xce\x0e\x56\x57\x57\xaf\xdd\x67\ +\xb8\xae\x8b\xf5\xf5\xf5\xd7\xf6\xb3\xb8\xb8\xf8\x37\x11\xbd\x0f\ +\xe0\x9f\xeb\x6c\x88\xe8\x0f\x45\x51\x1e\x03\x11\x09\x82\xcc\x2c\ +\x74\x71\xa2\x2a\x16\x8b\x3f\x00\x78\x1b\x2f\x4e\x8f\x96\xcf\x35\ +\xed\x11\xd1\x67\xa9\x54\x6a\x74\x69\x69\xe9\x10\x88\x48\x4e\xd0\ +\x30\x0c\xe8\xba\x2e\x6c\x2f\xb2\x1f\x29\x95\x4a\xbb\x00\x3e\x04\ +\x80\xe9\xe9\xe9\xbe\x4c\x26\x73\xb6\xb0\xb0\x70\x69\x56\x44\x02\ +\x80\xd7\xed\x75\x2c\x26\x1c\xe8\x01\x00\xc5\x62\xf1\xf8\xba\xb6\ +\x48\x3c\x02\x99\x4c\x06\xaa\xaa\x0a\xd9\x0e\x0c\x0c\xf8\x7a\x7a\ +\x2c\x12\x00\x88\x48\x28\xc2\x03\xc0\xc4\xc4\x84\xaf\xbe\x15\x59\ +\x96\xcf\x98\xf9\xc4\xd7\x5e\x1b\xd0\xe8\xe8\x28\x8e\x8e\x8e\x12\ +\x9b\x9b\x9b\x57\x26\x1e\x89\x08\x93\x93\x93\x67\x23\x23\x23\x97\ +\xfe\x17\xc0\xcc\x76\xa3\x7e\xc3\x7b\xbb\x11\x54\x3e\x9f\x9f\x20\ +\xa2\x4f\x00\xbc\x03\x40\x05\x70\x0c\xe0\x67\x22\x5a\x28\x16\x8b\ +\xbf\xfa\xed\xef\x5f\x99\x42\xe1\xac\x4f\x45\x35\x3c\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x80\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x03\xf3\x49\x44\x41\x54\x78\x01\xb5\x55\x03\x90\xb4\x4b\ -\x10\xfb\x7e\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\xb6\x6d\xdb\ -\x3a\xdb\xb6\xf7\xcb\xeb\xcc\xd9\xa5\x77\x55\x59\xce\xa4\xd3\x49\ -\xf7\x9e\x06\xe0\x7f\x41\x92\x5f\xae\x9a\x99\x6a\x98\xe0\xb2\xc0\ -\x56\x10\x2a\x08\x13\xd8\x0b\xae\xf1\xbb\xe4\x89\x13\x26\xb4\x7a\ -\x78\xa1\xa1\x2f\x3c\xd7\x19\x10\xfc\x1b\x08\x73\x17\x78\x00\xc1\ -\xbf\xa0\xbb\x2f\xd5\xdf\xde\x69\x13\x20\x67\xec\x12\x2b\x90\x10\ -\xe9\x4e\x21\x74\x87\xdf\x0d\x1d\x7e\xd7\xe0\x67\x3b\x1b\x76\xbf\ -\x46\xc3\xf6\xe7\x48\x38\x1b\x8d\x87\x97\xe5\x74\x48\x31\x20\xe8\ -\x07\x10\xf0\x08\x37\x4f\xd4\xf4\x93\x3b\x7b\x92\x24\x26\xe9\xe7\ -\x47\x9d\x7d\x11\xe6\x0c\x1f\xeb\x99\x30\xf9\x30\x10\xff\xde\xf6\ -\x55\xcf\xd6\xdf\x87\xc3\xc5\x78\x22\x5c\x4d\x26\xc1\xdf\x6e\x36\ -\x42\x5d\x16\x02\x3e\x47\xa5\x0b\x57\x3c\xb9\xdc\x24\x74\xcd\xec\ -\xd4\xc7\x12\x24\x66\x4b\x67\xf7\x94\xf1\x60\xcb\x8e\x7f\xc7\xe2\ -\xfb\xb3\x6e\xf8\xf5\xb2\x27\xa1\xc8\x6d\x7e\x8c\x24\x29\xc9\x55\ -\xd1\x00\xfb\xb9\xc2\xb9\x18\xf0\xde\x07\x84\x18\xe3\xd2\xc1\x4a\ -\xcc\x60\x78\x42\xc4\x76\xf0\xbd\xa8\x53\x89\xe5\xd7\xa1\xb0\xf8\ -\x32\x44\x11\xfe\x7e\xd5\x1b\x7f\x5e\xf7\x86\xd5\xb7\xe1\xb0\xff\ -\x3d\x1a\x0e\x7f\xc6\xc2\xdd\x6c\xb2\x22\x0f\x71\x16\xd5\x9e\x1b\ -\x41\xcb\x58\x64\xdd\xdc\x74\xde\xb1\x88\xa9\x56\xc2\x08\x46\xd0\ -\x77\x2a\xa2\x9f\x84\x2a\xf0\xf7\x4d\x1f\xe5\xad\x9b\xe9\x64\x78\ -\x5b\x4d\x57\xcf\x7c\xef\x69\x31\x95\xaa\x15\x79\xa0\xc3\x5c\x21\ -\xbf\x44\xbf\x0d\x6b\xe7\xa4\x9d\x1a\x45\xbc\x7a\x56\xaa\xbb\x92\ -\xb4\x0a\x85\xed\x32\x2c\x7a\x4a\x90\xe8\xeb\x93\x2e\xd8\xb6\x34\ -\x2b\xb6\x2e\xc9\x8a\xe7\xd7\x9a\x51\x2d\x05\xa8\xef\x9c\xfe\x8d\ -\x57\x1d\xb0\x00\xef\x6d\x5f\x96\xcd\x2a\x8a\x58\x5a\xf0\x41\x88\ -\xa5\x0a\xc4\xc3\x7c\xaa\x3a\x60\xf6\x69\x90\x6a\xfb\xe7\x8b\x1e\ -\x38\xb2\xb9\x88\x7e\xe3\x78\x0d\xf3\xbb\x67\xea\xde\xb9\x78\xa0\ -\x62\xd8\xbb\xbb\xed\xa8\x96\x76\x45\x4d\x0a\xdf\xc3\x63\x15\x36\ -\x2e\xc8\x10\x1a\x53\xb1\x01\x06\x3f\x50\xb5\xaf\xcd\x4c\x15\x1e\ -\x27\x81\xc4\x9b\x16\x66\xc4\x9d\xd3\x75\xee\xf0\x1c\x71\x6e\x6f\ -\xb9\x16\x54\x0f\xdf\xb3\xea\x1c\x27\x24\xc8\x71\x3e\xed\x90\xcf\ -\x2e\x41\xb8\x10\x93\x58\x17\x62\xb1\x62\x13\x0f\xaa\xf6\x8c\xde\ -\xf5\x53\xca\xf7\xaf\xcb\x87\x43\x1b\x0b\x36\x8d\x11\x72\x6a\x21\ -\xd6\xe1\x7f\x8f\xe7\xd4\x9c\x53\x2d\xef\xc1\xff\x6e\x6c\xe2\x0d\ -\xf3\x33\x04\x20\xd4\x4e\x2a\x9e\x63\xba\x0c\x46\xf9\x4b\xe2\x17\ -\xd7\x5b\xe0\xf8\xb6\x62\xff\x48\x48\x88\x87\xbb\xe9\x39\xc7\x8c\ -\xe1\x92\x9c\x76\x30\x1b\x78\xef\xa5\x15\x61\x51\xc4\xa2\xc0\x84\ -\x6a\x11\xf8\x16\xf0\xda\x46\x05\x0c\x86\xad\x2a\x6b\x38\x76\xc7\ -\xb6\x16\x35\x1c\xdd\x52\x34\x54\x2c\xd2\xe1\xb1\x8c\x81\xa9\xc9\ -\xa1\x00\xce\x38\x03\xa5\xa0\xdd\xab\x72\xf9\x46\x11\xcb\x88\x4c\ -\x7b\x73\xbb\x8d\x4e\xd5\x1c\x1b\x16\x31\xb8\x2d\x66\x7b\x24\x60\ -\x38\xbc\xc8\x22\x51\x19\x70\xa6\x39\x19\x9c\x6f\x86\xc8\x7c\x1e\ -\x9c\x6f\x80\xc3\x9b\x0a\x3f\x89\xb5\x20\xd2\x42\x08\x3d\x42\xf0\ -\x1f\xf1\xea\x81\x28\xdf\xa3\xa6\x84\x84\x6c\x99\x8b\xc2\x99\xe6\ -\xb2\x70\x62\xa8\x92\xe4\x54\xcc\x49\x0a\x76\x9a\x8f\x7d\x6b\xf3\ -\xe9\x92\x49\xae\x98\xc4\xf4\x79\xc6\x95\xc3\x95\xc3\x55\x07\x7d\ -\xe3\x36\xa9\xb9\xe6\x05\xfa\x68\xfb\x6b\x64\xe4\x7c\x93\x98\xe0\ -\xe4\xd0\x32\x11\xb1\x83\x2b\x8d\x03\xeb\x0b\x5c\x8d\xb7\xd2\xf2\ -\x97\x66\xc7\xf2\x1c\x2b\xdf\xdf\x6b\x2f\xbb\x6f\x25\x7e\x7f\x90\ -\x30\x2f\xca\x6c\xae\x54\x76\x90\x9c\xad\x73\x04\xd9\x81\xe9\xc7\ -\x81\x0c\x4c\x8a\xaf\xc5\xa3\x8b\x8d\xe8\xad\x87\x70\xa4\x13\xa4\ -\x24\x1f\xff\x52\x08\xd2\x0b\xb2\x09\xf2\xcb\x81\x7b\x57\x8f\x54\ -\x51\x56\x28\x5b\xbc\x0f\x30\x4c\xae\xb3\xb2\xc5\x2d\xc2\x73\x66\ -\xc0\xe7\xcb\x87\x2a\x73\xdb\x02\xab\x95\xd7\xaa\xca\xfd\x5c\x82\ -\xb4\x24\x8f\x24\xe6\x9b\x4c\x82\xbc\x82\x32\x4b\xa7\x68\xbb\x37\ -\x2f\xca\xac\x7f\xb8\xdf\x9e\xfe\x91\x44\x0a\xed\xe2\x38\x49\x07\ -\x2b\x48\xc8\x9f\x4a\x8e\x16\x57\xfd\x52\xea\xd4\x5a\x2d\xb9\x57\ -\x92\xe2\x22\x89\x63\x5a\xc1\x2a\x69\x23\xaa\xe6\xcb\x9c\x51\x2b\ -\x29\x9e\x19\x49\x20\x21\x2c\x22\xbf\xb7\x20\xe4\x35\xf6\xae\xc9\ -\x6b\x90\xa5\xb1\x15\x95\x91\x84\x39\x05\x19\x05\xa9\xc8\x93\xf0\ -\xbf\xa6\xe8\x22\x44\x1a\x41\x86\xba\xd5\xb4\x02\x93\x87\x6a\xb5\ -\xe6\x8e\xd3\x9a\x0e\xe8\xa2\x95\xcd\x9e\x45\xcb\x1e\x61\x5f\x6a\ -\x9e\x63\xd7\x71\x39\xfe\x03\xaa\x6e\x0b\x3a\x5c\x6d\x3b\xb8\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x22\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x01\x00\x00\x04\x01\ +\x01\xcb\x64\x78\x8f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xfd\x49\x44\ +\x41\x54\x38\x8d\x85\x93\xbd\x6e\x13\x41\x14\x85\xbf\x99\xf5\xee\ +\xda\xc6\xf1\x8f\x08\x06\x82\x10\x29\x22\x17\xa4\x40\x4a\x85\xc4\ +\x03\xf0\x0e\x08\xa4\x54\x94\x29\x28\x78\x03\x44\x45\xc5\x1b\x50\ +\x50\xd1\xd1\x21\x4a\x10\x0d\x45\x12\x41\x40\xb6\x63\x0a\x42\xac\ +\x38\xf1\xbf\x9d\xdd\xd9\xf1\xce\x50\x24\x59\x27\x21\x0e\xa7\x9b\ +\xb9\xe7\x1e\x9d\x7b\x74\xaf\xe8\xee\x37\xb6\xb9\x04\xa3\x61\xaf\ +\x43\xe0\x3f\xbc\xbd\xbc\xdc\xb9\xa8\x2e\xba\xfb\x0d\x7b\x99\x40\ +\xaf\x77\x80\x8e\xc2\xbe\xf4\x0b\x95\xa5\xa5\x7b\xad\xf3\x75\x79\ +\x59\xf3\x09\xb4\x56\x05\xa3\xfa\xd5\x7a\x7d\xa3\x3c\x53\x60\xa2\ +\x35\x41\x30\x22\x08\x46\x44\x91\x9a\x12\x04\x48\xe9\x10\xc7\x93\ +\x02\x7a\xb4\x59\xab\xd5\xf2\xa7\x05\x52\x09\xd1\x91\xa4\x70\x8f\ +\x9b\x9c\x84\x90\x2f\xcc\x93\x2f\xcc\x9f\x3c\xaf\x0b\x6c\x05\xf8\ +\xfa\x8f\xc0\xe9\x20\x8c\x8d\x31\x3a\x9e\xba\x90\x12\xc7\x71\x2f\ +\x1c\x2f\x09\x51\x6b\x75\xc6\xfa\x09\x62\x63\xd9\xde\x95\x68\xe9\ +\x01\xd0\x6a\x47\xef\x9a\xcd\xd1\x8b\xe7\x4f\x1f\xac\x9f\x11\xb8\ +\x08\xdd\x61\xcc\x97\x2d\xb8\xb3\x34\x87\x97\x99\xfe\xb7\xf6\x0e\ +\xdb\x8d\x6a\xef\xe5\xda\xe3\x95\x57\x89\x80\x52\x01\x91\x0a\x12\ +\x92\xb5\x96\x4f\x3f\xe6\x28\x96\xca\xb8\x69\xc3\xc2\x2d\x70\xa5\ +\x64\xa8\x34\xc6\x5a\x7a\xdd\x70\xb0\xb1\x7e\xf0\x68\xa6\x83\xfa\ +\x8e\x22\xf0\x0b\x68\xe5\xb2\x58\xce\x51\x2e\x5a\x26\x71\x8c\xe7\ +\x7b\x54\xf7\xfb\xe8\xd8\xb0\xf5\xed\xe0\x7d\x12\xe2\x79\x07\x9d\ +\x81\x43\x69\xb1\x44\x6e\xce\x72\xf3\xaa\x60\x3c\x1e\x22\x8d\xe2\ +\x30\xce\xeb\x6b\xb9\x8c\xbb\xdb\x1f\x93\xcd\xa4\x2a\x89\x80\xef\ +\x67\xf0\xfd\xe9\xa0\x9e\x7f\x14\xa8\x10\x60\x2d\x08\x2c\x82\x18\ +\x04\x56\x20\x8e\xe7\x44\xce\x74\xc0\x04\xb4\x3e\xda\x99\xd1\xc4\ +\x90\xf6\xae\xa0\x4d\x86\xac\xef\x7b\xd5\xfa\x18\x99\x15\x04\xe1\ +\xa4\x3e\x33\x03\x63\xe0\xf3\x4f\xc5\x8d\xc5\x12\x00\xf9\xb4\x87\ +\xeb\x48\x9a\xad\x98\x7e\x47\xa0\x22\x65\x77\xfe\x34\x57\x67\xde\ +\x82\x94\x70\x77\x21\xc5\xde\xef\x3e\xd6\x5a\x06\x61\x44\x7b\x1c\ +\xe2\x66\x35\x41\x18\x98\x56\xbb\xf3\x76\xed\xc9\xca\x1b\xf1\xbf\ +\x73\x0e\x23\x23\xbf\xff\x52\xc5\x48\x38\x1e\x16\xd9\xe9\xea\x8f\ +\xad\xf6\xf8\xf5\xb3\xd5\xfb\x1f\x00\xfe\x02\xa9\x76\x07\x53\xd4\ +\x5e\x90\xea\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x29\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x01\xe9\x49\x44\x41\x54\x78\x01\xb5\x94\x03\xaf\x1d\x41\ -\x18\x86\x6f\x6d\x9b\x41\xed\xf6\x0c\xea\x46\xb5\x6d\x77\x66\xee\ -\xd6\xb6\x6d\xdb\x98\x6f\xb6\x27\xae\x8d\xb8\xb6\xe2\xdc\x7f\x72\ -\xfa\xee\x3d\xb5\x17\xdd\xe4\x4d\x9e\x83\x7d\x3e\x2c\x72\x32\x99\ -\xcc\x7f\x49\xa4\x93\x44\x2e\xf5\x62\xe6\x58\xc9\xc4\xc5\xdc\xd0\ -\x16\x6e\x4e\x77\x8b\x27\xfe\xa1\x4b\xae\x6c\x81\x94\xb1\xcb\x84\ -\xa6\xcb\x29\xe5\x97\x8b\x2d\x66\x9a\x8e\x0a\x6d\x37\x40\x5c\xb8\ -\xb5\x77\xae\x38\x57\xf4\x3c\xa5\xdc\xc4\x16\xa3\xd2\x05\x22\x89\ -\x8b\x2f\xdf\x54\xf7\x93\xac\x22\x64\x1f\x20\xeb\x07\x2e\xc0\xb5\ -\xeb\x89\x95\xbc\x6f\x31\x32\x5d\x26\x92\x58\x4e\xf1\xd7\x43\x3c\ -\x3f\x60\xc8\xda\x42\x96\x87\x2e\x2b\x81\x8b\x63\x82\x77\x6d\x26\ -\x53\x97\x50\x62\xa1\x1d\x6b\xa7\xfc\x02\xcc\xd8\x2a\x5c\xd3\xfd\ -\xf6\xb9\xae\x55\xf6\x7b\x7b\x87\x99\x73\x23\x3f\xf1\x29\x91\x7b\ -\x6e\x61\x28\xb1\xd4\x6e\xae\xd4\xd4\x3d\x5f\xa0\xc8\x63\x8a\xd6\ -\x7e\x92\x2d\x15\x86\xf6\x67\x99\xa6\x80\xd3\xe1\xc4\xea\x5c\x73\ -\xae\xed\x9e\x80\x99\xb2\xad\x99\xa6\xab\x01\x73\xe5\x77\xc4\x04\ -\xaf\x3e\x71\x7b\xf0\x9b\x70\x62\x63\x1b\x73\xe3\x76\x04\x2c\x8c\ -\x4b\x61\xa7\x57\xb2\x32\xea\x84\x4e\x5f\x7e\x62\x09\x7e\x1f\x4a\ -\xcc\x0d\xcd\x63\x1e\xf5\x0f\x98\x19\xd2\xcc\xb8\x35\x9f\xc6\x5f\ -\x84\x22\x87\x3e\xf1\x68\xf0\xc5\xb0\x17\xaf\x59\xce\xda\xd5\x05\ -\xbb\xac\xbc\x53\x19\x27\xdf\xc0\xe7\x8e\x9f\x0a\xde\x42\x46\x65\ -\x27\xa1\x83\xf8\x6d\x45\xa4\xdb\x8d\xe1\x56\xc3\x7e\x97\x04\xdc\ -\xca\xc3\x4a\x94\xcd\x6b\x6b\x5c\x8d\x96\x9e\x2b\x82\x02\x4f\x20\ -\xef\x19\x49\xcc\x95\x6b\xc9\x8c\x5f\x40\x4c\xf1\x2b\x61\xf4\xd7\ -\x72\x9a\x3f\xfc\xc7\x22\x91\xc4\x5f\x0b\xd0\x09\x88\xf7\x7d\x2a\ -\x52\x10\xdd\xde\x91\x53\xdd\x52\x88\x0b\xc5\x13\x6b\xdb\x13\xf7\ -\x70\xd1\x7c\x9e\xe2\x66\xa1\xc8\x43\x39\xfd\x7c\x8d\x64\x5f\x9b\ -\xca\xee\x83\x78\x74\xe4\xd7\x26\x8e\x42\x48\x31\xa4\xc4\xb7\x69\ -\x3d\xee\x50\xff\x5a\x6c\x70\x69\x70\x81\x50\x62\x1c\x85\x91\xd2\ -\x48\x65\xa4\x16\x52\xff\x17\xa9\x83\x54\xf9\xf4\xbf\x42\x51\x3a\ -\x2e\xfe\x63\xc7\x48\x49\xa4\x68\xe8\x8e\x93\xc8\x47\x7a\xb9\xb1\ -\x01\x4c\x4e\xb1\x4f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x59\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xa6\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x41\x4e\xc2\x40\x18\x46\x3b\x83\x14\x3a\ +\x2e\x48\xd1\x74\x53\x17\x86\x13\xd0\xf6\x0c\x7a\x01\xd6\x84\x03\ +\x18\x4f\xa3\x1b\xc2\x12\x96\x7a\x02\xbd\x40\xd3\x0d\x07\x20\xb8\ +\x40\x36\x26\x84\x8d\x13\x2d\x49\x1d\x2f\xe0\x82\xf8\x35\x7c\x09\ +\xfc\x6f\xff\xfd\xf3\x78\x49\x97\x78\x9e\x70\xda\x28\xf4\xc0\x74\ +\x3a\xbd\x49\xd3\xf4\xde\xf7\xfd\xeb\xaa\xaa\xe0\x7b\xfb\xd0\x68\ +\x34\x5c\x55\x55\x6f\x79\x9e\x3f\x8c\x46\xa3\xd7\x43\xbc\xf9\x27\ +\x93\xc9\x24\xb3\xd6\x5a\x47\xc2\x5a\xfb\x39\x1e\x8f\x53\xe4\x37\ +\x68\x64\x9c\x65\xd9\xc0\x18\x63\x90\x1b\x08\xc6\x98\xf3\x7e\xbf\ +\x3f\x40\x6e\x40\x01\xb4\xd6\x17\xc8\xbe\x0e\x5a\xad\xd6\x25\xb2\ +\x87\x02\x1c\x03\x12\x80\x2d\xc0\x46\x02\xb0\x05\xd8\x48\x00\xb6\ +\x00\x1b\x09\xc0\x16\x60\x23\x01\xd8\x02\x6c\x24\x00\x5b\x80\x8d\ +\x04\x60\x0b\xb0\x91\x00\x6c\x01\x36\x12\x80\x2d\xc0\x46\x02\xb0\ +\x05\xd8\x9c\x21\xe3\xc5\x62\xd1\x5b\xad\x56\x75\xb9\xfc\x8b\xb2\ +\x2c\x7b\xc8\x1e\x0a\xb0\xdd\x6e\xa3\xf5\x7a\x8d\x9c\x80\x89\xe3\ +\x38\x42\xf6\x27\xff\x09\x48\x00\xb6\x00\x1b\x09\xc0\x16\x60\x23\ +\x01\xd8\x02\x6c\x24\x00\x5b\x80\x8d\x04\x60\x0b\xb0\x91\x00\x6c\ +\x01\x36\x12\x80\x2d\xc0\x46\x02\xb0\x05\xd8\x48\x00\xb6\x00\x1b\ +\x09\xc0\x16\x60\x23\x01\xd8\x02\x6c\x24\x00\x5b\x80\x8d\x04\x40\ +\xc6\x4a\xa9\x9f\xba\x44\x58\x0e\x50\x80\x66\xb3\xf9\x8d\xec\xeb\ +\xa0\xdd\x6e\x7f\x21\x7b\x28\x00\xfa\x78\x1d\xf8\xbe\xcf\x0b\x10\ +\x45\xd1\x07\xb2\xaf\x03\xd4\x01\x0a\xd0\xe9\x74\x96\x61\x18\x22\ +\x27\x20\xba\xdd\xae\x17\x04\xc1\x12\xb9\x01\x05\x28\x8a\xe2\x29\ +\x49\x92\x1d\x72\x03\x21\x49\x92\xdd\x7c\x3e\x7f\x46\x6e\xc0\x7f\ +\x75\x9d\xcd\x66\xb7\xce\xb9\xc7\xcd\x66\x73\xe5\x9c\x43\xcf\xed\ +\x85\x52\xca\x0b\xc3\xf0\x5d\x6b\x7d\x37\x1c\x0e\x5f\x0e\xf2\xa8\ +\x70\xa4\xfc\x02\x13\x74\xc7\xa9\xfe\xb5\x9f\x60\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x23\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x03\x20\x49\x44\x41\x54\x78\x01\xb5\xd4\x53\x9c\xec\x56\ -\x00\x80\xf1\xef\x9c\x93\x64\xac\xb5\x6a\xdb\xb6\xdf\x6a\xdb\x7d\ -\xad\x8d\xe7\xe2\xa9\xb6\x6d\xdb\xb6\xcd\xc5\xd5\x6a\x3c\xc9\x6c\ -\x74\xaa\x6c\xb9\xb8\xfc\x06\xf1\xff\x17\x0b\x16\xb2\x95\x0f\x7d\ -\xca\x74\xcc\x5c\xa1\x6c\xfb\x85\x00\x99\xb7\x0c\x56\x11\x5a\x6f\ -\xaf\x62\xc6\xb6\xa1\x90\xab\x7b\xd5\xc6\xb9\xce\xc3\xbb\x5e\x46\ -\x94\xc1\x0c\xad\x77\xfa\xfb\xeb\x54\xeb\xe1\x0e\xe3\x55\x77\xed\ -\x7e\x97\xe5\xb3\x4a\x74\xb6\xb5\x25\x7b\xad\xa4\xd9\x86\x94\x96\ -\x50\x52\x27\x33\xa6\x54\x61\xc0\x57\x9f\xd8\xdd\x00\xb3\xc2\xc6\ -\x5e\x2f\x5c\xf5\xe3\x3c\xf7\xa4\x7c\xc6\x12\x3d\x3d\x39\x19\xcf\ -\x98\x78\x42\x80\x12\xc4\x2c\x45\x2a\x65\x92\xcf\x99\xc2\x6b\x06\ -\x7c\xf0\xfa\x5c\x5c\x69\x25\x17\x0a\xee\x9c\xe8\xdf\x21\xbf\xe1\ -\x36\xea\xb7\xbd\xc3\x8a\x2b\xe2\x31\x49\xfc\xb7\x61\x22\xa1\x50\ -\x86\xa4\xd6\xf0\xf9\x79\xc8\x66\x60\xbe\x8d\x4e\x5a\xd0\xf0\x59\ -\x28\xd8\x32\x88\xaf\xb0\x46\x01\x25\x35\xb1\x98\x42\x28\x68\xb8\ -\x9a\xfe\xb2\xcf\x2f\xc3\x4d\x2a\x9e\x01\xe9\x3c\x74\xa6\x49\x97\ -\xc6\x60\xd4\x5e\x38\x18\x29\x69\xed\x4a\xfc\xb6\x57\x0e\x83\xc3\ -\x82\xaa\x13\x52\xaf\x36\x75\xd0\x0c\x34\xbe\x1f\x88\xda\xf0\x02\ -\x51\x29\x7d\x9b\x16\x6e\xa6\x75\xa3\xd5\xb7\xac\xc3\xac\xb0\x00\ -\xb4\x61\x59\x8c\x8f\x34\xf9\xe0\x95\xc1\xd0\x73\x5c\x5f\xfb\x5e\ -\x53\x39\xa3\xef\xa9\xea\xc0\xdd\x19\x67\xfe\x0b\x95\xcc\xaa\x25\ -\x03\xdf\x6f\xcd\x65\xcf\xed\x6c\x8f\x6d\xf9\xcb\x42\xc0\x1a\x40\ -\x08\x4d\x69\xac\x81\x37\xdc\x7f\x9e\xb0\x47\x9e\xd0\x03\x1f\x7f\ -\x1f\xf4\xdf\xe2\x01\x94\xf9\x33\x17\x10\x7b\xdf\x8a\x8c\x19\xb0\ -\x10\x70\xc4\xeb\x3f\x07\xa9\x9e\x07\xf4\x33\x07\xfd\xc4\x4c\x19\ -\x92\xff\x26\x59\x1a\x09\xb1\x8c\x60\x60\xe1\x61\xbd\xac\xe0\x25\ -\xcc\x60\x9a\xc2\xd9\x76\xf9\xe0\x57\x4d\x7c\x52\xa1\x3f\x60\x2d\ -\x12\x2c\xf4\xf4\xf0\x0a\x27\xbd\xb9\xfc\x70\x4d\x9f\x6d\xa5\xd4\ -\xfa\xe3\x13\x3d\xed\x3d\x42\xcc\x02\xef\xf3\x86\x10\xc9\x30\x2b\ -\x02\xa9\x26\xdc\x7e\x93\x29\xda\xf8\x8c\x77\x56\xfa\x6e\x58\x7f\ -\x7e\xd8\x3e\xcb\xa7\x57\x59\x23\xc7\x7b\x3f\x54\x18\xf5\xe4\xf4\ -\xb0\xdc\xe7\xb5\x98\x95\x10\x87\xad\xd4\x93\x39\xa5\xd2\xf0\x97\ -\xaf\x3b\x2b\xfc\x6f\xed\xa3\x6f\x79\x45\xbc\xfa\xae\x77\xcc\x6a\ -\xeb\xf4\xa5\x8b\xb9\x0e\x3e\xfc\x2a\x60\x68\x9e\x85\xe9\xd6\x00\ -\xfa\xa7\x84\xb3\x2d\xe6\x2a\x6b\xae\x94\xbb\xe2\xe0\x83\x56\x4f\ -\xfe\x38\xd6\xe4\xd3\x81\x3a\xc1\x98\xcd\x3f\x6b\x0c\x8e\x11\x7a\ -\xdd\xc1\x17\x3f\x9b\x7c\x91\xf0\x08\x72\x0a\x56\x48\xc3\x43\x3f\ -\x72\xd0\x46\xce\xfd\xf7\x3d\x38\xc5\x5d\xe1\xd9\xfe\x8e\x7e\xb6\ -\x90\xbc\xfd\x93\x90\x87\xbe\x92\xbc\x33\xc7\xe2\x83\xef\x6a\x25\ -\x25\x43\x97\xa8\x07\x2e\x3a\x40\xf7\x1a\xdf\xde\x26\xe6\xbf\xff\ -\x7e\x60\x8f\x78\x34\x86\x03\xf1\xe2\x5b\x73\x5b\x86\x5f\xdc\x3f\ -\x5c\xad\x3c\xf5\x1e\x27\xb4\xf3\xc3\x67\x73\x65\xdd\x6f\x37\xd2\ -\xba\xcf\x80\xd6\x38\xe9\xc1\x6f\xde\xca\x8e\xbd\x58\x9e\x07\x82\ -\xa8\x77\xae\x3f\x7e\xc0\x28\xac\x71\x0c\x9f\xad\xb4\x13\x3a\x48\ -\xe0\x8c\x7e\x58\xaa\xf4\xbf\xf1\xc0\xcb\x65\x26\x5f\x60\x93\x23\ -\x12\xc8\x0b\x2b\xb3\x8e\xda\xfc\x84\xf3\xfd\x4d\xf7\xd8\x0c\xfc\ -\xd0\xfc\xf2\xe3\xb9\xe2\x93\x3b\x2e\x71\xc7\xbf\xff\x08\xa8\x02\ -\x36\x10\x44\xeb\x9b\x93\x3b\x15\x41\x3e\xe0\x01\x13\xd1\x30\x9c\ -\x84\xdb\x81\xf5\x40\x2e\x4f\xac\x35\x03\x3a\x60\xa2\x54\x81\x60\ -\x14\x28\x46\xbf\x5a\x04\x4c\xc2\x2a\xda\xb1\x20\x9a\xef\x02\x4e\ -\x34\x0c\x7f\x05\xc8\x0a\x58\x87\x6a\xb4\x2e\xfc\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x67\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xa0\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xc1\x4a\x02\x61\x18\x45\xbf\xdf\x51\x09\ +\x1b\x69\x46\x48\x24\x5c\xc8\xb8\x17\xda\x06\x42\x10\x44\x2b\x57\ +\xce\x22\xe8\x3d\x7a\x86\x1e\x24\xca\xe7\xf0\x01\xcc\xd6\x96\x18\ +\x15\xd8\xc6\x08\x4d\x19\x9d\xff\xef\x15\xc4\x3b\x70\x21\xbf\xb3\ +\xff\xae\xc7\x83\xb3\x92\x11\x51\xf6\x1b\x83\x0e\x7c\x7c\xcd\x4e\ +\x73\xc6\xde\x8a\x91\xa6\x88\x81\xf7\xb6\xc3\x39\x31\x32\x4a\xd3\ +\xdc\x5d\xbd\x1a\x3e\x21\x4b\x90\xf0\x74\xfa\x1d\x59\x2f\x7d\x16\ +\x91\x43\x64\x07\x60\x6e\xf2\x5e\xab\x16\x04\xe3\x5d\x07\x72\xc8\ +\xa7\x5b\xcf\xc6\xc2\xfb\xf2\x22\x22\xbe\xdb\xd8\x18\x19\x80\x02\ +\x88\x71\xc7\xd0\x7d\x16\x18\x57\x45\xce\xb1\x00\xff\x00\x0d\xc0\ +\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\x60\x0b\xb0\ +\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\x46\x03\xb0\x05\xd8\x68\x00\ +\xb6\x00\x1b\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\x80\ +\x8d\x06\x60\x0b\xb0\xc9\x23\xc7\xc5\xe1\x30\x94\x64\x9d\x95\xcb\ +\x8e\x12\x85\x10\x39\x87\x02\x94\x7a\xbd\xd6\x41\xbf\x8f\x4c\xc0\ +\xac\xda\xed\x16\x72\xbf\xf7\x8f\x80\x06\x60\x0b\xb0\xd1\x00\x6c\ +\x01\x36\x1a\x80\x2d\xc0\x46\x03\xb0\x05\xd8\x68\x00\xb6\x00\x1b\ +\x0d\xc0\x16\x60\xa3\x01\xd8\x02\x6c\x34\x00\x5b\x80\x8d\x06\x60\ +\x0b\xb0\xd1\x00\x6c\x01\x36\x1a\x80\x2d\xc0\x06\x0a\xe0\x8a\xc5\ +\x4d\x56\x22\x2c\x07\xec\x17\x10\x86\x0b\xe8\x3e\x03\x5c\xa5\x32\ +\x47\xee\xa1\x00\x49\xa3\x31\x43\xee\xb3\x20\x8d\x22\xc8\x01\x0a\ +\xb0\xba\xbc\x1a\xd8\x72\x19\x99\x80\xb0\xbe\x2f\xbf\xe7\x17\x03\ +\x64\x03\x7b\x04\xfc\xd2\xc3\xb2\x1b\x27\xd0\x06\xc0\xb2\xd3\x49\ +\xe4\xc8\x7f\x44\x36\xa0\x3f\x47\x6b\x41\x30\xfe\x1c\x4d\xce\xbc\ +\xb7\xc9\x7d\xe1\xe5\xb5\xee\x0c\xfe\x2a\xee\x36\x18\x27\x6e\xdd\ +\x8c\xde\x7f\xba\xd7\x37\x27\xc0\x5b\xa3\x8a\x22\xf2\x07\x53\xa8\ +\x4d\x5d\x36\xca\x21\x9e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x05\x34\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x03\x00\x00\x00\xf3\x6a\x9c\x09\ -\x00\x00\x01\xbc\x50\x4c\x54\x45\x00\x00\x00\xff\xff\xff\xff\xff\ -\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xe3\xe3\ -\xff\xe6\xe6\xff\xea\xea\xff\xdb\xdb\xff\xd2\xd2\xff\xd3\xd3\xff\ -\xd3\xd3\xf7\xde\xde\xff\xde\xde\xf0\xe1\xe1\xf9\xe8\xe8\xef\xd4\ -\xd4\xe4\xbf\xbf\xeb\xd1\xd1\xed\xcd\xcd\xea\xc9\xc9\xef\xcb\xcb\ -\xe9\xbc\xbc\xed\xca\xca\xec\xcf\xcf\xf0\xc4\xc4\xeb\xbf\xbf\xee\ -\xc6\xc6\xed\xc8\xc8\xef\xc2\xc2\xe4\xa3\xa3\xe9\xbc\xbc\xe3\xa9\ -\xa9\xe1\xaf\xaf\xdb\xa4\xa4\xda\x9b\x9b\xdb\x92\x92\xd7\x90\x90\ -\xd7\x92\x92\xd6\x8b\x8b\xd8\x8d\x8d\xd3\x7f\x7f\xd5\x87\x87\xd8\ -\x87\x87\xce\x79\x79\xd0\x6e\x6e\xd0\x6d\x6d\xcc\x6d\x6d\xc4\x58\ -\x58\xcb\x6b\x6b\xcb\x6a\x6a\xc8\x57\x57\xce\x70\x70\xc4\x56\x56\ -\xc3\x4f\x4f\xc0\x46\x46\xc0\x47\x47\xc1\x47\x47\xc3\x4d\x4d\xc3\ -\x4e\x4e\xc2\x4d\x4d\xba\x3b\x3b\xbd\x3e\x3e\xbe\x40\x40\xb9\x32\ -\x32\xb9\x33\x33\xbb\x38\x38\xbc\x3d\x3d\xac\x15\x15\xaf\x1b\x1b\ -\xb1\x16\x16\xb1\x18\x18\xb2\x19\x19\xb3\x1e\x1e\xb3\x1f\x1f\xb4\ -\x22\x22\xb5\x22\x22\xb5\x24\x24\xb6\x24\x24\xb6\x27\x27\xb8\x30\ -\x30\xb9\x30\x30\xb9\x32\x32\x9b\x00\x00\x9c\x00\x00\x9c\x01\x01\ -\x9d\x00\x00\x9e\x01\x01\x9e\x02\x02\x9f\x00\x00\xa0\x02\x02\xa2\ -\x03\x03\xa3\x06\x06\xa4\x01\x01\xa5\x01\x01\xa5\x03\x03\xa5\x0a\ -\x0a\xa6\x09\x09\xa6\x0a\x0a\xa7\x01\x01\xa7\x05\x05\xa8\x01\x01\ -\xa8\x02\x02\xa8\x03\x03\xa8\x07\x07\xa9\x02\x02\xa9\x03\x03\xa9\ -\x04\x04\xa9\x05\x05\xaa\x04\x04\xaa\x06\x06\xaa\x07\x07\xaa\x08\ -\x08\xaa\x0a\x0a\xab\x08\x08\xab\x09\x09\xab\x0a\x0a\xab\x11\x11\ -\xab\x12\x12\xac\x0b\x0b\xac\x0c\x0c\xac\x0e\x0e\xad\x0e\x0e\xad\ -\x0f\x0f\xad\x10\x10\xad\x13\x13\xae\x11\x11\xae\x12\x12\xaf\x13\ -\x13\xaf\x14\x14\xaf\x16\x16\xaf\x17\x17\xb0\x14\x14\xb0\x17\x17\ -\xb2\x1e\x1e\xb3\x1d\x1d\xb3\x1f\x1f\xb5\x27\x27\xb5\x2a\x2a\xb8\ -\x2c\x2c\xb8\x30\x30\xb9\x30\x30\xba\x34\x34\xbc\x38\x38\xbe\x41\ -\x41\xc8\x5c\x5c\x14\x8b\x06\x10\x00\x00\x00\x55\x74\x52\x4e\x53\ -\x00\x01\x02\x03\x04\x05\x06\x09\x0a\x0c\x0e\x11\x17\x1d\x1f\x1f\ -\x22\x2d\x2f\x30\x32\x38\x3d\x40\x44\x48\x50\x56\x58\x66\x73\x7d\ -\x82\x8c\x91\x92\x9d\xa0\xbd\xc7\xcd\xd1\xd3\xd7\xd8\xd9\xe0\xe5\ -\xe7\xe8\xed\xf0\xf3\xf4\xf4\xf6\xf8\xf9\xf9\xf9\xf9\xfa\xfb\xfc\ -\xfc\xfc\xfd\xfd\xfd\xfd\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\ -\xfe\xfe\xfe\xfe\xfe\xba\xc1\xe1\xa5\x00\x00\x01\x05\x49\x44\x41\ -\x54\x78\xda\x6c\xc1\x03\x43\x34\x01\x18\x80\xc1\xe7\xf0\xd9\xb6\ -\xcd\x6c\x1b\x97\x6d\xd7\xbb\x67\xdb\xd9\xfc\xc1\xd9\xed\x0c\xa7\ -\x9e\x7c\x44\x4d\xe5\x26\x6a\x56\xb7\x6f\x70\xd5\xdd\xe5\xad\xf7\ -\x5c\xf5\x23\xb8\xfe\x8f\xab\xca\x95\xc5\x22\x2e\x7a\xa5\x87\x69\ -\x09\xb6\x43\xf6\x67\x4e\xdd\x59\xe9\xe0\xba\xd7\x6a\x5c\xe2\xe6\ -\xd6\x0e\xa7\x52\x93\x2b\x4f\xbf\x58\x9a\xbc\x61\x3e\x85\xd6\x9e\ -\x01\x80\xee\x17\x75\xca\x6c\x46\xa9\x39\x2d\xea\xd6\xe4\x8a\x2b\ -\x07\x00\x1e\xf9\x8a\x1d\x66\x4b\xcb\xbc\xed\x5d\xad\xe3\xb9\x41\ -\x64\x81\x7b\x3f\x81\x6b\x41\xa3\x24\x5c\x6e\xa7\x57\xdf\x6a\xfe\ -\x1d\xb1\xd8\x3d\x8f\x2b\x36\x1e\x00\xf1\x11\x29\x9b\x11\x89\x51\ -\x20\x0d\xb6\x44\xb3\x54\x39\x3c\x99\x40\x4a\xf7\xd4\x9b\x7c\x11\ -\x03\x7f\x15\x91\xb6\x3f\x8a\x59\x64\x0e\xd0\x05\x6a\x78\x3b\x30\ -\x92\xc7\x87\x51\x51\xfe\xdf\x37\x4d\x2a\xbe\x98\x1e\xd0\x01\x13\ -\xbd\x5f\x79\x38\x38\x69\x7b\xcd\x58\x4f\xbd\xf6\x16\xc7\xd2\xfd\ -\x7a\x34\x43\xc3\x3e\x2d\x25\x7d\xdf\xb8\x68\xbc\x3f\x09\xb7\xbf\ -\x73\x49\x75\x67\x23\x2a\x0a\xbb\xb2\x50\xf1\x32\xfe\x82\xbd\xe1\ -\x07\x00\x45\x9d\x3f\x95\x73\xaf\x02\x38\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x28\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x05\x00\x00\x10\x05\ +\x01\xbc\x27\x4c\xec\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xb1\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x49\x6c\x1b\x55\x18\xc7\x7f\xdf\xf3\x9e\ +\x71\x6d\x67\x29\x6a\x54\x52\xd5\x2a\xaa\x04\x65\x13\x0a\x1c\x81\ +\x70\x87\x13\x2a\x82\x0b\x15\x37\x7a\xe9\x01\x2a\x55\xa8\x4a\x46\ +\x2a\x20\xa4\xc2\xa5\x42\x42\x70\x41\x70\x88\x40\xe2\xc2\x76\x40\ +\x80\x82\x38\xa0\x96\xb2\x16\x68\x21\xaa\xb2\x70\x28\xdd\x30\x89\ +\x9d\x8c\x97\x8c\xfd\x38\x84\x25\x4d\xd2\xe6\x79\x32\x63\x8f\x93\ +\xfc\x25\x4b\xb6\xe7\x9b\xf7\x7d\xef\x37\x6f\xbe\xb7\xcd\x48\xe1\ +\xf2\xc4\x73\x22\xbc\x40\x9b\x35\x3b\x73\xe5\x17\x1d\x75\x06\xf3\ +\xf9\xa1\x4a\x2b\xfd\xaa\x56\x3a\xbb\x91\xaa\xb5\xca\x3e\xb7\x1a\ +\x1b\x9f\x9c\x1c\x4b\xb6\xd2\x6f\x68\x00\x00\xd4\x2a\xe5\x81\x56\ +\x43\x08\x15\x00\x68\x3d\x84\xd0\x01\x80\xd6\x42\x08\x25\x00\x68\ +\x1d\x84\xd0\x02\x80\xd6\x40\x08\x35\x00\x08\x1e\x42\xe8\x01\x40\ +\xb0\x10\x3a\x02\x00\x04\x07\xa1\x63\x00\x40\x30\x10\x3a\x0a\x00\ +\xf8\x0f\xa1\xe3\x00\x80\xbf\x10\x3a\x12\x00\xf8\x07\x21\x6a\x6a\ +\xe8\x38\x25\xe6\x8a\x05\x40\x8c\xec\x55\x44\xd1\xd3\xdb\x8f\x52\ +\x11\xaf\xb1\xad\xa9\x5a\xa5\x3c\x00\xa9\xf1\xc9\xc9\xb1\xbd\x5e\ +\x67\x91\xc6\x00\x6a\xd5\x0a\x6e\xdd\x35\x2f\xb9\x0e\xf5\xba\x6b\ +\x0c\xa0\xa7\x7b\x07\x9a\x86\x79\xf9\xff\x6b\x40\x89\xda\x0f\xbc\ +\xed\xe5\x64\x63\x00\xb9\x5c\x1f\xa9\xae\x34\x68\x33\x7b\x15\x51\ +\xc4\x62\x09\xf3\x40\x62\x31\x63\xdb\xe5\xd2\xe8\x26\xae\xcc\x32\ +\xbf\xc6\x96\x22\x24\x12\x29\xaf\x7e\x42\xab\x8e\x4d\x82\x7e\x69\ +\x0b\x40\xbb\x03\x68\xb7\x36\x3d\x00\xe3\x24\xa8\x35\xb8\x6e\x35\ +\xc8\x58\xae\x95\x08\xb1\x68\x3c\x70\x37\xc6\x00\x66\x8b\x57\x70\ +\xe6\x8a\x41\xc6\xb2\x42\x99\x6c\x2f\xe9\x74\x2e\x50\x1f\xc6\x00\ +\x62\x91\x78\xa0\xa3\xba\xe5\x12\x20\x1a\xf1\x3e\x36\x30\x95\x31\ +\x00\x2b\x9d\xc5\x4a\x67\x83\x8c\xa5\x2d\xda\xf4\x49\x70\x0b\x40\ +\xbb\x03\x68\xb7\xb6\x00\xb4\x3b\x80\x76\xcb\xb8\x17\x70\xdd\x05\ +\x1c\xa7\x64\xb8\x1c\xe2\x87\x04\xcb\xda\x86\x8a\x98\x4f\x58\xd7\ +\x94\x6d\xe7\x50\x2a\x4f\xa3\x91\x07\x76\x11\x89\xbc\x6f\x5c\x7a\ +\xa9\x58\xa0\x5c\x9e\xf3\x2f\x18\x03\x69\x1a\x64\x32\xbd\xe6\x27\ +\x9c\x38\x91\xa0\x50\xc8\x23\x92\x47\xeb\x3c\xb0\xfc\xd3\x4d\x63\ +\xc9\xa2\x4b\xbd\x1e\x6f\x62\x1c\x90\x03\x91\xc5\x31\x71\x0b\x24\ +\xa2\xe8\xea\xca\xac\xf8\xff\x92\x53\xe6\xfc\x4c\x91\xe9\x62\x89\ +\xe9\xe2\x3c\xd3\xc5\x12\x63\xbf\x5f\x18\xc1\xb6\x8f\x53\x28\xf4\ +\x03\x62\x1c\xa3\x88\x18\x03\x88\xc7\x13\xc4\xe3\x37\x99\x9a\x07\ +\xa2\x62\x6d\x81\xdb\xdf\x7a\x0f\xb7\xb1\xa2\x82\x7b\xbd\x96\xd9\ +\x51\x49\xb0\x52\xaf\xaf\x56\xf9\x75\xa9\xa3\x00\x04\xa1\x4d\x0f\ +\xc0\xc7\x3e\xa6\xa3\x34\x03\xc4\x61\xe3\xb6\x80\x1a\x30\x01\x7c\ +\x06\xbc\x81\xc8\x11\x44\xf6\xa3\xd4\x20\xb0\x13\xdb\xee\x06\xbe\ +\x84\x26\x5a\x40\xd9\x99\xa3\x54\x2a\x18\xef\x0b\xac\x5b\x4a\xc8\ +\x66\xfb\xae\xbb\x14\x9f\x4b\xc4\xd9\x9d\x49\xb3\x3b\xb3\x8d\x8b\ +\x8e\xf3\xe1\xc9\x3f\xae\x7c\xc4\x62\xa5\x27\x80\x29\x6c\xdb\x68\ +\x97\xc5\x18\x40\xb5\xea\xe0\xba\x0b\xa6\xe6\xeb\x57\x1d\x6a\xb5\ +\xca\xaa\x00\xce\x1e\x78\x94\x7e\xab\xeb\xbf\xdf\x1a\xfd\x4e\xcf\ +\xf6\x3d\xa3\x5e\xdc\x18\x03\xc8\xe6\xb6\x93\x4c\x5a\xe8\x16\x35\ +\x01\x11\x21\x91\xe8\x5a\xf5\x58\x44\xfc\x1b\x90\x1b\x03\x10\x11\ +\x92\x29\xcb\x37\xc7\x61\xd1\x46\x4d\x82\xc6\xda\x02\xd0\xee\x00\ +\xda\xad\x4d\x0f\xa0\x89\x91\xa0\xc6\x75\x17\xd0\xad\x9a\x0e\x23\ +\x44\x63\xeb\xd8\x19\x3a\x7e\xdc\xc2\x71\x9e\x42\xeb\x47\x58\x5c\ +\x0b\xa8\x00\x67\x10\x79\x93\x91\x91\x4f\xff\x35\x33\xdf\x19\x9a\ +\x29\x30\x3f\x3f\xe3\x3d\x20\x0f\xca\xe6\x7a\xb1\x2c\x0f\x3b\x43\ +\xc7\x8e\xdd\xca\xfc\xfc\x07\xc0\x2d\xcb\x8e\xec\x43\xeb\xc7\xb1\ +\xed\x51\x20\x01\x4d\xdc\x02\x91\x68\x04\x1f\xbb\xdf\x35\x25\x08\ +\x4a\x79\x98\xaa\xd8\x76\x86\x7a\xfd\x13\x56\x56\x7e\xa9\x9e\x00\ +\x86\xa0\x89\x16\x90\x4e\xe7\x02\xdf\xa7\xf3\x49\x07\x81\x01\x53\ +\xe3\x8d\x98\x04\x87\x8c\x2d\xb5\xd6\x1b\x11\x40\x33\x99\x73\x2e\ +\x74\xeb\x01\xdf\x5d\xfe\x93\xd7\xcf\x9c\xe3\xab\x0b\x97\x28\x56\ +\x6b\xf4\x24\x93\x3c\x70\xf3\x0e\x0e\xde\x7d\x1b\xb9\xa4\xd1\x53\ +\x67\xdf\x00\x0f\x1a\x39\x53\xea\x74\xa8\x00\xbc\xf2\xed\x4f\xbc\ +\x78\xea\x07\x1a\x4b\xba\xda\x62\x6d\x81\xa9\xb3\x25\x46\x7f\x3d\ +\xcf\x33\x83\x77\xae\x5d\x48\x34\xfa\x2a\xae\xfb\x34\xb0\xd6\xc4\ +\xe5\x73\x86\x87\x4f\x87\xe6\x16\x78\xf7\xb7\x09\x9e\x3f\xf9\xfd\ +\x35\x95\x5f\xaa\x85\x86\xe6\xa5\xaf\x7f\x5c\xbb\xa0\xa3\x47\xa7\ +\x11\x79\x0c\x98\xbf\x81\xd5\xcf\x2c\xf6\x04\xe1\x48\x82\x5a\x1b\ +\x56\xce\x54\x23\x23\x1f\x03\xf7\xb0\xf8\xf4\xe8\xd2\xc1\xcb\x79\ +\x44\x8e\x92\xc9\xdc\x87\x6d\x5f\x86\x90\xac\x09\x5e\x74\xca\x4c\ +\x15\x4b\xc6\xf6\x11\x65\x70\xdd\x6c\x7b\x1c\x78\xf2\x9f\xef\x7d\ +\x58\x56\x99\xc3\x87\x57\xb4\x8a\x50\x00\x68\x76\x74\xdd\x15\x6d\ +\xf2\x51\x1d\xdb\xbe\x7a\xbd\x43\xa1\xb8\x05\xfa\xad\x14\x3b\xd3\ +\xab\xaf\xfe\x2c\xd7\x1d\x7d\x3d\xa4\xa2\xfe\x5d\xb7\x50\x00\x10\ +\x11\x9e\x35\xc9\xf0\xc0\x61\x43\x3b\x53\x45\x45\x74\x19\xe4\x2f\ +\x5f\x4b\xf5\xa0\x03\xfb\xf6\x32\x5e\x98\x4d\xbd\x76\xe6\xdc\xaa\ +\x2f\x40\x28\x11\x8e\xdc\x7b\x57\xf9\xe1\x3d\xbb\x56\xbc\x17\xa0\ +\xb4\xd4\xbc\xfa\x6d\xe1\xf4\xc6\x50\xb6\xfd\x10\x70\x08\xb8\x1f\ +\xc8\x01\x57\x81\x2f\x50\xea\x65\x86\x87\x4f\xf9\xed\xee\x6f\x1b\ +\xb4\xa1\x64\x25\x5e\x37\x40\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x01\x34\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\xef\x49\x44\x41\x54\x78\x01\xa5\x93\x03\x74\x2b\x69\ -\x18\x86\xd7\xb6\x6d\x1b\xc7\xeb\x3d\xea\x31\xd7\xb6\x6a\xdb\xbd\ -\x66\x71\xae\x6d\xd5\x6d\xae\x63\x73\x66\x62\x54\x69\xec\xe4\x36\ -\x29\xf3\xee\x3f\xdd\xa6\x6b\x7f\xe7\x3c\xe3\x79\x3e\xcc\x3f\xe7\ -\xfd\xdf\xa8\xba\x66\xf3\xcd\x45\xd7\xb4\xdf\xfe\xaf\x5e\xfa\x21\ -\xfb\xbb\x4f\x08\x47\x09\x4e\xc2\x0c\x61\x96\xe0\x22\x74\xb1\xf7\ -\xd8\x67\xca\xae\xdf\xf4\x61\xd5\x75\x9b\xb3\xff\x8d\x70\x64\xd7\ -\x9e\xdd\x09\xaf\xd7\x3b\x97\x4c\x4d\x62\x66\x76\x96\x30\x87\x64\ -\x2a\x09\xb7\xdb\x95\xee\xec\x3c\x96\x24\xcf\x8c\x57\xdc\xd9\xa6\ -\xaf\xba\x7e\x93\xfc\x9f\x48\x5b\x89\x30\x14\x8d\xc6\xd2\x91\x68\ -\x0c\x56\xbb\x03\x0a\x95\x16\x72\xa5\x1a\x3a\x8a\x86\xe0\x88\x1c\ -\xaa\x2e\x1a\xe6\x33\x43\xa0\x07\xac\x20\x52\x54\xdd\xb0\x19\xd5\ -\xd7\x6c\xcc\xaa\xbc\x76\xd3\xab\x15\xd7\x6e\x78\x93\xec\x5f\xfe\ -\x9d\xb4\xaf\xbf\x2f\x31\x3d\x33\x0b\xb3\xd5\x06\x9e\x40\x84\xd3\ -\x5c\x21\xb8\x42\x29\x24\x0a\x0d\x74\xb4\x1e\xdc\x03\x12\xb4\x3c\ -\xbc\x03\xd5\x44\x46\x60\xa5\xac\x3c\x73\xce\x1e\x07\x88\xfc\x8d\ -\x5f\xb5\xbf\x66\xcd\xaa\x30\xdb\xb2\x46\x4b\x61\xf0\xf8\x29\x1c\ -\x3f\xc5\x05\xe7\x34\x1f\x27\x79\x12\x48\x94\x34\x74\x7a\x13\x28\ -\x9a\x82\x99\xa2\xb0\xe7\xf3\x9e\xdf\x0a\x51\x79\xef\x7a\x59\xe5\ -\x75\x1b\xaf\xf9\x6d\xb5\xe3\xe1\x48\x24\x3d\xe6\x74\x42\x2c\x95\ -\x41\x24\x91\xcf\x57\xcb\x39\x23\x00\xe7\xac\x18\x7c\xb9\x0e\x0a\ -\x0d\x0d\xad\x46\x0d\x8b\x5e\x09\x9b\x56\x81\xa5\x8f\xef\xcc\x88\ -\xd1\xfc\xe0\x0e\xe4\x7d\x97\x1f\xff\xdd\xc7\x3a\xd6\x79\x74\x2a\ -\x99\x4c\x82\xa6\x19\x28\x94\x4a\x82\x0a\x62\x99\x1c\xa7\x88\x5c\ -\x49\x9b\xa1\x31\xda\x61\xb0\x0e\xc1\xa0\xd7\xc1\xac\xe3\x43\xd5\ -\x7d\x1a\x55\x37\x6e\x46\xed\xcd\x5b\x51\x77\xfb\x96\xf9\x8a\x5b\ -\xcb\x36\xa6\x73\x72\xb3\x73\x17\xc5\xd9\x39\xdf\x0f\xba\xdc\x2e\ -\x90\x15\x00\x86\xa1\xa1\x52\xc9\xa1\x90\x8b\xe7\xa1\xf5\x7a\xf4\ -\x0f\x72\x50\x56\x56\x8a\x92\xb2\x62\x1c\x3a\xb8\x1b\x4e\x2b\x0f\ -\x07\xbe\x3d\x88\xd5\x2f\xee\x86\xea\x2c\x0f\x8c\x52\x8d\xd6\xd7\ -\x0e\x62\xd3\xdb\x47\x51\x5e\x5e\x3a\xb2\x28\xce\xcb\xcf\x89\x4f\ -\x4d\x4d\xc1\xe9\x1c\x85\xd9\xa8\x87\x4e\x25\x82\x5c\x78\x1c\x8c\ -\x86\x8f\xd3\x27\x07\xd0\xd2\xd2\x9c\xde\xb4\x69\x93\x63\xfb\xf6\ -\xed\x03\xad\xad\xeb\x67\x7b\x3a\xf7\x61\xb0\x61\x10\x4a\x6e\x3f\ -\x8c\x3a\x09\xac\x26\x06\x0e\xab\x0d\x9c\xa5\x22\x14\xe4\x16\xcc\ -\xfc\x62\x14\xdf\xcf\x91\x80\xc7\x3d\x8e\x21\x2b\x03\xa3\xf6\x34\ -\x54\x82\x83\xb0\x68\xfa\x50\x5c\x9c\x8b\x6d\xdb\xb6\x0d\x64\x9e\ -\x5d\xbb\x76\xed\x1b\x65\xe5\x25\x38\x17\x72\x42\xaf\x11\x61\xc4\ -\x6e\xc4\xd8\xb0\x1d\xc3\xc3\x43\x88\x44\x22\x20\xdd\xe3\x97\xa3\ -\x48\xb3\x62\xbf\xcf\x83\x31\x07\x03\xab\xae\x0f\x1a\xde\x36\x58\ -\x54\x47\x51\x5f\x5f\x85\xa6\xa6\xa6\x57\x7f\xf1\x3d\x2e\x2a\x2b\ -\x2f\x4e\x9f\x8b\x05\xc1\xe8\x94\x18\xb2\x5b\x30\x3c\x64\xc7\x90\ -\xc3\x81\x58\x2c\xf6\x6b\x71\x7e\x41\x5e\x72\x7a\x7a\x1a\xd1\x70\ -\x10\x1e\x27\x79\xc8\x28\x06\x23\xeb\x83\x41\xc9\xc1\x91\x43\xbb\ -\xb0\x6c\xd9\x52\x13\x2b\xfc\x49\x5a\xda\xce\xe1\x74\x22\x14\x1c\ -\x83\x4c\x2a\x02\xa5\xd3\x82\xa2\x28\x30\x0c\x83\x40\xc0\x8f\xc2\ -\xc2\xfc\xd9\x45\x71\x59\x59\x89\xd5\xe7\xf3\x61\xe2\x5c\x1c\x41\ -\x9f\x1b\x4e\x87\x01\x16\x46\x06\x46\x23\x86\x8d\x54\x74\x86\xcb\ -\xc5\x92\xa5\x2d\x73\x2d\x4b\x9b\x67\x78\xc2\x33\x69\xaf\xcf\x0c\ -\xb3\x49\x00\x95\x52\x0c\xb9\x5c\x06\x85\x42\x01\xab\xd5\x0a\x93\ -\xc9\x88\xaa\xea\xca\xc4\xa2\x38\x37\x37\x3b\xef\xe8\xb1\xa3\xe9\ -\xe9\xe9\x29\x44\x23\x61\xf8\x89\xdc\xe3\x1a\x21\xed\xd9\x40\x19\ -\xcd\xa0\x2c\xa3\xa0\xec\x6e\xd0\x0e\x2f\x0c\x8e\x31\xa8\x29\x09\ -\x74\xda\xb3\xa4\x4a\x15\x64\x32\x19\x24\x12\x09\xdc\x6e\x37\x76\ -\xed\xda\x89\xa6\xe6\xc6\x33\xe7\xfd\x32\x0a\x8b\xf2\xa7\xd9\x19\ -\xa5\x52\x29\xc4\xe2\x71\xf8\x03\x01\x8c\x8c\xbb\x61\xb0\x8d\x82\ -\x2b\xa7\xd1\x77\x56\x81\x01\x9e\x0a\x83\x5c\x19\x78\x62\x31\x94\ -\x4a\x1e\xb4\x1a\x1e\xa9\x58\x02\xa3\xd1\x88\xd1\xd1\x11\xd4\xd6\ -\xd5\xa4\xeb\xeb\xeb\x6f\xcc\x38\x33\x73\x2e\x68\xef\x68\x4b\x4f\ -\x4d\xcf\x60\x22\x99\x42\x38\x1a\x87\xcb\x17\x82\x7d\xcc\x0b\x39\ -\x65\x83\x50\x6d\x81\x50\x63\x81\x40\xc1\x10\xb1\x02\x22\x31\x1f\ -\x22\x21\x07\x7a\x3d\x05\xbf\xdf\x8f\xb6\xf6\xf5\xa8\x6f\xa8\xeb\ -\x3c\xef\x0f\xe2\xe2\x8a\x8a\xb2\xc6\xae\xee\x4e\x4c\x4d\x4d\x23\ -\x31\x91\x42\x28\x12\x87\xd3\x1b\x82\xd6\xe8\x80\x9c\xb6\x41\xc9\ -\xd8\x21\xd3\x1a\x21\x92\xa9\x20\x10\x8a\xc0\x30\x14\xbc\x5e\x0f\ -\xf6\xec\xd9\x8d\xea\xea\xca\x30\x71\x5c\x4a\xb8\x20\x23\x3c\x9f\ -\x70\x19\xe1\x5a\xc2\x6d\x64\xf8\x9c\x8e\x0d\x1d\xf3\xa3\x48\xa6\ -\xa6\xe0\x0b\x46\x60\x1d\x76\x42\x6f\x1d\x99\x1f\x0b\x65\xb0\xc2\ -\x68\xb6\x62\xdc\xe5\x86\xc9\x6c\x22\x95\xb6\xb2\x7f\x5b\xea\x91\ -\x47\x1e\x79\x86\xbc\x7f\x23\xe1\x92\x8c\xfc\xfc\x85\x93\x2b\x09\ -\xb7\x10\x1e\xfe\xfa\xeb\xaf\xda\x8b\x4b\x0a\xd3\xdd\x3d\xdd\x30\ -\x18\x4d\x70\xba\x3c\xf0\x06\xc2\xf0\x05\x22\x70\x7b\x7c\x44\x68\ -\xc1\xde\xfd\x7b\xd9\xa5\x85\xd2\xb2\x92\x23\x17\x5d\x74\xd1\x8b\ -\xe4\xbd\x07\xe6\x8b\xcb\x88\x33\xb1\x70\x72\xc9\x42\xd6\x5b\xaf\ -\xb8\xe2\x8a\x07\x1a\x1a\xea\xcd\x75\x75\x35\xd3\x6c\x92\x9c\xdc\ -\x1f\xc0\x42\x8e\x51\x5b\x5b\x3d\xd7\xd8\xd4\xe8\x24\x55\x66\x84\ -\x37\x10\xae\x20\x5c\xf8\x6b\xe9\xef\xe3\x82\x05\x2e\x26\x5c\xfe\ -\xd4\x53\x4f\xdd\xfe\xee\xbb\xef\xbe\xf8\xe9\xa7\x9f\xbe\x9a\x95\ -\x95\xf5\xc8\xd5\x57\x5f\x7d\xdd\xc2\xf8\x2e\x5a\x78\xee\xfc\xdf\ -\x0a\x7e\x04\x89\x01\x0b\xe6\x62\x1a\x41\x11\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x2b\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xb1\x49\x44\ +\x41\x54\x38\x8d\x63\x64\x40\x02\xff\xff\xff\x67\x7c\xf9\xee\x5d\ +\xf2\xff\xff\x8c\xc2\x0c\x58\x00\x23\xe3\xff\xb7\x12\xc2\xc2\x73\ +\x50\xc4\x90\x39\xcf\xdf\xbf\x57\x60\xf8\xfb\xef\x3e\x36\xcd\x70\ +\xc0\xcc\xa4\x28\x29\x28\xf8\x00\xc6\x65\x42\x96\x63\xfa\xc5\xc8\ +\x8c\x57\x33\x16\x35\x4c\xb8\x14\x12\x0b\x06\xde\x00\x16\x14\xd3\ +\xde\x3f\x64\x61\x64\xfe\x83\x57\x03\xe3\x5f\x16\x14\x3d\x28\x1c\ +\x9e\xb3\x73\xa5\x38\x0e\x4d\xc2\x6b\xc0\x0f\xbb\x3c\x29\x06\x06\ +\x86\x9b\x70\x4b\x89\x74\x29\x4e\x30\x6a\x00\xba\x01\x4c\x6c\xff\ +\x09\xeb\x40\x55\x83\x62\xc0\x17\x2d\xaf\xe7\x0c\x4c\x78\xb2\x03\ +\x13\x0b\x44\x0d\x12\x60\x44\x57\xf3\x7d\x51\xda\x4c\xc6\x2f\x6f\ +\x65\xb1\xe9\xff\xcf\x23\xfc\x98\x33\x6e\x56\x3a\xb2\x18\x00\x30\ +\x66\x2c\x38\x07\x86\x2c\x53\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x00\xfd\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x02\xf2\x49\x44\x41\x54\x78\x01\xad\xd1\x03\x70\x63\x51\ -\x14\x06\xe0\x8e\xb1\x63\xef\xd8\x46\x87\x6b\xdb\xb6\x59\xbd\xa6\ -\xb6\x6d\xdb\xb6\x92\xd4\x56\x9c\x97\xd4\x58\x6f\xed\x99\xa9\xdd\ -\xb3\x39\x6f\xe6\x65\xdf\xab\x95\x99\x7f\x6e\x7b\x72\xee\x77\xcf\ -\xcd\xd5\x60\x7e\x08\x37\x8b\xb8\x3b\x56\x41\x13\xc7\xb5\x7c\x80\ -\x99\x0b\x84\xf7\xcc\x33\x4b\x3b\x19\xc7\xe5\xf1\x29\x8d\xbd\x7e\ -\xc2\x92\x8c\x34\x2f\x1a\x06\x2f\x7d\x0c\xaf\x9c\x76\xca\x6b\x99\ -\x35\xcd\x6c\x5b\x0d\x28\xf9\x01\x66\x59\x1d\xf0\x29\x51\x09\x8f\ -\xac\xbc\x7f\xdd\xe0\x38\xf7\xeb\x3a\xbc\x7c\xb5\x27\xf4\x81\x6a\ -\xa3\x56\xb2\x72\xf9\xb2\x65\xec\xea\x39\xe3\xf0\xb5\x53\x44\x10\ -\x5c\xb3\x4b\xa1\x50\xd3\xcc\x76\xd0\x4b\x6b\x83\x9b\x8e\x99\x70\ -\x4e\xd7\x6b\x8e\x70\x7a\x76\x63\x57\xf0\x5b\x5b\xab\x72\x7d\x3f\ -\xff\xea\x57\xf6\x9e\xed\xd6\x7e\x9f\x5f\x60\xcd\xd2\xe7\xf5\xf5\ -\x8b\x1c\xcf\xc9\x6b\x76\xc9\x6b\x6f\xa3\xc5\x80\x79\x15\x5e\xaf\ -\xc2\xd3\x57\xcf\x11\xee\x93\xa6\x2e\x77\x8e\xec\x08\xdf\x31\x76\ -\xfe\x65\xe8\xed\x9c\x1f\x95\x42\x1c\x65\xd6\x2d\x7c\x08\x13\x9c\ -\xfc\x91\x6f\x31\x3c\x0f\xae\xa6\xe0\xf7\x71\x72\x78\x6c\xe1\xd8\ -\xf6\xde\x8e\x93\xb4\x23\xfc\xca\xda\x98\x6f\xeb\xa4\xef\xca\x31\ -\xd4\x03\x66\xcc\xac\x08\x7c\x3c\x44\x59\xd1\xf6\x0a\x81\xc7\xc6\ -\x36\xcc\x5e\x3a\xe6\x2c\xd8\xd2\xf3\x8b\x8e\xb1\x99\x1e\xcc\xcd\ -\xcd\x6d\xc8\x66\xf0\xfb\x58\x19\xd6\x37\xf4\x22\xce\x82\x55\x85\ -\xcb\x2e\x6e\x8e\x30\x3e\x3e\x4e\x35\x8c\x8d\x8d\xd1\x51\xc3\xf7\ -\xbd\xf8\x6a\xf8\x53\x52\x33\xd6\xd5\x3d\xdd\xdf\xbb\xa9\x55\x65\ -\x20\xae\xc9\x84\xb5\x62\xe2\xa2\x28\x78\x74\x6c\x94\x9e\x14\xb3\ -\x29\xfc\x31\x41\x49\xd5\x4f\xeb\x07\x51\x6b\x4f\x6f\x0f\x05\x87\ -\x86\x07\x21\xfc\x94\x09\x17\x93\xa4\x1c\xfa\xfa\xfa\x58\x93\xe2\ -\x95\x31\x5a\x29\xad\x14\xfc\xc0\xe7\xff\x23\xbe\x8e\x68\x84\xb7\ -\x51\x22\xd6\xe4\x4d\x4d\x0a\x84\x5d\x98\x30\x0c\x0e\x0e\xb2\xe0\ -\xd6\x4e\x12\x27\xa2\xe0\xbb\x1e\x5c\xb8\xef\xc9\xc3\x15\x0f\xc0\ -\x95\x82\xf1\x7b\xb2\x45\xa8\xde\x83\x37\x46\x8b\x46\x35\x2d\xac\ -\xcc\x36\xfd\x7d\x65\xcd\x02\x9c\x88\xc6\xe9\x03\x10\xc5\x3a\x7e\ -\xaf\xee\xc5\xbd\x68\x38\x38\xd9\x03\x9a\x08\x3f\xf5\x0f\xf0\xa3\ -\x8a\x03\x03\x03\xea\x17\x9e\x98\x98\xd8\x80\x6f\x86\xd2\xfd\xb8\ -\x17\x0d\xb4\xd0\x44\xd8\xa5\xac\xac\x0c\x86\x86\x86\xd6\x46\x46\ -\x86\x71\x65\x1d\x80\x69\xeb\x26\x69\x1c\xaf\x8f\xff\xb3\x40\x4c\ -\xaf\xea\x01\xff\xfe\xfd\xbb\xc6\xe3\x71\x11\x0e\xd0\xd0\xd2\xf9\ -\xcc\x6b\x6e\x6e\x86\xe9\xe9\x69\x6c\xd8\x32\x22\xb2\x8e\xc2\xa5\ -\xca\x46\xba\xc6\x42\x7b\xfb\x7a\x60\x72\x72\x12\x94\x4a\x25\x7c\ -\xd5\xfe\x1c\x8b\x13\xe3\xc9\x87\x1a\x34\x29\xb8\xa7\xa7\x07\x4f\ -\xda\x32\x0a\x85\x62\xcb\x90\x24\xc9\x0c\x5a\x6c\x58\x22\x91\xc0\ -\x8f\x1f\x3f\x20\x28\x28\x08\x22\x23\x23\x21\x25\x35\x19\xb8\x5c\ -\x2e\xf0\xf9\x7c\xa8\xac\xac\x84\xaa\xaa\x2a\x10\x0a\x85\xd0\xd2\ -\xd2\x02\x75\x75\x75\xd0\xd9\xd9\xb9\xd9\xba\x39\xdc\xd5\xd5\x05\ -\xa1\xa1\xa1\x10\x11\x11\x01\x69\x69\x69\x90\x95\x95\x05\xb9\xb9\ -\xb9\x50\x51\x51\x01\xf5\xf5\xf5\x20\x10\x08\xf6\x0e\x4b\xa5\x52\ -\xbc\xb6\x6a\x2a\x01\x8d\x60\xa3\x3a\x62\xb1\x18\xb3\x37\x58\x2e\ -\x97\xaf\x61\xe1\x10\x82\x37\x5f\xa3\xe0\x27\xcf\x1e\x3d\xc5\x3f\ -\x0e\x33\x2a\xf3\xc4\x3f\xf2\xf0\xd6\xbb\x01\xe0\xe6\xef\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x4f\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x7a\x49\x44\ +\x41\x54\x38\x8d\xed\x8f\x31\x0a\xc0\x20\x0c\x45\x7f\xaa\x37\xe8\ +\xd2\x49\x04\x77\x2f\xe5\xb5\x4a\xcf\xe4\xea\xe0\xdc\xa9\x73\x37\ +\xd3\xad\x88\x68\xa5\x50\x70\xe9\xdf\x92\xfc\xf7\x20\x84\x2c\xcc\ +\x4c\x00\x1c\x80\x19\xf5\x1c\x44\xb4\x36\x6e\x00\x33\x6b\xee\x47\ +\xe7\xcc\x54\x38\x44\xd3\xde\xe8\x94\x82\xd7\x19\x2f\x90\xf9\x10\ +\x42\x50\x31\xc6\x47\xc0\x18\xa3\x00\xdc\xa5\xf1\x2f\xfc\x82\xaf\ +\x05\x42\x88\xb3\x07\x94\x1d\x2a\x0b\xde\xfb\x2d\xa5\xb4\xd4\x60\ +\x29\xe5\x6e\xad\x75\xf9\xee\x02\xa7\x77\x3b\xe3\x6a\x72\xee\xd5\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xf9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\x16\x49\x44\x41\x54\x78\x01\xb5\x93\x63\x74\x1c\x6d\ -\x14\xc7\x5f\xdb\xb6\x3e\xbf\xb6\x6d\xbb\x56\xb8\xde\xd8\x4e\x6a\ -\xdb\x9d\x6e\xb9\x39\x3d\xb5\xdd\x6e\x3c\xcb\xd9\x0d\x46\x6b\xc5\ -\x58\xc4\x99\xa7\xf7\xc9\xa9\xcd\x7b\xce\x7f\x7c\x7f\x97\x73\xd3\ -\xa5\xec\xc7\x1f\x7f\xbc\xf9\xa6\xeb\x65\x29\x69\xc9\xc5\xca\x38\ -\x59\x38\x2e\x5e\x2e\x28\xe2\xa4\x48\x19\x2f\x1b\x90\x2b\x25\xa1\ -\x8c\xac\xb4\x85\x57\x05\x4c\x4d\x4b\xfe\x5c\xae\x94\x75\x6b\x75\ -\xa4\xc0\x72\x3c\xaa\xae\x65\x04\xaa\x86\x19\xa8\xa5\x59\x54\x07\ -\x22\xc9\x2a\x41\xa6\x90\x76\x41\x80\x8f\x2f\x1b\x9a\x9b\x9f\xf5\ -\x1e\x64\x06\x40\x0e\x2d\x28\x3e\xda\x23\x5f\x58\xd6\x91\xac\x32\ -\xf6\x26\x10\x46\x21\x89\x30\xf4\x8a\xe6\x6a\x3a\x96\x6e\xd4\xf4\ -\xd8\x6c\x36\x04\x55\x0c\x14\x8d\xcf\x7f\xeb\xb2\xc0\x32\x85\x24\ -\xcc\xb2\x2c\x9a\xb2\xae\x6c\x10\x56\x41\x37\xb5\xb8\x9a\xc2\x4d\ -\x8e\xc6\x90\xbf\xd6\xdd\xe1\xde\x54\xe9\xb6\x25\x10\x86\x81\x19\ -\xea\xb2\x1e\x0e\x82\x4b\xe5\xe2\xe0\x25\xa1\x59\x39\x19\x29\xeb\ -\xd5\xeb\x7a\x57\x6c\x2e\xed\x01\x67\xa1\xd6\xd5\xe1\xf7\xb7\x76\ -\x35\x35\x07\xba\xdb\x3d\xcd\x9d\x0d\x9c\x2f\xe8\xa2\x1c\xed\xfc\ -\xc2\x3d\x9c\x26\x7e\x85\x41\xd8\xb8\x8f\xec\x59\xbd\x46\xd5\x95\ -\x9b\x9f\xad\xbc\x28\x58\x2c\x8d\x69\x62\x59\x06\xc5\xcc\x3a\x1c\ -\x2e\x2e\x75\x71\xac\x37\xe0\x72\x36\x86\xbd\x9e\xe6\xb0\x07\xb2\ -\xb6\x71\xbe\x40\x9d\xd9\xd1\x46\x8d\xdf\x50\xbb\x0e\xaa\x39\x58\ -\xb0\x86\xec\x65\x18\x1a\x81\x9f\xff\xa2\x60\x98\x78\x1f\x6f\x85\ -\xde\x2d\x21\xfb\x4b\x6b\x1b\x6b\x2d\x8e\x76\x16\xe0\x75\xb6\xfa\ -\x90\xc5\x5a\x1f\x34\x30\x9e\x40\xf9\x5e\x83\x7f\x43\xc2\x72\xe3\ -\xd4\x84\x15\xc6\xa5\xf8\x3b\x97\xcb\x85\xa0\x7d\x7d\x17\x05\xc3\ -\x30\x04\x9a\xe5\x10\x94\x89\x76\xe8\x7c\x5a\x2d\xd7\xac\xb7\x38\ -\xdb\xcb\xeb\x3c\x1d\x47\x18\x6f\x60\x4f\x25\xd3\xac\x4a\x53\x51\ -\x8a\x44\xc2\x98\x81\xe1\xf8\x3b\x0c\xc6\x7e\x97\x18\x9c\xb8\xd7\ -\x6e\xb7\xa3\x94\x95\x7a\x61\xe6\x56\x66\xfb\x2e\xbd\x6f\x67\x05\ -\xd3\xbc\xed\x88\xa5\x61\xf1\x36\xd2\x9b\x91\x44\x18\xff\x8c\x27\ -\x8c\xc3\x93\x56\x98\x64\x00\x2f\x50\x2c\xa9\xea\xc7\x03\x04\xbf\ -\x9e\x8b\x82\x0b\xc7\xe7\x55\x94\x96\x96\xf6\x8d\x5f\x47\xf6\x8b\ -\xe7\x95\x95\xe1\xac\x00\x94\x9c\xb0\x92\x1a\x9d\x4c\x50\x3f\x42\ -\xf9\x1f\x27\xad\x30\xfe\x01\x01\xa2\xc7\x4d\xd9\x7b\x78\x72\xb1\ -\x76\xa0\xaa\xaa\xb2\xbb\x68\x42\xc1\x91\x8b\x82\x27\x4e\x2e\x8a\ -\x28\x28\xca\x77\x51\x8c\x13\xc1\x56\x20\xe5\x32\xfd\xa2\xf8\x15\ -\xa6\xd4\x04\xc2\x14\x81\x81\xf1\x84\xfe\x47\x18\xda\x7f\xb2\x85\ -\x15\x99\xf8\xbd\x99\x71\xa0\x58\x71\x74\x63\x52\x4a\x7c\xce\x25\ -\x57\x4e\x22\x13\xf9\xd5\xc5\xea\xe6\xbd\x24\x3f\x08\x1f\x39\x7e\ -\xbb\x29\x6e\x29\x99\x92\x40\xe8\x23\x00\x28\x1e\x96\xb7\x51\x9f\ -\x08\xcf\x0f\x19\x6c\x48\xa7\xd3\x0d\x6c\xdc\xb8\xd1\x2b\x12\xc7\ -\x04\xfe\x1b\xf2\xcf\xd3\x17\x05\x4f\x9a\x32\xfe\x75\xe8\x59\xd7\ -\xec\x39\xb3\xdd\x9c\xab\x01\x2d\xd8\x6e\x46\x69\x2a\xbd\x00\x41\ -\xe0\x6c\x10\x16\xee\xb0\xa0\x1a\xde\x83\x24\x52\xd1\x80\xd3\xe9\ -\x44\x6a\xb5\x1a\x2d\x58\xb0\x20\x18\x23\x8a\x6a\xb8\x2c\x38\x64\ -\xee\xc9\xcd\xcb\xe6\x67\xce\x9a\xe9\xd2\x68\x34\x01\x3c\xd4\x43\ -\x87\x0e\xb5\x4f\x9e\x32\x99\x8e\x8a\x89\x70\x8e\x1a\x35\x2a\x52\ -\xae\x90\x22\x9a\xa6\x31\x18\x2d\x5e\xbc\xb8\x1b\xda\xd2\x7a\x49\ -\xf8\xf1\x00\xe3\x40\xbb\xa0\x82\x30\xec\xb8\x80\xcf\xf8\x1e\x3f\ -\xc7\xef\xa5\x52\xe9\x04\x99\x5c\x82\xcc\x66\x33\x5a\xba\x74\x29\ -\x86\xf7\x03\x3c\xf0\xef\xff\x7f\x3f\x73\xd3\x65\xd8\x2d\xa0\xdb\ -\x40\xb7\x83\xee\x38\xae\x3b\x4f\x5c\x47\x46\x46\x46\x01\x5c\xc0\ -\x70\x95\x4a\x85\x5b\x23\x88\x24\x31\x9d\x7f\xff\xfb\xd7\x0b\xe7\ -\x03\x61\xa7\xbb\x41\xf7\x81\x1e\x7c\xeb\xad\xb7\x1e\x3f\x70\xe0\ -\xc0\xe7\x16\x8b\x65\x08\x68\xc4\xe1\xc3\x87\x7f\x8c\x88\x88\x78\ -\x05\xde\x3d\x0e\x7a\xf4\xcf\x3f\xff\xfc\x55\x2a\x13\x0b\x14\x45\ -\x21\x58\x57\x54\x53\x53\x83\x86\x0e\x1f\xe2\x3d\x1d\x8a\x33\xbb\ -\x0b\x74\x2f\x06\x62\xa7\x7b\xee\xb9\xe7\xa9\xf5\xeb\xd7\x7f\x05\ -\x1f\x27\x35\x37\x37\x6f\xf4\xfb\xfd\x6b\x48\x92\x4c\x9d\x36\x6d\ -\xda\xf7\xf0\x1e\xc3\x5f\x04\x3d\xfb\x21\xd8\xe8\xb1\xa3\x10\xcf\ -\xf3\x83\x7f\xa3\x48\x12\xcb\x0f\x26\x79\xdc\x6e\x3e\x9e\xed\x3d\ -\xa0\x07\x40\x0f\x1f\xcf\xea\x29\xec\x0c\xc2\xe5\xbd\x04\x7a\xf9\ -\xf8\x19\xdf\x3f\x7b\xfc\xfd\xe3\x1f\x7c\xf4\xfe\x1b\x63\xc6\x8e\ -\x36\x89\x25\xa2\xfa\x21\x43\x86\xbc\x76\xbe\xbe\xde\x7c\x3c\xda\ -\xed\xa7\x55\x70\x3f\xe8\x21\x1c\x0c\xeb\xf8\xf5\x03\xc7\xdb\x75\ -\xcf\xf1\x84\x6e\x3d\xee\x7b\xe3\xed\x18\x52\x0a\x94\x45\x6d\x64\ -\xa6\x64\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xfe\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x63\x00\x00\x04\x63\ +\x01\xd9\x93\xdf\xfb\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x76\x49\x44\ +\x41\x54\x38\x8d\x95\x53\xb9\x4a\x03\x51\x14\x3d\xe7\xcd\xc4\x05\ +\x8d\x1a\x12\xb0\x56\xd0\x42\x05\x17\x44\x7f\x40\x11\x23\x2a\x16\ +\xb1\xb1\xb2\xb1\xb0\x13\x14\xc4\x42\xec\x15\x6c\x6c\x05\x2b\x85\ +\x44\xb1\x12\x71\xf9\x81\xe0\x56\x04\x41\x5c\x7b\x77\x83\x5b\xcc\ +\xbc\xb9\x36\x31\x66\x24\x93\x98\xd3\xdd\x7b\x16\x0e\x8f\xfb\x80\ +\x1c\x78\x8d\x0d\x54\xbf\xc6\x06\xaa\x73\x69\xcc\x5c\x64\x32\xa9\ +\xa7\x44\x6c\x01\x30\xe5\xa6\xa1\x1b\x11\x3f\xec\x0f\x68\x65\xdf\ +\x00\x42\xd3\xb0\x6a\xbd\xcd\xbb\xb7\xd9\x74\xca\x2d\xc0\x52\xd6\ +\x24\x20\xe5\x00\xca\xb4\x36\x27\x0a\x6a\x10\x8f\x0e\xf9\xb5\x99\ +\xb8\x01\xe1\x4d\xad\xde\x4c\x48\x8d\xb7\x6d\xfb\x2e\x6b\x80\x9c\ +\x86\x8a\x1e\x3e\x3e\x6b\x0d\x65\xd7\x03\x76\x1d\xc0\x1e\x00\xdd\ +\x7f\xb4\x7b\x80\xec\x00\xea\x42\xdb\xea\xdc\x5f\x5a\x72\xcd\xc6\ +\xc8\x17\x1f\x8f\x7a\xe7\x49\x4e\x00\x30\xdc\x6a\xba\x40\x8b\xc8\ +\xa2\xf2\x5d\x95\x4f\x03\x58\x2d\xd0\x0c\x21\x36\x7c\x72\x3b\xa3\ +\x38\x1c\xd1\x55\x97\x65\xa3\x10\xac\xfc\xd7\x4c\x60\xcd\xf7\xfc\ +\x3e\xc2\xf6\xa3\x64\xfa\x11\x45\xc0\x97\xe3\xe0\x92\x10\xe3\x79\ +\xfc\xcb\x55\xad\x1d\x63\xe4\x9c\x9d\x0a\xfb\x45\x3c\x3a\xe4\xd7\ +\x9e\xc4\x7d\x2e\xb7\x91\x2c\x0e\x54\x74\x6e\x3e\xfc\xcc\x8e\x3b\ +\xd0\x9e\x44\x63\xbe\xfa\x96\xf9\xd5\x90\x39\x3b\x02\x84\x6c\xca\ +\x17\x00\xda\x0e\x8d\x23\x40\xd9\x92\xd9\x20\x46\x72\x98\x60\x37\ +\x80\x83\xb4\x9f\x74\xb4\x74\x7c\x26\x21\x9a\x08\x9c\x81\x9c\xad\ +\x6c\xd9\x5a\x27\x21\x29\x6a\xff\xf9\xb8\xaf\x4b\x20\x0b\x10\xb8\ +\xb7\x7c\x3a\x09\x0e\x4a\x38\xe4\x7a\x50\x12\x0e\x19\x4f\x27\xc1\ +\xc1\xcc\xdd\x37\x54\xab\x7d\xbf\x67\xd1\xf8\x6d\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x06\xe3\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\xc5\x49\x44\x41\x54\x78\x01\xc5\x94\x35\x78\x23\x57\ -\x14\x85\xc3\xcc\x9c\x32\xd8\x84\x93\x3a\xd4\x6d\x5f\x6d\x15\x66\ -\x30\x33\xb3\x1d\x4e\x0c\xcb\xcc\xcc\xbb\x5a\xb4\x98\x99\xa5\xb1\ -\x46\x34\x92\x46\x4c\xb6\xc5\xd2\xc9\x93\x23\x3b\xcc\xf4\xbe\xef\ -\x17\xde\xf7\xcf\xbd\x67\xe0\xb2\xff\x65\x7d\xf8\xd1\xfb\xaf\x12\ -\x0e\x11\x18\x42\x91\x50\x22\xf8\x09\x47\xab\xff\xfd\x55\xa1\x7b\ -\xfb\xce\x1d\xf3\xc1\x60\xb0\x9c\xc9\xe6\x50\x2c\x95\x08\x65\x64\ -\xb2\x19\x04\x02\xfe\xca\x91\x23\x87\x33\xa4\xc6\x57\xad\xfd\xa3\ -\xd2\x49\x22\x8c\x25\x93\xa9\x4a\x22\x99\x02\xe5\xa0\xa1\x50\x69\ -\x21\x57\xaa\xa1\xd3\x1b\x60\xb3\xd9\x10\x0a\xb2\xc8\x66\x16\x91\ -\x4e\xa7\xb1\x61\xe3\xba\x05\xb2\x67\xe6\x77\xa5\x27\x4f\x9d\x9c\ -\x2f\x14\x4b\xb0\x51\x73\xe0\x09\x44\xb8\xc8\x15\x82\x2b\x94\x42\ -\xa2\xd0\x40\x67\x30\xc1\x68\x34\xc2\x49\x53\xf0\x33\x6e\xc4\xa3\ -\x61\x94\x8a\x05\xec\xda\xbd\xb3\xf8\x71\xdd\x87\x5b\x7f\x75\xfc\ -\x2f\xbf\xfc\x3c\x5e\x1d\x59\xa3\xd5\xe3\xcc\xd9\x0b\x38\x7b\x81\ -\x0b\xce\x45\x3e\xce\xf3\x24\x90\x28\x0d\xd0\x99\xac\xd0\x1b\xf4\ -\xa0\x29\x13\x3c\xb4\x05\xac\xcf\x89\x58\x84\x45\x2e\x97\xc1\xe4\ -\xd4\x37\x45\xe2\x78\xed\x97\xc4\xbe\x78\x22\x51\xf1\x32\x0c\xc4\ -\x52\x19\x44\x12\xf9\x52\xb7\x9c\x4b\x02\x70\x66\xc5\xe0\xcb\x75\ -\x50\x68\x0c\xd0\x6a\xd4\xb0\x9b\x94\x70\xdb\xd5\x60\xbd\x56\x44\ -\x83\x5e\xa4\x92\x31\xf8\x7c\x0c\xea\x1b\x3e\x4e\xfd\xac\xdb\xc3\ -\x47\x0e\xe5\x33\x99\x0c\x0c\x06\x23\x14\x4a\x25\x41\x05\xb1\x4c\ -\x8e\x0b\x44\xae\x34\xd8\xa0\xb1\x38\x60\xa6\x9c\x30\x9b\x74\xb0\ -\xe9\xf8\x70\x5b\xc4\x08\xd0\x5a\xb0\x1e\x1b\x3c\x4e\x0a\xc9\x44\ -\x1c\x1b\x36\xac\x2b\x7f\x5c\xf7\x51\xdd\x8a\xf8\xa3\x8f\x3f\x38\ -\xe3\x0f\xf8\x41\xae\x00\x92\xa1\x01\x2a\x95\x1c\x0a\xb9\x78\x09\ -\x83\xc9\x84\x53\x67\x38\x68\x6f\x6f\x43\x6b\x7b\x0b\xf6\xef\xdb\ -\x01\x86\xe2\x81\xd6\x5f\x00\x6d\x10\xc0\xac\x15\xc3\x66\xd6\x81\ -\xf1\xba\xc9\x3e\x15\x3a\x3a\xda\xdc\x2b\x62\x32\x42\x3a\x9f\xcf\ -\x83\x61\x3c\xb0\x59\x4c\xd0\xa9\x44\x90\x0b\xcf\xc2\xa8\xe1\xe3\ -\xe2\xf9\xd3\x18\x1d\x1d\xa9\xac\x5f\xbf\x9e\xde\xb2\x65\xcb\xe9\ -\xc9\xc9\x6f\x4a\x27\x8e\xee\x01\x4b\xab\xa1\x11\x9f\x81\x45\x27\ -\x01\x65\x35\xc2\xe5\xa4\x11\x64\x59\x34\x36\x35\x14\x7f\x10\xc5\ -\x07\x65\xb2\xc0\x06\x7c\x70\x52\x46\x58\xb4\x17\xa1\x12\xec\x83\ -\x5d\x73\x12\x2d\x2d\x75\xd8\xbc\x79\xf3\xe9\xe5\xda\xaf\xbe\xfa\ -\xea\xe5\xf6\x8e\x56\x2c\xc4\x18\x98\x34\x22\xb8\x1d\x16\x78\x5d\ -\x0e\xb8\x5c\x4e\x24\x12\x09\x90\xe9\xf1\xc3\x28\x2a\x55\x71\x38\ -\xc4\xc2\x4b\x1b\x41\xe9\x4e\x42\xc3\xdb\x0c\xbb\xea\x10\x06\x06\ -\xba\x31\x3c\x3c\xfc\xc2\x0f\xce\xc7\x55\xed\x1d\x2d\x95\x85\x54\ -\x14\x46\x9d\x12\x4e\x87\x9d\x74\xeb\x80\x93\xa6\x91\x4a\xa5\x7e\ -\x2c\x6e\x68\xac\xcf\x14\x0a\x05\x24\xe3\x51\xb0\x0c\x29\xb2\x88\ -\x61\x94\x9d\x84\x59\xc9\xc1\xc1\xfd\xdb\x31\x31\x31\x6e\xad\x0a\ -\xbf\x93\xb6\x4d\x73\x38\x47\x10\x8b\x7a\x21\x93\x8a\xa0\xd7\x69\ -\xa1\xd7\xeb\x97\xae\xef\x48\x24\x8c\xa6\xa6\x86\xd2\x8a\xb8\xbd\ -\xbd\x95\x0a\x85\x42\x58\x5c\x48\x23\x1a\x0a\x80\xa1\xcd\xb0\x1b\ -\x65\x24\x63\x31\xe6\x48\x47\x97\xb8\x5c\x8c\x8d\x8f\x96\x47\xc7\ -\x47\x8a\x3c\xe1\xa5\x4a\x30\x64\x83\xcd\x2a\x80\x4a\x29\x86\x5c\ -\x2e\x83\x42\xa1\x00\x45\x51\xb0\x5a\x2d\xe8\xee\xe9\x9a\x5f\x11\ -\xd7\xd5\x7d\x54\x7f\xe8\xf0\xa1\x4a\xa1\x90\x5f\xba\x6c\xc2\x44\ -\xce\xfa\xdd\x64\xbc\x39\xe8\x2d\x36\xe8\xed\x1e\xe8\x1d\x01\x18\ -\xe8\x20\xcc\xb4\x17\x6a\xbd\x04\x3a\xed\x2c\xe9\x52\x05\x99\x4c\ -\x06\x89\x44\x82\x40\x20\x80\xed\xdb\xb7\x61\x78\x64\xe8\xd2\x8f\ -\xae\xe5\xa6\xe6\x86\x42\x35\xa3\x6c\x36\x8b\x54\x3a\x8d\x70\x24\ -\x02\xb7\x2f\x00\xf3\x9c\x07\x5c\xb9\x01\x27\x67\x15\x38\xcd\x53\ -\xe1\x0c\x57\x06\x9e\x58\x0c\xa5\x92\x07\xad\x86\x47\x3a\x96\xc0\ -\x62\xb1\xc0\xe3\x71\xa3\xaf\xbf\xb7\x32\x30\x30\x70\xe7\x8f\xc4\ -\x24\xe7\xc6\xe9\x99\xa9\x4a\xbe\x50\xc4\x62\x26\x8b\x78\x32\x0d\ -\x7f\x28\x06\x87\x37\x08\xb9\x7e\x0e\x42\xb5\x1d\x42\x8d\x1d\x02\ -\x85\x91\x88\x15\x10\x89\xf9\x10\x09\x39\x30\x99\xf4\x08\x87\xc3\ -\x98\x9a\xfe\x06\x03\x83\xfd\x47\x2e\xfb\x85\x75\x75\x67\x67\xfb\ -\xd0\xd1\x63\x47\x90\xcf\x17\x30\xbf\x98\x45\x2c\x91\x06\x13\x8c\ -\x41\x6b\xa1\x21\x37\xcc\x41\x69\x74\x40\xa6\xb5\x40\x24\x53\x41\ -\x20\x14\x91\x28\xf4\x08\x06\x59\xec\xdc\xb9\x03\x3d\x3d\x5d\x71\ -\xe2\xb8\x96\x70\xc5\xb2\xf0\x72\xc2\x75\x84\x5b\x09\xf7\x91\xf0\ -\x39\x33\x6b\x67\x96\xa2\xc8\x64\xf3\x08\x45\x13\xa0\x5c\x0c\x4c\ -\x94\x7b\x29\x16\xbd\x99\x82\xc5\x46\xc1\xe7\x0f\xc0\x6a\xb3\x92\ -\x4e\x27\xab\x77\x5b\xf6\xd1\x47\x1f\x7d\x92\xec\xaf\xc6\x70\xcd\ -\xb2\xfc\xf2\xda\x97\x1b\x09\xf7\x10\x1e\x79\xe7\x9d\xb7\xa7\x5b\ -\x5a\x9b\x2a\xc7\x8e\x1f\x83\xd9\x62\x05\xe3\x67\x11\x8c\xc4\x11\ -\x8a\x24\x10\x60\x43\x44\x68\xc7\xae\x3d\xbb\xaa\x97\x16\xda\xda\ -\x5b\x0f\x5e\x75\xd5\x55\xcf\x91\x7d\x0f\xd6\x9a\xab\x89\x6b\xab\ -\xf6\xe5\x9a\xda\x51\xef\xbd\xe1\x86\x1b\x1e\x1c\x1c\x1c\xb0\xf5\ -\xf7\xf7\x16\xaa\x07\x21\xcf\x5b\x54\x21\x9f\xd1\xd7\xd7\x53\x1e\ -\x1a\x1e\x62\x48\x97\xcb\xc2\x3b\x08\x37\x10\xae\xac\x79\x7e\x75\ -\x5d\x51\xe3\x6a\xc2\xf5\x8f\x3f\xfe\xf8\xfd\xab\x57\xaf\x7e\xee\ -\xb5\xd7\x5e\x7b\x61\xd5\xaa\x55\x8f\xde\x7c\xf3\xcd\xb7\xd5\xe2\ -\xbb\xaa\x56\x77\xf9\x4f\x05\xdf\x02\x12\x7d\x18\x74\x50\xf5\x15\ -\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x77\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\x8a\x00\x00\x11\x8a\ +\x01\x48\x6f\x0f\xe6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\x60\x49\x44\ +\x41\x54\x78\x9c\xed\x9a\x4d\x4c\x1c\xf7\x19\xc6\x7f\xef\x7f\x59\ +\xaf\xd7\x6b\xc3\xec\x92\x3a\x8e\x9d\x9a\x04\xb2\x71\x31\x91\xf0\ +\x2e\xa8\x52\xab\x36\xc2\x49\xa5\x18\x1c\x5c\xe5\x00\x51\xfa\xa1\ +\x28\xa9\x52\xf7\x43\xaa\x7a\xa9\xe2\xc8\x8a\x9a\x4b\xa5\x48\x3d\ +\xb5\xea\xc9\xa7\xaa\x87\x1e\x82\xda\x46\xb5\xd9\x75\x5a\x27\xce\ +\xa1\x52\xe4\x06\x93\x58\x2d\xae\x03\x31\xfe\x90\x1b\xc7\x24\x66\ +\x17\x1b\x28\x0b\xbb\xf3\xf6\x02\x16\xc5\x80\x77\x66\x76\x66\x38\ +\xf4\x39\xce\xce\xfb\xfe\x9f\xf7\xd9\x67\xfe\xdf\xf0\x7f\x84\x87\ +\x89\x91\xae\xad\x13\x23\x5d\x5b\xc3\xe4\x50\x17\x66\xe3\x9b\xe6\ +\xe2\x3f\xc2\x88\x02\xbf\x0c\x8b\x83\x84\xd5\xf0\x27\x43\xbd\x5b\ +\xe2\xa6\x72\x09\x30\x0b\xb1\xd9\x87\xb7\xb7\xbd\x3b\x1d\x06\x0f\ +\x13\x46\xa3\x00\x71\x53\xfe\x21\xb0\x1d\xb8\x2f\x5a\xda\xf2\xfd\ +\xb0\x78\x84\xe2\x80\x4b\xa7\xbb\x36\x5b\x0d\xf1\x8b\x20\x3b\x17\ +\x49\x7c\x3a\x6b\x47\x5a\x76\x76\x1e\x9f\x0d\x9a\x4b\x28\x0e\xb0\ +\xea\xe3\x3f\x58\x2a\x1e\x40\x61\x47\x3c\x52\x79\x29\x0c\x2e\x81\ +\x3b\x40\xc7\xba\x63\xc5\xdb\x72\x11\xd8\xb5\xe2\xa7\xeb\xd3\x73\ +\x89\x96\x2f\x7e\x75\xe0\x3f\x41\xf2\x09\xdc\x01\x85\x5b\xbc\xc4\ +\xdd\xc5\x03\x3c\x90\x88\xcd\xbc\x18\x34\x9f\x40\x1d\xa0\x23\x7d\ +\x9b\x8a\xa5\x99\x51\xa0\x69\x8d\x57\xae\x59\xdb\xf4\x11\x49\xe7\ +\x4b\x41\x71\x0a\xd4\x01\x85\xd2\xf4\xf7\x58\xbb\x78\x80\x07\x0b\ +\xb7\xe5\x85\xa0\xf8\x40\x80\x0e\xd0\xa1\x8e\x68\xd1\xdc\x3f\x0a\ +\x3c\x74\x8f\x57\xaf\x5a\xb1\x44\x5a\xda\x06\xe6\x03\xa0\x15\x9c\ +\x03\xa6\x64\xc7\x0b\xdc\xbb\x78\x80\xdd\x53\xf3\xd3\xcf\xfb\x4c\ +\xe7\x0e\x02\x71\xc0\xe2\xbf\xff\x11\xf0\x70\x95\x21\x57\xac\x58\ +\xe2\xd1\x20\x5c\x10\x88\x03\x8a\x66\xfb\x77\xa9\xbe\x78\x80\xa6\ +\xe2\xdc\xcc\xb7\xfd\xe2\xb3\x1c\xbe\x0b\xa0\x6f\xf4\x45\x40\x8e\ +\x38\x0e\x14\x8e\xea\xe9\x2e\xdf\x17\x6b\xbe\x0b\x50\x4c\xcf\x7e\ +\x07\x48\xbb\x08\x6d\x29\x36\xc4\xbf\x55\x6b\x3e\x2b\xe1\xab\x00\ +\xfa\x46\x5f\x44\x6d\x7d\xc5\x7d\x06\xf3\xaa\xdf\x2e\xf0\x55\x80\ +\x42\xcb\xec\x73\x22\xec\x71\x9f\x41\x1f\x29\x58\xf1\x67\x6b\xc7\ +\xe8\x6e\xf8\x26\x80\xea\x6b\x46\xd0\x97\xbd\xe6\x31\x2a\x47\x55\ +\x5f\xf3\x8d\xa7\x6f\x89\x0b\x1f\xbc\xdf\x8f\xf0\x98\xd7\x3c\x0a\ +\xad\x53\xc3\x67\xfa\x6a\xc1\x69\x35\xd4\x74\x1e\xa0\x63\xdd\xb1\ +\xc9\xdb\xb4\x18\x91\xb4\x28\xaf\x2b\x7c\xa9\x16\x79\x05\x2e\xa8\ +\x70\xc4\x56\x1d\x4b\x6d\xe3\x62\x2d\xd7\x0a\x8e\x05\xd0\xd3\x5d\ +\x75\x53\x5b\x13\xbb\x89\xd0\x8c\xd2\x6c\x8b\xdd\x2c\x22\x6d\xc0\ +\x5e\x94\x26\x20\x52\x2b\x72\xeb\xa0\x00\x9c\x57\xd1\x11\xa3\x66\ +\x1c\x61\x1c\x9b\xf1\xdb\xa5\x2d\xe7\x9d\x2e\xa7\xd7\x14\xe0\xb3\ +\xe1\x43\x3b\xa3\x54\xf6\xde\x29\x12\x69\x06\x9a\x15\xda\x04\x36\ +\x7b\xad\xc0\x27\x94\x11\xae\xa2\x8c\xab\xe8\xf8\x92\x38\x15\x29\ +\x9f\x4f\x8d\xd6\x5f\x90\xfe\x81\xca\xca\x00\x99\x3c\x7b\xf0\xeb\ +\x06\x5a\x6d\xec\xb4\x88\xa4\x05\x1e\x55\x68\x06\x62\x21\x14\xe0\ +\x27\x4a\x02\xe3\x0a\xa3\xaa\x3a\x66\x30\x63\x36\xfc\xab\x0e\xb4\ +\x41\x85\x5f\x0b\x12\x03\xd0\xb0\x69\xfa\x87\x98\x42\x2b\xd0\x2a\ +\x22\x28\x3a\x2f\x2a\xcf\x09\xc0\xe4\x70\x77\x37\xc8\x1f\x37\xb0\ +\xb5\x6b\x8d\x79\x44\x9f\x4d\x66\xf2\x6f\xde\xe9\x03\xa6\xce\x1e\ +\x7c\xca\x16\xfd\x13\x10\x0f\x91\x58\x10\x28\xa9\x6a\x5f\xaa\x23\ +\x7f\x1c\x56\x74\x82\x85\xe1\x9e\xc7\x41\x06\x41\x43\x3d\xae\xf2\ +\x11\xb3\x82\x7c\xd3\xca\x0e\x9e\x5a\x7a\x70\xd7\x28\x30\x39\x74\ +\xe0\x6b\x62\xcc\x20\x50\x1f\x28\x35\xff\x31\x23\xaa\x87\xac\x8e\ +\xfc\x3b\xcb\x1f\xae\x3a\x0c\x16\x87\x7b\x3a\x15\xde\x02\x52\x81\ +\x50\xf3\x1f\x53\x36\xa6\xbb\x31\x7b\xe2\xbd\x95\x3f\xac\x39\x0f\ +\x28\x0e\xf5\x66\xd5\x94\xff\x02\xd2\xe8\x2f\x37\xdf\x51\x34\x36\ +\x07\x1a\x3a\x73\x67\x56\xfb\x71\xdd\x99\x60\xe1\x83\x9e\x7d\x28\ +\x7f\x05\xee\xf3\x85\x9a\xff\x28\x18\xb1\x9f\x6a\xc8\x9c\x7c\x7f\ +\xad\x17\xd6\x5d\x0c\x25\x33\xb9\x0f\x2b\x2a\x8f\x03\xd7\x6b\x4e\ +\xcd\x7f\x4c\xa8\xda\x5d\xeb\x15\x0f\x55\xae\x05\x6e\x9d\x3b\xb0\ +\xa7\x52\x31\x6f\xb3\xfa\x89\xce\x46\xc4\x0d\x8d\xc8\x37\x52\xed\ +\x83\xff\xbc\xd7\x8b\x55\x2d\x87\xeb\xdb\x4f\x7e\x64\xc4\xec\x07\ +\xae\x79\xa6\xe6\x3f\xae\xdb\xe8\x13\xd5\x14\x0f\x0e\x57\x83\x85\ +\xe1\x9e\x26\x84\x77\x50\x9a\xdd\x71\xf3\x1d\x57\xc5\xd6\x27\xac\ +\xce\xfc\xc5\x6a\x03\x1c\x6d\x88\x24\xb3\xb9\x2b\x5a\x89\xec\x07\ +\xf9\xd8\x39\x37\xdf\x71\x59\x2a\xb2\xdf\x49\xf1\xe0\x72\x43\x64\ +\xe2\xef\x3d\x3b\xa2\x75\xbc\x0d\xec\x75\x13\xef\x03\x46\xed\x88\ +\x3e\xd9\xd8\x9e\x77\xfc\x89\xba\xde\x11\x9a\xfe\xc7\xa1\xfb\x17\ +\xe6\xcb\xa7\x6a\xb1\xed\xe5\x05\x02\x17\x16\xa8\x7b\xf2\x0b\xd9\ +\x3f\x7f\xe2\x32\xde\x3d\x26\x87\x7a\x77\x8b\xa9\x5c\xf1\x92\xc3\ +\x2b\xd4\x8e\x34\xa5\x3a\x8f\x5f\x75\x1b\xef\x69\x53\x54\x22\x95\ +\xd0\xa7\xca\x62\x34\xe9\x25\xde\x93\x00\x6a\x4b\xa8\xf6\x07\x50\ +\xa9\x78\xe2\xe0\x49\x00\x23\xda\xe6\x25\xbe\x16\x30\x2a\x9e\x38\ +\x78\x73\x40\xc8\x1d\x20\x80\xe2\x8d\x83\xb7\x83\x11\x0d\x5f\x00\ +\xc2\x12\x60\xf1\x92\xf3\x7a\xf7\x7d\x82\xc2\x43\x9f\xfd\xed\xd0\ +\x36\xb7\xc1\xae\x05\x88\xcc\xc5\x1f\x23\xc4\xbb\xc6\xcb\x20\x9b\ +\x36\x97\x5d\x4f\xc8\xdc\x0b\x60\xc2\x1f\x01\x96\xa0\x1e\xb8\xb8\ +\x16\x40\x09\x7f\x04\x58\x82\x7a\x18\x8d\xdc\x77\x82\xba\x71\x1c\ +\xe0\xa5\x33\xf6\x32\x0a\x6c\x18\x07\xe0\xc1\x8d\xae\x04\xb8\x75\ +\xe6\x99\x46\xe0\x01\xb7\x8d\x2e\xe2\x9c\x2a\xbd\xaa\xf4\x02\xe7\ +\xbc\xa5\x92\x9d\x8b\x9c\x1c\xc3\x95\x00\x95\xe8\x9c\x17\xfb\x5f\ +\x11\x95\xc3\xd6\xc7\x89\x8e\x54\x47\xee\x44\xaa\x23\x77\xc2\xca\ +\xe4\x32\x22\xd2\x0f\x8c\xb9\x4d\x5a\x89\x96\x5c\xb9\xc0\x95\x00\ +\xea\xee\xfb\xff\x37\xc2\x4f\xad\x6d\xba\xc7\xea\x18\x3c\xb6\xfc\ +\xa8\x5a\x04\xb5\x32\x83\x03\x96\x7d\xa3\x0d\xf4\x79\xe0\xb2\x63\ +\x4e\xe2\xae\x4f\x72\x25\x80\x11\x47\xf3\xef\x49\x41\x8e\x4c\xcf\ +\x25\xd2\xc9\x4c\xee\x57\xeb\xdd\xee\x90\xce\xb3\x0b\xc9\x6c\xfe\ +\x77\x56\x2c\xb1\x47\x54\x0e\x03\x37\xaa\xe6\x64\xbb\xeb\x07\x5c\ +\x5d\x41\x53\xb4\x1a\xb5\x67\x14\xfd\x8d\x48\xec\x75\x2b\xf3\x66\ +\xd1\x49\xfe\xc5\x2b\xb2\xc7\x26\x46\xba\x7e\xbf\xa9\x94\xf8\xb1\ +\xa2\xaf\x00\x0d\xeb\x72\x72\xb9\x2e\x71\x35\x93\x2b\x0c\xf7\xdc\ +\x64\xed\x63\xb3\x79\x15\xfd\x6d\x79\x41\x7e\xbe\xfd\xcb\xb9\x4f\ +\xdd\xe4\x5f\x89\x5b\x67\x9e\x69\x2c\x47\xe7\x7e\x26\xc8\x4f\x58\ +\xfb\xf4\xba\x90\xcc\xe6\x1c\xef\x4f\x38\x16\xe0\xf3\x0f\x9f\xde\ +\x15\xb1\xed\xd5\xf6\xde\x6c\xe0\x0f\x12\x89\xbc\x6c\xb5\x1f\xbf\ +\xe4\x34\x6f\x35\xb8\x79\xae\xfb\x41\xb1\x79\x55\x54\x5e\x64\x15\ +\xf7\x96\xa9\xdb\xe5\x74\x6b\xcc\x71\x1f\x10\xad\xdc\x65\x7f\x05\ +\x06\x22\x86\xd6\x64\x36\xd7\xef\x57\xf1\x00\x8d\xed\xf9\x6b\xa9\ +\x4c\xfe\x30\x62\xa7\x55\xf4\x18\xf0\x3f\x77\x7e\xa2\x66\xc1\xf1\ +\x67\xe0\x58\x00\x5b\xec\xe5\x8d\x9c\x12\x3b\xd2\x99\xcc\xe6\xfa\ +\xeb\xf7\xe5\x46\x9d\xe6\x72\x8b\x64\xe6\xe4\xe5\x54\x26\x7f\xd8\ +\x36\x95\x76\x60\x60\xe9\xb9\x9b\x1d\x2a\xe7\x9d\xa0\x48\x9b\xa8\ +\xbe\xa7\xc6\x1c\x4d\xee\x1b\x3c\xed\x38\xbe\x86\x68\xdc\xf7\xd6\ +\x08\xd0\x7f\x73\xf8\xe9\xaf\x18\xb5\x7f\x81\xb3\xd1\xc9\x1d\x3e\ +\x3f\x7b\xb0\xd5\xf7\x46\x5c\x62\x23\x73\xdb\xb0\xf8\x2f\xc5\x6b\ +\x0c\xeb\xe8\xe3\xcd\xf6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x06\xb5\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x02\x3e\x49\x44\x41\x54\x78\x01\xad\x55\x35\x90\x1c\x41\ -\x0c\xec\x95\x99\x99\xd3\xff\xd0\xcc\xcc\xcc\xcc\x76\xf4\xd1\x47\ -\xcf\xcc\xcc\x18\x99\x9d\x99\x99\x9d\xe7\x75\x91\x19\xe3\x83\xcc\ -\x8c\x5d\x53\xab\xaa\x99\x1b\xb3\x75\x37\x2b\xd5\xae\xd4\xd3\x82\ -\x9d\xed\x09\x60\x0c\x80\x92\x9d\xbb\xb7\xa7\xe3\x3f\xc8\xf9\xb3\ -\x17\x8f\x02\x38\xd9\x93\xa0\xaf\x5f\xbf\x4e\x1f\x3a\x74\xa8\xe5\ -\x10\x04\xc1\xef\xda\xaa\x3f\x7f\xfe\x8c\xda\xea\xfa\xb4\xd4\xd4\ -\xd4\xb1\x3d\xc9\x74\xf0\xe0\xc1\x88\xc7\xe3\xf4\x40\x60\x1c\xa9\ -\x69\x80\x36\xb5\xb8\xb6\xb5\x84\x1a\x22\xc0\xf0\xe1\xc3\xf1\x1d\ -\x73\x23\x19\x43\x44\x40\xa8\x86\xba\x3a\x6c\xda\xbc\x19\x94\x6b\ -\x57\xaf\xa2\xb0\xb8\x98\x01\xce\x82\xda\x65\x25\x25\x96\x7f\x5d\ -\x7d\x3d\x7a\xf6\xec\x09\x0a\xaf\x46\x02\xd0\x09\x23\xd7\xae\x05\ -\x65\xd3\xed\xdb\xdc\x0c\x35\x55\x55\x56\x70\x79\x65\x85\x66\xc2\ -\xfb\xc5\x97\x62\xa0\x54\x6f\xdb\x1c\x66\xa4\xc0\xca\xc4\x95\xc0\ -\xb7\x19\xd3\xe6\xcf\x13\x10\x48\xc0\xab\xc3\x18\x42\x46\x0c\x56\ -\x76\x93\xa6\x4c\xf1\x6c\xa6\xe5\xa0\x0f\x99\xaa\xff\x82\x85\x0b\ -\x69\x5a\xc0\x74\x66\x4d\x35\x68\xd2\xe4\x29\xd4\x49\x9b\xcd\x9c\ -\x35\x4b\x6b\x5c\x5b\x5f\xaf\xcd\x5b\xb0\x60\x01\x63\x6d\xc6\xa6\ -\x36\x34\x92\x6b\x5a\x56\x51\x09\x11\xf0\xa1\x05\x4a\x30\x09\xd9\ -\x0b\x9f\x8a\xc1\x71\x19\x8b\x79\xe0\xa9\x29\xac\x91\xe2\x12\x6a\ -\x09\xe7\x57\x47\x14\xe0\x3f\x99\xb1\xbf\x81\x42\x04\x67\xe4\xa0\ -\x80\x26\x06\xbc\x08\x7d\x3d\xcd\x33\x0d\x15\x4f\x4d\x67\x32\xdc\ -\x06\x17\x03\x0a\xea\xc0\xd8\x4a\xce\x2d\x05\x9d\x29\x65\x15\x15\ -\x20\x4b\x06\xcd\xf8\x0e\x4a\x67\x83\xa1\x80\xfc\x29\xbb\xec\xcc\ -\x4c\xab\x27\xed\x9d\x9d\x4e\x29\x20\xda\x24\xe2\x52\xf4\x55\x0d\ -\x6b\x0b\xe1\x63\x65\x1d\xf6\xe4\xfe\x84\xc3\xa6\x27\x9b\x4f\x43\ -\x44\x3c\x2f\x08\x35\x68\x68\xd7\xad\xda\xe6\xe5\xe6\x58\xec\x5a\ -\xda\xdb\xbd\x73\xee\xcc\x71\x98\xa2\x18\xc6\xce\xb9\xe0\x61\x47\ -\x7f\x6e\x40\x5b\x37\x5b\xb5\x7a\xb5\xc5\x58\x97\xcd\xda\x5a\xde\ -\x57\xbe\xa3\xab\x53\x7d\x57\xac\x5a\xe5\x67\x2c\xa2\xa3\xe5\x5d\ -\x2e\xbb\x65\xcb\x97\x03\x9e\x89\x50\xe0\x0f\x1f\x3e\xf8\xcf\x5a\ -\x67\xb5\xb4\xb5\x69\x33\x09\x6a\xee\xc3\x3a\x94\x62\xb1\x98\x01\ -\xe6\xa7\x24\x3b\x33\x37\x2d\x25\x25\x05\xfd\xfb\xf5\xe3\x57\xc0\ -\x4d\xdf\xbf\x91\xa7\x3c\x89\x44\x02\x91\x48\x84\x9f\xa7\x67\x64\ -\xdc\x3d\x7b\xf6\xec\xb1\x3c\xf5\xf1\x1f\x84\xa0\x00\x5a\x08\xfc\ -\x10\xc0\x81\xef\x37\x7a\x03\xe8\x81\x7f\x93\x2f\x00\x3e\x02\x78\ -\xfb\x0d\x7f\x36\xa3\xf0\x67\xf0\xcd\x0e\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x5e\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\x8a\x00\x00\x11\x8a\ +\x01\x48\x6f\x0f\xe6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\x32\x49\x44\ +\x41\x54\x78\x9c\xed\x5a\x5b\x88\x13\x67\x18\x3d\xdf\x3f\x49\x77\ +\x53\xb2\x1b\x5a\xa5\xf5\x86\xab\x59\xa3\x5d\x23\x4c\xe6\xe2\x42\ +\xa5\x4a\xad\x2d\xe2\x83\x94\x3e\x18\xb1\x17\x8a\x16\xbb\xbd\x40\ +\xdf\x8a\x8a\x48\xe9\x43\x41\xf0\xa9\xa5\x0f\xc5\xa7\xd2\x87\x3e\ +\xac\xf4\x02\xb5\x0f\xa5\x4a\x40\x04\x59\x3b\x89\x1b\x6c\xb6\x9a\ +\x74\xa3\x2b\xb6\x6a\xc1\xba\x5b\xeb\xe6\xb2\xc9\x7c\x7d\x30\x2b\ +\xeb\xba\x97\xcc\x4c\x66\x66\x1f\x7a\x20\x2f\xc9\x7c\xdf\x7f\xbe\ +\x93\x33\xff\x1d\xf8\x1f\xfe\x21\x97\xcb\x85\x73\xb9\x5c\xd8\x4f\ +\x0e\x01\x3f\x1b\x1f\x1f\x1f\x7f\x4f\x08\xc1\x00\x8e\xf9\xc5\x81\ +\xfc\x6a\xd8\x30\x8c\xc7\x01\x5c\x01\x20\x42\xa1\xd0\xea\x78\x3c\ +\xfe\xaf\x1f\x3c\x84\x1f\x8d\x36\xf0\x2e\x80\xa7\x00\x2c\x2e\x95\ +\x4a\x6f\xfb\x45\xc2\x17\x07\xa4\x52\xa9\xf6\x8e\x8e\x8e\x61\x00\ +\xcb\x00\x80\x88\x6e\x32\x73\xb7\xae\xeb\xe3\x5e\x73\xf1\xc5\x01\ +\x9d\x9d\x9d\xef\xa0\x51\x3c\x00\x30\xf3\x12\x00\xfb\xfd\xe0\xe2\ +\xb9\x03\x0a\x85\x42\xdb\xd8\xd8\xd8\x30\x80\xe5\xd3\x7e\xba\x51\ +\xad\x56\xbb\x37\x6d\xda\x54\xf2\x92\x8f\xe7\x0e\x18\x1d\x1d\xdd\ +\x8f\x47\x8b\x07\x80\xa5\x6d\x6d\x6d\xfb\xbc\xe6\xe3\xa9\x03\x72\ +\xb9\xdc\x63\xa5\x52\x29\x0f\xa0\x6b\x96\x47\xae\x47\x22\x91\x35\ +\xb1\x58\xac\xe2\x15\x27\x4f\x1d\x50\x2a\x95\xde\xc2\xec\xc5\x03\ +\xc0\x8a\xb1\xb1\xb1\xbd\x5e\xf1\x01\x3c\x74\x80\x61\x18\x41\x00\ +\x79\x00\xab\xe6\x79\xf4\x5a\x28\x14\x8a\xc5\xe3\xf1\xaa\xfb\xac\ +\x3c\x74\x00\x11\xed\xc5\xfc\xc5\x03\xc0\xca\x72\xb9\xfc\xa6\xcb\ +\x74\x1e\xc0\x13\x07\x34\xfe\xfd\xcb\x00\x56\x37\x19\x32\x12\x0a\ +\x85\xd6\x7a\xe1\x02\x4f\x1c\xc0\xcc\x6f\xa0\xf9\xe2\x01\xa0\xab\ +\x5c\x2e\xbf\xe6\x16\x9f\xa9\x70\x5d\x80\xfe\xfe\x7e\x89\x88\x0e\ +\x5a\x8d\x63\xe6\xc3\xa9\x54\xca\xf5\xc5\x9a\xeb\x02\x44\xa3\xd1\ +\xd7\x01\xc4\x6c\x84\x76\x87\xc3\xe1\x57\x5b\xcd\x67\x3a\x5c\x15\ +\xa0\xbf\xbf\x5f\x02\x70\xc8\x6e\xbc\x10\xe2\x88\xdb\x2e\x70\x55\ +\x80\xee\xee\xee\x3d\x00\xd6\xd9\x8d\x67\xe6\x35\x9d\x9d\x9d\xbb\ +\x5b\x48\xe9\x11\xb8\x26\x00\x33\x0b\x66\x3e\xd0\x82\x54\x87\x99\ +\xd9\x35\x9e\xae\x25\x36\x0c\x23\x09\x60\x83\xd3\x3c\xcc\xdc\x93\ +\xc9\x64\x76\xb5\x80\xd2\x8c\x68\xe9\x3c\xa0\x50\x28\xb4\xdd\xbd\ +\x7b\xb7\x9b\x88\x62\xa6\x69\x1e\x65\xe6\x67\x5a\x91\x97\x88\x2e\ +\x09\x21\x0e\x32\x73\xa1\xa3\xa3\x63\xb8\x95\x6b\x05\xcb\x02\xa4\ +\x52\xa9\x40\x38\x1c\x5e\x29\x49\x52\x94\x99\xa3\xcc\x1c\x25\xa2\ +\x38\x80\xf5\xcc\xdc\x05\x40\x6a\x15\xb9\x39\x70\x07\xc0\x10\x11\ +\xe5\x88\xa8\x68\x9a\x66\x91\x88\x8a\x95\x4a\x65\xc8\xea\x72\x7a\ +\x56\x01\x32\x99\xcc\x32\xdc\x2f\x2a\xca\xcc\x51\x00\x93\x9f\x38\ +\x80\x76\x27\xec\x5d\x44\x8d\x88\xae\x01\x28\x02\x28\x4e\x8a\x13\ +\x08\x04\x86\xf2\xf9\xfc\xa5\x64\x32\x59\x9f\x1e\x40\xe9\x74\x7a\ +\x33\x80\x1e\x66\x8e\x01\x88\x11\xd1\xda\x46\xc1\x6d\x1e\x93\x77\ +\x1b\x15\x22\x2a\x32\x73\x1e\x40\x81\x88\x0a\x00\x7e\x0b\x00\x88\ +\x30\xf3\x67\x68\x14\xcc\xcc\x7e\x92\x74\x13\x6d\xcc\xdc\x03\xa0\ +\x07\x00\x98\xb9\x4a\x44\x7b\x84\xa6\x69\x27\x99\xf9\x15\x00\x65\ +\x7f\xf9\x79\x8a\x2a\x80\xdd\x9a\xa6\x7d\xfb\xa0\x0f\x48\xa7\xd3\ +\xdb\x99\xf9\x3b\x00\x21\xff\x78\x79\x82\x8a\x69\x9a\xbb\x7a\x7b\ +\x7b\x7f\x00\xa6\x75\x82\x99\x4c\x66\x0b\x33\xff\xc8\xcc\xbe\x1e\ +\x57\xb9\x88\x71\x21\xc4\xcb\xaa\xaa\x9e\x9a\xfc\xe2\xa1\x89\x90\ +\xaa\xaa\x67\x98\x79\x07\x80\x7f\x3c\xa7\xe6\x3e\xee\x11\xd1\xce\ +\xa9\xc5\x03\xb3\x0c\x83\x99\x4c\x46\x37\x4d\xf3\x27\x00\x4f\x7a\ +\x42\xcd\x7d\x8c\x09\x21\x76\xa8\xaa\x7a\x6e\xfa\x0f\x33\x4e\x85\ +\x55\x55\x35\x00\xbc\x04\xe0\xb6\xdb\xcc\x3c\xc0\x28\x80\xed\x33\ +\x15\x0f\xcc\x33\x13\xbc\x70\xe1\x42\xa2\x5e\xaf\xff\x0c\x60\xb1\ +\x1b\xcc\x3c\xc0\x1d\x49\x92\xb6\x2b\x8a\xf2\xcb\x6c\x0f\xcc\xb9\ +\x18\x52\x14\x65\x90\x88\xb6\x00\xb8\xd1\x72\x6a\xee\xe3\x2f\x22\ +\x7a\x7e\xae\xe2\x81\x26\xd7\x02\xd9\x6c\x76\xdd\xc4\xc4\xc4\x69\ +\xcc\x7c\xa2\xb3\x10\x71\x2b\x18\x0c\xbe\x28\xcb\xf2\xaf\xf3\x3d\ +\xd8\xd4\x72\x58\x96\xe5\xcb\x92\x24\x6d\x05\x70\xdd\x31\x35\xf7\ +\x71\x43\x08\xf1\x42\x33\xc5\x03\x16\xf6\x03\x14\x45\x29\x08\x21\ +\x9e\x23\xa2\xa2\x7d\x6e\xae\xe3\x1a\x80\xcd\xaa\xaa\x0e\x35\x1b\ +\x60\x69\x43\x44\x55\xd5\x11\x66\xde\x4a\x44\xbf\x5b\xa6\xe6\x3e\ +\xae\x32\xf3\x56\x5d\xd7\x87\xad\x04\xd9\xda\x10\x39\x7f\xfe\xfc\ +\x12\x21\xc4\x69\x00\xeb\xed\xc4\xbb\x80\x7c\x30\x18\xdc\x26\xcb\ +\xb2\xe5\x57\xd4\xf6\x8e\xd0\xc5\x8b\x17\x9f\xae\x54\x2a\xa7\xd0\ +\x82\x6d\x2f\x27\x20\xa2\x4b\x44\xb4\x4d\x55\xd5\x3f\x6d\xc5\x3b\ +\x69\xdc\x30\x8c\x95\x00\x46\x9c\xe4\x68\x01\xba\x74\x5d\xbf\x66\ +\x37\xd8\xd1\xa6\xa8\x24\x49\xbe\x4f\x95\x85\x10\x4f\x38\x8a\x77\ +\x12\x6c\x9a\xa6\xaf\xf6\x07\x00\x66\x76\xc4\xc1\x91\x00\x8d\xcd\ +\x50\x5f\xe1\x94\x83\x23\x01\x9c\xaa\xdf\x0a\xd4\xeb\x75\xff\x1c\ +\xb0\x10\x04\x20\x22\x7f\x04\x68\x5c\x72\x9e\xeb\xbe\x8f\x57\x58\ +\x75\xf6\xec\xd9\x0e\xbb\xc1\xb6\x05\x28\x97\xcb\x1b\xe0\xe3\x5d\ +\xe3\x29\xa0\xf6\xf6\x76\xdb\x13\x32\xdb\x02\x2c\x04\xfb\x4f\x42\ +\x08\x61\x9b\x8b\x6d\x01\x16\xc2\x08\x30\x09\x66\xb6\xcd\xc5\x49\ +\x27\xb8\x60\x1c\xe0\xc4\x8d\x4e\x5e\x81\x05\xe3\x00\xdc\x3f\xaf\ +\xb4\x05\x5b\x02\x0c\x0c\x0c\x2c\x02\xb0\xd4\x6e\xa3\x0d\x64\x89\ +\x68\x27\x11\xed\x04\x90\x75\x98\x6b\x59\x83\x93\x65\xd8\x12\xc0\ +\xe1\xd8\x3b\x42\x44\x7d\xc5\x62\x51\xd3\x34\xed\x64\xe3\xa3\x00\ +\x48\x02\x28\xd8\x4d\x1a\x0c\x06\x6d\xb9\xc0\xd6\x05\x24\x49\x92\ +\x36\xd8\x38\x44\xfd\x03\xc0\xb1\x48\x24\xf2\xc5\xf4\x0b\x0e\x44\ +\xc4\x00\x4e\x18\x86\xf1\x3d\x33\xef\x21\xa2\x8f\xd1\xdc\xad\xd2\ +\x07\x68\xac\x4b\xce\x58\x25\x65\xd7\x01\x56\xd4\xfe\x5b\x08\x71\ +\xb0\x5a\xad\xc6\x74\x5d\xff\x74\xae\xdb\x1d\xba\xae\x4f\x6c\xdc\ +\xb8\xf1\xab\x50\x28\xb4\x8e\x88\xfa\x00\xdc\xb2\xd0\x8e\x77\x0e\ +\x68\x72\x15\x78\x0f\xc0\xe7\x92\x24\x1d\x55\x14\x65\xd4\x4a\xfe\ +\xc6\x15\xd9\xe3\xb9\x5c\xee\xeb\x4a\xa5\xf2\xbe\x69\x9a\x87\x00\ +\x44\xe6\x8a\xb1\x3b\x12\xd8\x9a\xc9\x19\x86\x71\x1b\xb3\x1f\x9b\ +\x55\x89\xe8\xcb\x7a\xbd\xfe\x51\x6f\x6f\xef\x4d\x3b\xf9\xa7\x63\ +\x60\x60\x60\x91\x24\x49\x1f\x02\xf8\x00\xb3\x9f\x5e\xdf\xd1\x75\ +\xdd\xf2\xfe\x84\x65\x01\x06\x07\x07\x97\xd7\x6a\xb5\x99\xf6\xde\ +\x4c\x00\xdf\x04\x83\xc1\x03\xb2\x2c\x5f\xb1\x9a\xb7\x19\x64\xb3\ +\xd9\x15\xb5\x5a\xed\x08\x33\xef\xc3\x0c\xee\x15\x42\x2c\xb7\xba\ +\x35\x66\xb9\x0f\x98\x61\xf9\xc9\x00\x4e\x04\x02\x81\x1e\x5d\xd7\ +\x93\x6e\x15\x0f\x00\xb2\x2c\x5f\xd7\x34\xad\x4f\x92\xa4\x18\x11\ +\x1d\x07\xf0\xd0\x9d\x1f\x3b\x53\x62\xcb\x02\x4c\x7d\xd7\x88\xe8\ +\x14\x00\x5d\xd7\xf5\x64\x22\x91\xc8\x5b\xcd\x65\x17\x8a\xa2\x5c\ +\xd5\x34\xad\x2f\x10\x08\xc8\x00\x4e\x4c\x7e\x5f\xab\xd5\x2c\x0b\ +\x60\xb9\x13\x6c\x8c\x00\xe7\x24\x49\x3a\x9c\x48\x24\x52\x56\xe3\ +\x5b\x89\x44\x22\x91\x03\x90\xcc\x64\x32\xcf\x9a\xa6\xf9\x89\x27\ +\xeb\x93\x74\x3a\xdd\xe3\x7a\x23\x36\xb1\x90\xb9\x2d\x58\xfc\x07\ +\xb1\xda\x12\xbd\x34\x49\x22\x60\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x01\xbf\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ -\x00\x00\x04\x25\x49\x44\x41\x54\x78\x01\xa5\x92\x03\x94\x24\x59\ -\x10\x45\x7f\x16\x46\x6d\xdb\x1a\xdb\xb6\x6d\xdb\xb6\xdb\x63\xdb\ -\x8d\xf5\xd8\x56\xdb\xb6\x6d\xdb\x78\x1b\x35\x9b\xbd\x1e\xd7\x39\ -\xb7\x94\x11\x37\xde\x07\x3b\x3d\x47\x20\x47\x6c\x3b\x3b\x57\x98\ -\x76\x66\x9e\xa8\xec\xec\x5c\xc1\x41\x00\xec\x7b\x61\x67\xe6\x0a\ -\x0e\xdf\xda\xdd\xbe\x3a\xf8\xe6\x6a\x84\xfe\xba\x04\xd7\x57\x2b\ -\x95\xd3\xa0\x59\xdf\x2d\x3e\xbf\xa0\x79\x7e\xd8\xdd\xf5\xf0\x3c\ -\x62\x82\x80\x4b\x03\xe1\xe7\x30\x07\x94\x3a\x93\xe4\xe2\xef\x12\ -\x4b\x24\x21\x94\xd6\xfb\x78\x3b\xb8\x98\xcb\x23\xf2\xf6\x32\xdc\ -\xdc\x61\x52\x41\xe2\xf5\x37\x2c\xd8\x04\x47\xdb\x66\x9e\x57\x57\ -\x32\xf1\xb7\x88\x0f\xfd\xbc\xd5\xb0\x32\xf2\xde\x3a\xf8\x5f\xe8\ -\x07\xef\x13\x1d\x10\xfc\xeb\x52\x5c\x5a\x27\xa8\xfa\xf1\x90\x4c\ -\xa5\x83\x4d\xb3\x9a\x6b\x56\xcc\xf4\xab\xc5\x94\x8c\x93\xc8\xaf\ -\xae\x50\xac\x0a\xfe\x65\x09\x82\xec\x27\xe0\xf1\x19\x13\xdc\x3c\ -\xa5\x82\xd2\x74\x73\xbc\x74\x68\x5b\x7a\x7d\x3f\x9b\xfe\xd5\x62\ -\xfe\x8b\x64\xc0\xf4\xf3\x0b\x9b\x55\xfe\x7a\x50\x11\x4f\xaf\xe9\ -\xa0\x20\x61\x25\x2a\xd2\xb6\xc2\x63\xba\x29\x9e\x88\xb9\xfa\xa7\ -\x02\xc1\xf9\x6f\x12\xdb\x5b\x31\xc3\x1b\x96\x2c\xeb\xf5\x0f\x1a\ -\x8d\x19\x61\xa3\x91\xee\xdc\x0d\x4e\xed\x14\xe0\xa1\x22\x8f\x04\ -\x1d\x1d\x3c\x12\x71\x75\xd7\xcc\xd9\x42\x42\xfc\xc5\xe2\x1b\xe6\ -\xac\x9f\x9d\x15\x2b\xf6\x7c\x60\x5c\x9f\x16\x32\x04\x11\xf6\x86\ -\x78\x29\x2f\x46\x88\xba\x2a\x52\xf4\xf5\xf1\xac\x85\x10\x2e\x6b\ -\xdb\x48\x56\x52\x6e\x67\xcd\x65\x92\xfc\xb3\x5b\xd3\x94\xf6\x99\ -\x9d\xb5\xb8\xee\xde\x79\xe5\x92\x17\xab\x65\xeb\x9e\xb5\x14\x22\ -\x41\x57\x17\x11\x1a\xea\x78\xd2\x4a\x84\xd0\x73\x6d\x90\x13\x35\ -\x82\xf6\x7c\x0f\xd2\x42\x97\xe0\xfe\x05\x8d\x0a\x07\x1b\x81\x2f\ -\x0d\x30\xfe\xec\x56\x5c\xb7\x62\xda\xd7\x2d\xd8\x88\x27\x2d\x04\ -\x45\x31\x9a\x9a\xf0\x54\x92\xc3\x13\xb5\x16\x08\xbf\xd9\x1c\x89\ -\x9e\xad\x90\x11\xa0\x8c\xdc\x30\x3d\x94\x26\x4d\x41\x65\x8e\x0d\ -\xe2\x7c\xe6\x34\xd2\xad\x29\xbf\x61\xc9\xed\xa3\x01\xa2\x8f\x8a\ -\x9b\xa0\x43\x32\x7f\x24\xe6\x1a\xde\x0f\x37\x6a\x8c\x7e\x2d\x42\ -\xac\xab\xf0\x4f\x71\x5e\xb8\x2e\x8a\xa2\x4d\x50\x1e\xdf\x05\x35\ -\x59\xcb\x51\x9e\x79\x08\x6e\x0f\x86\x57\x3a\xda\x36\x97\x6c\xcf\ -\x2a\xa2\xf9\x47\xc5\x12\x28\x79\x4d\x66\xf4\x3a\xc4\xb9\xcb\xf2\ -\xe2\x96\xbc\x58\x0f\xc5\x31\x5d\x50\x1c\xdd\x16\x35\x29\xdd\x51\ -\x9f\x39\x1c\xf5\x05\x3b\x50\x98\x6c\x05\xa7\x5b\xbd\x2a\xec\xac\ -\x04\xc5\x74\x01\xcc\x69\x40\x8b\xff\x15\xdb\x59\xb3\x84\x78\xff\ -\xd9\x48\xf4\x35\xfe\x20\x4e\xf0\x68\x81\xf4\x00\xa5\x0f\xe2\xd2\ -\xb8\x36\x28\x4f\x1a\x89\xe2\xc8\x0e\xa8\x4b\x1b\x88\x86\xcc\x21\ -\x68\xc8\x9e\x82\xba\x02\x1b\xe4\xc4\x6e\xc1\x75\x2b\x41\xf5\x47\ -\xc5\x34\xf5\xa4\xf7\x93\xbe\x0d\xe9\xa1\x63\x48\x2c\x40\x8c\xb3\ -\x08\x69\xbe\x0a\x24\x36\x45\x51\x94\x29\x6a\x52\xfb\xa1\x22\x79\ -\x3a\xf2\x42\x3a\xa3\x2e\x63\x14\x89\x27\xa3\xa1\xf8\x14\x3c\x1e\ -\xf4\xad\xa6\x43\xb5\xfb\xe8\x56\xd0\xc4\xbe\x3f\x1d\x6d\x55\x96\ -\x13\xb7\x09\x71\x6e\xad\x10\xed\x24\x40\x82\xbb\x0c\x1d\x9e\x09\ -\xf2\x23\xba\xa1\x38\xaa\x1d\x1a\x72\x66\xa2\x2c\x69\x2e\x32\xfc\ -\x7b\xa3\xb6\xe0\x24\x22\x5c\x66\xd4\x39\xd8\x08\x63\xa9\xb7\xe5\ -\xff\x8a\xe9\x25\x20\xa4\xae\x59\x30\xff\x50\xa7\x31\x8d\x29\x41\ -\x7d\xfe\x48\xed\xd4\x0a\x69\x3e\x2a\x28\x49\x18\x89\xec\xc0\xb6\ -\x28\x8b\xe9\x86\x86\xc2\xfd\x28\x88\xdb\x01\x8f\xbb\x9d\x6b\xed\ -\xac\x45\xe1\x27\xb7\x32\xb5\x26\xcf\xbf\x85\xb2\x84\x06\x61\x3c\ -\x6f\x2c\x9b\xf3\xf3\x31\xc5\xaa\xec\xd8\x0d\x48\xf0\x52\x47\x92\ -\x8f\x3e\x62\xde\xc9\x20\x2f\xcc\x18\x15\x69\x8b\x91\xec\xd9\x13\ -\xc5\xc9\xfb\xf0\xf4\x46\x9b\xea\x0b\x7b\xc5\xae\xda\x6a\xac\x1d\ -\xdf\x2b\x71\x70\x4d\x52\x8e\x90\xe1\x1f\x98\x12\x5d\x89\x41\x27\ -\xb6\x31\x3f\xa7\x9b\x66\x75\xd9\xb1\x2b\x49\xae\x85\x54\xbf\xce\ -\x88\x77\x35\x46\x75\x8e\x35\x32\x43\xe6\xe2\xe6\x71\xe9\x1a\xab\ -\x35\xc2\x07\x02\x8e\x0d\xe6\x7b\x4c\x79\x87\xf4\xdf\x13\x4b\xf3\ -\x7f\x9a\x10\x5d\x88\x81\x94\x62\xc6\xc5\xbd\x2c\x27\xe0\xd5\x90\ -\xc6\xcc\xc8\x59\xc8\x4f\xdc\x8c\x04\xcf\x11\x70\xf9\x4d\xbf\xfe\ -\xaa\xb9\xa0\x74\xf2\x10\x76\x80\xea\xc6\x4a\x6a\xf9\x1e\x13\xde\ -\x21\xfe\xf7\xfe\xb6\x20\xd4\x08\x03\xa2\x1d\xd1\xbd\x7b\x5b\x36\ -\xf5\xaa\x39\x57\x12\xee\x36\xa5\x31\xf0\x75\xef\x46\x7b\x5b\x61\ -\xf5\x91\x4d\xdc\x5b\x0d\x65\x36\x91\x9e\x0f\x90\xd4\xf0\xb5\x92\ -\x1e\x79\x42\xd8\xb4\xc7\x1f\x3b\xc0\x16\x7c\xa1\xea\xf2\x29\x6c\ -\x04\x9d\x76\x19\xa5\x77\x5e\x33\x83\xcd\xa0\xff\xf4\x08\x4d\x42\ -\x99\x5f\xa9\x98\xe0\xfe\xee\xf8\x1d\x54\x70\x6d\xa1\xab\x09\xa9\ -\xf6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x61\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x4e\x00\x00\x04\x4e\ +\x01\x42\x8b\x93\xfc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x3c\x49\x44\ +\x41\x54\x38\x8d\xa5\x90\xbd\x4a\x03\x41\x14\x85\xbf\x99\x24\xab\ +\xb1\x48\x91\x42\x4c\x23\x2e\x68\x21\x41\x4b\x3b\x1f\x40\x8c\x20\ +\x28\xb6\xbe\x41\xba\x40\x92\xea\x12\x50\x7c\x15\x9f\xc1\x14\x56\ +\x16\x16\x2a\x82\x76\xba\x6a\x61\xb3\x85\x3f\xb0\x92\x80\xbb\x63\ +\xb1\x43\x7e\xd7\x64\xc5\x03\x03\x33\x87\x39\xe7\x9e\x7b\x14\x93\ +\x20\x32\x4b\x26\xe3\x12\x86\x2e\x4a\xb9\x18\xe3\x02\xfd\xa3\xd4\ +\x7e\x36\x51\xd8\x6a\x6d\x12\x45\xa7\x40\x89\x30\x8c\x39\x63\xc6\ +\xff\x19\x33\xa3\x13\x0d\x8c\x59\x00\x4a\x13\xd3\x59\x24\x27\xf8\ +\x1d\x11\xf0\x0a\x78\xf6\x3e\xd1\xa0\x0d\x5c\x01\x1e\x4a\x79\x18\ +\xe3\x51\x2c\x3e\x53\xad\x76\x01\x10\xa9\x4c\x33\x38\x42\xe4\x7c\ +\x5a\xa4\xe4\x0e\xfe\x80\x7f\x1b\xa4\x2f\x51\x64\x11\x10\xa0\x0c\ +\xdc\x01\x97\xc0\x4b\x3a\x03\x11\x87\xb8\xd4\x15\xcb\x6c\x00\x87\ +\xc0\x4e\xba\x15\xb4\x2e\x0f\x88\x7b\x2c\xf0\x9d\xb5\x13\xd6\x81\ +\x13\x60\x15\xb8\xb1\xf1\xfc\xde\x57\xc7\x79\xa4\xd3\xf9\x04\x0a\ +\x03\x06\x01\x8e\x73\xad\x11\x29\x00\x67\xc0\x16\xb0\x04\xec\x62\ +\xcc\xf1\xd0\xac\x7a\xfd\x03\xd8\x03\x1e\x2c\xf3\x04\x1c\xd0\x6c\ +\xfa\x59\xb4\x5e\x23\x8a\xe6\x13\x62\x77\x87\xde\x22\x6d\x60\x19\ +\x91\x39\x44\xbe\xfa\x7b\xe4\x72\xf7\xc0\xfb\x88\xdc\x27\x9f\xbf\ +\x1d\x2f\x03\x06\xc5\xb1\x41\xa3\xf1\x86\xd6\x15\xbb\x77\x00\x5c\ +\xa0\xf5\x36\xb5\x5a\x90\x68\x30\x82\x1f\x08\xa9\x55\x2b\xd8\x31\ +\x22\xfe\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x18\x55\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ -\x00\x00\x05\x28\x49\x44\x41\x54\x78\x01\xed\x9a\x03\x94\x23\x59\ -\x18\x85\xd7\xb6\x77\xd3\x59\xdb\x46\x34\xb6\x6d\xdb\x8a\x47\x8d\ -\x60\x6c\xdb\x56\xdb\xb6\x6d\x8d\x11\x37\x82\x56\xfe\xad\xbc\xec\ -\x79\x67\x73\x5a\xd5\x49\x35\x06\x75\xce\x6d\x84\xf7\xab\xba\xef\ -\x7f\xaa\xc7\x1e\x1d\x0d\x1c\xc2\x0f\xe5\xaf\x0b\x3f\x90\x6d\x15\ -\x7e\xe0\xd6\x5d\xcd\x63\xf4\x54\x72\x19\xc7\xee\x88\xd8\x6f\x77\ -\x78\xe3\xce\x8f\x39\x3f\x21\xa0\x49\x27\x12\x52\x10\x02\xa1\x93\ -\xbc\xb7\x82\xc7\xea\xad\xe4\x32\x81\x90\x46\xb1\x8c\xb5\x08\x46\ -\x8c\x78\xb2\x43\x9a\x17\xd0\x25\x1c\x01\x4d\x92\x66\x31\x6e\x51\ -\x3d\x00\x2c\x56\x8e\xe5\xaa\x74\x18\xe3\x7c\xfa\xda\x0f\x84\x34\ -\xc9\x31\xc2\xb0\x99\x10\x34\x07\x80\xb5\x8c\xe1\xa9\x5d\xc6\xf8\ -\xa8\xfd\xe2\xf2\x9d\xf3\x33\x02\x27\xe9\x22\xc2\x68\x39\x36\x4d\ -\x1a\x00\x4b\x4f\x5c\x11\xe7\x52\xe7\xce\xcf\xb5\x6d\x5c\x3e\x90\ -\x0c\x20\x0c\x16\x63\xb3\x76\x03\x60\x5d\x57\xf1\x58\x13\x5b\xdd\ -\xb8\x88\x26\xfb\x92\x4f\x93\x78\x63\x93\x94\x01\x60\x05\x6b\xb8\ -\x8c\xef\xa9\x8f\xcb\xdb\xce\x2f\x09\x9d\xa4\xce\x84\xa9\x2a\x6c\ -\x90\x72\x00\xac\x1a\x15\x97\xb5\x55\x23\xf8\xed\x55\x0a\xac\xc3\ -\xe3\xff\x95\xc5\xbb\xd8\x58\xeb\x02\x60\x29\xb8\x4c\x95\x43\x65\ -\x97\x4f\x97\xfc\xce\xa7\x49\x63\xb0\x21\x8a\x01\xc8\x8b\x91\x7c\ -\x8f\xc7\x66\x92\x36\x2e\xfe\x48\xfa\x3e\x61\x7c\x2f\x61\xa0\x8e\ -\x10\xb4\x2f\x00\x96\x59\xc5\x65\x9e\x53\x2f\xe5\xd0\x9b\x34\x4f\ -\x18\xef\x82\xcb\x22\x09\x39\x7f\xb9\xd1\xe6\xff\xad\x3d\x77\x82\ -\xb7\xe4\x02\x64\xfb\x86\x41\x69\x5c\x0c\x04\x6e\xf2\x58\x42\x0d\ -\x00\x56\xb9\x92\xcf\xec\xd2\x28\x00\xd1\x50\x67\x92\x31\x2e\xfb\ -\x71\x07\x1c\x1f\x76\x05\x7c\xe6\x45\xc0\x76\xce\x11\xd8\x3f\xea\ -\x00\xdc\x4c\x4b\x00\x30\x17\xda\x28\xfa\x88\xef\x0a\xaa\x00\xb0\ -\x96\xb1\x66\xda\x03\x80\x8d\x9f\x1a\xe9\x61\x31\x8e\x55\xe4\x97\ -\x0a\x50\x87\x4d\xc3\xf5\x94\x78\x08\xdf\xe9\x05\xe7\x16\x9f\x84\ -\x43\x63\x0e\x8d\x21\x0b\xa0\x59\x3f\x02\xf4\x3e\x6b\x90\x34\x6b\ -\x87\x51\x0b\xb0\xea\xb3\xf5\x70\x6e\x9c\x2f\x32\x1c\xc8\x8d\x82\ -\x7c\x8f\x14\xb8\x15\x9f\x01\x77\x53\x33\xb1\xf1\x3c\xff\x28\xd8\ -\xd4\x75\x87\x5d\x6d\xa0\xfc\xf8\x52\x80\x9a\x3c\xfc\x59\x50\x93\ -\x0b\xe5\xc7\x16\x53\x07\xb0\xe1\xcf\x7d\xd8\x7c\xe5\xdd\xdc\x7a\ -\x51\x29\xf4\x4a\x05\xaf\x39\x61\x20\xff\xa9\xe5\x00\x2a\x71\x17\ -\x30\xeb\xd3\x00\xea\x0a\xc0\x18\x7f\x08\x4c\x49\x47\xd1\x67\xd6\ -\x95\x25\x81\x52\xc0\xa1\x06\x60\x77\xf7\x13\x08\x20\xef\x4a\x32\ -\xfa\xf0\xbb\xb9\x29\x70\x76\xe1\x09\xb8\x91\x6c\xcd\x7d\x69\x70\ -\x1a\x7a\xde\x73\x66\x08\x88\x9c\x64\x2d\x02\xd0\x6e\x19\x8f\x3e\ -\xa3\xe6\x9a\x3f\x7e\xac\xf6\x4e\x38\x7a\x4c\xb3\x7e\x24\x35\x00\ -\xc7\x87\x5b\x1b\xec\xed\xc4\x0c\xf4\xc1\x27\x67\x1f\x43\x8f\xef\ -\x1b\x79\x00\xfd\xaf\xce\xcf\x46\xcf\x5f\x9c\x1c\xd0\xe2\x2b\xa0\ -\x96\x0e\x42\x67\xdf\xac\x4f\x07\xed\xb6\x09\xa0\xdb\x31\x19\xcc\ -\xa6\x6c\x80\xda\x7c\x50\xbb\xf4\xa5\x06\xe0\xf2\xd4\x20\x6b\x83\ -\xf5\x4d\x45\x86\x8b\x22\xa2\x61\xcf\xd0\x7d\x44\xb9\xb4\x9e\xa9\ -\x1b\xd1\xe9\xe8\xf9\x63\x43\x2e\xdb\xd5\x06\xaa\x8b\xbc\xea\xc5\ -\xd2\x18\x77\x90\x9a\x36\xb0\xe2\x93\x75\xb8\xe2\x04\x8b\xa3\xc0\ -\xa8\xc9\xb7\xf9\xa2\x1a\x43\x01\x84\xbb\xc6\xa0\xe7\x77\x77\x3b\ -\xd1\x62\x00\xdd\xce\x29\xa8\xd1\xa2\xdc\x6b\xe3\x51\x7c\xf4\xfe\ -\x1b\x40\xc9\x67\x53\x03\xb0\xe6\x97\x5d\x36\x65\x33\x74\x65\x34\ -\x3a\xe3\xda\x92\x1c\xb8\x19\x97\x01\x11\x6e\x31\xf8\xb9\x75\xbf\ -\xef\x69\x11\x80\x6e\xd7\x54\x30\x1b\xac\xb1\xac\xca\x3c\x07\x4a\ -\x1e\x9b\xfa\x7e\x60\x47\xe7\x23\xc8\x1c\x19\xad\xfe\x62\x23\x39\ -\x00\x01\x07\x2a\x7d\xe4\xb8\x74\xd6\x94\xfa\x81\x6a\x79\xb7\xd6\ -\xe9\xc8\x0e\x0f\xbc\x40\xca\xbc\x07\x51\x81\x84\xcd\x8c\x85\x54\ -\x2b\x7b\x42\xc5\xc5\x15\x50\xab\x88\x02\x1c\xc1\x52\x5f\x50\x89\ -\xba\xb6\x5e\x4f\x7c\x7e\x82\x2f\x29\x80\x53\xa3\x3c\x1a\x1c\xcc\ -\x95\x9f\x13\x4d\x33\xc6\x1e\x80\xea\x7c\x77\x30\x57\xa3\xac\xd7\ -\x53\x75\xb1\x37\xaa\x3e\x94\x03\x88\xe8\x32\xf0\x9a\x1b\x4e\x0a\ -\x60\x7f\xef\x33\x0d\x02\xe8\xa3\xf7\xac\xf8\xbf\xd9\x3a\x5d\x22\ -\x18\x42\xb7\x83\x21\x72\x17\x54\x97\xf8\xa0\x12\x8a\x9e\xab\xcd\ -\x07\xbd\xdf\x1a\x6a\x01\x24\xdf\x6d\x25\x9d\xff\xcd\x8c\x03\x0d\ -\x02\x18\x42\xb7\x72\x6b\x6e\x85\x80\x29\xf9\x84\x65\x78\x50\xaf\ -\x77\xd5\xac\x1b\x0e\xa6\xd4\x93\x18\xd0\x94\x7c\x1c\x8c\x31\xfb\ -\xa1\xf2\xb2\x33\xd1\x2e\xba\x3a\x04\x40\x98\x3a\x48\x1a\xc0\xed\ -\xbb\x2d\x0e\xcd\x07\xf4\x01\x9b\xea\x45\xab\xf6\x76\x28\xa8\x56\ -\x74\xb7\x1f\x60\x5f\x9f\xd3\xa4\xcc\x7b\xcf\x09\x47\x71\x73\x04\ -\xc0\x10\xb2\xd5\xda\xa8\xaf\x07\x42\xc5\xa5\x55\x78\x38\x51\xe9\ -\x29\xb1\x1f\xe0\xd4\x68\x4f\x52\x00\xe7\x26\xf8\x3a\x3c\x23\xab\ -\x2e\x70\x47\x86\x75\x7b\x67\xa0\xff\x2d\x71\x43\x91\x4a\x3d\x61\ -\x1f\x80\x90\x10\x51\x1a\x49\x01\x1c\x1e\x78\xde\x51\x00\x34\x12\ -\x45\x86\x53\x8e\x83\x76\xf3\x58\xd4\xb1\x59\xfe\x37\x84\x6c\xb3\ -\x0f\x80\xe8\x94\x90\x39\xaf\xd9\xa1\x70\x72\x84\x3b\xec\xec\x72\ -\x0c\xa4\x3f\x6c\x47\x93\x9a\x4b\x53\x02\x6c\x00\xb6\x77\x3a\xe2\ -\x28\x00\x1a\x79\x9a\xab\xb2\xc0\xa6\x62\x55\xa4\x80\x5a\x32\xd0\ -\x2e\x00\x34\x89\x91\xff\xb4\x1d\x84\x74\x79\x3d\x63\xe2\x8f\xd7\ -\xc2\xa1\x01\xb8\x83\x43\xc3\x0d\x2a\x26\xf5\xe8\xcc\x67\x9c\x25\ -\xf2\x1f\x86\xae\x04\x9e\x99\xd9\x01\x40\x4a\xeb\xff\xd8\x0b\xee\ -\x33\x42\xd0\x80\x8f\x0a\x00\x0a\x3b\x32\xf2\x5a\xf9\x29\x36\xdf\ -\xfe\x00\xe4\x96\x55\xc8\x0b\x03\x50\xbf\xac\xf2\x00\x2e\x6c\x3d\ -\x00\x4b\x8b\x0f\xc0\xe2\x2e\x89\xe5\x75\x53\x3b\x2c\xaf\x3f\xda\ -\xe0\x68\x87\x2d\xa6\x07\x7f\x93\xef\xd1\x36\x6b\x7d\x10\x27\xc9\ -\x9f\x84\xe9\x78\x12\x00\xa9\x8a\x65\x0c\x4e\x07\xbf\xd5\x40\x76\ -\x8f\xc4\xad\x06\x0f\xc4\xcd\x1e\x8f\x8e\x7f\x01\xd7\x2b\x79\xd4\ -\xea\x76\x04\x5f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ +\x00\x00\x80\x00\x00\x00\x80\x08\x06\x00\x00\x00\xc3\x3e\x61\xcb\ +\x00\x00\x18\x1c\x49\x44\x41\x54\x78\xda\xed\x5d\x05\x54\x5b\x49\ +\x14\xcd\xba\xfb\xd6\x02\xeb\xbe\x55\xea\x0d\x74\x97\xae\xbb\xd7\ +\xdd\xa8\x63\x31\xa4\x92\x16\x87\xba\x53\x77\x17\xb6\xee\x5b\xa5\ +\xee\x58\x70\x97\x08\xee\xd2\xb7\x93\x77\x38\x9f\x4e\x02\x69\x0a\ +\xe9\x27\x1f\xfe\x3b\xe7\xad\x44\x7e\x4f\x73\xef\xcc\xd3\x79\x23\ +\xe0\x85\x17\x5e\x78\x69\x5e\x22\x7f\x7b\x56\x5b\xfd\xd7\xb4\x72\ +\x5b\x7c\x8d\x97\x26\x2c\x32\xab\x00\x6b\x37\x2b\xef\x0d\x72\x2b\ +\x9f\x58\xfd\xf7\xd4\x52\xdb\x38\xb5\x58\xb4\x3f\x53\xf2\xc5\x7b\ +\x02\x5e\x9a\x96\x28\x84\x8a\xe7\xdd\xac\x7d\xe4\x04\xf8\x02\xa2\ +\x40\x34\xae\x56\x02\x48\x6c\x81\x68\xb1\x4a\x22\xf2\x57\xcb\x6c\ +\x5f\x12\xf0\xc2\x75\x81\xc7\xc8\x8a\xef\xeb\x66\xe5\x93\x58\x0d\ +\x3c\x3c\x98\x00\x8c\xa6\xa9\xc5\x76\x0e\xa0\x10\x3c\x2e\xe0\x85\ +\x7b\x22\x7b\xcb\xbb\xab\xcc\xca\xe7\x3c\x05\xbc\xa9\x04\xa0\xf5\ +\xaa\x4a\x6c\x67\x27\xe0\x85\x2b\xc0\x07\x08\x09\xf0\xc1\x04\xe4\ +\x2a\xa2\xd0\x70\x02\xa0\xde\xd3\x48\x6c\x77\xe4\x88\x45\xef\x08\ +\x78\xb1\x4c\x71\xb1\x9e\xfb\x5c\xb5\x9d\xcf\xa7\xc0\x6e\x28\x01\ +\x68\x2d\xd2\xf9\x07\xaa\x89\xf6\x2f\x0a\x78\xb1\x1c\x91\x0b\xbd\ +\x7f\x25\xa0\x26\x50\x20\x9b\x9b\x00\xb4\xa6\x6a\xa4\x76\xc3\x40\ +\x20\x78\x4c\xc0\x4b\xe3\x89\x54\xe8\xd3\x99\xac\xfa\xb3\x0c\xb0\ +\x6c\x10\x80\xd6\x2b\x5a\x89\xa8\x17\x8f\x04\xcb\xe2\xf1\x8e\x4f\ +\x9b\x6a\x3b\x5f\x49\x14\x1a\x87\x00\xb4\x7f\x90\x2d\xb7\x7b\x9b\ +\x47\xe6\x11\x8b\xa2\xad\xe2\x69\xb9\xb5\x8f\x13\xd1\x3c\x0a\xd0\ +\xc6\x22\x00\xad\x45\x6a\x89\x9d\x22\x41\x61\xff\x2c\x8f\xd4\xa3\ +\xb3\xf3\x71\x14\x90\x16\x42\x00\x5a\xed\x52\x78\xff\xc0\x8c\xe2\ +\x26\xf4\xb3\x21\x89\x9c\xd3\x14\x80\x96\x4a\x00\x5a\x2f\x69\x5d\ +\x6d\x7b\xf2\x08\xd6\x53\xdc\xad\x7c\xdf\x70\x13\xfa\x2e\xa0\xec\ +\x3c\xa7\x08\x80\x5a\xa5\x96\x88\x36\xa8\xa4\xf6\xad\x79\x44\x4d\ +\x14\x87\x2e\xc1\x4f\xa1\x9d\xb7\xf2\xc9\xa5\x40\xe3\x1a\x01\x68\ +\x2d\x34\xdd\x3f\xe0\xed\x7c\x2c\x05\x16\xd7\x09\x40\x6b\x92\xce\ +\x3f\x10\xf0\x42\x8b\xbb\xd0\xf7\x53\x02\xca\x21\x0a\xa4\xa6\x45\ +\x00\x5a\xc5\xb6\xa7\xb2\x5c\xed\x3a\x0a\xf8\xf4\xad\xe2\xf5\x6a\ +\x3b\x5f\x41\x14\x9a\x07\x01\x68\xff\x20\xcb\xa9\x47\xab\x66\x69\ +\xe7\x49\x06\xcf\x81\x00\xa1\xa6\x80\x69\x2e\x04\xa0\x35\x47\x23\ +\xb1\x93\xc7\x4c\xf9\xf1\x99\x66\x12\xd6\x79\x7d\x23\x17\xfa\x86\ +\x31\x60\xf0\x04\xa8\x56\x51\xb4\x4a\x6a\xd7\xb7\xe9\x96\x69\x85\ +\x5e\x9f\x90\x1f\xfe\x00\x05\x04\x4f\x00\x43\x95\x8a\x4e\x64\xba\ +\xf4\x6a\xdf\x74\x56\xfc\xdb\x7e\xaf\xc9\x84\x3e\xfe\xe4\x47\x2f\ +\x23\x0a\x3c\x01\x4c\xd2\x0a\x42\x84\xe0\x0c\xf7\xde\x2d\xb8\x9b\ +\xb7\x17\x28\x9e\xac\xb6\xf3\x2a\x7d\x00\x9a\x34\x01\xe4\x5f\x40\ +\xf6\x7a\x17\x28\xbc\xb4\x06\x8a\xc3\x77\x43\xe1\x85\x95\xa0\x0d\ +\x1e\x47\x56\xb6\x5d\x7d\x9e\x97\xad\xf3\x0f\x40\xd1\xf6\x69\x8e\ +\x75\xdf\xfa\x7c\x2d\xb7\xf2\xbd\x63\x04\x80\xa6\x49\x80\x99\x3f\ +\x43\x69\xc2\x51\x80\x7b\x31\x06\x5a\x12\xb9\x17\xd4\x53\xbf\xad\ +\xef\xb3\x95\x84\x40\xbf\x58\x7e\x7d\xde\xda\xeb\x23\x02\xfc\x0e\ +\x16\x00\xb4\x3c\x02\xc8\x7a\x53\xe0\xd7\xa6\xc5\x61\x3b\x1b\xba\ +\xc3\x1c\xb7\xc8\xf3\x0b\xce\xef\x2a\x5e\xad\xb6\xf3\xa5\x44\xa1\ +\x39\x12\x20\x7b\x9d\x33\x05\x76\x65\xde\x75\x28\xb8\xbd\x1b\xaa\ +\x8a\xef\x52\xaf\x6b\x97\x8e\x6e\x28\x09\xca\x75\xfe\x41\xba\xd8\ +\xfe\x4d\x4b\xb0\xf3\x8f\x93\x1f\x73\x18\x59\xf5\x59\x2c\x80\x66\ +\xd1\x04\x28\xbc\xba\x81\x01\xb9\x22\xe7\x2a\x44\x8e\xeb\x0d\x77\ +\xfb\xb5\x03\xa5\xe3\xb7\x70\xaf\x2c\x9c\x79\x2f\xff\xd4\x42\x73\ +\x39\x8a\x5a\xd2\xad\xec\x04\x0a\xfb\x27\x1b\xc7\xbb\xb7\xf2\xfa\ +\x8a\x94\x69\x6f\xb3\x00\x16\x27\x08\x50\x1c\x15\xc2\x80\x9c\x77\ +\x69\xa3\x0e\x7c\x46\x8b\x63\x0f\x33\xef\x15\x5e\x59\x6f\xee\x88\ +\x21\x52\x25\xb5\xfd\x89\x3d\xe0\xad\xfd\x3e\x34\xb4\xf3\x3c\x01\ +\xf2\xce\xad\xbc\x6f\xfb\xbf\x01\xb1\x2e\xdf\x80\x72\x6c\x17\x88\ +\xf7\xfc\x1d\xee\x95\x47\x32\xef\xe5\x1c\x9e\x67\x4e\xf0\x69\xff\ +\x40\xdc\xfb\xf3\x47\x06\xbc\xa4\x55\xd0\x0b\x24\xac\x53\xd4\x6e\ +\xe7\x79\x02\xa4\x2e\x18\x47\xd9\xfa\xaa\x92\x30\x28\x4d\x3c\x0a\ +\xf7\x2a\x22\xa9\xd7\x53\xbc\xfb\x3f\xca\xfc\x41\x39\x09\x1b\x17\ +\x64\xcb\xbb\xbc\x62\xe6\x32\xad\xff\xdb\xc6\xed\x3c\x4f\x80\xd8\ +\x29\x7d\xa0\xaa\x34\xdc\x68\x14\x90\x7b\x6e\x0d\xc4\x8e\xb2\x61\ +\x23\x91\x94\x65\xd6\x26\x55\xa9\x95\x4f\x27\x4b\x06\xd4\xbf\xe7\ +\x3c\xd8\x3f\x63\x27\xdc\xd9\x77\x0a\x92\xaf\x5f\x86\xdc\xd4\xdb\ +\x50\x9c\x1b\x0e\xf9\x59\x77\x41\x1d\x7b\x03\x62\xce\x9e\x87\xd0\ +\x35\x87\x61\xb7\x6c\x1b\xcc\xff\x66\x09\xb8\xbf\xed\x67\x56\x02\ +\x68\x7c\xff\x80\xb2\xb4\x33\xc6\xc1\x3f\xbf\x06\xc2\x87\x74\x86\ +\xa4\x71\xdd\xd8\x20\x00\xa8\xa4\xa2\x4e\x4d\x9e\x00\xc1\x7f\xaf\ +\x80\x98\x33\xe7\xe1\x5e\x15\xfe\xc8\x26\x6b\x4e\xd2\xad\x72\x81\ +\x9e\x94\x28\xff\x2d\x2e\x89\xde\x07\x85\x17\x57\x43\x6e\xc8\x2c\ +\xd0\x2e\x1e\x01\x6a\xf9\x97\xc6\x81\x77\xfb\x12\x72\xf7\xcc\x20\ +\xdb\x3d\x1d\xea\x95\x24\x9e\x00\xf5\xbe\xd9\x04\xf4\xb5\xf8\xef\ +\xb8\x69\x7d\xd1\x19\x0c\xeb\xdf\x1e\xb2\x5c\x44\x3c\x01\x1a\xaa\ +\x33\xdb\x06\xc1\xcd\x3d\x27\x8d\x80\x6c\x5c\xc9\xce\x50\x29\xd0\ +\x93\x0a\xed\xc5\x0a\xfd\xcf\x55\x95\x86\x41\xf1\x9d\xed\xa0\x5d\ +\xeb\x88\x60\xe3\x8f\x3b\xed\x5b\xd0\x2e\x1f\x0b\xf9\xc7\xe7\x93\ +\x70\xef\x8a\xfe\xb3\x11\xfc\xc8\x31\x22\x04\x9c\x51\x04\xbf\x1d\ +\xa4\x4c\xea\x51\x1f\x30\x79\x02\x4c\xfd\x20\x90\xf9\x6f\xdd\x16\ +\xae\x4d\xbc\x55\xfb\xca\xce\xbc\x09\x17\x76\xed\x83\x83\x4b\x36\ +\xc3\x36\xef\x55\xb0\x3b\x70\x1d\x1c\x59\xb1\x15\xee\xfe\x77\x1c\ +\x0a\x34\x77\x6a\x3e\x97\x71\xeb\x9e\x40\x4f\xca\xd5\xa1\x95\xc6\ +\x48\x53\x55\x7c\x07\xaa\x0a\x6b\xfd\x73\xa9\xf0\x2f\x62\x64\x4f\ +\x03\xf0\xa3\x86\x74\x84\xf4\x29\x26\x83\x8f\x75\x83\xec\xcd\x52\ +\x28\x89\x0a\x41\x92\x95\xa5\xff\x07\x05\xe7\x57\x80\x26\xe0\xef\ +\xe6\x45\x00\xc5\xc7\x73\x61\xf5\xcf\xdb\xe1\xe0\x84\x33\xb0\xa4\ +\xcf\x06\x58\xf8\xe3\x52\x28\xca\xa6\x1d\xad\x7b\x55\xd1\x10\xba\ +\x67\x1f\xb8\xf7\xf1\x80\x41\x2d\xc6\xc0\xc0\x37\x47\xd7\xa9\x53\ +\x6c\x5c\x61\xee\xf0\x40\xd8\xee\xb3\xa6\x4a\xa0\x27\xaa\x5d\x3e\ +\x55\x3a\x00\x4b\x93\x4e\x12\xcf\x5d\xf9\x50\x3b\x4a\x79\xd6\x05\ +\x48\x59\x3c\x85\x01\x3c\x61\x6c\x57\xc8\x74\xee\x05\x69\x53\x7a\ +\x02\x29\xed\x9a\x00\x18\x65\x56\x30\x65\x5c\xcb\x9f\x83\xe1\x64\ +\xf6\x26\x49\xd3\x27\xc0\xac\xcf\xe6\xc3\xda\xdf\x76\xc1\xc1\x89\ +\x67\xe1\xd0\x24\x54\x38\x3d\xe3\x02\x94\xe4\xd2\x21\x55\x72\xf8\ +\x05\xf0\xf8\xda\x93\x01\x78\xf0\x9b\x63\x61\x54\xcb\x29\x30\xb6\ +\x95\x33\x8c\x6b\x2d\x06\x87\x56\xae\x30\x86\xfc\xf7\x88\x96\x93\ +\x60\x10\x79\xaf\xe6\x73\x0e\x06\x26\x20\x62\x50\x87\xf2\x6a\x00\ +\xd1\x59\x4b\xf0\x1e\x02\x9a\x03\x73\xc9\x0a\xbc\x56\x27\xf0\x24\ +\xc1\x43\x80\x9f\x0c\x61\x83\x6d\x18\xf0\x13\x1d\xba\x36\x68\xeb\ +\x2e\x38\xb3\xd4\x18\xd9\x08\x39\xa3\x40\x3b\x77\x50\xd3\x24\x80\ +\x57\xdb\xf9\xb0\xfe\x8f\xdd\x70\x10\x41\xaf\xd1\xa3\x2e\xe7\xa0\ +\x20\x8d\x06\xff\xfa\xe1\xc3\x30\xe2\xad\xf1\x3a\x40\x11\x74\xe7\ +\x36\x53\x41\x56\xf7\xb3\xf1\x3d\x97\x36\x33\x60\x72\x6b\x37\x18\ +\xdb\xd2\x35\xc7\x08\x01\x28\x0d\x1b\xd4\x09\x92\xe7\x8d\xc3\x9d\ +\xc1\x60\xe5\xab\x2f\x41\x8c\xf8\x27\xfc\x5c\xc4\xa0\xf6\x90\x36\ +\xb9\x47\x83\xab\x89\xf7\x2a\x6b\x76\x9f\xca\x82\x5b\xa0\x3d\xb2\ +\x10\x0a\x6e\x6c\xa7\xfe\xdc\xa2\x9b\x9b\x9b\x16\x01\x7c\x3b\x2c\ +\x86\x8d\x7f\x87\x20\xd8\xb5\x69\xe2\x7f\xb4\xed\x55\x9e\x3f\x0b\ +\x43\x85\x0e\x30\xb4\xc5\x78\x04\xde\x1c\x79\x80\x0c\xe7\x9e\xc9\ +\xba\x2d\x3b\x79\x7c\x37\x88\x1b\xdd\x05\x22\x07\x77\xa0\x89\x30\ +\xa0\x03\xa4\x2e\x75\x24\xa0\xdc\xa4\x8b\x3e\xe4\xff\xd3\x02\x87\ +\x80\xca\xb5\xe1\x8e\x5b\xf6\x46\x31\xf5\xec\xf8\x19\xfd\x98\x3f\ +\x3f\xe7\xec\x1a\xe6\x75\xe2\x8b\x34\x09\x02\x20\xf0\x5b\xfa\xed\ +\x33\x00\xfc\x42\xe0\x25\x88\xfa\xf7\x06\x24\x9c\xb8\x85\x0a\xf7\ +\x85\x79\x85\x19\x91\x70\xc4\xf9\x0c\xb8\x77\xf0\x06\xa9\x95\xd7\ +\x23\x4d\x04\x65\x3a\x8b\xd0\x9e\x93\xdd\xa1\xc6\xa1\x9b\x60\x0f\ +\x85\xe1\xff\x1a\x44\x0b\x9a\x39\x03\x1a\x4c\x80\xdc\x9d\x9e\xd4\ +\x73\xc3\x87\x75\x65\xfe\xdc\x8c\x4d\xd3\x98\xd7\xc9\x2e\x81\x8e\ +\x22\x37\x09\x60\xed\x0b\x81\x5d\x96\xc3\xf6\xc1\x87\x0c\x80\x3f\ +\x33\x33\x14\xb2\x63\xc2\x8d\xd8\xbf\x18\xb8\x10\x70\x11\x3f\x7b\ +\x60\xfc\x7f\x48\x20\x36\x32\x81\x2a\xa2\x49\x64\x67\x08\x1f\x88\ +\x44\x80\x30\xf2\xef\x9c\xff\x82\xe9\x9d\x20\xe7\x2a\x6e\xe1\x0d\ +\x0a\xdd\x16\x8f\xa6\x9e\xa9\xd9\x3f\x1b\x62\x26\xf7\x84\x78\xf7\ +\x1f\x48\x24\x70\x96\x79\x9d\x24\x9d\xb8\xb7\x03\xb8\xbd\xe5\x0b\ +\x73\x7b\xae\x84\x5d\x43\x8f\xd4\xba\xcd\x9f\xf3\x0d\x85\xf2\xc2\ +\x68\xe3\x0e\x50\x65\x0c\x5c\x5d\x76\x99\xf9\xce\xbf\x63\x4f\xa2\ +\xc3\xc8\x56\x2a\x58\x25\x16\x91\x54\x6e\x67\xc0\x55\xd9\xdf\x80\ +\x04\x98\xfb\xcf\x3f\x36\x97\xe4\x08\xe6\x11\x6f\x5d\x0c\x6a\x8f\ +\x3e\x0f\x45\x80\xe4\xc9\xbd\xa0\x42\x7b\x99\xfe\x3b\x93\xdd\x05\ +\x2a\xe9\xa8\x24\x6b\xc7\x2c\xee\x11\x60\xf5\x2f\x3b\xea\xb4\xf1\ +\x47\x1c\xcf\x42\x61\x26\xed\xe4\x55\x91\x50\x4c\x9d\x74\x0d\x4a\ +\x8b\x22\xe8\x95\x56\x12\x0d\x27\x3d\xce\x33\xdf\x0d\x19\x73\x92\ +\x84\x8b\x73\x58\xad\x05\xa4\x4c\xe8\x4e\x08\xd0\x9e\xec\x04\x1d\ +\xa1\x30\x2c\x84\x26\x2a\xdd\x14\x82\xfd\x80\x26\x13\x60\x42\x37\ +\x48\x0c\x1c\x45\x39\x82\xfa\x5a\x92\x70\x1c\x22\x86\x77\xe3\x1e\ +\x01\x76\x0c\x39\x54\x27\x01\x6e\x6f\xbc\x4a\xfd\x25\x6f\x1e\x3f\ +\x02\x13\xda\x3a\xa2\x87\x3f\xfa\xfd\x89\x70\x38\x78\x1b\xf5\x7e\ +\xe2\xa9\xdb\xd4\xf7\xf7\x8c\x3c\x06\xd3\x3f\x0c\x62\xb5\x18\x44\ +\x3c\x7e\x4c\xed\xc6\x4d\xef\x47\x83\x54\x4b\xec\xae\x59\x30\xd4\ +\xa4\x67\x66\x3a\x61\x12\x09\x8a\x22\xf7\xd5\xf6\x2c\x8c\x06\x22\ +\xc7\xda\x81\x72\xb8\x0d\xb7\x08\xe0\x4e\xec\xfe\x81\x09\xa7\xeb\ +\x24\x40\xe6\x8d\xbb\x54\x36\x8f\x84\x77\x4c\x5c\x3f\xa8\x3a\x76\ +\xbf\x7b\xfa\x78\x4d\x18\x94\x15\x69\xf0\x8c\x5d\xc3\x8e\xc2\xd4\ +\xf7\x03\x59\x20\x00\x4d\x82\xfc\xab\x5b\x0c\xca\xc0\x95\x85\xb7\ +\x69\xd3\x90\x70\xc4\xe4\x67\xc6\x8c\xe8\x02\x55\x45\x77\x6a\x9c\ +\xde\x3b\xbb\x21\x7d\x8d\x1c\x62\x64\xbf\x32\x0e\x61\xea\x94\x1e\ +\xdc\x22\x80\x17\xb1\xd3\x34\x60\xb4\xe6\x25\xd7\x6c\xff\xe7\xb6\ +\x87\x90\xc4\xcd\x64\x10\x0b\x67\xe2\x77\x25\x56\xb3\x48\xdc\xee\ +\x0c\x6b\xdd\x98\x04\x09\x46\x05\x87\x1d\x0d\x9e\x83\x8e\xa5\xe7\ +\x3b\xfe\xec\x95\x83\x3d\xbf\xa6\xb6\xeb\xfc\x6b\xdb\x48\x52\xa8\ +\x33\x3a\x89\xd9\x27\x97\xd3\x0e\x9d\xf7\xef\xa6\x3d\xd3\xff\x6f\ +\xea\x7b\x49\xb3\xc7\x50\xe1\x68\x02\x95\x68\xe2\x08\x01\xe6\xf4\ +\x5c\x65\x94\x00\xb9\x89\x35\x76\xfe\xea\xbe\x43\xb5\x84\x77\xde\ +\xb0\x63\xe6\x1a\xca\x19\xac\xeb\x59\x5b\x07\xec\x27\xe5\x5e\x7f\ +\x56\x08\xa0\xf1\xff\x8b\x36\x4d\xfe\xc3\x19\xa0\x62\xe5\xbf\xd1\ +\xcd\xa0\x8b\x47\x9a\x96\x0b\x58\x3b\x85\xce\x79\x4c\xf9\x06\x0b\ +\x49\xca\x61\x9d\x20\x6d\x52\x77\x6e\xd6\x02\x96\x7f\xb7\xc9\x28\ +\x01\x52\x42\x6b\xb6\xbc\x8a\xd2\x28\x08\xe8\x45\x7b\xf6\xd3\x3e\ +\x0e\x80\xac\xd8\x6b\x35\xb6\x30\x3d\xd2\xe8\xf3\xe6\xf4\x58\xc1\ +\x0e\x01\x66\x7c\x4f\x81\xa5\x0e\x09\x82\xc8\x11\x36\x10\x49\x22\ +\x85\x8c\x8d\x53\xe9\x1d\x20\xb0\x9f\x69\x04\xd8\x2a\xa3\x77\x80\ +\x49\x22\xee\x57\x03\x37\xf6\xdd\x6b\x14\xb0\xcb\x0b\x2f\xd1\x55\ +\xbd\x94\xdb\xb0\x75\xd2\x46\x24\xc2\xaa\x41\xab\x20\xf9\x06\x1d\ +\x1a\x29\xf7\xdd\x30\xfa\xbc\x59\x9f\xce\x63\x83\x00\x98\x28\x2a\ +\x8e\x3d\x72\x9f\x69\x8a\x86\xa2\x88\x3d\x50\x78\x6b\x1b\x40\x95\ +\x92\x4a\x19\xa7\x3b\x89\x4c\x23\xc0\xce\xe9\xf7\x3d\x4f\x09\x69\ +\x8e\xbd\xb8\x4f\x80\x90\xb1\x27\x10\x18\x63\x9a\x75\x27\xcc\xa4\ +\xca\x5b\xb1\x3a\x0a\x8e\x89\xcf\xd5\xf5\x1c\x4c\x10\x39\x5a\x4d\ +\x65\x83\x00\xe8\xb5\x27\xf8\x0e\x23\x40\x19\xcf\x5f\xa4\x2c\x71\ +\x34\xb9\x1c\x9c\xbd\xd7\xab\xc6\xd4\x95\x45\x80\xca\x95\xe3\x04\ +\x98\xfe\xe1\x6c\x06\x1c\x63\x7a\x5c\x72\x1e\x72\x13\x22\x8c\xfe\ +\x90\xa5\xb9\x51\x70\xd6\x3b\xd4\xe8\x73\x36\x0d\x0a\x01\x17\xe1\ +\x74\x76\x9c\x40\xb1\x08\x43\xc1\xb4\xd5\xb2\xda\x4b\xc8\x55\x4a\ +\x4c\xda\x10\x9f\xc0\xe4\x4e\x20\xcd\x16\x0f\xda\xac\xb8\x7d\xc9\ +\x69\x02\x60\xda\x17\xc1\x31\x41\x8f\x38\x9f\x83\x98\x83\x37\x49\ +\x46\x50\xa9\x97\x14\x8a\x81\x54\xe2\x27\x9c\x74\x3b\xff\xc0\x67\ +\x2c\xfa\x69\x0d\xc8\xac\xbc\xd9\x6a\x0a\x65\x32\x83\xd1\x2e\x3f\ +\x80\xf6\xf0\x02\x28\x52\x1e\xc4\x32\x71\xf6\x89\x65\x10\xeb\xfe\ +\x27\xe0\x7b\xc3\x3b\x99\xfc\xbc\xac\x95\xb4\x13\xa8\x51\xfc\xc8\ +\x6d\x02\x2c\xee\xb3\x9e\x02\xc8\x14\x3d\x3c\xe5\x2c\x84\x06\x5d\ +\x84\xeb\x2b\xae\xc0\xa5\xf9\x97\xe0\xa8\xeb\x39\x93\xbf\xeb\x6d\ +\x3b\x8f\xcd\xae\x60\x5c\xd9\xa4\x14\x8c\x40\xd7\xa6\xe1\x03\xdb\ +\xa3\xaf\x60\xea\xf3\xd2\xe7\x8d\xa2\x09\x30\x7f\x08\xb7\x09\xb0\ +\xf6\x8f\x9d\x08\x0c\x5b\xea\xd6\xd6\x9b\xf5\xb6\xf0\x4c\x17\x11\ +\xae\x72\x83\x56\xb0\xa1\x9d\xd0\x4f\x78\xa8\xf3\x05\xb2\xef\x28\ +\x02\x64\x6f\x96\x71\x9b\x00\x3b\x87\x1f\x66\x0d\xfc\x83\x93\xce\ +\x80\xe3\x5b\x9e\x8d\x76\x3c\x3c\xc3\xb9\x17\xd6\x09\x92\x89\xa6\ +\x3b\xd5\xcf\x79\x4b\x21\xb1\x7e\x45\xf6\x95\x1a\xf3\x57\x74\x1b\ +\xca\x92\x4f\x40\xc1\xd9\xe5\xa0\xf1\xfb\x8b\x5b\x04\xf0\x20\x59\ +\xb9\x43\x13\xcf\xb0\x46\x80\x1d\x23\x0f\x81\x53\x9b\x69\x9c\x9e\ +\x10\x92\xe1\x62\x07\xa5\xa9\xd4\x19\x03\x2a\x2a\x20\xc3\x27\xb8\ +\x43\x00\x9f\x0e\x8b\x58\xdd\xfe\x57\xfc\xb1\x19\xb3\x88\xf5\x21\ +\x40\x59\xca\xc9\x52\x5d\x39\xb7\xe0\xbf\x45\xa0\x59\x38\xac\xd1\ +\x08\x90\x7f\x6a\xf1\x03\x7a\x02\x23\x41\x33\xa7\x3f\x37\x08\x30\ +\xbf\xf7\x6a\x56\x09\x10\x60\xbf\xb8\xde\xc5\x20\xfd\x73\x01\x25\ +\xb1\x07\x40\x13\xd4\x8f\x4d\xf0\xb1\x5e\x70\xaf\x8c\x09\x85\xb1\ +\xa8\xa4\x3d\xb6\x04\x0a\xee\xec\xa6\x7b\x02\xaf\x6f\xe2\x06\x01\ +\x56\xfc\xbc\x95\x55\x02\x4c\xb3\xf1\xaf\x0f\x01\xe8\x73\x01\x74\ +\xab\x17\x0e\x7e\x78\x84\xa0\xa3\x97\x5f\x70\x6e\x39\x94\x67\x9d\ +\x33\x58\xed\xf1\x33\x07\x32\x0e\x25\x39\x65\xc4\xbd\x9e\xc0\x2d\ +\x83\xf6\xb3\x4a\x00\xd7\xf7\x67\xd4\x9b\x00\x99\x5b\xa6\x55\xe9\ +\xea\xed\xd5\x2b\x90\x4a\xef\xe6\x6c\x91\x99\x1f\x78\xdf\x3f\xa1\ +\xe8\xf6\x36\xa3\xdb\x7d\xf8\xd0\x2e\xb5\xf6\x04\x02\x17\x7a\x02\ +\xc9\x51\x72\xd8\x3f\xfe\x14\x6b\xe0\xff\xeb\x70\x02\x1c\xdb\x78\ +\xd6\x83\x00\x74\x5b\x78\xd4\xf8\x2f\x20\xe7\xf4\x4a\xbd\x56\x34\ +\x25\xd9\x09\x9c\xcc\x03\xbe\xfb\x57\xa4\x6d\x6c\x0e\x33\x33\xc0\ +\x98\xaa\x43\xfc\x21\x7a\x62\x0f\x88\x93\x7d\x4b\x1c\xc3\xd3\xcc\ +\xeb\xa4\x3f\xd0\xf2\x77\x80\x99\x9f\xce\x63\x75\xf5\xaf\xed\xb7\ +\x0b\xc4\x42\x45\x83\x09\x50\xad\x90\xb9\x79\x9a\xfe\x81\x8c\x86\ +\x90\x00\x4b\xc7\x79\x87\xfc\xa0\x32\xf7\x6a\xad\x5d\x43\xe4\x54\ +\x12\xa6\x94\xcb\x55\xa1\xfa\x66\xc8\xa0\x45\x2c\x6b\xa7\x8f\xe5\ +\x13\x60\x4e\x8f\x95\xac\x12\x60\xde\x77\x2b\x1a\xd4\x12\x96\xe5\ +\xd2\x2b\x51\xd7\xe1\x13\x3b\x92\x34\x74\x54\x93\x20\x6b\x87\x8f\ +\x61\x4f\x5e\xcc\x01\x3c\xa7\x77\x9f\xe2\x89\xe2\xa2\x1b\x9b\x75\ +\xce\x19\xfe\x7f\xfe\x89\xf9\x24\x6e\x5f\x06\x45\xd7\x36\xe0\xf9\ +\xbe\xca\xfc\x1b\x75\x9f\x27\x0c\x5d\x0f\x51\x93\xbe\x62\x88\xf7\ +\x80\x9e\x40\x3c\xa0\x12\x31\xa2\xbb\xe5\x13\x60\xd9\xb7\x1b\x59\ +\x25\xc0\xac\x1e\xb3\xcd\xd6\x13\x98\xee\xd8\x93\x69\x01\xd7\x1c\ +\x5a\x40\x01\x60\x26\xc5\x58\x3f\x61\xd6\x20\xbd\x13\xc4\x98\x52\ +\xc6\x2e\xa0\x8a\xdc\xeb\x7a\xdf\xc1\xf6\x30\x1c\x3e\x15\x3d\xac\ +\x93\xe5\x13\x60\xfd\x3f\x7b\x58\x25\x80\xec\x93\x99\x66\x6d\x0a\ +\x25\x87\x3b\x19\x12\x64\x6e\x99\x4e\x3b\x87\xf5\x57\xec\xea\xc5\ +\xf3\x84\x83\x6a\x52\xc7\x31\x23\x6d\xf0\x20\xa9\x4a\xac\xeb\x09\ +\xb4\x61\xce\x27\x26\xcf\x75\xc0\x6a\x62\xc6\x06\x0f\x88\xf5\xf8\ +\xb3\xa6\x27\x70\x32\x07\x7a\x02\xf7\x8e\x3e\xce\x1a\xf8\x07\x26\ +\x90\x14\xb0\xd0\xdd\xdc\x5d\xc1\x98\xce\x0d\x1f\x80\xab\x52\xb7\ +\x4d\xa3\x49\xc8\xbf\xbe\x0d\x9b\x40\xea\xd2\x92\xf8\x63\x50\xa1\ +\xbd\x52\x57\x8f\x00\x7e\x26\x6a\xc2\x97\xf8\xcc\xc8\xc1\xcc\xb1\ +\x71\xaa\xb8\x14\x39\xa4\x63\x9d\xc5\xa5\x84\xb1\x1c\xe8\x09\x9c\ +\xf6\x7e\x10\xab\xab\x7f\xcb\x90\x7d\xe0\xd2\x66\xba\x59\x09\x40\ +\x9b\x03\x24\xc1\x43\x69\xc4\xc8\x1e\x90\xe0\x35\x08\x13\x39\x7a\ +\x1e\x3f\xe6\xfa\xd3\xfc\x07\x82\xaa\xae\x0a\xa3\xab\x2d\xc4\x8f\ +\xe9\x5a\x73\x12\xa9\x7a\xc6\x40\x2a\x57\x7a\x02\x03\x6c\x96\xb2\ +\x4a\x80\x25\xbf\xac\x07\xa9\x95\xb7\x99\x09\x40\x9b\x83\x98\x11\ +\x58\xf7\xaf\x8f\x62\x4b\x77\x69\xf2\xa9\xfa\xe4\xf5\xf1\x34\x92\ +\x8a\x6b\xd5\xc0\x45\xf6\xeb\x58\x25\x80\x9f\xdd\x02\x56\x4e\x06\ +\x65\xb9\x8a\xd0\xfe\xa6\x4c\xec\x5e\x87\x62\x25\x10\x5b\xb7\x63\ +\x47\xda\x50\x27\x8c\x75\x49\x9d\xfc\x6b\x5b\x69\x93\x40\xbc\xfd\ +\x9c\xad\xf2\xa6\x37\x22\x66\xf5\xef\xdb\x59\x25\x80\x47\x7b\x6f\ +\x8b\xbd\x2f\x20\x83\xf8\x11\xe4\x24\x0f\x73\xc4\x5c\x7b\x64\x91\ +\x7e\xa6\x11\x07\x4d\x35\x29\x02\x6c\x1f\x7a\x90\x55\x02\x38\xbf\ +\xe3\x69\xf1\x17\x46\x24\x8d\xeb\xca\xe4\x17\x32\xb7\xcd\x44\xe0\ +\x29\x12\xec\x9e\xd6\x34\x08\x40\x66\xf0\xe1\x4c\x1f\xb6\xc0\xdf\ +\x35\xea\x08\xe9\x01\x98\xca\x85\x1b\x43\xd0\x7c\x84\x55\x47\x15\ +\x69\x2b\xc5\x7a\x24\x50\x62\xe1\x89\xf3\x04\xf0\x6e\xbb\x80\xd5\ +\xd5\xbf\xf2\xaf\x2d\x20\x11\xce\x6c\x3c\x02\xcc\xfa\x15\x72\xb6\ +\xbb\x43\xde\x41\x7f\xc8\xd9\x2c\xc3\xc3\x22\xc6\x3e\x8f\x51\x45\ +\x35\x09\xd2\xd7\xca\xf5\x6b\xfd\x38\x82\x8e\xd3\x04\x98\x27\x62\ +\xb7\x07\x20\xa8\xcf\xd2\xc6\x19\x15\x2b\xff\x12\x47\xbf\x63\xda\ +\x56\xcf\xbb\xcf\x3b\x14\x08\x6a\x69\x6f\x30\x16\x55\x44\x0c\xc6\ +\x58\x1f\x13\x3d\x54\xee\xbf\xe8\x16\x68\x82\xfa\x72\x97\x00\xc1\ +\x3f\x6e\x61\x95\x00\xd3\xbb\x04\x34\x06\x01\x30\xff\x6f\x74\x18\ +\xe5\xf1\x79\x0f\x6a\x24\x65\x46\xcf\xa8\xf6\x06\xd2\xc3\xa7\xd2\ +\x4f\x63\xd5\x90\x93\x04\xd8\x34\x20\x84\x55\x02\x48\x3e\x9a\xc1\ +\x3a\x01\xb4\xcb\xc6\xd6\xd2\xaf\x17\xae\x1f\xe2\x31\x83\x1d\x8d\ +\xed\x04\x48\x02\x52\x03\xc8\x39\x4b\x11\x0a\x2f\x9b\xe2\x1c\x01\ +\xdc\x88\xee\x73\x38\xc9\x1a\xf8\xfb\x48\xbf\xc1\x14\xa1\x27\xbb\ +\x04\xa0\x57\x3f\x4e\x08\x27\x45\x1d\x1c\x19\x93\x34\xd7\x81\x72\ +\xec\x88\x29\x30\x25\x4c\xc4\x4c\x23\xc9\xfd\x53\x17\x4b\xe0\xf7\ +\xf7\xfb\x60\x88\x48\xa6\x86\x62\x47\xb0\x85\x13\x00\x27\x7b\xb2\ +\xba\xfa\x37\x0c\xd8\x0d\xae\x42\xf6\x77\x80\x92\xe8\xfd\xd4\x4c\ +\x80\xfb\xb2\x7e\x58\x0b\x60\x56\xf1\xe5\xb5\xa6\xe5\x0a\xd0\x31\ +\x6c\x87\x47\xc1\xab\x4a\xea\x38\x23\x59\xa5\xc4\x92\xb3\x7a\xfa\ +\x77\x96\x4b\x80\xa0\x6e\xcb\x59\x25\xc0\xfc\x1f\x56\xe3\x00\x48\ +\xd6\x77\x80\x1b\xdb\xa8\xee\x9c\xc8\xe1\x5d\xf0\x58\x78\x94\x83\ +\x88\x9a\x23\x98\x77\x6a\xc9\xc3\x8d\x9c\xa1\xfc\x81\xda\xb5\x2c\ +\xf9\x38\xf1\x0f\xfa\x58\x26\x01\x96\x7e\xb3\x81\x55\x02\x78\xf5\ +\x9a\xdb\x28\x17\x46\x64\x6d\xf6\xa4\x6b\xfb\x04\x94\x9c\x13\x0b\ +\x0d\x1a\x3b\xd3\x17\x4f\x78\xa8\x6d\x3b\x71\x7c\x0f\x28\xcb\xbc\ +\xa0\x9f\x29\x34\x6c\x22\x39\xe0\x6b\x99\x04\x58\xf7\xf7\x2e\x56\ +\x09\x20\xff\xdc\xab\x51\x08\x10\xe3\xd0\x0b\xcf\xfc\x1b\xad\xfb\ +\xc7\x1f\x85\xb8\xd1\x0f\x37\x37\x58\xb3\x94\x9a\x13\x88\x95\xc4\ +\xf0\xe1\xdd\x20\x46\xfa\x0b\x94\x65\x85\xd6\x44\x09\x19\x16\x3a\ +\x27\x70\xf7\xc8\xa3\x6c\x81\x8f\x27\x8e\x1c\xad\x3d\x1a\x83\x00\ +\xd8\x36\x16\x23\xfb\x8d\xea\xda\xa1\x76\x84\x94\xd3\xa0\x9c\xd4\ +\x07\x6b\xf7\x0d\x9a\x14\x3a\xbc\x3b\xe3\x5b\x90\xa6\x14\xcb\x9e\ +\x14\xea\xf9\x6e\x00\x9e\xcd\x63\x8b\x00\xdb\x87\x1d\x00\x67\xe1\ +\x34\xf6\x08\x40\xdb\x6b\xf4\xda\xa9\x33\x7c\xc4\x79\x2b\x8a\x3a\ +\x40\xda\xb7\xa7\x32\x23\x5e\x33\x1e\xf2\x7c\x60\xf6\x06\x7a\x56\ +\x70\x9c\xfb\x9f\xc4\xbf\xb0\x81\x08\xd2\x0b\x90\x7d\x2a\x98\x3a\ +\x2f\x68\x71\x3b\x80\x5f\xc7\x25\xa6\x82\x87\xed\xe2\xab\xff\xd9\ +\x0e\xbe\x5f\x2c\x00\xe7\xcf\x3d\x61\xf9\xef\x0f\xdf\x3f\xb8\x8c\ +\x7c\xe7\xd1\xce\x0a\x36\xae\x2a\x3d\x3f\x20\x65\xe1\x84\xfa\x74\ +\xee\xd0\xc4\xf2\xfc\x49\xe7\xed\x53\x17\x50\x6a\x0f\xcf\x86\xfc\ +\x2b\xeb\xe9\x24\xd3\x15\x0b\x3c\x19\xb4\xa8\xf7\x5a\xa3\x2d\x5b\ +\x9b\x06\xed\x85\xa0\xaf\x96\x80\x6b\xbb\x69\x30\xa4\xa5\x83\xc1\ +\x65\x0e\x9e\x5d\xfd\x60\xdf\x38\xd3\x73\x08\xfe\x5f\x2e\x6e\xac\ +\x5b\xc3\xd0\x0b\x27\xab\x9f\x9a\xdd\x4b\x4a\xbd\x4c\x63\x67\xe2\ +\xb8\xae\xf5\xac\x18\x76\x23\x2b\x7d\xc5\x03\xce\x06\x2a\x21\xce\ +\xe3\x2f\xcb\x23\xc0\xaa\x5f\xb7\xd7\x0d\x78\xab\x71\x7a\x80\x8f\ +\x81\xe1\x2d\x27\xe2\xa5\x0e\x8e\x6d\x3c\x60\x64\xcb\xc9\xf8\xfa\ +\xd8\xb7\x9d\x60\x5d\x7f\xd3\xe6\x09\x78\x76\xf4\x6b\x34\x02\xe4\ +\x1d\xa6\x42\x35\x1c\x23\x1f\x3d\xb4\x23\x36\x84\x90\xa6\x91\x86\ +\x54\x0b\xd1\xe9\xa3\xa7\x91\xd3\x67\x13\x52\x97\x3b\x63\x1d\xc1\ +\xe2\x08\xb0\xec\xa7\x4d\x10\xd8\x47\x07\xf8\x54\x18\xda\x1a\x01\ +\xa7\x74\x58\x8b\x09\x78\x93\xc7\x14\x02\xb8\x54\x68\x38\x07\x70\ +\x52\x6b\x37\x18\x4c\x88\x31\xb8\xe5\x18\xf0\xb7\x5f\x04\x07\x1f\ +\x70\xac\xdc\xf5\xbd\xe9\x8d\x42\x00\x8d\x8f\xee\x00\x67\x38\xb5\ +\xfa\xc3\x07\x76\xa4\xec\x7d\xbd\x55\x2c\xd2\xf5\x01\x62\xc7\x70\ +\xda\x0a\x57\x28\x8e\x3e\x88\x97\x46\x94\x6b\x2e\xe3\xb5\x73\xb1\ +\x6e\x7f\x54\x9b\x97\x2e\x96\x47\x00\x32\xcd\x93\x02\x9c\x5c\xe6\ +\x50\x0b\xe0\xc6\x95\x64\xf5\x90\x28\x78\xbf\xcf\x27\x6e\xb0\x7d\ +\x78\xed\x8d\x25\x7b\xc7\x1c\xc7\x63\x60\xac\x13\x40\xda\x1b\x0f\ +\x7a\x50\xc3\x21\xfd\x86\x63\x2b\xb7\xd9\x7a\x06\x26\xa2\xe7\x5f\ +\x97\x62\x27\xb1\xca\x55\x64\x79\x04\x18\xd3\xca\x09\x1c\x5a\xb9\ +\x20\xe0\x0d\x70\xce\x70\xc0\x13\xb9\xeb\x07\xcd\xc4\xd0\xd6\xe3\ +\x61\xc1\x0f\x06\x53\x46\xd1\x81\xc4\x1e\x00\x96\x09\x90\x77\xc0\ +\x4f\xef\x32\xc8\xb5\x94\xb7\x6f\x26\x45\x53\x52\xed\x53\x50\xaa\ +\x9b\x16\x4a\x4e\x30\x35\x8b\x5b\xc3\xb0\xcb\x67\x68\x0b\x34\x25\ +\x20\xef\x34\x0b\x57\x3d\x33\x09\xf4\x9b\x60\xd6\xaf\x8e\xd5\xae\ +\x9c\xa0\x8b\xbf\xa9\x51\xf0\x91\xe3\xbe\xc0\xe6\x4f\x63\x3b\x46\ +\xf6\x9a\xc9\x50\x18\xba\x0a\x8a\xef\xee\xc0\x63\x63\xda\x15\xe3\ +\x4d\x03\x50\x8c\x44\xd0\x45\x13\xe8\x54\xa6\x3b\xf6\x68\x7e\xf7\ +\x06\xca\x88\xe9\x18\xdd\xd2\x09\x49\x30\xe6\x6d\x47\x58\xdb\x77\ +\x07\x12\x60\x46\xb7\xd9\xac\x12\x40\x3b\x7f\x30\x5d\xa4\xa9\x52\ +\xe2\xad\x62\xe1\x03\x8c\xdc\x04\x3a\xed\x5b\xa6\x68\xa4\xaf\xc5\ +\x11\x7b\x70\xd0\x34\x7f\x71\xa4\x89\x3a\xb9\xda\x41\x1c\xd8\x62\ +\x0c\x78\xf7\x9e\x07\xd2\x8f\x14\xac\x11\x40\xbb\x68\x04\x26\x5e\ +\xa8\xd3\xb9\xdb\xbd\x70\x4b\x26\x17\x4c\xd5\x79\xf1\x23\xb9\x86\ +\xd6\xf8\xc4\xd3\xf0\xdd\xf8\x39\x9e\x00\x26\xaa\xc4\x6a\x26\x8c\ +\x68\x31\x09\x77\x03\x42\x08\x36\x08\x80\x83\x21\xf4\xcf\x04\x92\ +\x01\x90\xd8\xc0\x11\x53\xf7\xf0\x47\xdc\xf6\xe9\x36\xaf\xdb\x78\ +\xb0\xb3\xfa\x1e\x00\x46\xb5\xc1\x0e\xac\x12\x80\xfb\xd7\xc7\x0b\ +\xbd\x61\x5c\x2b\x09\x46\x0b\x8f\x90\x00\x38\xab\xa7\xe8\xd6\x56\ +\xc3\x2a\xdc\x95\xcd\xe8\x9c\x91\x2e\x1e\xa3\xf1\x3e\xb1\xf9\xd4\ +\xb5\x72\xba\x9b\xc6\xd0\x89\x73\xfc\x96\x32\x25\xe4\x92\x48\x4e\ +\x5c\x1f\x8f\x22\x69\x15\xf4\x02\x99\xfa\xa1\x20\x3f\x5e\x09\x51\ +\xe0\xa6\x1a\x27\x80\xc6\xeb\x37\xc8\x3b\x32\x1b\x2f\x6a\xaa\xfd\ +\xd2\x2a\x25\x0e\x6c\xd2\xac\x71\x34\xba\x7d\x17\xdf\xdd\x59\x03\ +\xf2\xcd\x1d\x8c\x17\xaf\x7f\x1d\x4c\xd1\x8d\x2d\xe6\x06\xbe\x5c\ +\x23\xb1\x5b\x90\x2d\xef\xf2\x8a\xe0\x51\x89\x9b\xb5\xdf\x87\x64\ +\x37\xd8\xd1\xd4\x08\x40\xe2\xfb\x62\x26\x0f\x6f\x82\x96\xc4\xe8\ +\x4d\x11\x73\xef\x83\x91\x42\x61\xe8\x4a\x6a\xab\xd7\x25\x72\x62\ +\x5d\xbf\x05\x25\x49\xde\xc4\x4a\xbe\x87\xaa\xe2\xbb\x35\x61\xe4\ +\xc9\xc5\xe6\x04\xff\xb8\x56\xdc\xfb\x73\x01\x5b\x42\x3a\x71\xfa\ +\x90\x1e\xc0\xdb\x4d\x82\x00\xf4\x98\x38\xd3\xb5\x52\x89\x57\xc5\ +\x95\x67\x9e\xd5\xbf\xda\xcd\xc0\x07\x28\x56\xfe\x6b\xd0\xee\x95\ +\x3a\x7b\x84\x39\x80\x8f\x24\x21\xe3\x8f\x82\xc6\x10\x85\x40\xf1\ +\x38\xf9\x31\x87\x51\xfe\x01\x17\xd4\xf8\x98\x38\x9c\xf8\xad\x0e\ +\x09\x24\x15\xbe\x89\x10\x23\xf9\x45\x77\xba\x17\x6f\x07\x53\xed\ +\xf2\xa5\x5a\xbe\x1a\xa2\xf9\x37\xb6\xe3\x60\x88\x06\x00\xaf\x55\ +\x89\xed\x9c\x40\x61\xff\xa4\xa0\xb1\xc5\xf9\x5d\xc5\xab\x32\xa1\ +\x8f\x3f\xf9\x61\x4b\xb9\x4a\x00\xcd\xbe\x39\x55\xba\x49\x1c\xd1\ +\xce\xdf\x19\x4f\xc5\x8e\xb5\xc5\x0b\xa1\xea\x30\x17\xb8\xca\x73\ +\x43\xd7\x63\x79\xb8\x30\x6c\x6f\xed\xd7\xbf\xdd\xda\x89\xcd\x1e\ +\xf5\x29\x19\x13\x2d\x57\x4b\x45\xc1\xe9\x62\xfb\x37\x05\x96\x26\ +\x52\x6b\xaf\x8f\x38\xe0\x1f\x18\x9f\x12\x46\x8f\x7a\xc7\xf4\x6b\ +\x34\x51\x25\x69\xca\x08\xbb\xff\xcc\xbf\xe4\x67\xdd\x8e\x80\x45\ +\x9a\x9c\xd3\x2b\x30\x37\x90\xe0\x33\x14\x1b\x45\x98\x67\xe8\x4a\ +\xc3\x01\x23\x21\xfb\xf8\x12\xdd\xf5\x72\xd8\xe2\x95\xe8\x3b\x0c\ +\x5f\x0f\x23\x4a\x0e\x87\x3c\xbc\x9d\x97\xdb\xb6\x15\x58\xb6\xa0\ +\x7f\xf0\x35\x21\xc2\x1d\xae\x11\x80\x00\x83\x60\x63\x59\xd7\x30\ +\xe7\x8e\x59\xbf\xf8\xd1\xcc\x14\x31\x63\xca\x9c\xff\xab\x43\xf1\ +\x96\xd0\x87\x00\x3e\x4a\x2d\x11\xfd\x2c\xe0\x8e\xa0\x7f\xf0\x24\ +\x09\x1b\x1d\xc8\x8f\xad\xe2\x00\x01\xf0\xfa\x78\xe2\x4c\x99\xda\ +\xc7\x8f\x44\x31\xac\xd4\x75\x80\xf8\x31\x9d\x75\x03\x9f\x98\xd1\ +\xef\x84\x58\x06\x9f\x49\x9d\x64\x72\x5e\x3f\x9b\x84\x75\x72\x50\ +\xb4\x7d\x5a\xc0\x55\x71\x7b\xdb\xef\xb5\x6a\xff\xa0\xcc\xd2\xf3\ +\x00\xf5\xb8\x2d\x04\x87\x3c\x65\x38\xf5\x34\x96\x18\xc2\x6a\x21\ +\x69\xf6\x78\x98\xaa\x61\x85\xce\xce\x67\xb8\xf7\x6e\x21\x68\x2a\ +\x42\x0a\x3b\x9f\x90\x1f\xfe\x00\xc7\x08\xc0\xbe\x4a\x45\x27\x32\ +\x5d\x7a\xb5\x17\x34\x55\x71\x13\x7a\x7d\x23\x17\xfa\x86\xf1\x04\ +\xd0\x57\x51\xb4\x4a\x6a\xd7\x57\xd0\x1c\xc4\xa1\x4b\xf0\x53\xd5\ +\xfe\x81\x5a\xce\x13\x20\x47\x67\xe7\x63\xa6\xfc\xf8\x8c\xa0\xb9\ +\x89\x8b\xb5\xe2\x75\x37\xa1\xef\x02\x02\x48\x45\x33\x24\x40\x15\ +\x59\xf5\x1b\x32\x25\xa2\x96\x82\xe6\x2e\xee\x42\xdf\x4f\x09\x28\ +\x87\x9a\x0d\x01\xc4\xb6\xa7\xb2\x5c\xed\x3a\x0a\x78\xa9\xc5\x3f\ +\xb0\xf6\x09\x6f\xc2\x04\x88\x61\xc1\xce\x73\xdf\x3f\x20\x24\x70\ +\x22\x20\xe5\x36\x21\x02\x14\xaa\x25\x76\x8a\x04\x85\xfd\xb3\x3c\ +\xc2\x26\x8a\xbb\x95\xef\x1b\xd5\xfe\x41\x25\x87\x09\x80\x76\x5e\ +\x25\xb5\x6f\xcd\x23\x5a\x6f\xb3\xe0\x67\x43\xca\xce\xa7\x39\x48\ +\x80\x4b\xc4\xbb\xef\xc1\x23\x68\xb6\xb6\x34\xef\x5f\x75\xc0\x71\ +\x80\x00\xc9\x1a\xa9\xdd\x30\x10\x08\x1e\xe3\x51\x33\xb3\x28\xda\ +\x2a\x9e\xd6\xf9\x07\x44\xf3\x58\x20\x80\xa5\xda\x79\x5e\x3c\xde\ +\xf1\x69\x43\x2a\x8e\xc1\xe8\x1f\x34\x3e\x01\xee\x69\x24\xb6\x3b\ +\xb0\x09\x93\x17\x76\x45\x2a\xf4\xe9\x4c\x32\x8a\x67\x1b\x8d\x00\ +\x62\xbb\xcb\x5a\x89\xa8\x17\x8f\x84\x25\xf8\x07\xd6\x3e\xf1\x2c\ +\x12\x20\x95\xb7\xf3\x16\x97\x56\x9e\xfb\x1c\xd9\x0d\xe4\x04\xdc\ +\xfc\x47\x48\x80\x22\x95\x44\xe4\xaf\x9a\x68\xff\xa2\x80\x17\xcb\ +\x14\xd9\x5b\x01\xc2\x6a\xff\xa0\xca\x8c\x04\x40\x3b\x9f\x23\x16\ +\xbd\x23\xe0\x85\x2b\x44\xf0\xee\x4a\x88\x70\xde\x0c\x04\xb8\x9a\ +\x25\xed\x6d\x2b\xe0\x85\x8b\x02\x8f\xb9\x59\x79\xf7\x25\x89\xa4\ +\xc4\x7a\x10\x20\x8d\x38\x79\x0e\xa0\x10\x3c\x2e\xe0\x85\xdb\xa2\ +\x10\x2a\x9e\xaf\xf6\x0f\x0a\x4c\x20\x40\xb1\xce\xce\xab\x65\xb6\ +\x2f\x09\x78\x69\x5a\xe2\x69\xed\x6d\x45\x76\x84\x0d\x84\x00\xb1\ +\xb5\x12\x40\x2c\xda\x9f\x29\xf9\xe2\x3d\x01\x2f\x4d\x5b\xe4\x6f\ +\xcf\x32\xe8\xad\xc7\x7e\x7b\x5e\x78\xe1\x85\x97\x66\x25\xff\x03\ +\x60\x37\xfd\xc4\x50\x21\xe6\x17\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ \x00\x00\x03\xb3\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -3692,1220 +5318,6 @@ \x77\x87\xcb\xa9\x4a\xf4\x50\x3f\xa0\xfa\xff\x7a\xfe\x17\x2b\xf8\ \x83\x81\x17\x01\x04\xca\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ -\x00\x00\x33\x3f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\ -\x00\x00\x33\x06\x49\x44\x41\x54\x78\x01\xec\xdd\x03\xac\x24\x59\ -\x18\x05\xe0\x7f\x6c\xbb\x6e\xad\x6d\xab\xba\xde\xac\x6d\x85\xab\ -\xe8\x45\xe3\x2e\x8d\x2b\xe9\xaa\x5e\x3b\x7a\xc1\x3a\x58\xdb\xb6\ -\x6d\x1b\xed\x1e\xe3\xe1\xee\xed\xdd\xbe\xeb\x7d\x6c\x14\xce\x97\ -\x9c\x38\x19\x9e\x93\xf9\xef\x24\x29\x82\x08\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\xb0\xd9\x45\x7b\x59\xcc\x5f\x4e\x3d\xc8\x19\ -\x89\xe5\x99\x45\xfa\x5e\x04\x00\xe1\xb7\x50\x75\x27\x3b\x4a\xfa\ -\x6a\x9b\xf9\x1d\x36\x4b\x3f\xde\x8b\x01\x78\x5c\xa4\x33\x67\x68\ -\x37\x65\xe6\x1f\x34\x83\xc2\x07\x00\x5a\xf7\x6b\x1b\x66\xab\xfe\ -\x7c\x51\xfc\x92\x08\xaf\xa4\x0f\x03\xc0\xab\x59\x93\x33\x74\xf7\ -\xf3\xb9\xc7\x8f\xa0\x70\x00\x00\x47\x49\x1d\x25\xca\xff\xa1\x2c\ -\xfe\x00\x06\x40\xe6\xf3\xac\xa9\x9f\x4d\xc1\x05\x00\x96\x92\xda\ -\xc9\x62\xde\x83\xb2\xf0\x35\x1c\x00\x99\x27\x33\x46\xcb\x9e\x04\ -\x10\x48\xb8\xf3\xdb\x45\x78\x1d\x07\x80\xcb\xf7\x81\x5f\x0c\x6d\ -\x3a\x01\x40\xf3\xb8\xe4\x0e\x75\x54\xbf\x55\x94\x3b\x2b\x4b\xde\ -\x80\x01\x90\x29\xe6\x0d\xdd\xe6\xee\x6e\xc3\x09\xa0\xf1\x70\xe7\ -\x5b\xcc\x7f\x5f\x96\xbb\x09\x03\x20\xf3\x29\xde\x07\x00\x1a\x64\ -\x31\x4b\xef\xe8\x30\xef\x7e\x59\xea\x00\x0c\x80\xcc\xe3\x45\x43\ -\xdb\x9d\x00\xa0\xf6\x9c\x2d\x2f\x9c\x64\x29\xfe\x45\xa2\xc8\x9b\ -\x44\x78\xc0\x06\x40\xa6\x3d\x67\x6a\x6d\x3f\x2f\x6e\x99\x46\x00\ -\x35\x81\x3b\x7f\xb0\x28\xef\x79\xa2\xbc\x19\x59\xe4\x00\x0f\x80\ -\x4c\x21\x9b\xd4\xe7\x73\xf7\xb0\xa1\xd4\x3f\x00\xe0\xb0\xd4\x11\ -\x0e\xf3\xdf\x95\x05\x0e\xd1\x00\xc8\x7c\x92\x35\x13\x27\x50\xef\ -\x01\x80\xa9\xa6\x76\x10\x65\xbd\x4d\x16\x37\xc4\x03\x20\xf3\x78\ -\xc1\x4e\xec\x46\xff\x0f\x00\xdc\x69\xee\x58\x47\xf5\x5d\x51\xd6\ -\x8d\x22\x3c\x22\x03\x20\xb3\x39\x6f\xe8\x57\x97\x16\x1c\x36\x91\ -\xfe\x0b\x00\xee\x7c\xff\x17\x59\xd6\x08\x0c\x40\xf7\xef\x03\x67\ -\x9f\x3d\x84\x00\xe2\xce\x51\x53\x87\xd9\xcc\x7b\x47\x96\x34\xfa\ -\x03\x20\xa3\x7f\x94\x35\xf5\xe3\x08\x20\x8e\x96\x2a\xde\x16\x0e\ -\xf3\x6e\x92\xe5\x8c\xdd\x00\xc8\x24\xb5\xfb\x33\xa6\xb6\x1d\x01\ -\xc4\x81\x31\xe3\xd2\x31\xd5\x3b\x7f\x83\x08\x8f\xd7\x00\x74\xff\ -\x3e\x50\xb4\xf7\x9b\x40\xd1\x04\xc0\x07\xfd\x76\xe7\x2b\xde\xcf\ -\xb2\x90\x18\x80\xbf\x27\x6b\x24\xf2\x78\x1f\x88\x1c\x58\xac\xa6\ -\x0f\x12\x05\x7c\x59\x16\x11\x03\xd0\x63\xde\xca\x26\xb5\xd9\x14\ -\x66\x00\x16\xbb\x58\xad\xde\xf9\x5d\x22\x1c\x03\xd0\xf7\xf7\x81\ -\x5f\x8c\xd9\xdb\x50\x98\x00\xb8\x8a\x3b\xba\x7a\xe7\xaf\x97\xe5\ -\xc3\x00\xf4\x3b\x9b\x2a\xef\x03\x85\xb9\x07\x8d\x27\x80\xa0\xdf\ -\xf9\x0e\xf3\xce\x16\x65\xfb\x56\x96\x0e\x03\x50\xb3\xfc\x98\x4b\ -\xea\xad\xdc\xa5\xc1\x04\x10\x34\xce\x16\x17\x1e\x20\x4a\xf6\xa2\ -\x2c\x1b\x06\xa0\x6e\x79\x23\x9b\xd4\x75\x02\x08\x82\xa5\xaa\xc7\ -\xba\xb9\xf3\x31\x00\x75\x7c\x1f\xf8\xd9\x39\x78\x6b\x02\x68\xe2\ -\x9d\x6f\x8b\x62\xad\x91\x05\xc3\x00\x34\x3c\xeb\xb3\x86\x76\x51\ -\xce\x4a\x8c\x23\x80\x06\xdf\xf9\x5f\xcb\x62\x61\x00\x9a\x9e\x1f\ -\xea\xfe\x3e\x00\xe0\xcc\xba\x70\x3f\x51\xa4\xe7\x03\x57\x6c\x0c\ -\x80\xcc\x6b\x99\x45\x87\x68\x54\x4b\x00\xd6\x16\x17\x2b\x16\xf3\ -\xdb\x44\x89\x3a\x45\x38\x06\x20\xd0\xe9\xca\x1b\x89\xdb\x4a\x49\ -\x6d\x2b\x02\x18\x08\x77\x37\x77\x78\xf5\xf3\x5a\xab\x65\x89\x30\ -\x00\xa1\xc9\xba\x9c\xa1\xbb\xdf\x2f\x3c\x64\x14\x01\xf4\x95\xad\ -\x78\x27\x8b\xf2\x7f\x25\xcb\x83\x01\x08\x6b\xf4\xef\xf3\xa6\x7e\ -\x1e\x27\x1a\x44\x00\x3d\x31\x15\x7f\x5f\x5b\xf1\x9f\x95\xa5\xc1\ -\x00\x44\x24\x49\xfd\xd5\x82\xa1\x1d\x42\x00\xff\x25\xa9\xb8\x53\ -\xe5\x67\xb4\x45\x38\x06\x20\x92\xe9\xaa\x7c\xd6\x2c\x6b\x1e\x36\ -\x93\x00\xfe\xfa\x19\x6d\x91\x55\xdd\x94\x07\x03\x10\xad\xac\xad\ -\xbc\x0f\x7c\xed\x1e\x36\x92\x62\x0e\x77\x3e\xf3\xbf\xe8\xa6\x34\ -\x18\x80\x68\xe7\xbb\xca\xfb\x00\xc5\x0b\x58\xb3\x52\xbb\x58\x8a\ -\xf7\x70\x37\x65\xc1\x00\xc4\x2b\x4f\x67\x4d\x6d\x6f\x82\xc8\x7f\ -\x57\x6f\x4a\x0d\xee\x7c\x0c\x40\x04\x23\x3f\x7b\x9e\x99\x7f\xd0\ -\x0c\x82\x88\xde\xf9\xcc\x2f\xd7\xa0\x48\x18\x80\x68\x67\x4d\xe5\ -\x7d\xe0\xf3\xb9\xc7\x8f\x20\x88\xc6\x67\xb4\x45\xf9\x3f\xec\x63\ -\x59\x30\x00\xc8\xe7\xf8\xec\x79\x88\x2d\x56\xd2\x3b\x5b\xcc\x7b\ -\x10\xa5\xc7\x00\x0c\x30\x4f\x66\x8c\x96\x3d\x09\xc2\x61\xa1\xea\ -\x4e\xae\xde\xf9\xed\x28\x3c\x06\xa0\x96\xef\x03\xbf\x18\xda\x74\ -\x82\xe0\xde\xf9\x8e\xea\xb7\xda\xcc\xcf\xa1\xe8\x18\x80\x3a\xa5\ -\x94\x37\x74\x1b\xef\x03\x01\xbc\xf3\x2d\xe6\xbf\x8f\x82\x63\x00\ -\x1a\x94\x4f\x83\xf1\x3e\x80\xff\xd6\xdb\xd1\x61\xde\xfd\x28\x76\ -\x4c\x06\xc0\x6a\xe1\xf9\xab\xcf\xe5\xa5\xdb\x96\xf0\x55\x0f\xa4\ -\x79\xf9\x3e\x8f\x17\x6f\x31\x78\xfe\xe2\x33\x9b\xf5\x73\x7a\xbc\ -\x68\x68\xbb\x13\x34\x96\xb3\xe5\x85\x93\x2c\xc5\xbf\xc8\x66\xfe\ -\x26\x94\x3a\xfa\x03\x90\x5f\x79\x2c\x5f\xfd\xf8\x95\xbc\x63\xf5\ -\x5b\x9c\x77\x7d\xfe\x9f\xd9\xfc\xd3\x33\xbc\x7c\xfb\x52\x9e\xb3\ -\x67\x37\xfa\xe7\xd7\x9e\x33\xb5\xb6\x9f\x17\xb7\x4c\xa3\xfa\x02\ -\x97\xdc\xa1\xbf\xdf\xf9\xe9\x4c\x3c\x0a\x8b\x01\x28\x5e\x3f\x97\ -\x77\xac\x91\xc5\xef\x39\x9b\x7e\x78\x8a\xe7\x2f\x3c\xa3\x19\x3f\ -\xd7\x62\xe5\x7d\x80\xbb\xbb\x0d\x27\xa8\x3d\x8b\xf9\x47\x3a\xcc\ -\x7f\x37\x3e\x65\xc5\x00\x94\xef\x5a\xc1\x79\xe7\x67\xb2\xdc\xbd\ -\x4e\xe7\xba\x77\x79\xe1\xda\x0b\x9a\xf5\xf3\xfe\x24\x67\x68\x27\ -\x12\xd4\x86\xa9\xa6\x76\xb0\x59\xfa\xb6\x78\x15\x15\x03\x50\xbc\ -\x7e\x9e\x2c\x7f\xbf\xd2\xb1\xe6\x6d\xf9\x2f\x81\x66\xe5\xf1\x82\ -\x9d\xd8\x8d\xfa\x07\xdc\x69\xee\xd8\xea\xe7\xb5\x36\xc6\xac\xa8\ -\x18\x80\x15\xc7\x54\x0a\x2c\xcb\xdc\xef\xfc\xca\xde\x57\x80\x45\ -\x95\x77\xe1\xef\xbf\xbb\x57\x51\x74\xfb\xfb\x36\x9e\x5d\x45\x25\ -\xc5\x5c\xb7\xbb\x57\xa5\x63\xe8\x6e\x10\x51\x4a\xda\xc6\xee\x6e\ -\x51\x44\x0c\xec\xae\x75\x8d\x21\x86\x10\xa4\x63\x86\x6e\xd0\xf3\ -\xbf\x9c\xcf\x67\x10\x99\xdf\x9d\xcb\x04\x33\xdc\xf9\xf1\x3c\xef\ -\x86\x30\x33\x77\x64\xde\xf7\x9e\xdf\x89\xf7\x74\x14\x64\x68\x5a\ -\xc8\x70\xed\x79\x83\xef\xec\xff\x4d\x19\xcd\xfd\x9c\xff\x6f\xfb\ -\xd6\x68\x33\xa8\xa6\x84\xd5\x4d\x01\x68\x3e\xb7\x12\x09\xac\x02\ -\x60\x24\xa1\x05\x11\x8d\x84\xdb\xda\x73\x7a\xce\xff\x34\x64\x5c\ -\xec\x03\x4a\x54\x1d\x16\x80\x90\x59\xec\x77\xff\x67\x22\x68\xb8\ -\xb2\x05\xca\xd7\xf9\x40\xe5\xd6\x60\x68\xcd\x3e\xce\x2a\x00\xed\ -\xc2\x43\xda\xe4\x4f\x98\xc3\xf4\x0f\x7c\x4d\x99\x3e\xc8\x98\x23\ -\xe1\xcd\xbe\xf5\x5a\x94\xa0\x54\x00\x24\x6b\x1c\x88\x64\x7e\xde\ -\x2b\x82\x92\x04\x3b\x78\xfc\xe7\x27\xfd\x98\x3b\x01\xea\xd2\x53\ -\xc8\x8f\xe9\xce\x85\xba\xf0\x39\x5a\xb7\xd6\xac\x26\xc8\xfc\x3d\ -\x9d\x27\x7e\xa0\x5e\xf2\x7f\x7b\x71\xce\xef\x60\x00\x14\x54\x00\ -\x1a\xd3\xa2\x88\x64\x6e\xbc\xb6\x15\x49\xff\x2a\x84\xf3\x26\x42\ -\x57\xf5\x75\xe2\xe3\xc4\x4b\xe7\x69\x9e\xf4\x84\xfc\x40\x7d\x88\ -\xe1\xff\xd2\xdd\x73\xbe\x7e\x6c\x15\x25\xe5\xcb\xa0\x02\xd0\x7c\ -\x76\x19\x91\xc8\x65\xab\x3d\x90\xf0\xb2\x20\x39\xbd\x9a\x9c\x07\ -\xd8\xe2\xae\xb5\x6d\xc5\xb5\x81\xd3\xc4\x3a\x95\x1f\x08\x1b\x1f\ -\x67\xca\x7c\x18\x6f\x52\x32\x0e\x15\x54\x00\xca\xd7\x7a\x91\x05\ -\xe0\xec\x1a\xe2\xe3\x24\x1b\x5c\x46\xc2\x7c\xc1\xfd\xda\x00\xf3\ -\x99\x3c\x4e\xf0\x25\x8e\x97\xbb\x46\x9b\x82\x1e\x01\x8e\x2c\x22\ -\x12\xb9\xf9\xde\x3e\x24\x7b\xb6\xa5\x01\xe4\xda\x4f\x86\x5c\xbb\ -\xc9\x20\x9c\x3f\x01\x84\x16\x93\xa0\xa7\xfe\x0e\x59\x00\x96\x59\ -\x68\x29\xe9\x09\xf9\x01\xbf\xe9\xef\xf2\x6c\x8d\x36\x9e\xf3\xdb\ -\x29\x01\xa9\x00\xc8\x43\x75\xf2\x7c\xd6\xac\x7e\xcd\x81\x45\x50\ -\xe0\x69\x2a\x45\xa1\xef\x34\x68\xba\xbd\x8b\xa5\x2b\xf0\x11\xd4\ -\x05\xe3\x7c\xc0\x48\x42\x57\x5f\x7e\x40\xe2\x65\xfa\x3f\xf9\xb0\ -\x46\xfb\x29\x25\x1e\x57\x50\x01\x28\x71\x33\x85\x1e\xc9\x6d\xf6\ -\x06\x9f\xa2\x4c\xa8\xcf\x5a\x01\x8d\x97\xd6\x42\x6f\xe3\x5d\xd6\ -\x9f\x6d\xba\xb5\x0b\xaa\x7c\xa6\x8e\xd4\xb1\xe3\x4a\x5c\x7b\x3e\ -\xd2\xf2\x03\xa1\x6f\xc4\x1b\x33\x1f\xb8\xeb\x94\x70\x54\x00\x86\ -\x8a\x27\x4e\x86\x50\x73\x00\x2b\x01\x2a\x41\x51\xc4\x1f\x50\xee\ -\x61\x3a\xd2\xfd\x07\xee\xd5\x06\x4d\x9b\xa1\xfd\x7d\xfb\x6f\x27\ -\x8d\x09\x1e\x1f\xb7\x97\x9e\xf3\xa9\x00\x28\x8a\x62\x81\x21\x64\ -\x5b\x1b\x42\xb7\xf8\xb6\xb2\xe4\x97\xe6\x0c\xca\x3d\x4d\xf9\xb1\ -\xd6\x2c\xc8\x7c\xaf\x56\xaf\x35\x63\xa6\xf5\xec\x28\xc9\xa8\x00\ -\x28\x83\xa7\x2e\x46\x50\xba\xc2\x15\x9e\xf7\xe4\x29\x43\x7e\x3c\ -\x46\xe4\x3a\xcf\x40\x01\xa8\xf4\x36\xe3\x8d\x1b\x11\xb3\xc0\xc4\ -\x8e\xe7\x02\x40\xb1\xe0\xed\x78\x58\xf3\xe3\x7a\x38\xbe\xf0\x20\ -\x5c\xdf\x92\x09\x79\xe7\xaf\x40\xc5\xa3\xbb\x20\x29\x79\x00\xad\ -\x75\x42\x68\x6f\xc8\xc6\xff\xae\x2b\xba\x0f\x25\x77\x6e\x42\xf6\ -\xa9\x4b\x70\x75\xc3\x49\x38\x12\xb4\x0f\xd6\xfd\xb2\x11\xa2\x3e\ -\x4e\x1e\xb1\x02\x20\xde\x19\x88\x1d\x7f\xca\x92\x3f\xdf\xff\x5b\ -\x69\xa7\x60\xad\xbf\x96\x13\x9b\x0a\x00\x45\xf4\x84\x14\x38\x1a\ -\xba\x1f\x0a\xaf\x5e\x83\xee\x76\xa5\xee\x7e\x88\x96\x9a\xc7\x90\ -\x73\xe6\x32\x9c\x4e\x38\x0a\x1b\x7e\xdf\x04\x11\xef\x27\x6a\xb3\ -\x00\xa0\xdd\x57\xd3\xe9\x14\xec\xf5\x57\xea\x7d\x3f\x38\x0c\x79\ -\xae\x33\xa5\xfd\x01\x22\x9b\x49\xda\x4b\x68\x2a\x00\x14\xa9\xdf\ -\xaf\x03\x61\xe6\x45\x78\xd6\x8d\xb3\xef\xea\x02\x3e\x7f\xfe\xa5\ -\x6b\xd5\xf2\x7e\x87\xcd\x57\xd6\x17\xb7\xde\xda\x8a\x0d\x39\x8d\ -\x69\x91\x50\xbf\xd5\x0b\xe7\xea\x19\x82\xaa\xef\x83\x9d\xf0\x2b\ -\x74\x96\x9c\x91\xf7\x1e\x88\x91\xc1\xf3\x1e\x11\x43\xfc\x43\x80\ -\x73\x02\x73\x27\x0c\x68\x10\xd2\xca\x04\x20\x15\x00\x8a\x35\x3f\ -\xac\x87\xc2\x6b\xd8\xbf\x3e\x6c\xa8\x2d\xb8\xdf\x24\xef\x77\xd8\ -\x59\x7c\xba\x5e\x26\xc9\xba\xb2\xa1\xab\x34\x0b\x5a\x6f\x6c\x82\ -\xfa\x5d\xfe\x50\x17\xf9\xad\xf2\x1f\xe8\xa8\xef\xa0\xf9\xd2\x5a\ -\xe6\xb9\x73\xe4\x5d\x3b\x46\x06\x65\xab\xdc\x20\xc7\xd1\x1c\x8a\ -\x63\x2c\x98\xff\x76\x87\xd2\x15\x6e\xf0\x64\xf1\x9f\x90\x6d\x6b\ -\x22\xb3\x3b\x50\x64\x6d\xa0\x5d\x04\xa6\x02\x40\x11\xf9\x51\x32\ -\x5c\xdb\x9c\x09\xcf\x7a\xf0\x8e\xaf\xfd\x02\x40\x24\x64\x3e\x74\ -\x55\x5c\x84\xe6\x8b\xa9\x20\x5e\x61\xc5\xfd\x43\x1c\x34\x1d\xed\ -\xba\x5a\xaf\x6f\x42\x51\xe1\xfa\x5a\x15\x5b\x82\x91\xd4\x5c\x21\ -\x64\x22\x81\x6a\x1f\x2d\x4a\xfe\x51\x01\xa0\xd8\x34\x77\x33\x34\ -\xd7\x3c\x56\x9e\xcc\x9a\x14\x00\x02\xba\xab\x2e\x43\xd3\x89\x58\ -\xa8\x8b\xfe\xfe\x95\xf9\xfe\x99\x20\x66\x42\xfc\xfa\xdd\x01\xd0\ -\x72\x6d\x23\xf4\x88\x6f\x12\x9e\x83\x1c\xf6\x97\xaf\xf5\x1e\x32\ -\xf9\x2b\xb4\xa5\xf4\x47\x05\x80\x82\x69\x85\x86\xcc\x25\x47\x94\ -\xbe\xeb\x3f\xeb\x11\x41\x6b\xfd\x63\x44\xaf\x02\x39\x83\x32\xe1\ -\xad\x2e\x75\x09\x80\x14\x0c\x61\xbb\xca\xce\x33\x82\x70\x05\x7a\ -\x1a\xee\x28\x55\xce\xeb\x6d\xfe\x1b\x4a\xe2\x6c\x86\x44\xfe\x5c\ -\x4b\x03\xf5\x77\xfe\x45\x7c\x01\x0d\xfb\x42\xa0\xf5\xf6\x36\x60\ -\xfe\xbe\xa0\xbb\xfa\x2a\xe6\x30\xda\xfe\xda\x05\x8d\x47\x17\xe3\ -\xf1\x88\x0a\x80\x8e\x61\xc1\x5b\x09\x90\x64\xb4\x5e\x66\x49\xef\ -\x51\xfa\x85\x21\x7f\xf8\x2b\xf3\x6f\xc3\xb9\x6d\x87\x60\x9d\xe7\ -\x0a\x08\xff\x7c\x21\x38\xbf\xef\x09\xf3\x5f\x77\x1c\x00\xfb\xb7\ -\x5c\xc1\xd3\xc0\x0f\x42\x67\x87\xc1\x4a\xc7\x14\x38\x9a\xbc\x03\ -\x6e\xa7\x67\x40\x65\xc1\x6d\x78\x2e\xc3\x50\xf3\xe9\xc3\xeb\xbd\ -\xf2\x7e\x87\xed\x79\x27\xda\xf0\xe7\x35\x8c\x36\xd1\x49\x10\x79\ -\x7d\xc6\x99\xf8\x39\x0c\xf1\x9f\xba\x18\xf7\x0d\xd3\xa8\x8f\xf8\ -\x61\x73\xa0\xf9\xec\x52\x78\xd6\x21\x94\x17\xb5\xe0\x11\x47\x1c\ -\xf9\x0d\x15\x00\xfe\xd7\xec\x13\x21\x75\xf6\x4e\x38\xee\x74\x1e\ -\x32\x3d\xae\xc0\x9a\x39\x3b\xa5\xdf\x0b\x7f\x27\x1e\x72\xce\x5e\ -\xe1\xfa\xa1\xc7\x3b\x7b\xfa\x8a\x5d\x10\x32\x33\x0c\x09\xae\x0c\ -\x04\xff\xf0\x80\xc4\x79\x71\x28\x0a\x8f\x2f\x65\x41\x47\x73\x36\ -\x27\x01\x68\xcb\x4e\xeb\xd6\x20\xf1\xd1\xd2\xbb\x6a\xf7\x42\x34\ -\xf9\x78\x95\xe4\xc5\xce\x46\xd8\xd4\x53\xea\x6a\x0c\x25\xce\x86\ -\xf8\xff\xa5\x6e\xc6\x50\xa5\xfe\x46\x1f\x3c\xc6\x74\x57\x5f\x19\ -\x5a\x04\xd3\x70\x17\xf3\x1d\x54\x00\x78\x88\x85\xef\x26\xc1\xda\ -\xcf\x76\x41\xba\xf3\x05\x24\xfe\xcb\x58\x3d\x6b\x07\x84\xbf\x9b\ -\x80\x0d\x3c\x5c\x89\xbf\x2b\x62\x03\xde\xd1\x91\xc0\x6a\x80\xa5\ -\x9e\x13\x04\x98\x84\xb5\xc8\xfb\x1d\x16\x7a\xcc\x6a\x28\x5c\xf0\ -\x0b\x94\x24\xda\x43\xc5\xe6\x40\x10\x67\xae\x84\x56\xe1\x31\xf4\ -\xe9\x53\x2b\xf1\x3b\xb3\xd1\xda\x2b\xc7\x71\xaa\xcc\x3b\xfc\x13\ -\x81\xa1\xa6\xce\xdd\x48\xfe\xde\xa6\xbf\x14\x79\x5f\x68\x49\x26\ -\x49\xb5\xa7\x02\xc0\x1b\xe2\xbf\x97\x04\x1b\xbe\xdc\x03\x19\xae\ -\x17\x91\xec\x32\xe1\x79\x05\x0a\x2f\x71\x4b\x76\x5d\xd9\x77\x14\ -\x5c\x3e\xf4\x42\x92\xaa\x1b\xd6\xa3\xdc\xe4\x26\x01\xf3\xac\x27\ -\x4a\x48\x61\xb6\xc8\xe7\x4b\x46\x14\x82\xa0\xe9\xce\x1e\x1c\xb3\ -\x55\x05\xf1\x7b\x24\x77\xa0\xee\x58\x12\xe4\xb9\xcd\x22\x86\xf7\ -\xc5\x4e\x48\x7e\xcd\x20\xec\x53\x5c\x3b\x86\xd7\xab\xcc\x8e\x82\ -\xd8\x9f\xa8\x00\x8c\x64\x2c\xfe\x67\x0a\x6c\xfc\x66\x1f\x64\xb8\ -\x5d\x42\x92\xb3\xa1\x20\x53\xfe\xdd\xb2\xa3\x25\x07\x56\x09\x52\ -\x88\x64\xb5\x18\xe5\x04\x0e\xa3\xbd\xc0\x75\x4c\x20\x78\x8f\x5d\ -\x00\x7e\xfa\x8b\x20\x68\x5c\x0c\x04\xe9\xc7\x40\xf0\xb8\x58\x08\ -\x1c\x17\x0d\xfe\xfa\x91\xe0\x3b\x36\x82\xf9\x7e\x38\xb8\x8d\x09\ -\x06\xc1\x68\x3f\xb0\x1b\xed\x01\x16\xaf\x3b\xa9\x4e\x00\x08\x10\ -\xce\x37\xc0\x04\x1d\x33\x6e\x8b\x89\x3e\x45\xda\x75\x4b\xe2\x6d\ -\x07\x87\xfa\x03\x0d\x3f\x31\xdc\xd7\x64\xd6\xbd\xe9\x54\xa2\x6a\ -\x72\x1a\x7f\xed\xa6\x02\x30\x12\x11\xf9\xfe\x32\xd8\xf2\xdd\x01\ -\x38\xe9\x76\x19\xc9\x2d\x0f\x7f\x6f\xb9\x0b\xf0\x8c\xfd\xc3\x50\ -\x5d\x74\x07\x02\xa6\x06\xc9\x20\xbd\x00\x04\x7a\x3e\x48\x68\xc6\ -\x2f\x51\xa9\xeb\xf6\x1f\x1b\x09\x1e\x63\x42\x19\x51\xf0\x05\x9b\ -\x51\x7d\x47\x0b\x81\xf2\x02\x40\x40\xae\xd3\x74\x3c\xb7\x77\x55\ -\x5d\x1b\x9a\x67\xff\xf9\xf5\xe8\xe6\x23\x33\xa9\x67\x31\x11\x2a\ -\xbd\x35\x5c\xca\x5b\xf8\x05\xe6\x24\x54\x20\x00\xd8\xcb\x20\x4e\ -\x99\x47\x05\x60\xa4\x20\xe6\xa3\x15\xb0\xed\xc7\xc3\x70\xd2\x1d\ -\x89\xcd\x09\x57\x62\x6e\x40\x6f\x27\x7b\x79\xae\x3c\xef\x16\xb8\ -\x7f\xe2\x33\x90\xf8\x0c\x39\x9d\xf5\xfc\x21\x50\x3f\x4a\x5d\xef\ -\x07\x23\x07\xef\xb1\x0b\xef\xa8\x42\x00\xc8\x51\xc1\x44\x28\x4b\ -\xf5\x82\xae\x8a\xcb\xdc\xef\x8c\x39\xc7\xb1\xbb\x4f\xfa\x1c\x0c\ -\x8a\x1c\xa7\x40\xad\xbf\xb9\xe6\xd7\x93\xed\x0a\x60\x37\x1b\xb9\ -\xbd\x1b\x0a\x02\xbf\xc7\x68\x48\xe4\xfd\x05\x8b\x2f\x21\x02\x2b\ -\x08\x54\x00\xb4\x1c\x4b\x26\xac\x86\x5d\xbf\x1d\x83\x93\x48\x6a\ -\xee\x38\xe5\x75\x05\x1a\x8b\xb3\xd9\xeb\xf0\x39\x37\x07\x9d\xf7\ -\xed\x47\x7b\x42\x80\x7e\xa4\xd6\x8c\x03\x33\xb3\xf3\xb7\xca\xdc\ -\x4d\xb0\xa4\xd6\x37\x9b\x9f\x6f\x3b\x19\xef\xc6\x43\x13\x02\x03\ -\xa8\xd8\xe8\xcf\x39\x71\xd6\x59\x76\x09\x72\x5d\x66\x42\xbe\xdd\ -\x64\xad\x72\xef\x61\x66\x22\x58\xbd\x06\x06\xce\x1d\x20\x58\x77\ -\x14\x74\x3e\x3d\x4b\x05\x40\x5b\x11\x37\x31\x15\x89\x8f\x84\x56\ -\x00\xa2\x13\xec\x2b\xac\xbb\x9a\x45\x10\x31\x7b\x71\xff\x5d\x9f\ -\x81\x9b\x5e\x10\xf3\xda\xb1\x23\xc2\x0f\xa0\xc6\xdf\x1c\x8d\x35\ -\x98\x6c\x3c\x36\xdb\x70\x3c\x1a\x60\x8e\x80\x83\x08\x60\x89\xad\ -\x2e\xfa\x07\xad\xea\xba\xeb\x2c\x3c\x49\x76\x1a\x5a\xf8\x9b\xec\ -\xa3\x8b\xbd\x19\x56\x34\x64\x56\x3a\x5a\x1f\x50\x01\xd0\x36\x24\ -\x4c\x5e\x0b\xfb\xe7\x67\x0c\xed\x6e\xef\x7d\x05\xce\x2f\xb8\x06\ -\x17\x17\x5d\x87\x33\x7e\x57\xe1\xea\x92\x9b\xf0\xac\x87\xa5\xc4\ -\xd5\x95\x0f\x37\x52\x6e\xc1\x61\xfb\xd3\x20\x78\xcb\x07\xac\x5e\ -\x77\x06\x5f\xfd\x88\x11\x6d\x08\x52\xe3\x37\x15\x9e\xba\x1a\x41\ -\x9e\x95\x7c\x31\x28\x5b\xe3\x2d\xa7\x79\x06\x81\xdd\x83\xe2\x45\ -\x5f\x69\x8d\x00\x74\x57\x91\x8f\x32\xd9\x36\x46\xc4\xf7\xdb\x55\ -\x73\x83\xf4\x38\x9c\xaa\xa4\x02\xa0\x69\x8c\x8f\x83\x24\xc3\xf5\ -\x70\xc0\xf2\x24\x67\xd2\xdf\x5a\x71\x0b\x4a\x2e\x3d\x80\xd6\xea\ -\xdc\xc1\xb5\x5e\x39\x49\xbf\xc7\xfb\xee\x49\x9f\xe7\x80\xcd\x49\ -\x08\x7d\x37\x8e\x4f\x8e\x40\xd8\x9c\x53\xe4\x60\x88\x3d\xf8\x04\ -\x52\xa0\x41\x47\x27\x87\xdc\x40\x67\x51\x26\x96\xde\xb4\x40\x00\ -\x58\x47\x94\xf3\x7d\xbf\x94\xf9\x3e\xb3\xad\xa6\x10\x13\x87\xcf\ -\x3a\x1e\xd3\x08\x40\xd3\xc4\x4f\x31\xd9\x08\x87\x6d\x4e\x73\x26\ -\xfe\xed\x55\xb7\x09\x67\x7b\x6e\xa8\x7d\xfc\x18\x32\x3d\x07\x3e\ -\xe7\x41\xeb\x53\x10\xfe\x76\x22\xdf\x2c\xc1\xf0\x98\x50\xec\x64\ -\x04\xd9\xf3\x64\x0b\x41\x8e\x83\x19\xb4\xe6\xa4\xcb\x4f\x0c\x3e\ -\xd8\x87\x53\x83\x9a\x16\x80\x96\x3b\x3b\x48\xd7\x88\x09\x3f\xa1\ -\xa5\x01\x88\x9c\x0c\x21\xdf\xcd\x18\xf2\x5c\x8c\x21\xc7\xca\x00\ -\x2a\xb7\x86\x90\x8f\x81\x15\x97\xa8\x00\x68\x02\x8c\x4b\x31\x2c\ -\x33\xdb\x0c\x47\x6c\xcf\x70\x26\xfe\x69\xef\x2b\x50\x7c\xfe\x81\ -\xdc\x92\x9e\xbc\x73\xff\xf9\xb0\xeb\xb2\x9e\x1f\x8f\x1d\xcc\xfc\ -\x00\x0f\x04\x80\x20\x04\x82\xbe\x88\x40\x46\x82\xd0\x72\x32\x36\ -\x12\xc9\xfb\xbb\x6b\x4c\x8f\xd5\xfc\xe4\xdd\xee\x05\xec\x65\xcc\ -\xb3\xcb\xa1\xc8\x7f\x26\xe0\x7e\x02\xe6\xdf\x75\x47\x22\x71\x18\ -\x8a\xf8\xf3\x67\x56\x51\x01\x18\xde\x01\x9d\x78\x58\x3d\x73\x3b\ -\xa4\x39\x9e\x23\x10\x9d\x4c\xfe\x9a\x87\xca\x8f\xed\x32\x25\x41\ -\x3c\x3a\x90\x5e\x67\xcf\x1f\xe9\x28\x4e\x3c\x35\x05\xc5\x8c\xbe\ -\x8c\x1c\x01\xd6\xfe\x99\x12\x9a\xbc\x81\x1a\xdc\x14\x8c\x91\x40\ -\xd4\x77\x38\x61\x37\xdc\x47\x83\x42\x8f\x99\xf2\xcc\x4a\xf0\xfb\ -\x3d\x92\x9b\x9c\x4c\x4d\x8a\xa3\x68\x1f\xc0\xb0\x20\x9c\xb9\xb3\ -\xae\x9d\xb3\x4b\x3a\xa0\x33\x04\x60\xb8\x5e\xfd\x40\x75\x33\xfb\ -\x3d\xed\xf9\x70\x39\xfa\x06\xf1\xf5\x76\xfe\x72\x14\xc7\x85\xf9\ -\xea\x0a\x5c\x1b\x30\x0d\x5b\x79\x85\x32\x44\xa0\xf5\xd1\x11\x76\ -\x72\x75\x0a\xb1\x97\xfe\x55\xdf\x81\x96\xcb\x6b\x41\x9c\xfc\x87\ -\xda\x05\x20\xd7\x72\xa2\xb4\xb6\xaf\x2c\x5a\xb3\x8f\xe3\xfb\xae\ -\xa5\x02\xa0\xee\xce\xbd\xa5\x90\xee\x82\x7d\xfa\x0a\x21\xfb\x20\ -\xd6\xae\x55\x8a\x96\xca\x5c\x38\xed\x73\x95\xf8\x9a\x5b\x7f\x38\ -\x04\xa1\xfc\xb6\x05\xc7\x12\x62\xf6\xfc\x81\xb9\x81\x1c\x3b\x13\ -\xe8\x78\x7a\x5e\xc1\xce\x3a\x11\xb4\xdd\xdb\x09\x75\x8b\xbe\x54\ -\x9b\x00\x30\xd1\x0b\xe6\x2d\x7a\x1a\xee\x29\xf3\xfb\x47\x11\x2b\ -\x0c\xfd\x09\x84\xf3\x3e\xa1\x11\x80\xba\x91\x62\xb2\x41\x51\xf2\ -\xe3\x79\xbd\xb7\x2b\x5f\xfe\xc2\x09\xf1\x23\x78\x78\xfe\x2c\xdc\ -\xcb\xcc\x84\xa7\x42\x6e\xbe\x7e\xa2\xe3\xf7\x59\x5f\x7b\xd3\xd7\ -\xfb\x79\xbf\x17\xa0\xda\x77\x2a\xde\x55\x5f\x12\x01\x9c\xf9\x57\ -\x66\xd2\xb0\xa7\xee\x06\x88\x53\xe6\xaa\xe5\x7a\x0b\x6c\x27\xe3\ -\x35\x32\x35\x7f\x2c\x63\x2a\xda\x02\x5c\xbe\xc1\x5f\xda\xde\x4c\ -\x05\x40\xcd\x58\xff\xc5\x1e\x85\x05\xa0\xe8\xec\x03\xd6\x5f\x66\ -\x5d\xe9\x5f\xb0\xcc\x2e\x11\x2c\x46\x0b\x06\x74\xf3\xf9\x1a\x05\ -\xc0\x8d\xa3\xec\xd9\xed\xee\x56\x11\xf6\x0c\xb0\xbc\x3e\x8e\x17\ -\xf3\x7d\x31\x48\x8d\x9f\x39\xe4\x59\x0d\xec\xff\x7f\xba\xcc\x59\ -\xb9\x5c\x4b\xc3\x5d\xb5\x34\x11\x95\x38\xf7\xd7\xfa\xab\xf7\x0f\ -\x79\x5d\x19\x0e\x49\x55\x6c\x44\xf2\x23\x0a\xed\xa7\x50\x01\x50\ -\x37\x76\xff\xae\x48\x37\x1f\xb6\xf2\x22\x49\x49\xbf\xcc\x92\x47\ -\xd7\xa5\xae\x3c\x24\xec\x8f\xdd\xc2\xfa\x81\x78\xb4\xfb\x9e\xdc\ -\xeb\x48\x9d\xbd\x9d\xf7\x9b\x81\x98\x3d\xf8\x20\x7a\x29\x39\x58\ -\x9f\xa5\xfc\x39\xbb\xf3\xc9\x29\x4c\x18\xaa\x38\x62\x91\xe6\x2e\ -\x1a\xaf\x6e\x1d\xd2\xf5\xb4\x17\x64\x62\xd8\x4f\xb6\x28\xa7\x02\ -\xa0\x16\xa4\x39\x66\x29\x24\x00\x37\x97\xde\x22\x7f\xb8\xda\x72\ -\xc0\xc7\x30\x80\xcb\xcc\x3d\x5a\x72\x11\x9e\x07\x93\x8b\xf2\xae\ -\xe3\x24\x83\x15\xd3\x36\xf3\x7e\x35\x58\x8d\x3f\x26\xd9\x20\xdf\ -\xef\x6b\xe9\x32\x10\x25\x81\xc3\x3b\x2a\x3f\x06\xd8\xe1\x31\x00\ -\xc7\x97\xe5\x55\x03\x3a\x4b\x2f\xa0\x98\x3d\x89\xb6\x18\xdc\x16\ -\x6d\x65\x40\xc7\x81\x87\xc1\xa5\x47\xe1\xf0\x3f\xef\x38\xb9\x97\ -\xff\xec\xe6\x03\x03\xa7\xf7\x18\xd8\x8c\x76\x05\xdb\x51\xee\x60\ -\x39\xca\x79\xc0\xf7\xfc\xcd\x82\xc8\x42\xd2\x94\xc7\xe9\x5a\x98\ -\x09\x44\x6c\x58\xe2\xfb\x6e\xc0\x6a\x5f\x73\x68\xbc\xbc\x49\x2e\ -\xb1\x5a\x1e\x1d\x81\xe6\x7b\xfb\xd1\x24\x94\xb5\xef\xa2\xf4\x9c\ -\xea\xaf\xd1\x6f\x2a\xe4\x7b\x7f\xc6\xe6\x6b\x20\x1d\x0a\x62\x43\ -\xb9\x97\x29\x15\x00\xf5\xf7\xf5\xaf\x51\x58\x00\x4a\x2e\x92\xcf\ -\xff\x89\x73\xe3\xa4\x26\x1d\xee\x63\x82\xd1\x98\xe3\xe5\xd7\x65\ -\xfa\xfa\xd1\x88\xe3\x85\x08\xa0\xa1\x27\x51\x4c\x02\xaf\x71\xba\ -\x9e\x0c\xf7\xcb\x90\x38\x65\x2d\xbf\x97\x83\x06\xcd\x60\x4d\x00\ -\xb6\x3e\x3e\x2a\x5d\xf0\xc9\x00\xb7\x06\x37\x5c\x61\x0f\xc5\xc5\ -\x71\xbf\xa8\xfe\xc8\xb2\xd6\x85\xdc\xb0\x74\x7d\xbb\x3c\xf2\x63\ -\x77\x24\xb5\x04\x53\x3f\xf0\xfc\xac\xa8\x00\x54\xde\x23\x5b\x5c\ -\x05\x9a\x07\x83\xd5\xeb\x2e\x10\x38\x8e\x7d\x5e\xdf\x49\xcf\x0f\ -\x05\x80\xa9\x10\x10\x9f\xeb\x42\x38\x0a\x00\x17\xa0\xed\x58\xbc\ -\xc1\x6a\xbe\x0a\x00\x66\xef\x89\x89\xbd\xd6\x87\x58\x26\x1c\xec\ -\x12\x34\x11\x3a\x9e\x90\x7b\xf4\xeb\x77\xab\xfe\x18\xd0\x98\x1e\ -\x43\x7c\xbd\xaa\xdd\x11\xac\xe4\x7f\xe2\x64\x48\x4d\x41\x87\x0b\ -\xdb\x7e\x3a\xac\xb0\x00\x54\xdc\x26\x0b\xc0\x82\xcf\x17\xa2\x25\ -\x17\x87\x6b\xc0\xf9\xfe\xdc\x1b\x17\x49\xcf\x85\x53\x84\x43\xb9\ -\xae\x13\xce\x17\x20\xe6\xe3\x95\xbc\x14\x00\xc9\x06\x67\x32\x91\ -\x2f\x6c\x20\x92\x8a\xad\xdf\xbe\xe9\x64\x82\xea\x7d\x01\x6e\x6c\ -\x26\xbe\xde\xd3\x14\x01\xc1\xd1\x68\x02\x94\x7b\x98\x50\x5b\xf0\ -\xe1\xc4\x21\xeb\x53\x8a\x97\x00\x4f\x93\x43\xd1\xdd\x21\xdc\x93\ -\x72\x41\x6f\x47\xa1\xdf\x9f\xec\xb2\x50\x01\x9c\xf2\xba\x3a\xe4\ -\x6b\x3b\x2e\x38\x0f\x51\x1f\x2e\xe3\x9d\x00\xd4\x6f\xf3\x22\x87\ -\xf2\x19\xcb\x48\x02\x80\x7b\x01\x89\x02\x70\x2a\x49\xe5\xd7\xd9\ -\x2e\x3c\x44\x7c\xbd\x82\xc0\xef\xfa\xbb\x1b\xe7\x4d\x80\x7c\x9b\ -\x49\x50\xea\x66\x42\xde\x4f\x40\x05\x40\x3d\x08\x7b\x23\x8e\x60\ -\xd8\xc9\x0d\x8f\x76\xdf\x25\x3b\xf9\x3c\xba\x0d\xa1\x6f\x70\x1b\ -\xe1\x3d\x1c\xb8\x97\xfc\xe1\x2c\xcd\x55\xf8\xfa\xf6\xcf\xcb\xe0\ -\xdf\x11\x60\x95\x0d\x79\x22\x30\x2f\x63\x80\xd5\x98\xb0\xcf\x95\ -\xe8\xc5\x70\x51\xdd\xf1\x64\xf2\x99\x3c\x6d\xb1\x1a\xc6\x82\xc9\ -\x47\xba\x5c\x27\x2c\x17\xa2\x3f\x02\x5d\x0d\xa6\x41\x01\x88\xfd\ -\x78\x25\x12\x45\x89\x2e\x40\xd6\xb9\xfe\x93\xb1\x87\xe5\x27\x21\ -\xcd\x96\x43\x6b\x1d\xb1\x63\x0c\xa3\x0c\x45\xaf\x6f\xfb\x4f\x47\ -\xf8\x27\x00\x8b\xbf\xc6\x4e\x39\xa2\x7f\x62\xaa\x3b\xe4\xbb\x1a\ -\xf5\x4d\xdb\x21\xf2\xdd\x4d\xa0\x30\xe4\x07\x56\x4b\x72\xf1\x1a\ -\x47\x55\x5f\x27\x69\x9f\x21\x96\x2f\x0b\x1d\xa6\x68\xc1\x6e\x40\ -\x2a\x00\x58\x3b\x47\xb2\x28\x81\xfa\xc2\x6c\x96\xe9\xb4\x7c\xdc\ -\xef\x47\x8a\x04\x56\x7e\xb5\x06\xea\x9f\xb2\x3b\xc8\x5e\x4f\xbc\ -\xa9\xf0\xb5\xa5\xce\xde\xc1\x33\x01\xc0\x69\x41\x5c\x01\xc6\xb6\ -\x67\xb0\x21\x6b\x05\x94\xa5\x58\x42\x69\xc2\x9f\x50\x97\x16\xcd\ -\xe6\xd2\x8b\x56\x5c\x65\xde\xaa\xbf\xce\xde\x66\x99\x25\x62\x14\ -\xa2\x12\x72\x86\x9f\x0a\xc0\x30\x02\x3d\xfb\x95\x15\x80\xbb\xeb\ -\xb0\x7c\xc7\x8a\xaa\x9c\xbb\x70\x62\xf1\x21\x58\xfb\xf3\x06\x58\ -\xfd\xed\x3a\xd8\xe3\xba\x13\x1e\xa4\x9d\x97\xbb\xf8\x53\x9c\x9b\ -\xad\xd4\xb5\x2d\x99\xb4\x9a\x67\x02\x80\x03\x42\xb8\xf6\x5b\x45\ -\x43\x57\x38\xb9\x57\xec\xac\x72\x42\x22\xd1\x49\xcb\x4b\x19\x03\ -\x55\x6d\x10\x00\x2a\x00\xfb\xe6\x9e\x40\xa2\x28\x0b\x71\x1e\x86\ -\xf0\x2a\xc5\xf3\xde\x02\xb8\x91\x7c\x53\xa9\xeb\x72\x7d\xd3\x9f\ -\x77\x02\x50\xe6\x61\x82\x63\xc1\x5d\x55\x57\x95\xff\x3b\xee\xce\ -\x05\x91\xc7\xa7\x6a\xd9\x22\xf4\x9c\x60\xf2\xd9\xd3\xf8\x17\x54\ -\xf9\x98\x51\x01\xd0\xb4\x00\x84\x32\x90\xee\xe8\x53\x12\x97\x16\ -\x5f\x87\xee\x16\x91\x4a\x05\x20\x3f\xe3\xbe\x52\xd7\x74\xc4\xf1\ -\x0c\x38\x8e\xf6\xe1\x9d\x00\x54\x78\x99\x01\xd6\xca\xa3\x2d\x94\ -\x59\x23\x8e\xa8\xda\x19\x8e\xcf\x55\xe2\x6c\xac\xfa\x08\xa0\xfd\ -\x31\xc1\xe3\x4f\x88\xee\x47\x54\x00\x34\x2a\x00\xe8\x01\xa0\x38\ -\xc1\x08\x06\xa0\x52\x97\x5f\xe5\x80\x0d\x46\xdc\x4a\x7f\x64\x6c\ -\xfe\x6d\x1f\x5a\x88\xf3\x4c\x00\x30\x73\x2e\x6d\x95\x5d\xef\x87\ -\x09\x41\x05\x43\x7f\x69\x3b\xae\x3a\x6a\xef\xbd\x8d\x64\x8f\x88\ -\xda\x90\x99\x54\x00\x34\x2d\x00\xc9\xc6\xeb\x95\x23\x3d\xc1\x0c\ -\xb4\xab\x59\xb9\x48\xa0\xfc\x66\x1f\xf9\x95\xbf\x96\xa4\x39\x6b\ -\x71\x5d\x18\xbf\x04\x00\x31\xc0\x1f\x80\xd9\x48\x8c\x1d\x80\xdc\ -\xc7\x6d\x45\x50\x73\x20\x4a\x4a\x7e\x21\x03\x75\x6c\x14\xea\xae\ -\x25\xdb\x7c\x8b\x17\x7f\x45\x05\x40\xc3\x02\x80\x73\xf4\x48\x16\ -\xd5\x02\x7d\xff\x25\xa2\xa1\x3b\x02\x77\xb7\x89\xe0\xe1\x8e\xbb\ -\x2a\xbb\x8e\xb0\x29\x31\x10\xa0\x1f\xc5\x4b\x01\x28\x71\x1a\xe8\ -\xaf\x9f\xe7\x36\x1b\xbb\x00\x59\x3c\xf6\x30\x52\x68\xbe\x7f\x00\ -\x0a\x43\x7e\x7c\xf9\xb1\x38\xb9\xa7\x8e\x6b\xec\x28\xc9\x22\x0b\ -\x40\xfc\xaf\x54\x00\x34\x2d\x00\xbb\x7e\x4d\x43\xa2\xa8\x0b\x77\ -\x52\x6f\xa3\x10\x3c\xef\xc5\x10\x95\x6d\xda\x0f\xcf\xfb\x59\x41\ -\x18\xf2\xab\x0c\xee\xef\x04\xf2\xa0\x15\x98\xec\x0d\x90\x3d\x7f\ -\xa2\x4c\x0b\xf1\xb2\x54\x4f\x10\x67\x2c\x87\xa6\x1b\x3b\x70\xc3\ -\x50\x5f\xa8\x5f\xb1\x39\x10\xf2\x3c\xe6\xc8\xea\x10\x54\x5b\x42\ -\xae\xe5\xef\x83\xe4\xe3\xc7\x0a\x4b\x2a\x00\x9a\x16\x80\xa3\xf6\ -\x67\x91\x28\xea\x46\x56\xf0\x35\xf8\x7b\xdb\x1d\x28\x38\xf9\x37\ -\x94\x5e\x7b\x88\xf3\x03\x7d\xd6\xe1\x39\x87\xff\x82\x6b\x09\x37\ -\xe1\x94\xa7\xea\x5f\x33\xdd\xf5\x02\x38\xe8\x79\xf1\x55\x00\x10\ -\x65\x6e\x38\xf4\xa3\x0c\x70\x65\x99\xba\xae\xaf\xe1\xc2\x06\xf2\ -\xcc\xc2\x0e\x5f\x2a\x00\x1a\x14\x00\x5c\xb0\x71\xd2\x03\x57\x77\ -\xf3\x12\x3b\xe7\x1e\x01\x17\x3d\x7f\x1e\x0b\x00\x02\xcb\x77\x0a\ -\x92\x1f\x17\x98\xd6\xaa\x93\x74\x87\x96\x90\xdb\xbb\x33\x93\xa8\ -\x00\x68\x52\x00\xe2\x27\xa6\xf2\x95\xfc\x88\x15\x5f\x6f\x06\xaf\ -\x31\x61\x7c\x17\x00\x44\x89\x8b\x31\x08\x87\x48\x7e\x6c\xc5\x0d\ -\x50\x6f\x29\xae\x7c\xb5\x3b\x79\x66\xe1\xaf\xdd\x54\x00\x34\x29\ -\x00\xab\x66\x6e\xe3\xb5\x00\x2c\x36\x4b\x02\xff\xb1\x91\x3c\x14\ -\x00\xf2\x9e\x41\x91\xcd\x24\x79\xc4\xc7\x0d\xc5\x65\x52\x8f\x3d\ -\xf5\xe2\x49\xd8\x8f\x2c\xeb\xbe\x2e\x52\x01\xd0\xa4\x00\x6c\xfd\ -\xfe\x10\xaf\x05\xc0\xe7\xc3\x30\x08\xd1\x8f\xe5\xaf\x00\x10\x50\ -\xe9\x33\x15\x9d\x74\x98\xf0\x1e\xfd\xf9\x73\x19\x30\xa3\xb6\x78\ -\xd6\xaf\xf0\x44\xe2\x0f\x1b\x0a\x1c\x8c\xc9\x55\x89\x5e\x11\xee\ -\xfd\xef\xc8\x3f\x01\xad\x37\xb7\x40\xc3\xfe\x10\xa8\x8b\xf8\x92\ -\x0a\xc0\x70\xe1\x80\x65\x26\x7f\x05\xc0\xfd\x32\x08\xf4\xbd\x35\ -\xeb\x08\x44\x81\x76\xde\x6d\x39\xc7\x65\x09\x00\xd9\xc7\xf0\xe2\ -\x6a\x14\x02\x2a\x00\x6a\x44\x28\xd9\x03\x80\x17\xd8\x6f\x93\x01\ -\x82\xd1\x7e\x54\x00\x34\x0b\x8c\x3a\x6a\xd3\x92\x14\x5a\x5a\x22\ -\x59\x66\x41\x05\x40\x5d\x88\xfe\x68\x05\xaf\xc3\xff\x75\x3f\xee\ -\x44\x13\x52\x2a\x00\x9a\x45\x79\xd8\x57\xd0\x55\x75\x4d\x0e\xe1\ -\xc9\xfb\x0d\xc5\x2b\xac\xa8\x00\xa8\x03\xcb\xcc\x36\xf1\x5a\x00\ -\xe2\x66\xae\x44\xc7\xe1\xe1\x14\x80\xf6\xec\xa3\x35\x9d\xc5\x67\ -\x98\xec\xf6\x2e\x2c\x71\x49\x52\xed\xa1\x2e\x64\x96\xae\x92\x1f\ -\xdf\x7b\xe7\x93\xd3\xca\x6d\x2e\x6a\xba\x07\x75\xd1\xdf\x53\x01\ -\x50\x35\x36\x7e\xb5\x8f\xd7\x02\x10\x34\x21\x12\x82\xf4\x63\x86\ -\x55\x00\x3a\x8b\x4f\xd7\x0f\x36\xda\x10\x42\xdb\xbd\x5d\x28\x06\ -\xba\x26\x00\x4d\x19\x71\xaa\xd9\x0e\x7c\x7b\x1b\x15\x00\x55\x63\ -\xcf\x9f\xe9\xbc\x16\x00\x67\xb2\x07\x80\xda\x05\x80\x00\xcc\x78\ -\xe3\xde\x7e\x5d\x10\x80\x05\x9f\xc2\xb3\x36\xc2\xbe\x08\x05\x96\ -\x84\x8a\x93\x7e\xa7\x02\xa0\x4a\x1c\x77\x3a\xcf\x5b\xf2\xa7\x09\ -\xb2\xc0\x51\xcf\x5b\xf3\x02\x40\x00\xae\xe6\x8e\xf8\x82\xd7\xe4\ -\x6f\x3c\x16\xcd\xf6\x77\x80\x33\x02\x45\x11\x7f\x40\x8e\xbd\x19\ -\x14\x04\x7d\x0f\x0d\x57\xd8\x77\x43\x36\x9d\x4a\xa6\x02\xa0\x2a\ -\x44\xbc\x97\xc2\xeb\xbb\xff\x96\xdf\xf6\x83\xeb\x98\x40\x2d\x15\ -\x00\x04\x9a\x65\x8a\x97\x5b\xf1\x85\xf0\xb8\x5b\xb0\xf5\xc6\x26\ -\xe8\x2a\x3f\x8f\xf5\x7d\x56\xf2\x3f\x38\x84\x4b\x4a\x5e\x6d\x50\ -\x92\x9c\x5a\x49\x8e\x9e\x4a\xce\x50\x01\x50\x15\x92\xa6\xac\xe3\ -\xb5\x00\xa4\x7c\xbe\x1e\x3d\x00\x86\x5b\x00\x98\x7a\x77\x27\x47\ -\x01\x90\xe6\x07\x24\x9b\xdc\x46\x2a\xf1\xd1\x9a\xbc\xf5\xd6\x56\ -\x78\xd6\x81\xae\x3f\x9c\xf1\x64\xd1\x1f\xb2\x17\x82\x38\x9a\xc3\ -\xf3\x2e\x99\x23\xe4\xb8\x06\x8d\x0a\x80\x8a\xb0\x76\xce\x2e\x5e\ -\x0b\x40\xb8\x51\x1c\x04\xea\x47\x0d\xbb\x00\x34\xdf\xdb\xdb\x3d\ -\xf4\x3d\xf8\xb9\x20\xd9\xe8\x3a\x92\x88\x8f\xf5\xf9\xf6\xec\xc3\ -\x0a\x9f\xe9\xb3\x6d\x8c\x88\x6d\xca\x5d\x35\x64\x03\x91\xba\xe0\ -\x19\x54\x00\x54\x81\x1d\x3f\x1f\xe1\xb5\x00\xb8\xff\xa3\xcf\x02\ -\x2c\x76\xd8\x05\x20\xcf\x7a\xa2\x24\xdb\xd6\x04\x8a\x16\xfd\x09\ -\xb5\x87\xe3\xa0\xab\xf2\x0a\xe7\x7a\xb7\x24\xd5\x4e\xdb\x89\x8f\ -\xdd\x79\xad\xd7\x37\x71\xb7\x1f\x23\x40\xe4\xfd\x85\x4c\xf2\x0b\ -\x2d\x27\x13\x5c\x8d\xd0\x43\x90\x46\x00\xaa\xc2\x61\xdb\x33\xbc\ -\x25\xff\x09\xb7\x4b\xe0\x38\x06\x3d\x00\x34\x22\x00\xaf\x2e\xe3\ -\x7c\x9a\xec\x08\x5d\x15\x97\xe5\x91\x02\x3d\xfb\xc9\x9d\x6f\x9a\ -\x47\xfd\x2e\x7f\xe8\x6d\xc4\x0d\x50\x4a\x43\x9c\xb9\x02\x8d\x4c\ -\xf2\x04\x46\x90\xef\x6a\x0c\x22\x27\x43\xc8\xb6\x34\x80\xf2\x0d\ -\xfe\xa4\xc7\xa0\x98\x52\x01\x50\x01\x16\xbc\x15\x8f\x7d\xf2\x7c\ -\x15\x80\x5d\x16\x69\xe0\xac\xe7\xaf\x1d\x02\x20\xbd\xb3\x4d\x81\ -\x86\x4b\x9b\x38\x35\xbd\x90\x6d\xb2\x34\x03\x71\xc2\xaf\xd0\x91\ -\x77\x4c\xe5\x76\xef\xe2\x8c\x04\x28\xf4\x9d\x86\x5b\x8b\x0a\x7d\ -\xa6\x41\xcd\xde\x30\xb4\x27\x27\x9a\x87\x64\xa5\x52\x01\x50\x05\ -\x96\x4c\x58\xc5\xeb\xf0\x7f\xd5\xb7\x5b\xc0\x73\x6c\xa8\x46\x05\ -\x80\x00\x5c\x87\x0d\xcf\xd8\x33\xe4\xdd\x75\xd7\x41\xbc\xe4\x27\ -\xcd\x13\x3f\xee\x17\x68\xb9\xb6\x11\x73\x14\x43\xee\xde\x6b\x79\ -\x00\x2d\xf7\x0f\xa0\xf1\x28\x6b\xd4\xd3\xfe\x08\xba\x6b\xae\xc1\ -\xb3\x56\xf9\xfd\x02\x25\x4b\x2c\xa9\x00\xa8\x02\x2b\xa7\x6f\xe5\ -\xb5\x00\x44\x4f\x4d\xc1\x75\xe4\x5a\x28\x00\x88\x8a\x8d\xfe\xf2\ -\x09\xd4\x70\x17\xc4\x2b\xad\x87\x9f\xf8\x31\x3f\x40\xc3\x81\x30\ -\xbc\xe3\x13\x85\x8a\x80\x9e\xfa\x3b\x50\x77\x2c\x09\x6b\xfa\x2f\ -\x4a\x7c\xe4\xa8\x87\x08\xf6\x65\xa7\xb5\x54\x00\x94\xc7\xe6\xef\ -\x0e\xf2\x5a\x00\xfc\x3e\x0a\x87\xe0\x71\xb1\x1a\x11\x00\xc6\x5d\ -\xe7\x7c\xdf\xce\xbe\x52\x77\x13\x1c\x83\xcd\x9e\x27\x5b\x04\xaa\ -\xf7\x45\x72\xe9\x7e\xc3\x99\x82\x86\x7d\x21\x98\x20\x94\x2c\xb7\ -\x40\x88\x97\xce\x05\x71\xdc\xcf\x20\x4e\x99\x8b\xff\xdf\x67\xac\ -\x29\x59\xef\x24\x45\xfd\x76\xdf\x3e\x60\x79\x51\xb2\xda\x0e\xc4\ -\xc9\x7f\x60\x2f\x3d\x8e\xd7\x46\x7e\xdb\xf7\x58\xcc\x35\x48\x36\ -\xb8\xe0\xfc\x7d\x5f\x83\x4d\xdb\x83\x7d\x38\x7d\xa7\x08\x39\x7b\ -\x1a\xee\x41\xe5\xd6\x60\xdc\x52\x34\xc8\x78\xc4\x65\x26\xae\x00\ -\x53\x82\xfc\x18\x45\x14\x2d\xfc\x0d\x84\x73\x3f\xa1\x11\x80\x2a\ -\xb0\x7f\x7e\x06\x5f\xc9\x8f\xfe\x86\x82\x71\x84\x2d\x40\xc3\x3f\ -\x0d\x88\xae\xbd\x4f\x5d\x8c\x18\x21\x98\x30\x88\x1c\x75\x27\x96\ -\xca\x27\x80\xf6\x02\x23\x04\xc9\xe9\xd5\x90\x63\xc7\x6e\x4a\x5a\ -\x1c\x6b\x45\x3e\xdb\x73\x40\xe5\xf6\x50\x7c\x9e\x1c\x8b\x89\x54\ -\x00\x94\xc6\xf8\x38\x48\x77\xb9\xc8\x5b\x01\x38\x68\x9f\x09\x02\ -\x3d\x5f\x6d\x11\x00\x29\x6a\xfd\xa7\xa2\x3b\xcf\xc0\x0a\xc1\x04\ -\x42\x88\xac\xfd\xe8\x28\xce\x82\xa2\x85\xbf\x73\xf6\x1e\x2c\x49\ -\xb0\xc5\x2a\xc7\xd0\x76\x42\x8a\xa0\x72\x47\xd8\x4b\xfe\x85\x93\ -\xa9\x00\x28\x8b\xa8\x0f\x96\xf3\x3a\xfc\xdf\xf0\xd3\x6e\x70\x1b\ -\x13\xac\x79\x01\x20\xa0\x58\x60\x38\xb0\x3a\x30\xdf\x00\x1a\xaf\ -\x6d\x1d\x21\xc4\xc7\x95\xde\x48\x4a\xe1\xfc\x89\x1c\x7c\x07\x07\ -\xfe\x4c\xbe\xcf\x97\xd2\x1d\x01\xf2\xd0\x59\x7a\xe1\xd5\x6e\x41\ -\x5c\x86\x4a\x05\x40\x49\xa4\x98\x6e\xe4\xb5\x00\xc4\xcf\x5e\x05\ -\x3e\x63\x17\x6a\xab\x00\x20\x9e\x08\x8c\x06\x45\x02\xb5\x47\x13\ -\xb5\x9b\xf8\x9d\xd9\x20\xce\x58\x06\xb9\xce\x33\x48\x84\xc7\xf7\ -\x51\x60\x3f\x19\xf7\x0b\xbe\x58\xfa\xf9\x6a\xd4\x83\x28\x0a\xff\ -\x15\x24\x67\x52\xa1\xb3\xec\xd2\xcb\x0d\x45\xb8\x42\xac\xf1\xea\ -\x56\x28\x49\x72\xc0\x24\xe2\x2b\x26\xa6\x74\x1c\x58\x15\x58\xff\ -\xc5\x1e\x5e\x0b\x40\xc8\xa4\x68\x08\x1a\x17\xa3\xcd\x02\x80\x28\ -\x72\x18\xec\xe3\x5f\xb6\xca\x1d\x7a\x9b\xee\x6b\x15\xf1\xbb\x6b\ -\xae\xe3\xe6\x60\xa6\x47\x9f\x95\xf8\x68\xfb\xe5\x3f\x75\xd0\xfb\ -\xec\x4b\x88\x0a\xe7\x11\xa3\x04\x24\x3a\x33\x0d\x88\x91\x10\x5b\ -\x34\x51\xae\x1a\x07\x63\x2a\x00\xbb\x7f\x3f\xc6\x6b\x01\x70\x7d\ -\x3b\x00\xdf\xa7\x76\x0b\x00\x02\x77\xf1\xc9\x18\x86\xc1\x16\xe2\ -\x1e\xe9\x46\x5d\x8d\x02\xdb\x72\x9f\x26\x39\xb0\x2c\x15\x99\x04\ -\xd5\xbe\x48\x7c\x22\x4a\xdd\x8c\xb5\x65\x6b\x11\x15\x80\x34\xc7\ -\x2c\xde\x92\xff\xb8\xf3\x39\x70\x18\xed\x3d\x62\x04\xa0\x36\x60\ -\x1a\xe4\x13\x3c\xfc\x85\xf3\x26\x62\xa8\x5c\xb1\x25\x18\xea\xd2\ -\x97\xe2\x5e\xbf\xfa\x73\x6b\xa1\xf1\xc6\x8e\x81\xb8\xbe\x1d\xbf\ -\xc7\x00\xf7\x00\x32\xe6\x9b\x03\xc0\x54\x1a\x70\xce\xbe\x35\x27\ -\x1d\x7d\xf9\x9e\xf7\xe4\x29\x64\xc6\x51\x7b\x24\x1e\xaf\xe9\xc5\ -\xf5\x61\x1b\x6f\x99\x1b\xf7\x33\x79\xa9\xeb\x90\x97\x96\x20\x8a\ -\x1c\x55\x46\x7e\x2a\x00\x0b\xdf\x4d\xe2\xf5\xdd\x7f\xfb\x9f\x87\ -\xc0\x45\x4f\x5b\x23\x00\xf2\x72\x4f\x91\x35\x8a\xc0\x30\x00\x5b\ -\x92\xb1\xa6\x5e\xb9\x35\x04\x2b\x10\x3d\x92\x3b\x5c\x85\x00\x3b\ -\xfb\x98\x92\x1f\x92\xb2\x56\x81\x6d\x42\x95\x5e\xa6\x78\x96\x97\ -\x7b\x9d\x28\x30\x13\xa0\xcc\xdd\x98\xda\x82\xab\x12\x09\x93\xd7\ -\xf0\x5a\x00\x96\x7e\xb9\x01\xbc\xc6\x2e\x18\x51\x02\x80\x60\xc8\ -\x54\x28\x3d\x0e\x0c\x2b\xf0\xae\x5e\xb6\xc6\x9b\x11\x82\xdb\x9c\ -\x44\xa0\xab\xfc\x02\x76\x0b\x2a\x4c\x40\x06\x65\xee\x26\x78\x74\ -\x10\x0e\xec\x8d\xc0\x46\x9f\x3c\xeb\x49\xb8\xe2\x8c\x20\x30\xca\ -\x80\x0a\x40\xea\xec\x1d\xbc\x16\x80\x08\xe3\x04\x08\xd0\x8f\xd4\ -\x76\x01\x60\xdf\xf5\x3f\x17\x49\x31\xec\xc8\x71\x9c\x0a\x4d\x37\ -\x77\x22\xc9\xb9\xb4\x29\x2b\x3f\xb5\x88\x62\x80\xf9\x03\x66\x2d\ -\x39\xfe\xbb\x36\x40\xad\x6d\xce\x54\x00\xb6\xfd\x74\x98\xd7\x02\ -\xe0\xf9\x4f\x1c\x00\x1a\xa9\x02\x20\xcd\x9a\x17\xda\x4f\x26\x9c\ -\x97\xd5\x8f\xf2\x75\x3e\xf0\xac\x5d\xae\xbb\x0f\x3a\x00\x49\xd6\ -\x0a\x46\x92\x89\x09\x15\x80\x43\xd6\xa7\x79\x4b\xfe\x0c\xb7\xcb\ -\xe0\xa8\xe7\x35\xe2\x04\x80\x00\xac\xa3\x33\xa1\x32\x66\xc0\xf3\ -\xed\x26\xf7\x25\x0b\x11\x4c\x88\x8c\xbb\xfe\x5e\x00\xff\xff\xc5\ -\xf7\xf0\xe7\x0a\x18\x14\x3a\x30\xb0\xc7\xff\xc6\x3f\x63\x7e\x06\ -\xdb\x68\xb9\x8a\x4a\x41\xc0\xb7\xd0\x55\x7d\x5d\x9e\x08\x60\x7b\ -\xaf\x64\x9b\xf7\x48\x20\x3e\x15\x80\x30\x9e\xaf\x01\xdb\x6b\x95\ -\x0e\x4e\x7a\x7e\x3c\x10\x00\xb5\x02\x43\x6d\x14\x16\x47\x43\x10\ -\x59\x1b\x10\x8f\x1c\xb9\x02\x73\xac\x1c\x70\x69\xd7\xad\xdf\x13\ -\xa4\xed\xc4\xa7\x02\x10\xf3\xf1\x4a\x5e\x87\xff\xa9\xdf\x6d\x07\ -\x8f\x31\x21\x54\x00\x86\x1e\x69\xe0\x16\x61\xe1\x60\x21\xc0\xe9\ -\xbe\xfa\x0b\x1b\xb8\x0c\x05\xe1\x54\x21\x15\x00\x2d\x16\x80\x15\ -\xd3\x36\xf3\x5a\x00\x62\xa7\x2f\x03\xdf\xb1\x11\x54\x00\x14\x8e\ -\x0c\xcc\x21\x8f\x50\x8e\xac\xde\x13\xc1\xa9\x57\xa0\xf1\x50\x38\ -\x15\x00\x6d\x15\x80\x4d\xdf\xec\xe7\xb5\x00\xf8\x7f\xb2\x10\x82\ -\xc7\xc5\x50\x01\x50\x1c\x98\x85\x2f\x76\x32\xc4\x72\xdc\x20\x13\ -\x93\x2d\xc1\x78\xa7\x1f\xa1\x22\x40\x05\x60\xdf\xdc\x13\xfc\x5e\ -\x03\x36\x5e\x55\x23\xc0\x74\x3b\x70\xb9\x97\xa9\x4c\xff\x82\xb2\ -\xd5\x1e\xf2\x3b\x09\x9f\x89\xd0\x3c\x94\x0a\x80\x16\x09\x40\x28\ -\x83\x74\xe7\x0b\xbc\x25\xff\x61\x87\xd3\x20\x18\xed\x4d\x05\x40\ -\xb5\xc9\xc2\x57\xc7\x79\x11\x25\x89\xf6\xf0\xbc\x2b\x47\x8e\x83\ -\x4f\x9e\x36\xed\x39\xa0\x02\x10\xf9\xfe\x52\x5e\xdf\xfd\x37\xfd\ -\xba\x0f\xdc\xf4\x82\xa8\x00\xa8\x21\x41\x28\x6b\x56\xa1\x38\xce\ -\x86\xb0\xbd\x47\x0a\xfc\xbe\x96\xec\x39\xa0\x02\x90\x6c\xb4\x81\ -\xd7\x02\x90\x34\x27\x95\xb8\x06\x8c\x0a\x80\xf2\xdd\x7a\x85\x0e\ -\x53\x64\x38\xfc\xd8\xc9\xb3\xf9\xc2\xcd\xc0\xd2\x8d\xbe\x9a\x03\ -\x15\x80\xb5\x9f\xf1\x7b\x0d\x58\xe8\xe4\x18\x08\xd4\x8f\xd6\x49\ -\x01\x10\x2f\xfe\x0a\x1a\xd3\x22\xa1\x23\x37\x0d\x7a\x9b\xd1\x4b\ -\x00\x17\x73\xf6\x48\x6e\xa1\xd1\x27\xd6\xe8\xc3\x3e\x55\xf6\x75\ -\xb0\x21\x69\x90\x08\x60\x24\x90\x23\x6f\x01\x2a\x1a\x91\x6a\x90\ -\xf4\x54\x00\x76\xfe\x92\xc6\xef\x35\x60\xef\xe0\x16\x60\xdd\x12\ -\x80\x90\x59\xd0\x74\x2a\x09\xd7\x65\x71\xe9\xdd\xaf\xdf\x1d\xa8\ -\xf4\x6b\x16\x3b\x0f\xde\xe7\xf7\x34\x45\x80\xcd\x40\xac\xf6\x5e\ -\x4f\x4e\x91\x45\x48\xfd\xa0\x02\x70\xc4\xfe\x2c\x6f\xc9\x9f\xee\ -\x72\x01\x1c\xf4\xbc\x75\x4b\x00\x22\xbf\xc5\x55\xd9\x43\x9c\xeb\ -\xc7\x2d\xbe\x8c\x70\x28\xf5\xda\x4f\x5d\x07\x9b\x7b\x94\xaf\xf7\ -\x93\xbb\x2b\xb0\xed\xde\x4e\x4d\x10\x9e\x0a\x40\xf8\xdb\x89\x68\ -\x95\xcd\x57\x01\xd8\x39\xf7\x08\x7a\x00\xe8\x8c\x00\x2c\xfa\x12\ -\xba\x2b\x2f\x29\xec\xf0\xd3\x7a\x97\x21\x62\xd0\x74\x65\xae\x01\ -\xcd\x3d\x14\xd9\x73\xd0\x98\x16\x35\xdc\x84\xa7\x02\x10\x3f\x31\ -\x95\xd7\xe1\xff\x8a\xaf\x36\x81\xd7\x98\x30\x9d\x11\x80\xb6\x87\ -\xfb\x95\xb6\xf9\x6a\x4c\x8f\xc1\xe7\x52\x75\x24\x20\x67\xcf\x01\ -\x1e\x15\x86\xb9\x32\x40\x05\x60\xd5\xcc\x6d\xbc\x16\x80\xc5\x66\ -\x49\xe0\x3f\x36\x52\x17\x04\x00\x6b\xeb\xca\x92\x5f\xba\x66\x3b\ -\xfa\x7b\x7c\x4e\x15\x46\x02\x68\xf0\xd9\x74\x6b\x97\xfc\x95\x67\ -\x8b\xbf\x1e\x2e\xc2\x53\x01\xd8\xfa\xfd\x21\x5e\x0b\x80\xf7\x07\ -\x61\x10\x8c\xef\x95\xff\x02\xd0\x51\x90\x21\xaf\x0b\x0f\x7d\xff\ -\xb8\xd8\x7c\x35\x67\x2d\x57\xc5\x35\xe1\xd6\xa3\x01\x56\x5e\x36\ -\x46\xd0\x51\x72\x8e\xed\xb5\x31\x8a\x19\x26\xc2\x53\x01\x38\x60\ -\x99\xc9\x57\xf2\xe3\x8a\x73\x81\x3e\x26\x00\xf9\x2f\x00\xd1\xdf\ -\xb3\xfb\xf5\x3d\x3c\x02\x22\xcf\x39\xfd\x66\x9a\x8b\xfe\x84\x6e\ -\xf1\x6d\xb6\xf2\x9c\x34\x17\xa0\x2c\x8a\x9d\x06\x96\x08\x45\x1e\ -\x9f\x42\x6f\x13\xbb\xab\x71\xfd\x4e\xb5\xb7\x0b\x53\x01\x08\xe5\ -\xb9\x07\xc0\x7e\x9b\x13\x20\x18\xed\xa7\x13\x02\x50\xbf\x3b\x80\ -\x5c\x66\xab\xb8\x0c\xd9\x56\x83\x9a\x75\x70\x13\x0f\x4b\xef\x3e\ -\xc1\xdb\x4f\x31\x14\x39\x0e\x14\x81\xe2\x18\x0b\xd6\xf2\x60\x6f\ -\xcb\xdf\xd0\xfe\xe8\x00\x74\x57\x5f\x41\xb1\xe8\xae\xbd\x0e\xed\ -\x39\x47\xa1\xe9\x54\x22\x88\xe3\x7f\xa5\x02\xa0\x0a\x44\x7f\xb4\ -\x82\xd7\xe1\xff\xba\x1f\x77\x82\xfb\x98\x60\x9d\x10\x80\xa6\xcc\ -\x78\x22\x99\xaa\x76\x47\x10\xdd\x7d\xd8\xce\xe4\x92\x75\x4e\x2a\ -\xb8\x36\xf2\x9e\x83\xda\x23\xe4\x6b\x96\xbb\x15\xf9\xfe\x1e\x10\ -\xc7\xfe\x44\x05\x40\x19\x2c\x33\xdb\xc4\x6b\x01\x58\x32\x63\x25\ -\xf8\xea\x47\xe8\x82\x00\xe0\x99\x9d\x44\x98\xb2\x55\x6e\x44\x01\ -\x10\x67\x10\x1f\x87\xeb\xc3\x55\x7a\x9d\x01\x03\x3d\x05\x84\x96\ -\x93\xc9\xf9\x00\xf9\xc0\x28\x41\x89\xa1\x22\x2a\x00\x1b\xbf\xda\ -\xc7\x6b\x01\x08\x9c\xb0\x18\x82\xf4\x63\x74\x42\x00\x1a\xd3\x63\ -\x89\x44\xa9\x39\x14\xf7\x52\x26\x7e\xa0\x00\xb4\x3e\x3a\x42\x16\ -\x80\x35\x0e\x6a\x19\x20\xca\x79\x69\x71\x68\x41\xf0\x0f\xe4\x63\ -\x08\x17\xf4\x59\x8e\x6d\x71\xa7\x02\xa0\x08\xf6\xfc\x71\x9c\xdf\ -\x1e\x00\x6f\xfa\xe3\xfb\xd4\x05\x01\x10\x6f\xf6\x20\x91\x04\xcf\ -\xd0\x22\xf7\x99\x20\x72\x31\x86\x02\x4f\x53\x28\xf0\x30\x81\x3c\ -\x81\x21\x2e\x00\xc1\x73\x38\x21\xcc\x16\x47\x7e\xa3\x96\x73\x76\ -\x95\xb7\x99\x74\x1f\x60\xb6\xad\x09\x26\x23\x95\x2b\x5b\x3e\x56\ -\x24\x2f\x40\x05\xe0\x98\xe0\x1c\x6f\xc9\x9f\x26\xc8\xc2\x16\x60\ -\x5d\x11\x80\x8a\xe0\xcf\x58\xef\xa4\xdd\x75\x37\xa1\x62\x9d\x0b\ -\x14\xfa\x4e\x83\xa2\x80\x59\x50\xb3\x37\x04\xa7\xf1\x08\x3f\x8f\ -\x9b\x79\x6b\xfc\x70\xa7\x9f\x5a\x50\xea\x66\xa2\x58\x1e\x80\x80\ -\xf6\xc7\x07\xa9\x00\x0c\x05\x11\xef\xa5\xf0\xfa\xee\xbf\xe5\xb7\ -\xfd\xe0\x3a\x26\x50\x57\x04\x00\x97\x86\x34\xdf\x53\xa8\x0b\x90\ -\x90\x38\x5c\x08\x15\x9e\xb8\x71\x57\x6d\x28\xf6\x9e\xc9\x71\xc7\ -\x80\x90\xd3\x35\x4b\x96\x5b\x50\x01\xe0\x8a\xa4\x29\xeb\x78\x2d\ -\x00\xc9\x9f\xad\x43\x0f\x00\x5d\x11\x80\x62\x81\x21\x14\x86\xfe\ -\xcc\x3e\x74\xc3\x3d\xb9\x86\xa1\xb9\x74\xe5\xb6\x9a\x50\xbf\x27\ -\x98\xf5\x3a\x1a\x2e\x6e\x80\x3c\x8f\x39\xfd\x5b\x91\xd3\x92\xd8\ -\x9b\x97\xce\xad\xa0\x02\xc0\x15\x6b\x3e\xdd\xc9\x6b\x01\x08\x37\ -\x5a\x02\x81\xfa\x51\x3a\x15\x01\x60\x56\x3f\x73\x85\xd2\x02\x50\ -\x96\xea\x89\xcf\xa5\xee\x08\xa0\xf5\xce\x76\xd2\x35\xe0\x56\x63\ -\x59\x55\x8b\x9a\x83\xe4\x64\x67\x57\xe9\x39\x2a\x00\x5c\xb1\xe3\ -\xe7\xa3\xbc\x16\x00\xb7\xf7\xfa\x2c\xc0\x62\x75\x46\x00\xca\xdd\ -\xf1\x4c\x0d\xc2\xf9\x06\xd0\x42\xcc\xec\xcb\x47\xdd\xb1\xa4\xfe\ -\x09\x3e\xf5\xe5\x00\x10\x9d\x85\x27\x89\xd7\x51\x18\xf2\xa3\x2c\ -\x01\xc0\xc8\x84\x70\x24\xc0\x9c\x06\x15\x00\x8e\x38\x6c\x7b\x86\ -\xb7\xe4\x3f\xe1\x76\x09\x1c\xc7\xe0\x1a\x30\x9d\x11\x80\x6a\x3f\ -\xf3\x01\xf5\x75\x52\x83\x0f\xd9\xa8\x53\x04\xd5\x7b\x17\xf5\x2f\ -\x03\xb5\x98\xa8\xf6\xb6\xdb\xee\xaa\x2b\xa4\xeb\xc1\x99\x01\x42\ -\xef\x02\x69\x2d\x19\x1e\x7f\xea\x82\x67\x50\x01\x90\x87\x05\x6f\ -\xc5\x63\x9f\x3c\x5f\x05\x60\xb7\x45\x1a\x38\xeb\xf9\xeb\x92\x00\ -\x20\x44\xfd\x06\x9d\xb8\xdb\x9f\xb3\x07\x80\xf0\x18\x14\x86\xfd\ -\x32\x80\x64\x4f\x04\x46\x6a\x17\x80\xce\xa2\x4c\xd2\x35\xe1\xfe\ -\x41\x19\xe4\x47\x61\x20\x25\x0e\x9f\xb5\x3f\xa2\x11\x00\x17\x2c\ -\x99\xb0\x8a\xd7\xe1\xff\xaa\x6f\xb7\x80\xe7\xd8\x50\x9d\x13\x80\ -\x72\x4f\x53\x24\x89\xc8\xfb\x0b\xbc\xa3\x13\xcf\xca\x15\x97\xa1\ -\xf9\xde\x3e\xa8\x39\x18\x0d\x05\x81\xdf\xbd\x4a\x32\x5c\xfc\x51\ -\xe3\x67\xae\x76\x01\x68\xb9\xb3\x83\x9c\x00\xbc\xb2\x05\x72\xac\ -\x0c\x00\x7b\x17\x3c\x4c\xf0\xdf\x39\xd6\x93\x30\x4a\x21\x96\x2e\ -\x69\x0e\x80\x1b\x56\x4e\xdb\x32\x2c\x44\xdc\x67\x7d\x02\x96\x7f\ -\xb5\x11\xa2\xa7\xa6\xc0\x51\xc7\xe1\x3b\x72\x44\x99\xa7\x80\x9f\ -\xfe\x22\x9e\x0b\x00\xb9\xdf\xbe\xfe\xfc\x7a\x72\x86\xbf\xf9\x6f\ -\xb6\xf0\x1a\x51\xe2\x6c\x3c\x3c\xb6\xe2\xdb\x02\xd9\x8d\x49\xae\ -\x6e\x80\x27\x61\x5f\x60\xf3\xd2\x93\x90\xcf\x40\x72\x32\x89\xb5\ -\xca\x21\x39\xb9\x8c\x0a\x00\x17\x6c\xfe\xee\xa0\x5a\x88\x77\xd0\ -\xee\x24\xa4\x7e\xb7\x0d\x16\x99\x26\x82\xe0\x4d\x6f\x98\xff\xba\ -\xa3\x14\xf6\xe3\x3c\x60\xc3\xcf\x7b\x86\x45\x00\x7c\x3f\x5a\x00\ -\xc1\xe3\x62\x75\x51\x00\x70\x82\x0f\xed\xb8\xd9\xdb\x82\x89\x28\ -\xb4\x9b\x3c\x6c\xa3\xb7\x85\x9e\xb3\xe4\xee\x0f\x80\x67\x22\x0c\ -\xed\x39\x1c\x65\xb0\xb3\x91\x0a\x00\x07\xec\x9f\x9f\xa1\x12\xa2\ -\x1d\x71\x3c\x83\x13\x77\x48\xf8\xb7\x7c\x90\xe8\xf2\x10\x6e\x14\ -\x8f\x46\x9d\x6a\x22\x3f\xfa\x1b\x3a\x8e\xc3\x0e\x40\x9d\x14\x80\ -\x96\x6b\x1b\x59\x97\x71\xe4\x3a\xcf\x20\x92\xbf\xc8\x71\x0a\xee\ -\xff\x1b\x26\x01\xc0\xcd\x42\xe2\x8c\x65\x2a\x69\x5c\x6a\xb9\x7f\ -\x00\xb0\xb3\x90\x0a\x80\x1c\x8c\x8f\x63\x08\x78\x51\x69\xc2\x3b\ -\xc9\x27\x3c\x11\xae\xef\xfa\xc1\x2e\x8b\x34\x35\x45\x21\x99\x20\ -\xd0\xf3\xd5\x49\x01\x10\xc7\xfd\xc2\x7a\xf7\x97\x9c\x5e\x2d\x8b\ -\xf8\x98\xf1\x2f\xf3\x30\x19\x76\xf3\x8d\x3c\x6b\x03\xc8\x71\x30\ -\x83\xee\x9a\xeb\x4a\x5b\x98\xe5\xfb\x7f\x83\x2b\xcc\x69\x04\x20\ -\x07\x51\x1f\x2c\xe7\x4c\xa6\xa3\x2f\x11\xde\xed\xbd\x80\x21\x13\ -\xdd\x72\x94\x13\x38\x8c\xf6\x46\x57\x5e\x8b\xd7\x9d\x06\x7e\x6f\ -\xb4\x00\xe2\x67\xaf\x82\x93\x2a\xae\x46\x6c\xf8\x69\x37\xb8\x8d\ -\x09\xd6\x49\x01\x68\x7f\x7c\x88\xf5\xee\x9f\xe7\x36\xfb\x45\x92\ -\x6f\x02\xde\x7d\xfb\x36\xfa\x94\x7b\x98\xa8\xff\xae\x4f\x40\xfe\ -\xbf\xfc\x01\xb0\x83\x51\x7e\x4b\x30\xf9\x88\x50\xba\xdc\x05\x9f\ -\x87\x79\x4f\x54\x00\xe4\x21\xc5\x74\x23\x99\xf0\x82\xb3\x48\xf8\ -\xbe\x24\x9a\xc7\x3f\x83\x19\xd2\x0a\x86\x42\x78\x24\xb9\xfd\x68\ -\x4f\xdc\xc3\x87\x73\xf8\xfa\xfd\xe7\xf0\xc0\x71\x51\x60\x37\xca\ -\x63\xd0\x63\xbc\x3f\x08\xc5\xbb\xb6\x8a\x04\x00\x45\xc5\x67\xec\ -\x42\x9d\x13\x00\xc9\x06\x17\x36\xa2\x60\xa8\xfd\x82\xfc\x6a\xcf\ -\xf0\x73\xf7\x0b\x34\x7e\x69\x2c\xf8\x47\x9c\x0a\x1c\xea\x9d\xff\ -\x05\xf9\x11\x45\x0e\x86\x54\x00\xe4\x61\xfd\x17\xfd\x89\xb8\x34\ -\xa7\x2c\xd8\xf4\xcb\x5e\x88\x9d\xb1\x42\x21\xc2\x5b\xbe\x2e\x40\ -\xc2\xbb\xea\x05\x22\xe9\x82\x5f\x10\x9e\x84\x60\x06\x7d\x3f\x3b\ -\xff\x95\xd7\xb1\x1d\xeb\x0a\x6b\xbe\xdf\xae\x12\x01\x08\x9e\x14\ -\x05\x41\xe3\x62\x74\x4b\x00\x42\x67\xa3\x65\x16\x1b\x51\x72\x9d\ -\xa6\xbf\x38\xe7\x1b\x6a\xd5\x86\x61\x61\xbf\x3f\x01\x5e\x23\x53\ -\xc1\x90\xb7\x49\x08\xd1\xf2\xe0\x10\x5a\x9a\x0d\x58\x40\x22\xbf\ -\x75\x99\x0a\xc0\xea\x99\xdb\x21\x66\xea\x52\x26\xa4\x0f\x54\xe4\ -\x0e\x8f\x77\x71\x97\x31\x01\x48\x78\x45\x33\xed\x7e\x63\x17\x81\ -\xf5\x28\x17\x99\x09\xc2\xe3\xce\xca\x8d\x28\xbb\xbe\x8d\x4b\x40\ -\x74\x4a\x00\x9a\x32\x13\x58\xc9\x52\xbd\x3f\x0a\x09\x22\x64\xc0\ -\x90\x4e\xab\x96\x71\x16\x3a\xe0\x31\x60\x00\x98\x01\x20\x5c\x24\ -\xd2\xf2\xe0\x30\x74\xd7\xdd\x82\xde\x96\x07\xd0\x53\x7f\x07\xda\ -\x72\xd3\xb1\x55\xb9\x20\x78\x70\x9b\xb0\xc8\xca\x80\x8e\x03\x73\ -\x41\x80\x7e\x14\x77\xc2\x33\xb0\x1d\xe5\xae\x14\xe1\x09\xc0\xbb\ -\xb4\x93\x9e\xef\xab\xaf\x89\xd5\x84\x6d\x7f\x1e\x56\x88\xfc\xc7\ -\x9d\xce\x61\xce\x41\x97\x04\x40\x9c\xfc\x07\x6b\x29\xad\xbb\xf6\ -\x06\x64\x5b\x1b\x02\x9e\xb5\xed\xb1\xc4\xa7\x4d\xc0\x79\x83\xec\ -\xf9\x13\xf0\xfa\x14\x04\x46\x11\x15\x5e\x66\x54\x00\xb8\xc0\x6b\ -\xec\x02\xee\x84\x57\x7b\x28\x8d\xd7\x83\xc9\xc2\x01\xd7\x31\x4a\ -\x80\xc7\x92\x21\x3a\x16\x33\xc2\x71\x10\x13\x8e\x3a\x22\x00\x18\ -\xfa\x77\x95\x9f\x67\xbb\xfb\xe3\x72\x4e\x24\x09\x83\x2a\x1f\xcd\ -\xdf\xfd\x09\x1d\x8c\xd2\xa3\x80\x02\xc0\xdd\x03\xd4\x12\x8c\x1b\ -\x90\x20\xfd\x64\x13\x48\x09\xcf\xcc\xce\x6b\xea\xec\x8c\x51\x89\ -\xdd\x68\xcf\x41\x82\xe4\xf5\x41\x08\x1c\xb0\xe1\xde\xb3\xb0\xf4\ -\xcb\x0d\x28\x28\xbc\x17\x00\xf9\x35\x7f\x44\xf3\x8b\xda\x38\x03\ -\x0c\xb5\xf1\x71\x5a\x8a\x0a\x14\x81\xa1\x45\x02\xc2\xa1\x76\x2d\ -\x52\x01\xc0\x24\x1c\x8a\x00\x12\x9e\x1c\xd2\x6b\x00\xb1\x58\x3d\ -\x98\x3f\x6a\x60\x5e\xc2\x5a\xcf\x05\x89\xcd\x45\x00\x22\x8c\x13\ -\xc0\x5f\x3f\x52\x27\x04\xa0\x7e\x9b\x37\x7b\x86\xbc\xed\x11\xe4\ -\xb9\x7f\x4a\x38\xfb\x6b\x25\x30\x42\xc9\x97\x0e\x34\xb1\x23\xd7\ -\xd2\x40\x1a\xf6\x53\x01\xe0\x0b\xa4\x09\x42\xd7\x41\xd1\x40\xc8\ -\xa4\x28\xf4\xf9\x63\x13\x00\xcf\x7f\x86\xe0\x73\xf0\x5d\x00\xc4\ -\x29\x73\x19\x82\x3f\x64\x15\x80\x8a\xcd\x81\x48\x14\x15\x65\xfe\ -\xd1\x83\xbf\x7e\xab\x17\x34\x1e\x0a\x87\x86\xfd\x21\x80\x76\xdc\ -\x51\xdf\xa9\x45\x08\x2a\xbd\xcd\xa0\xc8\x61\x0a\xd6\xf5\x5f\x22\ -\x3d\xba\x09\x33\xb3\x0e\xd8\xbb\x40\x17\x83\xf0\x17\x98\x7b\x70\ -\xd6\xf3\x1b\x54\x2e\x74\x18\xef\x09\x9b\x7e\xdd\x2b\x93\xfc\x19\ -\x6e\x97\xc1\x51\xcf\x8b\xef\x02\x80\xa4\xeb\x91\xdc\x62\x0f\xfd\ -\xff\xda\x0f\x8f\x5f\x84\xd3\x4c\x82\x0d\xad\xb8\x15\x22\x7d\xe8\ -\x2c\x24\x3c\x61\xdd\x38\x36\xe1\x74\x14\x66\x40\xc3\x9e\x60\xa8\ -\x0b\x9a\xa1\x1e\x42\xbe\xb0\x12\x27\x34\x2b\x51\x01\xe0\x31\x30\ -\x11\x69\x35\xb0\x5c\x88\xa5\xcb\xbe\x46\xa5\x13\xaf\x24\x08\xf7\ -\x5a\x1d\x07\x27\x3d\x3f\x7e\x0b\x40\xf8\x1c\xe8\x2a\xcd\x62\x23\ -\x3f\x2e\xfe\xcc\x15\xf4\x9b\x83\x94\xba\x29\x76\x46\x96\x2c\xb3\ -\x80\xee\xea\xab\x9c\x9b\x72\x3a\x8b\x4f\x83\x38\xe9\xf7\x61\x21\ -\x29\x15\x00\xdd\x01\x26\x26\xed\x47\x7b\xbd\x7a\x24\xc0\xd6\xe4\ -\x3d\x56\xd2\xbd\x06\x38\x85\xe8\x31\x26\x94\xbf\x02\x10\x36\x07\ -\x3a\x72\xd3\xe4\xba\xfa\x3c\x89\x9a\xaf\x74\x6d\xbc\x7e\x8b\x07\ -\xeb\x4c\x01\x09\xcf\x5a\x1f\x80\x78\x85\x15\x15\x00\x2a\x00\xaa\ -\x46\x2c\x92\xdb\xf2\x95\x23\x81\xd5\x68\x67\x48\x9e\xb3\x06\xdd\ -\x8d\x62\xa6\x2d\x05\xdf\xb1\x11\xfc\x14\x80\x85\x9f\xcb\x5b\xfd\ -\x8d\xa8\xdc\x1e\xf6\x72\x6d\x1c\x17\x70\x0c\x39\xec\x5f\x69\xcd\ -\x9d\xfc\x04\x57\x1e\x75\x2e\xef\x44\x50\x01\xd0\x4d\xf8\xeb\x2f\ -\xc6\xb2\xe5\xab\xd1\x40\xe0\x84\x45\xe0\xf5\x41\x28\x56\x35\xf8\ -\x26\x00\xe2\x45\x5f\x41\x67\xc9\x19\xb9\xc4\xab\xbf\xb0\x71\xe0\ -\xf6\x5d\x27\x23\x05\xa2\x8c\x4f\xa1\xbb\x0e\x5b\x8a\x95\x42\xe7\ -\x93\x53\xe8\xcd\x47\x05\x80\x0a\x80\x1a\x12\x84\xb1\xd8\xb7\xf0\ -\xaa\x08\xd8\x8c\x72\xc5\xef\xf3\x49\x00\xc4\x29\xf3\xb0\xc7\x9f\ -\x4b\x5f\xbc\xd0\xa2\xbf\x7c\x96\x67\x35\x49\xa1\xb9\xf8\xc6\x63\ -\xd1\x2a\x5b\x2c\x52\xbf\xc3\x97\x0a\x00\x15\x00\xb5\x26\x08\x07\ -\xcc\x13\x38\x8e\xf6\xe1\x95\x00\xd4\xef\xf4\x87\x67\x9d\x42\xf9\ -\x2b\xb1\x0a\x32\x07\x58\x7c\x65\xcf\x53\xb8\xe6\x2f\x57\x6c\x5a\ -\xfe\x3e\x88\xab\xc6\xfb\xb6\x06\xb5\xe5\xb1\x1e\x49\xd0\xf2\x5b\ -\xad\x64\xa5\x02\x40\x11\xac\x1f\x03\x82\xd1\x68\x3d\x86\x4d\x44\ -\xbc\x10\x80\x88\x2f\xa1\xf5\xd6\x56\x6e\xfb\xf0\x8a\xce\xa0\xa1\ -\xc6\xcb\xa1\x7f\x99\xbb\x89\xa2\x33\x05\xec\xab\xc2\x76\x86\xcb\ -\x58\xd2\xb1\x84\x75\x4e\xbf\x6e\xe1\x17\x54\x00\x54\xf9\x15\xf4\ -\x76\xd2\x98\xe0\xf1\x71\x7b\x99\x0f\xdb\x73\x2a\x00\xfd\xf0\x1c\ -\x1b\x02\x3e\x63\x23\x46\xbc\x00\xd4\x6f\xf7\x81\xde\xc6\xbb\x9c\ -\xc8\xdf\xd3\x70\x0f\x0d\x3e\x06\x5a\x79\x2b\xde\xf0\x53\xbf\x3b\ -\x90\x7c\xe7\x7f\x78\x44\x76\x2b\xee\xbc\x89\xac\xfb\xfd\x25\xeb\ -\x9d\x46\x12\xf9\x9f\xd7\x05\x99\xef\xad\x0d\x9a\x3d\xe6\x35\x6d\ -\xff\x0a\x7d\x23\xde\x98\xf9\xc0\x5d\xa7\xe4\x27\x60\x84\x09\x80\ -\x24\xd5\x1e\x13\x67\x43\x3c\x67\xe3\x36\xe0\xd6\xec\xe3\x50\xbe\ -\xde\x17\x0a\x9d\x4c\x95\xf2\xc3\x6b\x3c\x1e\xc3\x52\x5d\x08\x25\ -\xb6\xe4\xd6\x1d\x4b\x66\xc9\x03\xf8\x8d\x14\xf2\xdf\xab\x0d\x98\ -\x3e\xfd\xb5\x91\xf5\x05\xff\x26\x74\x5c\xec\x1f\xcc\x07\xef\xe9\ -\x88\x23\x0a\x15\x00\x0c\xf5\x1b\x0e\x2e\x20\x12\x5f\x81\x85\x9e\ -\x98\xc4\x63\xba\xf7\x54\x2e\x00\x55\x3b\x17\x10\x04\x80\x75\xbd\ -\x37\x46\x15\x5a\x4e\xfc\xca\xba\x80\xe9\xce\x10\xf9\xda\xbf\x7d\ -\x6d\xa4\x7e\x45\xea\x47\xfe\xd7\xd0\xf1\x4b\x22\x99\x0f\x60\xbb\ -\xf6\x13\x84\x0a\x40\x7d\x7a\x6c\x6e\x47\xde\x31\x42\xad\x5d\x69\ -\x60\xf7\x9e\x24\xd5\x6e\x48\x65\xc6\x86\xbd\xc1\xac\x42\xd4\xfa\ -\xe8\xc8\x8b\xbd\x83\x13\x21\xc7\x76\x32\x42\xd8\x37\xc3\x3f\x77\ -\x22\x74\x3c\x39\x4b\x3e\x02\xac\x71\xd0\x56\xe2\x77\x89\x03\xa7\ -\xaf\x94\x78\x99\xfe\xcf\xd7\xf8\xf2\x15\x3c\x2e\x71\x3c\x13\x11\ -\xec\xa4\xf9\x01\xed\x16\x00\xa6\x65\xb6\x5e\x85\x84\x27\xee\xc8\ -\x6b\xbd\xb9\x05\xc4\x8b\xbf\x92\x4d\xfa\x25\x3f\x41\xe3\xd1\xc5\ -\x80\x42\x24\xdf\x7e\x0b\x51\xb5\x3d\x18\x17\x74\xf4\xc3\x0c\xc4\ -\xe9\xc9\xac\xd7\x50\x17\xa1\x85\x49\xc0\x00\xf3\x13\xd5\x81\x33\ -\xdf\x79\x8d\xaf\x5f\x61\xe3\xe3\x4c\x99\x0f\xe3\x4d\x4a\x46\x9d\ -\x12\x00\xd2\xb6\x5c\x14\x82\xa6\x8c\x38\x68\x3e\xb7\x12\xda\xfe\ -\xde\x0b\x3d\x0d\x77\x14\x7e\xbe\xb6\x9c\x34\xa8\x3b\x1a\xc9\x10\ -\x7f\x09\x74\x14\x9e\x94\xbb\x6f\x90\x3c\xae\xab\x11\xdc\xaf\x0d\ -\x30\x9f\xc9\x33\xba\x93\xf3\x03\xcc\x07\xd2\x86\x71\xe5\xad\xd2\ -\x4e\xa2\x50\x01\xe0\x3b\xca\x56\xb9\x2b\x50\x92\x54\xcb\x34\xa1\ -\x98\x49\xf0\xf9\xc0\x1f\x7f\xfc\xbb\xd7\x74\xed\x2b\x50\x2f\xf9\ -\xbf\xbd\xc8\x0f\x74\x8c\x1c\x12\x51\x01\xe8\x69\xb8\x0b\xcd\x77\ -\xf7\x62\x86\xbd\x62\xa3\x3f\x94\xc4\xdb\x42\x71\x8c\x05\xa2\x6c\ -\x95\x1b\xd6\xdf\xc9\x8d\x38\x9a\x47\x5b\xde\x09\xcc\x0f\x94\xba\ -\x69\x54\x00\xba\xfb\xce\xf9\xf5\x21\x86\xff\xeb\x35\x5d\xff\x0a\ -\xd7\x8f\x7d\x03\xf3\x03\x94\xa4\x1a\x17\x80\xf6\xfc\x8c\x16\x99\ -\x67\x76\x61\x1a\x94\xaf\xf5\x02\x91\xd7\x67\x5c\x2d\xb1\x70\x85\ -\x36\xd3\x06\xac\x4d\xe4\xc7\x6a\x44\xbe\xdf\x57\x52\x9b\x6e\x4d\ -\x9d\xf3\x6b\x82\xcc\xdf\xd3\x51\xba\x93\xbf\x42\xc7\xc7\xcc\x66\ -\x26\xeb\x1e\x50\xa2\x6a\x4e\x00\xda\xb2\xd3\xba\xb1\x86\xdf\x2b\ -\xc2\xbb\x38\xb3\xa2\x1b\xd7\x79\x2b\xe3\x8a\x5b\xba\xc2\x15\x6d\ -\xb3\x55\x41\xe0\xae\xaa\x6b\x20\x39\xbd\x0a\x77\x09\x0c\x3d\xe7\ -\xf0\x08\x8a\xc2\x7f\xed\xef\x14\xf4\x1b\x6e\x1b\xb2\xe9\x39\xb5\ -\x41\xd3\xbf\xa6\x4c\x67\x2b\x1b\xbe\x16\xf9\x6f\xfb\xf2\x03\x0c\ -\xaa\x87\x9f\x20\x54\x00\x9e\x2e\xb1\x6c\x2a\x0c\xf9\x91\xbc\xa2\ -\x5b\x31\x60\x4b\xb0\xe4\xec\x1a\xf4\x04\x50\x84\xf4\x75\x27\x96\ -\x42\xd1\xc2\xdf\xa5\x4e\x42\x05\x41\xdf\x43\x67\xf9\x65\xce\xcf\ -\xd1\x5e\x78\x1a\xef\xfc\xfd\x03\x49\x06\xc3\x49\x7e\xc9\x50\xcf\ -\xf9\x54\x08\x46\x45\xfe\xf7\x17\xf9\x81\xce\xe1\x23\x08\x15\x80\ -\x3c\xeb\x89\x12\x24\x89\x9a\x90\xef\xfb\x25\x88\x33\x96\xb3\x45\ -\x04\xf8\xbd\xa6\x5b\xbb\xb0\xc1\x87\x39\x46\x90\x5d\x77\xe7\x1b\ -\x60\x0e\xa2\xa3\x38\x8b\x54\xea\x43\xe2\x97\xad\xf6\xc0\x1e\x81\ -\x01\x56\xdd\xae\xc6\xc3\x76\xce\x6f\xf0\x9d\xfd\xbf\x29\xa3\x15\ -\xfc\x0a\x1a\x1f\xf3\x4f\xe6\x83\x7b\x50\x7b\x48\x44\x05\x40\xf8\ -\x2f\xd7\x5b\x34\xc0\x64\xfa\xfb\x91\x4c\xa5\x6e\x08\x28\x71\x36\ -\x42\x8b\xef\x9c\x7e\xc2\x11\xfb\xf4\x45\x5e\x9f\x43\x49\x9c\x0d\ -\x92\xf8\x69\xb2\x23\xee\xcf\xcf\x73\x9b\xa5\x88\xb0\xa0\xc3\x70\ -\x49\xa2\x7d\xdf\x73\x21\x4a\x92\x1c\x48\xab\xc6\xf1\xda\xeb\x02\ -\xd4\xbe\x7f\x30\x4b\x12\x32\xed\x63\xca\x60\x95\x4d\x1a\xc6\xcc\ -\x61\xa6\x0d\x1f\x52\x12\x6b\x44\x00\x70\x45\x77\xb1\x93\x21\x54\ -\x78\x99\x42\x2d\x47\xf2\x94\x7b\x98\x42\x9e\x25\x0a\x81\xb6\x00\ -\x8f\x10\x95\xde\x6a\x4d\xfe\xe5\xd5\x06\x4d\xfb\x56\xad\x64\xa0\ -\xf9\x81\xb8\x1a\x4a\x66\xf5\x0b\x40\xce\xfc\x09\xb8\xa2\x9b\x59\ -\x8a\xa1\x4c\x9d\x1b\xa3\x02\xe1\x3c\xd5\x10\x58\x38\x6f\x02\xe4\ -\xdb\x4e\x02\xa1\x22\x8f\x65\x80\x96\xdd\xea\x3c\xe7\x47\xce\xfe\ -\xf7\x94\xa9\xea\x8e\x06\xde\x8c\xff\x3f\xc1\xfa\x4b\x12\x98\x0f\ -\x75\x97\x6a\x09\x42\x05\xa0\xd4\xd5\xe8\x61\x99\x87\x89\xaa\xd7\ -\x74\xa1\x09\x88\x88\x7d\xa9\x06\x09\xb8\x91\xa7\xc0\x76\x32\x94\ -\xb9\x1b\x43\xad\xff\x4b\xeb\xba\xe6\x71\x8e\x2e\x30\x82\x51\x53\ -\xe7\x5f\x0f\x33\xa6\xbb\xa1\x2a\x6c\xc6\xa8\x61\xa6\x01\xfd\x0a\ -\x1b\x17\xf7\x3e\xd3\x3f\x70\x82\x12\x5b\x0b\x57\x83\x91\x57\x6c\ -\x21\x99\x31\x9b\x4f\x24\x3c\x66\xe9\xa1\xc8\x71\x0a\x1e\x23\x48\ -\xe7\xf5\x1a\x46\x0c\x9e\x38\x19\xb2\x09\x01\xee\x1d\x28\x71\x32\ -\x22\x1c\x5b\x94\x46\x56\x7d\xa0\xf9\x27\x94\x89\x9a\x8e\x08\xf4\ -\x63\x3e\x67\x76\xfb\x3f\xd6\x4a\xd2\x51\x01\x20\x90\xd7\xbc\x4f\ -\x0c\x30\x81\x88\x89\x44\x17\x23\x6c\xcd\xad\x24\xe5\x18\xd8\x8f\ -\x19\xf8\xb8\x12\x97\xbe\xe7\x32\x42\xf4\xfd\x77\xa5\x97\x19\xd4\ -\xaa\xe7\xfa\x45\x4c\x3d\xff\x0f\xed\x62\x01\xcd\x0f\xfc\x7b\xa6\ -\x6c\xe8\xcc\x7c\xd0\x6b\x29\xd1\xd5\x24\x00\x14\xf5\x4c\x59\x2f\ -\xa4\xc0\xeb\x9b\xff\x44\x19\xf7\xff\xdb\xbb\x07\x18\x6b\xae\x28\ -\x80\xe3\xa7\xb6\x3d\x77\x6a\xdb\x9a\x37\xfb\x29\xa8\xe3\x2f\x4e\ -\xc3\xda\x1d\xdc\xa9\x27\x79\x73\x6b\xc6\x1b\xa7\xf1\xc6\xb5\x6d\ -\xdb\xf6\x63\x6d\xcf\x66\xb6\xc6\xdb\xc7\xc1\xff\x97\x9c\xd8\xc9\ -\xfc\x93\x7b\x16\x27\xa7\x4e\xb3\xe3\x75\x23\xeb\xfc\xab\xb4\x32\ -\xdf\x0f\xe9\xc3\x21\x00\xcc\x8f\x2d\xdf\xb9\xfa\x23\xdf\xd9\x50\ -\x8a\x01\xa1\x55\xdf\x3e\x54\xc9\xf5\x03\x7e\x34\x04\x80\xb9\xbd\ -\xe1\x4f\xed\x26\x28\xee\x7e\x40\xdb\xe6\x79\x3e\xfe\x79\x06\x80\ -\x79\xb5\x24\xef\x7c\x1c\xbd\xf7\xf4\x0a\xda\x36\xa7\x68\x65\x3e\ -\x21\x00\x04\xe0\x7f\xe6\xf3\x96\xef\xc6\xbc\xf3\xcb\xf9\x63\xc3\ -\xf5\xb2\xfd\xc0\x0f\x04\x80\x00\xfc\xd3\x3b\xbf\x71\xca\xfe\x1b\ -\x09\xca\x2d\xdc\xa4\xbe\x63\x68\x25\x37\x12\x80\x0c\x01\xb8\xb3\ -\x71\xba\xbb\xbb\x54\x0b\xb4\x95\x1c\xa1\x95\x79\x8d\x00\x54\x36\ -\x00\xef\xb4\x03\xf7\x48\x01\xfb\x81\x5f\xe7\x53\x02\x50\x99\x00\ -\x7c\x91\xbe\xf3\xdf\x8c\x17\xad\x2c\x29\xc0\xb3\xe2\xf5\x4b\xbf\ -\x1f\x20\x00\x3f\xa5\xef\xfc\x7f\x3d\xaf\x05\x04\x96\xd9\x4b\x5b\ -\xe6\x6e\x02\x50\xba\x79\xa8\x73\x7a\xed\x00\xe9\x19\xd8\x0f\xd8\ -\xe6\x0d\x02\x50\xf4\x71\xdf\x4d\xdf\xf9\x3f\x8b\x2c\x23\xf3\x01\ -\xc4\x3b\xc7\x2b\x16\x76\x3f\x40\x00\xbe\x4c\xdf\xf9\xef\x9e\x76\ -\xe0\x2a\x32\x08\x20\xdc\xf4\x22\x2b\x54\x66\x5a\x2b\xf3\x23\x01\ -\xc8\xfd\xfc\xd4\xf6\x6b\x33\x5d\xed\x6e\x26\xc0\x30\x45\x9b\x5c\ -\xb0\xb7\x56\xe6\x5e\x02\x90\xdb\x79\xa4\x71\xfa\x81\x8e\x00\x63\ -\xf8\xfd\x81\x37\x09\x40\x6e\xe6\x3d\xde\xf9\x18\xab\xd3\xec\xcb\ -\x57\x89\x6c\xa3\xb5\x32\x9f\x11\x80\x89\xcd\x97\x4d\xdf\xb9\xb0\ -\x79\xfc\xa2\xd5\x05\x98\x84\xb3\xec\x44\x4d\xe0\xec\x39\x01\xf0\ -\x9c\x6b\x3f\x8c\x0e\xd8\x42\xf2\x00\x88\x36\xbd\x60\x5f\xad\xcc\ -\xfd\x04\x60\xe4\xf3\x58\xd3\x73\x5d\x01\xf2\x78\xf6\x3c\x52\xc9\ -\xd2\x48\x99\xb7\x08\xc0\xd0\xe7\xfd\x96\xe7\x1e\xfd\x73\x2c\xcb\ -\x4a\x9e\x01\xb1\x15\xaf\x9a\x9d\x35\xfb\x8a\x00\x0c\x3c\xdf\xa6\ -\xe7\xb5\x5a\x61\x6d\x0d\x29\x12\x20\x54\x17\xd9\x03\xec\x07\x08\ -\x80\xe7\x5c\xfb\x91\xbf\x60\x4b\x29\x32\x20\xb4\x93\xfd\xb4\x32\ -\x0f\x12\x80\x5e\xc7\x79\xbc\xe9\x39\x0b\xa4\x4c\xc0\x7e\x60\xf6\ -\xac\x99\x95\x7c\x48\x00\xfe\x75\x5a\x9c\xd1\x2e\x35\xf8\x1b\x5d\ -\xb2\x5a\xb6\x1f\xf8\x9a\x00\xfc\xf9\x8c\x76\xe7\xa4\xfd\xd7\x14\ -\xa0\x0a\xce\xb2\x92\x4d\xb3\xfd\x40\x75\x03\x90\xbd\xf3\x1b\x81\ -\xb3\xb5\x00\x55\x14\xd9\xf5\x45\x5a\x99\x27\xab\x17\x00\xf7\x85\ -\x66\xe0\x1e\x2c\xc0\x1c\xce\x9e\x9b\x8f\xca\x1e\x80\xa6\x5f\x6b\ -\xff\xc3\x3b\x1f\x40\xbc\x41\xbc\x7a\xb6\x1f\xf8\xa6\x74\x01\xc8\ -\xde\xf9\x5d\xbd\xf7\x5a\xf2\xef\x00\x44\xf6\x05\xdb\x68\x75\xfe\ -\x4c\x89\x02\x70\x6b\xc7\x9b\xda\x49\x7a\x07\x20\x52\xf5\x25\x91\ -\x32\x4f\x17\x38\x00\x2f\x36\x83\xda\xa1\x32\x28\x80\xfd\xc0\xf9\ -\x8d\x02\x05\xa0\x33\xfb\xce\x8f\x17\x2d\x2f\x83\x03\x70\xea\x16\ -\xf1\xda\xa1\x65\x2e\xcc\xf6\x03\x79\x0d\xc0\xf7\xad\xc0\x99\xfe\ -\xc0\x5b\xb4\xbe\x8c\x04\xc0\x7d\xc3\xed\xb2\xfd\x40\xde\x02\x70\ -\x6b\xd7\x77\x76\x91\xf1\x00\x38\x7b\x1e\x2a\xf3\x6c\x0e\x02\xf0\ -\x72\x2b\x70\x0f\x97\xb1\x03\xd8\x0f\x2c\x1f\xd9\xe6\x68\xad\x4c\ -\x73\x02\x01\xe8\xb6\x7d\x57\xff\x1c\xef\xbc\xa2\x4c\x0e\x80\x68\ -\xb3\x0b\xd6\xc9\xf6\x03\xdf\x8e\x3c\x00\xd9\x3b\xff\x23\xdf\xd9\ -\x50\xf2\x03\x40\x68\xd5\xb7\x0f\x55\x72\xfd\x08\x03\x70\x7b\xc3\ -\x9f\xda\x4d\xf2\x0d\x60\x3f\xa0\xad\xf3\x9f\x1b\x5e\x00\x9c\x57\ -\x9a\x81\xbb\x54\x80\x82\xe1\xec\xb9\x32\x1f\x0f\x10\x80\xcf\xd3\ -\xf3\x5a\xaf\x9e\x74\xc8\x4a\x02\xa0\x78\x4e\xb3\xe3\x75\xe7\xce\ -\x9e\xcf\x23\x00\x3f\xa6\x67\xb4\x1b\xa7\xec\xbf\x91\x00\x28\x3e\ -\xad\x2e\xdc\x3d\x54\xe6\x9c\x1e\x02\x70\x4e\xe3\x74\x77\x77\x01\ -\x00\x00\x00\x00\x00\x00\x00\x14\xdf\x2f\x7a\xfa\x1a\x6e\x6a\x11\ -\x2b\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x18\x56\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x80\x00\x00\x00\x80\x08\x06\x00\x00\x00\xc3\x3e\x61\xcb\ -\x00\x00\x18\x1d\x49\x44\x41\x54\x78\x01\xed\x5d\x05\x54\x5b\xd9\ -\xd6\xce\xd3\xff\xb9\xd7\x02\xa3\xcf\x5f\x95\x7a\x03\x9d\xa1\xe3\ -\xee\x75\x37\xea\x58\x0c\xa9\xa4\xc5\xa1\xee\xd4\xdd\x85\xa9\xbb\ -\x97\xba\x63\x21\xb8\x13\xc1\x1d\xd2\xfd\x9f\xec\x95\x75\xe9\x49\ -\x20\x0d\x90\x5e\x72\xe1\xee\xb5\xf6\x48\xe4\x76\x35\xdf\x77\xce\ -\xd6\xb3\x8f\x80\x17\x5e\x78\xe1\xa5\x7d\x89\xfc\xf5\x45\x5d\x4d\ -\x5f\xd3\xc9\x9d\xf1\xb5\x36\x2c\xbc\xc8\x1c\xc2\x1c\x7d\x1c\x02\ -\x77\xc8\x1d\x82\x92\x4c\xdf\xd3\x48\x9d\x93\x35\x62\xd1\xf1\x3c\ -\xc9\x3b\x6f\x09\x78\x69\x5b\xa2\x10\x2a\x7e\xe3\xe3\x18\x24\x27\ -\xc0\x97\x12\x05\xa2\xc9\x0d\x12\x40\xe2\x0c\x44\x2b\xd4\x12\x51\ -\xa8\x46\xe6\xfc\x7b\x01\x2f\x5c\x17\xf8\x09\x59\xf1\x43\x7d\x1c\ -\x82\xd2\x8c\xc0\xc3\xcb\x09\xc0\x68\xb6\x46\xec\xe2\x06\x0a\xc1\ -\x4f\x05\xbc\x70\x4f\x64\xaf\x05\xf6\x95\x39\x04\xdd\xa0\x81\xb7\ -\x96\x00\x94\xde\x53\x8b\x5d\x5c\x04\x5c\x11\x1e\xf8\x30\x21\x01\ -\x3e\x92\x80\xac\x27\x0a\x2d\x27\x00\xea\x73\xad\xc4\xf9\x40\xa1\ -\x58\xf4\x86\xc0\x3e\x85\x17\x2f\xc7\xa5\xbf\x36\xda\xf9\x12\x0a\ -\xec\x96\x12\x80\xd6\x72\x83\x7f\xa0\x9e\xe9\xfa\x3b\x81\xfd\x08\ -\x2f\x72\x61\xe0\x97\x04\xd4\x54\x1a\x64\x1b\x13\x80\xd6\x2c\xad\ -\xd4\x65\x1c\x08\x04\x3f\x11\xf0\xd2\x7a\x22\x15\x06\xf5\x26\xab\ -\xfe\x1a\x0d\x2e\x1b\x04\x60\xf4\xae\x4e\x22\x1a\xc4\x23\xc1\xb2\ -\xf8\xbd\x11\xd4\xc5\x68\xe7\xeb\x88\x42\xeb\x10\x80\xf6\x0f\x0a\ -\xe4\x2e\xaf\xf3\xc8\xbc\x62\x51\x74\x55\xfc\x52\xee\x18\xe4\x41\ -\xb4\x98\x02\xb4\xd5\x08\x40\x69\xb9\x46\xe2\xa2\x48\x55\xb8\xfe\ -\x8a\x47\xea\xd5\xd9\xf9\x64\x1a\x48\x3b\x21\x00\xa5\x2e\x99\xbc\ -\x7f\x60\x43\xf1\x11\x86\x38\x91\x44\xce\x15\x1a\x40\x7b\x25\x00\ -\xa5\xb7\x75\xde\xce\x03\x79\x04\x9b\x29\xbe\x0e\xc1\x7f\xf5\x11\ -\x06\xaf\xa0\xec\x3c\xa7\x08\x80\xaa\xd7\x48\x44\x3b\xd4\x52\xd7\ -\xce\x3c\xa2\x56\x8a\x5b\x9f\xc8\x5f\xa0\x9d\x77\x08\x2a\xa2\x40\ -\xe3\x1c\x01\x28\x2d\xe3\xfd\x03\xeb\xed\x7c\x12\x05\x16\xe7\x09\ -\x40\x69\xba\xc1\x3f\x10\xd0\xc2\x8b\xaf\x30\xf8\x3f\x04\x94\x53\ -\x34\x48\x6d\x8b\x00\x94\x8a\x9d\x2f\xe5\x7b\xbb\xf4\x14\xf0\xe9\ -\x5b\xc5\x5f\x8c\x76\xbe\x96\x28\xb4\x13\x02\x50\xfe\x41\xbe\xc7\ -\x80\x4e\xed\xd2\xce\x93\x0c\x9e\x1b\x01\x42\x43\x03\xd3\x5e\x08\ -\x40\x69\xa1\x56\xe2\x22\x57\xcd\xf9\xf4\xff\xda\x49\x58\x17\xf0\ -\x81\x5c\x18\x1c\xc3\x80\xc1\x13\xc0\xa8\xa2\x44\xb5\xd4\x65\x68\ -\xdb\x2d\xd3\x0a\x03\xfe\x4d\x7e\xf8\x13\x14\x10\x3c\x01\xcc\x55\ -\x2a\xba\x90\xe7\x35\xa8\x7b\xdb\x59\xf1\xaf\x87\xfc\x59\x26\x0c\ -\x0a\x25\x3f\x7a\x35\x51\xe0\x09\x60\x95\xd6\x12\x22\x44\xe6\xfa\ -\x0e\xee\xc0\xdd\xbc\xbd\x40\xf1\x73\xa3\x9d\x57\x9b\x01\xd0\x96\ -\x09\x20\x7f\x07\x0a\xb6\x7b\x41\xd9\xed\x2d\x50\x11\x7b\x18\xca\ -\x6e\x6e\x04\x5d\xe4\x34\xb2\xb2\x5d\x9a\xf3\xbc\x02\x83\x7f\x00\ -\x8a\xae\xbf\xe4\x58\xf7\x6d\xd0\xfb\x72\x87\xe0\xa7\x16\x00\x68\ -\x9b\x04\x58\xf8\x39\x54\xa5\x9e\x05\x78\xae\x32\xd3\xca\xf8\xa3\ -\xa0\x99\xfb\x61\x73\x9f\xad\x24\x04\xfa\xc2\xfe\xeb\xf3\x8e\x01\ -\xff\x24\xc0\x1f\x60\x01\x40\xfb\x23\x80\x6c\x30\x0d\x7e\x03\x5a\ -\x11\x73\xb0\xa5\x3b\xcc\x79\xbb\x3c\xbf\xe0\xf9\xa6\xe2\x4f\x46\ -\x3b\x5f\x45\x14\xda\x23\x01\x0a\xb6\x79\x52\x60\xd7\x15\x3f\x80\ -\xd2\x27\x87\x41\x5f\xf1\x8c\x7a\x5d\xb7\x76\x72\x4b\x49\x50\x63\ -\xf0\x0f\x72\xc4\xae\x7f\xb3\x07\x3b\xff\x53\xf2\x63\x8e\x23\xab\ -\x3e\x9f\x05\xd0\xec\x9a\x00\x65\xf7\x76\x30\x20\xd7\x16\xde\x83\ -\xf8\x69\x83\xe1\xd9\xb0\x6e\xa0\x74\xff\x10\x9e\x57\xc7\x32\xef\ -\x95\x5c\x5a\x69\x2b\x47\x51\x47\xba\x95\x3d\x40\xe1\xfa\xf3\xd6\ -\xf1\xee\x1d\x02\xde\x23\x65\xda\x27\x2c\x80\xc5\x09\x02\x54\x24\ -\x44\x31\x20\x17\xdf\xde\x69\x00\x9f\xd1\x8a\xa4\xd3\xcc\x7b\x65\ -\x77\xb7\xdb\x3a\x62\x88\x57\x4b\x9d\x3f\x63\x0f\x78\xc7\x90\x7f\ -\x98\xdb\x79\x9e\x00\xc5\xd7\x37\xbe\xb0\xfd\x3f\x84\x24\xaf\x0f\ -\x40\x39\xb5\x0f\xa4\xf8\x7f\x0d\xcf\x6b\xe2\x99\xf7\x0a\x4f\x2f\ -\xb3\x25\xf8\xb4\x7f\x20\x1e\xfc\xbf\x57\x06\xbc\xa4\x53\xc4\x6f\ -\x49\x58\xa7\x68\xd8\xce\xf3\x04\xc8\x5a\x31\x8d\xb2\xf5\xfa\xca\ -\x18\xa8\x4a\x3b\x0b\xcf\x6b\xe3\xa9\xd7\x33\x03\x87\xbf\xca\xfc\ -\x41\x0d\x09\x1b\x57\x14\xc8\xfb\xfc\xd1\xc6\x65\xda\xd0\xd7\x2d\ -\xdb\x79\x9e\x00\x49\x73\x86\x80\xbe\x2a\xd6\x62\x14\x50\x74\x7d\ -\x0b\x24\x4d\x72\x62\x23\x91\x94\x6f\xd3\x26\x55\xa9\x43\x50\x2f\ -\x7b\x06\x34\x74\xe0\x32\x38\xbe\xe0\x20\x3c\x3d\x76\x09\x32\x1e\ -\xdc\x81\xa2\xac\x27\x50\x51\x14\x0b\x25\xf9\xcf\x40\x93\xf4\x10\ -\x54\xd7\x6e\x40\xf4\x96\xd3\x70\x58\xb6\x0f\x96\x7f\xb0\x06\x7c\ -\x5f\x0f\xb1\x29\x01\xb4\xc1\xdf\x40\x75\xf6\x55\xcb\xe0\xdf\xd8\ -\x02\xb1\x63\x7a\x43\xfa\xb4\x7e\x6c\x10\x00\xd4\x52\x51\xaf\x36\ -\x4f\x80\xc8\xef\x37\x80\xea\xea\x0d\x78\xae\xc7\x1f\xd9\x6a\x2d\ -\x4c\x7f\x5c\x23\x30\x91\x4a\xe5\x8f\x15\x95\x89\xc7\xa0\xec\xd6\ -\x66\x28\x8a\x5a\x04\xba\xd5\x13\x40\x23\x7f\xd7\x32\xf0\x3e\xef\ -\x42\xd1\x91\x05\x64\xbb\xa7\x43\xbd\xca\xb4\x0b\xa0\x39\xb6\x98\ -\x80\xbe\x15\xff\x9d\x3c\x6f\x28\x3a\x83\x31\xc3\xbb\x43\xbe\x97\ -\x88\x27\x40\x4b\x75\x61\xd7\x08\x78\x74\xe4\x22\x0d\x6c\x13\x94\ -\xec\x0c\x75\x02\x13\xa9\xd5\xdd\xaa\x35\xfd\x9c\xbe\x2a\x06\x2a\ -\x9e\xee\x07\xdd\x56\x77\x04\x1b\x7f\xdc\x79\x1f\x82\x6e\xfd\x54\ -\x28\x39\xbf\x9c\x84\x7b\x77\x4d\x9f\x8d\xe0\xc7\x4f\x11\x21\xe0\ -\x8c\x22\xf8\xdd\x20\x73\xd6\x80\xe6\x80\xc9\x13\x60\xee\xdf\xc3\ -\x99\xff\x36\x6c\xe1\xba\xb4\xc7\x0d\xaf\xec\xbc\x47\x70\xf3\xd0\ -\x31\x38\xb9\x66\x37\xec\x0b\xdc\x04\x87\xc3\xb7\xc1\x99\x0d\x7b\ -\xe1\xd9\xe5\xf3\x50\xaa\x7d\x5a\xff\xb9\xdc\xc7\xcf\x05\x26\x52\ -\xa3\x89\xae\xb3\x44\x1a\x7d\xc5\x53\xd0\x97\x35\xf8\xe7\x52\xe1\ -\x5f\xdc\xc4\x81\x66\xe0\x27\x8c\xe9\x09\x39\x73\xac\x06\x1f\xeb\ -\x06\x05\xbb\xa5\x50\x99\x10\x85\x24\xab\xce\xb9\x0c\xa5\x37\x36\ -\x80\x36\xec\xfb\xf6\x45\x00\xc5\xbf\x96\xc2\xe6\xcf\xf7\xc3\xc9\ -\x19\x57\x61\xcd\x90\x1d\xb0\xf2\xd3\xb5\x50\x5e\x40\x3b\x5a\xcf\ -\xf5\x89\x10\x7d\xe4\x18\xf8\x0e\xf1\x83\x51\x1d\xa6\xc0\xc8\xbf\ -\x4d\x6e\x54\xe7\x38\x79\xc3\xd2\xf1\xe1\xb0\x3f\x68\x8b\x5e\x60\ -\x22\xea\x43\x41\x7a\x03\x80\x55\xe9\x17\x89\xe7\xae\x6c\xd2\x8e\ -\x52\x93\x7f\x13\x32\x57\xcf\x61\x00\x4f\x9d\xda\x17\xf2\x3c\x07\ -\x41\xf6\x9c\x81\x40\x4a\xbb\x56\x00\x46\x99\x15\x4c\x19\x37\xf0\ -\xe7\x60\x38\x59\xb0\x4b\xd2\xf6\x09\xb0\xe8\xbf\xcb\x61\xeb\x57\ -\x87\xe0\xe4\xcc\x6b\x70\x6a\x16\x2a\x5c\x59\x70\x13\x2a\x8b\xe8\ -\x90\x2a\x23\xf6\x26\xf8\xbd\xef\xcf\x00\x3c\xfa\x6f\x53\x61\x52\ -\xc7\x39\x30\xb5\x93\x27\x4c\xeb\x2c\x06\xb7\x4e\xde\x30\x85\xfc\ -\xf7\x84\x8e\xb3\x60\x14\x79\xaf\xfe\x73\x6e\x66\x26\x20\x6e\x54\ -\x8f\x1a\x23\x80\xe8\xac\xa5\x06\x8e\x01\xed\x89\xa5\x64\x05\xde\ -\x6f\x14\x78\x92\xe0\x21\xc0\xcf\x86\x98\xd1\x4e\x0c\xf8\x69\x6e\ -\x7d\x5b\xb4\x75\x97\x5e\x5d\x6b\x89\x6c\x84\x9c\x09\xa0\x5b\x3a\ -\xaa\x6d\x12\x20\xa0\xeb\x72\xd8\xfe\xcd\x61\x38\x89\xa0\xd7\xeb\ -\x59\xaf\xeb\x50\x9a\x4d\x83\xff\xe0\xf4\x69\x98\xf0\xda\x74\x04\ -\xd4\x00\xba\x67\x97\xb9\x20\x6b\xfc\xd9\xf8\x9e\x57\x97\x05\x30\ -\xbb\xb3\x0f\x4c\xed\xe8\x5d\x68\x81\x00\x94\xc6\x8c\xea\x05\x19\ -\xcb\xa6\xe1\xce\x60\xb6\xf2\x35\xb7\x41\x25\xfe\x0c\x3f\x17\x37\ -\xaa\x3b\x64\xcf\x1e\xd0\xe2\x6a\xe2\xf3\xba\xfa\xdd\xa7\xae\xf4\ -\x31\xe8\xce\xac\x84\xd2\x87\xfb\xa9\x3f\xb7\xfc\xd1\xee\xb6\x45\ -\x80\xe0\x1e\xab\x61\xe7\xf7\x51\x08\x76\x43\x9a\x76\x99\xb6\xbd\ -\xca\x1b\xd7\x60\xac\xd0\x0d\xc6\x76\x98\x8e\xc0\xdb\x22\x0f\x90\ -\xeb\x39\x30\xc3\xb0\x65\x67\x4c\xef\x07\xc9\x93\xfb\x40\xfc\xe8\ -\x1e\x34\x11\x46\xf4\x80\xac\xb5\xee\x04\x94\x47\x74\xd1\x87\xfc\ -\x7f\x76\xf8\x18\x50\x7b\xb7\xdc\x71\x2b\xd8\x29\xa6\x9e\x9d\xb2\ -\x60\x18\xf3\xe7\x17\x5e\xdb\xc2\xbc\x4e\x7c\x91\x36\x41\x00\x04\ -\x7e\xcf\xb0\x63\x66\x80\xdf\x0c\xbf\x0d\x09\x3f\x3e\x84\xd4\x0b\ -\x8f\x51\xe1\x85\x30\xaf\x2c\x37\x1e\xce\x78\x5e\x05\xdf\x1e\x81\ -\x20\x75\x08\x78\xa5\x89\xa0\x3c\x4f\x11\xda\x73\xb2\x3b\xd4\x3b\ -\x74\x33\x5c\xa1\x2c\xf6\x47\xb3\x68\x41\xbb\x64\x44\x8b\x09\x50\ -\x74\xd0\x9f\x7a\x6e\xec\xb8\xbe\xcc\x9f\x9b\xbb\x6b\x1e\xf3\x3a\ -\xd9\x25\xd0\x51\xe4\x26\x01\x1c\x83\x21\xbc\xcf\x7a\xd8\x3f\xfa\ -\x94\x19\xf0\x57\x17\x46\x43\x81\x2a\xd6\x82\xfd\x53\xc1\xcd\xb0\ -\x5b\xf8\xd9\x13\xd3\x2f\x23\x81\xd8\xc8\x04\xaa\x89\xa6\x93\x9d\ -\x21\x76\x24\x12\x01\x62\xc8\xbf\x0b\x2f\x47\xd2\x3b\x41\xe1\x3d\ -\xdc\xc2\x5b\x14\xba\xad\x9e\x4c\x3d\x53\x7b\x7c\x31\xa8\x66\x0f\ -\x84\x14\xdf\x4f\x48\x24\x70\x8d\x79\x9d\x24\x9d\xb8\xb7\x03\xf8\ -\xbc\x16\x0c\x4b\x07\x6e\x84\x43\x63\xcf\x34\xb8\xcd\x5f\x0f\x8e\ -\x86\x9a\xb2\x44\xcb\x0e\x50\x9d\x0a\xee\xad\xbb\xc3\x7c\xe7\xc7\ -\xa9\x17\xd1\x61\x64\x2b\x15\xac\x16\x8b\x48\x2a\xb7\x37\xe0\xaa\ -\x1c\x6e\x46\x02\xcc\xfd\x97\x9c\x5b\x4a\x72\x04\xcb\x88\xb7\x2e\ -\x06\x8d\xdf\x90\x26\x11\x20\x63\xf6\x20\xa8\xd5\xdd\xa1\xff\xce\ -\x64\x77\x81\x3a\x3a\x2a\xc9\x3f\xb0\x88\x7b\x04\xd8\xfc\xc5\x81\ -\x46\x6d\xfc\x19\xf7\x6b\x50\x96\x47\x3b\x79\x7a\x12\x8a\x69\xd2\ -\xef\x43\x55\x79\x1c\xbd\xd2\x2a\x13\xe1\xa2\xdf\x0d\xe6\xbb\x51\ -\x53\x2e\x92\x70\x71\x09\xab\xb5\x80\xcc\x19\xfd\x09\x01\xba\x93\ -\x9d\xa0\x27\x94\xc5\x44\xd1\x44\xa5\x9b\x42\xb0\x1f\xd0\x6a\x02\ -\xcc\xe8\x07\x69\xe1\x93\x28\x47\xd0\x54\x2b\x53\xcf\x43\xdc\xf8\ -\x7e\xdc\x23\xc0\x81\x31\xa7\x1a\x25\xc0\x93\x9d\xf7\xa8\xbf\xe4\ -\xa3\xf3\x67\x60\x46\x57\x77\xf4\xf0\x27\xbf\x3d\x13\x4e\x47\xee\ -\xa3\xde\x4f\xbb\xf4\x84\xfa\xfe\x91\x89\xe7\x60\xfe\x3f\x22\x58\ -\x2d\x06\x11\x8f\x1f\x53\xbb\xc9\xf3\x87\x35\x00\x14\x1d\xbb\x6b\ -\x57\x8c\xb5\xea\x99\x79\x1e\x98\x44\x82\xf2\xf8\x63\x0d\x3d\x0b\ -\xa3\x81\xf8\xa9\x2e\xa0\x1c\xef\xc4\x2d\x02\xf8\x12\xbb\x7f\x62\ -\xc6\x95\x46\x09\x90\xf7\xf0\x19\x95\xcd\x23\xe1\x1d\x13\xd7\x8f\ -\x32\xc6\xee\xcf\xae\x9c\xaf\x0f\x83\xf2\xe3\xcd\x9e\x71\x68\xdc\ -\x59\x98\xfb\x76\x38\x0b\x04\xa0\x49\x50\x72\x6f\x8f\x59\x19\xb8\ -\xae\xec\x09\x6d\x1a\x52\xcf\x58\xfd\x4c\xd5\x84\x3e\xa0\x2f\x7f\ -\x5a\xef\xf4\x3e\x3d\x0c\x39\x5b\xe4\xa0\x92\x7d\xc9\x38\x84\x59\ -\x73\x06\x70\x8b\x00\x01\xc4\x4e\xd3\x80\xd1\x5a\x9c\x51\xbf\xfd\ -\x5f\xdf\x1f\x45\x12\x37\xb3\x41\x2c\x5c\x88\xdf\x95\x38\x2c\x22\ -\x71\xbb\x27\x6c\xf5\x61\x12\x24\x18\x15\x9c\x76\x37\x7b\x0e\x3a\ -\x96\xfe\x6f\x84\xb2\x57\x0e\xf6\x7f\x9f\xda\xae\x4b\xee\xef\x23\ -\x49\xa1\xde\xe8\x24\x16\x5c\x5c\x4f\x3b\x74\x81\x5f\x5b\xf7\xcc\ -\xd0\xef\xa9\xef\xa5\x2f\x9e\x42\x85\xa3\xa9\x54\xa2\x89\x23\x04\ -\x58\x32\x70\x93\x45\x02\x14\xa5\xd5\xdb\xf9\x7b\xc7\x4e\x35\x10\ -\xde\x05\xc2\x81\x85\x5b\x28\x67\xb0\xb1\x67\xed\x1d\x71\x9c\x94\ -\x7b\x43\x59\x21\x80\x36\xf4\x3b\xda\x34\x85\x8e\x67\x80\x4a\x92\ -\x7f\x45\x37\x83\xae\x9e\x68\x5d\x2e\x60\xeb\x1c\x3a\xe7\x31\xe7\ -\x03\x2c\x24\x29\xc7\xf5\x82\xec\x59\xfd\xb9\x59\x0b\x58\xff\xd1\ -\x2e\x8b\x04\xc8\x8c\xae\xdf\xf2\x6a\xab\x12\x20\x6c\x10\xed\xd9\ -\xcf\xfb\x57\x18\xe4\x27\xdd\xaf\xb7\x85\x39\xf1\x16\x9f\xb7\x64\ -\xc0\x06\x76\x08\xb0\xe0\x63\x0a\x2c\x4d\x54\x04\xc4\x4f\x70\x82\ -\x78\x12\x29\xe4\xee\x9c\x4b\xef\x00\xe1\xc3\xac\x23\xc0\x5e\x19\ -\xbd\x03\xcc\x12\x71\xbf\x1a\xb8\x73\xe8\x51\x8b\x80\xdd\x59\x79\ -\x9b\xae\xea\x65\x3e\x81\xbd\xb3\x76\x22\x11\x36\x8d\xda\x04\x19\ -\x0f\xe9\xd0\x48\x79\xec\xa1\xc5\xe7\x2d\xfa\xcf\x32\x36\x08\x80\ -\x89\xa2\x8a\xa4\x33\x2f\x98\xa6\x44\x28\x8f\x3b\x02\x65\x8f\xf7\ -\x01\xe8\x95\x54\xca\x38\xc7\x43\x64\x1d\x01\x0e\xce\x7f\xe1\x79\ -\x4a\xc8\x76\x1f\xc4\x7d\x02\x44\x4d\xbd\x80\xc0\x58\xd2\xfc\xa7\ -\x31\x56\x55\xde\x2a\x34\x09\x70\x4e\x7c\xbd\xb1\xe7\x60\x82\xc8\ -\xdd\x61\x2e\x1b\x04\x40\xaf\x3d\x35\x78\x1c\x01\xca\x72\xfe\x22\ -\x73\x8d\xbb\xd5\xe5\xe0\x82\xa3\x01\xf5\xa6\xae\x3a\x0e\xd4\xde\ -\x1c\x27\xc0\xfc\x7f\x2c\x66\xc0\xb1\xa4\xe7\x25\x37\xa0\x28\x35\ -\xce\xe2\x0f\x59\x55\x94\x00\xd7\x02\xa3\x2d\x3e\x67\xd7\xa8\x28\ -\xf0\x12\xce\x67\xc7\x09\x14\x8b\x30\x14\xcc\xde\x2c\x6b\xb8\x84\ -\xac\x57\x62\xd2\x86\xf8\x04\x56\x77\x02\x69\xf7\xf8\xd1\x66\xc5\ -\xe7\x5d\x4e\x13\x00\xd3\xbe\x08\x8e\x15\x7a\xc6\xf3\x3a\xa8\x4e\ -\x3e\x22\x19\x41\xa5\x49\x52\x48\x05\x59\xc4\x4f\xb8\xe8\x73\xe3\ -\xa5\xcf\x58\xf5\xd9\x16\x90\x39\x04\xb2\xd5\x14\xca\x64\x06\x13\ -\xbd\x3e\x01\xdd\xe9\x15\x50\xae\x3c\x89\x65\xe2\x82\x0b\xeb\x20\ -\xc9\xf7\x5b\xc0\xf7\xc6\xf7\xb2\xfa\x79\xf9\x1b\x69\x27\x50\xab\ -\xf8\x94\xdb\x04\x58\x3d\x64\x3b\x02\xd3\x14\x3d\x3d\xe7\x1a\x44\ -\x47\xdc\x82\x07\x1b\xee\xc2\xed\xe5\xb7\xe1\xac\xf7\x75\xab\xbf\ -\x1b\xe8\xbc\x8c\xcd\xae\x60\x5c\xd9\xa4\x14\x8c\x40\x37\xa4\xb1\ -\x23\xbb\xa3\xaf\x60\xed\xf3\x72\x96\x4d\xa2\x09\xb0\x7c\x0c\xb7\ -\x09\xb0\xf5\x9b\x83\x08\x0c\x5b\xea\xd3\x35\x90\xf5\xb6\xf0\x3c\ -\x2f\x11\xae\x72\xb3\x56\xb0\xb1\xbd\xd0\x4f\x68\xd2\xf9\x02\xd9\ -\x47\x14\x01\x0a\x76\xcb\xb8\x4d\x80\x83\xe3\x4f\xb3\x06\xfe\xc9\ -\x59\x57\xc1\xfd\x35\xff\x56\x3b\x1e\x9e\xeb\x39\x08\xeb\x04\x19\ -\x44\x73\x3c\x9a\xe7\xbc\x65\x92\x58\xbf\xb6\xe0\x6e\xbd\xf9\x2b\ -\x7f\x02\xd5\x19\x17\xa0\xf4\xda\x7a\xd0\x86\x7c\xc7\x2d\x02\xf8\ -\x91\xac\xdc\xa9\x99\x57\x59\x23\xc0\x81\x89\xa7\xc0\xa3\xcb\x3c\ -\x4e\x4f\x08\xc9\xf5\x72\x81\xaa\x2c\xea\x8c\x01\x15\x15\x90\xe1\ -\x13\xdc\x21\x40\x50\x8f\x55\xac\x6e\xff\x1b\xbe\xd9\x8d\x59\xc4\ -\xe6\x10\xa0\x3a\xf3\x62\x95\xa1\x9c\x5b\x7a\x79\x15\x68\x57\x8e\ -\x6b\x35\x02\x94\x5c\x5a\xfd\x92\x9e\xc0\x78\xd0\x2e\x19\xce\x0d\ -\x02\x2c\x1f\xbc\x99\x55\x02\x84\xb9\xae\x6e\x6e\x31\xc8\xec\x5c\ -\x40\x65\xd2\x09\xd0\x46\x0c\x63\x13\x7c\xac\x17\x3c\xaf\x66\x42\ -\x61\x2c\x2a\xe9\xce\xad\x81\xd2\xa7\x87\xe9\x9e\xc0\x07\xbb\xb8\ -\x41\x80\x0d\x9f\xef\x65\x95\x00\xf3\x9c\x42\x9b\x43\x00\xfa\x5c\ -\x00\xdd\xea\x85\x83\x1f\x5e\x21\xe8\xe8\xe5\x97\x5e\x5f\x0f\x35\ -\xf9\xd7\xcd\x56\x7b\xca\xc2\x91\x8c\x43\x49\x4e\x19\x71\xaf\x27\ -\x70\xcf\xa8\xe3\xac\x12\xc0\xfb\xed\x05\xcd\x26\x40\xde\x9e\x79\ -\x7a\x43\xbd\xdd\xb8\x02\xa9\xf4\x6e\xe1\x1e\x99\xed\x81\x0f\xfe\ -\x16\xca\x9f\xec\xb3\xb8\xdd\xc7\x8e\xed\xd3\x60\x4f\x20\x70\xa1\ -\x27\x90\x1c\x25\x87\xe3\xd3\x2f\xb1\x06\xfe\x8f\x6e\x17\xc0\xbd\ -\x8b\x7f\x33\x08\x40\xb7\x85\x27\x4c\x7f\x07\x0a\xaf\x6c\x34\x69\ -\x45\x53\x92\x9d\xc0\xc3\x36\xe0\xfb\xbe\x47\xda\xc6\x96\x30\x33\ -\x03\x2c\xa9\x26\x2a\x14\x12\x67\x0e\x80\x64\xd9\x87\xc4\x31\xbc\ -\xc2\xbc\x4e\xfa\x03\xed\x7f\x07\x58\xf8\x9f\x65\xac\xae\xfe\xad\ -\xc3\x0e\x81\x58\xa8\x68\x31\x01\x8c\x0a\x79\xbb\xe7\x99\x1d\xc8\ -\x68\x01\x09\xb0\x74\x5c\x7c\x2a\x04\xea\x8a\xee\x35\xd8\x35\x44\ -\x4e\x25\x61\x4a\xb9\x46\x1d\x6d\x66\x86\x4c\x5b\xc4\xf2\x0f\x06\ -\xd9\x3f\x01\x96\x0c\xd8\xc8\x2a\x01\x96\x7d\xb4\xa1\x45\x2d\x61\ -\xf9\x5e\x83\xd2\x0c\x1d\x3e\x49\x13\x49\x43\x87\x91\x04\xf9\x07\ -\x82\xcc\x7b\xf2\x54\x27\xf0\x9c\xde\x0b\x8a\x27\x8a\xcb\x1f\xee\ -\x36\x38\x67\xf8\xff\x25\x17\x96\x93\xb8\x7d\x1d\x94\xdf\xdf\x81\ -\xe7\xfb\xea\x4a\x1e\x36\x7e\x9e\x30\x7a\x3b\x24\xcc\x7a\x8f\x21\ -\xde\x4b\x7a\x02\xf1\x80\x4a\xdc\x84\xfe\xf6\x4f\x80\x75\x1f\xee\ -\x64\x95\x00\x8b\x06\x2c\xb6\x59\x4f\x60\x8e\xfb\x40\xa6\x05\x5c\ -\x7b\x6a\x05\x0d\x82\x6d\x14\x63\xfd\xd4\x45\xa3\x4c\x4e\x10\x63\ -\x4a\x19\xbb\x80\x6a\x8b\x1e\x98\x7c\x07\xdb\xc3\x70\xf8\x54\xe2\ -\xb8\x5e\xf6\x4f\x80\xed\x3f\x1c\x61\x95\x00\xb2\x7f\x2f\xb4\x69\ -\x53\x28\x39\xdc\xc9\x90\x20\x6f\xcf\x7c\xda\x39\x6c\xbe\x62\x57\ -\x2f\x9e\x27\x1c\x55\x9f\x3a\x56\x4d\x74\xc2\x83\xa4\x6a\xb1\xa1\ -\x27\xd0\x89\x39\x9f\x98\xb1\xd4\x0d\xab\x89\xb9\x3b\xfc\x20\xc9\ -\xef\xdb\xfa\x9e\xc0\xd9\x1c\xe8\x09\x3c\x3a\xf9\x3c\x6b\xe0\x9f\ -\x98\x41\x52\xc0\x42\x5f\x5b\x77\x05\x63\x3a\x37\x76\x04\xae\x4a\ -\xdc\xa6\x0d\x26\xa1\xe4\xc1\x3e\x6c\x02\x69\x4c\x2b\x53\xce\x41\ -\xad\xee\x6e\x63\x3d\x02\xf8\x99\x84\x19\xef\xe2\x33\xe3\x47\x53\ -\xc7\xc6\x99\xe2\x52\xfc\x98\x9e\x8d\x16\x97\x52\xa7\x72\xa0\x27\ -\x70\xde\xdb\x11\xac\xae\xfe\x3d\x63\x8e\x81\x57\x97\xf9\xb6\x25\ -\x00\x65\x0e\x90\x04\x4d\xd2\xb8\x89\x03\x20\x35\x60\x14\x26\x72\ -\x4c\x3c\x7e\xcc\xf5\x67\x87\x8e\x04\x75\x63\x15\x46\x6f\x67\x48\ -\x99\xd2\xb7\xfe\x24\x92\x71\xc6\x40\x16\x57\x7a\x02\xc3\x9c\xd6\ -\xb2\x4a\x80\x35\x5f\x6c\x07\xa9\x43\xa0\xad\x09\x40\x99\x03\xd5\ -\x04\xac\xfb\x37\x47\xb1\xa5\xbb\x2a\xe3\x52\x73\xf2\xfa\x78\x1a\ -\x49\xcd\xb5\x6a\xe0\x2a\xd7\x6d\xac\x12\x20\xc4\x65\x05\x2b\x27\ -\x83\xf2\xbd\x45\x68\x7f\x33\x67\xf6\x6f\x44\xb1\x12\x88\xad\xdb\ -\x49\x13\x9d\xa8\x13\xc6\x86\xa4\x4e\xc9\xfd\xbd\xb4\x49\x20\xde\ -\x7e\xe1\x5e\x79\xdb\x1b\x11\xb3\xf9\xeb\xfd\xac\x12\xc0\xaf\x7b\ -\xa0\xdd\xde\x17\x90\xeb\x31\xc8\x70\x92\x87\x39\x62\xae\x3b\xb3\ -\xca\x34\xd3\x88\x83\xa6\xda\x14\x01\xf6\x8f\x3d\xc9\x2a\x01\x3c\ -\xdf\xf0\xb7\xfb\x0b\x23\xd2\xa7\xf5\x65\xf2\x0b\x79\xfb\x16\x22\ -\xf0\x14\x09\x0e\xcf\x6b\x1b\x04\x20\x33\xf8\x70\xa6\x0f\x5b\xe0\ -\x1f\x9a\x74\x86\xf4\x00\xcc\xe5\xc2\x8d\x21\x68\x3e\x62\x8c\x51\ -\x45\xf6\x46\xb1\x09\x09\x94\x58\x78\xe2\x3c\x01\x02\xbb\xae\x60\ -\x75\xf5\x6f\xfc\x6e\x0f\x48\x84\x0b\x5b\x8f\x00\x8b\xbe\x84\xc2\ -\xfd\xbe\x50\x7c\x32\x14\x0a\x77\xcb\xf0\xb0\x88\xa5\xcf\x63\x54\ -\x61\x24\x41\xce\x56\xb9\x69\xad\x1f\x47\xd0\x71\x9a\x00\xcb\x44\ -\xec\xf6\x00\x44\x0c\x59\xdb\x3a\xa3\x62\xe5\xef\xe2\xe8\x77\x93\ -\xb4\x2d\x7a\xf7\xc5\xa7\xc2\x41\x23\x1d\x0c\x96\xa2\x8a\xb8\xd1\ -\x18\xeb\x63\xa2\x87\xca\xfd\x97\x3f\x06\x6d\xc4\x50\xee\x12\x20\ -\xf2\xd3\x3d\xac\x12\x60\x7e\x9f\xb0\xd6\x20\x00\xe6\xff\x2d\x0e\ -\xa3\x3c\xbf\xec\x65\x8d\xa4\xcc\xe8\x19\xf5\xd1\x70\x7a\xf8\x54\ -\xce\x15\xac\x1a\x72\x92\x00\xbb\x46\x44\xb1\x4a\x00\xc9\x3f\x17\ -\xb0\x4e\x00\xdd\xba\xa9\x0d\xf4\xeb\xc5\x9a\x85\x78\xcc\x60\x47\ -\x0b\x3b\x01\x92\x80\xd4\x00\x0a\xaf\x51\x84\xc2\xcb\xa6\x38\x47\ -\x00\x1f\xa2\xc7\xdc\x2e\xb2\x06\xfe\x31\xd2\x6f\x30\x47\xe8\xcf\ -\x2e\x01\xe8\xd5\x8f\x13\xc2\x49\x51\x07\x47\xc6\xa4\x2f\x75\xa3\ -\x1c\x3b\x62\x0a\xac\x09\x13\x31\xd3\x48\x72\xff\xd4\xc5\x12\xf8\ -\xfd\xe3\x41\x18\x22\x92\xa9\xa1\xd8\x11\x6c\xef\x04\xc0\xc9\x9e\ -\x6c\xae\xfe\x1d\x23\x0e\x83\xb7\x90\xfd\x1d\xa0\x32\xf1\x38\x35\ -\x13\xe0\x85\xac\x1f\xd6\x02\x98\x55\x7c\x67\xab\x75\xb9\x02\x74\ -\x0c\xbb\xe1\x51\x70\x7d\x65\x23\x67\x24\xf5\x4a\x2c\x39\x6b\xe6\ -\x7f\x64\xbf\x04\x88\xe8\xb7\x9e\x55\x02\x2c\xff\x64\x33\x0e\x80\ -\x64\x7d\x07\x78\xb8\x8f\xea\xce\x89\x1f\xdf\x07\x8f\x85\x27\xb8\ -\x89\xa8\x39\x82\xc5\x97\xd6\x34\x6d\xe4\x0c\xed\x0f\x34\xa8\xd5\ -\x19\xe7\x89\x7f\x30\xc4\x3e\x09\xb0\xf6\x83\x1d\xac\x12\x20\x60\ -\xd0\xd2\x56\xb9\x30\x22\x7f\xb7\x3f\x5d\xdb\x27\xa0\x14\x5e\x58\ -\x69\xd6\xd8\x99\xb3\x7a\x46\x93\xb6\xed\xb4\xe9\x03\xa0\x3a\xef\ -\xa6\x59\xa6\xd0\xac\x89\xe4\x44\xb0\x7d\x12\x60\xdb\xf7\x87\x58\ -\x25\x80\xfc\x7f\x01\xad\x42\x00\x95\xdb\x20\x3c\xf3\x6f\xb1\xee\ -\x9f\x72\x16\x92\x27\x37\x6d\x6e\xb0\x76\x2d\x35\x27\x10\x2b\x89\ -\xb1\xe3\xfb\x81\x4a\xfa\x05\x54\xe7\x47\xd7\x47\x09\xb9\x76\x3a\ -\x27\xf0\xf0\xc4\xb3\x6c\x81\x8f\x27\x8e\xdc\x1d\xfd\x5a\x83\x00\ -\xd8\x36\xa6\x92\x7d\x45\x75\xed\x50\x3b\x42\xe6\x15\x50\xce\x1a\ -\x82\xb5\xfb\x16\x4d\x0a\x1d\xdf\x9f\xf1\x2d\x48\x53\x8a\x7d\x4f\ -\x0a\xf5\x7f\x33\x0c\xcf\xe6\xb1\x45\x80\xfd\xe3\x4e\x80\xa7\x70\ -\x1e\x7b\x04\xa0\xed\x35\x7a\xed\xd4\x19\x3e\xe2\xbc\x95\x27\x9c\ -\x20\xed\xdb\x73\x99\x11\xaf\xb9\x4d\x3c\x1f\x58\xb0\x83\x9e\x15\ -\x9c\xec\xfb\x2d\xf1\x2f\x9c\x20\x8e\xf4\x02\x14\x5c\x8a\xa4\xce\ -\x0b\xda\xdd\x0e\x10\xd2\x73\x8d\xb5\xe0\x61\xbb\xf8\xe6\x1f\xf6\ -\x43\xf0\x3b\x2b\xc0\xf3\x7f\xfe\xb0\xfe\xeb\xa6\xf7\x0f\xae\x23\ -\xdf\x79\xd5\xb3\x82\x2d\xa9\xda\xc4\x0f\xc8\x5c\x39\xa3\x59\x9d\ -\x3b\x14\xb1\xfc\x3f\x33\x78\xfb\xd4\x05\x94\xba\xd3\x8b\xa1\xe4\ -\xee\x76\x3a\xc9\x74\xd7\x0e\x4f\x06\xad\x1a\xbc\xd5\x62\xcb\xd6\ -\xae\x51\x47\x21\xe2\xbd\x35\xe0\xdd\x6d\x1e\x8c\xe9\xe8\x66\x76\ -\x99\x83\x7f\xdf\x10\x38\x36\xcd\xfa\x1c\x42\xe8\xbb\xab\x5b\xeb\ -\xd6\x30\xf4\xc2\xc9\xea\xa7\x66\xf7\x92\x52\x2f\xd3\xd8\x99\x36\ -\xad\x6f\x33\x2b\x86\xfd\xc8\x4a\xdf\xf0\x92\xb3\x81\x4a\x48\xf6\ -\xfb\xce\xfe\x08\xb0\xe9\xcb\xfd\x8d\x03\xde\x69\x9a\x09\xe0\x53\ -\x60\x7c\xc7\x99\x78\xa9\x83\x7b\x17\x3f\x98\xd8\x71\x36\xbe\x3e\ -\xf5\x75\x0f\xd8\x36\xdc\xba\x79\x02\xfe\x3d\x43\x5a\x8d\x00\xc5\ -\xa7\xa9\x50\x0d\xc7\xc8\x27\x8e\xed\x89\x0d\x21\xa4\x69\xa4\x25\ -\xd5\x42\x74\xfa\xe8\x69\xe4\xf4\xd9\x84\xac\xf5\x9e\x58\x47\xb0\ -\x3b\x02\xac\xfb\x6c\x17\x84\x0f\x31\x00\x3e\x17\xc6\x76\x46\xc0\ -\x29\x1d\xd7\x61\x06\xde\xe4\x31\x87\x00\x2e\x15\x9a\xcf\x01\x9c\ -\xd5\xd9\x07\x46\x13\x62\x8c\xee\x38\x05\x42\x5d\x57\xc1\xc9\x97\ -\x1c\x2b\xf7\x7e\x6b\x7e\xab\x10\x40\x1b\x64\x38\xc0\x19\x4b\xad\ -\xfe\xd8\x91\x3d\xad\xb3\xf7\x56\xcc\x1c\x22\x7d\x80\xd8\x31\x9c\ -\xbd\xc1\x1b\x2a\x12\x4f\xe2\xa5\x11\x35\xda\x3b\x78\xed\x5c\x92\ -\xcf\x37\x46\xf3\xd2\xc7\xfe\x08\x40\xa6\x79\x52\x80\x93\xcb\x1c\ -\x2c\x00\xde\xb0\x92\xac\x1e\x12\x05\xef\xf7\xf9\xb7\x0f\xec\x1f\ -\xdf\x70\x63\xc9\xd1\x29\xe7\xf1\x18\x18\xeb\x04\x90\x0e\xc6\x83\ -\x1e\xd4\x70\xc8\x90\xf1\xd8\xca\x6d\xb3\x9e\x81\x99\xe8\xf9\x37\ -\xa6\xd8\x49\xac\xf6\x16\xd9\x1f\x01\xa6\x74\xf2\x00\xb7\x4e\x5e\ -\x08\x78\x0b\x9c\x33\x1c\xf0\x44\xee\xfa\x41\x33\x31\xb6\xf3\x74\ -\x58\xf1\x89\xd9\x94\x51\x74\x20\xb1\x07\x80\x65\x02\x14\x9f\x08\ -\x31\xb9\x0c\x72\x2b\xe5\xed\xdb\x48\xd1\x94\x18\x7d\x0a\x4a\x0d\ -\xd3\x42\xc9\x09\xa6\x76\x71\x6b\x18\x76\xf9\x8c\xed\x80\xa6\x04\ -\xe4\xbd\x16\xe1\xaa\x67\x26\x81\x7e\x10\xc9\xfa\xd5\xb1\xba\x8d\ -\x33\x0c\xf1\x37\x35\x0a\x3e\x7e\xda\x3b\xd8\xfc\x69\x69\xc7\x28\ -\xd8\x32\x1b\xca\xa2\x37\x41\xc5\xb3\x03\x78\x6c\x4c\xb7\x61\xba\ -\x75\x00\x8a\x91\x08\x86\x68\x02\x9d\xca\x1c\xf7\x01\xed\xef\xde\ -\x40\x19\x31\x1d\x93\x3b\x7a\x20\x09\xa6\xbc\xee\x0e\x5b\x87\x1e\ -\x40\x02\x2c\xe8\xb7\x98\x55\x02\xe8\x96\x8f\xa6\x8b\x34\x7a\x25\ -\xde\x2a\x16\x3b\xc2\xc2\x4d\xa0\xf3\x3e\x64\x8a\x46\xa6\x5a\x11\ -\x77\x04\x07\x4d\xf3\x17\x47\x5a\xa9\xb3\x8d\x0e\xe2\xc8\x0e\x53\ -\x20\x70\xf0\x32\x90\xfe\x53\xc1\x1a\x01\x74\xab\x26\x60\xe2\x85\ -\x3a\x9d\xbb\x3f\x00\xb7\x64\x72\xc1\x54\xa3\x17\x3f\x92\x6b\x68\ -\x2d\x4f\x3c\x8d\x3d\x8c\x9f\xe3\x09\x60\xa5\x4a\x1c\x16\xc2\x84\ -\x0e\xb3\x70\x37\x20\x84\x60\x83\x00\x38\x18\xc2\xf4\x4c\x20\x19\ -\x00\x89\x0d\x1c\xaa\xc6\x87\x3f\xe2\xb6\x4f\xb7\x79\x3d\xc1\x83\ -\x9d\xcc\x3d\x00\x46\xd5\x45\xba\xb1\x4a\x00\xee\x5f\x1f\x2f\x0c\ -\x84\x69\x9d\x24\x18\x2d\xbc\x42\x02\xe0\xac\x9e\xf2\xc7\x7b\xcd\ -\xab\x70\x77\x77\xa3\x73\x46\xba\x78\x2c\xc6\xfb\xc4\xe6\x53\xd7\ -\xca\x19\x6e\x1a\x43\x27\xce\xfd\x43\xca\x94\x90\x4b\x22\x39\x71\ -\x7d\x3c\x8a\xa4\x53\xc4\x6f\xc9\xd4\x0f\x05\xf9\xf1\x2a\x89\x02\ -\x67\xd5\x02\x01\xb4\x01\x5f\x41\xf1\x99\xc5\x78\x51\x53\xc3\x97\ -\x56\x29\x71\x60\x93\x76\x8b\xbb\xc5\xed\xbb\xe2\xd9\xc1\x7a\x90\ -\x1f\x1d\x60\xbc\x78\xd3\xeb\x60\xca\x1f\xee\xb1\x35\xf0\x35\x5a\ -\x89\xcb\x8a\x02\x79\x9f\x3f\x0a\x5e\x95\xf8\x38\x86\xfc\x83\xec\ -\x06\x07\xda\x1a\x01\x48\x7c\x5f\xc1\xe4\xe1\xad\xd0\x4a\x95\xc9\ -\x14\x31\xdf\x21\x18\x29\x94\x45\x6f\xa4\xb6\x7a\x43\x22\x27\xc9\ -\xfb\x43\x50\x92\xe4\x4d\x92\xe4\x63\xd0\x57\x3c\xab\x0f\x23\x2f\ -\xae\xb6\x25\xf8\xe7\x75\xe2\xc1\xff\x13\xb0\x25\xa4\x13\x67\x08\ -\xe9\x01\x7c\xd2\x26\x08\x40\x8f\x89\xb3\x5e\xeb\x94\x78\x55\x5c\ -\x4d\xde\x35\xd3\xab\xdd\xcc\x7c\x80\x0a\xe5\x8f\x66\xed\x5e\x59\ -\x8b\x27\xd8\x02\xf8\x78\x12\x32\x7e\x2a\x68\x0d\x51\x08\x14\x3f\ -\x25\x3f\xe6\x38\xda\x3f\xe0\x80\x5a\x1e\x13\x87\x13\xbf\x35\x51\ -\xe1\xa4\xc2\x37\x13\x54\x92\x2f\xf0\x74\xaf\xe1\x76\x30\xf5\xa1\ -\x60\xaa\xe5\xab\x25\x5a\xf2\x70\x3f\x0e\x86\x68\x01\xf0\x3a\xb5\ -\xd8\xc5\x03\x14\xae\x3f\x17\xb4\xb6\x78\xbe\xa9\xf8\x93\x4c\x18\ -\x14\x4a\x7e\xd8\x2a\xae\x12\x40\x7b\x6c\x89\xde\x30\x89\x23\xd1\ -\xf3\x23\xcb\xa9\xd8\xa9\xce\x78\x21\x54\x23\xe6\x02\x57\x79\x51\ -\xf4\x76\x2c\x0f\x97\xc5\x1c\x6d\xf8\xfa\xb7\xc7\x07\xb1\xd9\xa3\ -\x39\x25\x63\xa2\x35\x1a\xa9\x28\x32\x47\xec\xfa\x37\x81\xbd\x89\ -\xd4\x31\xe0\x9f\x1c\xf0\x0f\x2c\x4f\x09\xa3\x47\xbd\x63\xfa\x35\ -\x91\xa8\x92\x34\x65\xc4\xbc\x78\xe6\x5f\xf2\xb9\x61\x47\xc0\x22\ -\x4d\xe1\x95\x0d\x98\x1b\x48\x0d\x1a\x8b\x8d\x22\xcc\x33\x0c\xa5\ -\xe1\xb0\x89\x50\x70\x7e\x8d\xe1\x7a\x39\x6c\xf1\x4a\x0b\x1e\x87\ -\xaf\xc7\x10\x25\x87\x43\x9a\x6e\xe7\xe5\xce\x5d\x05\xf6\x2d\xe8\ -\x1f\xbc\x4f\x88\xf0\x94\x6b\x04\x20\xc0\x20\xd8\x58\xd6\x35\xcf\ -\xb9\x63\xd6\x2f\x65\x32\x33\x45\xcc\x92\x32\xe7\xff\x1a\x51\xbc\ -\x25\xb4\x09\xc0\x27\x68\x24\xa2\xcf\x05\xdc\x11\xf4\x0f\x7e\x4e\ -\xc2\x46\x37\xf2\x63\xab\x39\x40\x00\xbc\x3e\x9e\x38\x53\xd6\xf6\ -\xf1\x23\x51\xcc\x2b\x75\x3d\x20\x65\x4a\x6f\xc3\xc0\x27\x66\xf4\ -\x3b\x21\x96\xd9\x67\xb2\x66\x59\x9d\xd7\x2f\x20\x61\x9d\x1c\x14\ -\x5d\x7f\x29\xe0\xaa\xf8\xbc\x1e\xf2\x67\xa3\x7f\x50\x6d\xef\x79\ -\x80\x66\xdc\x16\x82\x43\x9e\x72\x3d\x06\x5a\x4c\x0c\x91\x6a\x21\ -\x36\x7b\x34\xa1\x6a\x58\x6b\xb0\xf3\xb9\xbe\x83\x3b\x08\xda\x8a\ -\x90\xc2\xce\xbf\xc9\x0f\x7f\x82\xdb\x04\x60\x41\xa5\xa2\x0b\x79\ -\x5e\x83\xba\x0b\xda\xaa\xf8\x08\x03\x3e\x90\x0b\x83\x63\x78\x02\ -\x98\xaa\x28\x51\x2d\x75\x19\x2a\x68\x0f\xe2\xd6\x27\xf2\x17\x46\ -\xff\x40\x23\xe7\x09\x50\x68\xb0\xf3\xaa\x39\x9f\xfe\x9f\xa0\xbd\ -\x89\x97\xa3\xe2\x2f\x3e\xc2\xe0\x15\x04\x90\xda\x76\x48\x00\x3d\ -\x59\xf5\x3b\xf2\x24\xa2\x8e\x82\xf6\x2e\xbe\xc2\xe0\xff\x10\x50\ -\x4e\xb5\x1b\x02\x88\x9d\x2f\xe5\x7b\xbb\xf4\x14\xf0\xd2\x80\x7f\ -\xe0\x18\x14\xdb\x86\x09\xa0\x62\xc1\xce\x73\xdf\x3f\x20\x24\xf0\ -\x20\x20\x15\xb5\x21\x02\x94\x69\x24\x2e\x8a\x54\x85\xeb\xaf\x78\ -\x84\xad\x14\x5f\x87\xe0\xbf\x1a\xfd\x83\x3a\x0e\x13\x00\xed\xbc\ -\x5a\xea\xda\x99\x47\xb4\xd9\x66\x21\xc4\x89\x94\x9d\xaf\x70\x90\ -\x00\xb7\x89\x77\x3f\x80\x47\xd0\x66\x6d\x69\x81\x5f\x1a\x80\xe3\ -\x00\x01\x32\xb4\x52\x97\x71\x20\x10\xfc\x84\x47\xcd\xc6\xa2\xe8\ -\xaa\xf8\xa5\xc1\x3f\x20\x5a\x6c\x87\x04\x60\xcb\xce\xf3\xe2\xf7\ -\x46\x50\x17\x52\x71\x8c\x44\xff\xa0\xf5\x09\xf0\x5c\x2b\x71\x3e\ -\x80\x4d\x98\xec\x0a\x2f\x52\x61\x50\x6f\x92\x51\xbc\xd6\x6a\x04\ -\x10\xbb\xdc\xd1\x49\x44\x83\x78\x24\xec\xc1\x3f\x70\x0c\x4a\x61\ -\x91\x00\x59\xbc\x9d\xb7\xbb\xb4\xf2\xd2\x5f\x93\xdd\x40\x4e\xc0\ -\x2d\x79\x85\x04\x28\x57\x4b\x44\xa1\xea\x99\xae\xbf\x13\xd8\xa7\ -\xf0\x22\x7b\x2d\x4c\x68\xf4\x0f\xf4\x36\x24\x00\xda\xf9\x42\xb1\ -\xe8\x0d\x01\x57\x84\x27\x42\x60\x5f\x42\x84\x1b\x36\x20\xc0\xbd\ -\x7c\xe9\x60\x67\x01\x17\x85\x17\xf8\x89\x8f\x43\xe0\x50\x92\x48\ -\x4a\x6b\x06\x01\xb2\x89\x93\xe7\x06\x0a\xc1\x4f\x05\xdc\x16\x5e\ -\x14\x42\xc5\x6f\x8c\xfe\x41\xa9\x15\x04\xa8\x30\xd8\x79\x8d\xcc\ -\xf9\xf7\x82\xb6\x25\xbc\xf8\x3b\x06\x3a\x90\x1d\x61\x07\x21\x40\ -\x52\x83\x04\x10\x8b\x8e\xe7\x49\xde\x79\x4b\xd0\xb6\x85\x17\xf9\ -\xeb\x8b\xcc\x7a\xeb\xb1\xdf\xbe\x5d\x09\x2f\xbc\xf0\xc2\xcb\xff\ -\x03\x60\x37\xfd\xc4\xa3\x8a\xed\x35\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ \x00\x00\x01\x36\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -4928,264 +5340,11789 @@ \x06\x56\x65\xd2\xa4\xd2\x7f\x57\x6e\xcc\x4f\x8c\x5e\x9a\x37\x5b\ \x00\x76\x3d\x36\x28\xad\x67\x1e\x38\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ -" - -qt_resource_name = "\ -\x00\x06\ -\x07\x03\x7d\xc3\ -\x00\x69\ -\x00\x6d\x00\x61\x00\x67\x00\x65\x00\x73\ -\x00\x05\ -\x00\x35\xbb\x54\ -\x00\x32\ -\x00\x34\x00\x78\x00\x32\x00\x34\ -\x00\x10\ -\x00\xe0\x1d\x47\ -\x00\x66\ -\x00\x69\x00\x6c\x00\x65\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x08\x53\x8e\xe7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x64\x00\x61\x00\x74\x00\x61\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x08\xc2\x5a\x27\ -\x00\x43\ -\x00\x6f\x00\x76\x00\x65\x00\x72\x00\x41\x00\x72\x00\x74\x00\x53\x00\x68\x00\x61\x00\x64\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x07\ -\x04\x5f\xb4\x38\ -\x00\x31\ -\x00\x32\x00\x38\x00\x78\x00\x31\x00\x32\x00\x38\ -\x00\x08\ -\x0a\x85\x58\x07\ -\x00\x73\ -\x00\x74\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x09\ -\x09\x6a\x86\x67\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x07\x05\x4c\x07\ -\x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x31\x00\x30\x00\x30\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x07\ -\x05\x8d\xb5\xe6\ -\x00\x32\ -\x00\x35\x00\x36\x00\x78\x00\x32\x00\x35\x00\x36\ -\x00\x05\ -\x00\x36\x9b\x62\ -\x00\x33\ -\x00\x32\x00\x78\x00\x33\x00\x32\ -\x00\x0f\ -\x05\xff\xc8\x27\ -\x00\x74\ -\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x61\x00\x75\x00\x64\x00\x69\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x00\x33\x35\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\ +\x00\x00\x32\xfc\x49\x44\x41\x54\x78\xda\xec\xdd\x03\x8c\x25\x59\ +\x18\x05\xe0\x7f\x6c\xbb\x6e\xad\x6d\xab\x5e\xf5\xda\x66\xbc\x88\ +\x3a\x1c\xbe\xd2\xb8\x92\x57\xd5\x58\x23\xea\x68\x19\xad\x6d\xdb\ +\xb6\xa5\x27\x8c\x5a\xba\x7b\x1b\x77\xa5\x16\x4a\xe7\x4b\x4e\x8c\ +\xc5\x9c\x93\xf9\xef\xa0\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x62\xc0\x66\x75\x07\x58\xcc\x5f\x4f\x7d\xc8\x1b\xa9\xf5\xd9\ +\x55\xfa\x01\x04\x00\xd1\xb7\x52\x75\xe7\x3a\x4a\xcd\x75\x36\xf3\ +\xdb\x6d\x56\xf3\x44\x3f\x06\xe0\x09\x91\x8e\xbc\xa1\xdd\x92\x5d\ +\x7e\xc4\x22\x02\x80\xe8\xa9\x3e\xa4\x61\x82\xad\xfa\xcb\x45\xf1\ +\xcb\x22\xbc\x2b\x03\x18\x00\xde\x9b\x2d\x79\x43\x77\xbf\x58\x7a\ +\xda\x24\x02\x80\x68\x70\x94\xcc\x89\xa2\xfc\x1f\xc9\xe2\x0f\x61\ +\x00\x64\xbe\xc8\x99\xfa\x45\x04\x00\xe1\x65\x29\x99\x3d\x2c\xe6\ +\x3d\x24\x0b\x3f\x8c\x03\x20\xf3\x54\xd6\xa8\xda\x9f\x00\x20\x94\ +\x77\x7e\x9b\x08\x1f\xc1\x01\xe0\xf2\x7d\xe0\x57\x43\x5b\x48\x00\ +\x10\x1c\x97\xdc\xf1\x8e\xea\x57\x8b\x72\xe7\x64\xc9\x47\x61\x00\ +\x64\x4a\x05\x43\xb7\xb9\xbb\xcf\x44\x02\x80\xd1\xbf\xf3\x2d\xe6\ +\x7f\x20\xcb\x1d\xc0\x00\xc8\x7c\x86\xf7\x01\x80\x51\xb2\x9a\xd5\ +\xec\xee\x30\xef\x01\x59\xea\x10\x0c\x80\xcc\x13\x25\x43\xdb\x97\ +\x00\x60\xf8\x39\xdb\xd7\xce\xb1\x14\xbf\x4e\x14\xb9\x45\x84\x87\ +\x6c\x00\x64\xda\xf2\xa6\xd6\xf0\xcb\xea\xaa\x05\x04\x00\xc3\x72\ +\xe7\x8f\x15\xe5\xbd\x44\x94\x37\x2b\x8b\x1c\xe2\x01\x90\x29\xe6\ +\xd2\xfa\x72\xee\x1e\x3b\x9e\x00\x60\x70\x1c\x96\x39\xde\x61\xfe\ +\x7b\xb2\xc0\x11\x1a\x00\x99\x4f\x73\x66\xea\x74\x02\x80\xfe\x33\ +\xd5\xcc\x6e\xa2\xac\xb7\xcb\xe2\x46\x78\x00\x64\x9e\x28\xda\xa9\ +\x7d\x08\x00\xfe\x9b\xbb\xc0\x9d\xee\xa8\xbe\x2b\xca\xda\x2c\xc2\ +\x63\x32\x00\x32\xad\x05\x43\xbf\xae\xbc\xe2\xd8\xd9\x04\x00\xff\ +\x76\xe7\xfb\xbf\xca\xb2\x46\x7c\x00\xfa\x7e\x1f\xb8\xe8\xa2\x71\ +\x04\x90\x74\x8e\x9a\x39\xd6\x66\xde\xbb\xb2\xa4\xf1\x1f\x00\x19\ +\xfd\xe3\x9c\xa9\x9f\x4a\x00\x49\xb4\x56\xf1\xb6\x73\x98\x77\x8b\ +\x2c\x67\xe2\x06\x40\x26\xad\x3d\x90\x35\xb5\x5d\x08\x20\x09\x8c\ +\x45\x57\x4c\xeb\xbd\xf3\x9b\x44\x78\x72\x06\xa0\xef\xf7\x81\x92\ +\x7d\xc8\x2c\x02\x88\x27\x3e\xa6\xfb\xce\x57\xbc\x5f\x64\x21\x31\ +\x00\x7f\x4d\xce\x48\x15\xf0\x3e\x00\xb1\xb3\x5a\xad\x39\x42\x14\ +\xf0\x15\x59\x44\x0c\x40\x9f\x79\x3b\x97\xd6\x8e\x26\x80\x28\xb3\ +\x58\xbd\xda\x7b\xe7\x77\x8a\x70\x0c\xc0\xc0\xdf\x07\x7e\x35\x8e\ +\xde\x89\x00\xa2\xc4\x55\xdc\xa9\xbd\x77\x7e\xa3\x2c\x1f\x06\x60\ +\xd0\x69\xe9\x7a\x1f\x28\x2e\x3d\x62\x26\x01\x84\xfd\xce\x77\x98\ +\x77\x91\x28\xdb\x77\xb2\x74\x18\x80\x61\xcb\x4f\xf9\xb4\x5e\xcd\ +\x5d\x1a\x4b\x00\x61\xe3\x6c\x57\x7b\x98\x28\xd9\x4b\xb2\x6c\x18\ +\x80\x11\xcb\x9b\xb9\xb4\xae\x13\x40\x18\xac\x55\x3d\x36\xaa\x77\ +\x3e\x06\x80\xcb\xf7\x81\x5f\x9c\x23\x77\x24\x80\x00\xef\x7c\x5b\ +\x14\x6b\x8b\x2c\x18\x06\x60\xd4\xd3\x98\x33\xb4\xba\xbc\x95\x9a\ +\x41\x00\xa3\x7c\xe7\x7f\x23\x8b\x85\x01\x08\x3c\x3f\xe2\x7d\x00\ +\x46\x9c\xb3\xa4\xf6\x10\x51\xa4\x17\x64\xa1\x30\x00\xa1\xcb\xeb\ +\xd9\x55\x47\x69\x04\x30\x9c\xac\xed\xea\x15\x8b\xf9\x0d\xa2\x44\ +\x1d\x22\x1c\x03\x10\xea\x74\x16\x8c\xd4\xed\xe5\xb4\xb6\x03\x01\ +\x0c\x85\xbb\x8f\x3b\xb1\xf7\xf3\x5a\x9b\x65\x89\x30\x00\x91\xc9\ +\xb6\xbc\xa1\xbb\x3f\xac\x3c\x6a\x0a\x01\x0c\x94\xad\x78\x67\x89\ +\xf2\x7f\x2d\xcb\x83\x01\x88\x6a\xf4\x1f\x0a\xa6\x7e\x09\x27\x1a\ +\x43\x00\x7d\x31\x15\xff\x60\x5b\xf1\x9f\x93\xa5\xc1\x00\xc4\x24\ +\x69\xfd\xb5\xa2\xa1\x1d\x45\x00\xff\x26\xad\xb8\xf3\xe5\x67\xb4\ +\x45\x38\x06\x20\x96\xe9\xec\xfa\xac\x59\xce\x3c\x76\x31\x01\xfc\ +\xf9\x33\xda\x22\x9b\x02\x28\x25\x06\x20\x98\x6c\xed\x7a\x1f\xf8\ +\xc6\x3d\x76\x32\x41\xc2\xef\x7c\xe6\x7f\x19\x50\x21\x31\x00\xc1\ +\xe7\xfb\xae\xf7\x01\x82\x64\xb1\x96\x64\xf6\xb2\x14\xef\x91\x3e\ +\x0a\x83\x01\x48\x4e\x9e\xc9\x99\xda\x81\x04\xb1\xff\xae\xde\xbc\ +\x00\xee\x7c\x0c\x40\x04\x22\x3f\x7b\x9e\x5d\x7e\xc4\x22\x82\x98\ +\xde\xf9\xcc\xaf\x04\x50\x3c\x0c\x40\xb4\xb2\xa5\xeb\x7d\xe0\x8b\ +\xa5\xa7\x4d\x22\x88\xc7\x67\xb4\x45\xf9\x3f\x1a\x60\x59\x30\x00\ +\xc8\x17\x11\xfe\xec\x39\xac\x56\x6a\xf6\xb4\x98\xf7\xd0\x10\x4b\ +\x83\x01\x40\x9e\xca\x1a\x55\xfb\x13\x44\xc3\x4a\xd5\x9d\xdb\x7b\ +\xe7\xb7\xa1\xf0\x18\x80\xe1\x7c\x1f\xf8\xd5\xd0\x16\x12\x84\xf7\ +\xce\x77\x54\xbf\xda\x66\x7e\x7e\x84\x0a\x84\x01\x40\xca\x05\x43\ +\xb7\xf1\x3e\x10\xc2\x3b\xdf\x62\xfe\x07\xa3\x54\x24\x0c\x00\xf2\ +\x19\xde\x07\xc2\xf1\xcb\x7a\xbb\x3b\xcc\x7b\x20\x21\x05\xc6\x00\ +\x58\x55\xbc\x70\xdd\xc5\xbc\x7c\xfb\x1a\xbe\xe9\xc1\x1a\x5e\xb9\ +\xdf\xe3\xa5\xdb\x0c\x5e\xa8\xbf\x20\xa8\x7f\xa6\x27\x4a\x86\xb6\ +\x2f\xc1\xe8\x72\xb6\xaf\x9d\x63\x29\x7e\x9d\xcd\xfc\x96\xf8\x97\ +\x16\x03\x50\xd8\x78\x0a\xdf\xfc\xc4\x35\xbc\x7d\xf3\xdb\x9c\x77\ +\x7e\xf1\xaf\x69\xfd\xf9\x59\x5e\xb9\x63\x2d\xcf\xdb\x47\x8f\xf6\ +\x3f\x5f\x5b\xde\xd4\x1a\x7e\x59\x5d\xb5\x80\x60\x64\xb9\xe4\x8e\ +\xef\xb9\xf3\x6b\xb2\xc9\x28\x2c\x06\xa0\x74\xe3\x52\xde\xbe\x45\ +\x16\xbf\xef\xb4\xfc\xf8\x34\x2f\xd4\x9e\x1f\xc4\x3f\x6b\xa9\xeb\ +\x7d\x80\xbb\xfb\x4c\x24\x18\x7e\x16\xf3\x4f\x70\x98\xff\x5e\x72\ +\xca\x8a\x01\xa8\xdc\xbd\x81\xf3\x8e\xcf\x65\xb9\xfb\x9d\x8e\x6d\ +\xef\xf1\xe2\x0d\x97\x05\xf5\xcf\xfd\x69\xde\xd0\xce\x20\x18\x1e\ +\xa6\x9a\xd9\xcd\x66\x35\xb7\x27\xab\xa8\x18\x80\xd2\x8d\xcb\x64\ +\xf9\x07\x95\xf6\x2d\xef\xc8\x9f\x09\x04\x95\x27\x8a\x76\x6a\x1f\ +\x82\xc1\x71\x17\xb8\xd3\x7b\x3f\xaf\xd5\x8c\xe2\xfe\xc6\xde\x57\ +\x40\x37\x95\x7d\xdd\xf3\xc9\xb2\xbf\xcb\x40\xa1\x30\xee\x6b\x06\ +\xad\xe2\x0c\xe3\xee\x83\x4b\xdb\xd4\xdd\x0c\xad\x51\xc7\xb5\xb8\ +\x9b\x15\x29\xc5\xdd\x65\x18\x24\x95\x54\xa8\x7b\x52\x37\x83\xf3\ +\xdd\x9e\x1f\xab\x21\x6d\xee\xcb\x6b\xa4\x49\x5f\x6e\xd6\xda\x63\ +\x8d\xbc\x32\xd9\xfb\x9d\x7b\x64\x1f\x23\x13\x80\x45\x5f\x21\x81\ +\x91\xcc\x1a\xa0\x29\x33\x49\xdf\x42\x86\x6b\xcf\xab\xbc\x26\xfd\ +\x1f\xc6\x68\xfe\xe7\xfc\x7f\xef\x58\xa3\x4d\x50\x6a\x9c\x24\x65\ +\x02\x50\x7b\x61\x25\x12\x58\x0b\xc0\x48\xc2\x00\x22\x1a\x19\xbf\ +\xb5\xe7\xec\x9c\xff\x59\xe0\xe0\x88\x47\x46\x4c\x52\x26\x00\x81\ +\x13\xb9\xef\xfe\xcf\x25\x50\x75\x6d\x0b\x14\xae\xf7\x84\xe2\xad\ +\x01\x50\x9f\x72\x9c\x53\x00\x1a\xc5\x87\x0c\xc9\x9f\x30\x95\xf4\ +\x0f\x7c\xc3\x98\xde\xcd\x98\x23\xfa\x8d\x8e\xf5\x5a\x8c\xa0\x4c\ +\x00\x64\x6b\x6d\xa9\x64\x7e\xd1\x2e\x81\xdc\xe8\xb9\xf0\xf4\xaf\ +\x4f\xe5\x98\x32\x14\x2a\x4e\xc4\xd3\x5f\xd3\x9a\x06\x15\xf3\x27\ +\x1b\xdc\x5a\xb3\x32\xff\x31\xef\x1a\x3d\xf1\xfd\x4c\xe2\xfe\xfb\ +\xcb\x73\x7e\x13\x01\x30\x30\x01\xa8\x4e\x0c\xa5\x92\xb9\xfa\xc6\ +\x56\x24\x7d\x57\x88\xa7\x0e\x83\x96\xd2\x9b\xd4\xd7\x49\x97\x4e\ +\xd5\x33\xe9\xe9\xf9\x81\xca\x40\xb3\xff\x6d\xbc\xe7\x7c\xd3\x88\ +\x12\x46\xca\x57\xc1\x04\xa0\xf6\xdc\x32\x2a\x91\x0b\x56\xbb\x22\ +\xe1\x95\x41\x76\x66\x35\x3d\x0f\xb0\xc5\xc5\x60\xdb\x8a\xcb\xfd\ +\xc6\x4a\x8d\x2a\x3f\x10\x3c\x24\xd2\x8a\x7c\x19\x6f\x33\x32\xf6\ +\x14\x4c\x00\x0a\xd7\xb9\xd3\x05\xe0\xdc\x5a\xea\xeb\x64\x09\x8e\ +\x7d\x61\xbe\xe0\x61\xb9\xef\x98\x09\x02\x4e\xf0\xc5\x0c\x51\xb9\ +\x46\x9b\x81\x1d\x01\x8e\x2c\xa2\x12\xb9\xf6\xc1\x3e\x24\x7b\xca\ +\x8c\xe1\x90\x66\x33\x12\xd2\xe6\x8e\x04\xf1\xb4\xa1\x20\x9e\x3e\ +\x02\xda\x2a\xef\xd1\x05\x60\xd9\x74\x43\x24\x3c\x3d\x3f\xe0\x3d\ +\xee\x1d\x81\xad\xd1\xc6\x73\x7e\x23\x23\xa0\x2a\x30\x01\x28\x8d\ +\x9b\xc6\x99\xd5\x2f\x3b\xb0\x08\x32\xdd\xac\x3a\x91\xe5\x35\x16\ +\x6a\xee\xee\xe2\xe8\x0a\x7c\x02\x15\x01\x38\x1f\xd0\x97\xd0\xd2\ +\x91\x1f\x90\xb9\x5b\xfd\x2f\x21\xac\xd1\xce\x63\xc4\xe3\x0b\x26\ +\x00\xb9\xce\x56\xd0\x26\xbb\xcb\xdd\xe0\x93\x9d\x0c\x95\xe7\x57\ +\x40\xf5\x95\x75\xd0\x5e\x7d\x9f\xf3\xb9\x35\x77\x76\x41\x89\xe7\ +\xe8\xbe\x3a\x76\x5c\x8c\x6b\xcf\xfb\x5a\x7e\x20\xe8\xf5\x28\x0b\ +\xf2\x85\xbb\xc9\x08\xd7\x53\x30\x01\x78\x66\x6f\x46\xee\xf2\x58\ +\x09\xd0\x0a\xb2\x17\xfe\x09\x85\xae\x56\x7d\xdd\x7f\xe0\x41\xb9\ +\xff\xd8\xf1\x86\xdf\xb7\xff\x56\xec\xc0\x80\x21\x91\x7b\xd5\x3d\ +\xe7\x33\x30\x01\xc8\x11\x99\x41\xca\x2c\x33\x68\x95\xde\xd5\x90\ +\xfc\xf2\x9c\x41\xa1\x9b\x95\x30\xd6\x9a\xf9\x8f\xd9\x6b\xd0\x6b\ +\xcd\xc8\xb4\xde\x5c\x46\x32\x4d\xc0\x04\x20\xcf\xd1\x1c\xf2\x57\ +\x38\xc1\x8b\xb6\x74\x4d\xc8\x8f\xc7\x88\x34\x87\xf1\x28\x00\xc5\ +\x1e\xd6\x82\x71\x23\x22\x0b\x4c\xe6\x0a\x5c\x00\x18\xe6\xbd\x15\ +\x05\x6b\x7f\xda\x00\xc7\x17\x1c\x84\x9b\x5b\x92\x21\xfd\xe2\x35\ +\x28\x7a\x72\x1f\x64\xb9\x8f\xa0\xbe\x42\x0c\x8d\x55\x29\xf8\xcf\ +\x15\xd9\x0f\x21\xf7\xde\x6d\x48\x39\x7d\x05\xae\x27\x9c\x82\x23\ +\xfe\xfb\x60\xfd\xaf\x1b\x21\xf4\x93\xb8\x3e\x2b\x00\xd2\x9d\x7e\ +\xd8\xf1\xa7\x29\xf9\x33\x7c\xbe\xeb\xec\x14\x2c\xf7\x31\x70\x62\ +\x33\x01\x60\x08\x1b\x1a\x0f\x47\x83\xf6\x43\xd6\xf5\x1b\xd0\xda\ +\x88\x77\x3f\x8d\x50\x57\xf6\x14\x52\xcf\x5e\x85\x33\xd1\x47\x21\ +\xe1\x8f\x4d\xb0\xf0\x83\x18\x43\x16\x00\xb4\xfb\xaa\x39\x13\x8f\ +\xbd\xfe\x1a\xfd\xde\x8f\x0e\x43\xba\xd3\x84\xce\xfe\x00\xc9\xec\ +\x11\x86\x4b\x68\x26\x00\x0c\x6b\x7e\x58\x0f\xe2\xe4\xcb\xf0\xbc\ +\x15\x67\xdf\x75\x05\x7c\xff\x8c\x2b\x37\x4a\xfb\xa9\x78\xd4\x5e\ +\xdb\x90\x53\x7f\x67\x2b\x36\xe4\x54\x27\x86\x40\xe5\x56\x77\x9c\ +\xab\x27\x04\xd5\xdd\x17\x3b\xfa\x37\x68\xce\x3d\xab\xea\x77\xa0\ +\x46\x06\x2f\xda\x24\x84\xf8\x87\x70\x4e\x80\xdc\xf1\x15\x1a\x84\ +\x0c\x32\x01\xc8\x04\x80\x61\xed\x8f\x1b\x20\xeb\x06\xf6\xaf\xf7\ +\x1a\xca\x33\x1f\xd6\xf4\x53\xf1\x68\xce\x39\x53\xa9\x94\x64\x2d\ +\x29\xd0\x92\x7f\x1e\xea\x6f\x6d\x82\xca\x5d\x3e\x50\x11\xf2\x9d\ +\xe6\x5f\xe8\xd0\xef\xa1\xf6\xca\x3a\xf2\xde\xa9\xaa\xae\x1d\x23\ +\x83\x82\x55\xce\x90\x6a\x37\x06\x72\xc2\xa7\x93\x7f\x76\x21\xb9\ +\x02\x67\x78\xb6\xf8\x2f\x48\x99\x63\xa9\xb4\x3b\x50\x32\x6b\xb8\ +\x61\x11\x98\x09\x00\x43\xc8\xc7\x71\x70\x63\x73\x32\x3c\x6f\xc3\ +\x3b\xbe\x61\x0b\x00\x1d\xe8\xd6\xd3\x52\x74\x19\x6a\x2f\xaf\x01\ +\xe9\x8a\x99\xfc\xbf\xc4\xfe\xe3\xd0\xae\xab\xfe\xe6\x26\x14\x15\ +\xbe\x9f\x55\xb4\x25\x00\x49\xcd\x17\x62\x12\x09\x94\x7a\x1a\x50\ +\xf2\x8f\x09\x00\xc3\xa6\x29\x9b\xa1\xb6\xec\xa9\x06\x24\x36\x00\ +\x01\xa0\xa0\xb5\xe4\x2a\xd4\x9c\x8c\x80\x8a\xb0\x1f\xba\xcc\xf7\ +\x4f\x00\x29\x09\xf1\x2b\x77\xfb\x42\xdd\x8d\x8d\xd0\x26\xbd\xdd\ +\x93\xf7\xc5\xb0\xbf\x70\x9d\x47\x8f\xc9\x5f\x64\x28\xa5\x3f\x26\ +\x00\x0c\xa4\x15\x1a\x92\x97\x1c\xd1\xf4\xae\x4f\x5e\x2f\x81\xfa\ +\xca\xa7\x88\x76\x35\x72\x06\x05\xe2\x3b\x2d\x5a\x12\x00\x3a\x08\ +\x61\x5b\x0a\x2e\x12\x41\xb8\x06\x6d\x55\xf7\x34\x2a\xe7\xb5\xd7\ +\xfe\x03\xb9\x91\xb3\x7b\x44\xfe\xb4\x19\xc3\x75\xdf\xf9\xb7\xf0\ +\x4b\xa8\xda\x17\x08\xf5\x77\xb7\x01\xf9\xf3\x82\xd6\xd2\xeb\x98\ +\xc3\x68\xf8\x7b\x17\x54\x1f\x5d\x8c\xc7\x23\x26\x00\x46\x86\x79\ +\x6f\x46\x43\xac\xf9\x06\xa5\x25\xbd\x27\x27\x2e\xf5\xf8\xcb\x5f\ +\x9c\x71\x17\x2e\x6c\x3b\x04\xeb\xdd\x56\xc0\xfc\x2f\x16\x80\xc3\ +\x07\x6e\x30\xed\x35\x3b\x05\xd8\xbc\xe9\x04\x6e\xc3\xbd\x21\x68\ +\x52\x30\xac\xb4\x23\x55\x84\xb8\x1d\x70\xf7\x44\x12\x14\x67\xde\ +\x85\x17\x4a\x0c\x35\xf3\x1e\xdf\x6c\xef\xa7\xe2\xd1\x98\x7e\xb2\ +\x01\x9f\xaf\x67\x34\x48\x4e\x81\xc4\xfd\x73\xde\xc4\x4f\x25\xc4\ +\xcf\x73\xb4\xe8\x18\xa6\xd1\x1d\xf1\x83\x27\x93\xe4\xe8\x52\x78\ +\xde\x24\x56\x15\xb5\xe0\x11\x47\x1a\xf2\x2d\x13\x00\xe1\xd7\xec\ +\x63\x60\xcd\xa4\x9d\x70\xdc\xfe\x22\x24\xbb\x5e\x83\xb5\x93\x77\ +\x76\xfe\x6c\xfe\xdb\x51\x90\x7a\xee\x1a\xdf\x2f\x3d\xde\xd9\x4f\ +\xac\xd8\x05\x81\x13\x82\x91\xe0\x9a\x40\xf4\x9e\x2b\xc4\x4c\x8d\ +\x44\x51\x78\x7a\xe5\x3c\x34\xd5\xa6\xf0\x12\x80\x86\x94\xc4\x56\ +\x3d\x12\x1f\x2d\xbd\x4b\x76\x2f\x40\x93\x8f\xae\x24\xcf\x71\x30\ +\xc7\xa6\x9e\x7c\x27\x0b\xc8\x75\x30\xc3\x7f\xcf\x77\xb6\x80\x12\ +\xdd\x37\xfa\xe0\x31\xa6\xb5\xf4\x5a\xcf\x22\x98\xaa\xfb\x98\xef\ +\x60\x02\x20\x40\x2c\x78\x27\x16\xd6\x7d\xbe\x0b\x4e\x38\x5c\x42\ +\xe2\xbf\x8a\xd5\x13\x77\xc0\xfc\x77\xa2\xb1\x81\x87\x2f\xf1\x77\ +\x2d\x4c\xc0\x3b\x3a\x12\x58\x07\x98\x61\x62\x0f\xbe\x96\xc1\x75\ +\xfd\x54\x3c\xb2\x5c\x27\x56\x65\xcd\xfb\x15\x72\x63\x6c\xa0\x68\ +\xb3\x1f\x48\x93\x57\x42\xbd\xf8\x18\xfa\xf4\xe9\x94\xf8\xcd\x29\ +\x68\xed\x95\x6a\x37\x5a\xe9\x1d\xfe\x99\xc8\x4c\x5f\xe7\x6e\x24\ +\x7f\x7b\xcd\xdf\xea\xfc\x5e\x68\x49\x26\x5b\x63\xc3\x04\x40\x30\ +\xc4\x7f\x37\x16\x12\xbe\xda\x03\x49\x4e\x97\x91\xec\x4a\xe1\x76\ +\x0d\xb2\xae\xf0\x4b\x76\x5d\xdb\x77\x14\x1c\x3f\x72\x47\x92\xea\ +\x1a\xb3\xfa\x3b\xab\x4c\x02\xa6\xcf\x1a\x26\xa3\x85\xd9\x12\xcf\ +\xaf\x88\x28\xf8\x43\xcd\xbd\x3d\x38\x66\xab\x0d\xe2\xb7\xc9\xee\ +\x41\xc5\xb1\x58\x48\x77\x9e\x48\x0d\xef\x73\xec\x91\xfc\xfa\x41\ +\xf0\x67\xb8\x76\x0c\xaf\x57\x93\x1d\x05\x11\x3f\x33\x01\xe8\xcb\ +\x58\xfc\x7e\x3c\x6c\xfc\x76\x1f\x24\x39\x5f\x41\x92\x73\x21\x33\ +\x59\xf5\xdd\xb2\xa9\x2e\x15\x56\x89\xe2\xa9\x64\x9d\xde\xdf\x1e\ +\x6c\x07\xb8\x83\xd3\x40\x3f\xf0\x18\x34\x0f\xbc\x4d\x17\x81\xff\ +\xe0\x70\xf0\x37\x0d\x87\x80\xc1\x11\xe0\x37\x38\x0c\x7c\x4c\x43\ +\xc0\x6b\xd0\x42\xf2\xf3\xf9\xe0\x3c\x30\x00\x44\x03\xbc\x61\xee\ +\x00\x57\x98\xfe\x9a\xbd\x96\x04\x80\x0e\xf1\xb4\xe1\x98\xa0\x23\ +\xe3\xb6\x98\xe8\x53\xa7\x5d\x37\x37\x6a\x4e\xf7\x50\x5f\xd1\xf0\ +\x13\xc3\x7d\x7d\x66\xdd\x6b\x4e\xc7\x68\x27\xa7\xf1\xf7\x6e\x26\ +\x00\x7d\x11\x21\x1f\x2c\x83\x2d\xdf\x1f\x80\x53\xce\x57\x91\xdc\ +\xaa\xf0\xcf\x96\xfb\x00\xcf\xb9\xbf\x0c\xa5\xd9\xf7\xc0\x77\xb4\ +\xbf\x12\xd2\x8b\x40\x64\xe2\x89\x84\x26\x7e\x89\x1a\x5d\xb7\xcf\ +\xa0\x10\x70\x1d\x18\x44\x44\xc1\x0b\x66\xf7\xef\x38\x5a\x88\x34\ +\x14\x00\x3a\xd2\xec\xc7\xe1\xb9\xbd\xa5\xe4\x46\xcf\x3c\xfb\x2f\ +\x6e\x40\x37\x1f\xa5\x49\xbd\xe9\xc3\xc8\x79\x5f\xcf\xa5\xbc\x05\ +\x5f\x62\x4e\x42\x0b\x02\x80\xbd\x0c\xd2\xf8\xa9\x4c\x00\xfa\x0a\ +\xc2\x3f\x5e\x01\xdb\x7e\x3a\x0c\xa7\x5c\x90\xd8\xbc\x70\x2d\xfc\ +\x16\xb4\x37\x73\x97\xe7\x0a\xd3\xef\x80\xcb\xa7\x9e\x8a\xc4\x27\ +\xe4\x74\x30\xf1\x01\x3f\xd3\x50\x5d\xfd\x3e\x18\x39\x78\x0c\x5a\ +\x70\x4f\x53\x01\xe0\x8e\x0a\x86\x41\xc1\x1a\x77\x68\x29\xba\xca\ +\xff\xce\x98\x7a\x1c\xbb\xfb\x3a\xdf\x83\x20\xdb\x6e\x14\x94\xfb\ +\x8c\xd1\xff\x7a\xb2\x5d\xbe\xdc\x66\x23\x77\x77\x43\xa6\xdf\x0f\ +\x18\x0d\x49\x3c\xbe\xe4\xf0\x25\x44\x60\x05\x81\x09\x80\x81\x63\ +\xc9\xd0\xd5\xb0\xeb\xf7\x63\x70\x0a\x49\xcd\x1f\xa7\xdd\xaf\x41\ +\x75\x4e\x0a\x77\x1d\x3e\xf5\x76\xb7\xf3\xbe\xcd\x00\x37\xf0\x35\ +\x0d\x31\x98\x71\x60\x32\x3b\x7f\xa7\xc0\xc5\xb2\xa3\xa4\x86\xb3\ +\xf9\x19\x73\x46\xe2\xdd\xb8\x67\x42\x30\x1c\x8a\x36\xfa\xf0\x4e\ +\x9c\x35\x17\x5c\x81\x34\xc7\x09\x90\x31\x77\xa4\x41\xb9\xf7\x90\ +\x99\x08\x4e\xaf\x01\xc5\xb9\x03\x04\xe7\x8e\x82\xe6\xbc\x73\x4c\ +\x00\x0c\x15\x91\xc3\xd6\x20\xf1\x91\xd0\x6a\x40\x72\x92\x7b\x85\ +\x75\x4b\xad\x04\x16\x4e\x5a\x2c\xbf\xeb\x13\x38\x9b\xf8\x93\xcf\ +\x8e\xe8\x13\x7e\x00\x65\x3e\x63\xd0\x58\x83\x64\xe3\xb1\xd9\x86\ +\xe7\xd1\x00\x73\x04\x3c\x44\x00\x4b\x6c\x15\x61\x3f\x1a\x54\xd7\ +\x5d\x73\xd6\x29\xba\xd3\xd0\x82\xdf\x95\x1f\x5d\x6c\xac\xb1\xa2\ +\xa1\xb4\xd2\x51\xff\x88\x09\x80\xa1\x21\x7a\xe4\x3a\xd8\x3f\x2d\ +\xa9\x67\x77\x7b\x8f\x6b\x70\x71\xde\x0d\xb8\xbc\xe8\x26\x9c\xf5\ +\xbe\x0e\xd7\x97\xdc\x86\xe7\x6d\x1c\x25\xae\x96\x0c\xb8\x15\x7f\ +\x07\x0e\xdb\x9c\x01\xd1\x9b\x9e\x30\xf3\x35\x07\xf0\x32\x5d\xd8\ +\xa7\x0d\x41\xca\xbc\x47\x43\x9e\x93\x39\xa4\xcf\x54\x2d\x06\x05\ +\x6b\x3d\x54\x34\xcf\x20\xb0\x7b\x50\xba\xe8\x6b\x83\x11\x80\xd6\ +\x12\xfa\x51\x26\x65\xb6\x39\xf5\xf7\x6d\x29\xbb\x45\x7b\x1d\x4e\ +\x55\x32\x01\xd0\x37\x86\x44\x42\xac\xd9\x06\x38\x30\xe3\x14\x6f\ +\xd2\xdf\x59\x71\x07\x72\xaf\x3c\x82\xfa\xd2\xb4\xee\xb5\x5e\x15\ +\x49\xbf\xa7\xfb\x1e\x74\xbe\xcf\x81\xd9\xa7\x20\xe8\x9d\x48\x21\ +\x39\x02\x61\x73\x4e\xb6\xad\x19\xf6\xe0\x53\x48\x81\x06\x1d\xcd\ +\x3c\x72\x03\xcd\xd9\xc9\x58\x7a\x33\x00\x01\xe0\x1c\x51\xce\xf0\ +\xfa\x4a\xe9\xef\x99\x32\x73\x14\x2d\x71\x48\x44\xf0\x29\x8b\x00\ +\xf4\x4d\xfc\x78\xcb\x8d\x70\x78\xf6\x19\xde\xc4\xbf\xbb\xea\x2e\ +\xc7\xd9\x5e\x35\xca\x9f\x3e\x85\x64\x37\xc5\xf7\x3c\x38\xeb\x34\ +\xcc\x7f\x2b\x46\x20\x02\xa0\x78\x4c\xc8\xb1\x37\x87\x94\xa9\xca\ +\x85\x20\xd5\xd6\x1a\xea\x53\x4f\xa8\x4e\x0c\x3e\xda\x87\x53\x83\ +\xfa\x16\x80\xba\x7b\x3b\x68\xd7\x88\x09\x3f\x31\x39\x0a\x49\xec\ +\xcd\x20\xc3\xd9\x02\xd2\x49\xce\x24\x95\x44\x43\xc5\x5b\x03\xe9\ +\xc7\xc0\xa2\x2b\x4c\x00\xf4\x01\xe2\x52\x0c\xcb\xac\x37\xc3\x91\ +\x39\x67\x79\x13\xff\x0c\x09\xf3\x73\x2e\x3e\x52\x55\xd2\x53\x79\ +\xee\xbf\x18\x7c\x53\xd9\xfb\xe3\xb1\x83\xcc\x0f\x08\x40\x00\x28\ +\x42\x20\xea\x88\x08\x94\x24\x08\x67\x8c\xc4\x46\x22\x55\x7f\x76\ +\xd5\x27\x22\xf4\x3f\x79\xb7\x7b\x1e\x77\x19\xf3\xdc\x72\xc8\xf6\ +\x99\x00\xb8\x9f\x80\xfc\xbd\xe2\x48\x08\x0e\x43\x51\x9f\x7f\x76\ +\x15\x13\x80\xde\x1d\xd0\x89\x82\xd5\x13\xb6\x43\xa2\xdd\x05\x24\ +\x5d\x4f\xc8\x5f\xf6\x58\xe3\xb1\x5d\x2c\x09\x92\xa3\x03\xf5\x73\ +\xf6\xfc\x79\x02\xc5\x49\xa0\xa6\xa0\x98\xd1\x57\x92\x23\xc0\xda\ +\x3f\x29\xa1\xa9\x1a\xa8\xc1\x4d\xc1\x18\x09\x84\x7e\x8f\x13\x76\ +\xbd\x7d\x34\xc8\x72\x9d\xa0\xca\xac\x04\x7f\xde\x26\xbb\xcd\xcb\ +\xd4\x24\x27\x94\xf5\x01\xf4\x0a\xe6\x93\x3b\xeb\xba\xc9\xbb\x3a\ +\x07\x74\x7a\x00\x0c\xd7\x4b\x1f\x69\x6f\x66\xbf\xad\x31\x03\xae\ +\x86\xdd\xa2\x7e\xde\xce\x5f\x8f\x42\xd0\x10\xe1\xba\x02\x97\xfb\ +\x8e\xc5\x56\x5e\xb1\x12\x11\xa8\x7f\x72\x84\x9b\x5c\xcd\x62\xec\ +\xa5\xef\xea\x3b\x50\x77\x75\x1d\x48\xe3\xfe\xd4\xb9\x00\xa4\xcd\ +\x18\x26\xaf\xed\x6b\x88\xfa\x94\xe3\xf8\x7b\x97\x33\x01\xd0\x75\ +\xe7\xde\x52\x38\xe1\x88\x7d\xfa\x6a\x21\xe5\x20\xd6\xae\xb5\x8a\ +\xba\xe2\x34\x38\xe3\x79\x9d\xfa\x99\x5b\x7f\x3c\x04\x41\xc2\xb6\ +\x05\xc7\x12\x62\xca\x34\xc5\xdc\x40\xea\x5c\x4b\x68\xca\xbb\xa8\ +\x66\x67\x9d\x04\x1a\x1e\xec\x84\x8a\x45\x5f\xe9\x4c\x00\x48\xf4\ +\x82\x79\x8b\xb6\xaa\x07\x9a\xfc\xff\x47\x11\xcb\x0a\xfa\x19\xc4\ +\x53\x3f\x65\x11\x80\xae\x11\x6f\x99\xa0\x2e\xf9\xf1\xbc\xde\xde\ +\x92\xa1\x7a\xe1\x84\xf4\x09\x3c\xbe\x78\x0e\x1e\x24\x27\x43\x9e\ +\x98\x9f\xaf\x9f\xe4\xf8\x43\xce\xcf\xde\xf4\xcd\x7e\xc1\xef\x05\ +\x28\xf5\x1a\x8d\x77\xd5\x57\x44\x00\x67\xfe\x35\x99\x34\x6c\xab\ +\xb8\x05\xd2\xf8\x29\x3a\xb9\xde\xcc\x39\x23\xf1\x1a\x49\xcd\x1f\ +\xcb\x98\xea\xb6\x00\x17\x26\xf8\x74\xb6\x37\x33\x01\xd0\x31\x36\ +\x7c\xb9\x47\x6d\x01\xc8\x3e\xf7\x88\xf3\x7f\x66\x45\xfe\xdf\xb0\ +\x6c\x6e\x0c\x4c\x1f\x20\x52\xe8\xe6\xf3\x32\xf7\x85\x5b\x47\xb9\ +\xb3\xdb\xad\xf5\x12\xec\x19\xe0\xf8\x7c\x1c\x2f\x16\xfa\x62\x90\ +\x32\xef\x31\xe4\xce\xaa\xd8\xff\x9f\xb7\xcc\x41\xb3\x5c\x4b\xd5\ +\x7d\x9d\x34\x11\xe5\x3a\xc8\x6b\xfd\xa5\xfb\x7b\xbc\xae\x0c\x87\ +\xa4\x8a\x36\x22\xf9\x11\x59\x36\xa3\x98\x00\xe8\x1a\xbb\xff\x50\ +\xab\x9b\x0f\x5b\x79\x5b\xeb\xe9\x19\xdc\xdc\x27\x37\xe5\xae\x3c\ +\x14\xec\x8f\xd8\xc2\xf9\x85\x78\xb2\xfb\x81\xca\xeb\x58\x33\x69\ +\xbb\xe0\x37\x03\x91\x3d\xf8\x20\x79\x25\x39\x58\x79\x5e\xf3\x73\ +\x76\xf3\xb3\xd3\x98\x30\xd4\x72\xc4\xd2\x99\xbb\xa8\xbe\xbe\xb5\ +\x47\xd7\xd3\x98\x99\x8c\x61\x3f\xc5\xa2\x9c\x09\x80\xae\x90\x68\ +\x77\x5e\x2d\x01\xb8\xbd\xf4\x0e\xfd\xcb\xd5\x90\x0a\x9e\x66\xbe\ +\x7c\x66\xee\xd1\x92\x8b\xf2\x3e\x98\x5c\x54\x75\x1d\xa7\x08\x56\ +\x8c\xdd\x2c\xf8\xd5\x60\x65\x3e\x98\x64\x83\x0c\xef\x6f\xe4\xcb\ +\x40\x34\x03\x0e\xef\x68\xfd\x18\x30\x17\x8f\x01\x38\xbe\xac\xaa\ +\x1a\xd0\x9c\x7f\x09\xc5\xec\x59\xd8\xf4\xee\x6d\xd1\x44\xf0\xd8\ +\x38\xb0\xee\x5d\x7a\xd4\x0e\xff\xd3\x8f\xd3\x7b\xf9\xcf\x6d\x3e\ +\xa0\x38\xbd\x47\x30\x7b\x80\x13\xcc\xe9\xef\x02\x33\xfa\x3b\x28\ +\xfc\xcc\xc7\xda\x9f\x2e\x24\x35\xe9\x7c\xae\x05\x27\x10\x49\xc3\ +\x92\xe0\x77\x03\x96\x7a\x8d\x81\xea\xab\x9b\x54\x12\xab\x8e\x54\ +\x0b\x6a\x1f\xec\x47\x93\x50\xce\xbe\x8b\xfc\x0b\xda\xbf\x46\xd2\ +\xf2\x9c\xe1\xf1\x39\xa7\xaf\x81\x7c\x28\x88\x8e\x42\x77\x2b\x26\ +\x00\xba\xef\xeb\x5f\xab\xb6\x00\xe4\x5e\xa6\x9f\xff\x63\xa6\x44\ +\x76\x9a\x74\xb8\x0c\x0c\x40\x63\x8e\x57\x3f\x97\xf4\xf5\xa3\x11\ +\xc7\x4b\x11\x40\x43\x4f\xaa\x98\xf8\xdd\xe0\x75\x3d\x49\x2e\x57\ +\x21\x66\xd4\x3a\x61\x2f\x07\xf5\x1f\xcf\x99\x00\xac\x7f\x7a\xb4\ +\x73\xc1\x27\x01\x6e\x0d\xae\xba\xc6\x1d\x8a\x4b\x23\x7f\xd5\xfe\ +\x91\x65\x9d\x23\xbd\x61\xe9\xe6\x76\x55\xe4\xc7\xee\x48\x66\x09\ +\xa6\x7b\xe0\xf9\x59\x5d\x01\x28\x7e\x40\xb7\xb8\xf2\x1b\x13\x40\ +\x06\x78\x1c\xc1\x6f\x30\xf7\xbc\xbe\xbd\x89\x37\x0a\x00\xa9\x10\ +\x50\xdf\xeb\xd2\x7c\x14\x00\x3e\x40\xdb\xb1\xa8\xe1\xab\x85\x2a\ +\x00\x98\xbd\xa7\x26\xf6\xea\x1f\x63\x99\xb0\xbb\x4b\xd0\x30\x68\ +\x7a\x76\x96\x7e\x0c\xd8\xad\xfd\x63\x40\xf5\x89\x70\xea\xe7\x95\ +\xec\x5e\xc8\x49\xfe\x67\xf6\x66\xcc\x14\xb4\xb7\xb0\xed\xe7\xc3\ +\x6a\x0b\x40\xd1\x5d\xba\x00\xcc\xfb\x62\x01\x5a\x72\xf1\xb8\x06\ +\x9c\xef\x4f\xbb\x75\x99\xf6\x5e\x38\x45\xd8\x93\xeb\x3a\xe9\x70\ +\x09\xc2\x3f\x59\x29\x48\x01\x90\x25\x38\xd0\x89\x7c\x29\x81\x46\ +\x2a\xce\x7e\xfb\x9a\x53\xd1\xda\xf7\x05\xb8\xb5\x99\xfa\x79\x79\ +\xf1\x22\x8a\xa3\xd1\x50\x28\x74\xb5\x64\xb6\xe0\xbd\x89\x43\xb3\ +\x4e\xab\x5f\x02\x3c\x43\x0f\x45\x77\x07\xf2\x4f\xca\xf9\xbf\x15\ +\x8a\x7e\x7f\xca\xcb\x42\x99\xa4\xda\x70\xbd\xc7\xd7\x76\x5c\x74\ +\x11\x42\x3f\x5a\x26\x38\x01\xa8\xdc\xe6\x4e\x0f\xe5\x93\x96\xd1\ +\x04\x00\xf7\x02\x52\x05\xe0\x74\xac\xd6\xaf\xb3\x51\x7c\x88\xfa\ +\x79\x99\x7e\xdf\xcb\xbb\x1b\xc9\x10\x54\x06\xd9\x46\x9c\xef\x6c\ +\x49\xd9\x4f\xc0\x04\x40\x67\x08\x7e\x3d\x92\xc3\xb0\x53\x35\x9e\ +\xec\xbe\x4f\x77\xf2\x79\x72\x97\xf4\xec\xf3\x1b\xe1\x3d\xec\xb7\ +\x97\xfe\xe5\xcc\x4f\x53\xfb\xfa\xf6\x4f\x4d\x12\xde\x11\x60\xd5\ +\x6c\xfa\x44\x60\x7a\x92\x82\xd5\x98\xb8\xc3\x95\xe8\xe5\x70\x51\ +\xc5\xf1\x38\xfa\x99\x3c\x71\xb1\x0e\xc6\x82\xe9\x47\xba\x34\x7b\ +\x2c\x17\xa2\x3f\x82\x1e\x57\x83\x31\x01\x88\xf8\x64\x25\x12\x45\ +\x83\x2e\x40\xce\xb9\xfe\x53\x11\x87\x55\x27\x21\xad\x97\x43\x7d\ +\x05\xb5\x63\x0c\xa3\x0c\x75\xaf\x6f\xfb\xcf\x47\x84\x27\x00\x8b\ +\xbf\xc1\x4e\x39\xaa\x7f\xe2\x1a\x17\xc8\x70\x32\xef\x98\xb6\x43\ +\x64\xb8\x58\x42\x56\xe0\x8f\x9c\x96\xe4\xd2\xb5\x76\xda\xbe\x4e\ +\xda\x3e\x43\x2c\x5f\x66\xd9\x8e\x32\x80\xdd\x80\x4c\x00\xb0\x76\ +\x8e\x64\xd1\x00\x95\x59\x29\x1c\xd3\x69\x19\xb8\xdf\x8f\x16\x09\ +\xac\xfc\x7a\x2d\x54\xe6\x71\x3b\xc8\xde\x8c\xb9\xad\xf6\xb5\xad\ +\x99\xb4\x43\x60\x02\x80\xd3\x82\xb8\x02\x8c\x6b\xcf\x60\xd5\xf9\ +\x15\x50\x10\x3f\x03\xf2\xa3\xff\x82\x8a\xc4\x30\x34\xdb\xe0\x5a\ +\x2e\x52\xe0\xa1\xfd\xeb\x6c\xaf\x55\x5a\x22\x46\x21\xca\xa5\x64\ +\xf8\x99\x00\xf4\x2e\xd0\xb3\x5f\x53\x01\xb8\xbf\x1e\xcb\x77\x9c\ +\x28\x49\xbd\x0f\x27\x17\x1f\x82\x75\xbf\x24\xc0\xea\xef\xd6\xc3\ +\x1e\xa7\x9d\xf0\x28\xf1\xa2\xca\xc5\x9f\xd2\xb4\x14\x8d\xae\x6d\ +\xc9\x88\xd5\x02\x13\x00\x1c\x10\xc2\xb5\xdf\x5a\x1a\xba\xc2\xc9\ +\xbd\x1c\x07\xad\x13\x12\x89\x4e\x5b\x5e\x4a\x0c\x54\x0d\x41\x00\ +\x98\x00\xec\x9b\x72\x12\x89\xa2\x29\xa4\xe9\x18\xc2\x6b\x15\x2f\ +\xda\x33\xe1\x56\xdc\x6d\x8d\xae\xcb\xe9\x0d\x1f\xc1\x09\x40\x81\ +\xab\x25\x8e\x05\xb7\x94\x5c\xc7\x3f\x27\x4d\x27\xee\x24\xae\x9f\ +\xe9\x64\x8b\xd0\x0b\x8a\xc9\x67\x5b\xf5\xdf\x24\x8a\xb1\xd6\xb7\ +\x00\x30\x01\x08\x22\x90\xef\xe8\xd3\x0c\x57\x16\xdf\x84\xd6\x3a\ +\x89\x56\x05\x20\x23\xe9\xa1\x46\xd7\x74\xc4\xee\x2c\xd8\x0d\xf0\ +\x14\x9c\x00\x14\xb9\x5b\x03\xd6\xca\xc3\xa6\x6b\xb2\x46\x1c\x51\ +\xb2\x73\x3e\xbe\x57\xae\x83\x85\xf6\x23\x80\xc6\xa7\x14\x8f\x3f\ +\x31\xba\x1f\xe9\x55\x00\x98\x00\xa0\x07\x80\x7a\xe4\xa2\x1b\x80\ +\xca\x5d\x7e\x35\x03\x36\x18\x71\x97\xfe\x54\x63\xf3\xef\xfb\xd0\ +\x42\x5c\x60\x02\x80\x99\xf3\xce\x56\xd9\x0d\xde\x98\x10\x54\x33\ +\xf4\xef\x6c\xc7\xd5\x45\xed\xbd\xbd\x9a\xee\x11\x51\x1e\x38\x41\ +\xdf\x02\xc0\x04\x20\xce\x62\x83\x06\x04\xa3\x9b\x81\xb6\xd4\x6a\ +\x16\x09\x14\xde\xee\x20\xbf\xe6\xd7\x12\x3b\x79\x1d\xae\x0b\x13\ +\x96\x00\x20\x14\xfc\x01\xc8\x46\x62\xec\x00\xe4\x3f\x6e\x2b\x81\ +\xb2\x03\xa1\x9d\xe4\x17\x13\xe8\x62\xa3\x50\x6b\x39\xdd\xe6\x5b\ +\xba\xf8\x6b\x3d\x0b\x00\x13\x00\x9c\xa3\x47\xb2\x68\x17\xe8\xfb\ +\x2f\x93\xf4\xdc\x11\xb8\xb5\x41\x02\x8f\x77\xdc\xd7\xda\x75\x04\ +\x8f\x0a\x07\x5f\xd3\x50\x41\x0a\x40\xae\xbd\xa2\xbf\x7e\xba\xf3\ +\x24\xec\x02\xe4\xf0\xd8\xc3\x48\xa1\xf6\xe1\x01\xc8\x0a\xfc\xe9\ +\xd5\xd7\xe2\xe4\x9e\x2e\xae\xb1\x29\xf7\x3c\x5d\x00\xa2\x7e\xd3\ +\xb7\x00\x30\x01\xd8\xf5\x5b\x22\x12\x45\x57\xb8\xb7\xe6\x2e\x0a\ +\xc1\x8b\x76\x0c\x51\xb9\xa6\xfd\xf0\xbc\x7f\xde\xff\xba\x56\x3f\ +\xdf\xe5\x6d\x3f\x01\xb6\x02\xcb\xbd\x01\x52\xa6\x0d\x53\x6a\x21\ +\x5e\xb0\xc6\x0d\xa4\x49\xcb\xa1\xe6\xd6\x8e\x8e\x0d\x43\x18\xea\ +\x17\x6d\xf6\x83\x74\xd7\xc9\xca\x3a\x04\x75\x96\x90\xab\xfb\xe7\ +\x20\xfd\xf8\xb1\x62\x86\xbe\x05\x80\x09\xc0\x51\x9b\x73\x48\x14\ +\x5d\xe3\x7c\xc0\x0d\xf8\x67\xdb\x3d\xc8\x3c\xf5\x0f\xe4\xdf\x78\ +\xdc\x31\x3f\x80\xd6\xe1\xa9\x87\xff\x86\x1b\xd1\xb7\xe1\xb4\x9b\ +\xf6\x3f\xf3\x84\xd3\x25\xb0\x35\x71\x17\xaa\x00\x20\x0a\x9c\x71\ +\xe8\x47\x13\xe0\xca\x32\x5d\x5d\x5f\xd5\xa5\x04\xfa\xcc\xc2\x0e\ +\x2f\x3d\x0a\x00\x13\x00\x5c\xb0\x71\xca\x15\x57\x77\x0b\x12\x3b\ +\xa7\x1c\x01\x47\x13\x1f\x01\x0b\x00\x02\xcb\x77\x6a\x92\x1f\x17\ +\x98\x96\xeb\x92\x74\x87\x96\xd0\xdb\xbb\x93\x63\xf5\x29\x00\x4c\ +\x00\xa2\x86\xad\x41\xa2\x08\x15\x2b\xbe\xd9\x0c\xee\x03\x83\x85\ +\x2e\x00\x88\x5c\x47\x0b\x10\xf7\x90\xfc\xd8\x8a\xeb\xab\xdb\x52\ +\x5c\xe1\x6a\x17\xfa\xcc\xc2\xdf\xbb\xf5\x29\x00\x4c\x00\x56\x4d\ +\xd8\x26\x68\x01\x58\x6c\x1d\x0b\x3e\x83\x42\x04\x28\x00\xf4\x3d\ +\x83\x92\xd9\x23\x54\x11\x1f\x37\x14\x17\x50\x3c\xf6\xb4\x8d\x67\ +\xc1\x3f\x71\xac\xfb\xba\xac\x4f\x01\x60\x02\xb0\xf5\x87\x43\x82\ +\x16\x00\xcf\x8f\xc8\xdd\xdf\x34\x42\xa8\x02\x40\x17\x02\xcf\xd1\ +\xe8\xa4\x43\xc2\x7b\xf4\xe7\x4f\x23\x20\xa3\xb6\x78\xd6\x2f\x72\ +\x43\xe2\xf7\x1a\x32\x6d\x2d\xe8\x55\x89\x76\x09\xee\xfd\x6f\xca\ +\x38\x09\xf5\xb7\xb7\x40\xd5\xfe\x40\xa8\x58\xf8\x15\x13\x80\xde\ +\xc2\x81\x19\xc9\xc2\x15\x00\x97\xab\x20\x32\xf5\xd0\xaf\x23\x10\ +\x03\xda\x79\x37\xa4\x1e\x57\x26\x00\x74\x1f\xc3\xcb\xab\x51\x08\ +\x98\x00\xe8\x10\x41\x72\x0f\x00\x41\x62\xff\xec\x24\x10\x0d\xf0\ +\xd6\xaf\x00\x30\x60\xd4\x51\x9e\x18\xab\xd6\xd2\x12\xd9\xb2\xe9\ +\x4c\x00\x74\x85\xb0\x8f\x57\x08\x3a\xfc\x5f\xff\xd3\x4e\x34\x21\ +\xd5\xaf\x00\x30\x14\x06\x7f\x0d\x2d\x25\x37\x38\xc8\xce\xbd\xdf\ +\x50\xba\x62\x26\x13\x00\x5d\x60\x99\xf5\x26\x41\x0b\x40\xe4\x84\ +\x95\xe8\x38\xdc\x9b\x02\xd0\x98\x72\xb4\xac\x39\xe7\x2c\xc9\x6e\ +\xef\xc2\x12\x97\x6c\x8d\x0d\x54\x04\x4e\x34\x56\xf2\xe3\xef\xde\ +\xfc\xec\x8c\x66\x9b\x8b\x6a\x1e\x40\x45\xd8\x0f\x4c\x00\xb4\x8d\ +\x8d\x5f\xef\x13\xb4\x00\xf8\x0f\x0d\x01\x7f\xd3\xf0\x5e\x15\x80\ +\xe6\x9c\x33\x95\xdd\x8d\x36\xc4\xd0\xf0\x60\x17\x8a\x81\xb1\x09\ +\x40\x4d\x52\xa4\x76\xb6\x03\xdf\xdd\xc6\x04\x40\xdb\xd8\xf3\xd7\ +\x09\x41\x0b\x80\x03\xd5\x03\x40\xf7\x02\x40\x01\x66\xbc\x71\x6f\ +\xbf\x31\x08\xc0\xbc\xcf\xe0\x79\xc3\x23\x6d\x08\x00\xce\x2f\x48\ +\x63\xff\x60\x02\xa0\x4d\x1c\xb7\xbf\x28\x58\xf2\x27\x8a\xce\x83\ +\x9d\x89\x87\x81\x09\x80\x1c\xb8\x9a\x7b\xe1\x97\x82\x26\x7f\xf5\ +\xb1\x30\xae\x3f\x03\x9c\x11\xc8\x5e\xf8\x27\xa4\xda\x58\x43\xa6\ +\xff\x0f\x50\x75\x8d\x7b\x37\x64\xcd\xe9\x38\x26\x00\xda\xc2\xc2\ +\x77\xe3\x05\x7d\xf7\xdf\xf2\xfb\x7e\x70\x1a\xe8\x67\xa0\x02\x80\ +\x40\xb3\x4c\xe9\xf2\x99\x42\x21\x3c\xee\x16\xac\xbf\xb5\x09\x5a\ +\x0a\x2f\x62\x7d\x9f\x93\xfc\x8f\x0e\xe1\x92\x92\xae\x0d\x4a\xb2\ +\xd3\x2b\xe9\xd1\x53\xee\x59\x26\x00\xda\x42\xec\xa8\xf5\x82\x16\ +\x80\xf8\x2f\x36\xa0\x07\x40\x6f\x0b\x00\xa9\x77\x37\xf3\x13\x00\ +\x79\x7e\x40\xb6\xc9\xb9\xaf\x12\x1f\xad\xc9\xeb\xef\x6c\x85\xe7\ +\x4d\xe8\xfa\xc3\x1b\xcf\x16\xfd\xa9\x7c\x21\x88\xdd\x18\x78\xd1\ +\xa2\x74\x84\x1c\xd7\xa0\x31\x01\xd0\x12\xd6\x4d\xde\x25\x68\x01\ +\x98\x6f\x1e\x09\x7e\xa6\xa1\xbd\x2e\x00\xb5\x0f\xf6\xb6\xf6\x7c\ +\x0f\x7e\x1a\xc8\x36\x3a\xf5\x25\xe2\x63\x7d\xbe\x31\xe5\xb0\xda\ +\x67\xfa\x94\xd9\xe6\xd4\x36\xe5\x96\x32\xba\x81\x48\x45\xc0\x78\ +\x26\x00\xda\xc0\x8e\x5f\x8e\x08\x5a\x00\x5c\xde\xeb\xb0\x00\x8b\ +\xe8\x75\x01\x48\x9f\x35\x4c\x96\x32\xc7\x12\xb2\x17\xfd\x05\xe5\ +\x87\x23\xa1\xa5\xf8\x1a\xef\x7a\xb7\x6c\xcd\x5c\x43\x27\x3e\x76\ +\xe7\xd5\xdf\xdc\x44\xb1\x1f\xe3\x0f\x89\xc7\x97\x4a\xc9\x2f\x9e\ +\x31\x12\x5d\x8d\x28\x1e\x82\x2c\x02\xd0\x16\x0e\xcf\x39\x2b\x58\ +\xf2\x9f\x74\xbe\x02\x76\x03\xd1\x03\x40\x2f\x02\xd0\x75\x19\x67\ +\x5e\x9c\x1d\xb4\x14\x5d\x55\x45\x0a\xf4\xec\x97\x77\xbe\x19\x1e\ +\x2a\x77\xf9\x40\x7b\x35\x6e\x80\xd2\x18\xd2\xe4\x15\x68\x64\x92\ +\x2e\x32\x87\x0c\x27\x0b\x90\xd8\x9b\x41\xca\x8c\xe1\x50\x98\xe0\ +\x43\x7b\x0d\x8a\x29\x13\x00\x2d\x60\xde\x9b\x51\xd8\x27\x2f\x54\ +\x01\xd8\x35\x3d\x11\x1c\x4c\x7c\x0c\x42\x00\xe4\x77\xb6\x51\x50\ +\x75\x65\x13\x9f\xa6\x17\xb9\x4d\x96\x81\x40\x1a\xfd\x1b\x34\xa5\ +\x1f\xd3\xba\xdd\xbb\x34\x29\x1a\xb2\xbc\xc6\xe2\xd6\xa2\x2c\xcf\ +\xb1\x50\xb6\x37\x18\xed\xc9\xa9\xe6\x21\xe7\xd7\x30\x01\xd0\x06\ +\x96\x0c\x5d\x25\xe8\xf0\x7f\xd5\x77\x5b\xc0\x6d\x50\x90\xe1\x08\ +\x80\x1c\xb8\x0e\x1b\x9e\x73\x67\xc8\x5b\x2b\x6e\x82\x74\xc9\xcf\ +\xfa\x27\x7e\xe4\xaf\x50\x77\x63\x23\xe6\x28\x7a\xdc\xbd\x57\xf7\ +\x08\xea\x1e\x1e\x40\xe3\x51\xce\xa8\xa7\xf1\x09\xb4\x96\xdd\x80\ +\xe7\xf5\xaa\xfb\x05\x72\x97\xcc\x60\x02\xa0\x0d\xac\x1c\xb7\x55\ +\xd0\x02\x10\x36\x3a\x1e\xd7\x91\x1b\xa0\x00\x20\x8a\x36\xfa\xa8\ +\x26\x50\xd5\x7d\x90\xae\x9c\xd5\xfb\xc4\x0f\xff\x11\xaa\x0e\x04\ +\xe3\x1d\x9f\x22\x54\x54\xb4\x55\xde\x83\x8a\x63\xb1\x58\xd3\x7f\ +\x59\xe2\xa3\x46\x3d\x74\x70\x2f\x3b\x2d\x67\x02\xa0\x39\x36\x7f\ +\x7f\x50\xd0\x02\xe0\xfd\xf1\x7c\x08\x18\x1c\xa1\x17\x01\x20\xee\ +\x3a\x17\x3b\x76\xf6\xe5\xbb\x58\xe2\x18\x6c\xca\x54\xe5\x22\x50\ +\xba\x2f\x84\x4f\xf7\x1b\xce\x14\x54\xed\x0b\xc4\x04\xa1\x6c\xf9\ +\x74\x84\x74\xe9\x14\x90\x46\xfe\x02\xd2\xf8\x29\x1d\xff\x8e\xc6\ +\x9a\xb2\x0d\xf6\x9d\xa8\xdc\xee\xd5\x01\x2c\x2f\xca\x56\xcf\x05\ +\x69\xdc\x9f\xd8\x4b\x8f\xe3\xb5\x21\xdf\x75\xbc\x16\x73\x0d\xb2\ +\x04\xc7\x8e\xf9\x7b\x6c\xb0\x69\x78\xb4\x0f\xa7\xef\xd4\x21\x67\ +\x5b\xd5\x03\x28\xde\x1a\x80\x5b\x8a\xba\x19\x8f\x38\x4e\xc0\x15\ +\x60\x1a\x90\x1f\xa3\x88\xec\x05\xbf\x83\x78\xca\xa7\x2c\x02\xd0\ +\x06\xf6\x4f\x4b\x12\x2a\xf9\xd1\xdf\x50\x34\x98\xb2\x05\xa8\xf7\ +\xa7\x01\xd1\xb5\x37\xcf\xd1\x9c\x08\xc1\xd0\x6e\xe4\xa8\x38\xb9\ +\x14\xbf\xe0\x7d\x14\x18\x21\xc8\xce\xac\x86\xd4\xb9\xdc\xa6\xa4\ +\x39\x11\x33\x39\xce\xf6\xaa\x51\xbc\x3d\x08\xdf\x27\x75\xfa\x30\ +\x26\x00\x1a\x63\x48\x24\x9c\x70\xbc\x2c\x58\x01\x38\x68\x93\x0c\ +\x22\x13\x2f\x03\x11\x00\x39\xca\x7d\x46\xa3\x3b\x8f\x62\x85\x60\ +\x28\x25\x44\x36\x7c\x34\xe5\x9c\x27\x77\xe5\x3f\x78\x7b\x0f\xe6\ +\x46\xcf\xc1\x2a\x47\xcf\x76\x42\x4a\xa0\x78\x47\xf0\x2b\xfe\x85\ +\x23\x99\x00\x68\x8a\xd0\x0f\x97\x0b\x3a\xfc\x4f\xf8\x79\x37\x38\ +\x0f\x0c\x30\x30\x01\x90\x23\x47\x64\xa6\x58\x1d\x98\x36\x1c\xaa\ +\x6f\x6c\xed\x23\xc4\xc7\x95\xde\x48\x4a\xf1\xb4\x61\x3c\x7c\x07\ +\x15\x9f\x93\xe1\xf9\x95\x7c\x47\x80\x0a\x34\xe7\x5f\xea\xda\x2d\ +\x88\xcb\x50\x99\x00\x68\x88\x78\xab\x8d\x82\x16\x80\xa8\x49\xab\ +\xc0\x73\xd0\x02\x43\x15\x00\xc4\x33\x91\x79\xb7\x48\xa0\xfc\x68\ +\x8c\x61\x13\xbf\x39\x05\xa4\x49\xcb\x20\xcd\x61\x3c\x8d\xf0\xf8\ +\x7b\x64\xda\x8c\xc4\xfd\x82\x2f\x97\x7e\x76\x8d\x7a\x10\xd9\xf3\ +\x7f\x03\xd9\xd9\x35\xd0\x5c\x70\xe5\xd5\x86\x22\x5c\x21\x56\x7d\ +\x7d\x2b\xe4\xc6\xda\x62\x12\xb1\x8b\x89\x29\x1b\x07\xd6\x06\x36\ +\x7c\xb9\x47\xd0\x02\x10\x38\x22\x0c\xfc\x07\x87\x1b\xb2\x00\x20\ +\xb2\x6d\xbb\xfb\xf8\x17\xac\x72\x81\xf6\x9a\x87\x06\x45\xfc\xd6\ +\xb2\x9b\xb8\x39\x98\xf4\xe8\x73\x12\x1f\x6d\xbf\x7c\x46\x77\xfb\ +\x3d\x3b\x12\xa2\xe2\xa9\xd4\x28\x01\x89\x4e\xa6\x01\x31\x12\xe2\ +\x8a\x26\x0a\xb5\xe3\x60\xcc\x04\x60\xf7\x1f\xc7\x04\x2d\x00\x4e\ +\x6f\xf9\xe2\xef\x69\xd8\x02\x80\xc0\x5d\x7c\x4a\x86\x61\xb0\x85\ +\x98\xec\xce\x37\x04\x01\xc0\xb6\xdc\xbc\x58\x5b\x8e\xa5\x22\x23\ +\xa0\xd4\x0b\x89\x4f\x45\xbe\xb3\x85\xa1\x6c\x2d\x62\x02\x90\x68\ +\x77\x5e\xb0\xe4\x3f\xee\x70\x01\x6c\x07\x78\xf4\x19\x01\x28\xf7\ +\x25\x21\x32\xc5\xc3\x5f\x3c\x75\x18\x86\xca\x45\x5b\x02\xa0\xe2\ +\xc4\x52\xdc\xeb\x57\x79\x61\x1d\x54\xdf\xda\xa1\x88\x9b\xdb\xf1\ +\x67\x04\xb8\x07\x90\x98\x6f\x2a\x80\x54\x1a\x70\xce\xbe\x3e\xf5\ +\x04\xfa\xf2\xbd\x68\x4b\x57\xcb\x8c\xa3\xfc\x48\x14\x5e\xd3\xcb\ +\xeb\xc3\x36\xde\x02\x67\xfe\x67\xf2\x7c\xa7\x1e\x2f\x2d\x41\x64\ +\xdb\x69\x8d\xfc\x4c\x00\x16\xbc\x13\x2b\xe8\xbb\xff\xf6\xbf\x0e\ +\x81\xa3\x89\xa1\x46\x00\xf4\xe5\x9e\x92\x59\x28\x02\xbd\x00\x6c\ +\x49\xc6\x9a\x7a\xf1\xd6\x40\xac\x40\xb4\xc9\xee\xf1\x15\x02\xec\ +\xec\x23\x25\x3f\x24\x65\xb9\x1a\xdb\x84\x8a\xdd\xad\xf0\x2c\xaf\ +\xf2\x3a\x51\x60\x86\x42\x81\x8b\x05\xb3\x05\xd7\x26\xa2\x47\xae\ +\x15\xb4\x00\x2c\xfd\x2a\x01\xdc\x07\xcd\xeb\x53\x02\x80\x20\x64\ +\xca\x92\x1f\x07\x7a\x13\x78\x57\x2f\x58\xeb\x41\x84\xe0\x2e\x2f\ +\x11\x68\x29\xbc\x84\xdd\x82\x6a\x13\x90\xa0\xc0\xc5\x12\x8f\x0e\ +\x62\xc5\xde\x08\x6c\xf4\x49\x9f\x35\x02\x57\x9c\x51\x04\x46\x13\ +\x30\x01\x58\x33\x69\x87\xa0\x05\x60\xa1\x45\x34\xf8\x9a\x86\x18\ +\xba\x00\x70\xef\xfa\x9f\x82\xa4\xe8\x75\xa4\xda\x8d\x86\x9a\xdb\ +\x3b\x91\xe4\x7c\xda\x94\x35\x9f\x5a\x44\x31\xc0\xfc\x01\x59\x4b\ +\x8e\x7f\x2f\xf7\xd5\x69\x9b\x33\x13\x80\x6d\x3f\x1f\x16\xb4\x00\ +\xb8\xbd\x8f\x03\x40\x7d\x54\x00\xe4\x59\xf3\x2c\x9b\x91\x94\xf3\ +\xb2\xee\x51\xb8\xde\x13\x9e\x37\xaa\x74\xf7\x41\x07\x20\xd9\x3a\ +\x51\x5f\x32\x31\x61\x02\x70\x68\xd6\x19\xc1\x92\x3f\xc9\xf9\x2a\ +\xd8\x99\xb8\xf7\x6d\x01\x90\x03\xeb\xe8\x24\x54\xc6\x0c\x78\xc6\ +\xdc\x91\x98\x2c\x24\xc0\x10\x99\xec\xfa\x93\x83\xfc\xfb\xcb\x9f\ +\xe1\xf3\x32\x09\xb2\x6c\x09\x6c\xf0\x9f\xf1\xbf\x91\xe7\x60\x1b\ +\x2d\x5f\x51\xc9\xf4\xfd\x0e\x5a\x4a\x6f\xaa\x12\x01\x6c\xef\x95\ +\x6d\xf3\xe8\x0b\xc4\x67\x02\x10\x2c\xf0\x35\x60\x7b\x67\x9e\x00\ +\x7b\x13\x6f\x01\x08\x80\x4e\x81\xa1\x36\x0a\x8b\x9d\x19\x48\x66\ +\x0d\xa7\x1e\x39\xd2\x44\x63\xb0\x72\xc0\xa7\x5d\xb7\x72\x8f\xbf\ +\xa1\x13\x9f\x09\x40\xf8\x27\x2b\x05\x1d\xfe\xaf\xf9\x7e\x3b\xb8\ +\x0e\x0c\x64\x02\xd0\xf3\x48\x03\xb7\x08\x8b\xbb\x0b\x01\x4e\xf7\ +\x55\x5e\x4a\xe0\x33\x14\x84\x53\x85\x4c\x00\x0c\x58\x00\x56\x8c\ +\xdd\x2c\x68\x01\x88\x18\xb7\x0c\xbc\x06\x2d\x64\x02\xa0\x76\x64\ +\x30\x06\xd2\x29\xe5\xc8\xd2\x3d\x0b\x79\xf5\x0a\x54\x1f\x9a\xcf\ +\x04\xc0\x50\x05\x60\xd3\xb7\xfb\x05\x2d\x00\x3e\x9f\x2e\x80\x00\ +\x4a\x0b\x30\x13\x00\xfe\x8d\x49\x39\xf6\x66\x58\x8e\xeb\x66\x62\ +\xb2\x25\x00\xef\xf4\x7d\x54\x04\x98\x00\xec\x9b\x72\x52\xd8\x6b\ +\xc0\x86\x68\x6b\x04\x98\x6d\x07\x2e\x74\xb7\x52\xea\x5f\x50\xb0\ +\xda\x55\x75\x27\xe1\x73\x09\x9a\x87\x32\x01\x30\x20\x01\x08\x22\ +\x38\xe1\x70\x49\xb0\xe4\x3f\x6c\x7b\x06\x44\x03\x3c\x98\x00\x68\ +\x37\x59\xd8\x75\x9c\x17\x91\x1b\x63\x03\x2f\x5a\x52\x55\x38\xf8\ +\xa4\x1b\xd2\x9e\x03\x26\x00\x21\x1f\x2c\x15\xf4\xdd\x7f\xd3\x6f\ +\xfb\xc0\xd9\xc4\x9f\x09\x80\xf6\x13\x84\x4a\x67\x15\x72\x22\x67\ +\x77\x6e\xef\xa1\x00\x7f\x6e\x20\x7b\x0e\x98\x00\xc4\x99\x27\x08\ +\x5a\x00\x62\x27\xaf\xa1\xae\x01\x63\x02\xa0\x79\xb7\x5e\x96\xed\ +\x28\x25\x0e\x3f\x73\x55\xd9\x7c\xe1\x66\x60\xf9\x46\x5f\xbd\x81\ +\x09\xc0\xba\xcf\x85\xbd\x06\x2c\x68\x64\x38\xf8\x99\x86\x19\xa5\ +\x00\x48\x17\x7f\x0d\xd5\x89\x21\xd0\x94\x96\x08\xed\xb5\xe8\x25\ +\x80\x8b\x39\xdb\x64\x77\xd0\xe8\x13\x6b\xf4\xc1\x9f\x69\xfa\x39\ +\xd8\x90\xd4\x4d\x04\x30\x12\x48\x55\xb5\x00\x15\x8d\x48\xf5\x48\ +\x7a\x26\x00\x3b\x7f\x4d\x14\xf6\x1a\xb0\xb7\x71\x0b\xb0\x71\x09\ +\x40\xe0\x44\xa8\x39\x1d\x8b\xeb\xb2\xf8\xf4\xee\x57\xee\xf6\xd3\ +\xf8\x33\x73\x1c\xba\xef\xf3\xcb\x8b\x17\x61\x33\x10\xa7\xbd\xd7\ +\xb3\xd3\x74\x11\xd2\x3d\x98\x00\x1c\xb1\x39\x27\x58\xf2\x9f\x70\ +\xbc\x04\xb6\x26\x1e\xc6\x25\x00\x21\xdf\xe1\xaa\xec\x1e\xce\xf5\ +\xe3\x16\x5f\x22\x1c\x1a\x7d\x76\x9e\x93\x45\xf7\xf9\x81\x0d\xde\ +\x2a\x77\x05\x36\x3c\xd8\xa9\x0f\xc2\x33\x01\x98\xff\x56\x0c\x5a\ +\x65\x0b\x55\x00\x76\x4e\x39\x82\x1e\x00\x46\x23\x00\x8b\xbe\x82\ +\xd6\xe2\x2b\x6a\x3b\xfc\xd4\xdf\x27\x44\xf4\x1f\xa7\xc1\x35\xa0\ +\xb9\x87\x5a\x7b\x0e\xaa\x13\x43\x7b\x9b\xf0\x4c\x00\xa2\x86\xad\ +\x11\x74\xf8\xbf\xe2\xeb\x4d\xe0\x3e\x30\xd8\x68\x04\xa0\xe1\xf1\ +\x7e\x8d\x6d\xbe\xaa\x4f\x84\xe3\x7b\x69\x35\x12\x50\xbd\xe7\x00\ +\x8f\x0a\xbd\x5c\x19\x60\x02\xb0\x6a\xc2\x36\x41\x0b\xc0\x62\xeb\ +\x58\xf0\x19\x14\x62\x0c\x02\x80\xb5\x75\x0d\xc9\x2f\x5f\xb3\x1d\ +\xf6\x03\xbe\xa7\x16\x23\x01\x34\xf8\xac\xb9\xb3\x4b\xf5\xca\xb3\ +\xc5\xdf\xf4\x16\xe1\x99\x00\x6c\xfd\xe1\x90\xa0\x05\xc0\xe3\xc3\ +\x60\x08\xc0\xdf\x55\xf8\x02\xd0\x94\x99\xa4\xaa\x0b\x0f\x7d\xff\ +\xf8\xd8\x7c\xd5\x9e\x5f\xae\x8d\x6b\xc2\xad\x47\x0a\x56\x5e\xb3\ +\xcd\xa1\x29\xf7\x02\xd7\x67\x63\x14\xd3\x4b\x84\x67\x02\x70\x60\ +\x46\xb2\x50\xc9\x8f\x2b\xce\x45\xa6\x98\x00\x14\xbe\x00\x84\xfd\ +\xc0\xed\xd7\xf7\xf8\x08\x48\xdc\x26\xcb\xcd\x34\x17\xfd\x05\xad\ +\xd2\xbb\x5c\xe5\x39\x79\x2e\x40\x43\xe4\xd8\x2b\x96\x08\x25\xae\ +\x9f\x41\x7b\x0d\xb7\xab\x71\xe5\x4e\x9d\xb7\x0b\x33\x01\x08\x12\ +\xb8\x07\xc0\xfe\xd9\x27\x41\x34\xc0\xdb\x28\x04\xa0\x72\xb7\x2f\ +\xbd\xcc\x56\x74\x15\x52\x66\x62\xb3\x4e\xb7\x4d\x3c\x5c\xbd\xfb\ +\x72\x6f\x3f\xcd\x91\x6d\xa7\x28\x02\x39\xe1\xd3\x39\xcb\x83\xed\ +\x75\xff\x40\xe3\x93\x03\xd0\x5a\x7a\x0d\xc5\xa2\xb5\xfc\x26\x34\ +\xa6\x1e\x25\xa5\xcd\x18\x90\x46\xfd\xc6\x04\x40\x1b\x08\xfb\x78\ +\x85\xa0\xc3\xff\xf5\x3f\xed\x04\x97\x81\x01\x46\x21\x00\x35\xc9\ +\x51\x54\x32\x95\xec\x5e\x48\x73\xf7\xe1\x3c\x93\xcb\xd6\xdb\x6b\ +\x78\x5d\xdc\x7b\x0e\xca\x8f\x50\xaf\x59\xf5\x56\xe4\x87\x7b\x40\ +\x1a\xf1\x33\x13\x00\x4d\xb0\xcc\x7a\x93\xa0\x05\x60\xc9\xf8\x95\ +\xe0\x65\xba\xd0\x18\x04\x00\xcf\xec\x34\xc2\x14\xac\x72\xa6\x0a\ +\x80\x34\x89\xfa\x3a\x5c\x1f\xae\xd5\xeb\xf4\x55\xf4\x14\x10\xcf\ +\x18\xc9\x99\x0f\xe0\x06\x46\x09\x9a\x0c\x15\x31\x01\xd8\xf8\xf5\ +\x3e\x41\x0b\x80\xdf\xd0\xc5\xe0\x6f\x1a\x6e\x14\x02\x50\x7d\x22\ +\x82\x4a\x94\xb2\x43\x91\x72\xd2\x77\x99\xe5\xaf\x7f\x72\x84\x2e\ +\x00\x6b\x6d\x75\x32\x40\x94\xfa\xca\xe2\xd0\xcc\x80\x1f\xb9\x8e\ +\x21\xaa\xd1\x61\x39\xb6\xc5\x85\x09\x80\x3a\xd8\xf3\xe7\x71\x61\ +\x7b\x00\xbc\xe1\x83\xbf\xa7\x31\x08\x80\x74\xb3\x2b\x8d\x24\x78\ +\x86\x96\xb8\x4c\x00\x89\xa3\x05\x64\xba\x59\x41\xa6\xab\x25\xa4\ +\x8b\xcc\x70\x01\x08\x9e\xc3\x29\x61\xb6\x34\xe4\x5b\x9d\x9c\xb3\ +\x4b\x3c\xac\x3b\xf7\x01\xa6\xcc\xb1\xc4\x64\xa4\x66\x65\xcb\xa7\ +\xea\xe4\x05\x98\x00\x1c\x13\x5d\x10\x2c\xf9\x13\x45\xe7\xb1\x05\ +\xd8\x58\x04\xa0\x28\xe0\x73\xce\x3b\x69\x6b\xc5\x6d\x28\x5a\xef\ +\x08\x59\x5e\x24\x21\xe7\x3b\x11\xca\xf6\x06\xe2\x34\x1e\xe5\xf9\ +\xb8\x99\xb7\xcc\x1b\x77\xfa\xe9\x04\xf9\xce\x96\x94\x3c\x80\x7a\ +\x68\x7c\x7a\x90\x09\x40\x4f\xb0\xf0\xdd\x78\x41\xdf\xfd\xb7\xfc\ +\xbe\x1f\x9c\x06\xfa\x19\x8b\x00\xe0\xd2\x90\xda\x07\x9a\x77\x01\ +\xca\x13\x87\x0b\xa0\xc8\x0d\x37\xee\xea\x0c\x39\x1e\x13\x78\xee\ +\x18\x10\xf3\xba\x66\xd9\xf2\xe9\x4c\x00\xf8\x22\x76\xd4\x7a\x41\ +\x0b\x40\xdc\xe7\xeb\xd1\x03\xc0\x58\x04\x20\x47\x64\x06\x59\x41\ +\xbf\x70\x0f\xdd\xf0\x4f\xae\x61\x68\xce\xbd\x72\x5b\x73\x54\xee\ +\x09\xe0\xbc\x8e\xaa\xcb\x09\x90\xee\x3a\x59\xbe\x15\x39\x31\x96\ +\xbb\x79\xe9\xc2\x0a\x26\x00\x7c\xb1\xf6\xb3\x9d\x82\x16\x80\xf9\ +\xe6\x4b\xc0\xcf\x34\xd4\xa8\x22\x00\xcc\xea\x27\xaf\xd0\x58\x00\ +\x0a\xd6\xb8\xe1\x7b\xe9\x3a\x02\xa8\xbf\xb7\x9d\x76\x0d\xb8\xd5\ +\x58\x59\xd5\xa2\xec\x20\x3d\xd9\xd9\x92\x7f\x81\x09\x00\x5f\xec\ +\xf8\xe5\xa8\xa0\x05\xc0\xf9\xdd\x0e\x0b\xb0\x08\xa3\x11\x80\x42\ +\x17\x3c\x53\x83\x78\xda\x70\xa8\xa3\x66\xf6\x55\xa3\xe2\x58\xac\ +\x7c\x82\x4f\x77\x39\x00\x44\x73\xd6\x29\xea\x75\x64\x05\xfe\xa4\ +\x4c\x00\x30\x32\xa1\x1c\x09\x30\xa7\xc1\x04\x80\x27\x0e\xcf\x39\ +\x2b\x58\xf2\x9f\x74\xbe\x02\x76\x03\x71\x0d\x98\xd1\x08\x40\xa9\ +\xf7\x18\x85\xfa\x3a\xad\xc1\x87\x6e\xd4\x29\x81\xd2\xbd\x8b\xe4\ +\xcb\x40\xa7\x0f\xd3\x79\xdb\x6d\x6b\xc9\x35\xda\xf5\xe0\xcc\x00\ +\xa5\x77\x81\xb6\x96\x0c\x8f\x3f\x15\x01\xe3\x99\x00\xa8\xc2\xbc\ +\x37\xa3\xb0\x4f\x5e\xa8\x02\xb0\x7b\x7a\x22\x38\x98\xf8\x18\x93\ +\x00\x20\x24\x72\x83\x4e\xdc\xed\xcf\xdb\x03\x40\x7c\x0c\xb2\x82\ +\x7f\x55\x20\xd9\x33\x91\xb9\xce\x05\xa0\x39\x3b\x99\x76\x4d\xb8\ +\x7f\x50\x09\xf9\x51\x18\x68\x89\xc3\xe7\x8d\x4f\x58\x04\xc0\x07\ +\x4b\x86\xae\x12\x74\xf8\xbf\xea\xbb\x2d\xe0\x36\x28\xc8\xe8\x04\ +\xa0\xd0\xcd\x0a\x49\x22\xf1\xf8\x12\xef\xe8\xd4\xb3\x72\xd1\x55\ +\xa8\x7d\xb0\x8f\x9c\xa7\xc3\x20\xd3\xef\x7b\x7c\x4d\xd7\x3d\xfc\ +\x65\xde\x63\x74\x2e\x00\x75\xf7\x76\xd0\x13\x80\xd7\xb6\x40\xea\ +\xcc\xe1\x80\xbd\x0b\xae\x96\xf8\xf7\xd4\x59\x23\x30\x4a\xa1\x96\ +\x2e\x59\x0e\x80\x1f\x56\x8e\xdd\xd2\x2b\x44\xdc\x37\xeb\x24\x2c\ +\xff\x7a\x23\x84\x8d\x8e\x87\xa3\x76\xbd\x77\xe4\x08\x1d\x13\x0f\ +\xde\xa6\x8b\x04\x2e\x00\xf4\x7e\xfb\xca\x8b\x1b\xe8\x19\xfe\xda\ +\x7f\xb8\xc2\x6b\x44\xae\x83\x45\xef\xd8\x8a\x6f\xf3\xe3\x36\x26\ +\xb9\x9e\x00\xcf\x82\xbf\xc4\xe6\xa5\x67\x81\x9f\x83\xec\x54\x2c\ +\x57\x95\x83\xfc\x7c\x19\x13\x00\x3e\xd8\xfc\xfd\x41\x9d\x10\xef\ +\xe0\xdc\x53\x64\x09\xe7\x36\x58\x64\x15\x03\xa2\x37\x3c\x60\xda\ +\x6b\x76\x9d\xb0\x19\xec\x0a\x09\xbf\xec\xe9\x15\x01\xf0\xfa\x78\ +\x1e\x04\x0c\x8e\x30\x46\x01\xc0\x09\x3e\xb4\xe3\xe6\x6e\x0b\xa6\ +\x22\x8b\x08\x48\x6f\x8d\xde\x66\xb9\x4d\xc4\xfd\x00\x2a\x3c\x0c\ +\x30\xb4\xe7\x71\x94\xc1\xce\x46\x26\x00\x3c\xb0\x7f\x5a\x92\x56\ +\x88\x76\xc4\xee\x2c\x4e\xdc\x21\xe1\xdf\xf4\x44\xa2\xab\xc2\x7c\ +\xf3\x28\x34\xea\xd4\x11\xf9\xd1\xdf\xd0\x6e\x30\x76\x00\x1a\xa5\ +\x00\xd4\xdd\xd8\xc8\xb9\x8c\x23\xcd\x61\x3c\x95\xfc\xd9\x76\xa3\ +\x70\xff\x5f\x2f\x09\x00\x6e\x16\x92\x26\x2d\xd3\x4a\xe3\x52\xdd\ +\xc3\x03\x80\x9d\x85\x4c\x00\x54\x60\x48\x24\x21\xe0\x65\x8d\x09\ +\x6f\xcf\x49\x78\x6e\x38\xbd\xe3\x0d\xbb\xa6\x27\xea\x28\x0a\x49\ +\x06\x91\x89\x97\x51\x0a\x80\x34\xf2\x57\xce\xbb\xbf\xec\xcc\x6a\ +\x65\xc4\xc7\x8c\x7f\x81\xab\x65\xaf\x9b\x6f\xa4\xcf\x1a\x0e\xa9\ +\xb6\xd6\xd0\x5a\x76\x53\x63\x0b\xb3\x0c\x9f\x6f\x71\x85\x39\x8b\ +\x00\x54\x20\xf4\xc3\xe5\xbc\xc9\x74\xf4\x15\xc2\x3b\xbf\xeb\xdb\ +\x63\xa2\xcf\xe8\x6f\x0f\xb6\x03\x3c\xd0\x95\x77\xfa\x6b\xf6\x8a\ +\x3f\x1b\x20\x82\xa8\x49\xab\xe0\x94\x96\xab\x11\x09\x3f\xef\x06\ +\xe7\x81\x01\x46\x29\x00\x8d\x4f\x0f\x71\xde\xfd\xd3\x9d\x27\x21\ +\xe1\x09\x51\x3a\xee\xbe\xb8\xd1\xa7\xd0\xd5\x92\x72\xd7\xd7\x3d\ +\x32\xfe\xe5\x0f\x80\x1d\x8c\xdc\x2d\xc1\xdc\x47\x84\xfc\xe5\x8e\ +\xf8\x3e\xe4\x77\x62\x02\xa0\x0a\xf1\x56\x1b\xe9\x84\x17\x9d\xeb\ +\x20\x3c\x26\xd1\x5c\xdf\x0f\x20\xa4\x15\xf5\x84\xf0\x48\x72\x9b\ +\x01\x6e\xb8\x87\x0f\xe7\xf0\x4d\xe5\xe7\x70\xbf\xc1\xa1\x30\xb7\ +\xbf\x6b\xb7\xd7\x78\x7c\x18\x84\x77\x6d\x2d\x09\x00\x8a\x8a\xe7\ +\xa0\x05\x46\x27\x00\xb2\x04\x47\x2e\xa2\x60\xa8\xfd\x92\xfc\x5a\ +\xcb\xf0\x6b\xee\x17\x68\xf1\xca\x58\xf0\x4f\x38\x15\xd8\xd3\x3b\ +\xff\x4b\xf2\x23\xb2\x6d\xcd\x98\x00\xa8\xc2\x86\x2f\xe5\x89\xb8\ +\x44\xfb\xf3\xb0\xe9\xd7\xbd\x10\x31\x7e\x85\x5a\x84\x9f\xf1\x9a\ +\x08\x09\xef\x64\xe2\x87\xa4\x0b\x78\x49\x78\x1a\x02\x08\x3a\x9e\ +\x3b\xad\xcb\xe7\xcc\x19\xe4\x04\x6b\x7f\xd8\xae\x15\x01\x08\x18\ +\x11\x0a\xfe\x83\xc3\x8d\x4b\x00\x82\x26\xa1\x65\x16\x17\x51\xd2\ +\xec\xc7\xbd\x3c\xe7\x9b\x19\xd4\x86\x61\xb1\xdc\x9f\x00\xaf\x91\ +\x54\x30\x54\x6d\x12\x42\xd4\x3d\x3a\x84\x96\x66\x0a\x0b\x48\x54\ +\xb7\x2e\x33\x01\x58\x3d\x61\x3b\x84\x8f\x5e\x4a\x42\x7a\x3f\x75\ +\xee\xf0\x78\x17\x77\x1c\xe8\x8b\x84\x57\x37\xd3\xee\x3d\x68\x11\ +\xcc\xea\xef\xa8\x34\x41\x78\xdc\x41\xb3\x11\x65\xa7\xb7\x70\x09\ +\x88\x51\x09\x40\x4d\x72\x34\x27\x59\x4a\xf7\x87\x02\xde\xfd\x09\ +\x08\xe9\x0c\x6a\x19\x67\x96\x2d\x1e\x03\x14\x40\x06\x80\x70\x91\ +\x48\xdd\xa3\xc3\xd0\x5a\x71\x07\xda\xeb\x1e\x41\x5b\xe5\x3d\x68\ +\x48\x3b\x81\xad\xca\x24\x5a\xe8\xf6\x1a\xc9\xcc\xe1\x6c\x1c\x98\ +\x0f\x7c\x4d\x43\xf9\x13\x9e\x60\x4e\x7f\x17\x0a\xe1\x35\x02\xde\ +\xa5\xed\x4d\xbc\xba\x7e\x26\x56\x13\xb6\xfd\x75\x58\x2d\xf2\x1f\ +\xb7\xbf\x80\x39\x07\x63\x12\x00\x69\xdc\x9f\x9c\xa5\xb4\xd6\xf2\ +\x5b\x90\x32\xcb\x0c\xf0\xac\x6d\x83\x25\x3e\x43\x02\xce\x1b\xa4\ +\x4c\x1b\x8a\xd7\xa7\x26\x30\x8a\x28\x72\xb7\x66\x02\xc0\x07\xee\ +\x83\xe6\xf1\x27\xbc\xce\x43\x69\xbc\x1e\x4c\x16\x2a\x5c\x47\x7f\ +\x11\x1e\x4b\x7a\xe8\x58\x4c\x84\xe3\x20\x26\x1c\x8d\x44\x00\x30\ +\xf4\x6f\x29\xbc\xc8\x75\xf7\xc7\xe5\x9c\x48\x12\x82\x12\x4f\x03\ +\xb8\xfb\x53\x3a\x18\xe5\x47\x81\x1e\x03\x77\x0f\x30\x4b\x30\x7e\ +\x40\x82\xc8\xc9\x26\xea\x24\x3c\x99\x9d\xd7\xd7\xd9\x19\xa3\x92\ +\xb9\x03\xdc\xba\x09\x92\xfb\x87\x81\x70\x60\x36\xff\x9e\x85\xa5\ +\x5f\x25\xa0\xa0\x08\x5e\x00\x54\xd7\xfc\x11\xb5\x2f\x6b\xe3\x04\ +\x18\x6a\xe3\xeb\x0c\x14\x45\x28\x02\x3d\x8b\x04\xc4\x3d\xed\x5a\ +\x64\x02\x80\x49\x38\x14\x01\x24\xbc\x3c\xa4\x37\x00\x44\x60\xf5\ +\x60\x5a\x7f\xc5\xbc\xc4\x2c\x13\x47\x24\x36\x1f\x01\x58\x68\x11\ +\x0d\x3e\xa6\x21\x46\x21\x00\x95\xdb\x3c\xb8\x33\xe4\x0d\x4f\x20\ +\xdd\xe5\x33\xca\xd9\xdf\x20\x81\x11\x4a\x86\x7c\xa0\x89\x13\x69\ +\x33\x86\xcb\xc3\x7e\x26\x00\xc2\x80\x3c\x41\xe8\xd4\x2d\x1a\x08\ +\x1c\x11\x8a\x3e\x7f\x5c\x02\xe0\xf6\x7e\x20\xbe\x87\xd0\x05\x40\ +\x1a\x3f\x85\x10\xfc\x31\xa7\x00\x14\x6d\xf6\x43\xa2\x68\x29\xf3\ +\x8f\x1e\xfc\x95\x5b\xdd\xa1\xfa\xd0\x7c\xa8\xda\x1f\x08\x68\xc7\ +\x1d\xfa\xbd\x4e\x84\xa0\xd8\xc3\x1a\xb2\x6d\x47\x61\x5d\xff\x15\ +\xd2\xa3\x9b\x30\x99\x75\xc0\xde\x05\xb6\x18\x44\xb8\xc0\xdc\x83\ +\x83\x89\x77\xb7\x72\xa1\xed\x10\x37\xd8\xf4\xdb\x5e\xa5\xe4\x4f\ +\x72\xbe\x0a\x76\x26\xee\x42\x17\x00\x24\x5d\x9b\xec\x0e\x77\xe8\ +\xff\xf7\x7e\x78\xfa\x32\x9c\x26\x09\x36\xb4\xe2\x56\x8b\xf4\x41\ +\x13\x91\xf0\xb8\x6e\x9c\xd2\x84\xd3\x94\x95\x04\x55\x7b\x02\xa0\ +\xc2\x7f\xbc\x6e\x08\x49\x40\xae\x9f\xd2\xac\xc4\x04\x40\xc8\xc0\ +\x44\xe4\xcc\x2e\xe5\x42\x52\xba\xc4\x46\xa5\x93\x5d\x12\x84\x7b\ +\x67\x1e\x07\x7b\x13\x6f\x61\x0b\xc0\xfc\xc9\xd0\x92\x7f\x9e\x8b\ +\xfc\xb8\xf8\x33\x4d\x24\x37\x07\xc9\x77\x56\xef\x8c\x2c\x5b\x36\ +\x1d\x5a\x4b\xaf\xf3\x6e\xca\x69\xce\x39\x03\xd2\xd8\x3f\x7a\x83\ +\xa4\x4c\x00\x8c\x08\x98\x98\xb4\x19\xe0\xde\xf5\x48\x80\xad\xc9\ +\x7b\x66\x76\xee\x35\xc0\x29\x44\xd7\x81\x41\xc2\x15\x80\xe0\xc9\ +\xd0\x94\x96\xa8\xd2\xd5\xe7\x59\xe8\x34\x8d\x6b\xe3\x95\x5b\x5c\ +\x29\x33\x05\xdc\x78\x5e\xff\x08\xa4\x2b\x66\x32\x01\x60\x02\xa0\ +\x6d\x44\x20\xb9\x67\x74\x39\x12\xcc\x1c\xe0\x00\x71\x93\xd7\xa2\ +\xbb\x51\xf8\xd8\xa5\xe0\x35\x68\xa1\x30\x05\x60\xc1\x17\xaa\x56\ +\x7f\x23\x8a\xb7\x07\xbf\x5a\x1b\xc7\x05\x1c\x3d\x0e\xfb\x57\xce\ +\xe2\x4b\x7e\x9a\x2b\x8f\x0e\x97\x77\x22\x98\x00\x18\x2b\x7c\x4c\ +\x17\x63\xd9\xb2\x6b\x34\xe0\x37\x74\x11\x29\x19\x06\x61\x55\x43\ +\x68\x02\x20\x5d\xf4\x35\x34\xe7\x9e\x55\x49\xbc\xca\x4b\x1b\x15\ +\xb7\xef\xda\x9b\xab\x11\x65\x7c\x06\xad\x15\xd8\x52\xac\x11\x9a\ +\x9f\x9d\x46\x6f\x3e\x26\x00\x4c\x00\x74\x90\x20\x8c\xc0\xbe\x85\ +\xae\x22\x30\xbb\xbf\x13\xfe\x5c\x48\x02\x20\x8d\x9f\x8a\x3d\xfe\ +\x7c\xfa\xe2\xc5\xd3\xe5\xe5\xb3\xf4\x99\x23\xd4\x9a\x8b\xaf\x3e\ +\x16\xa6\xb5\xc5\x22\x95\x3b\xbc\x98\x00\x30\x01\xd0\x69\x82\x50\ +\x61\x9e\xc0\x6e\x80\xa7\xa0\x04\xa0\x72\xa7\x0f\x3c\x6f\x16\xab\ +\x5e\x89\x95\x99\xac\x60\xf1\x95\x32\x55\xed\x9a\xbf\x4a\xb1\xa9\ +\xfb\xe7\x60\xc7\xaa\x71\xdc\x1a\xd4\x90\xce\x79\x24\x41\xcb\x6f\ +\x9d\x92\x95\x09\x00\x43\x80\x69\x38\x88\x06\xa0\xf5\x18\x36\x11\ +\x09\x42\x00\x16\x7e\x05\xf5\x77\xb6\xf2\xdb\x87\x97\x7d\x16\x0d\ +\x35\x5e\x0d\xfd\x0b\x5c\x2c\xd5\x9d\x29\xe0\x5e\x15\xb6\x73\xbe\ +\x92\x25\x1d\x4b\x38\xe7\xf4\x2b\x16\x7c\xc9\x04\x40\x9b\x0f\xff\ +\xb7\x62\x07\x06\x0c\x89\xdc\x4b\xbe\x6c\x2f\x98\x00\xc8\xe1\x36\ +\x28\x90\x44\x04\x0b\xfb\xbc\x00\x54\x6e\xf7\x84\xf6\xea\xfb\xbc\ +\xc8\xdf\x56\xf5\x00\x0d\x3e\x14\xad\xbc\xd5\x6f\xf8\xa9\xdc\xed\ +\x47\xbf\xf3\x3f\x3e\xa2\xbc\x15\x77\xea\x30\xce\xfd\xfe\xb2\x0d\ +\xf6\x7d\x89\xfc\x2f\x2a\xfc\xc7\xec\x2d\xf7\x9f\x34\xb0\x9f\xa1\ +\x3f\x82\x5e\x8f\xb2\x20\x5f\xb8\x9b\x8c\xfc\x14\xf4\x31\x01\x90\ +\xad\xb1\xc1\xc4\x59\x0f\xcf\xd9\xb8\x0d\xb8\x3e\xe5\x38\x14\x6e\ +\xf0\x82\x2c\x7b\x2b\x8d\xfc\xf0\xaa\x8f\x87\x73\x54\x17\x82\xa8\ +\x2d\xb9\x15\xc7\xe2\x38\xf2\x00\xde\x7d\x85\xfc\x0f\xca\x7d\xc7\ +\x8d\xeb\xd7\xb7\x1e\xf0\x6f\x41\x83\x23\xfe\x24\x5f\xbc\xbc\x3e\ +\x47\x14\x26\x00\x18\xea\x57\x1d\x9c\x27\x27\xbe\xe6\x0b\x3d\x31\ +\x89\x47\xba\xf7\xb4\x2e\x00\x25\x3b\xe7\x51\x04\x80\x73\xbd\x37\ +\x46\x15\x06\x4e\xfc\xe2\x0a\xdf\x71\x0e\x10\xd2\xef\xdf\xfb\xf5\ +\xd5\x47\x88\x69\xc8\x7f\x0b\x1a\xb2\x24\x84\x7c\x01\x1b\x0d\x9f\ +\x20\x4c\x00\x2a\x4f\x44\xa4\x35\xa5\x1f\xa3\xd4\xda\x35\x06\x76\ +\xef\xc9\xd6\xcc\xed\x51\x99\xb1\x6a\x6f\x00\xa7\x10\xd5\x3f\x39\ +\xf2\x72\xef\xe0\x30\x48\x9d\x33\x12\x21\xee\x98\xe1\x9f\x42\x8e\ +\x00\xcf\xce\xd1\x8f\x00\x6b\x6d\x0d\x95\xf8\x2d\x52\xbf\x71\x2b\ +\x65\xee\x56\xff\xab\x9f\x50\x1e\x01\x83\x63\x86\x90\x88\x60\xa7\ +\x61\xe7\x07\x98\x00\x90\x96\xd9\x4a\x2d\x12\x9e\xba\x23\xaf\xfe\ +\xf6\x16\x90\x2e\xfe\x5a\x39\xe9\x97\xfc\x0c\xd5\x47\x17\x03\x0a\ +\x91\x6a\xfb\x2d\x44\xc9\xf6\x00\x5c\xd0\x21\x87\x35\x48\x4f\xc4\ +\x71\x5e\x43\xc5\x42\x03\x4c\x02\xfa\x8e\x39\x59\xea\x37\xe1\xed\ +\x7e\x42\x7d\x04\x0f\x89\xb4\x22\x5f\xc6\xdb\x46\x4c\x44\x26\x00\ +\xf2\x6d\xb9\x28\x04\x35\x49\x91\x50\x7b\x61\x25\x34\xfc\xb3\x17\ +\xda\xaa\xee\xa9\xfd\x7e\x0d\xa9\x89\x50\x71\x34\x84\x10\x7f\x09\ +\x34\x65\x9d\x52\xb5\x6f\x50\x3e\xae\x6b\x18\x78\x58\xee\x3b\x66\ +\x42\x3f\xe3\x78\xc0\xbf\x91\x2f\xe4\x6c\xe2\xca\x5b\x62\x98\x44\ +\x61\x02\x20\x74\x14\xac\x72\x51\xaf\x24\xa9\xfd\x69\x42\x29\x49\ +\xf0\x79\xc2\x9f\x7f\xfe\x47\x3f\x63\x7b\xf8\x99\xc4\xfd\xf7\x97\ +\xf9\x81\xa6\xbe\x43\x22\x26\x00\x6d\x55\xf7\xa1\xf6\xfe\x5e\xcc\ +\xb0\x17\x6d\xf4\x81\xdc\xa8\x39\x90\x13\x3e\x1d\x51\xb0\xca\x19\ +\xeb\xef\xf2\x46\x1c\xc3\x43\x43\xfa\x49\xcc\x0f\xe4\x3b\xeb\x55\ +\x00\x5a\x3b\xce\xf9\x95\x81\x66\xff\xbb\x9f\xb1\x3f\xe6\x9b\x46\ +\xbc\x8e\xf9\x01\xbd\x13\x84\x09\x40\x63\x46\x52\x9d\xd2\x33\xbb\ +\x38\x11\x0a\xd7\xb9\x83\xc4\xfd\x73\xbe\x96\x58\xb8\x42\x9b\xb4\ +\x01\x1b\x12\xf9\xb1\x1a\x91\xe1\xfd\xb5\xdc\xa6\x5b\x4f\xe7\xfc\ +\x32\xff\x31\xef\xf6\x63\x0f\xc5\x47\xd0\x90\xf0\x49\x64\xb2\xee\ +\x91\xfe\x08\xc2\x04\xa0\x21\x25\xb1\x15\x6b\xf8\xed\x12\xbc\x8b\ +\x93\x15\xdd\xb8\xce\x5b\x13\x57\xdc\xfc\x15\x4e\x68\x9b\xad\x0d\ +\x02\xb7\x94\xdc\x00\xd9\x99\x55\xb8\x4b\xa0\xe7\x39\x87\x27\x90\ +\x3d\xff\x37\x79\xa7\xa0\x77\x6f\xdb\x90\x8d\x4b\x2d\xf7\x1f\xf7\ +\x0d\x63\x3a\xc7\x23\xa4\x5f\xc8\xbf\x77\xe4\x07\x08\x4a\x7b\x9f\ +\x20\x4c\x00\xf2\x96\xcc\xa8\xc9\x0a\xfc\x49\xde\xbf\xaf\x1d\x60\ +\x4b\xb0\xec\xdc\x5a\xf4\x04\x50\x87\xf4\x15\x27\x97\x42\xf6\x82\ +\x3f\x3a\x9d\x84\x32\xfd\x7f\x80\xe6\xc2\xab\xbc\xdf\xa3\x31\xeb\ +\x0c\xde\xf9\xe5\x03\x49\xc3\x7b\x93\xfc\xb2\x9e\x9e\xf3\x99\x10\ +\xf4\x0f\xf9\x1f\x2f\xf3\x03\xcd\xbd\x47\x10\x26\x00\xe9\xb3\x86\ +\xc9\x90\x24\x3a\x42\x86\xd7\x57\x20\x4d\x5a\xce\x15\x11\xe0\xcf\ +\x6a\xee\xec\xc2\x06\x1f\x72\x8c\xa0\xbb\xee\x4e\x1b\x8e\x39\x88\ +\xa6\x9c\xf3\xb4\x52\x1f\x12\xbf\x60\xb5\x2b\xf6\x08\x28\x58\x75\ +\x3b\x59\xf4\xda\x39\xbf\xca\x6b\xd2\xff\x51\x93\x06\xec\xe1\x3f\ +\x24\xfc\x7d\xf2\xc5\x3d\x68\x38\x24\x62\x02\x20\xfe\x97\xeb\x2d\ +\x1a\x60\x92\xfe\x7e\x24\x53\xbe\x33\x02\x72\x1d\xcc\xd1\xe2\x3b\ +\x55\x4e\x38\x6a\x9f\xbe\xc4\xfd\x0b\xc8\x8d\x9c\x8d\x24\xce\x8b\ +\xb3\xc3\xfd\xf9\xe9\xce\x13\xd5\x11\x16\x74\x18\xce\x8d\xb1\xc1\ +\xf7\xc2\xc4\x64\xac\x2d\x6d\xd5\x38\x5e\x3b\x39\x87\xeb\x9a\xfc\ +\xe7\x65\x81\x63\x3f\x61\x0c\xd6\xda\xa4\x61\xf8\x64\x32\x6d\xf8\ +\x58\x2f\xc4\x61\x02\x80\x2b\xba\x73\xec\xcd\xa0\xc8\xdd\x0a\xca\ +\x79\x92\xa7\xd0\xd5\x0a\xd2\x67\xa0\x10\x18\x0a\xf0\x08\x51\xec\ +\xa1\xd3\xe4\x5f\x7a\xb9\xff\xd8\xef\x74\x4a\x06\x96\x1f\x88\x2c\ +\xd3\x3d\x59\x98\x00\xa4\x4e\x1b\x8a\x2b\xba\xc9\x52\x0c\x4d\xea\ +\xdc\x18\x15\x88\xa7\x6a\x87\xc0\xe2\xa9\x43\x21\x63\xce\x08\x10\ +\xab\xf3\x5a\x02\xb4\xec\xd6\xe5\x39\x3f\x64\xd2\x7f\xea\x98\x06\ +\xec\x11\xf4\x46\xd4\xff\x0d\x30\x5d\x12\x4d\xbe\xd4\x2d\xda\x25\ +\x08\x13\x80\x7c\x27\xf3\xc7\x05\xae\x96\xb8\x04\x43\xdb\x9b\x76\ +\x25\xb4\xa5\x1a\xdc\xc0\x8d\x3c\x99\xa4\xbf\xbf\xc0\xc5\x02\xca\ +\x7d\x5e\x59\xd7\x35\x95\x6f\x74\x81\x11\x8c\xae\x3a\xff\xda\xc8\ +\x98\x6e\x42\x49\xf0\xf8\xfe\xbd\x4c\x03\xf6\x08\x1e\x1c\xf9\x01\ +\xe9\x1f\x38\xc9\x88\x6d\x80\xab\xc1\xe8\x2b\xb6\x90\xcc\x98\xcd\ +\xa7\x12\x1e\xb3\xf4\x90\x6d\x37\x0a\x8f\x11\xb4\xf3\x7a\x19\x11\ +\x83\x67\xf6\x66\x5c\x42\x80\x7b\x07\x72\xed\xcd\x29\xc7\x16\x8d\ +\x71\xbe\xd2\x6f\xcc\xa7\x7a\xa6\x01\x7b\x04\x99\x86\x7f\x41\x76\ +\xfb\x3f\x35\x7c\x02\x32\x01\x90\x93\x77\x4c\x87\x18\x60\x02\x11\ +\x13\x89\x8e\xe6\xd8\x9a\x5b\x4c\xcb\x31\x70\x1f\x33\xf0\x75\xb9\ +\x8e\x1d\xef\x65\xde\x01\xfc\xe7\x62\x72\xc7\x2f\xd7\xcd\xf5\x4b\ +\xfe\xab\xbd\x7b\x80\xb5\x1d\x8b\x02\x30\xbc\xc6\xb6\xbb\x3b\xb6\ +\xad\x9e\x3e\x46\xc3\xf8\x46\x98\xf8\x59\x68\xbb\x3b\x6e\x72\xba\ +\xc7\x8c\x6f\x84\x89\x5f\x8c\xb1\x6d\xdb\x46\x7b\xf0\x6c\xf7\xa5\ +\x77\xec\xa3\xb6\xe7\xff\x92\x15\x4b\xfd\x93\xbd\x2e\x56\xea\xbb\ +\x23\x82\x42\xed\x07\x76\x0c\x6d\x33\x45\x2b\x93\xf6\xe8\x03\x22\ +\x00\x4c\xbb\xe9\xb9\xfa\xd3\xd9\x97\xee\x22\x28\xa6\xf9\x76\xb4\ +\x7f\x68\xdd\x74\xaf\x56\x66\x7d\x97\x3e\x1c\x02\xc0\x6c\x6c\x78\ +\xce\x7d\x3f\x79\xce\xc1\x82\x72\x08\xac\xfa\x89\x81\x8a\xef\xef\ +\xf0\xa3\x21\x00\xcc\xe3\x89\x37\xee\x0c\x41\x79\xf7\x03\xda\x36\ +\xef\xff\xc7\x8f\x85\x00\x30\x9f\xf2\xce\xaf\x88\x29\xe7\x8e\xee\ +\xa4\x6d\x33\x57\x2b\xb3\x84\x00\x10\x80\x7f\x98\xe5\x0d\xcf\x8d\ +\x78\xe7\x57\xf3\xc7\x86\x07\xe4\xfb\x81\x0d\x04\x80\x00\xfc\xd9\ +\x3b\x3f\x99\x7b\xe1\x21\x82\x6a\x0b\x0e\xab\x9f\x1c\x58\xf1\x83\ +\x04\x20\x47\x00\x9e\x4c\x16\xb8\x67\x0a\x86\x8b\xb6\xe2\x2b\xb5\ +\x32\x9f\x0d\x6d\x00\x08\xc0\x37\x4d\xdf\xbd\x4a\xc0\x7e\x60\xeb\ +\x2c\x1d\x9a\x00\x10\x80\x15\xd9\x3b\xff\xcb\x68\xe2\xae\x02\x64\ +\x16\x5a\xd1\x81\x95\xdf\x0f\x10\x80\x4d\xd9\x3b\xff\x2f\xcf\x6b\ +\x01\xbe\x65\xce\xd1\x96\x79\x9a\x00\x54\x6e\x5e\x6a\x2d\xa8\x5d\ +\x24\xc0\xbf\xde\x0f\xd8\xe6\x0b\x02\x50\xf6\x71\xbf\xcd\xde\xf9\ +\x9b\x45\xb6\x13\xe0\xbf\x88\x4e\x8d\x76\x2e\xed\x7e\x80\x00\xac\ +\xcc\xde\xf9\xdf\xce\xbf\x78\x37\x01\x3a\x11\x1c\x7e\xab\x15\x28\ +\x33\xaa\x95\xd9\x48\x00\x0a\x3f\x9b\x9a\x5e\x6d\x51\x5b\xbb\x47\ +\x08\xd0\x4d\xe1\x61\x37\x9f\xab\x95\x79\x96\x00\x14\x76\x5e\x49\ +\x16\x5c\xec\x08\xd0\x87\xdf\x1f\xf8\x92\x00\x14\x66\xbe\xe3\x9d\ +\x8f\xbe\x9a\x6f\xdf\xb5\x5b\x68\x1b\xad\x95\x59\x46\x00\x06\x36\ +\x2b\x53\xcf\xb9\x25\x9d\x31\x71\x4f\x01\x06\xe1\x5a\x3b\x56\x03\ +\x38\x7b\x4e\x00\xb6\x9e\xd7\xfa\x31\xbc\xe8\x28\x01\x8a\x20\x3c\ +\xfc\xe6\xf3\xb5\x32\xcf\x13\x80\x9e\xcf\x6b\xe9\x42\xd7\x15\xa0\ +\x88\x67\xcf\x43\x15\x8f\x84\xca\x7c\x45\x00\xba\x3e\xdf\x37\x16\ +\xba\x53\x36\x47\xb2\xbd\x00\x45\x16\x59\xd1\xee\xf9\x59\xb3\x55\ +\x04\xa0\xe3\x59\x9b\x9d\xd7\x6a\x04\xb5\xbd\x04\x28\x93\x40\xdd\ +\x6a\x77\xb0\x1f\x20\x00\x5b\xdf\xf9\x3f\x79\xe3\x8f\x16\xa0\xcc\ +\x02\x3b\xbe\x40\x2b\xf3\x22\x01\xf8\xb7\xe3\xbc\x9e\x2e\x74\xc6\ +\x0b\x50\xa5\xfd\xc0\xb6\xb3\x66\x56\xfc\x23\x01\xf8\xcb\x69\x54\ +\xfa\x8c\x36\xe0\x1d\x72\xfb\x1e\xf9\x7e\x60\x35\x01\xf8\xed\x19\ +\xed\xd6\xec\x0b\xf7\x16\x60\x18\x5c\x6b\xc5\x87\x67\xfb\x81\x61\ +\x0f\x40\xf6\xce\x4f\x7c\xe7\x58\x01\x86\x51\x68\xd7\x27\x6a\x65\ +\xde\x1c\xbe\x00\xb8\x1f\xa4\xbe\x7b\x89\x00\x63\x38\x7b\x6e\x7e\ +\xaa\x7a\x00\x52\xaf\xd6\xe4\x9d\x0f\xfc\x89\xe8\xa0\x68\xcf\x7c\ +\x3f\xb0\xa6\x72\x01\xc8\xdf\xf9\x6d\x7d\xee\x3e\x02\xe0\xaf\x85\ +\xf6\xcd\xc7\x69\x75\xd3\xa2\x0a\x05\xe0\xd1\xd6\xc2\x71\xa7\x08\ +\x80\x7f\x2f\x54\xf5\xc9\xa1\x32\x6f\x97\x38\x00\x1f\xa6\x7e\xed\ +\x32\x01\xd0\xe9\x7e\xe0\xa6\xa4\x44\x01\x68\x6d\x7b\xe7\x47\x13\ +\x77\x14\x00\x9d\x9b\x77\x54\xb4\x6f\x60\x99\x5b\xb2\xfd\x40\x81\ +\x03\xb0\xbe\xe1\x3b\xa3\x3f\x2c\x9c\x78\xa0\x00\xe8\xc9\x7d\xc3\ +\x13\xb2\xfd\x40\x01\x03\xf0\x68\xdb\x73\x4e\x13\x00\xfd\x39\x7b\ +\x1e\x28\xf3\x6e\x01\x02\xf0\x71\xc3\x77\xaf\x10\x00\x7d\xdf\x0f\ +\xec\x18\xda\x66\x8a\x56\x26\x1d\x40\x00\xda\x4d\xcf\xd5\x9b\xa3\ +\x53\x77\x16\x00\x83\x13\x1e\x71\xf3\x7e\xf9\x7e\x60\x6d\xcf\x03\ +\x90\xbf\xf3\x7f\xf2\x9c\x83\x05\x40\x71\x04\x56\xfd\xc4\x40\xc5\ +\xf7\xf7\x30\x00\x8f\x27\xde\xb8\x33\x04\x40\xb1\xf7\x03\xda\xba\ +\xe9\xbd\xee\x05\xc0\xf9\x24\xf5\xdd\x11\x01\x50\xb2\xb3\xe7\xca\ +\x2c\xee\x20\x00\xcb\xb3\xf3\x5a\x9f\xce\xbe\x74\x17\x01\x50\x3e\ +\xf3\xed\x68\xff\xb1\xb3\xe7\xff\x21\x00\x1b\xb3\x33\xda\xc9\xdc\ +\x0b\x0f\x11\x00\xe5\xa7\xd5\x2d\x67\x06\xca\x5c\xff\x2f\x02\x70\ +\x7d\xb2\xc0\x3d\x53\x00\x00\x00\x00\x00\x00\x00\x00\xe5\xb7\x05\ +\x7a\xfa\x1a\x6e\x64\x07\x33\xb6\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x01\xa2\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\xb9\x00\x00\x04\xb9\ +\x01\x11\xe1\xcd\x27\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x1f\x49\x44\ +\x41\x54\x38\x8d\xa5\x93\x3d\x4e\x02\x51\x14\x85\xbf\xf3\x24\xb1\ +\x80\x06\x12\x5a\xb5\xa0\xd2\x10\xd7\xe0\x0f\x05\xb4\x64\x56\x00\ +\x89\x3d\x71\x1b\x46\x63\x34\x21\x04\x16\x30\x79\x0b\x30\x41\x74\ +\x0d\x16\x84\x8a\xc2\x68\xc9\x0e\x30\xc3\xa5\x98\x71\x44\x12\x88\ +\x8c\xa7\x7b\x37\xf7\x3b\xef\xdc\xbc\x77\xc5\x9a\x2c\x08\xaa\x98\ +\xb5\x91\x2e\x80\xa3\xa4\xfc\x0e\x8c\x70\xae\xaf\x30\x1c\xaf\xf6\ +\x2b\x05\xeb\xf5\x7d\x0a\x85\x5b\xe0\x0a\x70\xeb\xc6\x89\x22\xcc\ +\xba\x48\x1d\x79\x3f\x4f\x0d\x12\xf8\x09\x38\xdb\x00\xae\xeb\x15\ +\xa8\xcb\xfb\x79\x7c\x53\x3e\x7f\xb7\x03\x0c\x70\x0e\xdc\x00\xc8\ +\x82\xa0\x0a\xbc\x6d\x89\xbd\x49\x11\x8b\xc5\xa9\xc3\xac\x9d\x01\ +\x06\xd8\x43\x6a\x39\xa4\xcb\x0c\x70\x2c\xa9\x96\x03\x0e\xd2\x42\ +\xb9\x0c\x95\xca\x76\x68\x3a\x85\xd9\xec\xfb\x74\xe8\x00\xcb\x9c\ +\x00\x2c\x07\x7c\x02\xc7\x40\xec\xfc\xe3\xfe\x17\x7d\x38\xe0\xf9\ +\x1f\x09\x86\x0e\xe7\xfa\x40\x94\x01\x8e\x80\x81\x53\x18\x8e\x31\ +\xeb\xee\x8c\x9b\x3d\xca\xfb\x49\xfc\xfe\x52\x07\x78\xd9\x01\x1f\ +\x51\x2a\x5d\x43\xf2\x81\x92\xc5\x68\x00\x0f\x6c\x1f\x27\xc2\xec\ +\x9e\x62\xb1\xa1\x5e\xef\x0b\x56\xb6\x31\x4d\xd6\x6c\x9e\x20\xb5\ +\x90\x6a\xfc\x5e\xe7\x21\x30\x90\xf7\x93\xd5\xfe\x25\x9e\x1f\x50\ +\xd8\x80\x33\x47\x08\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x02\xb3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x30\x49\x44\ +\x41\x54\x38\x8d\x7d\x93\xcd\x4e\x13\x61\x14\x86\x9f\xf3\xcd\x30\ +\x05\x0b\xb6\x74\x3a\xc0\xc2\x06\x17\x6c\x44\xc1\x8d\x46\xb7\x28\ +\x86\x94\x84\x2d\x5e\x00\x24\xee\x89\xb7\x61\x34\x46\x13\x16\x7a\ +\x15\x26\x14\x01\xbd\x00\x56\x10\x29\x2c\xd8\x00\x9a\x58\x40\xe8\ +\x0f\xe5\xa7\x33\x9d\x39\x2e\x0a\xa4\x16\xf0\x5d\x7d\x39\x79\xcf\ +\x93\x9c\xf7\xcd\x27\xb4\xa8\xb0\xd8\x3b\x64\x2b\xd3\x8a\x3e\x07\ +\xee\x9e\x8f\xb7\x04\x5d\x32\x6a\x3e\xa5\xc6\x76\xd7\x9a\xfd\x72\ +\xf1\xd8\x9c\x1b\x88\x25\xad\xca\x5b\x44\x5e\x89\x93\x30\x84\x27\ +\x68\xe8\xb7\xf2\x43\x85\x59\xaf\xe4\xcd\xc8\x64\xde\xbf\x04\x6c\ +\xce\x0d\xc4\x92\x6d\xe5\x9c\x58\xf1\x11\xe9\xe8\x41\x6b\x45\x34\ +\x38\x06\xad\xb7\x02\x2e\xf4\x3d\x5d\xf2\xb2\x32\x99\xf7\x0d\x40\ +\xd2\xae\xbc\x13\x2b\x3e\x22\xb1\x14\x7a\x76\x80\x38\xdd\x88\x1d\ +\xbf\x69\x19\xe0\xd9\x7e\xf2\xcf\x1b\x00\x29\x2c\xf6\x0e\x59\xca\ +\x8a\xe9\xec\x37\x5a\x3b\x40\x9c\xdb\x68\x50\x41\xda\x92\x44\xc7\ +\x3f\xff\x07\x09\x4d\x64\x1e\xda\xb6\x32\x8d\x93\x30\xea\x97\x90\ +\x98\x8b\xfa\x87\x88\xd5\x49\x58\xab\xa0\xe9\x97\x8d\xa0\x8a\x39\ +\x24\xac\xb4\x02\xac\xc8\x8a\xa6\x64\x7f\xa1\x27\x8f\x71\x06\xd1\ +\x08\x63\xc7\xa1\xad\x8b\xd0\x3f\x22\xbc\xf7\xe5\x4c\xec\xf8\x2a\ +\x20\x1a\x54\x87\xad\x8d\x89\xf6\x56\x88\xc2\x9a\x41\xc8\x10\xf9\ +\xa0\x75\xa2\xa0\x4c\x74\xf2\x0b\x4d\x66\x11\x3b\xbe\xda\xe7\x65\ +\x9e\xf6\x79\x99\x27\xd8\xf1\x1f\xda\x9d\xbd\x72\x83\x08\xfd\xe6\ +\xfa\xf3\x14\x9a\x2a\x16\xb9\x9c\x5d\x91\x41\xb9\x92\x94\x14\x73\ +\x68\x50\x1d\xfe\xbd\xb7\xb3\x5c\xd8\xdf\x59\xd6\x7a\x75\x48\x8a\ +\xf3\x98\x78\x06\x71\x12\x20\x36\x62\x39\xa8\xb2\x6d\x0b\xba\xa8\ +\xc8\xe0\x3f\x80\xb0\x82\xb5\x31\xd1\xae\xdd\xd9\xc7\xa0\x58\xc5\ +\x1c\x26\xd6\x85\x06\x25\xc4\x71\x9b\x7c\xfe\x82\x1c\x7e\xed\x7d\ +\x10\x8a\xae\x00\xd6\xf5\xe7\x80\xb9\x75\x07\xad\x97\x11\x3b\x41\ +\xe4\x97\x31\x1d\x2e\xd1\xd1\x76\x68\x8c\x0c\x9b\xd4\xd8\xee\x9a\ +\xc2\xec\x4d\xcb\x00\x5a\x3f\x42\x1c\xb7\xb1\x1c\x4b\xa0\xa7\x7b\ +\x08\x7c\x74\x47\x0b\xeb\x06\xc0\x2b\x79\x33\xc0\xb7\x1b\x01\xc1\ +\x31\xea\x17\x31\xed\x2e\x5a\x3b\x44\x83\x93\x25\x37\xb5\xfb\xba\ +\x11\x22\x20\x93\x79\x3f\x5d\xf2\xc6\x15\xf9\x00\x84\x57\x08\xd2\ +\x28\x2b\xaa\x6e\x87\xd4\x4f\xdf\xa7\xdd\xbd\x71\x79\x44\x00\x4d\ +\x55\x5d\xe8\x60\xbe\xef\x7e\x64\x45\x53\xaa\xbc\x90\xf3\xef\xac\ +\xb0\x25\xb0\x60\x8c\xf9\xec\x8e\x16\xd6\x9b\xfd\x7f\x01\xbf\x99\ +\xe7\x9b\x71\x08\xcd\x5f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x04\xa6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x15\x63\x00\x00\x15\x63\ +\x01\x05\xde\x81\xc6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x23\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x5f\x4c\x5b\x55\x1c\xc7\x3f\xe7\xde\x76\ +\x74\x61\x1d\x2b\x8e\x0e\xe6\xc8\x98\x92\x39\x4a\x06\x18\xc0\x80\ +\x59\xe7\xd3\xe2\x12\x93\xa5\x09\x36\xe1\xc1\xa7\x69\x62\x3a\xc3\ +\x1e\x97\x91\x19\x63\x7c\xd3\x47\x7d\x32\x26\x26\x3e\x63\x62\x34\ +\xbe\xf9\xe6\x70\x6a\x36\xa2\x99\xae\xa0\x71\xe8\x74\x4a\xa8\xcc\ +\x31\x3a\x45\x88\xf4\xf8\xd0\x52\x3b\xe8\xbf\x7b\xee\x3d\xb7\xb5\ +\xdc\xcf\x1b\x94\xfb\x3b\xbf\xdf\xf7\x9e\x7b\x7f\xdf\xdf\x01\xc0\ +\xc3\xc3\xc3\xc3\xc3\x63\xc7\x22\xec\x5c\xfc\xec\x4b\x93\x2f\x4b\ +\x44\xa7\x53\xc9\xd4\x02\x65\x01\xc6\x12\x93\x31\x21\xf8\xc0\xc9\ +\x64\x6a\x81\x92\x00\x67\xce\x5e\x08\xfa\x03\xe6\x0d\x01\xff\xeb\ +\xbb\x0f\xe0\x53\xb9\x68\x57\x93\xf9\x1a\x0d\x50\x3c\x28\xec\x80\ +\x78\xe2\xe2\xa0\x14\xe2\x4b\xc0\xd4\x90\x8f\xeb\x18\x56\x7e\x38\ +\x1e\x8f\x9b\x52\x88\xb7\x69\x90\xe2\xc1\xa2\x00\x32\xdc\x3d\x01\ +\x0c\x6a\xca\xa5\x26\x54\xfd\x08\x8c\x9f\xbb\xd4\xf9\x0f\x99\x1b\ +\x40\x50\x63\x3e\xae\x53\xf5\x0e\xd8\x20\xf3\x26\x0d\x56\x3c\x54\ +\x29\xc0\x58\x62\x32\x26\x21\xa6\x3b\x99\x5a\x50\xf1\x11\x68\xa4\ +\x9e\x5f\x8c\x8a\x3e\xa0\x91\x7a\x7e\x31\xca\x3e\x02\xf1\xc4\xc5\ +\x41\x04\x13\x4e\x2c\x24\x7c\x06\x7b\x8f\x3d\xec\x44\xa8\x82\xa0\ +\x82\x96\xde\x4e\x10\xea\x23\x4d\xc9\x7e\x1e\x8f\xc7\x4d\xd9\xfc\ +\xd0\x87\x80\xed\xac\x85\x69\x70\x28\x36\x4c\xdb\xe8\x51\x64\x46\ +\xf2\xd7\xed\x3b\x76\x43\x82\x10\x74\x9c\x3a\x4e\xf8\x64\x04\x7f\ +\x30\x40\xfa\xe6\xa2\x52\x98\x92\x3b\xc0\xc9\x9e\x1f\x7a\xbc\x8b\ +\xe0\xa3\xed\x00\x84\xa3\x3d\xec\x1f\x39\x6a\x2f\xa0\x10\x1c\x3c\ +\xdd\x4f\x68\xe0\x08\x00\xfb\xfa\x0e\xb3\xe7\x48\x9b\x52\xa8\xa2\ +\x3b\x60\xfc\xdc\xa5\xce\x0c\xf2\x7d\xa0\x49\x39\xc9\x02\x56\x17\ +\x96\xf1\x35\x37\xb1\xbb\x7d\x1f\x00\xcd\x87\xdb\xd4\x77\x42\xee\ +\xce\x87\xfa\xbb\xf2\xdf\x4a\x5d\x9e\x65\xf9\x9b\x9f\x95\x72\x2b\ +\x2a\x40\xcf\xf0\x89\xf7\x80\x7e\xa5\x88\x25\xb8\x3f\x9f\xb2\x2f\ +\xc2\x66\xf1\xb9\x3b\x0f\xd9\xe2\x97\x3e\xff\x5e\x39\xaf\x6d\x02\ +\x8c\x25\x26\x63\x08\x5e\x55\x8e\x58\x06\x5b\x22\x68\x28\x1e\xb6\ +\x08\x70\xe6\xec\x85\xa0\xe9\x37\x3e\x16\xd0\x62\x2b\x6a\x19\x94\ +\x44\xd0\x54\x3c\x6c\x11\xe0\xf8\xc8\xc9\xd7\x85\xe0\x69\xdb\x51\ +\x2b\x60\x49\x04\x8d\xc5\x43\x81\x00\xd9\x9e\x2f\xde\xc1\xe2\x84\ +\xa8\x4a\x55\x22\x68\x2e\x1e\x72\x02\x38\xd9\xf3\xad\x50\x56\x04\ +\x17\x8a\x87\x9c\x15\x96\xe1\xee\x09\x64\x0d\xe6\x7c\x29\x59\xf8\ +\xe4\x3a\x00\xa1\x81\x2e\x20\xeb\x13\x00\xfc\xc1\x80\xf6\xe2\x01\ +\x44\x5d\xcc\xf9\x42\xd0\x71\xaa\x2f\x2f\xc2\x56\x74\x15\x0f\x60\ +\xd4\xc5\x9c\x9f\xdb\x09\x77\xbf\xfe\x69\xdb\x47\x3a\x8b\x07\x97\ +\x5e\x78\x55\x63\xeb\xd7\x34\x6a\x18\x26\xc6\x79\x20\xed\xfe\xd2\ +\x05\x14\xb1\xb7\x9b\x84\xa3\x3d\xec\x1f\xb5\x39\x3b\x94\xc1\xfc\ +\xf6\xea\xe5\x95\xc8\x13\xd1\x55\xe0\xb4\xb6\x55\xca\x51\xec\x6d\ +\x3f\x3d\xc7\xfa\x1f\x69\x76\xb7\x87\x00\x9b\xb3\x43\x05\x4c\x80\ +\xde\xae\x8e\xab\x34\xb7\x3e\x03\x1c\x74\x7c\x85\x72\x94\x69\x75\ +\xd9\x16\xb9\x4b\xbb\x08\x26\x40\x32\x99\x94\xbd\x43\x27\x66\x10\ +\xe2\x79\xdc\x7a\x2f\x54\xd1\xe7\xdd\x10\x21\xef\x04\x93\xd7\xa6\ +\x17\x22\x43\xd1\x10\x82\x11\xc7\xa2\x97\xc2\x82\xc9\xd1\x2d\xc2\ +\x03\xb3\x40\x77\xdf\x93\x57\x0c\x9f\xf1\x9c\xce\x61\x48\xc5\xe1\ +\xe9\x14\xe1\x01\x01\xbe\xfb\xea\xb3\xf5\xc8\x50\xf4\x47\x21\x18\ +\xb7\x1d\xb9\x18\x36\xec\xad\x2e\x11\xb6\x9d\x07\xcc\x5e\x9b\x9e\ +\xeb\x1d\x8e\x0e\x00\xc7\x6c\x45\xde\x8a\x03\xde\x5e\x87\x08\x45\ +\x4f\x84\xfa\x86\x9f\xba\x92\x41\xbe\x80\x43\x47\x62\x4e\x0e\x36\ +\x4e\x8b\x50\x54\x00\xa7\xbd\x41\xeb\xd0\x23\xb4\x8d\x3e\x96\xff\ +\x3a\xf5\xe9\x2c\x4b\x5f\xa8\xdb\xdb\xfb\xf3\x29\xfc\x7b\x03\x04\ +\x0e\xfc\x37\x45\xae\xfe\x76\x97\xf5\xe5\x3f\x2d\xc7\x2a\x79\x2c\ +\xee\xa4\x37\xf8\x7b\xf1\x1e\x81\x03\x2d\x34\xb5\xee\xc9\xde\x79\ +\x1b\xc5\x6f\x92\xbe\xb9\x98\xdf\x09\xcb\xd7\x6f\x71\x67\x66\x5e\ +\x29\x4e\x59\xf7\xed\xe4\x1f\x43\x08\x9f\x41\xb0\xbb\x83\x95\xb9\ +\x5f\xed\x86\x2a\x08\x2a\x68\x89\x1c\xe2\x5e\xf2\x36\x48\xa9\x14\ +\xa2\x6c\x61\x8e\x7a\x83\x8c\x64\x6d\xc9\xf9\x91\x63\xed\xf7\x15\ +\x5b\xd7\x57\x74\x7d\xeb\x6b\x1b\xaf\x48\xf8\xc5\xd6\x2a\x75\x4c\ +\x45\x01\x3e\x7a\xf7\x8d\x34\x92\xf3\x6e\x24\x53\x0b\xaa\x7a\xb6\ +\xb5\x79\x83\x3a\xa0\xea\xc1\xa7\x2e\xce\x0d\x34\x50\xf5\xdb\xbd\ +\xe6\xe7\x06\x9a\xb0\x34\xfa\x8a\xd4\x0f\x6f\x01\x33\x9a\x72\xa9\ +\x09\x96\x04\x98\x9a\x9a\xda\x10\x52\xbe\x08\x6c\x68\xca\xc7\x75\ +\x2c\x1b\x1c\x57\xcf\x0d\x5c\x40\xe9\xf4\xa7\x91\xbc\x81\x92\x00\ +\x8d\xe4\x0d\x76\xfc\x3f\x4c\x78\x78\x78\x78\x78\x78\xec\x60\xfe\ +\x05\x23\x04\xd5\xb3\xb5\xa3\xd9\x0b\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x05\x60\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\xb2\x00\x00\x10\xb2\ +\x01\x10\x6c\x57\x5e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xdd\x49\x44\ +\x41\x54\x78\x9c\xe5\x9b\xdf\x6f\x53\x65\x18\xc7\x3f\xcf\x39\xdd\ +\x80\x6e\x43\x18\x6d\x37\x16\x99\x90\xc8\x95\x5e\x10\x31\x5e\xb8\ +\x4d\x1c\x42\x11\x95\xa8\x31\x91\xc4\x44\xb6\x18\x41\x90\xa0\x31\ +\xe1\xcf\x20\x5c\x48\x1c\x5e\x10\xc9\xf0\x82\x64\x89\x11\x83\xac\ +\x6b\xe7\x20\xf1\xc2\x78\x61\x14\x2e\x50\x09\xe0\x80\xc0\x58\x7b\ +\xba\xb9\x21\x20\xd0\xee\xbc\x5e\x8c\x62\x39\xeb\xfa\x63\x3d\x3d\ +\xa7\x3f\xbe\x57\xeb\x79\x9f\x3e\xef\xfb\xf9\x9c\x73\x9a\xf6\x3d\ +\x99\x50\x61\x19\x0f\xb7\xac\xd1\x51\x3f\x21\x0c\xfb\x83\xb1\x1d\ +\xc5\xf6\xd3\xec\x58\x94\x93\x11\x4d\x3d\x87\xd0\x0a\xf2\x86\x1d\ +\xfd\x2a\x4f\x80\xa9\xc4\xce\x7e\x15\x27\xc0\xee\xb8\x2e\x60\x3c\ +\xdc\x12\x88\x47\x02\xef\x8f\x9d\x6c\xf3\x96\x6a\x8e\xc9\x70\xcb\ +\xb3\xf1\x70\xe0\xad\x4c\x63\xae\x0b\xd0\x45\x1d\x50\x70\xac\x6e\ +\x51\x32\x1c\x3b\xe3\x6f\xb4\xbb\xbf\x11\xf1\x6d\x98\x11\xf5\xb3\ +\x12\xbe\x8d\x0d\xf9\xbb\xac\xe3\xae\x0b\x00\x09\x01\x0a\xe8\x94\ +\x84\x84\xec\x94\x60\x44\x7c\x1b\x40\x3b\x05\x34\x08\x5c\x59\xec\ +\xa9\xff\xdd\x5a\xe3\xba\x00\x7f\x30\x7a\x5c\x29\xf5\x21\x60\x02\ +\x9d\x5a\x42\xc2\xc6\x77\xbe\xa6\x62\xfb\xc6\x86\xfd\x9d\xa0\x7d\ +\x0f\x34\x00\xd7\x92\x4a\x36\x2e\xdd\x74\x63\xc2\x5a\xe7\xba\x00\ +\x80\xc0\x16\xe3\x2b\xa5\xd4\x4e\xc0\x54\xf0\x22\x4b\xb4\x50\x31\ +\x12\x62\xc3\xfe\x4e\x51\x12\x02\x1a\x81\x6b\x33\x4a\x5e\x6e\xdd\ +\x12\x1d\xcd\x54\x5b\x16\x02\xe0\x71\x09\x40\xc7\x7c\x12\x94\x92\ +\x8b\x40\x02\xd4\xf9\x4c\x7d\x0a\x81\x87\x32\x12\x00\xb3\x12\x40\ +\x3e\xe2\x91\x04\xfd\xa4\x1a\x40\x4f\xaf\x69\x79\x35\x76\xce\xd4\ +\x58\x75\xbb\xce\xbb\xd9\xfa\x7e\x23\xe2\x7b\x5e\x94\x0c\x31\x0b\ +\x3f\xea\xd1\xf5\x97\xb2\xc1\x43\x99\x09\x00\xf0\x07\xa3\x47\xfe\ +\x97\xa0\x3a\xc7\x1b\x5b\x9b\xad\x35\x2d\x9b\x62\xd1\x35\xdd\x57\ +\xee\x59\x8f\x8b\xc8\x26\x66\xef\xf9\x51\x8f\xae\x77\x2f\x7f\xe5\ +\xe6\xd5\x5c\xf3\xd9\xfa\xad\xca\xce\x18\x11\xdf\x06\x41\xf7\xf8\ +\x82\xd1\x91\x7c\xdf\x33\x76\xb2\xcd\xeb\x59\x94\x78\x97\x3a\x86\ +\x02\xdd\xc6\x78\x29\xd7\xe7\x6a\x3e\xf8\xe4\xf0\xdb\x9f\x1d\x1c\ +\x58\x62\x47\xaf\xb2\xbb\x05\x72\xa5\x77\x4f\xdf\xee\xa5\x2b\x9e\ +\xfe\xe6\x5e\x4c\xbb\xbc\x7f\xff\xb1\x86\x62\xfb\x95\xed\x2d\x90\ +\x29\xbd\x7b\xfa\x76\x2f\x6b\x5d\xdb\xa7\x6b\x1e\x01\xb8\x7b\x67\ +\xe2\x66\x43\xf2\xee\xda\x03\x07\x76\xdc\x59\x68\x4f\xc7\x05\xa8\ +\x01\xf4\x69\xef\x13\x4b\xe7\x1b\x4f\xcc\xd4\x25\xfd\x6f\xc6\xff\ +\xb1\x1e\xb7\xc2\xa7\x32\x9f\x84\x7c\xe7\x71\x54\xc0\x44\xb8\x79\ +\x95\x29\x9e\x5f\x01\x5f\xb6\x3a\x05\xfd\x81\x60\xac\x37\xf5\x7a\ +\x3e\xf8\x54\xac\x12\x26\x06\x9b\x9f\x34\x3d\x9e\xdf\x72\xcd\x03\ +\x7c\xed\xec\x67\x80\x5e\xdf\x04\x2c\xcb\x55\x26\xa2\xda\x53\x7f\ +\xf7\xec\xed\xdb\xbb\x3c\x0b\x3c\x80\xd7\xdb\xbc\x32\x7e\xff\xfe\ +\xa7\xa9\xd7\x4a\x97\xc6\x7c\xe6\x01\x69\x77\xfc\x16\xf8\x7b\x64\ +\xe5\x53\xc9\x64\x22\xeb\x99\x49\x3c\xa8\xff\xa3\x6d\xdb\xd8\xdd\ +\x5c\x67\x1e\x00\xa5\x98\x34\x2e\x0d\x1c\x3d\xb4\x6b\x7b\xfa\xe1\ +\xc9\xe1\xb6\xf6\x19\xf3\x81\x3f\xdb\x3c\x33\xe8\x7f\x96\xed\x87\ +\x60\x31\xf0\x85\xa4\x2c\x05\x38\x05\x0f\x65\x28\xc0\x49\x78\x28\ +\xb3\x2f\x42\xc5\xc2\x2b\x85\x18\x61\xdf\x7a\x35\xf0\x4c\x7d\xbe\ +\x73\x96\x8d\x00\x3b\xce\xfc\x44\x24\xb0\x07\xd1\x7e\x89\x2f\x37\ +\x7e\xc8\x77\x67\xa9\x2c\x04\x74\x6f\xed\xe9\x98\x9e\xbe\x7e\x50\ +\x90\xec\xf0\xf1\xcb\x59\x2f\x7b\xa5\x99\x57\x01\x13\x45\x97\x24\ +\x65\x30\x1f\x09\xae\x0b\xe8\xde\xda\xd3\x21\x22\xa1\xe9\xa9\xb1\ +\x25\xa3\x17\x4e\x63\x9a\x33\x73\x8b\x52\xf0\x9f\xef\xdc\x7e\x33\ +\xd4\xba\xda\x88\x04\x6e\xc4\xc2\x81\x7e\x6b\x99\x7f\x73\xfc\xd4\ +\xa3\x4d\x15\x45\x97\x24\x64\x28\xd7\xce\x92\xab\x02\x52\xf0\x40\ +\x13\xc0\xad\xa9\x31\xe6\x48\x48\x83\x07\xd0\x3c\xe6\x7a\xa0\x4d\ +\x44\xb6\x65\xea\x99\xef\xce\x52\x2a\xae\x09\xb0\xc2\xa7\xf2\x98\ +\x04\x0b\x3c\xe4\xf7\x64\xa8\x10\x09\xae\x08\x98\x0f\x3e\x95\x5b\ +\x53\x63\xfc\x75\xe1\x8c\x9a\x34\x2e\x1d\x4f\x87\x2f\x24\x73\xb6\ +\xd7\xbc\xda\xa9\xd1\x33\xab\x17\x5b\xeb\x1c\x17\x90\x0b\xfe\x61\ +\xd4\xed\xa9\xeb\xfb\x8e\x1e\xda\xf5\x5e\x31\x73\x3d\xb6\xbd\xa6\ +\xe8\x6a\x4a\xfc\xdb\x61\xad\xf1\x14\x33\x41\xa1\xc9\x17\x5e\x50\ +\xfb\x46\x06\xfb\xbf\xb0\x63\x4e\x7f\x30\x7a\x24\x1e\x0e\xc4\x15\ +\xac\x5b\xb1\x22\xfa\xa3\x75\xdc\x31\x01\x6e\xc0\xa7\xe2\xdb\x12\ +\x3b\x01\x9c\xc8\x34\xe6\xc8\x2d\xe0\x26\x7c\xae\x94\x5c\x40\x39\ +\xc3\x43\x89\x05\x94\x04\x5e\xb8\x04\x24\x41\xcd\x79\xd0\xb9\x90\ +\x94\x4c\x40\xa9\xce\x7c\x20\x68\x9c\xc5\x34\xdb\xef\x35\xd6\xcf\ +\x79\x32\xb4\x90\x94\xe4\xe7\x70\xb9\x5f\xf6\xe9\xb1\x5d\x40\x25\ +\xc1\x83\xcd\x02\x2a\x0d\x1e\x6c\x14\x50\x89\xf0\x60\x93\x80\x4a\ +\x85\x07\x1b\x04\x54\x32\x3c\x14\x29\xa0\xd2\xe1\xa1\x08\x01\xd5\ +\x00\x0f\x0b\x14\x50\x2d\xf0\xb0\x00\x01\xd5\x04\x0f\x05\x0a\xa8\ +\x36\x78\x28\x40\x40\x35\xc2\x43\x9e\x02\xaa\x15\x1e\xf2\x10\x50\ +\xcd\xf0\x90\x43\x40\xb5\xc3\x43\x16\x01\xb5\x00\x0f\xf3\x08\xa8\ +\x15\x78\xc8\x20\xa0\x96\xe0\xc1\x22\xa0\xd6\xe0\x21\x4d\x40\x2d\ +\xc2\xc3\x43\x01\xb5\x0a\x0f\x20\xb5\x0c\x0f\xe0\x11\xe1\x1d\x72\ +\xc0\x03\x1f\x8f\x0c\xf6\x7f\xe9\xd0\x9a\x1c\x8d\x3e\x7a\xf1\x5c\ +\x64\xf5\xda\x75\x3e\x81\x17\x32\x8c\x2b\x41\xed\x3b\x3d\xd8\x7f\ +\xd8\xf1\x95\x39\x14\x1d\xe0\xca\xc5\xb3\xa1\x0c\x12\xaa\xf6\xb2\ +\x4f\xcf\xa3\xff\xc7\xb1\x48\xa8\x09\xf8\x4c\x91\x8d\xaf\xf7\xf4\ +\x6d\x7c\xad\x77\xb7\xdb\x0b\x71\x2a\xff\x01\x09\x50\xc8\x58\xf1\ +\x9f\x52\x16\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0d\x86\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\xbf\x00\x00\x0f\xbf\ +\x01\x9f\xb0\x32\xa7\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0d\x03\x49\x44\ +\x41\x54\x78\x9c\xc5\x9b\x5d\x6c\x1b\xd7\x95\xc7\x7f\x77\xf8\x29\ +\x51\x34\x25\x45\x96\x69\x8b\xb1\x29\xc9\xb2\x2d\x4b\xae\x9d\xc4\ +\x85\x8b\xd6\x46\xd3\x87\xe4\xa1\xdb\xb8\xe9\xd6\x56\x12\x3b\x49\ +\xb3\x69\x9a\xf6\xa1\x45\x51\x20\xc8\x02\x0b\x64\x81\xc5\xc6\x45\ +\x3f\x50\xa0\x68\x51\xa4\xc5\x66\xdd\xa6\x6d\xbc\xb5\x9c\xa6\x69\ +\xd0\x7d\x0a\xd6\x01\x62\x20\x70\x76\xe3\x24\xb2\x25\x4b\x32\x65\ +\xaa\x92\x65\x8b\xfa\xb4\x64\x45\x14\xc9\x21\xe7\xee\xc3\xcc\xc8\ +\x14\x39\xfc\x1a\xd1\xc9\x1f\x20\x30\x9c\xb9\x73\xee\x3d\x67\xce\ +\x39\xf7\xde\x73\xce\x15\xdc\x61\xbc\x0e\xcd\x2a\x1c\x52\xa0\x5b\ +\x83\x5d\x02\x76\x00\x0d\x40\x3d\x50\x67\x34\xfb\x18\x58\x00\x6e\ +\x0a\x18\x96\x30\x24\x61\x40\xc0\x3b\x3d\x30\x73\x27\xc7\x27\xee\ +\x04\xd1\xd7\x60\xbf\x84\x63\x12\x1e\x00\xba\xd6\xd1\x8f\x04\xfa\ +\x81\xb7\x34\x78\xf5\x51\xf8\xa0\x6a\x83\x34\x50\x35\x01\xfc\x15\ +\xfc\x49\xf8\x16\xf0\x4d\x60\x77\xf6\xb3\xba\xba\x3a\x1a\x1a\x1a\ +\xf0\xfb\xfd\xf8\xfd\x7e\x3c\x1e\x0f\x6e\xb7\x1b\xa7\xd3\x09\x40\ +\x3a\x9d\x26\x95\x4a\x91\x4c\x26\x59\x5a\x5a\x62\x69\x69\x89\xf9\ +\xf9\x79\x96\x97\x97\x73\xbb\x19\x90\xf0\x9f\x02\xfe\xa3\x47\xd7\ +\x9a\x75\x63\xdd\x02\x78\x15\x1a\x9c\xf0\x7d\x01\xdf\x03\x1a\x01\ +\x84\x10\x04\x83\x41\x42\xa1\x10\xcd\xcd\xcd\xd4\xd6\xd6\xda\xa2\ +\x1d\x8f\xc7\x99\x9e\x9e\x66\x62\x62\x82\x58\x2c\x86\x94\xd2\x7c\ +\x34\x07\xfc\xc2\x05\xbf\xf8\x9a\x6e\x3a\xb6\x61\x5b\x00\x12\xc4\ +\x6b\xf0\x94\x84\x1f\x03\x1b\x01\x6a\x6b\x6b\xe9\xe8\xe8\x60\xdb\ +\xb6\x6d\x78\x3c\x9e\xf5\x8c\x2b\x0f\x89\x44\x82\xf1\xf1\x71\x22\ +\x91\x08\xf1\x78\xdc\xbc\x3d\x25\xe0\xf9\x23\xf0\x07\xa1\x9b\x4b\ +\xc5\xb0\x25\x80\x3f\x41\xbb\x02\xbf\x03\x0e\x02\xf8\x7c\x3e\x76\ +\xef\xde\xcd\xd6\xad\x5b\x51\x14\xc5\x0e\xc9\xb2\xa1\x69\x1a\x63\ +\x63\x63\x0c\x0e\x0e\x66\x9b\xc8\x3b\xc0\x53\x3d\x30\x5a\x29\xbd\ +\x8a\x05\x70\x1a\x1e\x16\x70\x12\x68\x50\x84\xa0\xbd\xa1\x81\xee\ +\x5d\xbb\x70\xb6\xb4\x54\x4a\x6a\x5d\xc8\x64\x32\x0c\x0d\x0d\x31\ +\x3c\x3c\x4c\x26\x93\x01\xb8\x25\xe1\x5b\x8f\x40\x6f\x25\x74\xca\ +\x16\x80\xa1\xf2\x3f\x91\xf0\x1c\x40\xbd\xd7\xcb\xe7\x42\x21\xfc\ +\x6e\x37\x08\x01\xdb\xb7\x83\xdb\x5d\x19\x17\x55\xc0\xd2\xd2\x12\ +\xe7\xcf\x9f\x67\x61\x61\xc1\x18\x26\x3f\x3e\x0a\xff\x52\xae\x49\ +\x94\x25\x80\xdf\x80\xab\x11\x4e\x4a\x78\x1c\x60\x7b\x63\x23\x7b\ +\x37\x6d\x42\x11\x59\xaf\x07\x02\x10\x0a\x55\xcc\x40\x35\x90\xc9\ +\x64\xe8\xeb\xeb\xe3\xea\xd5\xab\x00\x08\x78\xa5\x09\x9e\xf9\x12\ +\xa4\x4b\xbd\x5b\x52\x00\xbf\x01\x57\x03\xfc\x19\x78\x48\x00\xf7\ +\x6c\xde\x4c\x7b\x43\x83\x75\xe3\xb6\x36\xa8\xa9\xa9\x68\xf0\xd5\ +\xc4\xc8\xc8\x08\x1f\x7d\xf4\x91\x39\x5b\xbc\xb9\x11\xbe\x5e\x4a\ +\x08\x45\x3d\x96\x04\xd1\xa8\xdb\xfb\x43\x8a\x10\x1c\x08\x85\x0a\ +\x33\x0f\x30\x35\x65\x63\xd8\xd5\xc3\xf6\xed\xdb\x39\x70\xe0\x80\ +\xe9\x88\x0f\xcf\xc2\xcb\xb2\xc4\x47\x76\x14\x7b\xd8\x0d\x3f\x95\ +\xf0\x1d\x01\x1c\x08\x85\xb8\x7b\xc3\x86\xe2\x23\x50\x55\x5d\x03\ +\xaa\x3c\x05\x56\x82\x40\x20\x80\xdf\xef\xe7\xfa\xf5\xeb\x48\xd8\ +\x77\x19\x3c\x67\xe0\x7f\x0a\xb5\x2f\x28\x80\x5e\x38\x02\xfc\x1c\ +\x60\x5f\x30\x48\x6b\x7d\x7d\x79\x23\x48\x24\xa0\xa1\x41\x77\x8c\ +\x9f\x12\x02\x81\x00\x1e\x8f\x87\xc9\xc9\x49\x80\x2f\x1c\x85\x8b\ +\x67\x60\xc8\xaa\xad\xa5\x09\xfc\x09\xda\x81\x97\x41\x77\x78\x1d\ +\x8d\x8d\xe5\xf7\x9e\x4c\xc2\xc2\xba\x16\x67\x55\x41\x7b\x7b\x3b\ +\x6d\x6d\x6d\xa0\x9b\xc0\xc9\x5e\x68\xb5\x6a\x97\x27\x00\x09\xc2\ +\x58\xe4\x04\xea\xbd\x5e\xf6\x6e\xda\x54\x79\xef\xd3\xd3\xa0\x69\ +\x95\xbf\x57\x65\xec\xdb\xb7\x8f\x7a\x5d\x73\xeb\xd1\x67\xb1\x3c\ +\xb5\xcc\x13\xc0\x6b\xf0\x14\x70\x50\x11\x82\xcf\x85\x42\x6b\xa7\ +\xba\x72\x91\x4e\xc3\xdc\x5c\xe5\xef\x55\x19\x0e\x87\x23\xdb\x29\ +\xde\xdf\x0b\xc7\x73\xdb\xac\xe1\xee\x55\x68\x70\xc1\x30\xb0\x71\ +\xf7\xc6\x8d\x74\x6d\xdc\x68\xbf\x77\x45\x81\x8e\x0e\x30\x76\x7c\ +\xd2\xe3\x21\xb3\x63\x07\x99\xb6\x36\xb4\x60\x10\x59\x5f\x8f\x34\ +\xa6\x4c\xb1\xb2\x82\x58\x58\x40\x89\xc5\x70\x44\xa3\x38\xae\x5c\ +\x41\x24\x93\xf6\xfb\xce\x41\x7f\x7f\x3f\x83\x83\x83\x00\x53\xc0\ +\xce\x1e\x58\x34\x9f\x39\xb3\x1b\x3a\xe1\xfb\xc0\x46\x9f\xdb\xcd\ +\xae\xa6\xa6\xf5\xf5\xaa\x69\x30\x33\x83\xd6\xdd\x8d\x7a\xe8\x10\ +\xe9\x3d\x7b\xc0\xe5\xb2\x6c\x2a\x7d\x3e\xa4\xcf\x87\xd6\xd2\x42\ +\xfa\xbe\xfb\x40\x55\x71\x5e\xba\x84\xeb\xdc\x39\x94\x2a\x68\x52\ +\x67\x67\x27\x63\x63\x63\xc4\xe3\xf1\x4d\xc0\x77\x81\x13\xe6\xb3\ +\x55\x0d\xf8\x3d\xf8\xbc\xf0\x77\xa0\xe9\xb3\xf7\xdd\x47\x78\xc3\ +\x06\x98\x99\xb1\x6f\xcb\x1e\x0f\xa9\x47\x1f\x45\xfd\xca\x57\x74\ +\x6d\xb0\x03\x4d\xc3\xf5\xee\xbb\xb8\xcf\x9e\xd5\xcd\x6a\x1d\x88\ +\x46\xa3\x5c\xb8\x70\x01\xf4\xad\x74\xd8\x8c\x27\xac\x8e\xcc\x0b\ +\xdf\x06\x9a\x6a\x6b\x6b\xd9\x1a\x0e\x43\x53\x93\xbe\xbe\xb7\x31\ +\xa5\x69\x9b\x37\xb3\xf2\xa3\x1f\xa1\x1e\x3e\x6c\x9f\x79\x00\x45\ +\x41\x3d\x78\x90\x95\xa7\x9f\x46\xfa\xfd\xf6\xe9\x00\xe1\x70\x98\ +\x1a\xdd\xe4\xee\x12\xf0\xcc\x6a\x17\x59\x6d\xbe\x09\xd0\xd1\xd1\ +\x71\x7b\x4b\xeb\x72\xc1\x96\x2d\xd0\xde\x0e\xa5\x16\x41\x06\xb4\ +\xd6\x56\x12\x27\x4e\xa0\x6d\xdd\x5a\xb0\x8d\x43\x4a\x9c\x52\xe2\ +\x36\x7e\x4e\x29\x71\xc8\xc2\x7b\x17\x2d\x14\x62\xe5\xd9\x67\xd1\ +\x82\xc1\xb2\xc6\x60\x05\x45\x51\xe8\xe8\xe8\x00\x40\xc2\xd3\xab\ +\xf7\x41\x8f\xe1\x01\xbb\x85\x10\x6c\xb5\x1a\xb8\xc7\x03\x77\xdf\ +\x0d\xe1\x70\xd1\xb5\xbe\xb6\x79\x33\x89\x17\x5e\x40\x06\x02\xf9\ +\x03\x90\x12\x8f\x94\xd4\x6a\x1a\x5e\xe3\xda\x65\xfc\x3c\x52\xe2\ +\x35\x9e\x79\xa4\xb4\x5c\xbb\xca\x40\x80\xc4\xf1\xe3\xc8\xba\x3a\ +\x8b\xa7\xe5\x61\xdb\xb6\x6d\x08\x5d\x9b\xf7\xf4\xc2\x3e\x30\x04\ +\x20\xe1\x18\x40\x30\x18\xc4\xeb\xf5\x16\xa6\xe0\xf3\xe9\x1b\x9e\ +\x50\x28\x7f\xeb\xeb\x76\x93\x7c\xee\x39\x4b\xe6\xdd\x52\x52\x63\ +\x7c\xe9\x62\xc6\x24\x00\xa7\x21\x08\xb7\x85\x46\xc8\x40\x80\xc4\ +\xe3\x8f\x17\x74\xa6\xa5\xe0\xf5\x7a\xd9\x74\x7b\x5d\x73\x0c\x6e\ +\x0b\xe0\x01\x80\x50\xb9\xdb\xd9\x40\x40\xf7\x0f\xc1\x20\x38\xf4\ +\xd5\x74\xea\xb1\xc7\xd0\xc2\xe1\x35\xcd\x04\xe0\x35\xbe\x72\xa5\ +\x70\x19\x5a\x91\x2b\x30\x6d\xcb\x16\x52\x87\x0e\x55\x4c\xcf\x44\ +\x16\x8f\x0f\x00\x28\xaf\x43\x33\x7a\xe8\x9a\xe6\xe6\xe6\xf2\x29\ +\x09\x01\x77\xdd\x05\x3b\x76\xa0\x75\x75\xe9\xde\x3e\x07\x9e\x12\ +\xb6\x5d\x0a\x0e\xc3\x3c\x72\x91\xfe\xfc\xe7\x6d\x9b\x42\x96\x06\ +\xec\x3d\x05\x4d\x8a\x0a\x87\x00\x51\x57\x57\x67\x2f\x7a\xab\x28\ +\xa8\x0f\x3f\x9c\xe7\xed\xdd\xa5\x99\xff\x18\x3d\xe6\x3f\x40\x91\ +\x10\xb7\xc3\x70\x94\xd9\x90\x6e\x37\xea\xfd\xf7\x57\x3e\x56\xf4\ +\xc0\xad\xcf\xe7\x03\x10\x4e\x38\xa4\x28\xd0\x0d\xd0\x50\x6c\x9f\ +\x5f\x04\xd2\xe3\xd1\x17\x39\x59\x10\xc5\xd5\x7e\x10\x4d\xfb\x3a\ +\x6e\x77\x93\xe8\xea\xda\x23\xba\xba\xba\x71\xbb\x9b\x90\xf2\x08\ +\x05\x76\x6c\x2e\x0b\x53\x50\xef\xb9\x07\x69\x33\x04\x67\xf2\x2a\ +\xa0\x4b\x01\x76\x02\xf8\x6d\xce\xb3\x99\x1d\x3b\xf2\x9c\x52\xc1\ +\x61\x09\xf1\x37\x56\x56\xf6\x8b\x3d\x7b\x5e\x17\x1d\x1d\xab\x6b\ +\x5d\xd1\xd1\x91\x14\xdd\xdd\x7f\x26\x9d\xde\x0f\xfc\xb7\xd5\xab\ +\x79\x4e\xd1\xe5\xd2\xfb\xb6\x81\x2c\x5e\x77\x2a\x52\xcf\xd5\xd9\ +\x17\x80\xbe\xe5\x5c\x83\x02\xaa\x7f\x99\x78\xfc\x11\xb1\x7f\x7f\ +\xdc\xea\x21\x80\xd8\xbb\x77\x99\x74\xfa\x11\x2c\x34\xc1\x8a\xa6\ +\x55\xdf\xe5\xc0\xe4\x55\xc2\x4e\x05\x68\x02\x8a\x4f\x7f\x45\x90\ +\xbb\x38\x71\x50\x20\x06\xa5\x69\x2f\x14\x63\xde\x84\xd8\xbb\x77\ +\x19\x78\x21\xef\x3e\xf9\x42\xb0\xbb\x30\xca\xe2\xb5\x49\x01\xfc\ +\x00\x2e\x9b\x73\xab\xcc\xf1\x1d\xc2\xfa\xeb\x2f\xe3\xf5\x5a\xaa\ +\xb6\x25\x6a\x6b\xff\x06\xe4\x09\x2b\x57\xb0\xb2\xdc\x28\x55\x0e\ +\xb2\x78\xf5\x2b\x18\x29\x6a\x33\x51\x59\x29\x64\x4e\xfc\xaf\xc0\ +\xca\x3f\x9a\x6d\xf3\xa5\x20\x5a\x5b\x13\x58\x64\x79\x72\x69\x4b\ +\x9b\x5a\x9b\xc5\xab\xff\xce\xe6\xb1\x6e\xc3\x4e\x80\xf0\x13\x09\ +\x2a\x2a\x18\x73\x70\xda\xe6\x76\x33\x37\x70\x51\x60\xf3\xdc\x2a\ +\x23\x91\xb2\x43\xc5\x72\x74\xd4\x0b\x84\x73\xef\xe7\xd2\x16\x89\ +\x44\xb9\x24\xd7\x20\x8b\xd7\x25\x05\x58\x02\x50\x55\xd5\x16\x31\ +\x71\xf3\xe6\x9a\xff\x05\x66\x7f\x1f\xc9\x64\xfe\x52\xb1\x10\xe2\ +\xf1\x87\x80\xbc\x55\x59\x2e\x6d\x61\x33\xf8\x9a\xc5\xeb\x92\x02\ +\xcc\x82\x9e\x7e\xb6\x03\x25\x16\x5b\xf3\x3f\x23\x84\xb5\x10\x84\ +\x78\x51\xf6\xf5\xf9\x4a\xd1\x93\x03\x03\x75\xc0\xbf\xe7\xdd\x37\ +\x68\xaf\xe9\x5b\x0f\x7b\x57\x8c\x2c\x5e\x67\x15\x01\x57\x40\x4f\ +\x32\xda\x81\x23\x1a\xcd\xbb\x97\x3b\x50\x03\xbb\x70\x3a\x4f\x17\ +\x13\x82\xc1\xfc\x69\x8c\xc5\xd9\x1a\x9a\x56\x7d\x8f\x56\x9c\x0d\ +\x07\x6e\xf3\x2a\x60\x58\x41\x0f\x82\xda\x17\xc0\x95\x2b\x7a\x46\ +\x28\x0b\xa9\xc2\x11\xa4\x7f\xc0\xe9\x7c\x5f\x0e\x0c\x1c\x31\xec\ +\x1c\xd0\x6d\x5e\x0e\x0c\x1c\x05\xde\x07\xbe\x6c\xf5\x62\x2a\x37\ +\xb2\xa4\xaa\x7a\xdf\x36\x90\xc5\xeb\xb0\x53\x83\x7e\x01\xcc\xcf\ +\xcf\xdb\x22\x26\x92\x49\x9c\x97\x2e\x91\xbe\xf7\xde\xd5\x7b\x12\ +\x50\x85\x28\xb4\x1f\xd8\x05\x9c\x21\x1e\x8f\xcb\x81\x01\xfd\x13\ +\xc6\xe3\xad\x58\xd8\xbc\x09\xd5\xc2\xac\x9c\x17\x2f\x22\x52\x29\ +\x5b\x63\xbe\x69\xf8\x2d\x09\x03\x8a\xd0\xab\x2b\xe4\xf2\xf2\xb2\ +\x55\x51\x52\x59\x70\x9d\x3b\x97\x17\x3c\x4d\x09\x51\xc8\x14\x4c\ +\xd4\xa2\x6f\xc3\xbb\x28\xc2\x7c\x46\x88\x7c\x8d\xca\x64\x70\x9f\ +\x3b\x67\x6b\xac\x59\x7c\x6a\x69\x38\xa7\x18\x75\x78\xfd\x00\x33\ +\x33\xf6\x4a\xf2\x94\xb9\x39\x5c\xef\xbe\x9b\x77\x3f\x59\x5a\x08\ +\x45\x91\x31\x68\xe4\xc2\xf5\xe6\x9b\x88\xbe\xbe\x3c\xd3\x2b\x07\ +\xd3\xd3\xd3\xe6\x65\xdf\x31\x98\x35\x0d\xeb\x2d\x80\x89\x89\x09\ +\x7b\x23\x05\xdc\x67\xcf\xa2\xe4\xbc\x2f\x81\x84\x10\xa8\x36\x84\ +\xa0\x0a\x41\x42\x51\xf2\x54\x5f\x19\x1e\xc6\x7d\xfa\x34\xdc\xba\ +\x05\x91\x88\x9e\x86\xcb\x58\xb9\x48\x6b\x98\x3c\x4a\x83\x67\x53\ +\x00\xa7\x00\x62\xb1\x98\xed\xe9\x90\x74\x1a\xef\xa9\x53\x88\x5b\ +\xb7\xf2\x1e\xa5\x84\x20\xae\x28\xa4\x0b\x4d\x91\x06\x24\x7a\x35\ +\x43\x5c\x51\x2c\x1d\xa9\x98\x9f\xc7\xfb\xb3\x9f\xdd\xfe\xf2\x52\ +\xea\xb9\x8b\x91\x11\x98\x9f\xd7\xff\x17\x41\x22\x91\x60\xca\xa8\ +\x61\x70\xc0\xab\x60\x08\xa0\x07\x2e\x00\xfd\x52\x4a\xc6\xc7\xc7\ +\x4b\x33\x5b\x00\xe2\xe3\x8f\xf1\xfe\xf1\x8f\x88\xc5\xc5\xbc\x67\ +\x12\x5d\x9d\xe3\x8a\x42\x42\x08\x92\x86\x66\xa8\xc6\x75\xc2\x78\ +\x96\xb4\xf8\xea\x00\x62\x6e\x0e\xef\x8b\x2f\x22\xac\x32\x45\xe9\ +\x34\x4c\x4e\xea\x82\xb0\xf8\x00\x26\xc6\xc6\xc6\xcc\xea\x91\x8b\ +\x47\xe0\x22\x64\xed\x2f\xa4\x5e\x09\x42\x24\x12\x41\x5b\x47\x66\ +\x57\x89\xc5\xa8\xf9\xf5\xaf\x71\x8c\x8d\x15\x6c\x93\x11\x82\xb4\ +\xe1\xdc\x52\xc6\x75\x31\x5f\xa1\x0c\x0f\x53\xf3\xfc\xf3\x28\x45\ +\x68\x02\x90\x4a\xc1\xb5\x6b\x10\x8d\x42\x8e\x43\xd7\x34\x8d\x48\ +\x24\x62\xfe\x3d\x69\x5e\xac\x16\x48\x1c\x86\x4b\x4e\x78\x56\x55\ +\xd5\x5a\x9f\xcf\x67\x3b\x44\x06\x20\x8c\xdc\x1e\x52\xa2\xb5\xb4\ +\xac\x46\x8e\x2b\x46\x3a\x8d\xeb\x8d\x37\xf0\xfe\xea\x57\x88\x78\ +\xc9\x50\xc2\x9a\xf7\x58\x58\x80\x95\x15\xf0\x7a\xc1\xe9\x24\x1a\ +\x8d\x72\xed\xda\x35\xd0\x53\x63\xdf\x38\x03\x29\xc8\x12\xc0\x5f\ +\x40\x3d\x02\x5e\x01\x5f\x5a\x5c\x5c\xa4\xad\xad\x6d\x7d\x45\x8f\ +\x9a\x86\x63\x74\x14\xd7\x07\x1f\x80\xcb\x85\xd6\xdc\x5c\xbe\x20\ +\x54\x15\xe7\x87\x1f\xe2\x7d\xe9\x25\x9c\x6f\xbf\x6d\x3f\x3f\x99\ +\x4a\xc1\xc2\x02\xe9\x95\x15\xde\xbb\x7c\x19\x55\x55\x11\xf0\x62\ +\x0f\x9c\x35\x9b\xac\xd1\xbb\xbf\x40\xbd\xaa\xaf\x0c\x9b\x3b\x3b\ +\x3b\xe9\xee\xee\xb6\xd7\xb1\x05\xa4\xdb\xad\xa7\xc7\x5b\x5b\xd1\ +\x36\x6f\xb6\x4e\x8f\x4f\x4e\xe2\x18\x1d\xd5\xd3\xe3\xa9\x94\xfe\ +\x25\x47\x46\x2a\xf2\xf2\x56\xb8\x34\x3d\xcd\xd0\xec\x2c\xc0\xa4\ +\x07\x76\x7e\xd5\xd8\x00\x82\xc5\x9e\xfb\x0c\x3c\x29\xe1\x15\x45\ +\x51\x78\xf0\xc1\x07\x6d\xc7\x0a\xab\x86\xd9\xd9\x75\x55\x9f\xdd\ +\x4a\x26\x79\x2b\x1a\x45\xd3\x9d\xdf\xf1\x1e\x63\xc6\x33\x91\xa7\ +\xe3\x47\xe0\x0f\xc0\x3b\x9a\xa6\x71\xfe\xfc\x79\xb3\x0c\xf5\xd3\ +\x43\x63\xe3\x6a\x91\x45\xa5\xc8\x48\xc9\xf9\x89\x09\x93\xf9\xb3\ +\xb9\xcc\x83\x85\x00\x8c\x12\xd3\x27\x80\xf9\x85\x85\x05\xfa\xfa\ +\xfa\x6c\x75\x5e\x35\x28\x0a\xd8\xa9\x53\x02\x3e\x9c\x9c\x64\x51\ +\x0f\xd8\xdc\xcc\x18\xd9\xef\x3c\xf2\x56\x37\x7b\x60\x5c\xc0\x37\ +\x00\x79\xf5\xea\xd5\xec\xe9\xe3\xd3\x41\x20\xa0\x7b\xf3\x0a\x30\ +\x32\x3f\xcf\xa8\x51\x3f\x2c\xe1\xe9\xc7\xf4\xe2\x8f\x3c\x14\x74\ +\xcb\x67\xe0\xca\x51\xf0\x02\x07\xa7\xa6\xa6\xf0\xfb\xfd\x04\x2c\ +\x32\xbf\x9f\x08\x84\xd0\xb3\xd1\x16\x0b\x2c\x2b\x8c\x2f\x2e\x72\ +\xc1\x08\x96\x48\x38\xf1\x08\xbc\x54\xa8\x6d\xd1\x79\xa9\x17\xce\ +\x0e\x42\x58\xc2\xbe\x1b\x37\x6e\x7c\xba\x42\x70\xbb\xf5\x79\xbd\ +\xc4\x16\x78\x7c\x71\x91\xff\xbb\x71\x03\x09\x08\x38\x79\x14\x7e\ +\xf0\x6f\x45\xda\x17\x9d\xe8\x05\xc8\x26\xbd\x9c\xe4\xaf\x9a\xa6\ +\xf1\xde\x7b\xef\x31\x32\x32\x52\xf9\xe0\xab\x85\xe6\xe6\xa2\xe5\ +\x3a\x91\xf9\x79\xfe\xf7\xfa\x75\xd3\xe9\xbd\xd1\x04\xdf\x2e\x55\ +\x36\x5f\x72\x65\xf2\x0a\x68\x47\xe1\x8c\x84\x2d\xc0\xbd\xb1\x58\ +\x8c\xe5\xe5\x65\x82\xc1\xe0\x1d\x3f\x1d\x92\x07\x97\x4b\xaf\x44\ +\xcd\x89\x44\x67\xa4\xe4\xe2\xd4\x14\x97\x8d\xed\xbc\x84\xdf\x2f\ +\xc0\x13\x47\xaa\x51\x2e\x6f\x42\x82\x38\x03\x3f\x04\xfe\x19\x10\ +\xf5\xf5\xf5\x1c\x38\x70\x80\x0d\x65\xd6\x0e\x55\x0d\xa9\x94\xbe\ +\x38\x32\x76\x7e\xb7\x92\x49\xce\x4f\x4c\x98\xde\x5e\x4a\x38\xd1\ +\x03\xff\x5a\xd5\x03\x13\xd9\xe8\x85\xc3\xc0\x6f\x81\x46\x45\x51\ +\x68\x6f\x6f\xa7\xbb\xbb\xdb\x76\x66\xc9\x16\x62\x31\x32\x33\x33\ +\x0c\xcd\xcd\x31\x34\x3b\x6b\xaa\xfc\x22\xf0\x4c\x0f\xbc\x56\x09\ +\x29\x5b\xe1\x9a\xff\x82\xb0\x43\xaf\x27\xfe\x22\xe8\x45\x07\x9d\ +\x9d\x9d\x84\xc3\xe1\x4f\xe4\xd0\xd4\xdf\xa3\x51\x06\xfb\xfb\x89\ +\xdf\x8e\x08\x9d\x05\xfe\xa9\x07\x2a\xde\xcb\xaf\xeb\xd8\x5c\x2f\ +\x1c\x17\xf0\x53\x20\x08\x50\x53\x53\xb3\x7a\x6c\xce\x6e\xb6\xb9\ +\x10\x12\x89\x04\x63\x63\x63\x44\x22\x11\x56\x56\x56\xcc\xdb\x93\ +\xc0\x73\x56\x2b\xbc\x72\xb1\xee\xfc\x5b\x2f\x04\x04\x7c\x4f\xea\ +\x65\xb6\x4d\x70\xfb\xe0\x64\x4b\x4b\x0b\xcd\xcd\xcd\x66\x49\x4a\ +\xc5\x58\x5e\x5e\x5e\x3d\x38\x39\x35\x35\x95\x7d\x70\x72\x46\xc2\ +\xcf\xbd\xf0\xcb\xec\x8d\x8d\x1d\x54\x2d\x01\xd9\x0b\x75\x02\x9e\ +\x31\x8a\x10\xd7\xd4\xcc\x98\xf1\x05\xf3\xe8\xac\xd7\xeb\x5d\x73\ +\x74\x56\x55\x55\x54\x55\x25\x91\x48\xac\x1e\x9d\xbd\x79\xf3\xa6\ +\x55\x94\xfa\x22\x70\x32\x01\x2f\x3f\x09\xf6\x42\xd8\x39\xb8\x23\ +\x19\x58\xa3\x08\xf1\x18\x7a\x29\xda\x67\x28\xb1\xde\x28\x02\x0d\ +\xe8\x93\xf0\x96\x84\x53\x8f\x42\xd5\x37\x26\x77\x3c\x05\x7d\x0a\ +\x9a\x9c\x70\x48\x40\x97\x84\x4e\xf4\x92\x9c\x46\xac\x8f\xcf\xcf\ +\x4b\x3d\x5d\x35\x24\x61\xc0\x09\xef\xfc\xa3\x1e\xc1\xb9\x63\xf8\ +\x7f\x33\xa5\xe4\xc3\x6d\x55\x4a\x82\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x01\xe2\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x5f\x49\x44\ +\x41\x54\x38\x8d\x95\x92\xcd\x2e\x43\x51\x14\x85\xbf\xbd\xef\x4f\ +\x0f\x69\xc5\x6f\x05\x89\x41\x07\x9d\x98\x89\x39\x89\x78\x29\x89\ +\x17\x10\xef\x60\xd0\x81\x89\x91\x10\xc1\x80\x98\x92\x30\x37\x12\ +\xa2\x83\x2b\x84\x54\xdd\xde\xde\x7b\x8e\x01\x4a\xa9\xc6\x5d\xb3\ +\x93\xac\xf5\xed\xb5\xb3\x8f\x00\x1c\x1f\x6f\x9a\x99\xc9\x99\xd5\ +\xe9\xa9\xca\x1a\xff\x90\xc3\x2e\x96\x46\xaa\xa7\x00\x3e\xc0\x28\ +\xf5\xdd\x66\x73\x6c\x1c\xc0\x39\x87\xb3\xf6\xdd\xa9\x82\x8a\xf6\ +\x85\xf9\x00\x82\x4c\x3b\x48\x00\xe2\xb8\xc9\xeb\xeb\x0b\x00\x61\ +\x68\x28\x16\x87\xfa\x03\xa2\xc3\xf2\xf5\x1d\x59\x8b\x0f\x40\xa1\ +\x60\xf0\xfc\xa0\x63\x48\xda\xc9\x97\xd9\xf3\x50\xf5\x7e\x35\x98\ +\x45\xb8\xea\x04\x92\x16\x71\x1c\xf7\x9c\x66\x8c\xc1\x98\x41\x24\ +\x89\x4c\xd7\x0a\x5d\xc4\x20\xc0\x20\xbd\xeb\x06\xef\xf6\xe4\x7a\ +\x63\x3d\x3a\x1a\x0f\x26\x56\xee\xf7\x7e\x01\xb2\x34\x23\xfd\x56\ +\xfb\xbb\x54\x05\xbc\x8f\xf5\xac\x57\xea\x6a\x20\x2e\x73\xae\x71\ +\x76\x12\x60\x25\xe8\x5d\x00\x12\xb0\x09\x38\x5a\x6d\x7f\xb8\xba\ +\xfc\x70\x31\x5f\xe9\x00\x42\x77\xfb\x94\x46\xfb\x4b\x7f\x44\xbb\ +\x9b\xf8\x00\x25\xc4\x71\xd9\x39\xf2\xb0\x9e\x4f\xfd\x27\xfc\x43\ +\x35\x05\xf0\x68\x3f\x1a\x8d\xaa\x39\xc3\x59\x6a\xb3\x2d\x05\x28\ +\xf9\x37\xcf\x79\x47\x0b\x1c\x4d\x2c\x1c\xd4\x15\x48\x8b\x85\xfa\ +\x5c\x5e\x80\x15\x6a\x00\x2a\x1a\x5e\xa8\x27\x39\xf7\x97\x46\x1a\ +\x36\x77\x00\x54\x07\x26\x7b\x7f\xbb\x7e\x72\x6e\xbb\x3c\x77\xd2\ +\x00\x50\x06\xca\x95\x9c\x71\x8b\xb0\xf9\xf9\x78\x03\xf4\x6d\x6e\ +\xa7\xf1\x54\xde\x87\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x07\xa3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x20\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x7b\x6c\x5b\xd5\x1d\xc7\xbf\xe7\x9c\x7b\ +\x7d\xaf\x9f\x71\x12\x37\x69\x12\x20\x2d\x49\x48\x29\xcb\x40\x53\ +\xbb\xf2\xfa\x83\x67\x47\x79\xa9\x12\xa3\x7f\xf0\x07\x55\xc5\x4a\ +\x57\x4d\xaa\x40\x6c\xa3\xe2\x8f\x0d\x26\x24\x24\xd4\xae\xda\x43\ +\x9b\x00\x81\x40\xa2\x62\x53\xa9\xba\xa9\x13\xa2\x20\x51\x40\x2a\ +\x74\x34\x55\x49\xdb\xd0\x66\x6e\x93\xb0\xb6\x69\x93\x38\x8e\xeb\ +\xd8\x8e\xef\xf3\xec\x8f\xd4\x21\x29\xbe\xbe\xbe\xf6\xf5\x6c\x29\ +\xf9\x48\x96\xae\xef\x79\xfd\xfc\xf5\x79\xfc\xce\xef\x9e\x4b\x50\ +\x41\xee\x5a\xfb\xf8\x49\x80\xdc\x64\x97\x4f\xe4\xb4\xed\xe3\x8f\ +\xff\x36\x52\x49\x5b\xac\xa0\xd5\x68\xb4\x96\x20\xb9\x8b\x9f\x3e\ +\xf9\xdc\xdb\xc5\xfc\x5b\x73\x59\x7a\xcd\xca\xe6\x86\xc6\xf6\x06\ +\xab\xf4\xa3\x87\xf6\x8c\xa7\x53\xf1\x65\x76\xf5\xdc\x7e\xef\xa6\ +\x09\x41\xf0\xc8\xf9\xd2\x14\x25\xad\x9c\x3d\xfd\xf9\xa0\x13\xbb\ +\x00\x40\x32\x94\x7b\x77\xef\xfe\x53\xd2\x2e\x9f\xf0\xdd\x25\xb9\ +\x09\xe0\xab\x9c\x34\x22\x30\x11\xb2\x2f\x64\x99\xce\x04\x71\xa2\ +\x98\x7a\x24\x39\x50\x2f\x7a\xe4\xbc\xbd\x91\x13\xee\x07\xb8\xa5\ +\xc8\x56\xa8\xb2\x20\xd8\xe7\x5a\x1c\x02\xc8\xab\x52\xe7\xf2\x16\ +\x74\x77\xb4\xd9\x16\x1e\x1e\x95\x0a\xa6\x5f\xdf\x7d\x1b\x53\x94\ +\xcc\xb0\x5d\x3d\x8c\x09\xed\x56\x69\x94\x52\x3c\x74\x9f\x7d\xc7\ +\x9c\x48\x4c\xe1\x70\xef\x80\x6d\xbe\xab\xc9\x2b\x40\x77\x47\x1b\ +\xd6\xaf\x5b\x63\x5b\xf8\xed\x7d\x51\x4c\x1b\xd6\xe9\x4d\xad\x5d\ +\xf6\x2a\xda\xc0\x28\x29\xca\x96\xe8\xe0\xc5\x92\x04\x58\x1c\x02\ +\xe5\x14\xf6\xc9\x04\x53\x89\x94\x5b\xb6\xe4\x45\xa0\x5a\x65\xeb\ +\x2f\xa7\xf0\x86\x75\x9d\x6e\xd9\x51\x35\x16\xfc\x10\x58\x14\xa0\ +\xda\x06\x54\x9b\x45\x01\xaa\x6d\x40\xb5\x71\xb4\x0a\x28\x4a\x06\ +\xaa\x92\x2d\xa9\x21\x0e\x20\xe0\x0f\x81\xb2\xb2\x16\x1e\xd7\x71\ +\x64\x4d\x22\x3e\x06\xc3\x2c\xe0\xfa\xd9\xc2\x11\x0a\x35\x96\x51\ +\xde\x7d\x1c\x09\x10\xaa\x6b\x44\x36\x9b\x29\xad\x25\x42\xe0\x2b\ +\xb0\x73\xac\x16\x8e\x04\xf0\xfa\x82\xf0\xfa\x82\x95\xb2\xa5\x2a\ +\x2c\xf8\x49\x70\x51\x80\x6a\x1b\x50\x6d\x9c\xad\x02\x93\xe3\xc8\ +\x66\xd3\x95\xb2\xa5\x28\x18\x13\xd0\x18\x69\x05\xa5\xee\xfc\x77\ +\x8e\x04\x50\xd5\x69\x98\x65\x2d\x83\xe5\x63\x72\x13\xa6\x69\x54\ +\x47\x80\xc6\x25\x6d\xd0\x55\xd5\x95\x86\x4b\x85\x31\x06\x41\x10\ +\x5d\xab\xcf\x91\x00\x8c\x32\x30\xd9\xeb\x5a\xe3\xb5\xc0\x82\x9f\ +\x04\x17\xbc\x00\x8e\x86\x80\x61\xe8\x50\x35\x05\xe0\xbc\xa4\xc6\ +\x08\x21\x90\x24\x2f\x08\x99\xd1\x5d\xd7\x67\xe2\x7d\xb9\x31\xcd\ +\xb9\x09\x45\x99\x06\x2f\x50\xbf\x20\x88\x10\xc5\xc2\xe1\x78\x27\ +\x38\x12\x20\x36\x3e\x02\xc3\x28\x2f\x48\xe9\xf3\xd7\x21\x1c\x8e\ +\x80\x73\x13\x63\x63\xe7\x00\x00\x2d\x2d\xcb\x40\x08\x45\xf2\xf2\ +\x04\xd2\x69\xbb\xa7\x59\x04\x4d\xcd\xd7\xba\x36\x11\x3a\x12\x40\ +\x92\xbd\x50\x4b\xdb\x0d\xcf\x40\x00\xe9\xca\x23\x40\x42\x08\x64\ +\xc9\x0b\x80\x80\x90\x99\x47\x94\x1e\x8f\x17\x8a\x32\x3d\xb3\x77\ +\xb6\x80\x32\x06\x46\x59\x19\x46\xcc\xc7\x91\x00\xe1\xf0\x12\xd7\ +\x1a\x06\x08\x1a\x1a\x5b\xe6\xdd\xf1\xfa\x02\xf0\xfa\x02\x2e\xb6\ +\x61\xcf\x82\x9f\x04\x17\x05\xa8\xb6\x01\xd5\xc6\xd1\x1c\x90\x49\ +\x5f\x86\x52\x62\x4c\xd0\x2d\x28\x65\x08\xd5\x45\x40\x88\x7d\xde\ +\x62\x70\x24\xc0\x54\x72\xb2\xcc\x98\xa0\x3b\xf8\x02\x21\x88\x82\ +\xc7\x95\xba\x9c\xad\x02\x0d\xcd\x50\x94\x0c\x08\x5c\x92\xbf\x04\ +\x28\x13\x70\x99\x73\x44\x93\x31\x4c\xe8\x2a\x26\x35\x15\x61\xc1\ +\x83\xac\x96\x82\xea\x17\xe1\x49\x3b\xf3\x53\x9c\xf9\x01\x92\x17\ +\x92\x54\x9d\xcd\x50\xc6\x30\xb0\x37\x76\x0e\x9f\x24\x46\x71\x2a\ +\x9d\xcc\xef\x2a\xac\x5f\x0e\x39\xa1\xa0\xee\x5c\x0a\x8c\xaa\x0d\ +\x00\xe2\x76\xf5\xd6\x56\x90\x3e\x0f\x26\xe7\xd8\x3b\x7e\x1e\x6f\ +\x5d\x1a\x44\x5c\xb7\xdf\x8a\x67\xc3\x12\xb2\x61\x09\xe0\xfc\xe8\ +\x0d\x07\x5e\x7b\x25\xd8\x88\x9d\x47\x57\x6d\xb1\xec\x16\x35\xbd\ +\x0a\x4c\x9b\x06\xb6\x0f\x1d\xc7\x8e\xf3\xa7\x8b\xfa\xf1\xf3\x20\ +\x24\x04\xe0\x95\xa9\x09\x72\xb0\xe3\xc0\x5f\x9b\xac\xb2\xd5\xac\ +\x00\x53\x86\x8e\xcd\x03\x47\xf0\x59\x62\xac\xcc\x9a\xf8\x1d\x0c\ +\xf4\xcb\xee\x8f\xde\x6c\xcd\x97\x5a\x93\x02\x18\x9c\xe3\xb7\xc3\ +\x27\x10\x9d\x9e\x72\xab\xca\xeb\xc1\xf5\xfd\xad\xfb\x5f\xf3\x5d\ +\x9d\xe0\x68\x0e\x98\x8c\x8f\xce\x6c\x56\x2a\xcc\x7b\xa9\x38\x0e\ +\x4d\x15\x75\xc4\xb0\x68\x38\xf0\x23\xbf\x44\x76\x02\xd8\x3a\xf7\ +\xbe\xa3\x1e\xa0\x69\x2a\x4c\xd3\xa8\xe8\x27\xa6\xab\xd8\x97\xb2\ +\x9d\xbc\x6d\xd9\xde\x7d\x2b\x76\xaf\x7e\x14\xa1\x39\xb1\x03\xc2\ +\xf9\xe6\xce\x0f\x5f\x9f\x77\x1a\xd6\x51\x0f\x88\x2c\x69\x85\xa6\ +\xa9\x05\xb7\xab\xe5\xf2\xce\xc5\xb3\x50\x4a\x0c\xb8\xe4\x78\xa4\ +\xa5\x13\x9b\xda\x7f\x08\x00\x68\x93\x03\x48\x6a\x4a\x2e\x89\x51\ +\xca\x7f\x07\xe0\xb1\xdc\x0d\x47\x02\x50\xca\x2a\xea\x07\x18\x9c\ +\xe3\xd3\x64\xac\xac\x3a\x9a\x25\x3f\x7e\xb3\xe2\x0e\x00\xc0\x3f\ +\x47\xa2\x38\x75\xf5\x50\xe2\x78\xb8\xf3\x83\x3f\x86\xce\x3c\xb8\ +\x2d\x09\xd4\xd8\x24\xd8\x97\x4e\x20\x51\x46\xc4\x89\x12\x82\x57\ +\x7b\xee\x46\x48\x94\x70\x29\x9b\xc6\xcb\x03\x5f\xe4\xcb\xe6\x61\ +\x54\x7e\x60\xb6\x4c\xc9\xad\x55\x80\x93\xa9\x44\x59\xe5\x37\x5e\ +\xd7\x83\x5b\x1b\x5a\x61\x72\x8e\xe7\x4f\x1e\x9c\xdb\xf5\xe7\x61\ +\x12\x7e\x5b\xee\xda\xd1\x10\xd0\x0d\x1d\x5a\x89\x31\x31\x02\x02\ +\xc9\xeb\x2b\xb8\x8f\x88\x69\xd6\xce\x4e\x57\xa0\x01\x1e\x4a\xd1\ +\x6f\x31\x44\xba\x02\xf5\x78\xb6\x6b\x35\x00\xe0\x9d\xff\x9e\xc0\ +\xe1\xb8\xf5\xfb\x17\x84\xf0\x59\x9f\xc0\x91\x00\x13\xb1\x0b\x30\ +\x74\xdd\x49\x91\x79\x04\x43\xf5\x08\x06\xad\x4f\xbe\x5b\x79\x7b\ +\x1e\xca\xb0\x67\xcd\x7a\x48\x94\xe1\xf7\x67\x8e\xe0\x8d\xa1\xaf\ +\xe7\xa5\x8b\x94\xe2\xd5\x9e\xbb\x21\x51\x86\x68\x2a\x8e\x5d\xd1\ +\x23\x85\x0d\xe1\x98\x8d\xc5\x39\x1a\x02\x5e\xd9\x0f\x81\x89\xa5\ +\x7d\x44\x0f\x3c\x9e\xc2\x13\xa8\x6c\xf1\xbc\x4f\x35\x0d\x7c\x35\ +\x39\x02\x4a\x08\x7e\xd9\xf5\x63\xec\xe8\xb9\x07\xd2\x9c\xc0\xe8\ +\xb6\x8e\x55\x58\x19\x8c\x40\x33\x4d\xfc\xea\xc4\x41\x28\xb6\x5b\ +\x76\x32\x7b\xbe\xd7\xe1\x11\x99\x08\x42\x75\x4e\x4a\x38\x23\x52\ +\x20\xde\xbf\xf5\xd8\x01\x3c\xdb\xb9\x1a\x9b\x97\xdf\x82\x47\x5a\ +\x3a\xd1\x11\x08\xe3\x17\xc7\x3e\xc2\x52\x39\x80\xa7\x96\xdd\x0c\ +\x00\xf8\xc3\xd9\xde\xef\xcf\xfa\xf9\xe0\xb8\x90\xbb\xac\xa9\xdd\ +\x60\x9b\xf4\x3d\x4f\x75\x16\x83\x73\xec\x88\x7e\x85\xe1\x4c\x12\ +\x2f\xde\x78\x27\x56\x06\x23\xf8\xfb\x9a\xf5\xd0\x4d\x13\x8c\x10\ +\xf4\x4e\x5e\xc2\x5b\xc3\x7d\xc5\x35\x44\x31\x94\xbb\xac\x29\x01\ +\x6e\xaf\x8b\x80\x12\x02\xb3\x80\x23\xf4\xfe\x85\xd3\x38\x9b\x9e\ +\xc4\x9f\x6f\xbe\x1f\x4d\x57\x04\xcb\x18\x1a\x5e\xe8\xff\x14\x46\ +\x91\x0e\x14\x31\xe8\xbf\x72\xd7\x35\xb5\x0c\x36\x0a\x1e\xac\x2c\ +\xe2\x24\xd9\xb1\xc4\x28\x1e\xff\xf7\x3f\xf0\xcd\x54\x0c\x1c\xc0\ +\x4b\xa7\x0e\xe1\xdb\x8c\xed\xfb\x51\x39\x86\x07\xd6\x6d\x3e\x9e\ +\xfb\x52\x53\x3d\x00\x00\x9e\x68\x6e\xc7\x0b\x83\xc7\x6d\xf3\x8d\ +\x64\x53\x78\xec\xf0\x3e\x2c\x95\xfd\x18\x99\x76\xf0\xce\x02\xc7\ +\xce\xb9\x5f\x6b\xaa\x07\x00\xc0\x3d\xe1\x66\xf4\x04\xc2\x45\xe5\ +\x35\x39\x77\xf6\xe3\x81\x41\x31\x59\xff\xfa\xdc\x1b\x35\x27\x00\ +\x01\xf0\xeb\x6b\x57\x40\x76\xf1\xf9\xdf\x15\x34\xc2\xf1\xb3\xfe\ +\x0d\x1b\xe6\x39\x1b\x35\x27\x00\x00\xdc\xe0\x0d\xe2\xc5\xf6\x1f\ +\xb8\x1c\x7b\x26\xcf\x0c\x3c\xb0\xe5\xe0\xd5\x77\xf3\xce\x01\xa3\ +\xe3\x09\xf4\xf5\x0f\xe5\x4b\xfa\xbf\xd1\x00\x60\xa3\xd8\x8c\x77\ +\xb5\x31\xe8\xe5\xed\xbf\x0d\x0e\xb2\x3d\xfa\x93\xa7\xff\x92\x2f\ +\x31\xaf\x00\xbd\x7d\x67\xd0\xdb\x77\xa6\x9c\x46\x5d\x63\xd9\x12\ +\x19\xdf\xde\xd9\x0a\xcd\x57\xc2\x7c\xcd\x11\x03\xe5\x1b\xa3\x6b\ +\xb7\x7c\x60\x95\xa5\x26\x87\xc0\x5c\x7c\xe3\x59\x74\xef\x1f\xc2\ +\xd2\xaf\x63\x60\x6a\x71\x4f\xa5\xa8\xc1\xc1\x14\x73\x97\x69\x2a\ +\x1d\xff\x59\xfb\x73\xcb\x1f\x0f\xd4\xe0\x32\x98\x0f\xaa\x73\x34\ +\xf5\xc7\x11\x19\x98\x44\xaa\xd9\x8f\xe4\x35\x7e\x64\xeb\x25\x68\ +\x5e\x01\xba\xcc\xc0\x14\x03\xe2\xb4\x0e\xf9\xb2\x8a\xd0\xf9\x14\ +\x82\x17\x33\x60\xd0\x5f\xde\xf3\xe6\x2e\x5b\xe7\xe0\x7f\x72\x43\ +\x86\xe9\x4a\x1a\x06\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x02\x9a\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x00\xd8\x00\x00\x00\xd8\ +\x01\x5d\xe9\xc7\xf1\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x17\x49\x44\ +\x41\x54\x38\x8d\x85\x90\xbf\x4f\x53\x51\x14\xc7\x3f\xb7\xef\xd1\ +\xbc\xa4\x10\x44\x29\x69\x2b\x60\x74\x87\x10\x53\x13\x37\x4c\x74\ +\x23\x61\xa2\xd5\x46\xf8\x0b\x5c\xd4\x20\x09\x03\xc5\xc0\x80\x12\ +\x47\xdd\x4d\x30\x46\x17\x27\x17\x01\x0d\x98\x20\x89\x14\xe9\xa3\ +\x8b\x5b\x53\x90\xb6\xfc\x50\x42\x29\x4d\x29\xaf\xef\xb8\x3c\x4c\ +\x69\x4b\xbc\xdb\xb9\xe7\xf3\x3d\xe7\x73\x2f\x38\x27\x66\x26\x86\ +\x63\xf1\xf5\x09\xfe\x73\x92\xc9\xe4\x85\x5f\xe9\xf4\xdc\xe6\xf6\ +\x76\x37\x80\xeb\x5f\x47\xe4\x16\x30\xb6\xb2\x66\x3e\x3d\x2f\x9c\ +\x4a\xa5\x5a\xdc\x86\x31\x87\x52\x77\x54\xb9\x7c\xf3\xcc\x80\x32\ +\xf6\x63\x20\xa7\x94\x1a\x8f\xc5\xd7\xa3\xf5\x36\x6b\x6e\xf7\x27\ +\x81\x20\xb0\x7c\xb0\xbf\xff\x1a\x40\x55\x42\xab\xf1\xc4\x5d\x41\ +\xde\x39\x65\x34\xd8\xd3\x3d\x79\x1a\x6e\x30\x8c\x59\xe0\x06\xb0\ +\x6d\xeb\xfa\xf5\x4e\xaf\x37\x5d\x33\x00\x60\x25\xbe\xfe\x52\xc1\ +\x03\xa7\x1c\xf3\xb6\x34\xbf\xd2\xdd\xee\x59\x67\xb3\x65\x8b\xdc\ +\xee\x0c\x04\xbe\x9e\xf2\xae\xea\x01\xca\x2a\x3d\x02\x59\x72\xca\ +\xc9\xc2\x71\x29\xe1\x84\x41\xe4\x49\x65\xb8\xae\x01\xc0\xf7\x44\ +\xa2\xc3\x65\xb3\x56\x2a\x16\x2f\x1d\xe4\x72\x5c\xbb\x7a\x05\x8f\ +\xc7\xf3\xbe\xdd\xef\xbf\x57\xcd\xd6\x18\x00\x74\xb4\xb6\x16\x2f\ +\x36\x37\x1d\xe4\x72\x87\x6c\x6e\x6c\x70\x98\x2f\xb0\xbb\xf7\xe7\ +\x67\x3d\xb6\xc6\x20\x93\xc9\x78\xcb\xf0\x19\xe8\xca\xe7\x8f\xc8\ +\x1f\x15\x2a\xdb\xa3\xc1\x9e\xee\x67\xe7\x1a\x38\xe1\x2f\x40\x17\ +\x40\x63\xa3\x47\x34\xcd\x65\x56\x20\x53\xab\x6b\xe6\xc3\x33\x06\ +\x12\x0a\xb9\x51\x6a\x12\x91\x21\x69\x68\x30\xf2\xbd\xbd\x2d\x87\ +\x7d\x7d\x88\xa6\x21\xf0\x62\x37\x93\x99\xb6\x5d\xfa\x0f\x55\x2e\ +\xb7\x07\x16\x17\x68\x35\xe3\x96\x5e\x28\xec\x20\x32\x83\x52\x51\ +\x1d\x91\x09\x60\x18\x91\xb7\xaa\x54\xa2\x69\x7e\xfe\x3e\xa0\x72\ +\xfd\xfd\x0b\xed\x3e\xdf\x68\x87\xdf\x6f\xc5\x4c\x73\xe0\xf2\xe2\ +\xc2\x52\xdb\xf2\x37\xcd\x36\x8c\x8f\x88\xe4\x51\x6a\x04\x11\x90\ +\x50\x68\x4b\x06\x06\x66\x4e\x95\x24\x1c\x7e\x63\x47\x22\xbf\xb3\ +\xd9\x6c\x5b\xa5\xaa\x1d\x89\xec\x59\x83\x83\x1f\x2a\x39\x09\x85\ +\xb6\xf4\xba\x3f\x6b\x59\x45\x9f\xcf\xb7\x53\x75\x77\xac\x9d\x9c\ +\x1c\x55\xb3\xba\xf3\x96\x11\x09\x87\x15\x22\x0a\x91\x08\xf0\xbc\ +\x66\xea\x39\x9c\x8e\x52\x51\x44\x00\x86\x1c\x70\x1a\xa5\xc6\x6b\ +\xb5\xea\x73\x7f\x01\xa1\x70\xf9\xb6\xdd\xe3\x11\x5c\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x07\xd0\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\xd4\x00\x00\x11\xd4\ +\x01\x5a\xd3\x16\xbb\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x4d\x49\x44\ +\x41\x54\x78\x9c\xdd\x5b\x6d\x70\x54\xd5\x19\x7e\xde\x73\x37\x4b\ +\x02\x89\x82\x49\x58\xc4\x2f\xc0\x4c\x24\x60\x67\x9c\xe2\xe0\x40\ +\xab\x12\x8a\xd4\x90\x84\x6a\xe3\x82\x04\x1c\xa0\x5a\x2a\x33\x32\ +\x4a\xa1\x74\x32\xfd\x70\xa5\x15\xdb\x8e\x4a\x6d\xc7\x19\x8d\x48\ +\xac\x38\xa8\xbb\xa8\xa5\x69\x18\x03\x21\x85\xa9\x4e\xdb\x21\xdb\ +\x61\x3a\x0d\x92\x38\x0d\x7e\x20\x10\x02\x2c\x01\x36\x9b\xdd\xec\ +\x3d\x6f\x7f\xc4\xc4\x24\x5e\x76\xef\xdd\x7b\xcf\x85\xe1\xf9\x79\ +\xcf\xfb\xf5\x3c\x73\xef\xd9\x73\xde\x73\x96\x70\x85\xa2\xb2\x7e\ +\xd5\xe8\x9e\x64\x74\x35\x91\x58\xc2\xe0\x12\x00\x12\xc0\x7f\x88\ +\xf1\xc6\xb8\xbe\xf8\xab\xa1\x45\xa1\x04\x00\xd0\xa5\x2d\x53\x0d\ +\xe6\xbd\x53\x3d\x45\x6a\x5a\x03\x81\xa7\x1a\x8d\x13\x28\xac\xe9\ +\x5c\xd9\x58\xf5\xc6\xf1\x2b\x4e\x80\x6f\xed\xfc\x41\x5e\x36\x27\ +\x5a\x00\x14\xa7\xb2\x23\x50\x38\xd2\x99\x33\x4b\xb8\x54\x97\x6b\ +\xc8\xe6\xf8\x5a\xa4\x21\x0f\x00\x0c\x9e\x31\x6e\x7c\xcf\x23\x57\ +\x9c\x00\x60\x5a\x66\xde\x14\xcb\xae\xa8\x4f\xa0\x6c\xd7\x9a\x51\ +\x89\x44\x24\x06\xf3\x73\xdb\x39\x8f\xd5\x24\x87\xaa\xef\x5d\x00\ +\x68\x35\x44\x5c\x04\x46\x3b\x40\x9b\x4a\xb6\x37\x34\x5a\x8d\xa3\ +\x02\xb1\x9c\xf3\xa4\x25\x2c\x4d\xec\xc2\xd2\x1b\x70\xa8\xba\xfc\ +\x41\x02\xbf\x39\xe2\x31\x03\xf4\x40\xc9\xf6\x86\x77\xad\xc4\x52\ +\x85\xef\xfc\x79\x59\x07\x80\xc9\xa6\x8c\x19\x07\x2c\xcd\x01\x02\ +\xfc\x3b\x83\xc7\xc4\xc6\xcf\x2f\x0d\x8e\x52\xbb\x59\x53\x22\x7a\ +\xd3\xf4\x1b\xd0\xb6\xa4\xb2\x40\x92\xde\x75\xb1\x71\x6f\x5f\x62\ +\xec\xcd\xa1\xa6\x6e\xb3\xf1\x54\xa0\xb4\x7c\xf9\x2a\xf2\xd2\x4b\ +\x54\x95\x24\xe4\xa6\x35\x3f\xa4\x5f\xed\x99\x61\xfa\x0d\x28\xbe\ +\x65\xc6\x19\x00\xe7\x8d\xc6\x98\xe8\xfc\x94\x50\xd3\x39\xf3\xa5\ +\x3a\x8f\xd2\xf2\xe5\xab\x88\xe9\x25\xc4\x41\x68\xd4\x8e\x43\xe2\ +\xd8\xc5\x6c\x19\x74\x58\x13\x54\xb1\xaf\xf4\xb5\x5e\xd3\x02\x50\ +\x20\x20\x01\x6c\x31\x1a\xdb\xdf\x9b\x8d\xf9\x15\x2b\x8a\x32\xa8\ +\xdb\x11\x0c\x92\xef\x9f\xfd\x3f\xa3\x33\xda\xb7\xe3\x5e\x79\x2b\ +\x80\x4d\x20\x74\x0c\xd8\x31\xe8\x30\x83\x7f\xee\xc9\xc1\xed\xbb\ +\x17\x6e\x3b\x02\x58\x5c\x0a\x7f\xee\xf7\xe7\x44\xb3\xa2\x7f\x60\ +\xe0\xe1\x2f\x7d\xf9\x83\x78\x0e\x42\xb1\x5c\x4a\x82\x4e\x08\xd2\ +\xe7\x36\x35\x6c\xfb\xc8\x41\x6e\x69\x31\x92\xbc\x20\x51\xda\xd4\ +\xb0\xb5\x63\xa8\x4d\xd9\xae\x35\xa3\x72\x2f\x9c\xe0\x81\xf5\xff\ +\x50\x64\xb4\x0e\xf8\xd8\x5f\x56\xa8\x7b\x51\x4c\xd2\xd3\xb6\xba\ +\xbb\xa0\x12\xe0\x2d\x00\x04\x00\x57\x45\x30\x43\x3e\x1d\x1c\x59\ +\x08\xcd\x5d\xb0\x72\xa5\xdb\x22\x38\x41\x1e\x70\x70\x37\xe8\xa6\ +\x08\x73\xcb\x56\xfc\x10\x84\x97\x61\x93\x3c\xe0\xf0\x76\xd8\x0d\ +\x11\x9c\x24\x0f\x28\xe8\x07\xa8\x14\xc1\x69\xf2\x80\xa2\x86\x88\ +\x0a\x11\x54\x90\x07\x14\x76\x84\x9c\x14\x41\x15\x79\x40\x71\x4b\ +\x2c\x9d\x08\x95\x8f\x07\x6f\x94\x4c\xb3\xc1\x98\x40\x2c\x7b\xa5\ +\xa0\x4f\xc6\x68\xd8\x1f\xda\xbc\x28\x36\x18\x43\x21\x79\xc0\x85\ +\x9e\xa0\x91\x08\xd9\x37\x2f\x9c\xc8\xcc\x1b\x01\xcc\x36\x70\xe9\ +\x61\xa2\xd7\x75\x21\x36\xf6\xb5\xd5\x57\xa8\x24\x0f\xb8\xd4\x14\ +\xfd\x4a\x04\x12\x59\xf9\x25\x51\xcf\xd8\x49\x63\xd2\x3a\xb1\x8c\ +\x26\x4e\xb4\x8c\xd6\x7b\x4e\x29\x23\x0f\x00\x9a\xd3\x01\x8d\x70\ +\xe4\xe3\x83\x07\x27\x15\xdd\x76\xd4\x5b\x78\xeb\x42\xcf\xd8\x9b\ +\xbc\xa6\x9c\x88\xbc\x5a\xee\x44\x92\xb1\x48\x27\xe9\xf1\xbb\x54\ +\x90\x07\x00\xcb\x1d\xa1\x4c\x31\xa6\x68\xc1\x39\xb6\xfa\xc6\x11\ +\x61\xd4\x75\x33\x31\x5a\xa7\x93\xc0\x56\x25\x75\xb9\xd2\x14\x0d\ +\x04\x02\x82\x81\x67\x32\xf3\x26\x5f\x54\xa3\x27\x9c\xad\xe8\x2b\ +\xb8\x22\x40\x38\x32\x6d\x36\x80\x8c\xb7\xcb\x04\x5e\xee\x60\x39\ +\xc3\xe0\x8a\x00\xba\xa4\x39\x36\x43\x14\x55\xac\x0d\x5e\xe7\x44\ +\x2d\x23\xe1\x8a\x00\x04\x79\xbd\xdd\x18\x52\x0a\xdb\x31\x8c\xe0\ +\xd2\xc1\x08\x49\xbb\x11\x34\x24\x6d\xc7\x30\x82\x4b\x02\xf0\x51\ +\xbb\x11\x12\x94\x65\x3b\x86\x11\x5c\x11\x80\x85\xb6\xd7\x66\x88\ +\xd6\xc6\xdf\x57\x1d\x77\xa4\x98\x11\x70\x45\x80\x99\xe3\xfe\x7b\ +\x00\x8c\x8c\x77\x83\xc4\xf4\xba\x93\xf5\x0c\x85\x5b\xeb\x00\xc9\ +\x4c\x1b\x32\x72\x66\x79\x2c\x27\x8b\xff\xe8\x70\x49\x83\x70\xed\ +\x74\xb8\xb7\xa3\xe1\xda\xe4\x59\x8b\xab\x59\xd6\x11\xff\xe2\x1f\ +\xa3\x22\xed\xf5\x93\x94\x14\x05\x97\x04\x18\xd8\xd2\xf6\x9d\x6e\ +\x43\x5f\xa4\xfd\x2c\xfa\xaf\xab\xa4\x04\x4b\xbd\x3b\x7e\xec\x5f\ +\x52\xc6\xbb\xf3\x25\x6b\xcd\xf3\xca\x1f\x2a\x51\x51\x9b\x72\x01\ +\x86\xef\xe7\xf9\x33\x19\xe9\x98\xc1\x42\xcc\x06\x61\x0f\x00\xdd\ +\xc0\x25\x02\xa6\x67\x75\xaf\x36\x45\xf6\x76\x3f\x82\x7e\xb1\x26\ +\xa8\x12\x41\x6d\x43\x24\x4d\x33\xa3\x6c\x4d\xb0\x30\x79\xfa\x7f\ +\xbf\x84\xde\xf3\x18\x20\xe1\xb9\x66\xfa\x9c\x98\xef\xda\x0f\xf7\ +\x05\x4a\x93\x83\x31\x14\x37\x5a\xd5\xb5\xc4\x4c\x76\x72\xbe\xb4\ +\xab\x05\x80\xee\x4e\xaf\x37\x1c\xae\xed\xfb\x9a\x8d\x42\x11\x94\ +\x7c\x02\x4e\xb7\xb1\x9a\x77\xd5\xd5\x01\xa4\xe4\x73\x70\x5c\x00\ +\x55\x3d\x3c\x55\x22\x38\x2a\x80\xea\x06\xa6\x0a\x11\x1c\x13\xa0\ +\xb4\x7c\xf9\x2a\xd5\x0d\x4c\xc0\x79\x11\x1c\x11\xc0\xa9\x83\x4a\ +\xb3\x70\x52\x04\xdb\x02\xb8\x4d\x7e\x00\x46\x22\x2c\x5d\xea\xff\ +\x46\xd7\xfb\x05\xdf\x3c\xd9\x58\x78\x57\xd7\xce\x82\x3c\x33\x71\ +\x6c\x09\x30\x92\xbc\x47\xd3\xe7\xb8\x41\x7e\x00\x43\x45\x98\x5c\ +\xd8\x3d\xa1\xe6\xbe\x96\x7f\x43\x88\x30\x11\xed\x47\x8e\x38\x7a\ +\x6a\xf7\xf8\x87\xd2\xc5\xc8\x58\x00\x23\xf2\xbb\xeb\xfb\xaf\x9d\ +\xb8\x89\xe6\x5d\x75\x75\xbe\xbc\xd8\x9a\xf5\x0b\xc3\xf0\x5d\x1d\ +\x1d\xda\xe5\xbe\x8a\x81\xba\x53\x8d\xbe\x3b\x52\xf9\x67\x24\xc0\ +\xe5\x42\x7e\x00\x2f\x3c\xdc\xdc\x55\x90\xd7\x6b\x34\xa4\x31\xf1\ +\x8a\x54\xbe\x96\x05\xb8\xdc\xc8\xf7\x43\x4c\x4c\x31\x98\x6a\x6c\ +\xf8\xc1\x88\xbf\x35\xe8\x15\x82\xe6\x80\x30\x8d\x88\x08\x24\xdb\ +\xb3\xb3\xa2\x7b\x5f\x9b\xbc\xb2\x17\xb8\x5c\xc9\x03\x0c\x6e\x49\ +\xb1\xa6\x6f\x49\xe5\x3b\x28\xc0\xa2\x8f\x76\x54\x11\x61\x33\xc0\ +\x37\x00\x00\x33\x03\x4c\x88\x25\x72\x3b\x17\xb7\x85\x36\x9c\xfc\ +\xf1\x5f\xb3\x2f\x47\xf2\x00\xe0\x9b\x7f\xf2\xc3\x53\xbb\x7d\x21\ +\x06\xfb\x87\x3e\x27\xe0\x13\x4a\x26\x5f\x48\xe5\x2b\x00\x60\xf1\ +\xe1\xe0\x6a\x22\x0e\x0d\x90\x1f\x06\x86\x0f\x8c\x3f\x8d\x99\x57\ +\xac\x8c\xbc\x10\x1a\x88\xec\xed\xcb\xf2\xb3\x3a\xab\x89\xb8\x06\ +\xa0\x16\x00\xed\x20\xd4\xf6\x25\xc5\xcc\xfc\x05\x67\x52\x5e\xe0\ +\xa4\x25\xad\x3b\xa6\x4b\x8d\x0f\x22\xdd\x39\x21\x33\x22\x2f\xfe\ +\xb3\x13\x9f\x76\xcd\x72\x82\xfc\x4f\x03\x7b\x6e\x4c\x7a\x3c\x35\ +\x52\xd7\x97\x0a\xa1\xe5\x81\x19\x20\x1c\x64\x88\xda\x0b\xe3\x73\ +\xb7\xd4\xfe\xe8\xf6\xaf\xed\x0a\x55\x80\x16\x1f\x0e\x6d\x05\xb0\ +\xd2\x8c\x31\xf7\x26\xf7\x04\x6f\x5b\x32\xdf\x6e\xd2\x75\x4f\xed\ +\xbb\x07\x02\x3b\x00\xbe\xca\x30\x0f\xf0\x77\xaf\xc7\xf3\xbd\xdf\ +\xd4\xdc\x19\xb1\x9b\x2b\x1d\x04\x03\xf7\x98\x35\xa6\x6c\xcf\x2c\ +\xbb\x09\xd7\x6d\xfa\xdb\x54\x08\x7e\xf7\x62\xe4\x01\x80\x80\x3b\ +\x93\xc9\xe4\x76\xbb\xb9\xcc\x40\x10\x30\xde\x82\x7d\xae\xbf\x35\ +\x98\xfe\x1e\x76\x2a\xe8\xf4\x34\x90\xfe\x2e\x37\x03\xf7\xae\x7f\ +\xba\xb9\xdc\x56\x2e\x13\x10\x0c\x9c\xb6\x60\x1f\x0b\x4d\xf3\x47\ +\x33\x4d\xb6\xe1\xb7\x1f\xe4\x01\xa8\x30\xed\x20\xe9\xc1\x4c\x73\ +\x99\x85\x10\x84\x7d\x66\x8d\x19\xd8\x0f\x22\xce\x34\x59\x32\x9e\ +\x98\x02\xb0\xb9\x1b\x22\xfd\xf9\x94\x74\x82\x87\x42\x30\xc4\xe6\ +\xfe\x5c\x66\xac\xc5\x73\xb6\x92\x69\x64\xd4\x05\x4e\x01\xab\xf6\ +\xd6\x21\xde\xbe\xa5\xea\x00\x01\x4f\xa6\x33\x64\xc6\xe6\x60\x71\ +\x55\x93\x9d\x64\xb9\x7d\x17\x3a\x00\xc4\xd2\x1a\x0e\x42\xb6\xda\ +\xc9\x67\x06\x02\x00\xde\x9a\xea\xff\x15\x18\x8f\x02\x38\x6b\x60\ +\x73\x81\x19\xeb\x83\x53\x1f\x58\x67\x37\x59\x20\x50\xd9\x43\xc0\ +\x3b\x66\xed\x59\x8a\x6d\x76\x73\xa6\xc3\xb0\xe5\xd7\x7d\x47\xde\ +\x1b\xeb\x8d\xeb\x15\xc4\x98\x0e\x82\x46\x2c\x0f\xc5\xe1\xa9\x7f\ +\xaf\xe4\xfb\x56\x26\xca\x94\x58\xf7\xeb\xbd\x37\x81\x45\x18\x40\ +\x7e\x1a\xd3\xb7\x9f\xfb\x45\xa9\xf2\x49\xf0\x92\xfc\x71\x72\xfd\ +\xc6\xe6\x3b\x98\x68\x27\x00\x9f\xb1\x05\xfd\x85\xb2\xe3\xd5\xcf\ +\xfe\xe4\xbb\x19\xff\xe2\x98\xc5\x25\xfb\xe7\xe8\xda\xc0\xfb\xd7\ +\x68\x9a\xf7\x09\x06\xdd\x0f\xa0\x08\xa0\x1e\x10\x87\x19\xf4\xca\ +\xf3\x3f\xbb\x7b\x87\x9d\x5f\x1b\x2b\xf8\x3f\xea\x55\x6d\x3f\xdb\ +\x28\xf6\xb3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0a\x81\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x09\xfe\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x7b\x8c\x9c\x55\x15\xc0\x7f\xe7\x7e\xf3\ +\xdc\xd9\x9d\xee\xec\xee\xec\x63\xda\x52\x11\xda\x6a\xcb\xa3\x40\ +\xab\x8d\x36\x8a\x11\x6d\x25\xa5\x54\x43\xc0\x60\x82\x16\x08\x58\ +\x03\x18\x8c\x0a\xd1\x28\x21\x4a\x50\xd1\x18\x88\x40\x24\x29\x35\ +\x26\xc6\x28\x82\xb4\x8a\x14\x02\x0a\x0a\x04\x81\x4a\x0b\xb4\x14\ +\x0a\x69\xcb\xb6\xb3\xbb\x9d\xd7\xbe\xe6\xf9\xcd\x77\xaf\x7f\xcc\ +\xce\xee\x6c\x77\xb7\xbb\xdb\x9d\x69\x87\xa4\xbf\xff\xe6\xdc\x7b\ +\xcf\x77\xcf\x9d\xfb\xdd\xef\x9c\x7b\xcf\x15\x66\x40\x2c\x16\x8b\ +\x14\xc5\xba\xdc\xc0\x5a\x31\xe6\x4c\x84\x0e\xa0\x63\x26\x6d\x4f\ +\x22\x7d\x18\xfa\x8c\xc8\x01\x0c\x3b\xdc\x38\xdb\xc3\xe1\x70\x74\ +\xba\x46\x72\xbc\xc2\xc3\x47\x53\x2b\x2c\xd1\x77\x23\xac\x9d\xae\ +\x6e\x1d\x62\x30\xec\x50\x96\xdc\xde\xd1\xd2\xf2\xc6\x54\x95\x26\ +\x35\xaa\xb7\xb7\x37\x60\x5c\xee\xdf\x00\xd7\x00\xaa\x56\x3d\x3c\ +\x49\x68\x63\xd8\x8a\x9d\xbf\x25\x12\x89\x64\x8e\x2d\x9c\x30\x00\ +\xdd\xf1\xf8\x7c\x17\x6a\x1b\x98\x8b\x4e\x4e\xff\x4e\x8c\xde\x81\ +\x03\xbc\x1f\xdb\xc9\x40\xe6\x28\xe9\xc2\x00\x1e\x97\x9f\xa0\xaf\ +\x8d\x33\x5a\x96\xf1\x91\xb6\x73\xb1\x94\x7b\x5c\x7d\x63\xd8\x8d\ +\x4b\x5d\x1e\x09\x85\x0e\x55\xca\xc7\x0d\x40\x34\x99\x3c\x43\xb4\ +\x79\x19\xe8\xaa\xbd\x09\xb3\xc7\x18\xcd\x1b\x87\xff\xc5\x73\xfb\ +\xfe\x40\x22\x3d\xf5\xeb\xed\x73\x07\xf8\xc4\x99\xeb\x59\xb3\xf8\ +\x4a\x7c\xee\x40\x65\x51\x54\x0b\xab\xe7\xb7\xb6\x76\x97\x05\xa3\ +\x03\xd0\xdd\xdd\xed\x77\xf9\x1b\xfe\x0d\xac\xac\x45\xe7\xe7\xca\ +\x60\x2e\xc1\x9f\x5e\xf9\x09\xdd\xc9\x7d\xa3\x32\xaf\xd7\x8b\xc7\ +\xe3\xc6\xb2\x5c\x68\xa3\xb1\x0b\x36\xb9\x5c\x0e\x63\x0c\x00\x01\ +\x4f\x33\x57\xac\xba\x8d\xb3\xc2\x17\x8c\xb6\x11\x61\x17\xb6\xbd\ +\xa6\xb3\xb3\x33\x0d\x15\x03\xd0\x13\x4f\x6c\x05\xbe\x71\x92\xec\ +\x99\x15\x47\x07\x0f\xf1\xfb\x97\x7e\xc0\x60\x2e\x01\x02\xc1\x60\ +\x90\x50\xa8\x19\x97\xcb\x35\xa1\xae\xd6\x86\xa1\xc1\x41\x52\xa9\ +\x7e\x1c\xc7\x41\x29\x8b\x0d\xe7\xdf\xc2\x85\x8b\xd6\x8e\xd6\x31\ +\x86\x2d\x91\x70\xeb\xf5\x30\x32\x00\x7d\x7d\xa9\xf3\xb5\xa5\xff\ +\x47\x1d\x2e\x78\xd9\xc2\x10\x0f\x3d\xff\x6d\x12\xe9\x28\x96\x65\ +\xd1\xd1\xd5\x81\xdf\xe7\x9b\xb6\x9d\xd6\x9a\xde\x9e\x5e\xb2\xd9\ +\x1c\x4a\x14\x5f\x5b\x7d\x27\x8b\x3b\x56\x55\x14\xab\x95\xf3\xdb\ +\x43\xaf\x2b\x00\xad\xf4\xcf\xa8\x43\xe3\x01\xb6\xed\xba\x97\x44\ +\x3a\x8a\xb2\x14\xf3\xe7\x47\x66\x64\x3c\x80\x52\x8a\xae\x48\x17\ +\x3e\xbf\x0f\x6d\x34\x8f\xed\xfc\x15\x39\x3b\x3d\x56\x6c\xe9\x9f\ +\x02\xa8\x58\x2c\x16\x19\xf9\xce\xd7\x1d\xdd\xc9\x7d\xbc\x1d\x7d\ +\x11\x80\xf6\xf6\x76\xdc\x1e\xf7\x34\x2d\xc6\x23\x22\x74\x76\x76\ +\x60\x59\x16\xe9\x42\x3f\x2f\xee\x7f\x64\xac\xd0\xb0\x2e\x16\x8b\ +\x75\xa9\xa2\x58\x1b\xa9\x53\x27\xe7\xe5\xf7\x1f\xc7\x60\xf0\xfb\ +\xfd\x04\x02\x0d\x27\xa4\xc3\xb2\x2c\x42\xa1\x66\x00\xfe\x7b\xe0\ +\xef\x38\xba\x58\x2e\x52\x36\xd6\x06\x05\xf5\xf9\xef\x3b\xba\xc0\ +\xbb\x7d\xaf\x00\x10\x9c\xd7\x34\x27\x5d\x4d\xc1\x20\x22\x42\xce\ +\x1e\xe6\x60\xe2\xcd\x51\xb9\x08\x97\x2a\x63\xcc\xa2\x39\x69\xaf\ +\x11\x47\x87\x3e\x20\x5f\xcc\x80\x08\x0d\x0d\x81\xe9\x1b\x1c\x07\ +\xa5\x04\xdf\xc8\xda\xf1\x41\x62\x4f\x45\x89\x5e\xae\x04\xe6\xcf\ +\x49\x7b\x8d\x18\xcc\x26\x00\xb0\x94\x42\xa9\xb9\xbf\xa1\xe5\xf5\ +\x63\x28\x97\xac\x90\x4a\x87\x42\xcc\xdc\xe6\x57\x8d\xc8\x17\x4b\ +\x6e\xbb\xb2\xaa\xf3\x71\x52\xa2\x46\xf4\xa6\x2b\xc5\x3e\x05\xd2\ +\x57\x95\x27\x54\x99\x46\x6f\x08\x00\xa7\xe8\x54\x45\x9f\xe3\x14\ +\xc7\xe9\x05\x10\x18\x56\x40\x4f\x55\x9e\x50\x65\xe6\x35\xb4\x03\ +\x25\x87\xa6\x58\x2c\x4e\x53\x7b\x7a\xf2\xf9\x42\x49\xaf\xbf\x7d\ +\x4c\x28\x1c\x54\xc0\xde\x39\x6b\xaf\x01\xad\x81\x08\x2d\x0d\xa5\ +\x98\x2c\x3d\x9c\x9e\xa6\xf6\xf1\xb1\x6d\x9b\x42\xa1\x34\x00\x67\ +\xb7\x8f\x05\xb9\x5a\xb3\x53\x19\xcc\xf6\x39\x69\xaf\x21\xcb\x22\ +\x6b\x00\x18\xe8\x1f\x1c\x0d\x70\x4e\x84\x54\xaa\x1f\x80\xb6\xa6\ +\x85\xb4\x07\xc7\x3e\x7a\x0a\xd9\xa6\x28\x14\x9e\x06\x26\x6c\x14\ +\xd4\x03\x9f\x5a\xfc\x15\x3c\x2e\x3f\x76\xd1\x26\x95\x4c\x9d\x90\ +\x8e\x6c\x36\xc7\xf0\xe0\x10\x00\x17\x2f\xbd\xba\xb2\x28\x6d\xe7\ +\xd2\xcf\xa8\x48\x24\x92\x41\x78\x70\xee\xdd\xad\x3e\x8d\xde\x10\ +\x9f\x5d\xf2\x55\x00\xfa\x53\xfd\x0c\x8e\x18\x32\x53\xec\x42\x81\ +\xbe\xbe\x3e\x0c\x70\x46\xeb\x72\xce\x5d\x70\x71\x45\xa9\xb9\x7f\ +\xe1\xc2\x85\x59\x05\x50\xb0\xac\xbb\x80\xe4\x64\x4a\x4e\x35\x6b\ +\x96\x5c\xc9\xb2\xc8\xa7\x31\x40\xfc\x68\x8c\x44\x22\x39\xa3\xd7\ +\x21\x9d\x4e\x73\xe4\x70\x0f\x4e\xd1\x21\xe8\x6f\xe3\xaa\x55\x3f\ +\x44\xc6\x3c\xfe\x54\xd1\xed\xfe\x39\x54\xc4\x00\xd1\x58\xf2\x06\ +\x11\xf3\xdb\x5a\x18\x31\x57\x6c\x27\xcf\xa3\x3b\xef\x61\x6f\xf4\ +\x05\x00\x5c\x6e\x17\xcd\xf3\x82\x34\x04\x1a\x71\xbb\xc7\xf6\x04\ +\x8c\xd6\xa4\xd3\x19\x06\x07\x87\xc8\x66\xb3\x40\x69\x31\xbd\x7a\ +\xf5\x9d\x84\x9b\x16\x8e\xd6\x13\xe1\xfa\xce\xd6\xd6\x2d\x70\x4c\ +\x10\xd4\x13\x8f\x3f\x00\xb2\xb9\xf6\x26\xcd\x1e\x83\xe1\x85\xfd\ +\x8f\xf0\xfc\x3b\x7f\xa4\x50\xcc\x8e\xca\x95\x92\xd2\x8e\x90\xd6\ +\x38\xce\x98\xcf\x20\x08\xe7\x2c\xf8\x0c\xeb\xcf\xbb\x09\xbf\xa7\ +\xd2\xd7\x93\xfb\xbb\xda\x5a\x6e\x1a\xab\x57\xf9\x10\x63\xdc\xbd\ +\x89\xd4\x5f\xc0\x6c\xa8\xa1\x2d\x73\x62\x38\xdf\xcf\x4b\xfb\x1f\ +\x65\x6f\xf4\x05\x92\x99\x89\x2e\x8c\xcf\xdd\xc8\x92\x8e\x55\xac\ +\x3e\x6b\x23\x0b\x42\x4b\xc7\x95\x09\xf2\x78\x47\x6b\xe8\x4a\x11\ +\xb1\xc7\x64\xc7\x60\x8c\x91\xde\x78\xf2\x0e\x84\x3b\x6a\x61\x40\ +\x35\x49\xa4\xa3\x0c\x64\x62\x0c\xe7\x93\xf8\xdc\x01\x82\xbe\x36\ +\xc2\x4d\x67\x60\xa9\x89\x5b\x65\x06\xee\xeb\x6a\x6d\xb9\x55\x44\ +\x74\xa5\x7c\xca\x28\xa3\x37\x96\xbc\xcc\x88\xb9\x07\x58\x3a\x55\ +\x9d\x0f\x09\x6f\x63\xe4\x7b\x5d\xe1\x96\x27\x26\x2b\x3c\x6e\x98\ +\x65\x8c\x71\xf5\xc4\x53\xd7\x8a\x98\x6b\x81\x55\xd4\xe9\xb6\xd9\ +\x24\x68\xe0\x15\x63\x78\xb8\xab\xad\x65\xab\x88\x4c\xe9\x4b\xcf\ +\x38\xce\x8c\xc5\x62\x11\x47\xa9\x75\x46\xb3\xdc\x28\xba\xc4\x30\ +\x71\x9e\x9d\x42\x8c\x50\x14\x88\x02\x7b\x5c\x5a\xef\x08\x87\xc3\ +\x75\x19\xe3\x9c\xe6\x34\xa7\x39\xcd\x69\xea\x89\x19\x7f\x06\xbb\ +\xe3\xf1\xf9\x6e\x91\xb5\x46\xb3\xc8\x40\x44\x84\x79\xb5\xec\xd8\ +\x6c\x31\x86\x01\x81\x23\x28\x0e\x15\x8d\x79\x7a\x61\x5b\xdb\x91\ +\x99\xb4\x9b\xce\x11\x72\xf7\xc4\x53\xd7\x8d\x38\x42\x2b\xa7\xab\ +\x5f\x47\x18\xe0\x55\x63\xe4\xe1\xae\xb6\xd0\x96\x13\x72\x84\xa2\ +\xf1\xf8\x46\x90\x5f\x08\x2c\xae\x49\x17\x4f\x1e\xef\x88\xd1\xdf\ +\xef\x0c\x87\x27\xdd\xfa\x9b\x2c\x18\xb2\x7a\x13\x89\xbb\x40\x6e\ +\x9b\x50\xbb\x58\xc4\xe9\x3d\x82\x1e\x48\x62\x72\x39\xa4\x29\x88\ +\xd5\xdc\x8a\x6a\xef\xac\x41\xbf\xab\xcb\x48\x30\xf4\x1d\x11\x19\ +\xb7\xcf\x3e\x49\x38\x9c\x78\x0c\x64\x7d\xa5\xbc\x78\xf0\x3d\x0a\ +\xcf\x3d\x85\xbd\x77\x37\x26\x97\xe5\x58\x54\x6b\x3b\xee\x15\xab\ +\xf0\x7e\xee\x4b\xa8\x60\x5d\x2d\x0d\xc7\x20\xdb\x3b\x5b\x43\x57\ +\x4c\x19\x0e\xf7\xc4\xe3\x0f\x82\x7c\xb3\xfc\xdb\x0c\x0f\x91\xf9\ +\xf3\x56\xec\xdd\xaf\x41\xc5\x36\x94\xb2\x14\x82\xa0\xb5\x1e\xb7\ +\x3d\x25\x5e\x1f\xde\x2f\x6e\xc0\x77\xc9\x7a\x90\xba\x5d\x2e\x1e\ +\xee\x6a\x6b\xbd\xae\xfc\xa3\x22\x45\x26\xb9\x19\xcc\x03\xe5\xdf\ +\x4e\xcf\x61\xd2\x0f\xfd\x1a\x9d\x38\x0a\x80\xc7\xe3\xc1\xef\x6f\ +\xc0\xe3\xf5\x20\x15\xc6\x39\x8e\x43\x21\x9f\x27\x93\xc9\x8c\xee\ +\xc8\xb8\xcf\x5f\x49\xc3\x35\x9b\x11\xb7\xe7\x24\xd8\x33\x7b\x8c\ +\x91\x1b\x23\xe1\x96\x87\x60\x64\x00\x0e\xf5\xf7\x87\x3c\x45\xe7\ +\x7d\x20\x04\xa0\x07\xfa\x19\xfe\xe5\x8f\xd0\x03\xfd\x28\xa5\x68\ +\x0a\x06\xf1\x7a\xbd\xd3\x69\x65\x38\x9d\x26\x93\x2e\x1d\x62\xb8\ +\x57\xac\x22\xb0\xe9\xe6\xba\x9c\x09\x02\xfd\x45\x8f\xfb\xec\x05\ +\xc1\x60\x42\x01\x78\x6d\xe7\xc7\x8c\x18\x8f\x31\x64\xb6\xdc\x3b\ +\x6a\x7c\x28\xd4\x32\xbd\xf1\x00\x22\x34\x36\x36\x12\x0c\x06\x01\ +\xb0\x77\xbd\x4a\xee\xd9\x49\xf7\x20\x4e\x39\x06\x9a\x2d\xdb\xbe\ +\x1d\x40\x45\xa3\xd1\x06\x23\xdc\x50\x2e\xb4\x5f\x7b\x89\xe2\xc1\ +\xf7\x10\x11\xe6\xcd\x6b\xc6\x72\x59\xb3\x52\xee\xf3\xfb\x09\x04\ +\x4a\xe7\xf9\xf9\xa7\xb6\xa1\x87\x06\xab\xd9\xf7\xea\x61\xd8\xdc\ +\xdd\xdd\xed\x57\x78\x3c\x6b\x81\xd1\xfc\x93\xdc\x8e\xbf\x02\xe0\ +\xf3\xf9\x67\x9d\x93\x53\x26\x10\x08\x60\x29\x85\xc9\xe7\x28\xfc\ +\xf3\xc9\xaa\xf4\xb7\x06\x04\xdc\x3e\xdf\x17\x94\x20\x97\x95\x25\ +\xce\x91\x0f\x70\x62\xa5\xd3\xf2\x86\x13\xcc\xc9\x01\x40\x04\xff\ +\x48\xfb\xc2\xee\x57\xe7\xd6\xcd\x1a\x62\x44\x5d\xae\x80\xe5\x65\ +\x41\x71\x5f\x29\x7f\xc6\xed\x72\x61\x59\xb3\x9b\xfa\xc7\xe2\xf5\ +\x96\x52\x52\x74\xbc\x0f\x1d\xaf\xcb\x14\x04\x8c\xe1\x22\x05\x8c\ +\xba\x71\x3a\x35\x92\x96\x32\x49\x06\xe6\x6c\xb1\x2c\x6b\xf4\x73\ +\xa9\x93\x89\x39\xeb\xab\x05\x4a\x58\xa4\xc0\x8c\x5e\x7c\x30\xc3\ +\xa5\xc3\x47\xa5\xaa\x94\x96\x32\x92\xde\xa2\x87\x06\xaa\xa2\xaf\ +\xda\x18\x68\x54\x20\x63\xbd\xf3\xfa\x4b\x05\x73\x38\x8b\x1f\xf7\ +\x00\x5d\xd2\x23\x7e\x7f\x55\xf4\xd5\x80\x9c\x32\x66\x2c\x45\x46\ +\x35\x97\xfc\xf8\xca\x33\xb6\x13\xc5\x68\x8d\xd6\xa5\x43\x18\x35\ +\x2f\x34\x4d\xed\x53\x85\xe9\x53\x88\x1c\x2c\xff\x74\x9d\xb9\x04\ +\x28\xa5\x94\xcc\x75\x16\xe4\x0b\xa5\x78\x43\xfc\x0d\x58\x1d\x75\ +\x99\x89\x87\x41\xbd\xa5\x30\xec\x28\x0b\x5c\x67\x7f\x1c\xf1\x37\ +\x60\x8c\x21\x97\x9d\x18\xf5\xcd\x86\x6c\x66\xc4\x25\x5e\xb6\x02\ +\xaa\xb0\xa8\xd6\x04\xc3\x3f\x94\x1b\x67\x3b\xa5\xa3\x24\x70\xb9\ +\xf0\xae\xf9\x3c\x50\x4a\x30\x28\x4f\xe1\xd9\x92\xcf\xe7\xb1\x6d\ +\x1b\x44\xf0\x5e\x5c\x97\x99\xb8\x00\xda\x8d\xf3\x37\x15\x0e\x87\ +\xa3\x18\x9e\x2a\x4b\xbd\x97\xac\x47\x1a\x83\x68\xad\x19\x1c\x18\ +\x60\xb6\x6f\x82\x53\x74\x18\x1a\x28\xad\xab\x9e\x0b\x3e\x89\xb5\ +\xe8\xa3\x55\xed\x75\xd5\x10\x9e\x0c\x87\xc3\x3d\x0a\x40\x2c\xb9\ +\x8d\x91\x59\x20\xfe\x06\x1a\xbe\xfe\x2d\xc4\xb2\x28\x14\x0a\xf4\ +\xa7\x92\x98\x19\xce\x04\xbb\x60\x93\x4a\x25\xd1\xc6\xa0\x5a\xc3\ +\xf8\xaf\xb8\xa6\x76\x06\xcc\x0d\x47\x44\x4a\xc1\x10\x40\x67\x4b\ +\xcb\x9b\xc6\xb0\xb5\x5c\xea\x5e\xba\x1c\xff\x55\x9b\x10\xcb\xc2\ +\xb6\x6d\x12\x89\x04\xd9\x4c\x66\xca\x85\xd1\x29\x3a\x23\xd7\x54\ +\x92\x68\xad\x91\xe6\x16\x1a\x6f\xfc\x2e\xd2\x58\x97\x59\xb8\x88\ +\xb0\xa5\xb3\xa5\xe5\x2d\x98\x78\x69\xea\x79\x4a\xc7\xe0\x00\xd8\ +\xef\xee\x21\xf3\xbb\x07\x30\xc3\x83\xe5\x86\xb8\xdd\x9e\x51\x2f\ +\xaf\x9c\xc5\x59\x99\xc9\x69\x9d\xb5\x94\xc0\xa6\x9b\xeb\x78\x6b\ +\xcc\xbc\x6e\x0a\x85\x35\xe5\x3b\x84\xe3\x76\x2b\x8e\x24\x12\x0b\ +\x95\xe1\x65\x20\x32\x5a\x3d\x9b\x21\xff\xec\x13\xe4\xff\xf3\x0c\ +\x26\x3b\x75\x3a\xa1\xea\xe8\xc2\xb7\xee\xcb\x78\x2e\x5c\x5d\x97\ +\x9b\x20\x00\x02\x47\x8a\xc2\xea\x05\xad\xad\x87\x2b\x64\xe3\x29\ +\x5d\x9c\x94\xc7\x39\xe6\xfa\x9c\x71\x8a\x14\xf7\xef\xc3\x39\xb0\ +\x1f\xdd\x9f\x82\x7c\x16\x69\x0a\xa2\x5a\xc2\xb8\x3e\x76\x0e\x56\ +\xd7\x82\x93\x60\xc2\x89\x23\xc2\x2e\xad\xd4\xc6\xe3\x5e\x9c\x2c\ +\x13\x8d\x46\x1b\x70\x7b\xef\x13\x61\x13\x1f\x9e\xac\x90\xa9\x70\ +\x44\xd8\xa2\xf3\xf9\x5b\x67\x74\x75\xb6\x92\xbe\x64\xf2\x3c\x6d\ +\xcc\xdd\x18\xd6\xf1\xe1\x1b\x08\x8d\xf0\xa4\x88\xdc\x5e\x5e\xf0\ +\x26\x63\x46\x2f\x6b\x2c\x16\xeb\xb2\xb1\x36\x88\x70\x29\xe8\xe5\ +\x20\x1d\x40\x63\xd5\xba\x5a\x1d\x86\xc1\xf4\x81\xda\x63\x0c\x4f\ +\xb8\x4c\x71\x7b\x7b\x7b\x7b\xef\x74\x8d\xfe\x0f\x0a\x1c\xce\x4f\ +\x5b\x71\xbb\x23\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\xaf\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x2c\x49\x44\ +\x41\x54\x38\x8d\x7d\x92\x4b\x48\x94\x61\x14\x86\x9f\xf3\xfd\x33\ +\x23\x73\xa9\xa6\xb1\x5a\xd6\x54\x0e\x4e\x4e\x76\x63\xa2\x82\x08\ +\x2d\xac\x44\x22\x8a\x98\x75\x60\x10\x2d\x84\x08\xb7\xd2\xd0\x5e\ +\x68\x23\x48\x65\x10\x44\x81\xd5\xa6\xc2\xc8\xc2\x5d\x2d\x0a\xb2\ +\x85\x1a\x35\x41\x17\x17\x22\x85\xf7\xbc\xcc\xcc\xff\x9f\x16\x33\ +\xbf\xce\x4c\xe6\xbb\xfa\x0e\x9c\xf7\x39\x97\xef\x08\x15\x3a\x79\ +\xfb\xee\x85\x69\x67\xb6\x63\x2a\x3f\x55\x3b\x6f\xcf\x55\xa1\x10\ +\xb4\x82\x4b\x1b\xbc\xe1\xcf\x61\x4f\xf8\xc6\xcb\xd6\x8b\x4f\x4a\ +\xf3\xc5\x7d\xb4\xf5\x65\xaa\x46\xc7\x3f\x3c\x7b\x3f\xf3\xae\x49\ +\xd1\x4a\x2e\x3e\xf1\x51\x17\x4a\x68\x32\x74\xb0\xdb\x60\x5f\x4d\ +\xa7\x12\xd9\x65\x40\x5b\x5f\xa6\xaa\x7a\xce\x79\x31\xaf\x0b\x8d\ +\x0f\xc7\x1f\x60\x6b\xbe\xcc\x1c\x30\x01\x5a\x36\x9d\x21\xec\xd9\ +\xe8\xd6\x1d\x10\xcd\x36\xa7\x53\x89\xac\x01\x88\xfc\xd1\x9b\x2a\ +\xd2\xe8\x37\x01\xe2\x81\xf8\xb2\xf1\x40\x28\xc9\xee\xd0\x1e\x8e\ +\x86\x8f\x95\x98\x01\xf4\xb8\x1a\x5f\x27\x80\x74\xf4\x7e\xaa\x37\ +\x62\x7d\x04\x0c\x40\xce\xc9\xf1\x7c\xe2\x29\xbf\xb3\xbf\xd8\x17\ +\xda\x4f\x3c\xb8\x8b\x80\x15\xc4\xc2\x2a\xeb\x4a\xc0\xb6\x45\xf6\ +\x1a\x23\xd6\x25\xd7\x0c\xe0\x35\x5e\xce\x56\x9f\xa3\x39\xd2\xc2\ +\xa2\xb3\xc0\xdb\xe9\x37\x18\x04\x1b\xbb\x0c\xa0\x60\x59\xea\xb4\ +\xca\xf5\x47\x5f\x86\x81\xba\x7f\xb6\x06\xd8\xd8\xdc\x1f\xbb\x87\ +\x83\x02\x4a\x7d\xa8\x9e\xe4\xba\x43\xa5\x94\x21\x03\x6c\x5d\xcd\ +\x0c\x60\x61\xb1\xdd\xbf\x93\xbc\xe6\xc8\x6b\x9e\xc1\xd9\x41\x7e\ +\x2c\x7e\x5b\x19\x43\xd8\x66\x84\x55\xfe\xac\x44\x4b\xce\x62\x59\ +\x3c\x30\x39\xc0\x9c\x3d\xeb\x8e\xa1\x46\x61\x74\x2d\x40\xcc\x5f\ +\x4b\xc9\xb9\x60\x6b\x1e\x4b\x2c\x77\x84\x9f\x46\x84\x57\x6b\x01\ +\xa2\xfe\x28\xb5\x25\x5f\x1b\xf5\xef\xc0\x6f\x02\x85\xc0\x48\xbf\ +\xc1\x98\x3b\x42\xc5\x8a\x2b\xe4\x56\xdc\xec\xdd\x42\x43\xb8\x01\ +\x0a\x3d\xd9\xe2\xd0\x63\xd2\xe7\x6b\x86\x40\xba\xff\x67\xce\x69\ +\x8e\xaf\x0b\x19\x22\xde\x08\xa7\x22\xa7\xf1\x88\xb7\xd8\x3d\x5d\ +\xe9\x54\x6c\xc4\x53\x88\xb2\xd7\x44\xbc\x71\x85\x13\x95\x00\xc5\ +\xe1\xf0\xfa\x23\xd4\x04\x62\x2b\xc7\xa4\xbc\x1e\x9b\x9c\x69\x2f\ +\x76\x52\x50\xba\x77\xd8\xa7\xc6\xd7\x29\xaa\x57\x94\x8a\xb3\x2b\ +\x4a\xc0\x56\xe8\x1a\x9b\x98\x69\xbf\x75\x39\x99\x2b\x03\xb8\xea\ +\x78\x9c\x49\x58\xea\xb4\xaa\x4a\x13\x42\xb4\x58\xf1\x3b\x46\xfa\ +\xc5\xa1\x27\x9d\x8a\x8d\x94\xe6\xff\x05\xae\x84\xbd\xde\x38\x14\ +\x7c\x89\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x05\x89\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe6\x00\x00\x12\xe6\ +\x01\xcd\xbf\x40\xa8\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x06\x49\x44\ +\x41\x54\x78\x9c\xe5\x9b\x4b\x6c\x54\x55\x18\xc7\x7f\xdf\xc9\x2d\ +\x84\x84\xd7\x34\xb5\x6b\x23\x0a\xd2\xd1\x05\x26\x6e\x24\x34\x2c\ +\xd4\x85\x6e\x68\x3a\xb7\xb5\x34\x0a\x16\xe9\x4e\x71\x01\x49\x59\ +\xd1\xb8\x13\x94\xf0\x58\x41\x23\x16\x63\xa6\x61\x2e\x15\x42\xd4\ +\x85\xb8\xa2\x71\xa5\xc6\x57\x5b\xa8\x09\xea\x52\xb1\x4c\x8b\x90\ +\xb4\xe5\xa6\xf7\x73\x31\x33\xb4\x9d\x0e\xd3\xce\x9d\xfb\xe8\xe3\ +\xb7\xba\x73\xce\x3d\xe7\xfe\xcf\x37\xe7\x9c\x9c\xc7\xf7\x09\x21\ +\xa3\x4d\x4d\xf5\x58\x56\x23\xaa\x49\x8c\x79\x16\xd5\xad\x40\x02\ +\xd8\x0c\xac\xcf\xbf\xf6\x00\x18\x07\xc6\x50\x1d\x41\xe4\x16\x22\ +\x43\xb8\xee\x80\x5c\xb9\x72\x27\x4c\x7d\x12\x46\xa5\xda\xda\xfa\ +\x22\xd3\xd3\x6d\x88\xbc\x02\x24\xab\xf8\x8e\x02\x43\xc0\x37\x78\ +\x5e\x9f\xf4\xf7\xff\x10\x98\xc8\x3c\x81\x19\x40\xdb\xdb\x37\xe2\ +\xba\x9d\xa8\x76\x00\xdb\x83\xaa\xb7\x88\x61\x44\x3e\x65\x72\xf2\ +\x9c\x5c\xbb\x76\x3f\x88\x0a\xab\x36\x80\xda\x76\x2d\x70\x08\x78\ +\x97\x5c\xd7\x8e\x82\x31\x44\xce\x60\x59\xa7\x25\x9d\x1e\xab\xa6\ +\x22\xdf\x06\x50\x10\x52\xa9\x37\x11\xf9\x08\x78\xa2\x1a\x11\x55\ +\x90\x05\x3e\x20\x99\x3c\x2b\xdd\xdd\x9e\x9f\x0a\x7c\x19\x40\x6d\ +\xfb\x69\xe0\x22\xf0\x92\x9f\xf2\x21\xf0\x1d\xc6\xec\x93\x4b\x97\ +\x6e\x57\x5a\xd0\x54\x5a\x40\x6d\xbb\x09\xf8\x9e\xa5\xd3\x78\x80\ +\x9d\x78\xde\x4f\x9a\x4a\xbd\x51\x69\xc1\x45\xf7\x00\xed\xee\x36\ +\x0c\x0f\x7f\x8c\xea\xfb\x95\x7e\x24\x62\x4e\x92\x4c\x1e\x59\xec\ +\x90\x58\x94\x01\xd4\xb6\xd7\xa0\xda\x8b\x48\x5b\x75\xda\x22\x23\ +\x4d\x22\xb1\x5f\xce\x9f\x77\x17\x7a\x71\x41\x03\xa8\x6d\xaf\x01\ +\xae\x00\xaf\x05\xa1\x2c\x42\xbe\x22\x91\x68\x5a\xc8\x08\x65\xe7\ +\x00\x05\x41\xa4\x87\xe5\xd7\x78\x80\xd7\xc9\x66\x2f\x6a\x77\x77\ +\xd9\x36\x96\x9f\x04\x5b\x5a\x4e\xa2\xfa\x56\xa0\xb2\xa2\x44\xa4\ +\x8d\xc1\xc1\x0f\xcb\xbe\xf2\xb8\x0c\x4d\xa5\x6c\x44\x32\xc1\xab\ +\x8a\x01\x91\xbd\x92\xc9\xf4\x95\xcc\x2a\x95\xa8\xad\xad\x5b\xf0\ +\xbc\x1f\x81\x4d\xa1\x0a\x8b\x8e\x7b\x78\xde\x0b\xd2\xdf\xff\x47\ +\x71\xc6\xbc\x21\xa0\x20\x78\xde\x67\xac\x9c\xc6\x03\x6c\xc2\x98\ +\x5e\x2d\xf1\x87\xcf\x9f\x03\x52\xa9\x03\x2c\xad\x45\x4e\x50\xec\ +\xa2\xa5\x65\xde\x7c\x36\xc7\x22\xf9\x8d\xcd\x08\x50\x17\x95\xaa\ +\x88\xb9\x83\xeb\x6e\x93\xab\x57\xc7\x0b\x09\x73\x7b\x40\x6e\x95\ +\xb7\x52\x1b\x0f\x50\x4f\x4d\xcd\x7b\xb3\x13\x1e\xf5\x00\x6d\x6f\ +\xdf\xc8\xc3\x87\x7f\x11\xdd\x96\x36\x2e\xb2\x4c\x4d\x3d\x59\x38\ +\x4f\x98\xe9\x01\xae\xdb\xc9\xca\x6f\x3c\x40\x2d\x6b\xd7\x1e\x2c\ +\xfc\x98\x31\x80\xea\xbe\x58\xe4\xc4\xc3\x81\xc2\x83\x81\xfc\x19\ +\x1e\x3c\x17\x9b\x9c\xe8\x69\xd0\xe6\xe6\x1d\x50\xe8\x01\xd3\xd3\ +\xcb\x65\x97\x17\x1c\x22\x7b\xa1\x60\x00\x91\x57\x63\x15\x13\x07\ +\x22\x2f\x03\x48\xfe\xdc\xfe\x6f\x42\x3a\x22\x5f\xc2\x28\x96\x55\ +\x6f\xb0\xac\x46\x56\x5f\xe3\x01\x04\xd7\x6d\x34\x88\xac\xa6\xc9\ +\x6f\x2e\xc6\x24\x0d\xb0\x2d\x6e\x1d\x31\xb2\xcd\xa0\xfa\x4c\xdc\ +\x2a\x62\x43\x75\xab\x61\x65\xaf\xfd\x17\xa2\xce\x02\x36\xf8\x2a\ +\xba\x6e\x1d\x6c\xd9\x02\x12\xf3\xfc\xa9\x0a\xb7\x6f\xc3\xc4\x84\ +\x9f\xd2\x1b\x2c\x66\xae\xa8\x2b\xa3\xab\x0b\xb6\x87\x75\x07\x5a\ +\x21\x37\x6f\xc2\xb1\x63\x7e\x4a\x6e\xa8\xf8\x66\x68\xa5\x21\x6a\ +\xdb\x77\x81\xda\x8a\x4b\xae\x8c\x21\x30\x6a\x01\xf7\xf1\x63\x80\ +\x89\x09\x18\x1c\xf4\xf3\xd1\xa5\xc4\x7d\x03\x8c\xc6\xad\x22\x46\ +\x46\x0d\xaa\xbf\xc7\xad\x22\x36\x54\x47\x0c\xb9\x43\xd0\xd5\xca\ +\x88\xc1\x98\x65\x3f\x90\x7d\x23\x32\x64\x70\xdd\x01\x72\xde\x58\ +\xab\x0d\x0f\xcb\x1a\x30\x79\x3f\xbc\xa1\xb8\xd5\xc4\xc0\x2f\xd2\ +\xd7\x37\x9a\x5b\x08\xa9\x5e\x8f\x59\x4c\x1c\x7c\x0b\x85\x23\x31\ +\xd5\x74\xac\x52\xe2\x21\x0d\xb3\x2f\x46\x6c\xfb\x37\x56\xcf\xc9\ +\xf0\xb0\x38\x4e\x12\x66\xdf\x0b\x88\x5c\x8c\x4d\x4e\xf4\x7c\x52\ +\x78\x98\x31\xc0\xe4\xe4\x39\xa0\x2a\xaf\xcb\x65\x42\x96\xa9\xa9\ +\x9e\xc2\x8f\x47\x06\xc8\xdf\x95\x9d\x8d\x45\x52\x94\x88\x9c\x9a\ +\xed\x67\x3c\x77\x3b\x5c\x53\x73\x0a\xf8\x37\x6a\x4d\x11\xf2\x0f\ +\xaa\x67\x66\x27\xcc\x31\x80\xa4\xd3\x63\x88\x74\x45\xab\x29\x52\ +\x8e\x88\xe3\xdc\x9b\x9d\x30\x6f\x33\xaf\x20\xd8\xf6\x00\xb0\x33\ +\x32\x59\xd1\x70\x03\xc7\xd9\x2d\x45\xab\xde\x79\x27\x42\x02\x8a\ +\x31\xfb\x80\x7b\xc5\x79\xcb\x98\x71\x3c\xef\xed\xe2\xc6\xc3\x63\ +\xfc\x04\xf3\x5e\xd7\xef\x84\x2e\x2b\x2a\x54\x0f\x94\xf2\x10\x83\ +\x32\x8e\x92\xe2\x38\x97\x81\x93\xa1\x89\x8a\x0a\x91\xe3\x72\xf9\ +\xf2\x17\x8f\xcb\x2e\x7f\x28\xea\x38\x87\x81\xde\x80\x25\x45\x49\ +\x9a\x86\x86\xa3\xe5\x5e\x28\x6b\x00\x01\x25\x91\xe8\x04\xbe\x0e\ +\x54\x56\x34\x7c\x49\x22\xb1\x7f\x21\xb7\xf9\xc5\xb9\xcb\xef\xde\ +\x6d\x51\x57\x77\x0e\x91\x8e\x60\xb4\x85\x8c\xea\xe7\xd4\xd6\x76\ +\x04\xe2\x2e\xff\xa8\xce\x5c\x8c\xd0\x71\x44\x0e\x57\xa7\x2e\x54\ +\x14\x91\x13\x64\x32\x5d\xa5\x66\xfc\x52\x54\x7c\xa8\xaf\x2d\x2d\ +\x7b\x50\xbd\xc0\xd2\xf3\x28\xfb\x0f\x91\x83\x92\xc9\x54\xe4\xe0\ +\xed\x2f\x68\xaa\xb9\xf9\x29\x8c\xe9\x05\x76\xf9\x29\x1f\x02\x37\ +\x80\xfd\xe2\x38\x7f\x56\x5a\x30\x88\xb0\xb9\x13\x40\xbd\xdf\x7a\ +\xaa\x24\x0b\x1c\xc5\x71\x7a\x16\xdb\xe5\x8b\xa9\x3e\x70\x72\xcf\ +\x9e\xcd\x79\xf7\xd3\x43\xf8\xb9\x61\xf2\xc7\x5d\x44\x4e\xa3\x7a\ +\xa6\x78\x6d\x5f\x29\xc1\x85\xce\xda\xf6\x7a\xa0\x13\xe8\x20\x17\ +\x2f\x1c\x06\x83\x88\x5c\x40\xb5\x47\x1c\xe7\x41\x10\x15\x86\x13\ +\x3c\xdd\xdc\xbc\x03\x91\xbd\xf9\xe0\xe9\xe7\xf1\x11\x9f\x98\xc7\ +\x03\x7e\x05\xae\x03\x69\x71\x9c\x9f\x83\xd2\x58\x20\xf4\xab\x5d\ +\x6d\x6b\xab\xc3\x75\x1b\x81\x06\x44\xb6\x03\x5b\xc9\x0d\x95\x52\ +\xe1\xf3\x59\x44\x46\xf0\xbc\x5c\xf8\xbc\x65\x0d\x48\x5f\x5f\xa8\ +\x77\x97\xff\x03\x6b\xc2\x74\xf7\xad\xdf\x5f\x53\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x07\x77\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe6\x00\x00\x12\xe6\ +\x01\xcd\xbf\x40\xa8\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\xf4\x49\x44\ +\x41\x54\x78\x9c\xe5\x9b\x5d\x6c\x54\xc7\x15\xc7\x7f\x67\xee\xda\ +\x41\xc4\xce\x87\x95\xba\x8a\x91\xaa\xaa\x01\x7b\x1d\xd7\x91\x40\ +\xc4\x28\x81\x44\x3c\x34\x50\xdb\xfd\x88\x2b\xb9\xc5\x4b\x29\x14\ +\x1a\xd4\x56\x4e\x82\xda\x40\x42\xd3\x07\xab\x4f\x01\x07\x44\x00\ +\xf5\x23\xa8\xae\x29\xed\x3a\x69\xaa\x52\x85\x7a\x91\x48\x1e\xd2\ +\x38\x89\x64\x1a\x92\xb6\xca\x1a\x2f\x49\xda\x54\x08\x53\x53\x62\ +\x3e\x8c\xd3\xc0\xee\xde\xd3\x87\xb5\x37\xf8\xdb\xbb\x77\xee\x35\ +\x49\xff\x4f\xbb\x73\xef\x9c\xf9\x9f\xff\x9d\x99\x3b\x73\xce\x5c\ +\xc1\x67\xbc\xb3\x66\x45\x69\xca\x75\xee\x55\x95\x2a\xd0\x30\x50\ +\x0e\x72\x33\x70\x13\x50\x34\x7c\xdb\x25\xe0\x3c\xe8\x39\x44\x12\ +\xb8\xd2\x0b\x1a\x2f\x08\xa5\xba\xe6\x1f\x38\x72\xc6\x4f\x7e\xe2\ +\x87\xd1\xc4\xea\x2f\xde\xe9\xaa\x69\x42\xb9\x0f\xa1\xca\x43\x3b\ +\x8a\x12\x47\x38\x22\x2e\x1d\xe1\x67\x62\xaf\xdb\xe4\x09\x16\x05\ +\x78\x7b\x75\xed\x0d\x29\x35\x1b\x55\x74\xbd\x28\x95\xb6\xec\x8e\ +\x41\x0f\xc8\xaf\x64\x8e\xf3\x8b\x70\xdb\xf3\x83\x36\x0c\x7a\x16\ +\x20\xde\xb8\xb2\xc4\x14\x9a\x87\x51\x79\x10\xb8\xd9\x02\xa7\x99\ +\xe0\x1c\xb0\x3b\x89\x3c\x75\x47\xb4\xf3\x9c\x17\x43\x79\x0b\xa0\ +\x20\xc7\x23\xb5\x6b\x04\x79\x12\xf8\x94\x17\x12\x1e\x30\x20\xf0\ +\x93\x8a\xf2\x9a\x3d\xd2\xd2\xe2\xe6\x63\x20\x2f\x01\xe2\xdf\x5c\ +\x39\xdf\xa8\xb3\x1f\xe5\xee\x7c\xea\xfb\x80\x57\x43\x69\x5d\xbb\ +\xe0\xd9\xc3\xef\xe6\x5a\xd1\xe4\x5a\xa1\x67\xf5\x97\x1a\x1c\xd7\ +\xf9\xcb\x35\xe4\x3c\xc0\xd2\x94\x23\x6f\xf6\x44\xea\x57\xe5\x5a\ +\x71\xc6\x3d\x40\x5b\x5a\x4c\x22\xd1\xbd\x43\x45\x36\xe5\xda\x48\ +\xc0\xd8\x19\x2e\xaf\xd9\x3c\xd3\x21\x31\x23\x01\xe2\x8d\x8d\x85\ +\xa6\x70\xa8\x1d\xa5\xc9\x1b\xb7\xc0\x10\x1d\x2a\xea\x5f\xb7\xf8\ +\xe9\x63\xc9\xe9\x6e\x9c\x56\x80\x78\x63\x63\xa1\x53\xf0\xc1\x41\ +\x45\xeb\xec\x70\x0b\x08\x42\xe7\xd0\xf5\xfd\x0d\xd3\x89\x30\xe5\ +\x1c\xa0\x20\xa6\x60\x68\xdf\xc7\xce\x79\x00\xa5\xfe\xfa\xa1\x4f\ +\xef\xd7\x96\x96\x29\x7d\x9c\xf2\x62\xa2\xa9\x76\x27\xf0\x2d\xab\ +\xc4\x82\x84\xd2\xd4\x7b\xa2\x7b\xdb\x54\xb7\x4c\x3a\x04\x7a\x23\ +\xf5\x8d\x8a\xfe\xce\x3e\xab\x59\x80\x12\xa9\xec\x88\x75\x4c\x74\ +\x69\x42\x01\xde\xfe\x46\xed\x6d\x29\x47\x8e\x01\x37\xfa\x4a\x2c\ +\x38\x5c\x70\x90\x45\xe5\xd1\xce\x7f\x8c\xbd\x30\x6e\x08\x28\x48\ +\x2a\x24\xbf\xe6\x93\xe3\x3c\xc0\x8d\xae\x6a\xbb\x4e\xf0\xc0\xc7\ +\x09\x70\xbc\xa9\x6e\xc3\x35\xb6\xc8\xb1\x02\x15\xee\xe9\x5d\x5d\ +\x3f\x6e\x3e\x1b\xa5\x48\xbc\x71\x65\x89\x29\x70\x12\xc0\x2d\x81\ +\x31\x0b\x16\x67\x3e\x2c\x2c\xac\x58\xd8\xfe\xc7\xf3\x23\x05\xa3\ +\x7a\x80\x53\x10\xda\xc4\x27\xd7\x79\x80\xd2\x39\x97\x93\x0f\x5d\ +\x5d\x90\xed\x01\x99\xfd\xbc\xbc\x47\x70\x5b\xda\xd9\xc2\x80\xcc\ +\x09\x7d\x76\x24\x9e\x90\xed\x01\x29\x35\x1b\xf1\xe8\x7c\xd1\xa2\ +\x25\x7c\xe6\xc7\x4f\x50\xb4\x68\x89\x47\x8e\xbe\xda\x2e\xd1\xff\ +\xa6\x1e\x18\xf9\xf3\xd1\x10\x50\x5d\xeb\xd9\x72\x5d\x03\x73\x2b\ +\xab\x99\xb7\xe9\x71\x8a\x6b\x96\x79\x35\x97\x45\x71\xcd\x32\xe6\ +\x6d\x7a\x9c\xb9\x95\xd5\x94\xd4\x35\x78\x37\x28\x6c\x18\xf9\x69\ +\x20\x13\xc3\x43\xf8\xbc\x57\xbb\x03\xb1\x83\x68\x3a\x8d\x38\x0e\ +\x65\xcd\x5b\xac\x88\x50\x5c\xb3\x8c\xb2\xe6\x2d\x88\xe3\xa0\xe9\ +\x34\x03\xb1\x83\x9e\x6d\x02\xb7\xc7\x57\xd5\x2e\x84\x61\x01\x5c\ +\x35\x56\x76\x79\x97\xde\xe8\xa6\x6f\xef\x36\x34\x9d\x42\x1c\x87\ +\x79\x0f\x3e\xca\x0d\x77\x2f\xcf\xdb\x5e\x71\xcd\x52\xca\x9a\x37\ +\x23\x8e\x03\xae\xcb\xe9\x9f\xef\xe0\xd2\x1b\xdd\x36\xa8\x62\x0c\ +\x11\xc8\x0e\x01\x59\x61\xc5\x2a\x30\x78\xf4\x55\xfa\xf6\x6e\x47\ +\xd3\x29\x30\x86\xb2\xef\xfd\x30\x2f\x11\x32\xce\x6f\x41\x9c\x10\ +\xb8\x2e\x7d\x3f\x7b\x92\x8b\xaf\xfd\xd9\x16\x4d\x04\xf9\x02\x80\ +\xbc\xb3\x66\x45\x69\x32\x1d\xfa\x37\x96\x43\xe4\xe3\x1d\xd8\xc1\ +\xc5\xd7\x5e\xca\xb3\xae\x5d\xe7\x87\xa1\x46\x9d\x52\xe7\xfb\xd5\ +\xe5\xb5\x20\x5f\xb7\x6d\xfd\xca\xa9\x93\x5c\x39\x75\x92\xe2\x3b\ +\xef\x42\x1c\x87\xe2\xc5\x77\x71\xa5\xff\x34\x97\x4f\xbe\x37\x65\ +\xbd\x80\x9c\x07\x10\x15\xba\x8d\xaa\x78\x9e\xfc\x26\x43\xae\xc3\ +\x21\x40\xe7\x01\x50\xdc\x2a\x03\x5a\xe1\x5b\x0b\xcc\x5c\x84\xa0\ +\x9d\x07\x10\x4c\x85\xd3\x5c\x5d\xbe\x15\x28\xf3\xb3\xa1\xe9\x86\ +\xc3\x6c\x38\x3f\x8c\xcb\x4e\x73\xf5\x82\x1f\x91\x49\x54\xfa\x8a\ +\xc9\x44\x28\xbc\x75\xde\x6c\x39\x0f\x70\x45\x8e\x47\xea\xde\x07\ +\x4a\x82\x6a\x71\xd4\xd3\x56\x45\xd5\x45\x8c\x33\x1b\xce\x03\x9c\ +\x35\x7c\x94\xa2\x0e\x04\xd9\x39\xc1\x75\x41\x24\xe3\xbc\xea\x6c\ +\x38\x0f\x50\x9c\x73\x66\xc8\x1e\x74\xcc\x7f\x5f\x32\xf5\xd3\xc2\ +\x90\x39\x9c\x10\x18\xb2\x43\x60\xf8\xc9\x8f\xf4\x84\x7c\x57\x8c\ +\x1e\x31\x68\x00\x2b\x79\xf6\x99\x60\xdc\x6c\xff\xd3\x56\xfa\xf6\ +\x3c\xe1\x79\xd9\xec\x01\x83\x06\x38\x1b\x44\x4b\x93\xbd\xea\x6c\ +\xed\x1d\xf2\xc4\x59\x83\x70\xc2\xef\x56\xa6\x7b\xcf\xcf\x96\x08\ +\x2a\x24\x0c\x4a\xc2\xcf\x46\x66\xba\xc8\x99\x0d\x11\x8c\x66\x04\ +\x78\xcb\xaf\x06\x72\x5d\xe1\x05\x2d\x82\x2b\x26\x6e\x0a\x42\xa9\ +\x2e\xc6\xbf\x93\x3c\x23\xdf\xe5\x6d\x80\x22\xb8\x8e\x2b\x5d\x66\ +\xfe\x81\x23\x67\x50\xe2\x36\x2d\x7b\x5d\xdb\x07\x24\xc2\xdf\x2a\ +\x3a\x0e\x9d\xcd\x2c\x84\x84\x17\x6c\x59\xb5\xb5\xb1\xf1\x5b\x04\ +\x15\x5e\x84\xe1\x90\x98\xb8\x44\x6d\x18\x2d\x5a\xb4\x84\xb2\xe6\ +\x47\x11\x27\x84\xa6\xd3\x9c\xda\xb3\xcd\xd3\xf2\x36\x23\x42\x2b\ +\x9a\x4e\x83\x31\xdc\xfa\xdd\x1f\x58\x0b\xb9\xab\x66\x7c\x36\x00\ +\xe1\x67\x62\xaf\xdb\x98\x0c\x4b\xea\x1a\xb2\xd1\xdb\xbe\xbd\xdb\ +\x19\x3c\xfa\x8a\x57\x93\x0c\x1e\x7d\x65\xb8\x27\x64\xa2\xcd\x56\ +\xc2\xe2\xd0\x53\x15\x8d\xfd\x15\x20\x94\x2d\x12\xd9\x0f\xda\xea\ +\xc5\xea\x48\xc8\x7a\x20\x76\xd0\x5a\xf4\x16\x32\x22\x9c\xda\x95\ +\xa4\xa4\xae\xc1\x4e\x58\x5c\xf9\xe5\xc8\xcf\xec\x0e\xa4\x77\xfd\ +\x57\x8a\xf5\xc3\xd4\xbf\xf8\x7f\x4d\x8d\x85\xdb\x9e\x1f\x44\x74\ +\xcf\xec\xf1\x0a\x06\x8a\xee\xba\xfa\x9c\xf1\xa8\xed\x70\x52\xcd\ +\x2e\xe0\x3f\x81\xb3\x0a\x0e\xfd\xd7\x25\x93\xbb\xaf\x2e\x18\x25\ +\xc0\x1d\xd1\xce\x73\x22\xfa\x58\xb0\x9c\x82\x83\xc2\xe6\xdb\x9e\ +\x7b\xf1\xc2\xd5\x65\xe3\xa2\x10\x0a\xd2\x1b\xa9\xeb\x02\x96\x06\ +\xc6\x2c\x18\xbc\x1c\x8e\xc6\x96\xcb\x98\x55\xef\xb8\x88\x90\x80\ +\x86\xd2\xba\x16\xb8\x30\xf6\xda\xc7\x15\x02\xe7\x1d\xe4\xdb\x63\ +\x9d\x87\x49\xce\x09\x2e\x78\xf6\xf0\xbb\x22\xfa\x1d\xff\xa9\x05\ +\x03\x45\x36\x4c\x74\x42\x0c\xa6\x38\x28\x19\xfe\xed\xe1\xdf\x03\ +\x3b\x7d\x63\x15\x10\x44\xd9\x5e\x19\xed\xfc\xc3\x64\xd7\xa7\x0c\ +\x8a\x86\xa3\xb1\x47\x80\x76\xdb\xa4\x02\x44\xb4\xa2\xa2\x66\xeb\ +\x54\x37\x4c\x29\x80\x80\x0e\x15\xf5\x6f\x14\x24\x66\x97\x57\x20\ +\xf8\xd3\x50\x51\xff\xba\xe9\x8e\xcd\x4f\x1b\x16\x5f\xfc\xf4\xb1\ +\xe4\xe9\xbe\xa1\xaf\xaa\x4a\x9b\x3d\x6e\xfe\x42\x85\xdf\x0c\x15\ +\xf5\x7f\xcd\xca\x71\xf9\xac\x51\x90\xde\x48\xed\x76\x90\x47\xbc\ +\xd1\xf3\x15\x2a\x4a\x6b\x45\x47\xec\xb1\x89\x66\xfc\x89\x90\x73\ +\x36\xa2\xa7\xa9\xf6\x7e\x11\x69\xe3\xda\xdb\x33\x5c\x14\xe5\x81\ +\x70\x47\x2c\xa7\x03\xde\x79\xa5\x63\x4e\x44\xea\x3f\xe7\xaa\xb6\ +\xab\x70\x4f\x3e\xf5\x7d\xc0\xcb\xe2\x38\xeb\xc2\x07\x0e\xfd\x33\ +\xd7\x8a\x36\x3e\x9b\x6b\x05\x4a\xf3\xb5\xe3\x11\x03\x20\x5b\xc3\ +\xd1\xce\x7d\x33\xed\xf2\x63\xe1\x39\x21\xf7\xe6\xba\xfb\x6f\x9a\ +\x73\x39\xf9\x10\xa2\x0f\x13\x58\x96\x59\xdf\x57\x78\xea\xba\x64\ +\x72\xf7\xd8\xb5\x7d\xae\xb0\x96\x91\x8c\x37\x2e\x2f\x32\xa1\xb9\ +\x1b\x11\x59\x0f\x5a\x65\xcb\xee\x28\x28\x6f\xa9\xd0\xa6\xc9\x0f\ +\xf6\x55\x3d\xf7\x92\x95\x9c\xa6\x2f\x29\xd9\xf8\xaa\xda\x85\xc6\ +\x10\x41\xe5\x3e\x84\x6a\xf2\xf8\x3e\x71\x18\xae\xc0\xdf\x5d\xe1\ +\x05\x55\xa2\x23\x61\x2c\x9b\xf0\x3d\x27\x9d\x68\xfa\xf2\x2d\xae\ +\xb8\xf7\x0a\x7a\xbb\x42\x25\x50\x4e\x66\xa8\x4c\xf0\xf9\x3c\x03\ +\x20\x09\x41\x7b\x5d\x31\x71\xc7\x95\xae\x8a\x8e\x43\xbe\xe6\x2e\ +\xff\x07\x07\x86\x34\xf9\x7f\x61\x49\x6b\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xd3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x7f\x00\x00\x16\x7f\ +\x01\xa4\x13\xba\xbf\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x50\x49\x44\ +\x41\x54\x78\x9c\xed\xd7\x3b\x4a\x43\x41\x14\x87\xf1\xef\xcc\xc5\ +\x07\xb8\x00\x2d\x23\x08\x26\x37\xb5\xae\x40\x41\x57\x21\x22\xa8\ +\xc4\x15\x28\x16\x82\xee\x21\x76\x6e\xc3\x42\x17\xa0\x6d\xb8\xd7\ +\x14\x41\x6e\xe5\xa3\x4f\xe1\x03\x72\xac\x14\x15\x4b\xbd\x07\xc9\ +\xff\x57\xce\x4c\xf1\xcd\x34\x33\x03\x22\x22\x22\x22\x22\x22\x22\ +\x22\x22\x22\x22\x32\x2e\xec\xfb\x80\x37\x1a\xd3\xcc\xcc\xac\x32\ +\x1a\x2d\x61\x36\x1b\x11\xf5\xeb\xdc\x1f\xc9\xb2\x6b\x86\xc3\x0b\ +\xab\xaa\xa7\xcf\x53\x5f\x0e\xc0\x5b\xad\x2d\xcc\x4e\x80\xb9\x5a\ +\x03\xeb\xf3\x00\x1c\x58\x59\x9e\xbd\x0f\x18\x80\x83\x91\xe7\xa7\ +\xc0\x76\x54\x59\xcd\x4e\x29\xcb\x8e\x81\x27\x00\xda\xed\x43\xc6\ +\x67\xf3\x00\xbb\xe4\xf9\x3e\x80\xf9\xe2\xe2\x3c\x59\x76\x03\x4c\ +\x05\x47\xd5\xed\x85\x94\xf2\x44\x96\x75\x18\xbf\xcd\x03\x4c\xe2\ +\xbe\x9d\x80\xb5\xe8\x92\x40\xeb\x09\x68\x44\x57\x84\x71\x9f\x4f\ +\xd1\x0d\xc1\x46\x09\xa8\xa2\x2b\xc2\xb8\x57\x09\x38\x8f\xee\x08\ +\x93\xd2\xb9\x79\xb3\xd9\x20\xa5\x3e\xe3\x77\x13\xbc\x90\x65\xad\ +\x64\xfd\x7e\x85\xfb\x71\x74\x4d\x80\x23\xeb\xf5\x6e\x3f\x3f\x85\ +\xbb\xc0\x4e\x70\x54\x3d\xcc\xba\x14\xc5\xde\xc7\x53\xd8\xc0\xad\ +\x2c\x77\x31\xdb\x04\xee\x83\xf3\xfe\xd2\x1d\xee\x1b\x56\x14\x1d\ +\x03\x87\x9f\xbe\xc3\x0b\x0b\x53\x4c\x4c\xac\x60\xb6\x0c\xcc\xfe\ +\xb4\xe6\x9f\x71\xe0\x11\xf7\x2b\x5e\x5f\x2f\x6d\x30\x78\x8e\x0e\ +\x12\x11\x11\x11\x11\x11\x11\x11\x11\x11\x11\x91\x18\x6f\x13\x8c\ +\x53\x2b\x3a\x5e\xd9\xc4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x03\x13\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xf0\x00\x00\x03\xf0\ +\x01\xd8\xe5\x4a\xc4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x90\x49\x44\ +\x41\x54\x38\x8d\x75\x92\xb1\x6b\x14\x59\x1c\xc7\x3f\xef\xbd\x99\ +\x59\xb3\x3b\xe3\x66\xb2\x1b\x0f\xe2\x76\x9b\x55\x04\x31\x9e\x42\ +\x22\x78\xad\x87\x70\x16\xa7\x85\xda\x18\x50\x11\xab\xfc\x01\x5e\ +\x2d\xd8\xd8\x5c\x65\x27\x2a\x62\xe1\x81\x60\x69\xb4\xb9\xc2\x66\ +\xbb\xbd\x4b\x84\xcb\x14\xdb\x64\x23\xa7\x66\xc6\x38\xb3\x93\xcc\ +\xcc\xbe\x79\x36\x1a\xb2\x77\xfa\xa9\x1e\x3f\x7e\xef\x03\xef\xfb\ +\x7d\x82\xff\xf0\xcc\xb6\xe7\x3c\xcf\xfb\xad\x36\x31\x31\x6b\x39\ +\x8e\x67\x8c\x41\x17\x45\x9c\xa6\x69\xf0\x29\x49\xee\x5c\x28\x8a\ +\xde\xde\x7d\xf1\xf5\xf0\x14\x9c\x99\x46\xe3\x45\xb3\xd1\xf8\x71\ +\xf6\xe8\xd1\xba\x52\x6a\x4c\xac\xb5\x66\x2d\x08\xfe\x1d\xac\xaf\ +\xbf\x8a\xa2\xe8\xda\x45\xc8\x77\x05\x4f\xc1\x99\xf1\xfd\x37\x73\ +\xcd\x66\xdb\x75\x5d\x68\xb7\x41\x08\xbe\x45\x1c\xc7\xba\xdb\xed\ +\xbe\x0e\xc3\xf0\xcc\x45\xc8\x25\xc0\x4c\xa3\xf1\x62\xae\xd9\x6c\ +\xbb\xb6\x0d\x59\x06\x51\xf4\xcd\xcb\x00\x9e\xe7\xa9\xf9\xf9\xf9\ +\xd3\xbe\xef\xdf\x07\xb0\x9e\xd9\xf6\x5c\xb3\x5e\x3f\xe9\x3a\x0e\ +\x18\x03\x80\x29\x4b\xf2\x4b\x97\xd0\xb3\xb3\x00\xc8\x7e\x1f\x67\ +\x79\x19\xf9\xe1\xc3\xae\xa4\xd5\x6a\x9d\x79\x3e\x1c\x1e\x53\x37\ +\x26\x27\x7f\x3f\x71\xea\xd4\x09\x39\x35\x05\xa3\x11\xc6\x75\xd9\ +\xbe\x7b\x17\x79\xf0\x20\x15\xa5\xb0\x94\xa2\x6c\x36\x29\x8e\x1f\ +\xc7\xea\xf5\x10\x59\x06\x80\xef\xfb\xb5\x8d\x8d\x0d\x5f\x56\x27\ +\x26\x3a\x4a\x29\xb0\x6d\x68\xb5\xc8\x97\x96\xb0\x6a\x35\x2a\xc6\ +\x18\x29\xc4\x03\xe0\x61\xc5\x18\xa3\x2a\x15\xf2\xb3\x67\x77\x9f\ +\xa2\x94\xa2\x5a\xad\x76\x2c\xcb\xb6\xbd\xb1\xb4\x0f\x1d\x62\x1f\ +\x50\x0a\xf1\x48\x1d\x39\x72\x15\xc0\xac\xac\x08\x5b\x88\xc5\x9d\ +\x4e\x67\x2c\x0f\x65\x59\xfb\xe5\x77\xd3\x2a\xcb\xff\xd7\xf0\x25\ +\xa3\xaf\x08\x30\xd6\xa8\x28\xe2\xbd\x43\xd9\xef\x53\x1c\x3e\x4c\ +\x45\x88\x2b\x7a\x65\x05\x09\x20\xe5\x95\x02\x50\x41\x30\x26\x18\ +\x8d\x46\xb1\x4c\xd3\x34\xd0\x5a\xef\x0e\x9d\xe5\x65\x74\x96\x91\ +\x09\x21\x90\x72\xb1\x94\x72\x31\x03\xa1\x93\x04\xe7\xde\x3d\x08\ +\x43\x30\x06\xad\x35\xc3\x34\x5d\x53\x17\xca\xf2\x1f\xe0\xfc\xf4\ +\xf4\xb4\x0b\x20\xd2\x14\xab\xd7\x43\xd7\xeb\x14\x93\x93\x8c\xb4\ +\x46\xae\xae\xb2\xef\xf6\x6d\xc4\xfb\xf7\x90\x24\xb0\xb5\x45\x30\ +\x18\x7c\x7c\xfb\xee\xdd\x75\x01\xf0\xd2\xf7\x1f\x2f\x2c\x2c\x5c\ +\xf6\x3c\x6f\xfc\xff\xee\x65\x7d\x1d\xb6\xb6\x00\x88\xf3\x9c\xbf\ +\xc2\xf0\xe5\x4f\x61\xf8\xb3\x04\x88\xa2\xe8\x5a\xb7\xdb\x7d\x1d\ +\xc7\xb1\xfe\xae\xe0\xc0\x01\x10\x82\x38\xcf\xe9\x85\x61\xb0\x1a\ +\x86\xbf\x00\x28\x80\x3f\x40\x9f\xdb\xde\x7e\xb2\xb9\xb9\xd9\xce\ +\xf2\xfc\x87\x29\xdf\x77\xa5\x1c\x2f\x48\x03\xc1\x60\x90\xf4\xa3\ +\xe8\xcf\x37\x61\x78\xfa\x26\x14\x5f\x9a\x18\xe7\xb9\xe3\x1c\xab\ +\xb9\xee\xad\x6a\xb5\xda\xb1\x6c\x7b\xbf\x31\x06\x9d\xe7\x9f\x86\ +\x3b\x3b\x6b\xc3\x24\xb9\xf3\x6b\x9e\xff\xbd\x77\xff\x33\x9e\x74\ +\x0b\x9f\xf8\x3c\xea\x7c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x08\xeb\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xa5\x00\x00\x03\xa5\ +\x01\x43\x6a\x7a\x91\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x08\x68\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x7b\x70\x54\xd5\x1d\xc7\x3f\xbf\xb3\x4b\ +\x12\x60\x05\x2b\x45\x53\xb1\xda\xd1\x51\xb4\xb6\x9d\x51\xa9\x0c\ +\x9a\x84\x20\xe0\x03\x76\x01\x99\x66\xc7\x76\x10\xd8\x8d\x42\x1d\ +\xa9\xd3\x62\xeb\x38\x58\x6b\xb4\x95\x96\xa1\x45\xa9\x8f\x36\x0a\ +\x59\x64\x50\xda\xe8\xa0\x90\x10\x8a\x4a\x0d\xbb\x01\x9f\x58\xa7\ +\x1d\x11\xec\xd8\xe9\x48\xad\x6f\xad\x12\xc8\x63\xf7\xde\x5f\xff\ +\xe0\x31\x82\xd9\xdc\x73\x77\xef\xc6\xce\x94\xcf\x5f\xbb\x7b\x7e\ +\x8f\xef\xfd\xed\xbd\x77\xcf\xfe\xce\xb9\x70\x8c\x63\xfc\x5f\x23\ +\x25\x8b\xdc\xd0\x60\x6a\xc6\x8c\x1a\x0d\xe1\x73\x50\xf7\x2c\x45\ +\x46\x01\x43\x05\x22\x00\xae\xc8\xa7\x46\x75\x1f\xa2\x6f\x2a\xba\ +\xcb\x31\xe1\x5d\xdb\xa7\xcc\x7d\xa3\x64\x7a\xf2\x10\x68\x01\x6a\ +\x5b\x1a\xbf\xec\xc8\xa0\x3a\x51\x26\x2b\x8c\x07\x4e\xf0\x29\xe7\ +\x6d\xe0\xcf\xaa\x6c\x56\x75\x9f\xd8\x36\xbd\x7e\x6f\x90\xfa\xfa\ +\xcc\x18\x44\x90\x9a\x96\x95\x97\x2a\x5c\x07\x32\x05\x28\x0b\x22\ +\x26\xb0\x0f\x74\x1d\xe8\xbd\x99\xd8\x35\x2f\x04\x14\xf3\x73\x14\ +\x55\x80\xaa\x96\x54\x4c\xd0\x5b\x81\x6f\x07\xa4\x27\x0f\xf2\x24\ +\xae\xdc\x91\x99\x3e\x77\x5b\xe0\x91\x0b\x71\xaa\x6a\x6d\x3a\x5d\ +\x94\x7b\x80\x29\x01\xeb\xe9\x17\x81\x47\x73\xd9\xf0\x82\xed\x33\ +\x67\xbf\x17\x60\x4c\x7f\xd4\xb4\xac\xbc\x5e\x91\xa5\xc0\xe0\xa0\ +\x44\xf8\xe4\x23\x90\xfa\x4c\x2c\xf1\x44\x10\xc1\xac\x0b\x30\xb6\ +\x6d\xcd\xb0\x72\xa7\x77\x85\x42\x5d\x10\x89\x8b\x44\x51\x59\xbe\ +\xff\xe4\xde\x9b\x76\x8c\x99\x9f\x2d\x26\x90\x55\x01\x2e\x5a\xb7\ +\xfa\xc4\xd0\xa0\xdc\x26\xe0\xfc\x62\x92\x05\x8f\x6e\x71\x5d\xae\ +\x2c\xe6\xd7\xc2\xb3\x00\x55\x2d\xab\x4f\x15\x72\x4f\x03\x67\x16\ +\x9a\xa4\xc4\x3c\x5b\x5e\x91\xbd\xe2\xe9\xc9\xf3\x3f\x29\xc4\xb9\ +\xdf\x02\xd4\x6e\x4c\x55\x3a\xae\xa6\x29\xfc\xe0\x3f\x00\xd9\xaa\ +\xc2\x8b\xa2\xec\x36\xca\x5b\x6a\x72\x9d\x9a\x0b\x89\x86\xcd\x60\ +\x51\xfd\xaa\x0a\xa3\x71\xf5\x42\x11\x6a\xf1\x3d\x6f\x38\xcc\xd6\ +\x50\x44\x2e\x6f\x9f\x90\xe8\xf6\xeb\x18\xce\x37\x50\xfb\x78\xea\ +\x78\xc7\x75\x37\x83\xf8\x3d\xf8\x5e\xd0\x3f\x8a\xca\xaa\xf4\xcb\ +\x6f\xb6\xd3\xd0\xe0\xf6\x63\xbb\xe3\xd0\x8b\xba\xe6\xe6\xd0\xbb\ +\x83\xf7\x4e\x54\x48\x80\x7c\xa7\x3f\x6d\x7d\x30\xde\xe9\x64\x0d\ +\xaa\x75\x88\xa8\x1f\xb1\x7d\x9f\x01\xaa\x52\xd3\x9a\x5a\xaf\x10\ +\xf3\x11\xcb\x55\xe1\x41\x93\xe3\xce\xf4\x8c\xe4\x1e\x3f\x22\x8e\ +\xe6\xa2\xb6\x55\x67\x84\x1c\xbd\x1d\xf4\x7b\x79\x35\xf6\x81\x8a\ +\xdc\xdc\x11\x4d\x2c\xf1\x93\xab\xcf\xe0\xd5\xad\xa9\x45\xa8\xde\ +\xe9\x23\xca\x4e\xd7\xd1\x39\xdb\xa6\xd7\xbf\xe4\x27\xb9\x17\x35\ +\x1b\x9a\x2e\x51\x21\x05\x9c\x6a\xe9\x92\x13\x61\x7c\x3a\x9a\xdc\ +\x6e\x9b\xe3\x73\x05\xa8\x59\xbf\xe2\x3c\x35\xe6\x05\x2c\x4f\x41\ +\x85\x47\x86\x94\x85\xe7\x3d\x79\xd9\xec\x7d\xb6\x49\xfd\x30\x71\ +\xdd\x43\x23\x7a\xca\x9c\xb5\xa2\x4c\xb6\x74\xd9\xfd\x51\x57\xe4\ +\x5b\xaf\xc6\xe3\xbd\x36\xc6\xe6\xb3\x6f\x6a\x9f\x69\x08\xab\x31\ +\x0f\x62\x7d\xfd\xe9\xb2\x8e\x68\x62\x56\xa9\x0e\x1e\x60\xcb\xcc\ +\x39\x1f\x76\x55\x66\xa7\x82\xfe\xc1\xd2\x65\xf4\x09\x43\xf6\xfd\ +\xd8\x36\xfe\x11\x05\xc8\xed\x3d\x6d\x1e\x70\x81\x8d\xa3\xc2\x6f\ +\x32\xb1\xfa\x1b\xfd\xde\x74\x0a\x61\xc7\x98\xf9\xd9\xca\xae\xe3\ +\x66\x21\xac\xb7\x72\x50\x5d\x34\x76\xfd\x83\x27\xd9\x98\x1e\x2e\ +\x40\xed\x33\xa9\x0a\x11\xbd\xc5\x52\xd3\x43\x1d\xd1\xc4\x4f\x2c\ +\x6d\x03\xe1\xd1\x78\xdc\xc9\xed\x8f\x7c\x17\xf8\x8b\x85\xf9\xd0\ +\x72\x09\xfd\xc8\x26\xee\xe1\x02\xe4\x3a\x75\x1e\x70\xb2\x85\xcf\ +\x8e\x50\x44\xbe\x3f\x10\xdf\xfc\xd1\x3c\x1b\x8f\x77\xa9\x09\x5d\ +\x05\x74\x7a\xd9\xaa\x70\x5d\xed\xe3\xa9\xe3\xbd\xec\x0e\x14\x40\ +\x55\x04\x16\x58\x68\xe8\xc1\x61\x76\x21\x13\x8e\xa0\xe8\x98\x3a\ +\xe7\x75\xd0\x3b\x2c\x4c\x87\x39\x61\xf7\x2a\x2f\x23\x03\x50\xdd\ +\x92\xaa\xc1\x66\xb6\xa7\x2c\xce\xcc\x48\xee\xb4\x48\x5e\x52\xf6\ +\x7f\x25\x77\x37\xe8\xeb\xde\x96\x72\xb5\x97\x85\x01\x10\x61\xb6\ +\x45\xde\xf7\x42\xdd\x5d\xcb\x2c\xec\x4a\xce\x8e\x31\xf3\xb3\x2a\ +\xc6\x66\xc2\x33\xee\xa2\x8d\x2b\x4e\xeb\xcf\xc0\xa0\x2a\x0a\x97\ +\x7b\x86\x12\x59\xde\x1e\xbf\xde\xf3\xda\x1b\x28\x3e\xde\x3f\x74\ +\x0d\xf0\x81\x87\x99\x18\x0d\x4d\xec\xcf\xc0\xd4\xb4\xad\xfa\x06\ +\xde\x37\xbf\x9c\xeb\xb8\xab\x7c\xe8\x2b\x39\xaf\xc6\xe3\xbd\x22\ +\xda\xec\x65\x27\xae\x4e\xe8\x6f\xdc\xa8\xeb\x5e\x6c\x91\xaf\x7d\ +\xdb\xf4\xfa\x7f\x5b\xab\x1b\x20\xc4\x31\xde\x5d\x21\x61\x5c\x7f\ +\xc3\x06\xe4\x5c\xcf\x18\xca\x66\x1f\xba\x06\x8c\xf2\x8a\xd0\x76\ +\xc0\x6b\xca\xfb\xb5\x2b\xda\x7e\x5b\x9e\x6f\xd0\x28\x78\x16\xc0\ +\x15\x7d\xce\xaf\xb8\x81\xe0\xe0\x14\x7c\xb7\x87\x59\xa8\xb3\x37\ +\x72\x46\xbe\x41\x23\x70\x8a\x57\xa2\xf2\x6c\xf8\x35\xbf\xe2\x06\ +\x10\xaf\x02\x60\x44\x46\xe5\x1d\x03\x86\x7b\xf8\x77\x6f\x99\x39\ +\xe7\x43\xbf\xaa\x06\x0a\x11\xf5\x6c\x91\x6b\x88\xe3\xf2\x8d\x85\ +\x81\x61\x1e\xfe\xff\x33\x3f\x7d\x00\x93\x9e\x6a\x1c\xde\xdd\x13\ +\x39\x3c\x85\x77\xb5\x27\xeb\xd5\x31\x71\x5d\x2a\xab\x5a\x1f\xfe\ +\xd2\xa1\xf7\x59\xa3\xce\xf3\x53\x66\x7d\x0a\x07\x0a\xe0\xe9\x5f\ +\xb0\xda\x00\xa9\xda\x90\xba\x5a\x44\x7f\xdd\xd3\xcd\x89\x42\x8f\ +\x2f\x5f\x11\xbd\x0f\xed\xb9\xef\xd0\xfb\x32\x07\xaa\x5b\x9a\xfe\ +\x85\xb2\xc0\x00\x5e\xdd\xd4\x48\x01\x7a\x03\xe5\xdc\xe6\xe6\x32\ +\x11\x6d\x04\x4e\x0c\x30\xec\x29\x08\x0f\x18\xe0\x53\x0f\xc3\x21\ +\x63\xdb\xd6\x78\x5d\x26\x25\x65\xe4\xc8\x9d\x2e\x50\xd4\x02\x48\ +\x1e\xba\x0d\x2a\x9e\x13\x9c\x70\xb6\xe7\xac\x12\x24\xb7\xa6\x7d\ +\x42\x43\x4e\xd0\x5f\x06\x1d\x57\x94\xc5\x46\xd0\x5d\x5e\x86\x21\ +\x11\xab\x2e\x51\x29\x49\xc7\xea\x7f\x85\x60\xf3\x37\xd8\x0e\x91\ +\x5b\xd2\xd3\x92\x8d\x46\xc1\xb3\x00\x2a\x5a\x1b\x58\xe2\x22\xc8\ +\x44\x93\xb7\x81\xfc\xbc\xe8\x40\xca\xc2\x4c\x34\xb1\x18\xc0\x18\ +\xab\x59\x9e\x4c\x19\xd7\xdc\xfc\x45\xad\x06\x1f\x41\x26\x96\xf8\ +\x99\x8a\xdc\x5c\xa0\xbb\x0a\xf2\xc3\xcc\xb4\xe4\x5d\x87\x3e\x30\ +\x12\xd9\xf3\x22\xe0\xb5\xb8\x38\x2c\x34\x64\x5f\xb4\xc0\xa4\x81\ +\xd3\x11\x4d\x2c\x11\xb8\xd5\xa7\x9b\x02\x37\xa4\x63\x89\xe5\x9f\ +\xfd\xd0\x1c\xb8\xc1\xd0\xee\xe5\x2d\xaa\x56\x4d\xc6\x81\x22\x1d\ +\x4b\xfe\x02\x11\xdb\x26\xae\xaa\xca\x82\x4c\x2c\x79\xef\xd1\x03\ +\x06\x40\x45\x1e\xb1\x08\x32\xae\xaa\xb5\x69\x92\x1f\x91\xa5\x26\ +\x13\x4d\x2c\xb6\xb8\x1c\x54\x94\xeb\x3a\xa6\x25\xee\xef\x6b\xd0\ +\x00\x84\x86\xf2\x04\xf0\x1f\xaf\x84\x02\xcb\x2f\x78\xa9\x71\x90\ +\x7f\xa9\xa5\xa3\x23\x9a\x58\xa2\xc8\x8d\x79\x86\x55\x55\x16\xa4\ +\xa7\x25\x1b\xf3\xf9\x1b\x80\x83\x5d\xde\x35\x9e\xd9\x94\xaf\x0f\ +\x7d\x3b\x6c\x7b\xda\x0d\x18\x1d\xb1\xc4\x32\x94\x85\x1c\xb8\xce\ +\x0f\xe1\xa8\xc8\x35\xf9\xbe\xf9\x43\x1c\xfe\x53\xa1\x84\x97\x62\ +\x31\xdb\x52\xe4\xa7\xe3\x5b\x57\xf6\xdb\x66\xfa\x22\xc8\x4c\x4b\ +\xde\x25\xe8\xd5\xc0\x7e\xe0\x13\x45\xae\xec\x88\x26\x9a\xbc\xfc\ +\x8e\xf8\x23\x54\xd5\x9a\x5a\x21\xaa\xf5\x16\xf9\x3e\x76\xd5\x54\ +\x6f\x9b\x36\xf7\xd5\x02\xf5\x96\x8c\x49\x4f\x35\x0e\xcf\x7d\x9c\ +\x73\x6c\x1b\xb8\x47\x14\xe0\xe0\x8e\x90\x5d\x78\xf7\x08\x00\xde\ +\xc1\x75\x2e\xcb\x4c\xbf\xf6\xaf\x85\x08\xf5\x43\x75\xcb\xaa\x89\ +\xe0\x5e\x9a\x89\x26\x6e\x0e\x7a\x45\xea\x88\xc5\xd1\xf6\xa9\x89\ +\x77\x10\xb1\xfd\x7d\xad\xc4\x84\xda\x2f\xde\xb0\xf2\x8a\x20\x05\ +\x1d\x4d\x55\x6b\x2a\x09\xee\x46\xe0\xa6\x9a\x96\xd4\xef\x69\x68\ +\x30\x9e\x4e\x3e\xf8\x5c\x2f\xa0\xae\xb9\x39\xf4\xce\xe0\xce\x2d\ +\x1c\xd8\xeb\x6b\x83\x2b\xca\xd2\x6c\x77\xe4\xf6\x67\xe3\xf1\xae\ +\xa0\x84\x4d\x5c\xf7\xd0\x88\xde\xb0\x73\x37\xc2\xac\xcf\x7e\x2e\ +\xb0\xfa\xa4\xae\x48\xf2\xd1\x78\xdc\x09\x22\x4f\x9f\xcd\x90\x8b\ +\xd7\xaf\x3c\xd9\x18\x79\x05\x18\xe9\x23\xd6\x1b\xa2\xba\x28\xfd\ +\xf2\x9e\xc7\x3c\xf6\x05\xf5\xcb\xb8\xe6\xe6\xc1\xe1\x21\xfb\xae\ +\x41\xf5\x36\x60\x44\x5f\x36\x2a\x34\x77\x55\x66\x67\x15\xbb\x47\ +\x10\xfa\xe9\x06\x1d\xdc\x9e\xb2\x09\xff\x9b\x9f\x5f\x43\xf4\x81\ +\x5e\xc7\x5d\xfb\xfc\xf4\x6b\xdf\xb5\x75\xaa\x6d\x49\x9d\xed\x8a\ +\xce\x52\xa5\x1e\xa8\xb4\x70\xd9\x10\x09\x75\xc6\x37\x4d\xb9\xc1\ +\x5f\x7b\xe8\x28\xfa\x6d\x87\x55\xb7\xa6\xae\x42\xf5\x61\x8e\xba\ +\x57\x58\xe2\x02\xaf\x20\x6c\x45\xe5\x35\xe3\xf2\x4f\x27\x24\x1f\ +\x85\xc9\xf5\xe4\xc4\x0c\x35\xae\x8c\x00\xce\x74\x85\x6f\x8a\xea\ +\x04\xe0\xf4\x02\x72\x6c\xce\x75\x45\xae\x2c\xe6\xd2\xf3\xde\x28\ +\xd9\xda\x34\x4f\x94\xdf\x51\x58\x11\x4a\x4d\x56\xd0\x68\x3a\x56\ +\xff\x64\xa1\x01\xac\xb6\xa0\x55\xb7\xa4\x66\x80\xae\x05\x2a\x0a\ +\x4d\x54\x02\xf6\x0b\x52\x97\x8e\x25\xda\x8a\x09\x62\xbd\x07\x6f\ +\x7c\x6b\xaa\x5a\x55\xd7\x2a\xe4\x5d\x64\x18\x40\xfe\x01\xd4\x65\ +\x62\xc9\x97\x8b\x0d\x64\x7d\x5a\x6f\x8d\x26\x32\x1a\xe2\x3c\x54\ +\xff\x54\x6c\xd2\x22\x79\xac\xbc\x22\x7b\x7e\x10\x07\x0f\x85\x3e\ +\x30\x71\xe0\x49\x91\xfb\xb1\x58\x56\x0b\x0a\x81\xb7\x5c\x74\x51\ +\x47\xac\x7e\x75\xc0\x71\x0b\xa3\xf6\xf1\xd4\xf1\x4e\x98\x85\xa0\ +\x3f\x00\x3c\x37\x23\x15\xc1\xfb\x82\x2e\xab\x28\x1b\x74\x4f\x29\ +\xf6\x23\x16\xfd\xd0\xd4\xa4\xa7\x1a\x87\xf7\x74\x0f\x9a\x0f\xcc\ +\x05\xce\x29\x5a\xd1\x41\x04\x5e\x51\x91\xa6\xc1\x83\x42\x4d\xa5\ +\xdc\x88\x19\xe8\x63\x73\xd5\x2d\x2b\x2e\x04\x33\x03\xb8\x04\x18\ +\x03\x84\x7c\xb8\x67\x15\x9e\x03\xd9\x62\x0c\xeb\xd2\x53\x13\x7f\ +\x0b\x52\x5b\x3e\x4a\xf6\xe0\xe4\xd8\xb6\x35\xc3\x2a\x9c\x9e\x73\ +\x1d\xe4\x6c\xe0\x74\x84\x91\xa2\x12\x11\xb4\x4c\xd1\x6e\x90\x4e\ +\x84\xf7\x81\xbf\x1b\x57\x76\x97\x97\x87\x76\x96\xf2\x9b\x3e\xc6\ +\x31\x8e\xd1\x27\xff\x05\x2a\x98\xf0\xb0\xfe\x83\x66\x4f\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0c\xf5\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0c\x72\x49\x44\ +\x41\x54\x78\x9c\xcd\x9b\x7f\x6c\x5b\xd7\x75\xc7\x3f\xe7\xbe\xc7\ +\x27\x89\x92\x45\x52\x11\x29\x4b\x76\xd2\xba\xc9\xe2\xd6\x4a\xb3\ +\x66\xd8\xfe\xe8\x86\x66\x0b\x5c\xd9\x45\x5b\x20\x69\xbb\x1f\x4d\ +\x3a\x37\x59\x8a\xe6\xaf\x6c\xc9\xba\x06\xcb\xfe\x0b\xf6\x4f\xd1\ +\xa4\x31\xd6\x16\xf9\x23\x08\x96\x26\xc5\x10\x17\x1d\xd0\x66\x43\ +\xd3\xd6\x72\x5c\x03\x35\xd6\xfd\x93\xa1\x4d\x6b\xa7\x75\xd2\xda\ +\x85\x6d\xc9\x12\x45\x91\xa2\x24\xca\x14\xc9\x77\xcf\xfe\x78\x94\ +\xc4\x47\x52\x12\x29\x91\x49\xbe\x7f\x91\xe7\xde\x73\xde\x3d\xf7\ +\xdd\x7b\xee\xb9\xe7\x9c\x27\x74\x19\x33\x27\x47\x52\x06\x7b\xa7\ +\x18\x19\x47\xf5\xfd\x88\xdc\x8a\x92\x00\x89\x83\x0e\x04\xbd\x64\ +\x19\x74\x01\x21\x87\x72\x01\xf8\x8d\x15\xce\xab\x95\xb3\x7b\x8f\ +\xce\xa6\xbb\x39\x3e\xe9\x86\xd0\xcc\xab\x7b\xff\x44\xd5\xde\xab\ +\xca\x84\xc0\xf8\x2e\x9e\xa3\x0a\xe7\x05\x26\xc1\x9e\x48\x1e\xc9\ +\xbc\xd6\xc9\x71\x42\x07\x27\x60\xfe\x87\x43\x83\x36\xe2\x3e\x84\ +\xea\x83\x20\x1f\xe8\x94\xdc\x3a\xbc\x81\xf0\x2d\x56\xec\xb3\xc9\ +\xbb\x33\x4b\x9d\x10\xb8\xeb\x09\xc8\xff\x78\xff\x50\xc9\x94\x1e\ +\x01\xf9\x7b\xd0\x44\x27\x06\xb5\x3d\x24\x87\xea\x37\x22\xe5\xd5\ +\xaf\xc7\x3f\x99\xcf\xed\x4a\xd2\x4e\x19\x55\x91\xf9\x57\x53\xc7\ +\x54\xf9\x1a\x90\xdc\xcd\x20\x76\x81\xac\x22\xff\x9a\xfc\xd9\xec\ +\x37\xe5\x09\xec\x4e\x04\xec\x68\x02\xd2\x3f\x4e\xde\x62\x8c\xbc\ +\xa8\xf0\xa7\x3b\xe1\xef\x02\xfe\xc7\x3a\xdc\x3f\x72\x38\xfd\xbb\ +\x76\x19\xdb\x9e\x80\xcc\x64\xea\x53\x0a\xcf\x03\xf1\x4d\x85\x3a\ +\xbd\x88\x17\xc7\xf4\xc4\x51\x5c\xfc\xc5\x37\xc1\x96\xda\x7d\x54\ +\x7b\x10\x96\xb0\xf2\x50\xf2\xe8\xec\x77\xda\x63\x6b\x11\xfa\x04\ +\x26\xf3\xe1\xe4\xd3\x88\x3c\xda\x5c\x92\x60\x22\x71\x24\xba\x17\ +\x71\xfb\x6b\x18\x15\x3f\xff\x6b\xb4\xb2\xd2\xce\xb8\x76\x83\xe3\ +\xc3\x3f\x4b\x3f\xd6\xea\x96\x68\x69\x02\xf4\xbb\xe3\x5e\x26\x3e\ +\xf7\x02\x70\x6f\x53\x21\x5e\x02\xa7\x7f\x0c\x9c\xbe\x0d\x9e\x4a\ +\x11\x2d\xe7\xd0\xd5\xdc\xdb\xa9\x7c\xf5\xe1\xbc\x34\x7c\x43\xfa\ +\x01\xf9\x63\xca\xdb\x75\xdd\x76\x02\x02\xe5\x33\xdf\x07\xfd\x78\ +\x23\x77\x04\xb3\xe7\x26\x8c\xb7\x66\xfc\x15\x2d\xe6\xb0\xc5\x99\ +\xb7\x5f\xe9\x06\xc8\x2b\xc3\x43\xb3\x9f\xda\x6e\x12\xcc\x56\x8d\ +\xaa\xc8\x5c\x6c\xee\xb9\x66\xca\x8b\x37\x88\x9b\xb8\x6d\x5d\x79\ +\x5d\xcd\xe2\x67\xcf\xe1\x2f\x5f\x7c\x17\x28\x0f\xa0\x9f\xc8\x64\ +\x53\x2f\xea\x13\x5b\xeb\xe8\x6e\xd5\x98\x99\x4c\x1e\x17\xe1\xf3\ +\xf5\x74\xd3\x3b\x8c\x19\x78\x0f\x20\xa0\x65\xfc\xa5\xcb\x68\xa9\ +\xc9\x71\x2c\x06\x13\x89\x41\x64\x00\x5d\x9d\x7f\x27\x26\xe6\xde\ +\xcc\x87\x53\x53\x90\x7e\x6c\xb3\x0e\x9b\x6e\x81\xf4\x64\xf2\xaf\ +\x04\xf9\x6e\x3d\xdd\x44\xf7\x62\xa2\xfb\x01\xd0\xca\x32\x7e\xfe\ +\xb7\xa0\x95\xb0\x50\x37\x8a\xe9\xdb\x0b\x3d\x09\xa4\xfa\x08\x5b\ +\xca\x61\x17\xdb\x3e\xa5\x3a\x04\xb9\x2f\x79\x64\xf6\x44\xd3\x96\ +\x66\xc4\xd9\xd3\xa9\x9b\x8d\xcf\xff\x01\xb1\x5a\x7a\xf0\xe6\xdf\ +\x0b\xac\x29\x74\x09\x6a\x8d\xad\x89\xe0\x0c\xbc\x07\xf1\x6a\x4e\ +\x48\xb5\xd8\x72\x1e\x2d\x4c\xa3\xfe\xf5\xdd\xe9\xb1\x73\xe4\xad\ +\x91\x3f\x1a\xf9\xe8\xec\xc5\xfa\x86\x86\x2d\xa0\x8a\xcc\x9f\xe2\ +\xdb\x5a\xa7\xbc\x78\x83\xd5\x65\x0f\x76\x35\x87\x5d\xbe\x08\xe8\ +\x7a\xbb\xe9\x4d\x06\x2b\xc3\x38\x01\xa1\x52\xc0\x5f\x99\x81\xf2\ +\x02\xaa\xca\x3b\x8c\x98\x51\x7d\x41\x95\x3f\x17\x21\x34\x98\x06\ +\x03\x91\x39\x35\xf2\x85\x06\x0f\x4f\x22\x38\x03\x37\x03\x82\x56\ +\x96\xb1\x4b\x17\x83\x7b\x5a\xd0\x88\x19\xb8\x31\x98\x1c\xe3\xa0\ +\xfe\x2a\x36\xff\x16\x95\x85\x5f\xa3\xa5\xdc\xbb\x41\xf9\x00\xca\ +\x47\xe6\x27\x93\x0d\xf6\x2c\xb4\x05\xaa\x17\x9b\x0b\xc0\x70\x2d\ +\xdd\x0c\xde\x1c\x58\x7b\x5b\xa2\x92\x7b\xa3\x66\xcf\x0b\x66\xcf\ +\x01\x4c\xcf\x10\x00\xb6\x98\xc1\x16\x2e\x83\x36\xf1\x41\xdc\x3e\ +\x04\x45\x2b\xc5\x0e\x69\xb4\x23\xa4\xdd\x48\xe9\x60\xe2\xae\x85\ +\x85\x35\x42\x68\x05\x94\x4c\xe9\x51\xea\x94\x17\x2f\xb1\x7e\xd4\ +\xf9\xcb\x97\x43\x06\xcf\x0c\xec\xdf\x50\xbe\x30\x85\x5d\xfe\x7d\ +\x48\x79\x31\x2e\x26\x3a\x86\x3b\x74\x3b\x6e\x7c\x1c\x13\x1b\x47\ +\x64\xcb\x83\xa7\xdb\x48\x55\xca\xde\x3f\xd4\x12\xd6\x57\xc0\xfc\ +\x0f\x87\x06\xad\x1b\xf9\x7d\xe8\x4a\x2b\x82\x1b\x3f\x04\x4e\x5f\ +\x70\xce\x2f\x6d\xd8\x10\xd3\x9b\xdc\xb0\x09\x85\x29\xec\xf5\x6b\ +\x21\xb1\xa6\x37\x89\xe9\xdf\x0f\xb2\x31\xc7\x5a\x5e\x0a\xee\x05\ +\xef\xec\xb6\xc8\x72\xdd\xbe\x77\x2d\x9e\xb0\xfe\x3a\xaa\xc1\x8c\ +\xd0\x7d\xde\x44\xe2\x55\xf7\x56\xb1\x2b\x53\xb5\x0d\xeb\x47\xa1\ +\x2d\x66\xc2\xca\x8b\x83\xb3\xe7\x66\xc4\x1b\xac\x0a\x2e\x61\x8b\ +\x69\x6c\x31\xdb\xfd\x0b\x51\x6b\x18\xa2\xcf\x7c\x11\x38\x0e\x35\ +\x5b\x40\x95\xfb\xeb\x7b\x4a\x74\x34\x68\x2b\xe6\x50\x7f\x75\x9d\ +\xee\xd4\x1a\xbc\xc2\xe5\x1a\x06\x07\x27\x76\xb0\xaa\xbc\x62\xaf\ +\x5f\xa3\x92\x3d\x87\x5d\x99\x79\xb7\x28\xbf\x86\x2f\xac\xfd\x30\ +\x10\xc4\xf0\x04\x6e\xab\xed\x21\x6e\x2f\xe2\x46\x01\xb0\xc5\x99\ +\x1a\x7a\x74\xfd\x9c\xd7\xe5\x5a\x83\x27\xc1\x9b\x77\xa3\xa0\x16\ +\x7f\xf1\x77\xd8\xc2\x14\xec\x2c\x4e\xd1\x6d\x1c\x4a\x9f\x4a\xde\ +\x01\xd5\x2d\xa0\x6a\x1b\x6f\x79\x91\xea\x6e\xf0\x8b\x21\x17\xd6\ +\xf4\xed\x0d\x7e\x54\x0a\xd8\x72\xbe\x86\x9e\x0a\xde\xbc\x2a\xfe\ +\xd2\x25\xb4\xb4\x40\x03\xc4\xc3\x26\x8e\xa2\xb1\xc3\x68\xf4\x36\ +\xf0\xaa\x81\xa4\x52\x1a\x59\x39\x87\xe4\x7f\x82\xc9\x9d\x04\xed\ +\xfe\x6a\x11\x2b\xf7\x01\x3f\x0f\x6c\x80\x72\xa4\xbe\x83\xd3\x13\ +\xf8\x41\x21\x1f\x5f\x0c\xf4\x54\x4f\x84\x95\x9a\x55\x61\x5c\x4c\ +\x74\x5f\xd0\xbf\x38\xd3\xf4\x5e\xa0\x89\x8f\x63\xf7\x7d\x19\xf5\ +\x46\x1b\x47\xd3\xb3\x1f\xed\xd9\x8f\x26\x3e\x86\x8e\x3d\x8a\x99\ +\xfa\x1a\x92\xfb\xd1\x8e\x95\x6b\x09\xc2\x47\x01\xdc\x99\x93\x23\ +\x29\xd0\x43\x8d\x1d\x1c\x40\x03\xe3\x55\x85\xf1\x62\x81\x6f\xaf\ +\x36\xf4\x86\xa5\x37\x15\x4c\x8e\x2d\xe1\x17\xae\x35\xc8\xf1\xf7\ +\x3f\x8e\x26\xff\xb6\xa5\x71\xa9\x37\x86\x7f\xe0\x38\xa6\xff\x43\ +\x98\xa9\x27\x41\xfd\x1d\x68\xd7\x12\x6e\x9f\x3e\x33\x36\xec\x1a\ +\xec\x9d\x20\x0d\x77\x82\x4a\xfe\xad\xc0\xad\xad\xf5\xdf\x23\x41\ +\x1e\xc3\x96\xf2\x84\xdd\xe0\xc0\x75\xb0\xc5\x34\xf5\x7b\xbe\x1d\ +\xe5\x6b\x61\x53\x81\xd3\x66\xae\x7e\xa5\x6d\xde\x16\x61\xbc\x4a\ +\xe5\x4e\x37\xc8\xd8\x34\x1b\x41\xa9\xc1\x7e\x69\x71\x1e\x2b\x11\ +\xec\xca\xf4\x06\xd1\xed\x03\xe3\x05\x2c\x35\xab\x05\x40\x13\x9f\ +\x68\xaa\xbc\xc0\x82\xc2\xcb\x2a\xbc\x0e\x20\xca\x87\x80\x7b\xa8\ +\xbb\x7f\xd8\xd4\xe7\x91\xc2\x2f\xba\xb6\x1d\x54\x19\x77\x51\x0e\ +\xb6\xcc\x50\x59\x41\x97\xea\x2e\x54\x1a\x48\xd2\xca\x52\xf8\xa8\ +\x13\x0f\xbb\xef\x4b\x8d\x32\x84\x13\x15\xd7\x7d\xf8\xc6\x58\x2c\ +\x34\x5b\x57\xf2\xf9\x21\xb7\x52\x79\x06\xe5\xb3\xb5\x74\x7f\xec\ +\x9f\x70\x17\x4e\x77\xc7\x30\x0a\x07\x5d\x90\x5b\x69\xba\x04\x5a\ +\x84\x7f\x9d\x4a\xf6\xf5\x86\xbd\x6a\x13\x47\x51\x6f\x2c\x44\x53\ +\xe1\xc4\xe8\xd0\xd0\xe7\x44\xa4\xe1\x81\x37\xc6\x62\x59\x55\xbd\ +\x6f\x26\x9b\x25\x34\x09\x3d\xfb\xd0\xf8\x04\x92\x7b\x65\xe7\x63\ +\xdc\x0c\xaa\xb7\x1a\xd0\xe1\xed\x7b\x6e\x27\xa8\x42\xfd\x24\x6a\ +\xec\x70\xe8\xbf\xc0\x82\xef\xba\x0f\x37\x53\x7e\xbd\x8f\x88\xfa\ +\x91\xc8\xc3\x40\xbe\x96\x6e\xe3\x87\x37\xe1\xd8\x2d\x64\xd8\x28\ +\x0c\x74\x43\xb4\x46\xc7\xc3\xff\xe1\xe5\xfa\x65\xdf\x0c\xfb\x07\ +\x07\xe7\x41\xfe\x2b\xc4\xdb\x7f\xdb\x66\xdd\x77\x8b\x3d\x46\x60\ +\x4f\xe7\xe5\x0a\x78\xa9\x10\x45\x85\x5f\xb6\xca\xad\xa2\xaf\x87\ +\x08\x91\x11\xba\x94\xc8\xde\xb3\x65\xc4\x74\xe7\x50\x9a\xd8\x95\ +\x96\x35\x10\x5b\x1f\xa8\x69\x2a\xaf\x23\x30\x0a\x1d\x49\x33\x37\ +\xa0\x34\x17\xfa\x2b\xca\xed\x2d\xf3\x8a\x84\xfb\x96\xbb\x56\x23\ +\xb1\x64\x04\x96\xbb\x21\x59\x56\xce\xd5\x93\xee\xb9\x92\xcf\x0f\ +\x6d\xc7\x37\xbd\xb8\x38\x0c\x7a\x77\x48\xd6\x72\x83\xac\x4e\x61\ +\xc9\x80\x64\xba\x21\x59\xf2\x3f\xa9\x27\xc5\xdc\x4a\xe5\x19\x55\ +\xdd\x74\x2b\xa8\xaa\xc8\x6a\xf9\x19\x60\xb0\x96\x6e\xf2\xa7\xc3\ +\xb2\x45\x3a\x14\x59\xd2\x8c\x01\x7d\xb3\x03\x92\x1a\x60\x72\x27\ +\x61\x75\x2a\x4c\x54\x3e\x3b\x93\xc9\x9e\xb8\xba\xb8\x78\x43\x7d\ +\xff\xe9\xc5\xc5\xe1\x99\x4c\xf6\x3b\x08\x7f\x1d\x6a\x58\xbd\x0a\ +\xf9\xc9\xb0\xec\xd8\x41\x9c\xa1\x3f\x44\xdc\xde\xdd\x0d\x52\xe4\ +\x4d\x17\xe1\x42\x57\xec\x8b\x96\x70\xa6\x9f\xc6\x3f\x70\xbc\xee\ +\xa1\xfc\x8d\x53\x2a\x7f\xec\x5a\x26\xfb\xdf\x2a\xfa\x73\x00\x51\ +\xb9\x83\x52\xf9\x6e\x24\xfc\xe6\x01\x9c\xa9\xa7\x10\xbb\x91\xde\ +\x13\xc7\x43\xdc\xe0\xe4\xae\x1d\xb6\xb8\x51\x4c\x74\x0c\xbb\x72\ +\x0d\xad\x14\x5a\x1c\x23\x17\x5c\x0b\xe7\xba\x74\x14\x20\xb9\x1f\ +\x21\xfd\x77\xa0\xa9\x63\xf5\x4d\x31\xd0\x63\xa2\x1c\x5b\x1b\x49\ +\x33\x98\xf4\xb7\x90\x85\xf0\xdb\xa7\x27\x58\x3c\xea\x97\xa0\x26\ +\xc2\x2c\xd1\x51\xc4\x8b\x23\x7e\x29\x34\x01\xe2\x46\x51\x5b\x69\ +\x1a\x91\x12\x38\x67\xd4\xca\xd9\x4d\x47\xd0\x01\x38\x53\x5f\xc5\ +\xa4\xbf\xdd\x36\x9f\x99\x7d\x01\x33\xf5\x74\x98\x28\x06\xa7\x37\ +\xf0\x2f\x74\x75\xc3\x74\x89\x08\xc6\x0d\x16\x8f\x56\x16\x37\xe8\ +\x6e\x3f\x4e\xfc\x10\x6e\xec\x0f\x9a\x3d\xc2\x96\x22\xee\x59\xb3\ +\xf7\xe8\x6c\x5a\xe1\x7c\xdb\x23\x6c\x15\xea\x63\xae\x7e\x05\xe7\ +\xd2\x97\x1a\x6d\x42\x33\xac\x5e\xc5\xb9\xf8\x08\x66\xea\xab\x0d\ +\xf7\x0b\x13\xdd\x07\x26\x12\xa4\xdb\xae\x6f\x1c\x8d\xe2\xc5\xab\ +\x19\x29\x8b\x96\x6a\x26\xa0\xa7\x1a\xba\xb3\x4d\x63\x0a\xaf\x8f\ +\xdd\x35\x9d\x71\x01\x44\x38\x85\xd2\x35\x7f\x13\x82\xed\xe0\x2e\ +\x9c\x46\xe3\x13\xd8\xf8\xe1\xc0\xbd\x8d\x8c\x04\x8d\xe5\x19\xa4\ +\x70\x1e\xb3\x70\x1a\xf2\x93\xa1\x3d\xbf\x06\xe3\x25\x30\xd5\xb7\ +\xef\x17\xae\x86\xf2\x13\xd2\x1b\x84\xe9\x74\x35\x17\xce\x4b\x54\ +\xc3\x7a\xcd\xc3\x73\xbc\x0a\x6b\x61\x71\xb5\x2f\x81\xf9\xc7\x0e\ +\xe8\xb9\x35\xb4\x84\xe4\x5e\xc1\x69\xf3\x66\x67\xbc\x04\x66\xf0\ +\x00\x20\x68\x29\x8f\xae\x6e\x38\x59\xe2\xc5\x90\x48\x50\x92\x63\ +\x57\xea\x82\xb7\xd5\x53\xa2\x69\x88\x4e\xf5\x25\xa8\x46\x85\x93\ +\x47\x32\xaf\x29\x74\xcd\xdb\xd8\x31\xc4\x60\xfa\x6f\xc4\xec\x79\ +\x1f\x60\xd0\x4a\x21\x48\xce\xac\x25\x56\xc4\x09\x42\xf4\x04\x4a\ +\xd6\x66\x9f\x6b\x83\xb7\xb5\x21\xfd\x2a\xde\x48\x1d\x99\xfb\x05\ +\xd4\xe4\x05\x44\x78\xb1\x6b\x8a\xb4\x09\x71\x3c\xa4\x6f\x14\x37\ +\xf1\x41\x4c\xdf\x08\x48\xf0\xe6\xfd\xfc\x9b\x21\xbb\xe0\x0c\xdc\ +\x14\x44\xa3\xd4\xc7\x5f\xbe\xb2\xc1\x6f\x7a\x90\xf5\xe0\xed\xb5\ +\x06\xf9\xc0\xbf\xaf\xfd\xd8\x38\x01\x57\xec\xb3\x20\xbb\xaa\xba\ +\xdc\x2d\x44\x04\x27\xfe\x7e\x9c\xc4\xed\x38\xfd\x55\x83\x67\x7d\ +\xfc\xe5\xcb\xf8\x4b\xbf\x0d\x29\x6f\xa2\xa3\x48\xf5\x48\xb4\x85\ +\x2b\xa1\x63\x4e\x06\xf6\x01\x12\x84\xf4\x1b\xf7\x7f\x96\xeb\xf6\ +\xb9\x75\x39\x6b\x3f\x82\x5c\x99\x7e\xb3\x3b\xaa\xb5\x06\xc5\x41\ +\x9c\x20\x19\xa3\x7e\x09\xbb\x32\x4d\x25\xf7\x2b\xb4\x98\x0e\xe5\ +\x13\x4d\x74\x74\x3d\x0c\x6f\x8b\xb3\xd8\x62\xcd\x91\xd8\x13\xc7\ +\x78\xc1\x95\xc3\x5f\xb9\xda\xec\x31\xff\x56\x5b\x67\x1c\xf2\xcb\ +\x17\x7e\x10\x4b\x94\xbd\x9e\x0b\xbc\x73\xa5\xaf\x88\xe9\x41\x8d\ +\x84\x9c\x9c\x8d\x46\x07\x67\xe0\xa6\x8d\x37\x5f\xca\x62\x97\x2e\ +\xad\x4f\x8e\x88\x8b\x93\x18\x07\x13\x09\xda\x16\x1b\x0a\x42\x66\ +\x1d\x29\x1f\x1c\x9a\xc8\xad\x47\x9c\x42\x4e\x60\xfc\x93\xf9\x9c\ +\xaa\x3e\xde\x59\x95\xda\x83\xda\xd5\xa6\xca\x8b\x17\xc7\x4d\x8c\ +\x6f\x28\x5f\x9c\x0d\x29\x0f\x82\x19\xbc\xa5\xea\x27\x54\xd0\x1a\ +\x9b\xb0\x2e\x03\x1e\xab\x55\xbe\x4a\xab\x1b\x80\x22\x99\x53\xa9\ +\xb3\xc0\x9f\x75\x40\x9f\x5d\x42\x30\x3d\x71\xa4\x6f\x74\x3d\x4f\ +\x89\xfa\xd8\xc2\x95\xd0\xb2\x47\xaa\x85\x1a\xde\x10\xa0\xf8\xf9\ +\xb7\xd0\xf2\x62\xbd\xb0\x9f\x0e\x4f\xa4\xff\xa2\xbe\x44\xa6\xe1\ +\x4e\x29\x82\xce\x9e\xe6\xfe\x66\x45\x52\x6f\x17\xc4\x8d\x22\x7d\ +\xa3\x18\x2f\x16\xae\x2f\x28\xe5\xf0\x0b\x57\xc0\xaf\x31\x78\x22\ +\x98\x81\x03\x48\x75\xdf\xdb\xe5\xcb\xcd\x94\x5f\xb0\x46\xfe\xae\ +\x5e\x79\xd8\xaa\x4c\xee\x64\xf2\x2f\x45\xe4\x3f\x77\xa9\xcb\x8e\ +\xb0\x5e\x92\x03\x28\x0a\xc5\x1c\xf6\xfa\xb5\x86\x2a\x33\x11\x17\ +\x33\x78\x0b\xb2\x96\xb1\x5a\xb9\x1a\x72\x86\x36\xfa\xf1\x99\xe1\ +\x89\xf4\xf7\x9a\x3d\x6b\xcb\x38\xdd\xdc\x64\xea\x69\xa0\x31\xbb\ +\xd1\x65\x88\x1b\x45\x7a\x6f\x80\xd2\x72\x90\x81\x6e\x52\x73\x24\ +\x5e\x1c\xa7\xff\x26\x70\x3c\x40\xb1\xcb\x97\xb1\xc5\xb9\x46\x61\ +\xf0\x64\xf2\x48\xfa\x9f\x37\x7d\xd6\x56\x03\x09\x4a\xe6\x52\xcf\ +\x2b\x3c\xd0\xa6\x0e\x5d\x83\x98\x1e\x64\x60\xdf\xfa\x51\xa7\x5a\ +\xc1\x2e\x5e\x6c\xb6\xec\x83\xa2\xe9\xff\x4d\x1f\xdb\xaa\x72\x7c\ +\xfb\x62\xe9\xd7\x88\x64\xb2\x23\x2f\x37\x2d\x96\x7e\x1b\xb1\x56\ +\x7d\x1a\x78\x78\xd5\xea\xd3\xd5\x2c\x5a\xb8\x1c\xdc\xf7\x1b\x18\ +\xf4\x07\xc3\x89\xb9\x4f\x6f\x57\x2c\xdd\x5a\xb9\xfc\x19\xdc\xf9\ +\xca\xc8\xb3\xaa\xfa\x60\xfb\x43\xdf\x39\xc4\xed\x47\x7a\xe2\x88\ +\x97\x40\x9c\x9a\xf0\x97\x5f\xc4\x2f\x4c\x35\xaf\x4f\x0e\xf0\x1f\ +\xc3\x43\xe9\x07\x3b\x52\x2e\xbf\x06\x55\x24\x33\x99\x7a\x12\xe1\ +\xcb\xad\xf2\xec\x06\x41\x30\x23\xfc\xf1\x99\x56\x0a\x81\x31\x2c\ +\xe5\x37\xab\x34\x53\xe0\xa9\xe1\x89\xf4\xe3\xcd\x2c\x7e\xd3\xe7\ +\xb4\x3b\xb0\xcc\xc9\xd4\x3d\x2a\xf2\x3c\x5d\xfe\x42\x4c\x8c\x8b\ +\x33\x78\x10\xf0\xb1\xab\x0b\x68\x69\x01\xf5\xb7\x2c\xb2\x5c\x54\ +\xd1\x2f\xa6\x26\xe6\x1a\x0a\xbc\xb7\x7c\xce\x4e\x06\x37\xfb\xea\ +\xc8\xfb\x8c\xea\x0b\x28\x1f\xd9\x09\x7f\x17\xf0\x53\x5f\xe5\x81\ +\xbd\x47\x67\x2f\xb5\xcb\xd8\x89\xcf\xe6\x9e\x02\x52\xdb\x32\x74\ +\x07\x59\x54\xfe\x65\xf8\xc8\xec\x73\xad\x2e\xf9\x7a\xec\x3a\xe3\ +\x98\x3b\x13\x8f\x57\xcb\x4f\x1f\x01\xb6\xcd\xfc\x74\x02\x0a\xf3\ +\x02\x5f\x77\xa4\xfc\x8d\x7a\xdf\xbe\x5d\x74\x2c\xe5\x9a\x3e\x93\ +\x1c\x90\xb2\x3c\x04\x3c\x48\xf0\xbd\x70\xc7\xa1\x70\x4e\x54\x9e\ +\x57\xcf\x3e\x97\xba\x6b\xae\x23\x29\xbd\xae\xe4\x9c\xd3\xa7\x92\ +\x77\x88\x95\xfb\x10\x26\x80\x0f\xb2\xcd\xb7\x49\x5b\xc0\x02\xbf\ +\x44\x38\xa5\xaa\x2f\xad\x85\xb1\x3a\x89\xae\x4c\x40\x2d\xa6\xcf\ +\x8c\x0d\x7b\x95\xca\x9d\xd6\xca\x21\x41\x3f\x80\xc8\xad\xa0\x43\ +\x04\x1f\x5e\xae\x15\x67\x2c\x03\x0b\x20\x59\x44\x2f\xa8\x95\xdf\ +\x18\xd1\xf3\xa5\x88\x7b\x76\xec\xae\xe9\xae\xe4\x2e\xd7\xf0\xff\ +\x57\xbf\x2f\xc0\x48\x97\x25\x6a\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x05\xfe\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\x37\x00\x00\x11\x37\ +\x01\xbf\x50\xdf\xb8\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\x7b\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x5d\x6c\x14\x55\x18\x86\x9f\xef\xcc\xb6\ +\x8d\x50\x90\x9f\xee\xf2\xa3\x34\xce\x0a\x41\xc3\x05\x0a\x5e\x20\ +\x7a\x41\x34\x42\x2b\x17\x68\x0c\x46\x82\x18\xbb\x0a\x8a\x89\x1a\ +\x6f\xd4\xc4\xc4\x34\xa8\x11\xbd\x32\x7a\x43\x0a\x14\x04\x15\x43\ +\x23\x21\x41\xdb\xa2\x92\x90\x18\x22\x89\x42\xe2\x8d\x26\x40\xb6\ +\x6a\xa1\xa5\xbb\x10\x81\x2a\xb6\xdd\xdd\xf3\x79\xb1\x6d\x69\xe9\ +\x52\x96\xee\x4c\x67\x2b\x7d\x92\xdd\xcc\xcc\x9e\x79\xbf\xef\xbc\ +\x73\x66\xe6\x9c\x39\xb3\xc2\xff\x8c\xb3\xeb\x96\x4f\xa4\x14\xd7\ +\xc1\x71\xd5\xaa\x8b\xa8\x2b\x22\xae\x2a\x2e\xe0\x82\x9c\xb8\x38\ +\x91\x07\xe6\x7d\xd2\xd4\x0d\x10\x0a\x38\xdf\x1b\x46\x37\x2c\x2e\ +\x49\x74\x47\x2a\x71\xac\x6b\x30\xae\xaa\xba\x08\xae\xa0\xae\x22\ +\x2e\x10\x41\x41\x51\x10\x00\x41\x75\x90\xc2\xe2\x5b\x3b\x33\x95\ +\xc0\x49\x28\x52\x03\x2e\x6c\x5c\x39\x35\x95\x4a\x45\x55\x4d\x14\ +\x24\xaa\xaa\x51\x03\x51\x85\x68\x32\x4d\xa5\x38\x1a\x02\x19\x50\ +\x49\xd0\xbe\x85\x3c\x90\x92\x92\xfe\xc2\x81\x18\xd0\xba\x7a\xf5\ +\x2d\xa5\x93\x2e\xcf\x82\x74\xd4\x60\xa2\x8a\x8d\x82\xf4\x7e\x74\ +\x7e\x4f\x77\xa6\x1c\x4c\x6f\xe9\x6c\xd5\x74\x38\xc1\x02\xf0\xd5\ +\x80\x8e\x9a\xe5\x4b\x45\xe4\x5e\xc5\xb8\xd2\xdb\x54\x41\x5d\xe8\ +\x9c\x92\x2d\xd1\x7b\x14\xfb\x8f\x9e\x5f\xd5\xbc\x36\xbe\x19\x90\ +\xad\xbc\x39\x02\xd9\x6a\x5e\x69\xa1\xf9\x37\xd5\xd1\xc0\x5c\xbf\ +\xc8\xc8\x10\x9c\xd9\x7e\x69\x7b\x89\x6f\x06\x8c\x15\xc6\x0d\x08\ +\x3a\x81\xa0\x19\x37\x20\xe8\x04\x82\x66\xdc\x80\xa0\x13\x08\x9a\ +\xa2\x1c\x0b\x78\x44\x37\xf0\x3b\xd0\x22\xa2\x2d\xaa\x92\x02\x5e\ +\xb9\xba\xd0\x58\x37\xe0\x2f\x90\x38\x68\x1c\x34\x2e\x98\xb8\xc5\ +\xc6\x21\x14\x8f\x74\x4e\xf8\x43\x1a\x1a\x32\x7d\x05\x3b\x62\x2b\ +\x16\x0a\x32\xe6\x0c\x18\x54\x41\x84\x76\x90\x36\x11\x1b\x4f\x99\ +\xb2\xdf\x66\xd7\x1d\xb8\x5c\x68\x80\xa0\x0d\xe8\x06\xce\x08\xc4\ +\x2d\xc4\x45\xb2\x95\x15\xb1\x71\xc7\xd8\x53\xd3\xea\xbe\xbf\xe8\ +\x77\x02\xa3\x63\x80\xca\x77\x2a\xda\x22\xd0\x82\x4a\x8b\x31\xb6\ +\x25\x65\x4d\xcb\xac\x1d\x4d\xc9\x51\x89\x3f\x0c\xa3\x62\x40\x78\ +\x47\xd3\x0a\x09\x62\xac\x9b\x07\x37\xfd\x6d\x70\xdc\x80\xa0\x13\ +\x08\x9a\x71\x03\x82\x4e\x20\x68\xc6\x0d\x08\x3a\x81\xa0\x19\x37\ +\x20\xe8\x04\x82\x66\xdc\x80\xa0\x13\x08\x9a\x9b\xde\x80\xa0\x87\ +\xc3\x05\x71\x61\xe3\xca\xa9\x5d\x29\x3b\xdf\x51\xc2\xa8\x0a\x98\ +\xb6\x4c\x2a\xfd\xe7\xcc\xdd\xdf\x26\xf2\xd5\x18\x73\x06\x24\x5e\ +\x5a\x56\x2e\x5d\x65\x2f\x58\xe4\xc9\x9e\xee\xcc\x62\x03\xce\x95\ +\x61\xa6\xc5\x94\x18\x12\xb1\xaa\xe3\xa8\xec\x53\xa7\x67\xdb\x8c\ +\x6d\x87\x3a\x86\xd3\x1b\x53\x06\x24\x63\xd5\xeb\x6d\x97\x6e\x06\ +\xa6\x5d\x67\x8a\x75\x11\xa2\x8b\xc4\x96\xbc\xde\x11\xab\x7a\x37\ +\x12\x4a\x7e\x94\x48\xe7\x2e\x38\x26\x0c\xd0\x0d\x8b\x4b\x12\xe9\ +\xf0\xa7\x8a\xae\xb9\xc1\xb9\xe5\xc9\x02\x1f\x26\xd3\xe1\x87\x50\ +\xfb\x0e\x32\x74\xef\xa2\xbf\x08\x6a\x6d\xad\x49\xa6\xc3\xbb\x04\ +\xd6\x14\x20\x53\x05\xce\x9e\x5c\x3f\x14\xbd\x01\xc9\xd6\x1f\x5f\ +\x06\x9e\x2a\x54\x47\x44\x2b\x73\x6d\x2f\x6a\x03\xda\x6b\xaa\xc3\ +\xa8\x6c\xf2\x33\x46\x51\x1b\x10\x12\xd6\x02\x93\xfd\x8c\x51\xd4\ +\x06\x28\xf6\x71\xbf\x63\x14\xb5\x01\x20\x73\xfd\x8e\x50\xd4\x06\ +\x28\x54\xf8\xa1\x9b\xd1\x74\xaa\x6f\xb9\xa8\x0d\x10\xf0\x63\xe2\ +\x44\x53\x17\x6f\x3d\xdb\xb7\x92\x77\x47\xa8\x7d\xfd\x8a\x05\xa1\ +\x8c\x79\x44\x51\x57\x21\x2c\x68\x0a\x95\x33\x22\xd2\x22\x69\xa7\ +\xb1\x62\xd7\xd7\x67\xbc\x4f\x95\x93\x08\xb7\x79\xac\x7a\x7a\x4e\ +\x43\xc3\xbf\x7d\x2b\xc3\x1a\xa0\xab\x57\x97\x26\x27\x75\xae\x03\ +\x79\x83\x8c\xce\xd3\xde\xc9\x1d\xe9\xfb\x96\xec\x3b\xb9\x1a\x4a\ +\xdb\x44\xac\xea\x28\x96\xf7\x22\x3b\x9b\x1b\x3d\x4b\x55\x64\x1f\ +\xe8\x32\xcf\xf4\x00\xd0\xaf\x06\xae\x5d\xd3\x80\x73\xcf\x2e\xbf\ +\x2b\x69\x3a\xbf\x04\x16\xe6\x31\xab\x65\x80\xa5\x18\xbe\x49\x3c\ +\x57\xd5\xa8\x92\x8a\x91\xb9\xde\x2e\xd7\x27\x1d\x0a\xed\x09\xa5\ +\x7b\x36\x81\x4c\x29\x5c\x2d\x2b\xe9\xa8\xd9\x3a\x70\x43\xce\x6b\ +\x40\x22\x56\xf5\xa0\x35\xe6\x27\x60\xe1\x0d\x87\x50\x1e\x15\x5b\ +\xfa\x83\x8a\xba\x23\xcb\xf1\x0a\xb3\xeb\x0e\x9c\x53\x91\xb7\x0a\ +\xd5\xe9\x43\xe1\xe3\xe9\x3b\x9a\x7e\x1d\xb8\x6d\x88\x01\xed\xeb\ +\x57\x2c\x00\x3d\x00\x94\x17\x10\x6a\x9e\xc0\xe6\x91\xef\x7f\x85\ +\xc8\x9c\x25\x5b\x44\xf8\xac\x60\x21\xe5\xf0\x65\xdb\x35\xc4\xcc\ +\x41\x06\x68\x6d\xad\x71\x32\xb2\xd5\xa3\x26\xe7\xc9\x1d\x46\x6a\ +\x6b\x6d\x85\x93\x8c\x09\xec\x1e\xb1\x06\x1c\x72\x7a\x64\x95\xbb\ +\xf3\x70\xd7\xd5\xbf\x0d\x4a\x32\xd9\x7a\xf4\x09\xe0\xfe\x91\x06\ +\xf2\x0b\xa9\x3b\x96\x0a\xd7\x37\x3f\x03\xd4\x00\x79\x3f\xed\x01\ +\x3a\x11\x79\xb3\xa2\x72\xc9\xf2\xe9\x9f\x37\x5d\xca\x55\x60\x70\ +\x0b\x50\x9e\x2e\x20\x4f\xdf\x89\xd4\x37\xef\x4c\x87\x4a\x5c\x94\ +\x57\x81\x23\x40\xae\xc7\x1c\x0a\x1c\x17\xf4\xed\x32\xd1\x3b\x22\ +\xdb\x9b\x3e\x90\xda\x5a\x7b\x2d\x4d\x19\xb0\x97\x24\x63\x55\x7f\ +\x03\x13\x3c\xce\x3b\x1d\xae\x6f\x2e\xf5\xe3\x05\x89\xf3\x6b\xab\ +\x27\xdb\x52\x3b\x57\x55\x66\x8a\x23\x4e\xc6\x4a\x22\x9d\xe9\x3e\ +\x75\xfb\xae\x43\xe7\xf3\xd5\xe8\x37\xa0\xbd\xa6\x3a\xec\x88\xde\ +\x48\xf3\xca\x97\x7f\x22\xf5\xcd\x05\x5c\x50\xfd\xa5\xff\x14\x28\ +\x75\x28\xf3\x29\x46\x71\xfd\x43\xe2\x2a\xfa\x0d\x98\x76\xb1\xbc\ +\x9d\xdc\xe7\x54\xa1\xb4\xfa\xa0\xe9\x19\xfd\x06\x64\x5f\x2a\x94\ +\x5f\xbc\x0e\xa0\x2a\xc7\xbc\xd6\xf4\x92\x41\x77\x01\xc1\xe6\x7c\ +\x70\x58\x50\x00\x63\xbf\xf0\x5a\xd3\x4b\x06\x19\x60\xba\xcd\x56\ +\xa0\xcd\x3b\x79\x39\x56\x71\x69\x72\xb3\x77\x7a\xde\x33\xc8\x80\ +\x6c\x67\x41\x5f\xc3\x83\x5b\x96\x42\x8f\x20\x2f\x0e\x7c\x5f\xb7\ +\x18\x19\xd2\x5d\x8d\xd4\x1f\xdc\x8b\x52\xe8\x00\xc4\x0a\xba\x2e\ +\x5c\xdf\xf8\x73\x81\x3a\xbe\x93\xb3\xbf\x1e\xd9\xd1\xfc\xbe\xa2\ +\x1b\x81\x21\x7d\xe7\x3c\x38\x27\x22\x8f\x45\xea\x0f\xee\x2d\x2c\ +\xb5\xd1\xe1\x9a\x03\x96\x19\xf5\x07\xb7\x64\x1c\xbd\x4f\xd0\xfd\ +\xe4\x71\x4a\x28\xf4\x00\xdb\x4d\x3a\x74\x4f\x78\x7b\xd3\x01\x2f\ +\x93\xf4\x93\xbc\x3a\x29\xe7\x9e\x5f\x79\xb7\xb5\x99\x55\x02\x0f\ +\x2b\xdc\x09\xcc\x04\x32\x40\x1b\xc8\x09\xc4\x1e\x74\xc4\xec\x9f\ +\xbe\xad\xe9\xb4\xaf\xd9\xfa\xc0\x7f\xf4\x3d\xd0\x9f\x72\x7e\x73\ +\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x10\x46\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x04\x00\x00\x10\x04\ +\x01\x6e\x60\xae\x08\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0f\xc3\x49\x44\ +\x41\x54\x78\x9c\xdd\x9b\x7b\x90\x55\xd5\x95\x87\xbf\x75\x6e\xbf\ +\x68\x44\xa5\xa1\x11\x31\x23\x46\x45\x86\x87\x03\x41\xd4\x18\xc5\ +\xb4\x1a\x15\x2c\x61\x68\xfb\x9e\xcb\xd3\x1a\xa7\x32\x62\x12\x99\ +\x64\x34\xa5\x31\x26\x42\x87\x8c\x21\x63\x62\x1c\xad\xc9\xd4\x4c\ +\xaa\x9c\x88\x84\x40\xf7\xb9\xad\x02\xc9\x60\x34\x52\x68\xc0\xe0\ +\x88\x02\x2a\xbe\xdf\xa2\x20\xc4\x16\xe4\xd1\xcf\x7b\xd6\xfc\xb1\ +\xf7\xe9\x7b\xcf\xe3\xf6\x0b\xc8\xd4\x64\x55\x75\x9d\xd3\x7b\xed\ +\xe7\xef\xac\xb5\xf6\x5a\x6b\xef\x2b\x1c\x63\xd2\x19\x33\x06\x51\ +\x51\x31\x05\xd5\xc9\xc0\x68\x60\x14\x70\x12\x30\x08\x38\x1e\x50\ +\xe0\x00\xb0\x0f\xd8\x89\xc8\x9b\xf8\xfe\x0b\xc0\x73\x54\x55\x6d\ +\x96\x5f\xfc\xa2\xe3\x58\xce\x4f\x8e\x45\xa7\xea\xba\xc3\x11\x99\ +\x83\x6a\x06\x98\x0c\x94\xf4\xb3\xab\x83\xc0\x7a\x54\x1b\x11\x59\ +\x2d\x9e\x77\xf0\xe8\xcd\xd2\xd0\x51\x05\x40\xd3\xe9\x29\x88\xdc\ +\x02\x5c\x05\xa4\x0a\x58\xfb\x81\x4d\xa8\xbe\x8c\xe3\xbc\x8e\xef\ +\xbf\x87\xe3\x1c\x42\xb5\xd5\xf2\xcb\x80\x6a\x54\x47\x02\x67\x23\ +\xf2\x25\x60\x0c\xe0\x14\xf4\x71\x00\x58\x06\xdc\x2b\x9e\xf7\xe6\ +\xd1\x9a\xf3\x51\x01\x40\x33\x99\x2b\x51\x5d\x04\x7c\xa9\xa0\xf8\ +\x2d\x60\x05\xbe\xbf\x16\xc7\xd9\x2a\x9e\x97\xeb\x53\x9f\x33\x67\ +\x9e\x48\x49\xc9\x05\xc0\x2c\x44\xd2\xc0\x40\xcb\xea\x44\x64\x39\ +\x8e\xb3\x58\x56\xad\xfa\xe0\x48\xe7\x7e\x44\x00\xa8\xeb\x9e\x09\ +\xfc\x0c\x98\x6e\x8b\x7c\x60\x0d\xaa\x3f\x23\x9b\xdd\x28\x46\xbf\ +\x8f\x98\x74\xde\xbc\xe3\xe9\xe8\x98\x85\xea\xd7\x80\x49\xb6\xf8\ +\x10\xaa\x4b\xa8\xaa\xba\xe7\x48\xec\x44\xbf\x01\x50\xd7\xbd\x1c\ +\x58\x0b\x94\x03\x8a\xea\x2a\x52\xa9\x1f\x4a\x43\xc3\x2b\xfd\xed\ +\xb3\xc7\x31\x41\x48\xa7\xe7\x22\xb2\x14\xf8\x2b\x5b\xfc\x0c\x8e\ +\x33\x4f\x1a\x1a\xde\xea\x4f\x9f\x47\x02\xc0\xb5\xc0\x83\xc0\x56\ +\xe0\x9b\xe2\x79\x1b\x7b\x6c\x33\x77\xee\x60\xda\xdb\xc7\x20\x72\ +\x1a\x70\x0a\x22\x46\xc7\x55\x3f\x03\xde\x27\x95\xda\x21\xab\x56\ +\xbd\xdb\x8b\xb1\x07\xa0\xfa\x6d\x44\xbe\x8f\xf9\x00\x9f\x01\x73\ +\xc5\xf3\x7e\xdb\xd7\x75\x1c\xa9\x0a\x9c\xca\xb8\x71\x3b\xa5\xbe\ +\xde\x4f\xe4\x83\x90\xc9\x4c\xc1\xf7\x33\x88\xd4\x00\x63\x7b\x31\ +\xe6\x3b\xa8\x3e\x82\xc8\x6a\x60\x63\x77\xb6\x43\x5d\xf7\x3c\xc0\ +\x03\x4e\x05\x72\x88\xdc\x2c\x8d\x8d\xf7\xf5\x65\x0d\xbd\x06\x40\ +\x5d\x77\x2c\x80\x78\xde\xcb\x3d\xd6\x9d\x37\xef\x78\xda\xdb\x6f\ +\x00\x6e\x04\x46\x46\xd8\x2d\xc0\x3b\xc0\x2e\x8c\x8d\x38\x8c\x59\ +\xc0\x19\x18\xdf\xa0\x90\xde\x46\x75\x29\x22\x0f\x8a\xe7\xb5\x27\ +\x8e\x35\x67\xce\x50\x3a\x3b\x57\x00\x57\x98\x02\xbd\x5d\xb2\xd9\ +\xa5\xbd\x5d\x57\xaf\x00\x50\xd7\xfd\x32\xf0\x28\xa0\xb4\xb6\x0e\ +\x95\xb5\x6b\x0f\x27\xd6\xab\xa9\x29\x61\xe8\xd0\x85\x88\x2c\x02\ +\x06\xdb\xe2\x0e\xe0\x51\x54\x7f\x8b\xea\x46\x9a\x9a\x5e\x2e\x66\ +\x1c\x75\xf6\xec\x11\xe4\x72\x57\x03\xd7\x00\x97\x60\xb6\x47\x80\ +\xf7\x81\xc5\x78\xde\xb2\xa4\xb6\xea\xba\x29\x44\x96\xa1\x3a\xcf\ +\xac\x4a\xbe\xd5\x5b\x49\xe8\x11\x00\x9d\x35\x6b\x02\xbe\xff\x24\ +\x70\x02\xb0\x01\xcf\xbb\x34\x71\x12\x75\x75\x7f\x83\xe3\xfc\x0a\ +\x38\xdb\x16\xed\x42\xf5\x5f\xc9\xe5\xee\x97\x87\x1f\xfe\xa4\x37\ +\x93\x09\xf5\x57\x5b\x3b\x8c\x54\xea\x16\x44\xbe\x4e\x7e\x0b\x5c\ +\x07\x5c\x2f\x9e\xf7\x61\xac\x7e\x4d\x4d\x09\xd5\xd5\x2b\x81\x34\ +\xe0\xa3\xea\x4a\x36\xfb\x50\x4f\xe3\x74\x0b\x80\xce\x99\x73\x12\ +\x9d\x9d\x5b\x81\x93\x81\x2d\x94\x95\x5d\x26\x2b\x56\x7c\x16\xab\ +\x97\xc9\x5c\x8f\xea\x7d\x40\x05\x70\x08\x58\xca\xc0\x81\x77\xcb\ +\x03\x0f\xb4\x46\xeb\xf6\x95\xd4\x75\xab\x81\x45\xc0\x37\x30\x8e\ +\xd1\x3e\x54\x17\x48\x36\xeb\xc5\xea\x2e\x58\x50\xca\xa7\x9f\x3e\ +\x04\x5c\x8d\x71\x9c\xce\x15\xcf\x7b\xad\xbb\xfe\x8b\x02\xa0\x20\ +\xb8\xee\x1a\xdb\xd9\x2e\x52\xa9\xc9\xb2\x6a\xd5\x47\xb1\x3a\x99\ +\xcc\x9d\xa8\x7e\xd7\x16\x6d\xc6\xf7\xe7\x49\x53\xd3\xdb\x7d\x59\ +\x64\x6f\x48\xd3\xe9\x1a\x44\x7e\x09\x9c\x06\x28\x22\xb7\x4a\x63\ +\xe3\x4f\x63\xf5\x5c\xf7\x38\xcc\xce\x74\x26\xb0\x1d\x38\xaf\x98\ +\xfd\x80\xee\x00\x48\xa7\xbf\x81\xc8\xcf\x31\x3a\x7c\x91\x78\xde\ +\xff\x24\x0c\x76\x37\x70\xb3\xe9\x49\xfe\x93\x3d\x7b\x16\xca\x86\ +\x0d\x9d\x45\xfb\x34\x3a\xbe\x04\x98\x80\x31\x8e\xc7\x01\xed\xc0\ +\x9f\x30\x7a\xfe\x0c\xb0\x11\x78\x3c\x69\xd2\x3a\x63\xc6\x20\xca\ +\xcb\x1f\x04\x66\x9a\x02\xbd\x8f\xf1\xe3\x6f\x8a\xee\x42\xea\xba\ +\xe7\x00\x4f\x63\x6c\xc8\x12\xf1\xbc\xc5\x7d\x02\x40\x5d\xf7\x14\ +\xe0\x75\xa0\x12\x91\x45\xd2\xd8\xf8\xc3\x84\x3a\xb7\x01\x4b\xed\ +\xe2\x7f\x20\x8d\x8d\xf5\xc5\x06\xe9\x6a\x93\x4e\xff\x13\x22\xf7\ +\xf4\x54\x0f\xd8\x8b\xc8\x83\xa8\xfe\x54\x3c\x6f\x77\x64\xdc\x14\ +\xaa\xf7\x22\x72\xa3\x29\xd0\x7b\x24\x9b\xbd\x39\x36\x56\x26\x73\ +\x3b\xaa\x77\x02\xed\xf8\xfe\x78\x69\x6a\x7a\x23\x69\x20\x27\xa9\ +\x10\xd5\xef\x03\x95\xc0\x4b\xec\xd9\x13\xdb\x52\xd4\x75\xa7\x02\ +\x77\x02\x20\x72\x57\xd2\xe2\xd5\x75\xab\xb4\xae\xee\xaf\x43\x85\ +\x65\x65\xcb\x10\x59\x84\xea\xd7\x50\xbd\x12\x13\x29\x4e\x01\xfe\ +\x16\x91\xdb\x80\xd5\x98\x08\xb0\x1a\xd5\x6f\x03\xaf\x6b\x3a\xfd\ +\x5d\xad\xa9\xe9\x8a\x26\xc5\xf3\x72\x92\xcd\x2e\x44\xb5\xde\x8e\ +\x7f\x93\xba\xee\xc2\xd8\x1a\xc6\x8e\xfd\x31\xb0\x0d\x28\xc3\x71\ +\x8a\x6e\x8b\x31\x09\xd0\xba\xba\xd3\x71\x9c\x57\x81\x52\x44\xa6\ +\x4a\x63\xe3\xef\x42\xfc\xda\xda\x21\x94\x94\xec\xc0\xc4\xf4\xab\ +\xf1\xbc\xda\xe8\xae\xa0\x75\x75\xe7\xe3\x38\x0f\x03\xc3\x70\x9c\ +\xb1\xd2\xd0\xf0\x7a\xb1\x09\xc4\xc6\x37\x62\x9e\x01\x6e\xc3\xe8\ +\x31\xc0\x53\xe4\x72\xb3\xe5\xa1\x87\x76\x85\xea\x66\x32\xff\x81\ +\xea\x0d\x40\x0e\xd5\xe9\x92\xcd\xae\x0b\xf1\x5d\xf7\x52\xe0\x09\ +\x40\x71\x9c\x2f\x48\x43\xc3\xf6\xe8\x78\x71\x09\x70\x9c\x3b\x80\ +\x52\x60\x63\x74\xf1\x00\x94\x94\xdc\x63\x17\xbf\x13\xf8\xbb\xd8\ +\xe2\x33\x99\x99\x38\xce\x06\xcc\xce\xf1\x01\xbe\xff\xa7\xde\x2d\ +\xdd\x90\xac\x59\x73\x40\x3c\xef\x7e\x60\x1c\xaa\xdf\xc1\xd8\x88\ +\x8b\x49\xa5\x9e\xd5\x59\xb3\xce\x08\x55\xde\xb3\x67\x21\x66\x6b\ +\x4c\x21\x72\xbf\xce\x9d\x3b\x38\xd4\x97\xe7\xad\x07\x9e\x04\x04\ +\xdf\xbf\x35\x69\xbc\x10\x00\xea\xba\x55\xc0\x6c\xd3\x5a\xee\x8a\ +\x56\xb6\xc6\x65\xbe\xe5\xdf\x20\x9e\xb7\x3f\xc4\xaf\xab\x9b\x8c\ +\xea\x0a\xcc\x76\xb8\x19\xb8\x40\x3c\xaf\xb9\x97\x6b\x0f\x91\x78\ +\x5e\xbb\x64\xb3\x77\xe1\xfb\x17\x03\x1f\x02\xa7\xe0\xfb\x4f\xa8\ +\xeb\x9e\xda\x55\xc7\x18\xdc\xf9\xc0\x6e\xe0\x64\x3a\x3b\x63\x73\ +\x46\xf5\x5f\xec\x5b\x9d\xce\x9b\x77\x7c\x94\x1d\x95\x80\xb9\x76\ +\xf2\x3b\x51\xfd\xef\x84\x79\x2d\xc1\xa8\xcd\x63\xd2\xd8\x18\xe2\ +\xab\xeb\x0e\xc7\x71\x7e\x83\xb1\x1d\x9b\x18\x38\xf0\x92\xa8\x01\ +\xeb\x0f\x49\x53\xd3\x33\x40\x0d\xf0\x11\x66\xe7\x68\xd2\x05\x0b\ +\x4a\xbb\xf8\x06\xe0\x7f\x34\x93\xd0\xaf\x6a\x26\x73\x71\xa8\x83\ +\xf1\xe3\x7f\x07\x7c\x00\x94\xd3\xd6\x36\x9d\x08\x45\x01\xa8\x35\ +\xbd\xca\xaf\xa3\x41\x88\x35\x68\xd3\xec\xbf\x77\xc4\x66\xaa\xfa\ +\x13\x8c\x6a\xbc\x0b\xd4\x76\xe7\x04\xe9\x8c\x19\x83\x34\x93\xb9\ +\x44\x33\x99\xf9\x9a\x4e\xcf\xd6\xba\xba\xf3\xd5\x75\xcb\x8a\xd5\ +\x17\xcf\x7b\x13\xc7\xb9\x0a\x68\x05\x26\xb3\x6f\xdf\xa2\x08\x3f\ +\x8b\x31\xa0\x82\xea\xf7\x42\xbc\xfa\x7a\x1f\xd5\x06\xbb\xae\xba\ +\x68\xdf\x5d\x00\xa8\xeb\x9e\x80\xb1\xc8\x00\x6b\x62\xb3\x70\x9c\ +\xeb\x31\x5f\xff\xe9\xa8\x4f\xa0\x99\xcc\x85\x88\xcc\xb3\xff\x7e\ +\x5d\x3c\x6f\x6f\xe2\xc2\x5d\x77\xa2\xba\xee\xc3\x94\x97\xef\x45\ +\x75\x3d\xaa\xcb\x11\x59\x89\xe3\x6c\x06\x3e\xd6\x74\xfa\x5e\xad\ +\xad\x1d\x96\x08\x42\x43\xc3\x76\x54\x8d\x1e\xab\xde\x52\xa8\x0a\ +\x00\xf8\xfe\x3f\xdb\xb7\xcb\xb5\xae\x6e\x5c\x64\xee\x81\xb4\x4e\ +\xd5\xeb\xae\xab\x48\x04\x00\x91\x2f\x62\x8c\xdf\x3e\x54\x37\x87\ +\x26\x6e\x16\x5e\x67\x07\xff\x65\x7c\x65\x7a\x33\xa6\xce\x1a\xf1\ +\xbc\x47\x63\x6c\x10\x4d\xa7\x17\x03\xcf\x61\x9c\x98\x72\xa0\x19\ +\x78\x01\x23\x31\x3e\x70\x22\x22\xdf\xa4\xa4\xe4\x15\xcd\x64\xae\ +\x4a\x02\x81\xf1\xe3\x7f\x0e\xbc\x08\x94\xdb\xad\x3a\x3f\xfd\xa6\ +\xa6\x2d\xc0\x1f\x00\x41\xe4\x5b\x91\xf9\x6d\xc2\x44\xa1\x03\x38\ +\x78\x70\x52\x21\xab\x50\x05\x2e\xb0\xcf\x2d\xb1\x18\xbc\xae\xee\ +\x6c\x8c\xfe\xe5\x28\x2d\x7d\x24\xd4\xf7\x35\xd7\x9c\x4c\x90\x12\ +\x13\xb9\x3b\x71\xe2\xe9\xf4\xdd\x88\xd4\xdb\xf1\xd6\xa3\x7a\x09\ +\x30\x4c\x3c\x6f\x82\x78\xde\xe7\x69\x6d\x1d\x84\xea\x8d\xc0\x7b\ +\x40\x15\xaa\x8f\x68\x26\x13\xd3\x57\xeb\xf1\x2d\xb6\x63\x5d\x6b\ +\xa5\xb6\xa0\x82\xfc\x9b\x7d\x5e\xa3\xae\xdb\x95\x94\xb5\x5e\xe5\ +\x36\xb3\x62\xe7\xfc\x64\x00\x54\xcf\xb6\xcf\xe7\x62\x0b\x10\xb9\ +\xc8\xbe\x6d\x97\x95\x2b\xc3\xdb\x9a\xe3\xd4\x62\x24\xe7\x35\x1a\ +\x1b\xff\x10\x6d\xaa\x99\x4c\x1d\x22\x37\xd9\x7f\x97\xe0\x79\x5f\ +\x91\x6c\x76\x43\x21\xc8\xb2\x76\xed\x61\xc9\x66\xff\x1d\x93\xef\ +\xdb\x04\x94\xa2\xba\x3c\x26\xe6\x00\xe3\xc6\xad\xc6\x18\xc4\x0a\ +\x02\x9b\x15\x50\x6b\xeb\x3a\x8c\xeb\x3e\x04\x38\x27\x3c\x11\x7d\ +\xd6\x3e\x8b\x00\x00\x67\xd9\xc5\xbe\x17\x1b\x54\x64\x92\x7d\x6e\ +\x8e\xf1\xe0\xcb\x96\xb7\x2e\xe6\x13\xd4\xd4\x94\xa0\xfa\x63\x3b\ +\xf0\x32\xf1\xbc\xc5\xdd\x25\x4a\xc5\xf3\x9a\xa9\xa8\xb8\x12\x23\ +\x09\x27\x20\x12\x73\xc1\xa5\xbe\xde\x47\xa4\xc9\xfe\x3b\x3b\xc4\ +\x5b\xb3\xe6\x00\x26\x9e\x00\xb8\x3c\xd4\xd0\x71\x9e\xb5\x6f\x45\ +\x01\x18\x69\x27\x1a\x8a\xf8\x2c\x9d\x61\x79\x71\x8f\xce\xe4\xf0\ +\xc1\xf7\x63\x5f\x9f\x61\xc3\x6a\x30\xde\x5c\x0b\xa5\xa5\xdf\x49\ +\xe8\x37\xde\xdd\xf2\xe5\x87\x80\x9b\xec\x78\xb3\xb5\xb6\x76\x48\ +\x42\xb5\x87\xed\x73\x4a\xe1\x96\x68\xe9\x49\xfb\x3c\x37\x54\x9a\ +\xcb\x6d\xb1\x6f\x23\x75\xc6\x8c\xae\xcc\x93\x03\xa0\xd3\xa6\x95\ +\x13\xa4\xa3\x44\x76\x26\x0c\xf8\x39\xcb\x0b\x49\x87\xf5\xd1\x47\ +\x58\xde\x8e\x84\x76\x53\xed\xf3\x31\x59\xb9\xf2\xe3\x04\x7e\x32\ +\x19\x31\xff\x00\x28\x23\x95\x4a\xc7\xf8\xc6\x48\xb7\x03\x95\x7c\ +\xf2\xc9\xa4\x08\x77\x9b\x7d\x4e\x08\x95\x3a\xce\x1b\xb6\x8d\x30\ +\x60\xc0\xa8\xae\x62\x00\x8e\x3b\x2e\xef\x42\xa6\x52\x21\x7f\xdb\ +\xd2\x20\x3b\x70\x38\x19\x32\x7c\xf8\xb0\xae\x3e\x4a\x4b\xf7\x24\ +\x4c\x34\xf0\xe5\x9f\x8f\xb1\xa6\x4f\xaf\x54\xd7\x7d\x48\x33\x99\ +\xdb\xa3\x3c\x6b\xec\x56\x99\x7f\x64\x46\x8c\xef\x79\x2d\x98\x58\ +\x1f\x1c\xe7\xc2\x10\xd3\x71\x5e\xb0\x6f\x23\x75\xe6\xcc\x13\x0b\ +\xda\xe4\x80\xb7\xed\xbc\x46\x77\x55\x07\x20\x95\xca\x8b\x51\x5b\ +\x5b\x52\x3c\x5f\x6a\x1b\x86\x0f\x20\x72\xb9\x7c\x12\xb3\xa3\x23\ +\x96\x29\xc2\x18\x2a\x10\x39\x10\xe3\x54\x56\x8e\x02\x6a\x51\x5d\ +\xac\xae\x3b\x20\xc6\x57\x0d\xe2\x90\x29\x85\xd1\x60\x01\x6d\xb1\ +\x7d\x8f\x09\x95\x8e\x19\xf3\x26\xc6\x61\x12\x52\xa9\x33\x23\x6d\ +\x02\x15\x8e\x00\xd0\xde\x9e\x37\x4c\xe5\xe5\xe5\x09\x83\x99\x24\ +\xa8\xe3\x54\x46\xca\x0b\x0f\x2b\x8f\x8b\xb5\x52\xdd\x6f\x9f\x71\ +\xe7\xe6\x84\x13\x5e\xc6\xec\xcd\x65\xf6\xe4\x38\x4c\x22\x4f\x03\ +\x6d\xc0\x20\x86\x0c\x99\x98\x30\xa7\x37\x6d\xdf\xa3\x42\xcd\x8c\ +\xf4\xec\xb4\x7d\x84\x77\x91\xc0\x86\x15\xb4\x31\x00\x94\x97\xe7\ +\xbf\x6c\x47\x47\xc8\x53\xb2\x14\x04\x34\xd5\xa1\xd2\xb2\xb2\xc2\ +\x2f\x1b\xde\x93\xcd\x04\xb6\xda\xb7\x0b\x62\x2c\x73\x9c\x65\xf8\ +\x8e\x13\x03\xc0\x8a\xb9\xb1\x2b\xa9\xd4\xb8\x28\x9f\x00\x80\x60\ +\xf7\x0a\xd3\xfb\xb6\xdf\x70\x4a\x5e\x24\x48\xd5\x75\x01\x63\x00\ +\xd8\xb7\x6f\x5f\x41\xb5\x24\x9f\xfc\x1d\x00\x7c\x3f\x14\x8e\xda\ +\x04\xe9\x5e\xdb\xf9\x98\x58\x2b\xe3\x81\x01\x4c\x4e\x14\x63\x91\ +\xe0\x8c\x61\x74\x8c\x67\xf8\xc1\x31\xdb\xd8\x18\xcf\xf7\x83\xa3\ +\xb0\xe1\xb1\x38\x42\xf5\x03\xfb\xfc\x5c\x62\x79\x14\x00\x59\xb7\ +\xae\x0d\x93\xcd\x05\x91\xf8\x97\x54\x7d\xd5\xf2\x92\x44\x31\xf8\ +\xca\xe7\xc4\x38\x6d\x6d\xcf\x01\x39\x60\x20\xd5\xd5\xf1\x2f\x95\ +\x17\xc9\xa4\xaf\x08\xaa\xaf\xd8\x67\x1c\x80\xb2\xb2\x60\x57\x11\ +\xa2\x92\x29\xb2\xc7\x3e\x87\x46\xca\x83\x1d\x6e\x44\xe0\x29\x16\ +\xfa\x01\x1f\xdb\x4a\xe1\xa4\x83\x29\x7b\xda\xbe\x5d\xa8\xd1\x2c\ +\x92\xc8\x73\x76\x92\xe7\xc5\x9a\x99\x03\x94\x60\xd0\xcf\xc7\xfa\ +\x85\x20\x65\x9d\x2c\x01\x01\x00\x49\x12\x30\x7a\x74\x33\x06\x5c\ +\x88\x02\x10\xa8\xac\x6a\x55\xa4\xfc\x7d\xfb\x2c\xa1\xa4\x64\x28\ +\x84\x01\x08\xf4\x23\x6a\x39\xa1\xb3\x73\x13\xc6\x83\xab\xc6\x75\ +\xc7\x47\xb8\x7f\xb4\xcf\x8b\x62\xe0\x18\x7a\x17\xc0\x1e\x88\x46\ +\x29\x00\x60\x44\x52\xb2\x02\xd5\x40\x45\x4e\xd3\xe9\xd3\x43\x06\ +\xd8\x1a\xbb\x4f\x6d\xbd\xa8\x91\x0d\x6c\x56\xc8\x89\xb2\xb9\x83\ +\x9f\xa0\xfa\x5f\x8c\x1e\xbd\x17\xc2\xb1\x40\x60\x54\x62\x00\xd8\ +\x93\x9d\x40\x1c\x2f\x8b\x4c\x32\x70\x8f\x87\xe0\xba\xa7\xc5\x16\ +\x21\x62\xfc\x0a\xdf\x3f\x29\xc6\x1b\x3c\xf8\x6d\x8c\xef\x0e\xed\ +\xed\xa3\x62\xfc\xc3\x87\xdf\xb1\x6f\x0e\x95\x95\x27\xc7\xf8\xf0\ +\x89\x1d\x23\x0c\x9e\x48\x60\xd3\x62\xa0\x8a\xe7\xdd\x2a\xd9\xec\ +\x57\x83\x54\x7a\x1e\x00\xc7\x09\xc4\x2d\x3e\x11\x43\x1b\x6d\xbd\ +\x90\x2f\x6d\x63\xff\x8f\xec\xc0\x13\x62\xad\x7c\x3f\x38\x16\x8b\ +\x8a\x63\xb0\x13\x98\x45\x46\xb6\x33\xe8\xb2\x4d\x66\x2b\xcd\xe5\ +\xe2\x00\x9a\x6d\x14\x44\xc2\x3b\x97\xef\xb7\xd9\xb7\xa8\x9b\x1c\ +\xa3\x42\xcb\x1c\x44\x81\xe3\xd4\x75\xcb\x62\x07\x13\xaa\x9b\x10\ +\x59\x80\xea\x17\x12\xfa\xd9\x8e\x71\x89\x27\x02\xa1\x70\x19\x11\ +\x03\x80\xe3\x24\xf9\xf4\x60\x6c\xc4\x59\x88\x8c\x28\x2c\x9c\xf6\ +\xc0\x1b\x57\x28\x8c\x5b\xf5\xda\x63\xed\xe5\xb9\x0e\x9e\xaf\x1e\ +\xf5\x0f\x53\xaf\x5e\x1a\x02\xff\x57\x6f\xac\x1f\x3c\xb0\xa3\x85\ +\x57\xaa\x46\x4e\x9f\x7a\xd5\x9d\x5d\x76\xe0\xf6\xbd\x6f\x8c\x39\ +\x77\xef\xeb\xb4\xa7\x4a\xab\xa7\x3e\xf0\xa3\x9b\x28\x42\xa2\xce\ +\xfe\x3c\x00\x2d\x2d\x5b\xa9\xa8\xe8\xc4\x1c\x86\x9c\x8b\x09\x4b\ +\x0b\x17\xf2\xaa\x7d\x8b\x87\xa8\x22\xdb\x50\x9d\x86\x6a\x5c\x02\ +\x8a\x1b\xa4\x80\x76\xdb\x3e\x42\x5f\x58\x91\x39\xc0\x75\xcb\x46\ +\x5f\x19\x14\xfd\x7d\xb4\xe1\x8a\x51\x5d\xda\x98\xb1\x7f\x00\x6c\ +\xad\x3e\x8b\xad\x66\xd3\x19\x8c\xb9\xc2\x93\x48\x2a\xfa\x6e\x97\ +\x0a\x58\x8b\xfd\xa2\x9d\x6c\x4d\xac\x76\x2e\x17\x6c\x3b\x03\x62\ +\x89\x08\xdf\x0f\x02\xa1\x24\x6b\x1e\x18\xa4\xee\x01\x80\xe1\xc5\ +\x26\x7a\x2c\x29\x9c\x14\x55\x7d\xc2\xbe\x5d\x1c\xab\xd9\xd1\x91\ +\xcf\xf3\xf9\x7e\x58\x9c\xf3\x51\x62\x92\x74\x04\x36\x20\x59\x05\ +\x54\x3f\xb6\xcf\x24\x23\x77\xcc\x29\x0c\x80\xe3\xfc\xde\xbe\x5d\ +\x14\xf3\xae\xd6\xae\x6d\x21\x9f\xcc\x08\x07\x2f\xb9\x5c\xe0\x61\ +\x0d\xb4\x67\x0b\x79\x12\xe9\x5e\x02\x02\xa7\x05\x86\x26\xf2\x8f\ +\x31\x45\x25\xe0\x29\xcc\xb9\x7a\x25\xa9\x54\x48\x27\x6d\x26\xc7\ +\x58\xd7\x92\x92\x70\x50\xd4\xdc\xfc\x21\x10\x44\x91\xd1\x6c\xed\ +\x21\xfb\x36\x28\xd1\x4f\xc8\x87\xd8\x71\x3f\xa0\x8f\x94\x92\xbe\ +\x5f\x79\x0a\x01\x20\x9e\xd7\x82\xe3\x5c\x81\x48\xba\xc8\x25\x44\ +\x13\x15\xaa\x86\x24\xc0\x9e\xd0\x04\x79\x84\x30\x00\x8e\x13\x5c\ +\xa7\x71\xb8\xee\xba\xa4\x48\x33\x38\x5d\x8a\xbb\xe0\x7d\xa0\xf9\ +\x13\xab\x58\xf2\x95\xe1\x94\xa5\xfa\x06\x42\x2c\x40\x91\x86\x86\ +\xa4\xbc\x5f\x40\xc6\xf5\xf4\xfd\xa4\x53\xe5\xf7\x31\x77\xf7\xc2\ +\x00\x74\x74\x1c\x26\x65\x13\xb4\xed\xed\x03\x30\xb1\x7a\x9e\x54\ +\xf7\x63\xbe\x5c\xbf\x25\xe0\xda\x89\x55\xcc\x9d\x60\x72\x3a\x3f\ +\xba\x7c\x04\xb7\x3f\xfe\x11\xed\xb9\xde\xdd\xd1\x4c\x3e\x1e\x2f\ +\x4e\xa6\xd7\xe0\x7e\x5f\x21\x89\x24\x47\x60\xa9\x54\xfe\x42\x55\ +\x47\x47\x34\x9f\x00\x25\x25\x81\x0a\x94\x45\x0f\x2d\x7a\x43\xf3\ +\x0b\x16\x0f\x30\xee\xa4\x0a\x16\x5f\xda\x7b\x49\xe8\x2b\x00\xe6\ +\x26\x46\x12\x00\xbe\x6f\x8c\x59\xd4\xe1\x19\x3c\xf8\x70\x41\x9d\ +\x38\x00\x8e\x93\x3f\x60\x6d\x6b\xeb\x93\x1a\xcc\x9f\x58\xc5\xbc\ +\x09\x83\x63\xe5\x93\x46\x54\xb2\xa8\x97\x20\xf4\x0f\x00\xd5\x78\ +\xcf\x79\xff\x3b\xb4\x08\xeb\xee\x06\x06\x32\x9e\xfa\x3a\x74\x28\ +\x0f\x50\x5b\x5b\xaf\x25\xa0\x70\xf1\x3b\xf6\xe4\xb5\x6a\xc3\x3b\ +\x26\x49\x75\xce\x88\xca\x5e\x49\xc2\xd1\x53\x81\xc0\x98\xa9\x9e\ +\x98\xc0\x0b\x16\x19\x07\xa0\xaa\x2a\x9f\x8d\x2a\xcc\x4d\x76\x43\ +\x85\x8b\x7f\xe9\xe3\x16\x96\xac\xcf\xe7\x71\x9f\x78\xeb\x00\xbf\ +\xde\x6e\x82\xc4\x49\xbd\x00\xa1\x7f\x12\x90\x64\x04\xf3\x12\x90\ +\x04\x80\x09\x5a\x52\xa9\xb8\x0a\x1c\x3a\x94\x07\xc0\xf7\x7b\xfc\ +\x61\x45\x74\xf1\x77\xfc\x7e\x37\xad\x9d\x61\x83\xb7\x7c\x5b\x73\ +\xaf\x41\x38\x7a\x36\x20\xff\xe3\x87\x24\x31\x6e\xb1\xcf\x98\x04\ +\xd8\x74\xb5\xe9\xd7\x71\xba\x95\x80\xcb\xcf\x1c\xd4\xb5\xf8\x6d\ +\xbb\x5a\xf8\xde\xe3\xbb\x68\xed\x4c\xbc\xa6\xcc\xf2\x6d\xcd\xac\ +\x7a\x31\x0f\xc2\xc2\x2f\x46\x73\x26\x86\xfa\xfa\x53\x96\xe2\x00\ +\x98\x43\x07\x48\x0e\x41\x83\xed\xb3\xd8\x02\x3b\x31\x97\x99\xba\ +\x05\xe0\xa9\x77\x0f\x72\xd9\xe9\x83\x48\x39\xf0\x83\xf5\xbb\x7b\ +\xdc\xea\x96\x3d\xdf\x8c\xef\xc3\xb4\xb3\x8e\xc7\x7b\x69\x5f\x62\ +\x9d\xfe\x01\x90\x64\x04\xf3\x00\x24\x25\x55\x83\xd4\x55\x2a\x81\ +\x07\x01\x00\x9d\x9d\xdd\x02\xd0\xd6\xa9\xd4\xaf\xdf\x8d\xaf\xda\ +\xeb\x7d\x7e\xf9\xb6\x66\x56\xbf\xb2\x9f\xcf\xda\x92\x2f\x9d\xf7\ +\x55\x05\x82\x88\x30\x7e\x01\x22\x7f\x68\x52\x5c\x02\x8a\x03\x60\ +\xc0\xeb\x41\x02\x00\x5a\x3b\xfd\x5e\x2f\x3e\xa0\x62\x8b\x87\xbe\ +\x4a\x40\x49\xc9\x35\x74\x76\x9e\x2e\x9e\xf7\xc7\x18\x4f\x75\xaf\ +\xf5\xe8\x92\x7e\xd9\x15\x6c\x83\xc5\x00\x10\xdb\x47\xb2\x42\x1f\ +\x43\xea\x13\x00\xf6\x80\x33\xf1\x90\x53\x9a\x9a\xb6\x68\x3a\x3d\ +\x1d\x91\xa4\x1b\x99\x3d\x49\x80\xf9\xf2\x22\x45\xaf\xd9\x1e\x2b\ +\xea\xef\xef\xf9\x12\x49\xb2\xd9\xdf\x14\x61\x19\x00\x1c\xa7\xd8\ +\x78\xa6\xdc\xf7\x8f\xe9\x8f\x24\x93\xa8\xaf\x36\xa0\xbf\xd4\x93\ +\x0a\x18\x00\x1c\xe7\xcf\x2e\x01\x7f\x2e\x00\x8a\xaa\x80\xd6\xd7\ +\x3b\x5d\xf3\xf8\x0b\x06\xc0\x88\x76\x92\x07\xb9\x63\x47\x5e\x2d\ +\xfe\x0f\x54\xe0\xa8\xda\x80\x6e\xe8\x7e\xcc\xf5\xb5\xc7\x62\x9c\ +\x8a\x8a\x52\x5a\xad\x13\x99\x4a\xfd\xff\x36\x82\xc5\x48\x3c\x6f\ +\x39\xb0\x3c\x91\xe9\xfb\x79\xb5\x68\x6f\xff\x8b\x55\x81\xe2\x34\ +\x6a\xd4\x41\xcc\xcd\xae\xad\x34\x37\x1f\xf1\xdd\xe2\xbe\xd2\xff\ +\x02\x49\xaf\xda\xf5\xf1\x86\x2e\xf9\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x14\x74\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x04\x00\x00\x10\x04\ +\x01\x6e\x60\xae\x08\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x13\xf1\x49\x44\ +\x41\x54\x78\x9c\xbd\x9b\x79\x98\x14\xd5\xb5\xc0\x7f\xa7\x7a\x99\ +\x85\x19\x96\x61\x5f\x14\x17\x16\x11\x88\x0b\x88\x71\xc1\x0c\xc6\ +\x2d\x26\x10\x71\xa6\x5a\x14\xf3\xc5\xf7\xe5\xb9\xfb\x34\x9a\xcf\ +\x35\x89\x4c\x5c\x82\x26\x51\x8c\x46\xe3\xcb\x17\x5f\xa2\x3e\x03\ +\x4c\xf5\xa0\xc2\x4b\x30\x89\x31\x2e\x80\x0b\x20\x62\x04\x95\xa0\ +\xa0\x2c\xb2\x0e\xc3\x3a\x4b\x77\xd7\x79\x7f\xdc\xaa\x9e\xae\xae\ +\x1a\x76\x3d\xff\x54\xf5\x3d\x77\x39\xe7\xd4\xd9\xee\xb9\xb7\x85\ +\x2f\x19\x74\xc2\x84\x4a\x4a\x4b\xc7\xa2\x3a\x1a\x18\x0a\x0c\x06\ +\x7a\x03\x95\x40\x67\x40\x81\x9d\x40\x13\xb0\x16\x91\x95\xb8\xee\ +\xfb\xc0\x62\xaa\xaa\xde\x92\xdf\xfd\x2e\xf3\x65\xd2\x27\x5f\xc6\ +\xa4\x6a\xdb\x7d\x10\xb9\x14\xd5\x14\x30\x1a\x88\x1f\xe4\x54\xbb\ +\x80\x57\x50\xad\x47\xe4\x45\x71\x9c\x5d\x87\x8f\x4a\x03\x87\x55\ +\x00\x5a\x5b\x3b\x16\x91\x5b\x81\x0b\x81\x58\x01\x6a\x3b\x30\x1f\ +\xd5\xe5\x58\xd6\x0a\x5c\xf7\x33\x2c\x6b\x37\xaa\x2d\x1e\x3e\x09\ +\xf4\x44\x75\x20\x30\x12\x91\xd3\x81\x61\x80\x55\x30\xc7\x4e\xe0\ +\x69\xe0\xd7\xe2\x38\x2b\x0f\x17\xcd\x87\x45\x00\x9a\x4a\x9d\x8f\ +\xea\xdd\xc0\xe9\x05\xcd\x9f\x00\xcf\xe1\xba\x73\xb0\xac\x25\xe2\ +\x38\xb9\x03\x9a\xf3\xa2\x8b\xba\x12\x8f\x9f\x06\x5c\x82\x48\x2d\ +\xd0\xc9\x43\x65\x11\x79\x16\xcb\x9a\x22\x33\x66\xac\x39\x54\xda\ +\x0f\x49\x00\x6a\xdb\x83\x80\x87\x81\xf1\x5e\x93\x0b\xcc\x46\xf5\ +\x61\xd2\xe9\x79\x62\xec\xfb\x90\x41\x27\x4f\xee\x4c\x26\x73\x09\ +\xaa\xd7\x00\x27\x7b\xcd\xbb\x51\xbd\x87\xaa\xaa\x69\x87\xe2\x27\ +\x0e\x5a\x00\x6a\xdb\xe7\x02\x73\x80\x12\x40\x51\x9d\x41\x2c\x76\ +\xaf\xcc\x9c\xf9\xe1\xc1\xce\xb9\xcf\x35\x41\xa8\xad\xbd\x0c\x91\ +\xa9\xc0\x11\x5e\xf3\xdb\x58\xd6\x64\x99\x39\xf3\x93\x83\x99\xf3\ +\x50\x04\xf0\x3d\xe0\x19\x60\x09\x70\xa3\x38\xce\xbc\x7d\x8e\xb9\ +\xec\xb2\x6e\xb4\xb5\x0d\x43\xe4\x28\xa0\x3f\x22\xc6\xc6\x55\x77\ +\x00\x9f\x13\x8b\x2d\x93\x19\x33\x56\xef\xc7\xda\x65\xa8\xfe\x08\ +\x91\x9f\x60\x3e\xc0\x0e\xe0\x32\x71\x9c\x3f\x1f\x28\x1f\x87\x6a\ +\x02\x47\x32\x7c\xf8\x5a\xa9\xab\x73\x23\xf1\x20\xa4\x52\x63\x71\ +\xdd\x14\x22\xd5\xc0\xf1\xfb\xb1\xe6\x2a\x54\x5f\x40\xe4\x45\x60\ +\xde\xde\x7c\x87\xda\xf6\x18\xc0\x01\x8e\x04\x72\x88\xdc\x22\xf5\ +\xf5\x8f\x1e\x08\x0f\xfb\x2d\x00\xb5\xed\xe3\x01\xc4\x71\x96\xef\ +\xb3\xef\xe4\xc9\x9d\x69\x6b\xbb\x1a\xb8\x1e\x18\x58\x84\x6e\x06\ +\x56\x01\x5f\x60\x7c\xc4\x1e\x0c\x03\xc7\x62\x72\x83\x42\xf8\x14\ +\xd5\xa9\x88\x3c\x23\x8e\xd3\x16\xb9\xd6\xa5\x97\xf6\x20\x9b\x7d\ +\x0e\x38\xcf\x34\xe8\x5d\x92\x4e\x4f\xdd\x5f\xbe\xf6\x4b\x00\x6a\ +\xdb\xdf\x00\x5e\x02\x94\x96\x96\x1e\x32\x67\xce\x9e\xc8\x7e\xd5\ +\xd5\x71\x7a\xf4\xb8\x01\x91\xbb\x81\x6e\x5e\x73\x06\x78\x09\xd5\ +\x3f\xa3\x3a\x8f\x86\x86\xe5\x1d\x39\x47\x9d\x34\xa9\x1f\xb9\xdc\ +\x77\x80\x8b\x81\x71\x98\xf0\x08\xf0\x39\x30\x05\xc7\x79\x3a\x6a\ +\xac\xda\x76\x0c\x91\xa7\x51\x9d\x6c\xb8\x92\x9b\xf6\x57\x13\xf6\ +\x29\x00\xbd\xe4\x92\x13\x70\xdd\xd7\x80\x2e\xc0\xab\x38\xce\xd9\ +\x91\x44\xd4\xd4\x7c\x0d\xcb\xfa\x5f\x60\xa4\xd7\xf4\x05\xaa\x8f\ +\x90\xcb\x3d\x25\xcf\x3f\xbf\x75\x7f\x88\x09\xcc\x37\x71\x62\x2f\ +\x62\xb1\x5b\x11\xb9\x96\xf6\x10\x38\x17\xb8\x52\x1c\x67\x5d\xa8\ +\x7f\x75\x75\x9c\x9e\x3d\xa7\x03\xb5\x80\x8b\xaa\x2d\xe9\xf4\xac\ +\x7d\xad\xb3\x57\x01\xe8\xa5\x97\xf6\x26\x9b\x5d\x02\xf4\x05\x16\ +\x91\x4c\x7e\x53\x9e\x7b\x6e\x47\xa8\x5f\x2a\x75\x25\xaa\x8f\x02\ +\xa5\xc0\x6e\x60\x2a\x9d\x3a\x3d\x24\x7f\xfc\x63\x4b\x71\xdf\x03\ +\x05\xb5\xed\x9e\xc0\xdd\xc0\x75\x98\xc4\xa8\x09\xd5\xab\x24\x9d\ +\x76\x42\x7d\xaf\xba\x2a\xc1\xb6\x6d\xb3\x80\xef\x60\x12\xa7\x53\ +\xc4\x71\x3e\xde\xdb\xfc\x1d\x0a\x40\x41\xb0\xed\xd9\xde\x64\x5f\ +\x10\x8b\x8d\x96\x19\x33\xd6\x87\xfa\xa4\x52\xf7\xa3\x7a\xa7\xd7\ +\xf4\x16\xae\x3b\x59\x1a\x1a\x3e\x3d\x10\x26\xf7\x07\xb4\xb6\xb6\ +\x1a\x91\x3f\x00\x47\x01\x8a\xc8\x6d\x52\x5f\xff\xab\x50\x3f\xdb\ +\xae\xc0\x44\xa6\x41\xc0\x52\x60\x4c\x47\xfe\x03\xf6\x26\x80\xda\ +\xda\xeb\x10\x79\x1c\x63\xc3\x67\x8a\xe3\xbc\x13\xb1\xd8\x43\xc0\ +\x2d\x66\x26\xf9\x6f\x36\x6d\xba\x41\x5e\x7d\x35\xdb\xe1\x9c\xc6\ +\xc6\xef\x01\x4e\xc0\x38\xc7\x0a\xa0\x0d\xd8\x82\xb1\xf3\xb7\x81\ +\x79\xc0\xdf\xa3\x88\xd6\x09\x13\x2a\x29\x29\x79\x06\xb8\xc8\x34\ +\xe8\xa3\x8c\x18\x71\x73\x71\x14\x52\xdb\x1e\x05\x2c\xc0\xf8\x90\ +\x7b\xc4\x71\xa6\x1c\x90\x00\xd4\xb6\xfb\x03\x2b\x80\x72\x44\xee\ +\x96\xfa\xfa\x7b\x23\xfa\xdc\x01\x4c\xf5\x98\xff\x99\xd4\xd7\xd7\ +\x75\xb4\x48\x7e\x4c\x6d\xed\x0f\x11\x99\xb6\xaf\x7e\xc0\x66\x44\ +\x9e\x41\xf5\x57\xe2\x38\x1b\x8a\xd6\x8d\xa1\xfa\x6b\x44\xae\x37\ +\x0d\x3a\x4d\xd2\xe9\x5b\x42\x6b\xa5\x52\x77\xa1\x7a\x3f\xd0\x86\ +\xeb\x8e\x90\x86\x86\x7f\x47\x2d\x64\x45\x35\xa2\xfa\x13\xa0\x1c\ +\xf8\x80\x4d\x9b\x42\x21\x45\x6d\xfb\x02\xe0\x7e\x00\x44\x7e\x11\ +\xc5\xbc\xda\x76\x95\xd6\xd4\x1c\x17\x68\x4c\x26\x9f\x46\xe4\x6e\ +\x54\xaf\x41\xf5\x7c\xcc\x4e\x71\x2c\xf0\x5d\x44\xee\x00\x5e\xc4\ +\xec\x00\x7b\xa2\xfa\x23\x60\x85\xd6\xd6\xde\xa9\xd5\xd5\xf9\xdd\ +\xa4\x38\x4e\x4e\xd2\xe9\x1b\x50\xad\xf3\xd6\xbf\x59\x6d\xfb\x86\ +\x10\x0f\xc7\x1f\xff\x00\xf0\x1e\x90\xc4\xb2\x3a\x0c\x8b\x21\x0d\ +\xd0\x9a\x9a\x63\xb0\xac\x8f\x80\x04\x22\x17\x48\x7d\xfd\x5f\x03\ +\xf8\x89\x13\xbb\x13\x8f\x2f\xc3\xec\xe9\x5f\xc4\x71\x26\x16\x47\ +\x05\xad\xa9\x39\x15\xcb\x7a\x1e\xe8\x85\x65\x1d\x2f\x33\x67\xae\ +\xe8\x88\x80\xd0\xfa\x46\xcd\x53\xc0\x1d\x18\x3b\x06\x78\x9d\x5c\ +\x6e\x92\xcc\x9a\xf5\x45\xa0\x6f\x2a\xf5\x24\xaa\x57\x03\x39\x54\ +\xc7\x4b\x3a\x3d\x37\x80\xb7\xed\xb3\x81\x7f\x00\x8a\x65\x9d\x24\ +\x33\x67\x2e\x2d\x5e\x2f\xac\x01\x96\xf5\x53\x20\x01\xcc\x2b\x66\ +\x1e\x80\x78\x7c\x9a\xc7\xfc\x5a\xe0\xfb\x21\xe6\x53\xa9\x8b\xb0\ +\xac\x57\x31\x91\x63\x0d\xae\xbb\x65\xff\x58\x37\x20\xb3\x67\xef\ +\x14\xc7\x79\x0a\x18\x8e\xea\xed\x18\x1f\x71\x16\xb1\xd8\x42\xbd\ +\xe4\x92\x63\x03\x9d\x37\x6d\xba\x01\x13\x1a\x63\x88\x3c\xa5\x97\ +\x5d\xd6\x2d\x30\x97\xe3\xbc\x02\xbc\x06\x08\xae\x7b\x5b\xd4\x7a\ +\x01\x01\xa8\x6d\x57\x01\x93\xcc\x68\xf9\x45\x71\x67\xcf\xb9\x5c\ +\xee\xe1\xaf\x16\xc7\xd9\x1e\xc0\xd7\xd4\x8c\x46\xf5\x39\x4c\x38\ +\x7c\x0b\x38\x4d\x1c\xa7\x71\x3f\x79\x0f\x80\x38\x4e\x9b\xa4\xd3\ +\xbf\xc0\x75\xcf\x02\xd6\x01\xfd\x71\xdd\x7f\xa8\x6d\x1f\x99\xef\ +\x63\x1c\xee\xe5\xc0\x06\xa0\x2f\xd9\x6c\x88\x66\x54\x1f\xf4\xde\ +\x6a\x74\xf2\xe4\xce\xc5\xe8\x62\x0d\xb8\xcc\x23\x7e\x2d\xaa\x7f\ +\x89\xa0\xeb\x1e\x8c\xd9\xfc\x4d\xea\xeb\x03\x78\xb5\xed\x3e\x58\ +\xd6\xff\x61\x7c\xc7\x7c\x3a\x75\x1a\x57\xec\xc0\x0e\x06\xa4\xa1\ +\xe1\x6d\xa0\x1a\x58\x8f\x89\x1c\x0d\x7a\xd5\x55\x89\x3c\xde\x08\ +\xf8\xbf\x0c\x11\xfa\x03\x4d\xa5\xce\x0a\x4c\x30\x62\xc4\x5f\x81\ +\x35\x40\x09\xad\xad\xe3\x29\x82\x62\x01\x4c\x34\xb3\xca\x9f\x8a\ +\x37\x21\x9e\x43\xfb\x96\xf7\xf3\xa7\x21\x4a\x55\x7f\x89\x31\x8d\ +\xd5\xc0\xc4\xbd\x25\x41\x3a\x61\x42\xa5\xa6\x52\xe3\x34\x95\xba\ +\x5c\x6b\x6b\x27\x69\x4d\xcd\xa9\x6a\xdb\xc9\x8e\xfa\x8b\xe3\xac\ +\xc4\xb2\x2e\x04\x5a\x80\xd1\x34\x35\xdd\x5d\x84\x4f\x63\x1c\xa8\ +\xa0\xfa\xe3\x00\xae\xae\xce\x45\x75\xa6\xc7\x57\x4d\xf1\xdc\x79\ +\x01\xa8\x6d\x77\xc1\x78\x64\x80\xd9\x21\x2a\x2c\xeb\x4a\xcc\xd7\ +\x5f\x50\x9c\x13\x68\x2a\x75\x06\x22\x93\xbd\x9f\xd7\x8a\xe3\x6c\ +\x8e\x64\xdc\xb6\x4f\x54\xdb\x7e\x9e\x92\x92\xcd\xa8\xbe\x82\xea\ +\xb3\x88\x4c\xc7\xb2\xde\x02\x36\x6a\x6d\xed\xaf\x75\xe2\xc4\x5e\ +\x91\x42\x98\x39\x73\x29\xaa\xc6\x8e\x55\x6f\x2d\x34\x05\x00\x5c\ +\xf7\x3e\xef\xed\x5c\xad\xa9\x19\x5e\x44\xbb\xaf\xad\x17\xe8\x15\ +\x57\x94\x46\x0a\x00\x91\xaf\x63\x9c\x5f\x13\xaa\x6f\x05\x08\x37\ +\x8c\xd7\x78\x8b\xff\x21\xcc\x99\xde\x82\xe9\x33\x5b\x1c\xe7\xa5\ +\x10\x1a\x44\x6b\x6b\xa7\x00\x8b\x31\x49\x4c\x09\xd0\x08\xbc\x8f\ +\xd1\x18\x17\xe8\x8a\xc8\x8d\xc4\xe3\x1f\x6a\x2a\x75\x61\x94\x10\ +\x18\x31\xe2\x71\xe0\x5f\x40\x89\x17\xaa\xdb\xc9\x6f\x68\x58\x04\ +\xbc\x01\x08\x22\x37\x15\xd1\x37\x1f\xb3\x0b\x2d\x63\xd7\xae\x93\ +\x0b\x51\x85\x26\x70\x9a\xf7\x5c\x14\xda\x83\xd7\xd4\x8c\xc4\xd8\ +\x5f\x8e\x44\xe2\x85\xc0\xdc\x17\x5f\xdc\x17\xbf\x24\x26\xf2\x50\ +\x24\xe1\xb5\xb5\x0f\x21\x52\xe7\xad\xf7\x0a\xaa\xe3\x80\x5e\xe2\ +\x38\x27\x88\xe3\x1c\x4d\x4b\x4b\x25\xaa\xd7\x03\x9f\x01\x55\xa8\ +\xbe\xa0\xa9\x54\xc8\x5e\xbd\x8c\x6f\x8a\xb7\xd6\xf7\x3c\xad\x2d\ +\xe8\x20\xbf\xf1\x9e\x17\xab\x6d\xe7\x8b\xb2\x5e\x56\xf9\x9e\xe1\ +\xd8\x3a\x35\x5a\x00\xaa\x23\xbd\xe7\xe2\x10\x03\x22\x67\x7a\x6f\ +\x4b\x65\xfa\xf4\x60\x58\xb3\xac\x89\x18\xcd\xf9\x98\xfa\xfa\x37\ +\x8a\x87\x6a\x2a\x55\x83\xc8\xcd\xde\xcf\x7b\x70\x9c\x73\x24\x9d\ +\x7e\xb5\x50\xc8\x32\x67\xce\x1e\x49\xa7\x9f\xc0\xd4\xfb\xe6\x03\ +\x09\x54\x9f\x0d\xa9\x39\xc0\xf0\xe1\x2f\x62\x1c\x62\x29\xbe\xcf\ +\xf2\xa1\xa5\x65\x2e\x26\x75\xef\x0e\x8c\x0a\x12\xa2\x0b\xbd\x67\ +\x07\x02\x80\x21\x1e\xb3\x9f\x85\x16\x15\x39\xd9\x7b\xbe\x15\xc2\ +\xc1\x37\x3c\xdc\xdc\x50\x4e\x50\x5d\x1d\x47\xf5\x01\x6f\xe1\xa7\ +\xc5\x71\xa6\xec\xad\x50\x2a\x8e\xd3\x48\x69\xe9\xf9\x18\x4d\xe8\ +\x82\x48\x28\x05\x97\xba\x3a\x17\x91\x06\xef\xe7\xa4\x00\x6e\xf6\ +\xec\x9d\x98\xfd\x04\xc0\xb9\x81\x81\x96\xb5\xd0\x7b\xeb\x50\x00\ +\x03\x3d\x42\x03\x3b\x3e\x0f\x8e\xf5\x70\xe1\x8c\xce\xd4\xf0\xc1\ +\x75\x43\x5f\x9f\x5e\xbd\xaa\x31\xd9\x5c\x33\x89\xc4\xed\x11\xf3\ +\x86\xa7\x7b\xf6\xd9\xdd\xc0\xcd\xde\x7a\x93\x74\xe2\xc4\xee\x11\ +\xdd\x9e\xf7\x9e\x63\x0b\x43\xa2\x07\xaf\x79\xcf\x53\x02\xad\xb9\ +\xdc\x22\xef\x6d\xa0\x4e\x98\x90\xaf\x3c\x59\x00\xfa\xad\x6f\x95\ +\xe0\x97\xa3\x44\xd6\x46\x2c\x38\xc0\xc3\x05\xb4\xc3\xcb\xd1\xfb\ +\x79\xb8\x65\x11\xe3\x2e\xf0\x9e\x7f\x93\xe9\xd3\x37\x46\xe0\xa3\ +\xc1\xa8\xf9\x1a\x20\x49\x2c\x56\x1b\xc2\x1b\x27\xdd\x06\x94\xb3\ +\x75\xeb\xc9\x45\xd8\xf7\xbc\xe7\x09\x81\x56\xcb\xfa\xb7\x37\x46\ +\x28\x2b\x1b\x9c\x6f\x06\xa0\xa2\xa2\x3d\x85\x8c\xc5\x02\xf9\xb6\ +\x07\x95\xde\xc2\xc1\x62\x48\x9f\x3e\xbd\xf2\x73\x24\x12\x9b\x22\ +\x08\xf5\x73\xf9\x77\x43\xa8\xf1\xe3\xcb\xd5\xb6\x67\x69\x2a\x75\ +\x57\x31\xce\x73\x76\x33\xcc\x0f\x99\x50\x5f\x5f\x1f\x7b\xf0\xb1\ +\x77\xfb\xdd\xf7\xe4\xdb\xa3\xef\x7b\xf2\x9d\xf1\x0f\x8c\xbb\xed\ +\x8c\xb5\x5d\xfa\xff\x3b\x13\x4b\x80\x65\x9d\x51\xc4\xe8\xfb\xde\ +\xdb\x40\xbd\xe8\xa2\xae\xf9\x39\x8d\xcf\xf9\xd4\xa3\x6b\xa8\xdf\ +\x1e\xf7\x98\x4e\x90\xf3\x7c\x52\x6b\x6b\xd4\x7e\x3e\xe1\x0d\x0c\ +\x1e\x40\xe4\x72\xed\x45\xcc\x4c\x26\x54\x29\xc2\x38\x2a\x10\xd9\ +\x19\xc2\x94\x97\x0f\xc6\x75\x27\xa2\xfa\x6d\xb5\xed\x69\xe2\x38\ +\xcd\x85\xe8\x1d\xc9\xb2\x7f\xae\xef\x3a\xf0\xd6\x8f\x7a\x0f\x39\ +\x77\x65\xe3\xd1\x5b\x88\xe7\xba\x5a\xea\x55\xd1\x05\x9e\x1d\x35\ +\x19\x4b\x5d\xba\xef\xd9\x7a\xcb\xd4\xb3\x6f\x6b\x8b\xb9\x9a\xbe\ +\xed\xfa\x31\x1b\x18\x36\x6c\x25\xcb\x96\xb5\x00\xa5\xc4\x62\x83\ +\x80\x45\x05\xd3\xae\x00\x8e\xc3\x1c\xd2\x16\x08\xa0\xad\x4d\x89\ +\x79\x51\xa3\xa4\xa4\x24\x82\x91\x3d\x40\x15\x96\x55\x5e\xd4\x5e\ +\x78\x58\x59\x81\x39\x03\x6c\x07\xd5\xed\x88\x80\x6a\x38\xb9\xe9\ +\xd2\x65\x39\xdb\xb6\x99\xd8\x6c\x4e\x8e\xdf\x00\xa8\xab\x53\xab\ +\xa4\xd7\xe2\x9a\xc7\x71\x1f\x44\x04\x20\x81\xd2\x35\x34\x1e\x70\ +\xc5\x62\x73\xa7\x9e\xfd\x81\xc7\xb2\x96\x3c\x78\xff\x93\x0b\x1f\ +\xfb\x59\x73\xfc\x81\x29\x2c\x5b\x0b\x0c\x42\xe4\xc8\x80\x00\x54\ +\x57\x78\xf4\x14\x99\x40\x49\x49\xfb\x97\xcd\x64\x02\x99\x92\x07\ +\xfe\x86\xa6\x67\xa0\x35\x99\x2c\xfc\xb2\xc1\x98\x0c\x20\xb2\xc4\ +\x7b\x3b\x2d\x84\x32\xc7\x59\x06\x6f\x59\xa3\x01\x1e\x7c\xec\xdd\ +\x7e\x25\xbd\x17\xce\x57\xd1\x7a\x44\x8e\xf6\xfb\x76\x2a\x4b\x64\ +\xfa\x0c\xe8\xba\xe5\xe8\xc1\x3d\xd7\x0f\x1d\xd1\xf7\xf3\x63\x87\ +\xf6\x5a\x37\x70\x40\xe7\xed\x3d\x2a\x63\x14\xec\xe8\xcb\x45\xb9\ +\x3d\x59\x9a\x5d\xb1\xa2\xc7\x90\x9d\xde\xbc\xc1\x92\xbc\x88\x5f\ +\xaa\xcb\x87\x57\xa3\x01\x4d\x4d\x4d\x54\x54\xe4\xd9\x0a\xf3\xcf\ +\x2a\xe0\x6b\xb8\x6e\x60\x3b\x2a\xcf\x3d\xb7\x43\x6d\x7b\x33\xd0\ +\x13\x91\x61\x98\xb2\x56\x3b\xa8\xce\xf7\xbe\xe2\x68\xad\xae\x8e\ +\x87\xca\x65\x22\xcb\x51\x3d\x1d\x18\x7a\xdf\x93\x6f\x8f\xce\xa9\ +\xfb\x02\x48\x7f\x43\xbb\xe8\x11\xbd\x4a\xdb\x86\xf4\x90\x92\xf2\ +\x1e\xdd\xb6\x66\xaa\xba\x07\x2a\xc1\x56\x6b\x6b\x59\xc9\xc6\xf5\ +\x5d\x5a\x33\xca\xc7\x6d\x9d\xd6\xae\x5a\xb9\xa5\x4f\x36\x93\x8b\ +\x03\x3d\x67\x8d\xfc\x6e\xf7\xf3\x56\xbc\xcc\xc9\xeb\x96\x0c\x28\ +\xa2\x67\x8d\x47\x4f\x5e\x00\x16\x80\xcc\x9d\xdb\x8a\xa9\xe6\x82\ +\x48\xf8\x4b\xaa\x7e\xe4\xe1\x4e\x8c\x10\x8e\xff\x95\x47\x85\x30\ +\xad\xad\x8b\x81\x1c\xd0\x89\x9e\x3d\x87\x44\xcc\xbb\x02\x60\x43\ +\x45\x9f\x13\x2d\xb5\x5e\x06\xed\x0f\x50\x59\x59\xba\xe7\xf4\x71\ +\x83\x97\x9f\x38\xac\xfb\xd6\xce\xa5\x31\xac\x4c\x5b\x59\xf1\x50\ +\x37\x16\xcb\x00\x94\x24\x84\x21\x83\xbb\x37\x56\x9f\x3f\xf4\x83\ +\x7e\x03\xba\x6e\x01\x50\x11\xeb\xaf\x43\xcf\xe5\x8d\xa3\xc7\x06\ +\x35\xaf\x3d\xc2\xf5\xf3\x33\xc5\xc2\x3c\x60\xa3\xd7\x29\x58\x74\ +\x30\x6d\x0b\xbc\xb7\x33\xb4\xb8\x8a\x24\xb2\xd8\x63\x66\x4c\x68\ +\x98\x39\x40\xf1\x17\x3d\xba\x18\x0f\x7c\xdc\x9c\x28\x65\xd6\xc8\ +\x09\xa3\xf0\x4c\xa8\x67\x9f\xca\x6d\xa7\x55\x1f\xfb\x71\xe7\x2e\ +\xa5\x2d\x6e\x22\xd1\x0c\x20\xb9\x6c\xd8\x2c\xe3\xf1\x2c\x22\x0a\ +\x20\xd9\x6c\x22\x99\x8c\xe7\x4e\x1c\x73\xe4\x67\x43\x47\xf4\xc9\ +\x6b\xe1\x82\x81\xa7\x9e\xfa\xf3\x27\x16\x8f\x2d\x18\xe5\xe3\xe2\ +\xc4\xe3\x3d\x8a\x05\xe0\xdb\xc7\x20\x8a\x21\x9b\x9d\x8f\xc9\xe0\ +\x7a\x62\xdb\x23\x8a\xb0\x6f\x7a\xcf\x33\x43\xc2\x31\xb0\x1a\xc0\ +\x3b\x10\x2d\x86\x8f\x5f\x1e\x72\x0e\xdb\x4b\xbb\xc4\x01\xba\x75\ +\xef\xb4\x63\xd4\xd7\x8f\x5a\x15\x4f\xc4\x5c\x00\x37\x59\xd2\xe2\ +\x31\x58\x82\xab\xa1\xea\x95\x8a\xe4\x00\xc4\x75\xf3\x35\xc3\x63\ +\x87\xf4\xda\x3c\x6c\x70\xd7\x46\x00\xd7\xb2\x2c\xc4\xfd\xd3\xc3\ +\x0f\x2f\x28\x83\x7c\xed\xe0\x97\xa8\xfe\x0f\x43\x87\x6e\x0e\x0a\ +\x40\xd5\xbf\x75\x11\x12\x80\x77\xb2\xf3\xa1\xd7\xef\x9b\x41\x2a\ +\xf2\x3b\xc7\xee\xd8\x76\x98\x49\x11\x93\x57\xb8\x6e\xef\x62\xd4\ +\xb4\xb3\x6e\xaa\x5c\xd6\x7b\x18\x00\x65\x65\x89\xb6\x51\xa7\x0d\ +\xfc\xd4\xb2\x24\x9f\x2a\x6b\x3c\xd1\x9a\x9f\x26\x9b\x29\xce\xf8\ +\x40\x2c\xe3\x53\xd4\x2d\xbc\x8d\xc2\xa0\x63\xaa\x9a\x06\x76\xcf\ +\x77\x1f\xd0\x52\x96\xcc\xef\x0e\xc5\x71\x6e\x93\x74\xfa\x07\x7e\ +\x29\xbd\x5d\x00\x96\xe5\x9f\xeb\xe7\x43\x44\x11\xcc\xf3\xfa\x05\ +\x72\x69\x6f\xef\xbf\xde\x63\xf6\x84\xd0\x28\xd7\xf5\x8f\xc5\xaa\ +\x8a\x51\x2d\xf1\xe4\x14\xf5\x94\xe6\xb8\x41\x5d\x9a\x92\xc9\x78\ +\x70\x17\x6a\x89\x22\x96\xf9\xca\xb9\x5c\x48\x00\x6a\x59\xe6\x3c\ +\x40\xdd\xa0\xe6\xa9\xea\xc8\x01\x25\xc4\x2d\xbf\x59\xef\xa8\x7b\ +\xf4\xad\x50\x39\x0c\x82\x26\xe0\xef\x02\x87\x47\x56\x67\xcc\x9e\ +\x1a\x54\x4f\x8a\x98\xc7\xaf\xb6\x86\x9d\xa4\x88\x11\x80\x65\x05\ +\x72\xfa\xba\xdf\x2f\xa8\x02\xb9\x00\xa0\x6b\x27\x8b\x23\x7a\x95\ +\x47\x9f\xfe\x5a\x56\x06\x40\x72\xd9\xa8\x8b\x56\xc6\x07\x68\x51\ +\x65\x4b\x2c\x2d\x49\x08\xc7\xf6\x4d\xfa\x02\xed\x92\x48\xc4\x22\ +\x6b\x0c\xed\x03\x9b\x9b\x97\x00\x59\xcc\x61\xc8\x29\xa1\x9e\x22\ +\x1f\x79\x6f\xe1\x2d\xaa\x88\xc9\xbf\x55\xc3\x1a\xe0\xe7\x10\xaa\ +\x01\x0d\x48\x64\x13\xdf\xc1\x0b\xc3\x47\x56\x25\x90\x5c\x2e\xf2\ +\x26\x99\xc6\x8c\x9a\x8b\x1b\xd6\x00\x2c\x31\x1a\xe0\xe6\x8a\x04\ +\x60\xcc\xe8\xc8\xee\x89\xbc\x39\x09\x7c\x37\x6a\xfe\xfc\x40\xcf\ +\x63\xff\xcb\x23\xb6\x3a\xd4\x33\x97\xf3\x37\x33\x65\xa1\x42\x84\ +\xeb\xfa\x1b\xa1\xa1\x84\xc1\x4f\xa2\x02\x02\x10\xd5\xb3\xfd\xf7\ +\xbe\x5d\xe3\xd1\x0c\x02\x6a\xc5\x8c\x00\x72\x6e\x84\x80\x8c\x00\ +\x8a\x35\x40\xc5\xb4\x57\x96\xc6\x28\x2f\x4f\xfa\xb5\xc9\xf3\xa2\ +\xe6\x0f\x4a\x4e\xf5\x1f\xde\xdb\x59\xa1\x9e\x99\x4c\x7b\x9d\xcf\ +\x75\x83\x5b\xd4\xf6\x5d\x62\x94\x76\xf8\x3e\xa0\x68\x5b\x2b\x03\ +\x00\x62\x31\xd1\x8a\x12\x0b\xc9\x65\x23\x05\x80\x17\xef\xd1\x28\ +\x01\x74\x00\x7e\x78\x54\xa4\xbc\x73\xd2\xdf\x63\x54\xfd\xf2\xb7\ +\x4b\x43\x29\x79\x50\x00\x96\xf5\xb2\xf7\x76\x66\xc8\x0f\xcc\x99\ +\xd3\x4c\x7b\x31\x23\x98\x98\xe4\x72\xfe\x75\xb5\x4e\xde\xd9\x42\ +\x21\x31\x91\x1a\xa0\xde\x36\xba\x24\x69\xbe\x30\xae\x46\x9b\x80\ +\xff\x95\x5d\x37\xfa\x18\x2f\x1a\x3c\x3a\x55\x4a\x4b\x92\xf9\x34\ +\x3f\x23\xcd\x3d\x8a\x3b\x16\x6b\xc0\xeb\x98\x73\xf5\x72\x62\xb1\ +\x40\xd8\xf2\x2a\x39\x26\x2c\xc5\xe3\xc1\x4d\x51\x63\xe3\x3a\x8c\ +\xff\x80\x62\x2d\x70\xdd\xdd\xde\x5b\x65\x61\x9e\x20\xe6\xfc\x00\ +\x3f\xec\x49\x51\x28\x6b\xa7\xd0\xf3\xf4\x6e\x18\xaf\xde\x97\x46\ +\xb5\x38\x39\xf3\xdb\x2d\x2b\x26\xf9\x93\x63\x4b\xe2\xa1\x39\x02\ +\x02\x10\xc7\x69\xc6\xb2\xce\x43\xa4\xb6\x83\x4b\x88\x7b\xbc\x89\ +\x03\x1a\xe0\xe5\xf8\x7e\x1d\x21\x28\x00\xcb\xf2\xaf\xd3\x58\x5c\ +\x71\x45\xfb\x4e\x53\xd9\x00\xd0\xda\x96\x8b\x75\xc4\xa0\xc7\x8c\ +\x67\xe7\xe1\x44\xa8\x23\xc8\x0b\x06\x68\x6b\x6d\x37\x2d\xb7\xd5\ +\x0a\x1d\xd4\x84\xd4\x4e\x66\xce\x8c\xaa\xfb\xf9\x90\xf3\x88\x8d\ +\x22\xe6\x73\xcc\xdd\xbd\xa0\x00\x32\x99\x3d\xf9\xad\x76\x5b\x5b\ +\x19\xe6\x70\x03\x15\x59\x2f\x28\x99\x8c\x1b\xcb\xb9\x4a\x4c\x34\ +\x52\x00\x2a\x78\x5f\x70\xff\x05\x20\xbe\x46\x88\x68\x6b\x73\xc6\ +\x37\xe5\x4c\x5b\xe3\x49\xa1\xab\x3a\x07\x62\x57\xe0\xdb\x96\x7f\ +\xbf\x2f\xb0\xaa\x18\x8d\x51\x0d\xee\xc0\x62\xb1\xf6\x0b\x55\x99\ +\x4c\x81\xe9\xb8\x1f\xf8\x6f\x9b\x76\xe4\x8c\x1a\x47\xa4\xbb\x58\ +\x26\x11\x0a\xa9\x39\x41\x46\x83\x54\x9a\xf6\x9c\x0b\xdb\xb7\xb7\ +\xf8\xf7\x8b\xde\xab\xab\x6b\x37\x87\xfc\xf4\xa1\x05\xf7\x0e\xae\ +\xb7\x60\x78\x9c\xeb\x6e\xf2\x08\x0e\x7a\xfb\x6e\xdd\xf6\x14\xf4\ +\xc9\x0b\xc0\xd2\xd8\x8b\xfe\xfb\xfa\x26\xe3\x3e\xc4\xcd\x85\xb4\ +\x20\x5b\xd6\x69\x7b\xae\xac\xbc\x31\x5b\xd1\x39\xa2\xa6\x68\x18\ +\xd5\x62\x01\x78\xbe\x66\xe3\xf6\x0c\x6e\xce\x68\xab\x42\xd4\x59\ +\xe7\x41\x0a\x20\xe2\x6b\x20\xd2\xe4\xbd\x05\x72\x04\xaf\xf0\xe1\ +\x3b\xc8\xbc\xef\xb8\xe3\xda\x93\xdf\xc5\x14\x3e\x59\xd3\x98\xa5\ +\x39\xe3\x46\xcf\x1b\x8f\x67\xdb\x7a\xf6\x5e\x95\xab\xa8\x6c\x0a\ +\xe1\x7c\xa7\x9a\x37\x13\x0f\xbc\x79\x56\x6c\x28\xa8\xe0\xb9\x1a\ +\x38\xd0\xf1\xe1\xf0\x99\x80\x5f\x0e\x53\x8d\x2a\x5f\xf9\x5a\x90\ +\x17\x80\x88\x28\xca\xc3\x00\x39\x57\x59\xbe\xae\x2d\x5a\x00\x7b\ +\x03\xdf\x64\xc4\x0a\x9d\x35\xac\xdb\x96\x65\xeb\xae\xac\x00\x08\ +\xcc\xfd\xf1\xf5\x63\xde\x2b\xee\x03\x07\xab\x01\x51\x4e\xb0\x5d\ +\x03\xa2\x04\x60\x92\x91\x58\x2c\x10\x3e\x2b\xb2\x5d\x7f\x8b\xb2\ +\x0a\x60\xf5\x96\x0c\x6b\xd6\x34\x45\xd6\xfe\xf6\x02\x9e\xc0\x34\ +\x20\x80\xdd\xbb\x5b\x93\xef\x7e\x96\x3f\x9c\x56\x5c\xed\xf0\x92\ +\xd4\xe1\xf3\x01\xed\x7f\x7e\x88\xaa\x29\xfa\xd9\x58\x20\x7c\xde\ +\x78\xe3\xe0\x56\xe0\x87\x3e\xfd\x1f\x7c\xb0\xb1\xff\x96\x8d\x3b\ +\x2b\x0a\xfb\xc4\x76\xef\xea\x56\xb6\x66\xf5\x49\xb1\x5d\x3b\x42\ +\xbb\x49\xdf\x09\x16\xfa\x80\xd6\xe6\x4c\x7c\xe1\xe2\x0d\xfd\xda\ +\xb2\x7e\x2e\xc4\xb4\x3b\xaf\x1f\xb3\xb0\x78\xac\x0f\x87\x4f\x00\ +\xe6\xd0\x01\xfc\x12\x7a\x10\xfc\xf0\x19\xc2\xdd\x75\xdd\x29\xb3\ +\xcf\x5c\xfd\x66\x0e\xc0\xcd\xa9\x2c\x7a\x73\xd5\x90\xd5\x9f\x6c\ +\xcd\x3b\x52\xab\xb5\xa5\x02\x55\x2b\xd6\xd2\x52\x7c\x8f\xb8\xc0\ +\x64\x8c\x77\xdf\xb1\xbd\xa5\xf4\xcd\xd7\x3e\x19\xba\x6b\x77\x5b\ +\x09\x40\x8f\xdd\x5b\xb7\xb7\xf5\x28\xbf\x33\x34\xae\x00\x0e\xf4\ +\xbf\x3c\x1d\x3b\xc1\x76\x01\x44\x15\x55\xfd\x6d\x69\x64\xac\x1f\ +\xbb\x7a\x7e\xeb\x8e\xd2\xce\xe5\xef\xf7\x1d\x81\xeb\x22\xcb\x97\ +\xae\x3b\x6a\xf3\x86\x1d\x5d\x8e\x1b\xd9\x67\x5d\x95\xe6\xd3\xef\ +\x08\xc7\x6b\xda\xb2\x39\x95\x0f\x97\xae\xef\xb7\x66\x55\x63\xef\ +\x5c\x81\x79\x6e\x2d\xaf\xfa\x94\x75\x6d\xe5\x05\xb4\x85\xe0\x40\ +\x35\xc0\x0f\x45\xe1\x0b\x10\xed\x87\x26\x1d\x6b\x40\x07\x02\x40\ +\xb5\xed\xdb\x1f\xcd\xa5\xdf\xce\x2f\x7e\x87\x27\xe4\xcd\x1b\x77\ +\x76\x9b\xf7\xca\xca\xe1\x6f\xfe\x6b\x6b\xd7\xd5\x5b\x32\xec\x69\ +\xc9\x59\x39\xb7\x5d\xf0\xcd\xbb\xdb\x12\x1b\xb6\xb5\xc5\xde\xfd\ +\xac\x85\x97\x5f\xff\x7c\xe0\xea\x4f\xb6\xf4\x2d\x60\xde\x4f\xb6\ +\x4e\x4a\x96\x66\xff\x52\xf7\xf8\xb2\x8a\xf0\xa2\x06\x0e\x4c\x03\ +\xe2\xf1\x8b\xc9\x66\x8f\x11\xc7\x79\x33\x84\x53\xdd\xec\x95\x9c\ +\xa3\xfe\xd9\xe5\x87\xc1\x68\x01\x98\xab\x2d\x7c\xff\x9d\x67\x9e\ +\xfe\xf9\x39\xb7\xa7\x05\xa6\xa1\x0c\x57\x57\x65\x53\x63\x6b\xc9\ +\xa6\x46\x60\x75\x4b\x37\xd8\xdc\x2d\x11\x8f\x65\xb3\xae\x1b\x53\ +\x37\xa0\x85\xfe\xbc\x3b\x05\xee\xca\x91\x79\x3e\x46\xf2\x9f\x8a\ +\x0e\x06\x4e\x4b\xc6\xf6\xcc\x7e\xf8\xe1\x05\xdf\xbe\xe5\x96\xd3\ +\x9b\x8b\x17\x3e\x20\x0d\x90\xe9\xd3\x37\x46\x32\x8f\x77\x43\x43\ +\x75\x3c\xc5\x67\xf6\x06\xf6\xae\x01\xbe\xd6\x88\x64\x7f\x7c\xcd\ +\x29\x7f\x1f\x54\xb5\xea\x04\x84\xff\x44\x08\x85\xae\x4c\x36\x17\ +\x2f\x62\x1e\x4b\x73\xdb\x14\x7e\xa6\xf1\xdc\xe0\x3b\xaf\x3d\xe5\ +\x37\x3f\xb9\xf6\xf4\x75\x62\x71\x0e\xe6\x98\x1d\x94\x71\x2d\x65\ +\x89\x74\x5d\xfd\xb2\x90\x79\x7e\x29\xff\x1b\x2c\x06\xb5\xed\x45\ +\xc0\x28\x44\xae\x90\xfa\xfa\xa7\x23\xf0\xad\x40\x12\xd7\x3d\x59\ +\x1a\x1a\x96\x14\xe2\xd6\x5e\xf9\xc3\x47\xbe\xa8\xec\x73\xd3\xa7\ +\xdd\x8f\x5e\xfd\x49\xd5\x31\x2b\x81\x6e\x08\x5b\x05\x36\x9d\xf9\ +\xe9\xfc\x9a\xa3\x1a\x57\x97\x75\xdb\xd3\x74\x52\xc5\x9f\xfe\x18\ +\x12\xd6\xd4\xc7\x17\x0f\x52\xcb\x7d\x1d\x73\x67\x11\x85\x86\xcc\ +\xc6\x5d\x93\xea\xea\xc6\xe5\x0f\x68\x0e\xf6\x0f\x8d\x07\x0a\xfb\ +\x32\x01\x43\x87\x65\x85\x0e\x66\xfb\x37\xad\x6b\xec\xdf\xb4\x8e\ +\xd1\x6b\x16\x2f\x12\xc7\xb1\x0b\x71\x6a\xdb\x0e\xaa\xc7\x90\x4e\ +\x87\x6e\x80\x02\xdc\x79\xfd\xa8\x95\xf7\x3e\xb1\x70\x5c\x4c\x78\ +\x0d\xe8\x2d\x50\x53\xd2\xa7\xe2\x0f\x75\x75\xfa\x7d\x7f\x5f\x70\ +\xa0\x4e\xf0\x60\xa1\x43\x13\xd0\xba\x3a\x2b\x4f\x47\x84\x00\x50\ +\xf5\xd3\xdc\x10\xad\xe2\x38\xb3\x25\x9d\x7e\x64\x6f\xb7\x4e\x7e\ +\x7a\xdd\x29\x1f\x5b\xe2\x9e\x8f\x57\x9a\x53\xe5\xf2\x64\x9f\x45\ +\xbf\x57\x2f\x92\x7d\x55\x02\x30\x11\x22\x2a\x83\x5c\xb6\xac\x5d\ +\x0b\x5d\x37\xfc\xff\x3f\xaf\x2a\xcc\x21\x98\xeb\x1d\xd7\x9c\xba\ +\x14\x4b\x2e\xc4\x14\x7b\x40\xf9\x8f\xa9\x4f\x2e\x7c\x04\xbe\x3a\ +\x01\x3c\x05\xbc\x8e\xc8\xdf\x42\x98\xd2\xd2\xf6\xb0\x19\x8b\x85\ +\x35\x40\xe4\xcf\x98\x33\x89\x67\x0f\x85\x80\xbb\xae\x1e\xfd\xb6\ +\xc0\x04\xf2\x59\xa9\xdc\x78\xff\x13\x0b\x6f\xfd\x4a\x9c\xe0\xde\ +\xc0\xfb\x87\x99\xd9\x48\xe5\x72\x47\xc8\xac\x59\x51\x57\x74\x0e\ +\x1b\x4c\x7d\xf2\x9d\x0b\x54\xe5\x45\x20\x29\xb0\xe0\xab\xd2\x80\ +\x8e\x61\xf0\xe0\x5d\x98\x9b\x5d\x4b\x68\x6c\x3c\xe4\xbb\xc5\xfb\ +\x82\x3b\xaf\x19\xf3\x92\xb8\x32\x1e\x48\x8b\x25\xb7\xff\x3f\x48\ +\x6d\xcb\x26\x4a\x1a\x6a\xf0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x03\x70\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x01\x00\x00\x04\x01\ +\x01\xcb\x64\x78\x8f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xed\x49\x44\ +\x41\x54\x38\x8d\x5d\x93\x4d\x68\x9c\x55\x14\x86\x9f\x73\xef\x9d\ +\x9f\x74\xc6\x48\x53\xd3\x24\x5a\x15\x4a\xb0\x8c\x1d\x88\x10\x41\ +\x2d\x23\x06\x5d\x48\x77\x9a\x34\x29\x05\xb1\x8b\x76\x11\xd1\x82\ +\x82\x28\x68\x50\xab\x94\x9a\x85\x50\xa1\xa5\xd0\xa0\x2e\x43\x66\ +\xa4\xd0\x85\x44\xac\x28\xd6\x8a\xc6\x26\x54\x6c\x4c\x51\x1a\xaa\ +\x56\x62\xf3\x67\x4c\xf0\x9b\x64\x66\xbe\x7b\x8f\x8b\x26\x69\xd3\ +\x77\x77\xe0\x3c\xe7\xbc\x8b\xf7\x15\x6e\x93\x76\x76\xde\x8f\x73\ +\x07\x09\x21\x83\x48\x8c\xea\x26\x8c\x71\x84\x30\x43\x08\xa7\xe4\ +\xf4\xe9\xbf\x6e\xdd\x97\x0d\xf0\xde\xbd\x79\xbc\x7f\x86\x38\x3e\ +\x4e\x2a\xb5\x15\xef\xf3\x18\x13\x50\xbd\x80\xf7\x0e\xe7\x0e\xa1\ +\xfa\x9b\x94\x4a\xa7\xd6\x18\xb3\x0e\x77\x77\xbf\x29\x43\x43\xe3\ +\xa8\x7e\x4e\x22\xd1\x4f\x08\x4f\x61\xed\x14\xaa\x4b\xa8\x1e\xc4\ +\xda\x17\xb1\xf6\x7d\xa0\xaa\x7b\xf6\x1c\xda\xe0\x40\x7b\x7a\x7a\ +\x51\x1d\x47\x35\x05\x3c\x41\x43\xc3\x7b\x54\xab\x96\x72\xf9\x30\ +\xaa\x82\xea\x24\x21\x7c\x86\x31\x87\x09\xa1\x0f\x6b\xf7\x01\xdf\ +\x48\xa9\x34\x66\x74\xf7\xee\x14\x21\xe4\x48\x26\x7f\xc6\x98\x4e\ +\x44\x8e\xb1\xb0\x70\x92\x28\xaa\x49\xb1\xf8\xba\x94\x4a\xaf\x21\ +\x32\x82\x73\x6f\x13\x42\x1f\xce\xbd\x0b\x1c\x47\xf5\x79\x00\xd1\ +\x9e\x9e\xa7\x57\xbf\x6c\xc7\xda\xaf\xf1\xfe\x39\x44\x8e\x01\x0f\ +\x02\xcf\x02\x75\x84\xf0\x31\x89\xc4\x14\x21\x1c\x20\x84\x11\x20\ +\x09\x14\x88\xa2\x3e\x43\x08\x6d\x58\xfb\x0b\xc6\x6c\x97\xa1\xa1\ +\xcb\x18\x93\x22\x9d\x2e\x23\xd2\x25\xa5\xd2\xcb\xec\xdc\xf9\x02\ +\xc6\xf4\xe2\xfd\x34\x21\xd4\x33\x37\x77\x16\x28\x00\x3f\x92\xc9\ +\xb4\x3b\x44\xea\xa9\x54\xca\x58\xab\xda\xd1\xe1\x80\x2a\x2b\x2b\ +\x2d\xc0\xb8\x76\x77\x17\x98\x98\x30\x67\xda\x7b\xa2\xbf\xb7\xdc\ +\x7b\x21\x81\xcf\x6a\x1c\x9a\xf6\x7d\xfb\xd1\x6c\xc6\x2f\x5f\x46\ +\xb5\xdd\xa1\xba\x84\x73\x09\x40\x69\x6c\x54\x42\x48\x10\x45\xd7\ +\xc8\x66\xef\xc1\xda\xe1\xc1\xc7\xf6\x7f\x9a\xcc\xe7\x1a\x0a\xdb\ +\xea\xd2\x24\x93\xcb\xb3\xb3\x51\x61\xd0\x1c\xa8\xdb\xf1\xfb\xc5\ +\x23\x8f\x4f\x9e\xcf\x1a\xe0\x0a\x22\x6d\xc0\x04\xc6\xe4\x00\x2b\ +\xc3\xc3\x15\x44\xd2\xfd\xbb\x5e\x69\xb0\x2d\xcd\xad\xad\xf9\x96\ +\x45\x13\xbc\x53\x63\x7c\xe3\x96\x74\xed\x81\xfc\x36\x33\xba\xa3\ +\xf0\x96\x14\x8b\x27\x0c\x89\xc4\x77\x84\xd0\x86\xea\x1c\xde\x6f\ +\x06\xaa\xda\xd1\xe1\x50\x15\x97\x4d\x3d\xb9\xf5\xee\x3b\x6f\x84\ +\x4d\x75\x3d\x74\x77\x6d\x4e\xc6\x22\xf6\x51\x00\x23\x83\x83\xd3\ +\x44\xd1\x87\x88\x54\x30\x26\x85\x31\x53\x34\x37\xb7\x20\x62\x82\ +\xaf\x5d\xaf\xd6\xe2\x1b\x94\xb5\xf1\xda\x11\xef\x55\x40\x97\xd6\ +\x93\xb8\x6a\xb9\xb2\x1a\xa4\x45\x6a\xb5\x7a\x42\xd0\xb8\x12\xbe\ +\xb8\x76\x75\x5e\xbd\x57\x89\xb3\x77\xcc\xaf\x39\xb8\x32\xf9\x8f\ +\xd3\x10\x06\x00\xdc\xcd\x22\xe8\x1c\x22\x00\x69\x9c\xdb\x84\xf7\ +\xbc\xf1\xd2\x23\xf3\x17\x5f\xed\xff\xea\x7c\x2a\x93\x6f\x6d\x4a\ +\x36\x49\x26\x13\x4d\xff\xb9\x20\xd7\xff\x5d\x29\x6b\x8d\x4b\x1b\ +\xba\x20\xa5\xd2\x84\x14\x8b\xe7\x98\x99\x39\x43\x2e\x37\x86\x88\ +\x02\x3c\xf4\xc7\xe8\xd5\xff\x16\xd9\x55\xf7\xe5\xd9\xef\xa7\x46\ +\x7e\x1d\xb8\xef\xa7\x73\xbd\xcb\x36\x6e\x0b\x96\x0f\x8e\x9e\x18\ +\x6b\xbd\xbd\xcd\x37\x0d\x75\x75\x3d\xbc\xda\x93\x77\x6e\x9d\xd7\ +\x74\x64\xe0\x87\xa6\xa3\x27\x47\x3f\xf9\x1f\xa4\x70\x52\x4e\x89\ +\xc8\x9f\xc9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xd2\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\xa0\x00\x00\x05\xa0\ +\x01\x09\x8d\x56\xef\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x4f\x49\x44\ +\x41\x54\x38\x8d\xed\xce\x51\x11\x80\x20\x14\x44\xd1\xbb\x8c\x31\ +\xb4\xc0\xab\x61\x12\x1b\xd0\x84\x8e\x68\x0e\x96\x0c\xa0\x33\xfe\ +\x70\xfe\xef\xec\xc2\xf2\x3f\x39\xe2\x44\x2a\xd8\xfb\x58\xa9\x07\ +\xc8\x72\x44\x05\x8e\xc9\x03\x35\x01\x9e\x8c\x01\xbc\x21\x5d\xb4\ +\x56\x90\xc6\x5e\xd8\x37\x29\xe5\x17\xe3\xcb\x67\x3a\x30\x64\x11\ +\x34\x5e\xf5\x37\x1f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x01\x79\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xf6\x49\x44\ +\x41\x54\x38\x8d\xa5\x8f\x3d\x4a\x03\x51\x14\x46\xcf\xf7\xe6\xe9\ +\x98\x89\x1a\x51\x74\x08\x8a\x5b\x48\xdc\x82\x60\xc0\x0d\xb8\x06\ +\x77\xe0\x36\x2c\x2d\x85\x28\x16\x62\x29\x82\x5d\x16\xe0\x1f\x88\ +\x95\x82\x08\x42\x34\x56\x82\x76\x33\xd7\x42\x46\x03\x3a\x61\x9e\ +\x7e\xd5\xc7\xbd\x9c\x73\xb9\xf0\xcf\x68\x70\xba\xb0\x29\xac\x31\ +\x3c\xcc\xa4\xdb\x74\xed\xf9\xa8\xaa\xc0\x7e\x99\xe7\x90\xaf\xce\ +\x77\x5e\x7a\x7f\x15\x00\x3c\x18\x3a\x28\x03\xb3\x4c\x3b\xcd\xf5\ +\xfe\xbd\x1f\x21\x5f\x16\xb6\x55\xb6\xf4\x8e\x4b\xe0\x87\xe0\x15\ +\x91\x8f\x90\x7e\x45\xf2\xe3\xfd\xab\x4e\xfd\xfb\x05\xf9\x0b\x3f\ +\xd7\x5e\xa9\x02\x0f\xe5\xc9\x15\x2d\xaa\xa5\xef\x81\x30\x18\x27\ +\x85\xe0\x8d\x5a\xda\x0e\xe5\x85\x75\x1d\x80\x1b\x4b\xce\x25\x57\ +\x0f\xe4\x1f\x1b\x77\x93\x3d\x07\xa0\x89\x66\x28\x8c\xa0\xab\x8d\ +\xc3\xcc\x61\xea\x2b\x9e\x69\x85\x0a\xf2\x48\xfb\x00\xce\xc5\x53\ +\x37\xa0\x28\x90\x3f\x9b\x6d\x1d\x5f\x7f\x0a\x92\xc5\xa5\xd0\xeb\ +\x98\xed\x15\xd5\x9b\x4f\xb6\x1d\x9a\xae\x0e\xe7\x66\x2e\xde\x0d\ +\x3e\x5a\x96\x0f\xbc\x91\x41\x07\xb7\xa4\x41\x32\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x70\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x75\x00\x00\x04\x75\ +\x01\x10\x84\x8b\xaa\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xed\x49\x44\ +\x41\x54\x38\x8d\x9d\x91\x4b\x68\x13\x51\x14\x86\xff\x73\x67\x68\ +\x63\x0c\xae\x0a\x1a\x8a\x32\x3e\x40\x9a\xb5\x5a\xa4\x74\xda\x4e\ +\x15\x24\x11\x71\xe1\x04\x8a\xb5\x83\x88\x45\x8b\xd8\x2c\xdc\x95\ +\xca\x05\xab\x0b\x11\xac\x4f\x8a\xa0\x88\xdd\x48\xb3\xb0\x98\xb8\ +\xe9\xc2\x59\x74\xe7\x46\xa1\x68\x02\x1a\x35\x62\x05\xad\x96\x60\ +\x4c\x13\x27\x93\xb9\x2e\x24\x3a\x4e\x67\x44\x3c\xbb\xf3\xf8\xbe\ +\x03\xe7\x10\xfe\x23\xfa\x67\x07\x2f\x02\x18\x21\xd0\x24\x35\x8b\ +\x66\x6f\xaf\x1c\x8d\x86\x8f\xc8\xb2\xfd\x68\xdb\xf4\xdc\xa7\x40\ +\x5a\x80\xfa\x67\x07\xab\x20\xb4\x02\x28\xb3\x66\x7d\x43\x7b\xb8\ +\x43\x10\xee\x14\xea\xa1\xd4\xdf\xb6\x6b\x09\xa3\x1b\x45\xe4\x00\ +\xd4\x04\xe8\xc6\x1f\xcd\xa7\x87\x0f\x74\xed\x8b\x0f\x4d\x6b\xfb\ +\x87\x76\xf9\xc2\x71\x43\xd5\x12\xc6\x35\xce\xf9\xaf\xc5\xe4\x1d\ +\xd2\x75\xbd\xe5\xf3\xb7\xb5\xb7\x48\x72\x6e\x3e\xce\xde\x7b\xe2\ +\x86\x41\xd0\xd5\x9d\x9b\x47\x39\xe7\x4e\xa0\xa0\x29\xf9\xb2\xb2\ +\xee\xf6\x9a\x4d\x3d\xb2\x90\x43\x31\xb2\xca\x0b\xb5\xc5\xf9\x52\ +\xf7\x0e\xe5\xb4\x1b\x0e\x14\x00\x40\xe2\xd4\xfd\x31\x10\x9b\x68\ +\xe6\x4c\xc2\xd1\xcc\x64\xf2\xae\x77\x8e\x79\x0b\xbf\xd5\xb4\xd1\ +\x9d\x0a\x47\x28\x7e\x63\x81\x02\x6b\xf9\xd5\x82\x80\x63\xff\xa4\ +\x1b\x96\xb5\x94\x7b\xf6\xcf\x02\x2d\x6e\xa8\x8d\xe5\x97\xdb\x25\ +\xc6\xb6\xd6\x97\x9e\xcf\x91\x5d\xda\x52\x2f\xbd\x3d\xe8\xf7\x9d\ +\x55\x02\x2d\x6e\xa8\x10\x74\x48\xed\x54\x52\x99\x2b\xc9\x77\x76\ +\xb9\x58\xcc\x4e\x9d\x5c\x6c\x8b\x54\x86\x45\x83\x8d\x78\x25\x6c\ +\x15\x4c\xd0\xd5\x4e\x25\xe5\xbd\x76\x3a\x9d\xb6\xda\x22\x95\xe1\ +\x3d\xb1\xf7\x17\x0a\x0f\xdb\xe7\xdf\x98\x4a\x08\x00\x64\x3d\x37\ +\xb3\x9b\x31\x1a\x58\x31\x5f\xe7\x2b\x99\x17\x1d\xde\x3f\x7b\x25\ +\x97\xb3\xeb\x67\x04\xa4\xb3\xe1\xea\xd7\x16\x00\x35\x4a\xe6\xd3\ +\x1f\x08\x88\x8a\xef\x8d\x6a\xec\x41\x3e\xe2\x86\xcf\x9c\x33\xa7\ +\x1c\x21\x8e\x31\xa2\xf3\x97\xc6\xfb\xb8\xef\x11\x09\xf8\x08\x00\ +\xd4\xca\x0a\x6e\x98\x73\x53\x16\x10\xc7\x89\x48\x16\xc0\x09\x3f\ +\x18\x00\x18\xa3\xfa\x5e\x10\x06\x1c\x09\x9a\xbb\xc1\x79\x9f\x2d\ +\x04\xbb\x0e\xa0\x0c\x12\x57\x83\x04\x3f\x00\x48\x47\xbc\x2d\xa6\ +\x6b\xdb\xa2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x8a\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x07\x49\x44\ +\x41\x54\x38\x8d\x95\x92\x4d\x6b\x53\x41\x14\x86\x9f\x99\x7b\xf3\ +\x71\x73\xfb\x95\xa2\x6d\xa2\x96\xd2\x42\x1a\xab\x14\x17\xb5\x04\ +\x45\xb0\xbb\xae\xdc\xf8\xd1\x85\x1b\x97\xfe\x00\x41\xe9\xc2\x8d\ +\xe0\xa6\xfa\x07\xba\x74\x29\x88\x2e\x45\x4b\x05\x17\xc1\x2a\x28\ +\x4a\x2a\x96\x28\x48\x43\xa8\xda\x8f\x68\x92\xa6\x49\x6e\x32\x33\ +\x2e\x4a\x6f\x2d\x6d\x5a\x3c\x30\x30\xf0\x9e\xf3\xcc\xcb\x7b\x46\ +\x5c\xbb\x71\x6b\xd4\x68\xc6\x01\x42\x8e\x1b\x8e\x9f\x38\x93\xaa\ +\x56\x0b\xf5\xcf\xef\x67\xaf\x02\x24\x47\x2e\x3e\x69\xef\x8c\x85\ +\x56\x96\x17\x3e\x6c\x56\x4a\x65\x00\x2d\xe5\xfc\xd3\x47\x0f\xd2\ +\x00\xb6\xd1\x8c\x5f\x48\x0d\x3f\x4c\x0c\xc6\x59\x2f\x36\xc8\xff\ +\x39\x4e\xb3\xd9\x6b\xc2\xe1\xae\x15\x80\x8e\xae\xde\xcb\x81\xa0\ +\x23\x93\xfd\xf2\xd2\xb1\xa3\x41\x96\xf2\x6b\xcc\xa5\x33\xf7\x81\ +\x2d\x00\x40\x62\x30\xce\xf9\xb1\x61\xea\x0d\xc5\xe2\xb7\x75\xc0\ +\x16\xd0\xd7\x83\x5f\x8a\xc4\xc0\x29\x22\xe1\x00\x6e\xe4\x3b\x73\ +\xe9\x8c\xaf\xd8\xdb\x17\x63\xc0\x92\x9a\xd3\x43\x51\x00\x24\x02\ +\x69\xd9\x1c\x56\x3b\x00\xad\xa8\xd7\xaa\xbe\x20\xa5\xc4\x71\xda\ +\xfe\x03\x20\x40\x6b\xe5\x0b\x5a\x2b\xca\xe5\xdf\xbb\x9a\x23\x4e\ +\x7b\x6b\x80\x25\x2d\x5c\xb7\xe3\xc0\xd7\xa4\x94\xad\x01\x4a\x2b\ +\x36\x37\x8a\xbe\x60\x30\xb8\xce\x16\xb0\x52\x2d\x21\x10\x44\xdc\ +\x03\x1c\x48\x21\x09\x3b\xee\x2e\x51\xa3\x01\xfc\x2c\x2c\xb9\x37\ +\xd4\x7f\xb6\xa0\xf1\xbc\x7a\x4b\xfb\x39\xaf\x4a\xba\xba\xc1\x52\ +\xb3\xc0\xda\x50\xe7\xc0\xbe\x0e\x6c\x2b\xb0\xef\xf0\x9b\x72\x81\ +\xbb\xf9\x45\x3c\xb3\xe5\x88\xb3\x3d\xd7\x87\x5e\xcc\xe4\xb2\x13\ +\x37\xa7\xfc\x54\x0c\xa0\x8d\xda\x73\x94\x51\x4c\xff\xf8\xba\x33\ +\x0c\x4c\x25\xcf\x61\x09\x71\xe7\xe4\xec\xcc\x88\xef\x40\x1b\x4d\ +\xb3\xe1\xf9\x4d\x52\x4a\xdc\xb6\x2e\x7e\x79\x35\xd6\x9b\x0d\xc6\ +\xa2\x71\x7e\xd6\x2a\x8c\x46\x63\xbc\x2d\x2c\xa3\x8c\x11\x40\x6a\ +\xd7\x1a\xdb\x3b\xba\xf7\xd8\x8f\x06\x82\xd8\x42\x90\x29\xae\x72\ +\x3b\x99\xa2\xa6\x14\xd3\xd9\x79\x00\x84\x36\xf9\x43\xff\x6a\x50\ +\x48\xae\x1c\xe9\xe3\xf1\x6a\x8e\x7b\x5f\xd2\x48\x21\xb6\xa5\x4f\ +\x76\xa9\xfb\x95\x0d\xf0\xec\xf9\x3b\x5e\xbe\xfe\xd8\x12\x62\x24\ +\x24\xfa\x23\xe4\x63\x21\x9a\x96\x20\x54\xac\x2f\x94\x62\xee\x44\ +\x76\x72\xd2\xfb\x0b\xd2\x1b\xc7\xa6\xd6\xb8\x8c\x5f\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x76\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x00\xe9\x00\x00\x00\xe9\ +\x01\x54\x92\x14\x4b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xf3\x49\x44\ +\x41\x54\x38\x8d\x85\x92\x3b\x68\x53\x61\x14\xc7\x7f\xe7\xbb\x89\ +\xb5\x25\xa2\xb4\x43\x9d\x8a\x45\x84\x8a\xe0\xe2\x54\x31\xb5\x99\ +\x1c\x4c\x1a\x5f\xad\xe0\x20\xbd\x0d\xa2\x45\xa1\x93\x2e\x5d\x3a\ +\x0a\x22\x88\x96\x22\x6a\x93\xea\x20\x7a\xdd\x9a\x28\x3e\x90\xc4\ +\xb4\x92\xd5\x5d\x51\x50\x90\xba\x88\xd0\x47\x6a\x7a\xf3\x1d\x87\ +\xde\x68\xc4\x24\x9e\xe9\x3b\x7f\xbe\xff\xe3\x1c\x8e\xd0\xa0\x86\ +\x3d\xcf\xf9\xda\xb6\xdc\xad\x61\xa7\x3d\xe2\x98\xa5\x97\x47\xce\ +\xae\x36\xfa\x07\x20\xf5\xcd\xa1\xec\x83\x1e\xa3\xfe\xa4\x0a\x27\ +\x81\xae\x00\xb6\x88\x96\x44\xe5\x56\x31\xee\x7a\x88\x68\x43\x81\ +\x68\x36\x7d\x0a\xb8\x0f\x74\x34\x73\x03\x72\xd6\xea\x99\xb7\xc9\ +\xd4\x72\x0d\x30\x9b\xce\x99\x04\xf0\x28\x20\x7f\x50\x18\x93\x2a\ +\x3d\x7e\xd8\x76\x19\xf4\xa0\x40\x1a\x50\x20\x6e\x8c\x3c\x19\xf6\ +\x3c\xe7\x77\x82\xfe\xe7\xf7\x3a\x43\x1b\xe6\x3d\xd0\xa9\x90\x57\ +\xab\xc9\x7a\x87\x5a\x0d\x64\xd3\xa7\x15\x1e\x6e\x9a\xea\xf8\x42\ +\x22\x75\x1b\xc0\x84\x2a\xe6\x52\x40\xfe\x16\xf2\xe5\x44\x23\x32\ +\x40\x31\x31\xf6\x58\x60\x3a\x08\x7e\xe5\xcf\x08\x42\x12\x40\x94\ +\x99\xc2\x71\xf7\x47\x8b\xf9\x41\xab\x37\x82\x47\xef\x40\xee\xee\ +\xde\xda\x0e\xf6\x00\x18\x95\x52\x4b\x32\x50\x1c\x3a\xf7\x09\xf8\ +\x0e\x60\xad\xb3\x1b\x20\x14\x2c\xe7\xbf\x15\xcd\xa5\xc7\x51\x66\ +\x6a\xbd\x08\xd9\x68\x36\xfd\xc5\x08\x7c\x04\x50\x63\x0f\xb4\x12\ +\xf0\xd7\x22\x73\xc0\x8b\x3a\xa8\x6c\xac\xa4\x0c\xc2\x53\x00\x15\ +\x39\xdf\xef\x79\xed\xcd\x04\x4a\x23\x23\x65\x27\x22\xc7\x80\x67\ +\xc0\x1a\x98\xc4\x9b\xa4\xfb\xca\x18\x91\x69\x60\x15\x65\x97\xd3\ +\xb1\x32\xb7\xcf\xf3\xb6\x34\x1c\x61\x3e\x7d\xb8\x10\x73\xd7\x77\ +\x96\x23\x43\x52\xa5\x6f\x21\x31\xfa\x1a\x82\x4b\x8c\xce\xcf\x8e\ +\x22\x92\x09\x80\x77\xc0\xd5\x0d\x9c\x45\x6b\x2b\xfe\x56\x42\xfb\ +\xad\x61\x02\xf4\xa8\xc2\xf5\xc5\xb8\x7b\xb9\xfe\x9c\xeb\x4e\x79\ +\xf6\x02\xc8\x4d\x20\xdc\x6c\x0c\x51\xee\x98\x6d\x9f\x2f\x16\x62\ +\x53\xfe\x3f\x02\x00\x83\xd9\x4c\x5f\x55\x75\x12\x21\x01\x6c\x0f\ +\xe0\x0a\x90\x07\x73\xad\x16\xfb\x2f\xd1\x46\x4e\x83\xf9\xa9\xd0\ +\xcf\x95\xde\xee\x36\xdf\x86\xd9\xc1\x52\x21\xe6\xae\x37\x4b\xf5\ +\x0b\x96\x5d\xae\xa8\x34\x95\x4f\xe3\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x0a\x24\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x09\xa1\x49\x44\ +\x41\x54\x78\x9c\xcd\x9b\x6b\x70\x94\xd5\x19\xc7\xff\xcf\x79\x77\ +\xdf\xbd\x64\xb3\xc9\x6e\x42\x08\x88\x24\x40\x36\x41\x22\x25\x89\ +\x60\x95\x08\x52\x30\xb4\x53\x3b\x83\x22\x20\x60\x2d\x22\x8a\x9d\ +\x76\xc6\xfa\x41\x67\x74\xa6\xe2\x6b\xeb\x4c\x2b\x8e\x8e\xda\x0f\ +\xad\xa0\x5c\x5a\x9a\x3a\x18\xa4\xd3\x71\x1c\x14\xa7\x56\x19\x5b\ +\x6d\x69\x41\x25\xd6\x5c\x10\x2d\x20\xd1\x90\x04\x36\xd7\xcd\xee\ +\x9e\xa7\x1f\x20\x21\xc9\xde\xde\x2b\xed\xef\xd3\xe6\x5c\xfe\xcf\ +\x79\x9f\x3d\x7b\xde\xe7\x9c\xf3\x84\xe0\x30\x0d\xdb\x76\xd6\x24\ +\x49\x7e\x7f\x88\xfb\xaf\x8d\x25\x87\x66\xc4\x64\x2c\x3c\x20\x07\ +\x3d\x12\x52\xc4\x65\x9c\x18\x0c\x55\xa8\x2c\x48\x91\x7e\xf2\xc6\ +\x3c\xc2\xdb\xe5\x11\xde\xcf\xbc\x2e\xff\x61\xaf\x10\xbb\x5f\xdf\ +\xb8\xf1\x63\x27\xc7\x47\x4e\x88\xde\xf4\xe2\x8b\x77\xf7\x25\x07\ +\x7e\xdc\x13\xef\xae\xee\x4d\x46\x3d\x56\xb4\xf2\x95\x60\x6c\x92\ +\x3a\xe9\x68\x58\x14\x3e\xfd\xa7\x7b\xee\x78\xc5\xae\x31\x8e\x60\ +\x9b\x03\x56\x6e\xdf\x33\xad\x93\xa3\xbf\xf9\x6a\xb8\xa3\xa1\x2f\ +\xd9\xa7\xda\xa5\x3b\x96\x22\x77\xd1\x60\x91\xbb\xe8\x4d\x77\xc0\ +\xfd\xa3\x83\xeb\x36\x7d\x69\x87\xa6\x65\x07\xdc\xb2\xf3\x0f\xe5\ +\x9d\xf1\xce\xdf\x9d\x8e\x9d\xae\x1f\x96\x71\x47\x66\xd4\x44\x3c\ +\x8a\x87\xcb\xd5\xf2\x83\x65\x85\xb5\x1b\x76\xad\xb9\xb6\xc3\x8a\ +\x96\xf9\x01\xb3\x26\x16\x6f\x2b\xde\x71\x72\xf8\xcb\x3b\x63\x72\ +\x48\x58\x19\x84\x59\xfc\xc2\x2f\xe7\xf8\xab\x5f\xaa\x3b\xb9\xf6\ +\x87\x9a\x46\xd2\x8c\x86\x29\x07\x6c\xdc\x71\xa0\xee\xf0\xd0\xbf\ +\xde\xee\x8a\x9f\x0d\x9a\xe9\x6f\x15\x02\x61\x9a\xe7\x4a\xcc\xce\ +\xbb\x0a\xd3\x3d\xe5\x50\x20\xde\x4b\x48\x6c\x78\x62\x6d\xe4\xb8\ +\x71\x2d\x83\x6c\xd9\xdb\x72\x2b\x03\x3b\x5e\xfe\xfa\xf7\x85\xfd\ +\xc9\x3e\xa3\xdd\x2d\x41\x20\x54\xf9\xab\x50\x9b\x7f\x0d\x02\x4a\ +\xfe\x84\x3a\xf4\x02\xbc\x59\x5b\x5d\xf5\xb2\x31\x4d\x9d\x68\x1a\ +\x0b\xae\x6e\x7b\x1a\xc0\x03\x00\xf0\x51\xff\x51\x7c\x70\xfe\x7d\ +\x23\xb6\x2c\x31\x59\x2d\xc5\xc2\x60\x3d\x8a\xd5\x49\xd9\x1b\x12\ +\x3d\x43\xc7\x2a\x1e\xd2\xfb\x93\xd0\xe5\x00\x6d\x6f\xb3\x0a\x72\ +\xef\x62\x60\xdd\x48\xd9\xb0\x8c\xa1\xf1\xab\x3d\x88\x73\x5c\x8f\ +\x84\x25\xae\xce\x9b\x8b\xeb\x0a\x16\x82\xf4\x7e\x5f\x84\xc6\x33\ +\x5d\xd1\xbb\xb6\xdd\x37\x3f\xe7\xe0\x72\x2e\x5e\xda\xde\x66\x95\ +\xe1\xde\x3f\xf6\xe1\x01\x40\x15\x1e\x54\xfa\xab\xf4\x0d\xc8\x24\ +\x82\x08\xf5\x05\x37\xe0\xfa\x82\x7a\xfd\x0f\x0f\x00\x8c\xf5\x53\ +\xc3\xc1\xfd\x9b\x5f\x38\xec\xce\x69\x23\xbb\x10\x13\x93\xba\x1d\ +\x84\xef\xa6\xab\x9e\x1b\x98\x07\xca\xed\x43\x93\x10\x96\x14\x2e\ +\xc3\x9c\xbc\xab\x4d\xf5\x66\xe0\xe6\xa9\xe1\xe0\x6e\x4d\xe3\xac\ +\x03\xcc\x5a\xf9\x58\x53\xdb\x33\x00\xff\x20\x53\x7d\xbe\x92\x8f\ +\x4a\x7f\xa5\xa9\x01\xe6\x62\x41\x70\x01\x66\xf9\x2a\x2c\x69\x30\ +\xb0\x8e\xab\xdb\x9e\xcc\xd6\x26\xa3\x03\xb6\xbc\xd2\xb6\x1a\x17\ +\x17\xbc\x6c\xd4\xe6\xd7\x41\x90\xbd\xf1\x4f\xc4\x5f\x85\x9a\x40\ +\x9d\x5d\x72\x0f\x6e\x69\x6a\x5d\x97\xa9\x32\xad\x03\x7e\xfa\x72\ +\xdb\x2c\x01\xde\xae\x47\x3d\x5f\x09\x62\x96\xcf\xe8\x2c\x20\xf8\ +\x14\x3f\x22\xfe\x4a\x2c\x0b\x35\x60\x59\xa8\x01\x85\xae\xd0\x68\ +\xed\xf5\xc1\xeb\x0d\xea\x65\x47\x30\x7e\xad\xed\x6b\x9d\x99\xae\ +\xce\x95\x52\xc2\x4c\x4a\x53\xeb\x6f\x19\x54\xa0\xd7\x40\x5d\xa0\ +\x0e\xc7\x07\xdb\x21\x39\x99\xb3\xed\xb2\x50\x03\xca\x7c\xe5\x50\ +\xa0\x8c\x2b\x2f\x70\x15\xe0\xd5\xce\x26\x00\x80\x42\xa9\xc3\xb2\ +\x02\x03\x05\x24\xb1\x0b\xcc\x37\x82\x88\xc7\xd6\xa5\xcc\x00\xad\ +\xa9\x75\x13\x40\x0b\x8d\x18\x08\xba\x0a\x30\x2f\x50\x93\xb3\x9d\ +\x47\x78\x31\xd3\x37\x2b\xe5\xe1\x01\xa0\xc8\x5d\x0c\x8f\xb8\xb0\ +\x71\xec\x97\xfd\x46\xcc\xeb\x82\x81\x45\x5b\xf6\xb5\xa6\xac\x67\ +\xe3\x1c\xa0\xed\x6d\x0e\x33\xe8\x17\x66\x0c\xd4\xe6\xd7\x21\x34\ +\x66\x1a\xa7\x23\xce\xc3\x18\x92\x43\x19\xeb\x4b\xd5\x29\x88\xf8\ +\x2a\x11\x9c\x10\xe5\xd9\x05\x31\x6d\xd5\xf6\x9f\x28\x1c\x5b\x36\ +\x7e\x06\x90\xfb\x01\x00\xc5\x66\xc4\x15\x28\x68\x08\x7f\x1b\x6e\ +\x91\xf9\xd5\x2b\x59\xe2\xad\x9e\x83\xe8\x4d\x46\x11\x93\xb1\x94\ +\xfa\xe5\xe1\xef\x60\x49\x68\xa9\x83\xaf\x56\x94\x20\x9e\xb8\x7f\ +\x6c\xc1\xe8\xf2\xad\xed\x69\x0b\xc2\xc3\x9f\x33\x90\xfd\x6b\xcc\ +\xc1\xe9\xd8\x29\xbc\xd9\x7d\x00\x09\x4e\x64\x6d\x37\xc3\x37\x13\ +\x65\x9e\x32\x78\x15\x1f\xae\x50\xa7\x41\xd0\x65\xdb\x50\x76\x0f\ +\xaa\xb2\x7c\xeb\x8a\xd9\xbd\xc0\xd8\x19\xe0\xe1\xcd\x56\x1f\x1e\ +\x00\xae\xf0\x4c\xc3\xcd\x45\xdf\x43\x9e\x12\xc8\xda\xee\xc4\xe0\ +\x67\xf8\xcb\xb9\xb7\x71\xa0\xeb\x75\x74\xc6\xbf\xb6\x6a\xd6\x08\ +\x61\x7f\x8c\xee\x1d\xf9\x63\xd4\x01\xcc\xd8\x60\x97\x85\x12\xb5\ +\x14\xb7\x97\xac\xc5\x82\xe0\x37\x11\x76\x17\x21\xd7\x96\x63\x58\ +\x0e\xdb\x65\x5a\x17\x4c\xb4\x69\xe4\x33\x01\xc0\xa3\xfb\x5a\x16\ +\x08\x49\x7f\x77\xca\x60\x4c\x0e\xa1\x3b\xd1\x8d\x73\x89\x1e\x9c\ +\x8d\x9f\xc5\x17\x43\x5f\x60\x30\x39\x30\x5a\xef\x15\x5e\xcc\xcb\ +\xaf\xc1\xdc\xbc\x6f\x38\xf9\xfb\x1f\x87\x24\xaa\xfb\xf9\xaa\xc8\ +\x11\x17\x00\x28\x12\xeb\x38\x57\x0f\x0b\x78\x84\x17\x53\xd4\xa9\ +\x98\xa2\x4e\x05\x00\xdc\x50\x20\xd1\x3e\xd0\x8e\x43\xe7\xde\x41\ +\x12\x49\x0c\xc9\x21\x7c\x70\xfe\x7d\x48\x66\xd4\x04\x6a\x1d\x1c\ +\xc9\x25\x04\xf3\x7a\x00\x47\x2e\xba\x9b\x96\x5f\x16\xab\x17\x21\ +\x08\x44\xfc\x95\x29\xfb\x88\x0f\x7b\x8f\x22\x36\xe6\x35\x19\x4d\ +\x9c\x47\xcb\xc0\xa7\xe8\x8a\x9f\x75\x62\x18\x37\x01\x00\x69\xaf\ +\xb6\x97\xc8\xa4\xec\x20\x87\x8e\xc8\xb3\x71\x3a\x76\x0a\xaf\x77\ +\xbd\x36\xae\x2c\xe8\x0a\x22\xe2\xaf\x44\x34\x1e\x45\xfb\x60\x3b\ +\x18\x17\xce\x35\x4a\xd5\x52\x5c\x1d\x98\x87\x32\xcf\x74\x08\x4a\ +\x0d\xa4\x8c\xc2\x00\x8b\x38\x97\xb8\x90\xe0\xc5\x64\x68\xb3\x6d\ +\x1f\x61\x77\x38\xa5\x2c\x9a\x88\xe2\x9f\xd1\xc3\x29\xe5\x1d\xc3\ +\x1d\xe8\xe8\xee\x80\x20\x05\x93\xd5\x12\xd4\x07\x17\x21\x94\xa6\ +\xbf\x5e\x08\x20\xb8\x69\xb1\x00\x49\x73\x1b\x6e\x1b\xf0\x09\x3f\ +\xf2\x94\x3c\x43\x7d\x24\x27\x71\x26\x76\x06\x6f\xf6\xbc\x81\x38\ +\x5b\x7b\x7b\x48\xa0\x5a\x30\xc8\xd9\x63\x9d\x1c\x2c\x2a\xb8\x11\ +\xaa\x30\x7e\x79\x14\x4d\x9c\xc7\x3b\xe7\xde\xb1\x64\x5b\x00\x55\ +\x82\x80\x88\x25\x15\x8b\x5c\xe9\x9d\x8e\x85\xc1\x7a\x53\x7d\x4f\ +\x0c\x1e\xc7\x7f\x86\x3e\x37\x6f\x9c\x51\x29\x00\x36\x15\xfb\xdb\ +\x49\xd0\x65\xfe\x7a\xe1\x6f\xd1\xbf\x22\x99\x23\xec\xce\x08\xa1\ +\x58\x30\xc8\x99\xad\x97\x01\x4e\xc5\x4e\x99\xee\x1b\x4d\x44\xf1\ +\x8f\xa8\xb9\x18\x8e\x81\x7c\x01\x20\x7b\xd0\x7e\x19\x38\x33\x7c\ +\xda\x52\xff\x63\xfd\x1f\xe3\x54\xec\xa4\xe1\x7e\x74\xd1\x01\xff\ +\x73\x7a\x13\xbd\x96\xfa\x33\x18\x07\xbb\xdf\xc0\xf1\xc1\x76\xc3\ +\x7d\x05\x80\xcb\x7b\xbf\x95\x06\x3b\xc2\x90\x04\x27\xf0\xe7\x9e\ +\xb7\x70\xac\xef\x23\xdd\x7d\x18\xe8\x15\x04\xb6\xe6\x7e\x1b\xf0\ +\x1b\x8c\x05\xb2\x71\xac\x5f\x7f\x42\x09\x01\xbd\x02\x20\x47\x02\ +\x6d\x23\x94\xaa\xa5\xb6\x69\x19\xba\xaa\x63\x9c\x15\x00\x5a\x6d\ +\xb3\x6e\x92\x0a\x9f\x7d\xa1\x48\xbe\x81\xf3\x44\x26\x6e\x11\x12\ +\xd4\x62\x9b\x75\x93\x84\xdd\x45\x98\xee\x2d\xb3\x45\xab\xd4\x33\ +\x55\x77\x5b\x02\xb5\x08\x10\x1f\xb3\xc5\xb2\x45\x16\x16\xd4\x43\ +\x25\xeb\xa9\x45\xe5\xde\x19\xba\xdb\x4a\xe6\x66\x21\x84\x38\xc4\ +\x80\x93\xe7\x21\xba\xc8\x57\x82\x58\x12\x5a\x6a\xe9\x9a\xcd\x2f\ +\xfc\x98\xac\x4e\xd6\xdb\x5c\x8a\x04\x0e\x09\x6d\x65\xc5\xd7\xc4\ +\x68\x36\x6d\xd5\x46\xca\xbc\xe5\x58\x1a\x5a\x6e\xfa\x84\x78\x96\ +\xaf\x42\xf7\x2b\x95\x80\x0f\xb5\xf5\x55\x67\x05\x00\x10\xf1\x41\ +\x53\x16\x1d\x60\x86\x77\x86\xc9\xcd\x11\xa1\x2a\x6f\xb6\x91\xe6\ +\x6f\x01\x23\xa7\xc2\xc4\x8d\x26\x2c\x3a\x46\x95\x7f\xce\xe8\x35\ +\x99\x1e\x14\x72\xe1\xa6\x70\x03\x42\x2e\x03\x07\x24\x12\x8d\xc0\ +\x45\x07\x68\xab\x66\x1f\x06\xe3\xff\x62\x31\x04\x2e\x64\x86\x4c\ +\x4c\x82\xca\x04\x41\xa0\x21\xbc\x1c\x33\xbc\x69\x2f\x7f\x33\xf1\ +\x89\xb6\xa6\xf2\x28\x30\xe6\x5e\x80\x08\xbb\x0d\x8d\xd2\x61\x12\ +\x52\x5f\x40\x73\x5d\xf0\x3a\x5c\xe9\x99\x6e\x48\x9b\x98\x5f\x1a\ +\xf9\x3c\xea\x80\x01\x55\xbe\x40\x40\x8f\x21\x25\x87\x48\x70\x02\ +\xd1\x64\xee\x08\xbd\xdc\x57\x8e\xea\xc0\x5c\xa3\xf2\xdd\x03\x9e\ +\x4b\xb9\x0f\xa3\x0e\xd8\xba\x62\x76\x2f\x13\xff\xca\xa8\x9a\x13\ +\x9c\x8c\x9d\x1c\x3d\x0d\xce\x44\x9e\x92\x87\xc5\x05\x4b\x0c\x6f\ +\xa4\x18\x78\x76\xe4\x5e\x10\x98\x70\x3b\x1c\x8b\x79\x9f\x25\xa0\ +\xd3\x90\xa2\x03\xe4\xda\xd6\x0a\x22\x2c\x0d\x35\xc0\x23\xbc\x86\ +\x74\x09\xf8\x2a\xc6\xca\xf3\xe3\xb4\xc6\xfe\xf1\xcb\x3b\xca\x7a\ +\x40\xf4\xb0\x21\x55\x9b\x19\x4c\x0e\xe0\x8b\xa1\x13\x59\xdb\x2c\ +\x0c\xde\x60\x6a\x03\x25\x99\x1e\x7a\x72\xcd\xac\xf3\x63\xcb\x52\ +\x33\x44\x6e\xab\xd8\x49\x4c\xef\x19\x56\xb7\x89\xa3\x7d\x47\x20\ +\x39\xf3\xf4\x9f\x1f\x5c\x80\xab\xf2\xaa\x8d\x0b\x33\xde\xfd\xd9\ +\xea\x8a\x3d\x13\x8b\x53\x43\x2e\x22\x4e\x48\x6c\x20\xe0\x7c\x4a\ +\x9d\xc3\x0c\xc8\x01\xfc\xbb\xff\x93\xb4\x75\x0a\xb9\xf0\xad\xd0\ +\x32\xd4\x06\xae\x31\x23\x7d\x8e\x14\x6c\x9c\x98\x1f\x04\x64\xc8\ +\x12\x7b\x62\x6d\xe4\x38\x98\xee\x31\x63\xc9\x0a\x1f\xf6\x1e\x41\ +\x12\xa9\x89\x56\x21\x57\x08\x2b\x8a\x6f\x31\xbd\x6d\x26\x60\x93\ +\x76\x5b\xe5\x67\xe9\xea\x32\x06\xdd\xda\x9a\x48\x13\x88\x9e\x31\ +\x65\xd1\x24\x9d\xf1\xf1\xeb\xaf\x8b\xdc\xa8\x0d\x5c\x83\x5b\x4b\ +\x56\xa1\xc8\x6d\xfa\xf4\x7e\xab\xb6\xba\xf2\xd5\x4c\x95\x59\x77\ +\x1d\x8f\xdf\x56\xf1\x20\x08\xbb\xcc\x5a\x36\x4a\x4d\xa0\x16\x2a\ +\xa9\xf0\x0a\x1f\x6a\x02\xb5\xb8\x7d\xf2\x3a\xcc\x0f\x2e\x48\x9b\ +\x55\xa6\x0b\x42\x23\x35\x47\x1e\xc9\xde\x24\x07\x9b\x5f\x38\xec\ +\x9e\x12\x0a\xfe\x31\x53\xbe\xb0\xdd\x5c\x78\xff\x93\x1d\x07\xa5\ +\xaf\x9d\xe9\x8e\xae\xcc\x95\x31\x9e\x73\xdf\xb9\xed\xbe\xf9\x71\ +\x9a\x74\x7a\x05\x80\x1d\x56\x47\xa4\x07\x82\xb0\xe1\xe1\x79\x8f\ +\x9e\x87\xbf\x60\x4f\xb7\x26\xd3\x63\x4d\x6d\x5b\x01\x3c\x68\x65\ +\x68\x4e\xc2\x00\x13\xf0\xd4\xe3\xab\x22\x0f\xa7\x5b\xf1\xd3\x61\ +\xd8\xd5\x5a\x53\xcb\x2d\x60\xda\x61\x47\x46\x99\xcd\x44\x89\xe8\ +\x5e\x6d\x55\x64\xaf\x91\x4e\xa6\xe6\x9a\xb6\xaf\x75\x26\x24\x76\ +\x31\xb0\xc8\x4c\x7f\xdb\x61\xbc\x9b\x84\xbc\xeb\x89\x35\xb3\xb3\ +\x87\x90\x69\xb0\xf0\x6f\x73\x4c\x5a\x53\xeb\x9d\x0c\x7a\x0a\x40\ +\x89\x69\x1d\x6b\x74\x13\xe3\x11\x6d\x75\x64\xbb\xde\x29\x3f\x11\ +\xcb\x4b\xad\xb6\xff\x44\x21\xe2\x89\xfb\x99\xf8\x27\x00\xcc\xe7\ +\xac\x18\x80\x80\x2e\x09\x3c\x17\x63\xe5\xf9\x89\xb1\xbd\x09\x2d\ +\x7b\xd0\xf6\x36\x07\x00\xd7\x66\x10\xdd\xcd\x80\x89\x60\x5d\x07\ +\x8c\x63\x2c\x68\x87\x90\xc3\xdb\xb5\x35\xd5\xb6\xdc\x69\x3a\x92\ +\x1c\xf5\x68\x53\x5b\xad\x60\x5e\x4f\x8c\x06\x26\xcc\x85\x8e\xd7\ +\x6d\x06\x24\x80\x8f\x88\x70\x10\x12\x8d\x23\xc7\x58\x76\xe2\x78\ +\x76\x98\xd6\xd8\x52\x0c\x37\x2d\x06\x30\x87\x09\x57\x81\xa9\x12\ +\xe0\x30\x80\x42\x5c\xca\x4d\xe8\x03\x70\x0e\xa0\x6e\x02\xb7\x00\ +\xf8\x54\x32\x37\x8b\x04\x0e\x69\xeb\xab\x1c\xbd\xbb\xfc\x2f\x16\ +\xc2\x01\x46\xb7\x7f\x0d\x9e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x0f\x0c\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\xbf\x00\x00\x0f\xbf\ +\x01\x9f\xb0\x32\xa7\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0e\x89\x49\x44\ +\x41\x54\x78\x9c\xc5\x9b\x7b\x70\xdc\xd5\x75\xc7\x3f\xe7\xb7\xfb\ +\xdb\xf7\xae\x9e\x96\x25\x99\xd8\x12\xb6\x2c\xf0\x83\x40\xc7\x4d\ +\x43\x0a\x09\xa2\xf5\x30\xd3\x06\xa6\x33\xc0\x64\xa6\x69\x9b\x07\ +\x4e\xe8\x74\xc2\xa4\xc5\x26\x64\xa0\x66\x34\x15\x34\x75\xb0\x19\ +\x06\x3a\x9d\x26\x25\x4e\x68\x26\xcc\x04\x4a\x9b\x66\xe8\x1f\x0c\ +\x03\xc6\x24\x1d\x9a\xe0\x40\x70\x2c\xdb\xf2\x03\x5b\xf8\xa1\xb7\ +\x56\xda\xf7\xeb\xf7\x3b\xfd\x63\xb5\x42\xd2\xee\x4a\xab\x9f\x64\ +\xf3\xfd\x6b\xf7\xfe\xee\x3d\xf7\x9c\xf3\xbb\xf7\xdc\x73\xcf\x39\ +\x3f\xe1\x0a\x63\x4f\xef\xab\x2d\xb6\xdb\xbc\x15\x95\x6d\x02\xd7\ +\x29\xb2\x59\xd0\x06\xa0\x1e\x08\xcd\x74\x4b\x00\x53\x8a\x44\x05\ +\x7b\x00\xe1\xa4\x42\x7f\xde\x70\xbf\xf5\xec\x23\x9f\x1d\xbb\x92\ +\xfc\xc9\x95\x20\xfa\x77\x8f\x1f\xda\x61\xa8\xfe\x39\xc8\x4e\x60\ +\xeb\x0a\xe6\x51\xe0\x98\xa8\xbc\x26\x2e\xeb\x27\x4f\x3e\xfa\x47\ +\xef\xae\x1e\x97\x45\xac\x9a\x02\xbe\xb5\xef\x97\xe1\x42\x3e\xf7\ +\x35\xb1\x8d\xfb\x10\xdd\x32\xf7\x59\x28\xec\xa1\xb1\xc9\x47\x38\ +\xe2\x21\x5c\xe7\xc5\xe7\x73\xe1\xf1\xb8\x70\x9b\x06\x0a\x58\x79\ +\x9b\x5c\xce\x22\x9b\x29\x10\x9b\xce\x11\x8b\xe5\x88\x4e\x64\x48\ +\xc4\x73\x0b\xa7\xe9\x07\xf9\x41\xda\xd2\x7f\xfb\x97\xde\x9e\xc4\ +\x6a\xf0\xbd\x62\x05\x7c\xfb\x3b\xbf\x68\x28\x14\x0a\xdf\x54\xe4\ +\x01\xd0\x46\x00\x11\xa1\x6d\x5d\x90\x6b\xd6\x47\x58\xdb\x16\x20\ +\x10\x34\x1d\xd1\x4e\x26\xf3\x8c\x0e\xa5\xb8\x30\x18\x63\xf8\x72\ +\x12\x55\x2d\x3d\x9a\x40\xf4\x19\xab\x20\xcf\x3c\xdd\xdb\x33\xb5\ +\x12\xfe\x9d\x2b\x40\x55\xf6\x3c\x7e\xf8\xcb\xa0\xfb\x14\xd6\x00\ +\x04\x82\x26\x9b\xaf\x6f\xa0\xe3\xda\x3a\xbc\x3e\xf7\x4a\xf8\x2a\ +\x43\x26\x53\x60\xf0\x83\x69\x4e\x9d\x98\x24\x95\x2c\x94\x9a\x47\ +\x54\xf5\x5b\x4f\xed\xed\xf9\x31\x22\xba\xd8\xf8\x6a\x70\xa4\x80\ +\x87\xfa\x5e\xdf\x68\x63\xfc\x08\xb8\x05\x8a\x4b\x7c\xcb\xf6\x66\ +\x36\x6c\x8c\x60\xc8\x15\x31\x2b\xb3\xb0\x6d\x65\xf0\x83\x69\xfa\ +\x8f\x8e\x93\x4c\xe4\x67\x5a\xe5\x2d\x41\xbe\xbc\x7f\xef\xe7\xce\ +\x2d\x97\xde\xb2\xb9\xdd\xdd\x77\xe8\xcf\x80\x83\x40\x83\x21\x42\ +\xfb\xba\x66\xb6\xdd\xb0\x86\xba\x66\x47\x2f\xc0\x31\x2c\x4b\x39\ +\x79\x6c\x82\xe3\xc7\xc6\xb1\x2d\x05\x24\x26\x6a\x7f\x6d\xff\x63\ +\xb7\xbf\xb8\x1c\x3a\xb5\x2b\x40\x55\xf6\xf4\xbd\xf9\x5d\x15\xf6\ +\x00\x84\xc3\x7e\xb6\x6e\xdd\x40\xc0\xef\x45\x50\x1a\xda\x0a\xb8\ +\xdc\x57\x57\x09\x00\xb1\x58\x8e\xb7\x0f\x5f\x62\x2a\x9a\x01\x50\ +\x94\x7d\x07\xf6\xde\xf6\x48\xad\x5b\xa2\x26\x05\x7c\xfd\x7b\x47\ +\xcc\xc8\x68\xfc\xa0\xc2\x5f\x00\x5c\xb3\xae\x99\x4d\x5d\x6d\x18\ +\x62\xcc\xf6\xf1\x06\x6c\x22\x4d\x85\xaa\x34\xae\x24\x6c\x4b\x79\ +\xf7\xc8\x08\x67\x07\xa2\xa5\xa6\xe7\xc3\x16\xbb\x7a\x7b\x7b\x96\ +\x64\x68\x49\x05\x7c\xfd\x7b\x47\xcc\xf0\x48\xfc\x65\x84\x3b\x11\ +\xe8\xee\x5a\xc7\xba\x75\xcd\x15\xfb\xd6\xaf\xcd\x63\x7a\xae\xfe\ +\x2a\x28\xe1\xf4\xc9\x28\xef\xbd\x33\x4c\xf1\xb0\x90\x9f\x87\x2d\ +\xbd\x7b\x29\x25\x18\x8b\x3d\x44\x55\x22\xa3\xf1\x83\x08\x77\x8a\ +\x61\xb0\x6d\xcb\x86\xaa\xc2\x03\x24\xa7\x5d\x4e\xf8\x5e\x35\x74\ +\x5d\xd7\xc0\xa7\x6f\x59\x87\x61\x08\xa0\x77\xc5\x5d\x3c\x87\xea\ +\xa2\x2f\x79\x51\x8e\xf7\xb8\x6e\x7b\x52\x85\xbf\x46\x60\xdb\x96\ +\xf5\xb4\xb4\xd4\x2f\xca\x80\x5d\x10\x4c\x8f\xe2\x32\x3f\xbe\x55\ +\x50\xd7\xe0\x25\x1c\xf6\x70\xf1\x42\x1c\xe0\xc6\xcf\x1c\x3e\xef\ +\x7d\xfb\xd0\xf3\xaf\x57\xeb\x5f\x55\x3b\xbb\xfb\x0e\xdd\x03\xbc\ +\x04\xd0\xd5\xd5\xce\x27\xae\x59\x53\x13\x03\x2e\x53\x69\x5c\x9b\ +\xbf\x42\x4e\x76\xed\x38\x33\x10\xe5\x37\xbf\x1a\x06\x50\x11\xb9\ +\x7b\xff\xdf\xdf\xf6\x5f\x95\xfa\x55\xdc\x02\x0f\xf5\xbd\xbe\x11\ +\x78\x0e\x8a\x06\xaf\x56\xe1\x01\xac\xbc\x90\x49\x2d\xbe\xb3\xae\ +\x06\x36\x75\x37\xb0\x71\x73\x03\x80\xa8\xea\xc1\x3d\x7d\x87\x3b\ +\x2b\xf5\x2b\xe7\x54\x55\x66\x9c\x9c\xba\x70\xd8\xcf\xa6\xae\xb6\ +\x65\x4f\x9e\x9c\x76\xa3\xf6\xb2\x87\xad\x3a\x7e\xef\xf7\xd7\x52\ +\xdf\xe0\x03\xa8\x57\xec\x83\x95\xec\x41\x99\x0d\xd8\xe3\xee\xf9\ +\x0a\xf0\x80\x21\x06\x37\xdd\xb8\x11\x8f\x67\xf9\x7e\xbc\x2a\x88\ +\x01\xa6\xf7\xe3\xb3\x05\x00\x62\x08\x2d\xad\x41\x3e\x38\x3d\x85\ +\x2a\x1d\x37\x1f\x3e\x7f\xe6\xed\x43\xcf\x1f\x9d\xd7\x67\xee\x9f\ +\x99\x8b\xcd\x80\xc2\x9a\x8e\x8e\x56\xae\xed\x5c\xbb\x82\xc9\xa1\ +\xb1\x35\x87\x31\xa3\x62\x97\x21\xd4\xf9\xbc\x44\x7c\x1e\x02\x1e\ +\x37\x5e\xb7\x0b\xd7\x8c\x1f\x61\xa9\x4d\xb6\x60\x91\xca\x15\x88\ +\x65\x72\x4c\x67\xb2\x58\xf6\xea\x29\xef\x77\xbf\x1d\xe3\xf8\xd1\ +\x71\x80\x11\xb7\x59\xe8\xde\xf7\xed\x9d\xd3\xa5\x67\xf3\x6e\x2c\ +\xc5\x5b\x1d\x6b\xfc\x01\x2f\x1d\x1b\x5a\x56\x34\xa9\xda\x90\x8a\ +\xb9\x68\x5e\x03\x6d\x91\x20\x8d\x41\x5f\xd5\x7b\x82\x5b\x0c\xdc\ +\x1e\x83\xa0\xc7\x64\x4d\xc8\x8f\xad\xca\x44\x32\xc3\x70\x2c\x49\ +\xa6\x60\xad\x88\x0f\x80\x2d\xdb\x9a\x18\x3c\x3b\x4d\x32\x99\x5f\ +\x9b\xcf\xbb\xbf\x01\x3c\x51\x7a\x36\xcb\xd1\x9e\x27\x5f\x0d\x6a\ +\xc6\x73\x1e\x68\xfe\xd4\xcd\xed\xac\x5d\xdb\x48\x2a\xe6\x42\x1d\ +\xbe\x08\x97\x21\x6c\xde\xe0\xa3\xa3\xcd\x87\xd3\xfb\x91\x2a\x8c\ +\xc4\x93\x5c\x9a\x4e\x62\x3b\x65\x64\x06\x67\x4f\x45\x39\xf2\x7f\ +\xc3\x00\x13\x69\x8b\x8e\x52\x3c\x61\xd6\x08\xda\x59\xf3\x7e\xa0\ +\x39\x10\x34\xd9\xb0\x29\x42\x20\x62\xd1\xd8\x96\xc3\x1f\xb2\x97\ +\x7d\xa4\x05\xfd\x06\x9f\xf9\x64\x98\xce\x76\xe7\xc2\x03\x88\x40\ +\x6b\x24\x48\x77\x4b\x03\xa6\x6b\x65\x27\x4b\xe7\xa6\x7a\xfc\x41\ +\x37\x40\x53\xc0\xcd\xae\x52\xfb\x2c\x55\xb1\x8d\xfb\x00\x36\x5f\ +\xdf\x30\xbb\x54\x0d\x17\x84\x1a\x0a\x34\xb6\xe6\xf1\x06\x6a\x33\ +\xeb\x91\xa0\x8b\x9b\xb7\x47\x08\x07\x2a\xfb\x58\x0a\xe4\xf2\x79\ +\x52\x99\x2c\x89\x54\x9a\x44\x2a\x4d\x2a\x93\x25\x97\xcf\x57\xec\ +\x0f\x10\xf2\x9a\x6c\x69\x6d\x24\x60\x3a\x8f\x31\x18\x86\xb0\xf9\ +\xfa\xc6\x22\x0f\xca\x57\x4b\xed\x02\xa5\x18\x1e\xef\x88\x08\x77\ +\xdd\xbb\x09\x5f\x95\x60\x46\x3e\x6b\x90\x98\x32\x28\xe4\x2a\xbf\ +\x8d\xa0\xdf\xe0\xe6\xed\x11\x3c\x66\xf9\x6b\xb7\x2c\x9b\x44\x3a\ +\x4d\x26\x97\x9b\x1b\xd9\x99\xcf\xa4\x08\x5e\x8f\x87\x50\xc0\x8f\ +\xcb\x28\x9f\x23\x67\x59\x1c\x1f\x9e\x24\x6f\x39\x3b\x63\x33\x99\ +\x02\x3f\x7f\xe9\x0c\xaa\x8a\x61\x70\xd3\x93\x8f\xf6\xfc\xd6\x00\ +\x28\x06\x30\xa1\x6d\x5d\xb0\xaa\xf0\x00\xa6\xd7\xa6\x61\x6d\x81\ +\x70\x63\xf9\xd5\xd7\x30\x84\x9b\xba\x43\x15\x85\x8f\xa7\x52\x8c\ +\x4f\x4d\x91\xce\x66\xab\x0a\x0f\x60\xab\x92\xce\x66\x19\x8f\x4e\ +\x11\x4f\xa5\xcb\x9e\x7b\x5c\x2e\xba\xd6\xd4\x3b\x0e\xba\xf8\x7c\ +\x6e\x5a\xdb\x02\xc5\xb9\xec\xa2\xcc\x33\x6a\x96\x9d\x00\xd7\xac\ +\x8f\xd4\x46\x28\x68\xd3\xd0\x5a\x20\x58\x5f\xc0\x30\x8a\x02\x75\ +\xaf\xf7\x11\x09\xce\x5f\xf6\xaa\x4a\x34\x16\x27\x99\xce\xb0\x1c\ +\x13\xa6\x40\x32\x9d\x26\x1a\x8b\x97\x29\x2c\xe8\x31\x69\x8b\x04\ +\x97\x41\x6d\x3e\x3e\xd1\x51\x92\xb1\x28\xb3\xec\xe9\x7d\xb5\x45\ +\x5d\x9e\x61\x40\x3e\x7f\xf7\x26\x82\xcb\x0c\x60\xda\x36\x90\xf5\ +\xf0\xa9\xcd\x0d\x65\x06\x2f\x1a\x8f\x93\xcd\x55\xdf\xdb\xb5\xc0\ +\x6b\x9a\x34\x44\xc2\xf3\xe7\x54\xe5\xe8\xe5\x71\x47\x5b\x21\x99\ +\xcc\xf3\xca\xcb\x67\x00\x14\x8b\x16\xc3\x76\x9b\xb7\x02\x12\x0a\ +\x7b\x96\x2d\x3c\x80\x61\xc0\xc6\x75\xe5\xd6\x3e\x9e\x4a\x2d\x25\ +\x7c\x02\x38\x06\xf4\xcf\xfc\xae\x88\x6c\x3e\x5f\xb6\x1d\x0c\x11\ +\xda\xeb\x42\x55\x46\x2c\x8e\x60\xd0\x24\x18\x32\x01\x44\xdc\x72\ +\xab\x81\xca\x36\x80\xc6\x26\x9f\x23\x82\x2e\x43\x68\x0c\xce\x1f\ +\x6b\x59\x36\xa9\x74\xa6\xda\x90\x13\x8a\xde\x9d\x88\x36\x36\xb7\ +\x35\x37\x6d\x6f\x6b\x6e\xda\x96\x88\x36\x36\xab\x70\x0f\x70\xb2\ +\xd2\x80\x54\x26\x8d\x65\xcf\x7f\xdb\xcd\x8b\x38\x56\x4b\xa1\x24\ +\xab\xa2\x5b\x0d\x41\xbb\x01\xc2\x11\xaf\x23\x62\x75\x3e\x6f\x19\ +\x23\x89\x74\xba\xca\x9e\xd7\x57\x34\x97\xdd\xd1\xde\xdc\xfc\x9f\ +\x5d\x5d\x92\x2d\xb5\x76\x75\x49\xb6\xbd\xa9\xe9\x65\x29\xe4\x77\ +\x20\xfc\x4f\xd9\x28\x85\x44\x85\x55\x50\xef\x77\xc6\x73\xb8\xae\ +\x38\x4e\x94\x6e\x03\x64\x33\x40\xa4\xce\x59\xf2\x22\xe2\xf3\xcc\ +\xfb\xaf\x40\x26\x57\x96\xd1\x01\x38\xae\xb9\xdc\x17\xda\xdb\xdb\ +\x53\xd5\x68\xb5\xb6\xb6\x26\x25\x9f\xff\x02\x15\x56\x42\xb6\x02\ +\xcd\x85\x73\xd7\x8a\x70\xc4\x53\xe2\xb5\xdb\x00\x9a\x01\x7c\x7e\ +\x67\x0a\x08\x78\xe6\x1f\x9b\xf9\x7c\xbe\xe2\x51\xa7\xe8\xde\xc5\ +\x84\x2f\xa1\xb5\xb5\x35\x89\xb0\x77\x61\xbb\xad\x5a\xe6\x2c\xf9\ +\x1d\x3a\x46\x7e\xff\xec\xb8\x66\x03\x24\x0c\xe0\x36\x9d\xb9\x9a\ +\x5e\xf7\xfc\xa3\xaf\x50\xd9\x32\x27\x93\xd1\xa6\xb2\xa5\x5d\x0d\ +\x99\x58\xec\x15\xa0\x4c\x59\x0b\x69\x2f\x9c\xbb\x56\xcc\x91\x35\ +\x6c\x30\x93\xa2\x76\xaa\x00\xd7\x82\xfd\x6f\xdb\x15\x15\xf0\xc1\ +\xdc\x3d\xbf\x14\x3a\x3b\x3b\x33\x40\x59\x96\x67\x21\x6d\xb7\xe1\ +\xcc\x08\x9a\xe6\xac\xe2\xc2\x57\x2b\x76\xe5\x84\xd3\xab\x12\x55\ +\x34\x98\x39\x83\x0b\x79\x67\xfe\xb5\xa5\x0b\x5d\xe2\x8a\x3a\xed\ +\x3c\x7d\x5a\x6b\x36\xd9\xe7\xce\x9d\xf3\x01\x1d\x0b\xdb\x17\xd2\ +\x2e\x38\x0c\x9a\xe4\xf3\xb3\x31\x86\xb8\x01\x1a\x07\xe7\x0a\xc8\ +\x2e\x08\x58\xb8\x2b\x5f\x5b\x83\xc1\xc6\xc9\xcf\xd7\x4a\xd3\x17\ +\x89\xdc\x09\x04\x16\xb6\x2f\xa4\xbd\x70\xee\x5a\x31\x47\xd6\xb8\ +\x01\x8c\x03\xa4\xd3\xce\x5c\xd6\x54\x6e\x7e\xe2\xc5\x63\x9a\x15\ +\x1d\x14\x51\x1e\x1f\x1e\x1e\x5e\xd2\x89\x1f\x1d\x1d\x0d\xa1\xf4\ +\x2d\x6c\x37\x44\xf0\x98\xf3\x4f\xaa\x74\xde\x59\x2a\x2e\x9d\x9e\ +\x1d\x37\x6e\x80\x9e\x02\x88\x4f\x3b\x53\x40\x2c\x53\x7e\x3e\x7b\ +\x3d\x15\xcf\xe7\xeb\xd4\x34\x7f\xba\x98\x12\x46\x47\x47\x43\x96\ +\xcb\xf5\x53\xa0\xbb\x16\x9a\x95\xe6\xae\x05\xf1\x58\x71\x9c\xc0\ +\x80\xa1\xc8\x40\xb1\xb1\x66\x23\x3d\x0f\xd3\x99\x6c\x59\xb8\x2a\ +\x14\xf0\x57\xb6\x60\xca\x9f\xaa\xdb\x3c\x32\x34\x31\x71\xcf\xcc\ +\x3e\x07\x8a\x7b\x7e\x68\x62\xe2\x5e\xcb\x70\x1d\x41\xf9\x93\x85\ +\xc3\x44\x8a\x34\xe7\xc2\x56\x65\x2a\xed\x8c\xe7\xf8\x74\x71\x9c\ +\x0a\x03\x6e\x44\x8f\xa1\xc2\xe4\x44\x55\xdf\x7d\x51\x58\x76\x31\ +\x80\xb9\x26\xf4\x11\x83\x2e\xc3\x20\xe0\xf7\x93\x4c\x97\xdf\xe9\ +\x81\xeb\x50\x5e\xf2\x85\x23\xa9\xa1\xf1\x89\xd2\x51\xd7\x89\x96\ +\xef\xf9\x12\x82\xbe\xf2\x00\xc9\x44\x32\xe3\x38\x4e\x58\x92\x55\ +\x90\x7e\x23\x6f\xb8\xdf\x02\x34\x11\xcf\xcd\xa9\xb8\x58\x1e\x86\ +\x63\xc9\xb2\xe0\x69\x38\xe0\xc7\xbb\x78\x4e\x21\x40\xb1\x82\x6c\ +\x2b\x15\x0c\x5e\x09\x5e\xd3\x2c\x7b\xfb\xaa\xca\x50\x2c\xe9\x88\ +\xd7\x8f\xe4\x54\x5b\x0b\xfa\x0b\x63\xa6\x0e\xef\x18\xc0\xe8\xf0\ +\x92\x9e\x6a\x45\x64\x0a\x16\x23\xf1\x72\x86\xea\x43\x21\xbc\xa6\ +\x33\x17\x1b\xc0\xeb\x31\xa9\x0f\x97\x5f\x7b\xcf\x5d\xca\x32\x36\ +\x22\x58\xd6\xf2\x5d\x85\x8f\x64\x94\xf7\x0f\xf4\xf6\x8c\x1b\x00\ +\xa2\xf2\x1a\xc0\x85\xc1\x98\x63\x66\x2f\x4d\x27\x49\x64\xe7\xaf\ +\x20\x11\xa1\x21\x12\x26\xe8\xaf\x62\x13\xaa\x40\x04\x42\x7e\x3f\ +\x0d\xe1\x30\xb2\xe0\x44\x89\xc6\x0b\x9c\xba\x90\x26\x9b\x32\x88\ +\x0e\x99\x24\xa7\x97\x17\xba\xbf\xf8\x61\xbc\xf8\x63\x46\x66\x03\ +\x40\xb1\x5f\x00\x18\xbe\x9c\x24\x93\x76\x76\xb4\xd8\xaa\x9c\x19\ +\x9f\x22\x67\x95\x9f\xcd\xe1\x80\x9f\xe6\x86\x7a\xfc\xde\xf2\xab\ +\xf3\x5c\x18\x22\xf8\xbd\x5e\x9a\xeb\xeb\xcb\x96\x3d\x40\x26\x67\ +\xf3\xde\xc9\x24\x25\x8f\x58\xb5\x98\x7c\x99\x1c\x32\x49\x27\x96\ +\xbe\x17\x64\x32\x05\x86\x2f\x17\x57\xaa\xb8\x0a\x3f\x81\x39\xee\ +\xe6\xee\xbe\x43\xbf\x03\xb6\xdd\xb8\xa3\x85\xee\x2d\x4d\x4b\x12\ +\xab\x86\x80\xe9\xa6\xab\xa5\x1e\x8f\xab\x3a\x43\xb9\x7c\x9e\x82\ +\x65\xcf\xfa\xf6\x86\x61\xe0\x76\x19\x65\xe7\xfc\x3c\xe6\xb3\x36\ +\xef\x1c\x4f\x10\x4f\x55\x77\x7e\x5c\xa6\x12\xac\xb3\xf0\xfa\x2b\ +\x3b\x75\x27\xfb\x27\x79\xff\x37\x23\x80\x1c\x3d\xb0\xf7\xb6\x4f\ +\xc2\xbc\xec\xb0\x1c\x04\x38\x75\x62\x12\x7b\x05\x79\xb9\x54\xbe\ +\x40\xff\xd0\x24\xf1\x6c\xf5\x33\xda\x63\x9a\x04\x7c\x5e\x42\x01\ +\x3f\xa1\x80\x9f\x80\xcf\xbb\xa8\xf0\xd1\x78\x81\xff\x3d\x1a\x5f\ +\x54\x78\x28\xa6\xe6\x63\xe3\x6e\xa2\x23\x26\xf9\xcc\xfc\x53\xc3\ +\xb2\x95\x53\x27\x26\x67\xfe\xe9\xc1\x52\xfb\x47\x89\x11\x5f\xf6\ +\xfb\xc0\x78\x2a\x59\x2c\x48\x5c\x09\x0a\xb6\xcd\xc0\xe8\x14\x97\ +\x57\x98\xd2\xb2\x15\xce\x5e\xcc\xf0\xab\x63\x71\xb2\xb9\xda\x5d\ +\xf5\x42\x4e\x98\x1a\x73\x33\x3d\x66\x52\xc8\x17\x17\xf9\xf9\xd3\ +\x53\xa4\x53\x79\x28\xa6\xc6\x7e\x50\xea\x3b\xab\x80\xfd\x0f\xdd\ +\x91\x54\xe4\x19\x80\xfe\xa3\xe3\x58\xd6\xca\x72\x71\xaa\xca\xa5\ +\xe9\x04\x47\x2f\x8f\x33\x9a\x48\x2f\x4b\x11\xb6\x2a\x63\x89\x34\ +\xbf\x1e\x88\x32\x30\x98\xa6\xf2\x0d\x7b\x69\xe4\x32\xc2\xd4\xb0\ +\xc9\xd4\x98\xc1\xf1\x63\x13\x00\x08\x72\x60\x6e\x9d\xf1\xbc\x90\ +\x8a\x6d\xe9\xb3\x2e\x97\x7c\x23\x99\xc8\xb7\x1c\x3f\x3a\xce\xf6\ +\x9b\x6a\xaf\x0c\xa9\x86\xbc\x65\x33\x38\x19\xe3\x42\x34\x4e\xbd\ +\xff\xa3\xf4\xb8\xc7\xe5\x9a\xbd\xcf\x17\x6c\x25\x67\x59\x24\x73\ +\x05\xe2\x99\x1c\x53\xe9\xa2\x77\x29\x5e\x41\xc4\x74\x9c\xa0\x85\ +\x62\x88\xee\x64\xff\x18\xa9\x64\x1e\x60\xc8\xf0\xb8\xff\x79\xee\ +\xf3\x32\x93\xfc\xe0\x3f\xbc\xf1\x57\x22\xf2\xbc\x61\x08\x77\xdc\ +\x75\x2d\x91\x88\xb3\xb8\xdb\x6a\x21\x15\x73\xad\xa8\xfa\x2c\x99\ +\xca\xf0\xeb\x77\x4e\xa3\xb6\x8d\xa8\x7e\x71\xff\x63\xb7\xbf\x30\ +\xf7\x79\xd9\xdd\xf5\xa9\xbd\x3d\x3f\x06\x79\xcb\xb6\x95\xb7\x0f\ +\x5f\x9a\x29\x43\xfd\xf8\xe0\x0f\x5b\x18\x2e\x67\x3c\xd8\xb6\xd2\ +\xdf\x3f\x88\xda\x36\x20\x6f\x2c\x14\x1e\x2a\xd5\x08\x89\xa8\xdb\ +\xca\xff\x25\xc8\xe4\x54\x34\xc3\xbb\x47\x46\x1c\x4d\xbe\x5a\x10\ +\x81\x60\x9d\x33\x23\x70\xea\xf4\x45\x12\x89\x0c\x40\xd4\xb2\xf4\ +\xbe\x4a\x7d\x2a\x46\x2f\xf6\xf5\xee\xfc\x50\xd1\x2f\x01\x7a\x76\ +\x20\x3a\xe7\xf8\xf8\x78\xe0\x0d\x5a\xb8\x97\x59\x7b\x78\xf1\xd2\ +\x38\x97\x2f\x4f\x42\xd1\x0c\x7c\xf5\xe9\xde\x9e\xf3\x95\xfa\x55\ +\x8d\x09\x3e\xb5\xb7\xe7\x15\x94\x7d\x00\xef\x1d\x19\xe1\xc3\x73\ +\xce\xdd\xe4\x95\x42\x80\x60\x7d\xed\xd1\x9f\x91\x91\x28\xa7\x4e\ +\x5f\x2a\xfe\x51\x9e\x38\xb0\xb7\xe7\x67\x8b\xd1\xae\x0e\x55\xd9\ +\xfd\xf8\x9b\x3f\x04\xbe\x64\x18\xc2\x1f\xfc\x61\x3b\xeb\x3b\x6b\ +\xcb\x20\x5f\x09\x4c\x8f\x99\xe4\x32\x8b\xb3\x3c\x32\x12\xe5\xc4\ +\x89\x0b\xc5\x63\x57\xe4\xe0\x81\x47\x3f\xb7\x6b\xb1\xca\xf1\xc5\ +\xa3\xc2\x22\x1a\xb6\xd8\xa5\xca\x7f\xdb\xb6\xf2\xf6\x2f\x2f\x71\ +\xfa\x64\x74\xd1\x21\x57\x12\xc1\x3a\x6b\xd1\x37\x76\xe1\xe2\x18\ +\xfd\x27\x3e\x2c\xf9\x1c\x3f\x0b\x17\xf4\xfe\xa5\xca\xe6\x6b\xba\ +\xa4\xdd\xfb\xe2\x8b\xae\xf5\xa7\xd6\xfc\x2b\x5a\xac\xad\xe9\xb8\ +\xb6\x8e\x1d\x9f\x6e\xc5\xe5\xbe\xfa\x15\xa1\xb1\x09\x37\xd9\x05\ +\x95\xa8\xb6\xad\x9c\x39\x3b\xc4\xc5\x8b\xc5\x2f\xec\x04\xf9\xf7\ +\x58\x4b\x68\xd7\xf7\xef\xdf\xb1\x64\x80\x63\x59\x1f\x4c\xec\xee\ +\x7b\xf3\x1f\x11\x1e\x06\xa4\xbe\xc1\xc7\xcd\x9f\x5d\x47\xa4\xee\ +\xea\xfa\x09\xb6\x25\x4c\x0e\xb9\x67\x8b\x3e\x93\xa9\x0c\xfd\xfd\ +\x83\x25\x6b\xaf\xc5\x3d\x7f\xdb\x63\xab\xfa\xc1\xc4\x5c\x3c\xd8\ +\xf7\xc6\x5d\x82\xf1\x43\xd0\x46\x43\x60\x63\x77\x23\xdb\x6f\x5a\ +\x83\xe9\x30\xb3\xe4\x04\x89\x29\x37\xc9\x29\x18\xbc\x30\xc6\xe0\ +\xf9\x51\xec\x62\x5d\xee\x34\xb0\xeb\xc0\xde\x9e\xff\x58\x0e\x2d\ +\x47\xd9\x97\xbf\xed\x3d\xd4\xe1\x76\xf1\x23\x85\xcf\x41\xb1\xe8\ +\x60\xcb\x0d\xcd\x74\x6c\xac\x9b\xa9\xd5\xbf\x72\xb0\x6c\xe5\xdc\ +\xe9\x69\x8e\xbd\x3f\x41\x76\x36\x2a\x2c\x6f\xb8\xad\xfc\x57\xf6\ +\xf5\xee\xfc\x70\xb9\xf4\x56\xf4\xd9\xdc\x83\x7d\x6f\x7e\x51\x84\ +\x27\x81\x56\x00\x7f\xd0\xcd\xe6\xeb\x1b\xe9\xe8\xac\xc3\xe7\x5f\ +\xdd\xcf\xe6\xd2\xe9\x02\x83\x1f\xc4\x38\x75\x62\xb2\x74\xab\x03\ +\x18\x12\xd5\x3d\x95\x3c\xbc\x5a\xb1\xe2\xd7\xf5\xf0\x3f\xbd\x56\ +\x57\x28\xb8\x1f\x40\xf9\x26\x33\xa9\x76\x11\xa1\xad\x3d\xc8\x35\ +\x1b\xc2\xb4\xb4\x06\x4b\x25\x29\xcb\x46\x22\x9e\x63\x74\x38\xc5\ +\xc5\xc1\x18\xc3\x43\xa9\xd9\xb4\xbb\xc0\x98\x8a\x3e\xed\x32\x3d\ +\xcf\x7e\xf7\xe1\x5b\xe2\x2b\xe1\x7f\xd5\xd6\xeb\xdf\xf4\x1e\x0a\ +\x05\xdc\xec\x9a\x29\x42\xdc\x3e\xf7\x59\x30\x64\x16\x3f\x9d\xad\ +\xf3\x12\x8e\x78\xf0\xfb\xdd\x98\x33\x9f\xce\x02\x14\x72\x36\xf9\ +\xbc\x45\x3a\x5d\x20\x1e\xcb\x11\x9f\xce\x32\x39\x91\xa9\x10\xa5\ +\x96\xa3\xa0\x07\xc5\x97\x7b\x6e\xff\x43\x77\x38\x0b\x0b\x2f\xa4\ +\xb8\x1a\x44\x16\xe2\xa1\x27\x0e\xdd\x58\xac\xc3\x93\x9d\xa0\x37\ +\x14\x6b\xc7\x9d\x40\x6d\x90\xf7\x51\x79\x4d\xb1\x5f\x78\xea\xb1\ +\xdb\xdf\x5f\x5d\x4e\xaf\x42\x0a\x7a\x77\xef\xa1\x66\x71\xcb\xad\ +\x8a\x6e\x55\x95\xeb\x0d\x74\xb3\x8a\x34\xa2\x0b\x3e\x9f\x17\xa6\ +\x44\x75\x52\x61\x00\xe1\xa4\x20\xfd\xa6\x51\x78\xeb\x3b\x8f\xfc\ +\xf1\xc4\x95\xe4\xef\xff\x01\x50\x26\x14\x94\xa4\xec\x62\x0b\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\xe4\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x4e\x00\x00\x03\x4e\ +\x01\x82\x63\xbb\xf7\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x61\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\xbd\x6b\x14\x41\x18\xc6\x7f\x33\x13\xd1\ +\xc6\x14\xa9\x6c\x24\xd8\x09\x16\xf9\x17\x36\xc6\x24\x46\x8d\x18\ +\x54\xb0\xd1\x08\x16\x0a\xa2\xa0\x36\x0a\xee\xee\x10\xae\xb0\xd0\ +\x58\x08\xc2\x59\xa5\x12\xd4\x4e\xb1\x10\x3f\x58\x51\x24\x88\x18\ +\x45\x62\x0c\x22\x18\x09\x9e\xa2\xc6\xef\xaf\x78\xc9\x5a\x5c\x40\ +\x42\x24\xee\xc7\xec\x8e\xa7\xfb\x2b\x8f\x79\x1f\x9e\x79\xee\x96\ +\x9b\x77\x66\x47\x90\x25\xa5\xd2\x52\xaa\xd5\xe3\x40\x07\xb0\x38\ +\x66\xf5\x47\xe0\x0a\x4a\x1d\xc2\x75\x47\xcd\x9b\xab\x21\xb2\x12\ +\x9e\x99\xfc\x3d\xa0\x29\xa5\xd2\x04\xd0\x82\xd6\xe3\x06\x5c\xcd\ +\x41\x66\x21\x0a\x30\xf3\xcd\xa7\x9d\x3c\x33\x1a\xfd\x06\x74\x7e\ +\x4b\x76\x01\xd4\x7e\xf6\xa6\xe8\x34\xa8\x35\x8b\x2c\x03\x88\xfb\ +\xcc\xcf\x47\xa3\x41\xad\x59\x64\x19\x40\x5d\x50\x04\x60\xdb\x80\ +\x6d\x8a\x00\x6c\x1b\xb0\x4d\x11\x80\x6d\x03\xb6\x29\x02\xb0\x6d\ +\xc0\x36\x45\x00\xb6\x0d\xd8\xa6\x08\xc0\xb6\x01\xdb\x14\x01\xd8\ +\x36\x60\x9b\x22\x00\xdb\x06\x6c\x13\x7d\x53\xb4\x5c\x5e\x40\xa5\ +\x72\x00\xe8\x05\x96\x01\x0b\xb3\x32\x95\x90\x6f\xc0\x53\x84\x18\ +\x20\x0c\x8f\xa1\x75\x35\x4a\x51\x43\x64\xf9\x4a\xe5\x28\xb0\x37\ +\xa1\xb9\x3c\x58\x04\x2c\x27\x0c\x8f\x00\x4b\x80\x7d\x51\x8a\xe2\ +\x3c\x02\xbd\x49\x5c\x59\x62\x5b\xd4\x81\x71\x02\x98\x4c\x60\xc4\ +\x16\x91\xbd\xc6\x09\xe0\x7c\x02\x23\xb6\xb8\x10\x75\x60\x9c\x00\ +\x34\x30\x16\xdb\x4a\xfe\x8c\x01\x7d\x51\x07\xc7\x3b\x1a\x2b\x95\ +\x9a\xa9\x56\xaf\x03\xcd\x31\x4d\xe5\xc5\x38\x4a\x39\xb8\xee\x93\ +\xa8\x05\xf1\xd6\x01\x87\x0f\x8f\xa1\x54\x3b\xf0\x3c\xae\xb3\x1c\ +\x78\x89\x52\x1d\x71\x26\x0f\x49\x16\x42\xae\xfb\x18\xa5\x56\x02\ +\x2f\x62\xd7\x66\xc7\x2b\xa4\x6c\xc3\x75\x47\xe2\x16\x26\x5b\x09\ +\xba\xee\x28\x52\x76\x00\xaf\x13\xd5\x9b\xe5\x35\x52\xb6\xe1\x79\ +\xc3\x49\x8a\x93\x2f\x85\x3d\xef\x01\x52\xae\x02\xde\x24\xd6\x48\ +\xcf\x3b\xa0\x0b\xcf\x7b\x90\x54\x20\x5d\x2f\xe0\x79\xf7\x91\xb2\ +\x1d\x78\x9b\x4a\x27\x19\xef\x81\x4e\xb4\xbe\x93\x46\x24\x7d\x33\ +\xe4\x79\x43\xc0\x1a\x6a\x6f\x74\xe4\xc5\x67\xa4\xec\x46\xeb\xdb\ +\x69\x85\xcc\x74\x83\x5a\x0f\x02\xab\x81\x4f\x46\xf4\xe6\xe7\x0b\ +\xb0\x0e\xcf\xbb\x61\x42\xcc\x5c\x3b\xac\xf5\x2d\xa0\x0b\xf8\x6c\ +\x4c\x73\x2e\x5f\x81\x6e\xb4\x0e\x4c\x09\x9a\xdd\x0f\xd0\xfa\x26\ +\x42\xf4\x50\x6b\x4d\x4d\x33\x89\x10\x9b\xd1\xfa\x9a\x49\x51\xf3\ +\x1b\x22\xbe\x7f\x19\x21\x36\x00\xdf\x0d\xaa\x4e\x22\xc4\x26\x7c\ +\xff\xa2\x41\x4d\x20\xab\x1d\x21\xdf\xbf\x04\x6c\x01\x7e\x18\x50\ +\x9b\x02\xb6\xe2\xfb\x91\x1b\x9c\x38\xa8\x2c\x44\x01\x08\x82\x47\ +\x38\xce\x30\xb0\x91\xe4\x41\x4f\x21\xc4\x56\xb4\x3e\x63\xd0\xd9\ +\x2c\xb2\x0b\x00\x20\x08\x46\x68\x6d\x7d\x04\xf4\x10\x3f\x84\x29\ +\x60\x3b\x5a\x9f\x36\x6f\xec\x17\xd9\x06\x00\x10\x04\x0f\x69\x6d\ +\x7d\x06\xac\x27\x7a\xf7\x19\x22\xc4\x2e\xb4\x1e\xc8\xce\x58\x8d\ +\xec\x03\x00\x08\x82\xfb\x38\xce\x38\xd0\xcd\x9f\x43\x08\x11\x62\ +\x37\xbe\x5f\xce\xc1\x59\x4e\x01\x00\x04\xc1\x10\x8e\xf3\x9c\xf9\ +\x43\x08\x11\x62\x0f\xbe\x7f\x32\x2f\x5b\xf9\x05\x00\x10\x04\x77\ +\x71\x9c\xda\x1a\x7e\x6e\x08\x21\xb0\x1f\xad\x4f\xe4\x69\x29\xdf\ +\x00\x00\x82\x60\x10\xc7\x19\x01\xd6\x02\x0b\x66\x3e\xfd\x86\x10\ +\x3b\xd0\xfa\x54\xde\x76\xb2\x7b\x5b\xfc\x4f\xf4\xf5\xad\x60\x7a\ +\x7a\x27\x30\x8d\x52\xe5\x24\x9b\x19\x05\x05\x05\x05\x05\x05\xe9\ +\xa8\xfd\x0d\xa6\xbb\xdd\x55\x6f\xcc\xba\x8d\x26\x0c\xde\xee\xaa\ +\x37\x26\x80\x16\x69\xf0\x76\x57\xbd\xd1\x04\xf4\x4b\xcc\xde\xee\ +\xaa\x37\x3a\x25\xff\xfe\x33\x3f\x1f\x8d\xff\xfd\x5b\x62\x92\x7c\ +\x4f\x74\xfe\x36\xde\x4b\xe0\xaa\x6d\x17\x16\xb9\x22\x51\xea\x20\ +\x76\x0e\x37\x6d\x33\x81\x52\x87\x24\xae\x3b\x4a\x43\x43\x0b\x70\ +\x0e\xf8\x60\xdb\x55\x0e\x7c\x00\xce\x02\x2d\xb8\xee\xe3\x9f\xd6\ +\x49\xcb\x6f\x5b\x5c\xc5\xa3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x01\xd3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x59\x00\x00\x05\x59\ +\x01\xfe\x6e\x44\xca\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x50\x49\x44\ +\x41\x54\x38\x8d\xad\x92\xbd\x4b\x42\x61\x14\xc6\x7f\xe7\xbd\x56\ +\xe2\xb5\x28\x48\x1d\xac\x90\x0a\xd2\x08\x5a\xaa\xc5\xa4\x31\x9c\ +\x4b\x88\xa8\xb5\x28\x72\x0d\xa1\xff\xa4\x2d\x0a\x1a\xfc\x33\xac\ +\xa9\x29\x30\xa2\x4d\x0a\x82\x4a\x88\x0c\x87\xc0\xfb\xbe\x0d\xd1\ +\xf5\x5e\xbd\x83\x7d\x3c\xdb\x39\xcf\x39\xcf\xf9\x84\x3f\x42\xbc\ +\x46\xbe\x58\x1c\x88\xb4\xec\xe4\x4f\x04\x42\x5e\xc3\x6e\xd9\xc7\ +\x88\xe4\x11\x9c\x9e\xb2\x0d\x61\x57\x60\x6d\xf7\x70\x41\x94\xac\ +\x1a\x43\x0c\xd3\x5b\x75\xc1\x3c\x2a\x80\x42\xa1\x60\x89\x65\x9d\ +\x1a\x43\xc2\x25\x2d\x15\x9c\xd4\xe1\x57\x00\x3a\x36\x55\x02\xc6\ +\xbc\xc4\xf0\xdc\x04\xa3\xd9\x19\x5f\x70\x62\x65\x96\xa1\xb4\x7f\ +\x45\x6a\x63\xff\x68\x5c\x90\x03\x20\xea\x25\x5e\xaf\x6b\x28\xa5\ +\x88\x65\xd3\x00\xc4\x73\x19\x9c\x96\xc3\xdb\xcd\x83\x5f\xc0\xd1\ +\xe6\x0c\xda\xad\x7b\xf1\x5c\xb9\x45\x94\x90\xda\xcc\xa1\xb5\xa6\ +\x7e\x79\xd7\x15\x13\x3c\x68\x27\x8c\x41\xfc\x17\x6f\x0b\x58\x4a\ +\xb6\x80\xa7\x20\x32\x9e\xcb\xa0\xb5\xa6\x76\x7e\x81\x28\x71\xc7\ +\xf1\xc2\xaa\x5e\x55\x1a\x99\xc5\xe5\xb0\x20\x4b\x40\xff\x37\x31\ +\x32\x9f\x42\xfa\x2c\xb7\xed\xe6\x7d\x9d\xc1\xc9\x38\xa1\x68\x98\ +\x8f\x97\x06\x00\x02\xef\x02\x5f\x67\x34\xb1\xe9\x2a\xe0\x96\x10\ +\x4b\x61\x1c\xdd\x55\xd1\xeb\x77\xff\xa0\x5c\x2e\x3b\xc6\x71\xb6\ +\x45\xda\xa3\x04\x25\x07\xf9\x7d\x9b\x59\xdf\x2b\x9d\xfc\xfa\x95\ +\x01\x9a\xa1\xe6\x4e\xa4\x65\x27\x7b\x7d\xe5\x7f\xc1\x27\xa4\x4b\ +\x64\x64\xc6\xe2\x9b\xfd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x03\x41\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xf0\x00\x00\x03\xf0\ +\x01\xd8\xe5\x4a\xc4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xbe\x49\x44\ +\x41\x54\x38\x8d\x75\x93\x4f\x68\x1c\x65\x18\xc6\x7f\xf3\xcd\xb7\ +\x33\xfb\xcd\xcc\xce\x6e\x12\x63\xc2\x8a\x87\x64\x13\xa1\x16\x1a\ +\xb4\x29\x22\xb5\xea\xa9\x97\xa2\xe0\xcd\x4b\x22\x5a\xb0\x77\x2b\ +\x84\xf4\x14\x68\xa1\x07\xe9\xd1\x8b\x9e\x2a\xd2\x43\x7b\xf1\x5a\ +\x8b\x58\xad\x22\xf8\xa7\x07\x8b\x62\x1b\x36\x0d\x18\x13\x6b\x9a\ +\xed\x66\x26\xb3\xb3\x33\xfb\xcd\x8c\x87\x6d\xda\xdd\x42\x9f\xe3\ +\xf3\xbe\xcf\x03\xef\xf3\xbe\xaf\xc1\x13\x58\xba\x70\x63\xce\x77\ +\xe4\x19\x47\x95\x66\xa4\x65\x56\x00\x74\x9a\x85\x71\x47\xaf\xee\ +\xc6\xbd\xf3\xea\xf4\x37\xb3\xc0\xcd\x15\x56\xd6\x00\xe4\xbe\x70\ +\x65\xe5\xb2\xe5\xd4\xa7\xaf\x8e\x3d\xab\x5e\x7a\xf1\xd0\x68\xd5\ +\x34\x8d\x21\xe3\x4c\xe7\x2f\xdf\xfe\xe3\xc1\x9b\xeb\x35\x5b\x11\ +\xf4\xbe\x22\xe7\x3d\x00\x63\x5f\xac\xea\x8d\x3f\x67\xa6\xea\x0d\ +\xd7\xb7\x19\x9d\x4c\x87\xc4\x7a\x2f\xe5\xe6\xa9\xaf\x69\xfd\xba\ +\x45\xde\xcd\xf6\xe9\x07\xc0\x25\x01\xe0\xd4\xa7\xaf\xce\x4c\xd5\ +\x1b\x65\x65\x93\xf5\x20\x0e\xcd\x21\x03\xe9\x59\x1c\x3c\xfb\x1a\ +\xd2\xb3\x1e\x71\xc6\xa4\xab\x15\x6a\x59\x2e\x5d\xb8\x31\xf7\xcc\ +\xb8\x7b\x58\x29\x8b\xe2\x61\x31\xef\x96\x68\x4c\x55\xa8\x96\xfb\ +\x82\x20\x49\xd9\x28\x49\xac\xaa\x4d\xaf\x9d\x50\xe8\x1c\xef\xe0\ +\xb8\xb7\x75\x7a\x7a\x4a\x56\x55\x69\xf9\xc0\x5c\xad\x42\xa1\xe9\ +\xec\x9a\x90\x49\x8e\xce\xf9\xf4\x74\x4a\x3b\x0c\x01\x50\xb6\xcd\ +\x0b\x23\x3e\xbf\xbd\x52\xe7\xc8\xc5\x13\x74\xff\x8b\xf8\xf7\xda\ +\xba\xea\x7a\xd6\xb2\x54\x8e\x9c\xed\x07\x56\x50\x19\xd3\x4c\x8f\ +\x7a\xf4\x74\x4a\x10\x45\x85\x30\xc4\x45\xc0\x08\xa2\x68\xd1\x77\ +\x5d\xe3\xed\xcf\xdf\xa2\x79\x7f\x17\xf5\x7c\x85\x91\xc3\x93\xb4\ +\xbe\xdd\x98\x95\xd2\x12\x95\xc1\x79\x6b\x8e\x45\x3b\x0c\x11\x86\ +\xf8\x62\x62\x6c\xe4\x7d\x80\x7b\xad\x96\x11\x27\xc9\x62\xad\x32\ +\xd4\x8a\x2c\x09\x5f\x3c\x79\x07\x8f\x53\x2a\x8c\xa7\xd6\xf6\x21\ +\x8c\x42\xea\x34\x0f\x07\xb9\x20\x49\x51\xb6\x4d\x10\x45\x0b\xf7\ +\x5a\xad\x7e\xa8\x79\xb1\xe0\x29\x9b\xdd\x6e\x32\xa4\xd7\x49\x16\ +\x8a\xb8\xa3\x57\x33\x9d\x3f\x22\x37\xda\x7b\x58\x56\x09\xdf\x75\ +\x0d\x53\x98\x8b\xa6\x30\x17\x7d\xd7\x35\x4a\xd2\xe2\xf7\xbf\xba\ +\xc4\x7b\xfd\x15\x67\x3a\x27\x8e\xf5\x1d\x73\xfe\xd8\xc2\x6d\x43\ +\x88\x77\xc6\x27\x1c\x0f\x40\xe7\x39\xad\x28\xc1\x2d\x5b\xd4\x5c\ +\x87\xb2\x6d\x13\x26\x19\xbf\xdc\x8a\x88\x93\x82\xb4\x2b\x48\x62\ +\xc1\xdd\xe6\x4e\x7b\x7b\x3b\x38\x69\x00\x9c\xfb\xf4\xa7\x2f\x5f\ +\x7d\xfd\xb9\x77\x2b\xbe\x35\x7c\x41\x83\xa3\xed\x48\x92\x4e\x3f\ +\xb2\xb8\x93\xd0\x5c\xff\xe7\xda\xd2\x87\xf3\xc7\x05\x80\xde\xfe\ +\xfb\x83\x9f\x7f\xd8\xfa\x31\x0c\xd2\xec\x69\x06\x6e\x35\xc3\xa0\ +\xa0\x13\x27\x34\xef\x6e\xae\x36\x0b\x4e\x00\x98\x00\xd7\xaf\x5f\ +\xc9\x8e\x1d\x39\x7e\x69\xf3\xbe\xd1\x48\x92\x7c\x62\x74\xac\xec\ +\x09\x31\xbc\x84\x22\xcf\x59\x5b\x6b\xed\x6d\x6e\xee\x7c\xd7\x84\ +\xa3\x9f\x9d\x9a\xef\xc1\xc3\x67\x1a\xc4\xc7\x9f\x7c\x7f\x68\xc4\ +\xb3\x96\x1d\x25\x67\xa5\x65\xfa\x14\xa0\x7b\x59\x10\xc7\xfa\x4e\ +\x1c\x27\xe7\xcf\x7e\xf4\xc6\xad\xc1\xfe\xff\x01\x80\xc7\x16\xd2\ +\xf1\x9c\xd0\x29\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\xba\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x40\x00\x00\x04\x40\ +\x01\xe6\x02\xdf\x02\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x37\x49\x44\ +\x41\x54\x38\x8d\x85\x90\xcb\x4b\x94\x51\x18\xc6\x7f\xef\xf9\xa6\ +\x6f\x66\xbc\x4d\xe4\x25\x28\x26\xb5\x40\x2c\xa3\x8c\x32\xa1\xa0\ +\x85\x04\xe1\xa4\x5d\x16\x2d\xd2\x0a\x0a\x84\x2e\xe4\x2a\x68\x57\ +\x52\xff\x82\x26\x14\xb5\xd2\x36\x5a\x08\x41\x66\x17\x08\xda\x84\ +\x83\x5a\xe4\x75\xd1\xa2\xbc\x44\x8e\x9a\x3a\x32\x33\x7e\xce\x9c\ +\xd3\x22\x0c\x47\x47\x7d\x76\xef\xe1\xf9\x3d\xe7\x79\x5f\x61\x13\ +\x8d\x06\x5b\x03\xa2\xcc\x83\xe5\xd9\x80\xa3\x2d\x55\x97\x5f\x5a\ +\x33\x00\x20\x2b\xcd\x43\x57\xce\x67\x9b\x78\xb4\x1c\x91\x22\x8c\ +\x72\xbb\xf2\xf3\x0a\xed\xf2\xfd\x57\xad\x1d\xb9\x36\x96\x22\x1e\ +\x8f\xe3\xc4\x1c\x3c\x69\x9e\x29\x25\xaa\xc2\x7f\xe4\xd2\x37\x31\ +\x20\x43\xb5\x55\xe7\x44\x9b\x4a\x84\x90\x18\xf3\x09\x97\x35\xe2\ +\x3d\x7b\xe2\x38\x5b\x33\x9e\xea\xc9\x19\x3b\x31\x11\x22\x91\x30\ +\x84\x72\x32\xd0\x5e\xb7\x16\x4b\x29\x7f\xe1\xae\x90\x12\x2a\x64\ +\xb8\x36\xd0\x64\x8c\x7c\x28\x2e\x2a\xeb\x90\x86\x06\x0d\x30\xd6\ +\xd3\x52\x65\x30\xed\x20\xee\xe5\x76\xd3\x3f\x26\x50\x3d\x23\x61\ +\xd7\xcf\x5f\xb7\x66\x4e\x1f\x7b\x96\xbd\x3d\xd7\x95\x9e\x95\xde\ +\x9b\xb4\x02\xc0\x78\xcf\xf3\x6a\x8d\x6e\x07\xec\x95\xef\xf3\xb3\ +\x61\xa6\x7f\x4f\xe9\xb4\x3f\xe1\xf1\x05\x9f\xd7\xef\xdf\x53\x80\ +\x6d\x6f\x19\xb4\x92\x0e\xd6\xdb\x52\x69\xd0\x2f\x56\xfe\xbc\x2c\ +\xb7\xc7\xc6\x72\x59\x92\x48\xf3\xf8\xb2\xf3\x72\xf0\x78\x3d\x00\ +\xa1\xff\x0d\x46\x83\xad\x01\x94\x7e\x99\x0a\xde\x40\x83\x0a\x20\ +\xd8\xf9\xe8\x4c\x2c\xee\xdc\x4f\x05\xeb\x70\x64\x3d\xd8\xc4\xfb\ +\xbf\xbf\x52\xdd\x5d\x4d\xd5\x88\x6e\x9b\x9d\x8b\x1c\x88\x2e\x3a\ +\x7d\xab\x5d\x4b\x9f\xfb\x53\xc2\x60\xea\x63\x5d\xdd\xe9\x4a\x12\ +\x6a\x0c\x58\x00\x3c\x73\xf3\xd1\x7d\xd1\x98\xf3\x25\xc9\x2a\x6b\ +\xee\x6c\xc0\xd4\xfb\x0f\x5f\x6e\x04\xa3\x55\x59\xe0\x46\x1f\xda\ +\x3a\x09\x66\x06\x70\xcf\x85\xa3\x7b\x93\x42\xb4\x5e\x07\x06\x11\ +\x5c\x0a\x20\x55\x48\x24\xe6\x7c\x05\xc0\xb6\x31\xff\xee\x60\x0c\ +\xdc\x5e\x86\x47\x2e\x56\x17\x1b\xc3\x64\x52\xbf\xe0\xeb\xe6\x43\ +\xa8\xc4\x7b\x90\x6d\xc0\x62\x56\xa6\x77\xd8\x8b\x39\x18\x7b\xd7\ +\x8d\x5d\xb2\xfb\x61\xc1\x85\xbb\xf7\x00\x06\x6a\x02\xa5\x0a\xb9\ +\x93\xb1\x94\x56\xb7\x66\xc1\xd5\x21\xbe\x4c\xef\x90\xed\x2c\xb5\ +\x44\x9f\x74\xb8\x45\x64\xa7\xc1\x24\x44\xcb\x68\x22\x1e\x69\x2e\ +\x69\xfb\xb8\xb0\x26\x00\xa0\xbb\xb3\xa9\x4c\x84\xb7\x80\x0f\x91\ +\xeb\x65\xa7\x6e\x3e\x4e\xe5\xdb\x50\xc1\x37\xcd\x47\x83\x5d\x8d\ +\xd7\x36\xf3\xfd\x05\xf3\x24\xee\x2b\xac\x1c\x56\xaa\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x06\x9e\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\xe6\x00\x00\x12\xe6\ +\x01\xcd\xbf\x40\xa8\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\x1b\x49\x44\ +\x41\x54\x78\x9c\xe5\x9b\x5d\x4c\x14\x57\x14\xc7\xff\xe7\xce\x76\ +\x17\x45\x14\x91\x12\x63\x62\x9a\x58\xd1\x0a\xb5\x8d\x26\x7d\xa9\ +\x81\x6c\x00\x35\xb6\x22\x1f\xed\xd2\xf2\x25\x14\x2a\xbe\xb4\xb5\ +\x6d\x6c\xa3\x6f\x9b\x26\x4d\x13\x6c\xfc\x7c\xb2\x44\x84\x2e\x2e\ +\x0d\xb6\xe2\x6a\xeb\x03\xac\x94\x88\x3c\x55\x6b\x4b\xc4\x40\x53\ +\x6d\x9a\x26\xa6\x20\xb0\x4b\x51\xc3\xd7\xce\xe9\x83\x2c\x2e\x2c\ +\x1f\xbb\xb3\xf3\x81\xfa\x7b\x9a\xb9\x33\xf7\xdc\xff\x9c\xdd\x7b\ +\x73\xe7\x9c\x33\x04\x8d\xd9\x76\xae\x38\xc1\x27\xe4\x54\x26\x4a\ +\x26\xc6\x4b\x60\xac\x03\x61\x39\x01\xb1\x0c\x2c\x01\x00\x02\xee\ +\x33\xe0\x05\xc3\x43\x02\xdd\xcc\xdc\x45\x4c\x9d\x82\xa9\xad\x29\ +\xd7\xd1\xab\xa5\x3e\xd2\xc2\x68\xfa\x85\xc2\xd7\x58\xa6\x7c\x00\ +\x5b\x09\x48\x8e\x60\x1c\x66\xa0\x93\x18\x4d\x42\x50\x7d\x73\x96\ +\xe3\x9a\x8a\x32\x01\xa8\xe8\x80\x1d\x97\x0a\x97\x8e\x8c\x52\x05\ +\x01\x65\x00\x36\xa8\x65\x77\x1a\xb7\x18\x38\x3d\x42\xe6\x93\xed\ +\x59\xd5\x43\x6a\x18\x8c\xd8\x01\xdb\x1b\x6c\x71\xe3\xe6\xa8\x7d\ +\x04\xfe\x90\x81\xe5\x6a\x88\x9a\x0f\x02\x3c\x60\x1c\x1f\x7e\x4e\ +\x3e\x76\x75\xa7\xd3\x13\xa1\x2d\x85\x30\x28\xc3\x55\x54\x2c\x13\ +\xbe\x26\xc6\xf3\x91\x88\x50\x0e\x0d\x80\xf8\x8b\x94\x1b\x6b\x4f\ +\xd8\xed\x76\x59\x91\x05\x25\x9d\xac\xae\xa2\xb5\x12\xa3\x16\xc0\ +\xeb\x4a\xfa\xab\x0d\x03\xed\x60\xa9\xa4\x25\xa7\xf6\x76\xb8\x7d\ +\x45\xb8\x1d\xd2\xce\x17\xe6\x48\x8c\x5f\xb0\x40\x1e\x1e\x00\x08\ +\xd8\x42\xe4\xbb\x91\xee\x2a\x7e\x37\xdc\xbe\x52\xa8\x37\xda\xed\ +\x76\x61\xfa\x64\xf5\x61\x00\x47\x00\x44\x85\x3b\x90\x0e\x58\x00\ +\xbc\xbd\xe6\x9d\x57\x96\x96\x6c\xc8\x75\xb7\xb6\xb6\x72\x28\x9d\ +\x42\x9a\x02\xb6\x06\x9b\xd9\x63\xb1\xd4\x30\x23\x3f\x22\x89\x3a\ +\xc1\x20\xe7\x60\xcf\xa2\xd2\xeb\x7b\xbf\x19\x9b\xef\xde\x79\x1d\ +\x60\x6b\xb0\x99\x3d\x66\x4b\x23\x03\x6f\xa8\x23\x4f\x37\x7e\xf2\ +\xf6\x2c\xce\x99\xcf\x09\x73\xaf\x01\x0c\x1a\x30\x5b\xaa\x9e\xc0\ +\x87\x07\x80\x37\x97\xaf\x7c\x58\x6b\xb7\xdb\xe7\x7c\xc6\x39\xd7\ +\x80\x8c\xcd\xc5\x47\x00\xec\x55\x55\x96\xbe\x6c\xfc\x67\xe5\x40\ +\xf4\x9d\xef\x3a\x9a\x67\xbb\x61\xd6\x29\x90\xe6\x2a\xb6\x11\x73\ +\x83\x36\xba\xf4\x85\x19\x05\x2d\x39\x75\xf5\x33\x5d\x9b\xd1\x01\ +\x69\x8d\x25\x2f\x12\xf9\xae\x03\x58\xa6\xa9\x32\xfd\x18\x24\x9f\ +\xbc\xd9\xfd\x96\xf3\xce\xf4\x0b\xc1\xf3\x83\x41\x44\xbe\x6f\xf1\ +\xf4\x3c\x3c\x00\x2c\x63\x49\xd4\x80\x83\x7f\xf0\x20\x07\xa4\xb9\ +\x8a\xca\xa1\xc3\x26\x87\x40\xc8\x4f\xcc\x44\x7e\x62\x26\x48\x9b\ +\x97\xd2\xe9\xa4\xa4\x5f\x28\xdc\x3d\xbd\x71\x8a\x03\xb6\x37\xd8\ +\xe2\x08\xf8\x4a\x0f\x35\xc9\x2b\x12\x51\x9e\x94\x87\xf2\xa4\x3c\ +\x24\xaf\x48\xd4\x63\x48\x80\xa9\xd2\xda\x58\x1a\x1b\xd8\x34\xc5\ +\x01\xe3\x16\xcb\xc7\x00\xe2\xf5\xd0\xb2\x48\x8a\x9a\xf1\x58\x63\ +\x12\x24\x1a\xfb\x28\xb0\x61\xd2\x01\x3b\x2e\x15\x2e\x25\xc6\x07\ +\x7a\x29\x31\x0e\xb1\x6f\x8b\xab\x2c\x66\xf2\xcc\x7f\x30\x32\x4a\ +\x15\x7a\xbd\xcf\x1b\x0b\xc7\x45\x61\x74\x8f\xff\x2c\x70\x0a\x94\ +\x18\xa0\xc6\x18\x18\xe5\xfe\x43\x01\x3c\x8a\xe1\x11\xf0\xb2\x71\ +\x8a\x74\x27\x29\xc3\xb5\x7b\x13\x30\xe1\x80\x89\x00\xe6\xb3\x05\ +\xcb\x05\xc0\x84\x03\x08\xbc\xcd\x58\x35\xfa\xc3\x40\x06\x00\x88\ +\x6d\xe7\x8a\x13\x00\x4a\x32\x5a\x90\x01\xbc\x6a\xbd\x98\x1f\x2f\ +\x7c\x42\x4e\x85\x46\xf9\x81\x05\x0e\x99\x64\x53\xaa\x20\xa6\x67\ +\x69\xf1\x9b\x02\xcb\x9c\x2c\x98\xb0\xde\x68\x21\x86\x41\x58\x2f\ +\x08\xa4\xd3\x46\x7c\x01\xc2\x58\x27\x18\xac\xcb\xde\x7f\x41\x42\ +\x88\x37\x01\x14\x03\x84\x14\x41\x0e\x62\x55\x74\x02\x56\x2e\x56\ +\x96\x14\x5a\xbb\xec\x85\x29\xc7\x3e\xf6\x29\xb2\xf3\xef\xc3\x7b\ +\xb8\xfb\x40\x71\x02\x39\xc6\x04\xf0\x12\x25\x3d\x57\x45\x27\xa0\ +\x3a\xad\x12\x26\x11\x72\x6a\x61\x56\xca\x93\xf2\x14\xf7\x1d\x97\ +\x7d\x28\x6b\xf9\x5c\xa9\x13\x62\xc2\xce\x0c\x3d\x6d\x50\xfa\xf9\ +\xe2\x7e\x80\xe3\x94\x74\x8e\x64\x0a\xac\x8f\x5d\x33\xf9\xcb\x9f\ +\xba\xd5\x80\x6e\x6f\x50\xb8\x2e\x24\x22\x9c\x02\x7d\x26\x80\x87\ +\x00\x28\x72\xc0\xdd\x07\xbd\x8a\x07\x97\xe8\xf1\xd4\xf9\x73\xf0\ +\x6f\xfc\x7a\xaf\x53\x91\x9d\x08\x19\x12\x04\xea\x33\x62\xe4\x05\ +\x01\xa3\x4f\x80\xf8\x0f\xa3\x75\x18\x48\xb7\x90\x81\x6e\xa3\x55\ +\x18\x05\x09\xea\x16\x42\xc6\x4d\xa3\x85\x18\x85\xcc\x72\xa7\x10\ +\x4c\x6d\x50\xba\x13\x7a\xb2\x91\x65\x49\x6e\x13\x4d\xb9\x8e\x5e\ +\x06\x0c\x59\x82\x0d\xe6\xf7\xd6\xcc\xfa\x3e\xff\x46\x68\xd6\xec\ +\xe9\x53\x8c\x1b\x98\x08\x89\x49\x44\x4e\x63\xb5\xe8\x8f\x60\xd9\ +\x09\x4c\x38\xa0\x39\xcb\x71\x8d\xf1\x4c\x2d\x86\xb7\x9a\x73\x9c\ +\xbf\x01\x53\xf3\x02\xb5\x06\x89\xd1\x1f\xc2\x29\xff\xe1\xe3\xcc\ +\x10\x99\x4f\x12\x10\x51\xd5\xe5\x93\x01\x0d\x0c\xc3\x5c\xe5\x3f\ +\x9b\x74\x40\x7b\x56\xf5\x10\x83\x4e\x18\x23\x4a\x47\x98\x8f\x06\ +\xd6\x19\x4f\x79\x1d\x1e\x31\xf9\x8e\x32\xe1\x9e\xfe\xaa\x74\xa3\ +\x87\xc6\x46\x8e\x07\x36\x4c\x71\xc0\xd5\x9d\x4e\x8f\x00\x1f\xd0\ +\x43\x49\x60\x04\x48\x69\x34\x28\x5c\x98\xe9\x33\x77\xde\xd9\xc1\ +\xc0\xb6\xa0\x80\x88\x7b\xd7\x99\xd3\x0c\xb4\x6b\x2d\xa6\xcb\x73\ +\x1b\x1d\xfd\x5d\xe8\xe8\xef\x42\x97\x27\xec\x12\x5f\x25\x5c\x69\ +\xc9\x76\xd4\x4d\x6f\x34\x05\xdd\x46\x60\x34\x4a\x25\xd0\xb8\x48\ +\xea\xe1\xf8\x30\x3e\xbd\xfa\xa5\x56\xe6\xa7\xe3\x25\x9f\xfc\x1e\ +\x28\x78\xcb\x3f\x63\x48\xec\x51\xd5\x35\xbf\xaf\xbd\x2e\x7d\x20\ +\xa2\xf2\x99\x2a\xc4\x80\x39\x2a\x45\x2f\x67\x9f\xf9\x1e\x8c\xc3\ +\xda\xc9\xd2\x09\xe2\x4a\x77\x96\xe3\xdc\x6c\x97\xe7\x0c\x8a\x5e\ +\xce\xae\xdb\x0f\x70\x8d\xea\xa2\x74\x82\x41\xce\x94\x1b\x89\x07\ +\xe7\xba\x67\xee\xa8\x30\x81\xbd\x3d\xd1\x15\x04\x5c\x52\x55\x99\ +\x1e\x10\xfd\x38\xd8\xb3\xa8\x74\xbe\x2f\x49\x42\xca\x0a\x5b\x7f\ +\xb6\x9a\x24\xef\xea\x93\x20\x2e\x53\x47\x9d\xc6\x30\xea\xbc\xbd\ +\x8b\xcb\x54\x29\x97\x0f\x30\x4a\x19\xae\xa2\x4a\x06\xf6\x47\x24\ +\x4e\x5b\x18\xc4\x87\x2e\xef\x3a\x73\x60\xa6\x15\x7f\x26\xc2\xae\ +\x0b\x48\x6f\x2c\xca\x26\x42\xf5\x02\xac\x28\xfb\x8f\x18\x7b\xdc\ +\x39\x75\x61\x15\x78\x2b\x2a\x8c\xc8\xf8\xa1\x60\x0d\x4b\xa2\x06\ +\x40\x8a\x92\xfe\x1a\x70\x45\x12\x54\xda\xb4\xcb\xf1\x57\xb8\x1d\ +\x23\xfe\x6c\x8e\x81\x43\x00\x12\x14\xdb\x89\x08\x1a\x20\xc6\x41\ +\x77\xb6\xa3\x2a\xd4\xbf\x7c\x90\x85\x48\x25\x58\x1b\x4b\x63\x1f\ +\x95\x9f\x8a\x7d\x4a\x53\x6c\x0a\xe8\x07\xe3\x18\x8d\x8d\x1c\x9f\ +\xbe\xb7\x0f\x17\xd5\x6a\x83\xac\x0d\xb6\x25\x92\xc5\x52\x01\xe6\ +\x32\x80\x92\xd5\xb2\x1b\x08\x03\x37\x05\xa8\x7a\x7c\x74\xb8\xaa\ +\x35\xef\xec\x7d\x35\x6c\x6a\x52\x1c\x95\xe1\xda\xbd\x09\x2c\x17\ +\x30\x61\x2b\x18\x1b\xa1\xe0\xfb\xc4\x09\x64\x00\x1d\x00\x9a\x05\ +\xcb\x4e\x7f\x18\x4b\x4d\x34\xaf\x0e\xb3\x5e\xcc\x8f\x37\xc9\xa6\ +\x54\x00\x49\x32\x63\x03\x81\xd7\x81\x10\x07\xa6\xd8\xc7\xb5\x09\ +\x74\x1f\xc4\x5e\x30\x06\x00\x74\x13\x51\x97\xcc\x72\xa7\x2c\xc9\ +\x6d\xad\x99\xf5\x9a\xe6\x2e\xff\x07\x60\xca\x02\x5d\xbd\x8d\x15\ +\xab\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\x26\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x01\x00\x00\x04\x01\ +\x01\xcb\x64\x78\x8f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xa3\x49\x44\ +\x41\x54\x38\x8d\x5d\x93\x4d\x68\x94\x57\x14\x86\x9f\x73\xef\xfd\ +\x32\xa9\x63\x83\x46\x52\x22\xfe\x41\xb0\x82\x3f\x60\x8b\xab\x62\ +\xa0\x83\x01\x25\x64\xd3\xc6\xcc\x48\xa1\xb6\x8b\xba\x50\x24\xd0\ +\x55\x5d\x18\xa8\x56\x04\x85\x2e\x2c\x08\x05\x17\x75\xa7\x26\x1f\ +\xcd\xae\x44\x50\xa8\x5d\xb8\xb0\x25\x9b\x92\x4c\xa4\xd8\x16\x51\ +\x02\xb6\xd1\x68\xcc\x7c\x66\x7e\xee\x39\x2e\x4c\xc6\x24\xef\xee\ +\x1e\xde\xf7\x9c\x77\xf1\x5c\x61\x95\xac\xbf\x7f\x1b\x21\x1c\x43\ +\x35\x8f\x48\x03\xb3\x35\x38\x17\x50\xfd\x0f\xd5\x2b\x32\x3a\xfa\ +\x78\xb9\x5f\x56\x84\x8f\x1c\xd9\x43\x8c\x9f\xd0\x68\x5c\x26\x97\ +\x7b\x8f\x18\xf7\xe0\x9c\x62\xf6\x07\x31\x06\x42\x18\xc4\xec\x2f\ +\x49\xd3\x2b\x4b\x19\xd7\x0c\x17\x8b\xa7\x65\x78\x78\x02\xb3\x9b\ +\x24\xc9\x45\x54\x7b\xf0\x7e\x1a\xb3\x39\xcc\x8e\xe1\xfd\x49\xbc\ +\xbf\x00\xd4\x6c\x60\x60\x70\x45\x03\x2b\x95\x8e\x63\x36\x81\x59\ +\x0e\xf8\x98\xf6\xf6\x73\xd4\x6a\x9e\x2c\x3b\x8b\x99\x60\xf6\x37\ +\xaa\xbf\xe0\xdc\x59\x54\x87\xf0\xfe\x33\xe0\x37\x49\xd3\x71\x67\ +\xbd\xbd\x39\x54\x77\xd2\xd2\xf2\x27\xce\xf5\x23\x72\x89\xd9\xd9\ +\x1f\xa9\x54\xea\x32\x32\x72\x4a\xd2\xf4\x1b\x44\xee\x11\xc2\xb7\ +\xa8\x0e\x11\xc2\x77\xc0\x65\xcc\xbe\x00\x10\x2b\x95\x0e\x2d\x5e\ +\xe9\xc2\xfb\x5f\x89\xf1\x73\x44\x2e\x01\xbb\x80\x4f\x81\x77\x50\ +\xfd\x89\x24\x99\x46\xf5\x2b\x54\xef\x01\x2d\x40\x37\x95\xca\x90\ +\x43\x75\x2f\xde\x4f\xe2\x5c\x97\x0c\x0f\x4f\xe1\x5c\x8e\xd6\xd6\ +\x0c\x91\xc3\x92\xa6\x5f\xb3\x7b\xf7\x09\x9c\x3b\x4e\x8c\x4f\x50\ +\x6d\x63\x66\xe6\x16\xd0\x0d\xfc\x4e\x3e\xbf\x2f\x20\xd2\x46\xb5\ +\x9a\xe1\xbd\x59\xa1\x10\x80\x1a\x0b\x0b\x1b\x81\x09\x2b\x16\xbb\ +\x29\x97\x1d\x22\xa3\xc0\x7e\x44\xa6\xd8\xb0\x61\x3b\x00\xde\x4f\ +\x61\xb6\xcf\x61\x36\x47\x08\x09\x22\x46\x47\x87\xa1\x9a\x30\x3f\ +\xff\x08\xd8\x84\xf7\x0f\x31\xfb\x10\xe7\xc6\x81\x0f\x30\x7b\x84\ +\x73\x5b\x00\xc8\xb2\x7f\x80\xb5\x01\x78\x80\xc8\x5e\xcc\xca\x38\ +\xb7\x93\x18\xbd\x8c\x8d\x55\xad\x54\x6a\xe5\xc6\x8d\xc7\x0c\x0c\ +\x6c\x3e\x78\xe8\x7c\xfe\xe8\x83\xdb\x3d\xf7\xdb\xb7\xb6\xad\x5b\ +\x78\xb9\xbe\x33\x9b\xdd\x7e\x6d\xc7\x81\x7e\xcc\x3d\x0b\x24\xc9\ +\x5d\xea\xf5\x2f\x81\x32\x31\xae\x07\x6a\x56\x28\x04\xcc\x44\xc0\ +\xec\x0d\x2c\x3d\xd7\xde\xef\xe9\x03\xfa\xde\x52\x47\x1f\x58\xd5\ +\xc9\xf5\xeb\x4f\xa8\x54\x7e\x40\xa4\x8a\x73\x39\x9c\x9b\xa6\xb3\ +\x73\x23\x22\x4d\xc8\x96\xd4\xe2\x85\xef\x7b\x37\x71\xa0\xeb\xdd\ +\xe6\xcc\x01\xc8\xd8\x58\x15\x91\xea\x22\x48\x2f\xa8\xd7\xdb\x50\ +\xb5\xe5\xe1\xe0\x84\xc1\x8f\x3a\xf8\x77\xb6\xc6\xd6\x75\x09\xfb\ +\xb7\xe5\x57\xa2\x8c\xd9\x0c\x22\x2f\x81\x79\x42\x58\xf3\xf6\xb7\ +\x88\x01\x44\x35\xae\x8e\x3f\x65\x6e\x21\xf2\xf3\xe4\x73\xee\xff\ +\x5f\x7d\xb3\xb8\xe9\x4b\xd3\x32\x80\x15\x0a\x81\x42\x41\x99\x9c\ +\x2c\x2e\x6f\x60\xc0\xb3\x57\xb1\xf9\x7e\x9a\x35\x56\x35\x58\x5a\ +\x74\xe7\x4e\x43\xce\x9c\x51\x54\x47\x16\x1b\x64\xab\x3d\xcb\xf5\ +\x1a\xa4\x95\x20\xfe\xe0\x80\x11\x90\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x02\xb6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x8b\x00\x00\x04\x8b\ +\x01\xb5\x23\x3f\xf0\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x33\x49\x44\ +\x41\x54\x38\x8d\x7d\x92\xbf\x4f\x53\x51\x14\xc7\x3f\xe7\xbd\xb6\ +\xaf\x25\x0c\x98\xe0\x8f\x20\x46\x78\x94\xa4\xb1\x3a\xa8\xb4\xda\ +\xc2\x60\x07\x07\xf5\xbf\x20\x8e\x2e\x3a\xb9\x90\x14\x17\x49\x9c\ +\x35\xae\xba\xd9\xc1\xc5\xa8\x63\xa7\x3e\x4a\xf3\x42\x20\x84\x04\ +\x07\x94\x26\x22\x1a\x13\x89\xa4\xa1\xa5\xf4\xbd\xe3\x50\x2e\x81\ +\x4a\xf8\x4e\xe7\x9e\xfb\xfd\xde\x73\xee\xf7\x1c\xe1\x14\xcc\xd7\ +\xe6\xbf\x02\xa3\x81\x04\xa9\xa9\xcc\xd4\x97\x93\x38\x96\x09\x7c\ +\xdf\xef\x2b\x95\x4a\xb6\x39\x57\xab\xd5\x71\x60\x04\xc0\xc6\xbe\ +\x6f\xf2\xa5\x52\xc9\xf6\x7d\xbf\xcf\x9c\x05\xa0\xbc\x5a\xee\x8f\ +\x37\xe2\x9f\x11\x2c\x55\x7d\x2e\x96\xb4\x80\x39\x94\x9b\x07\xbc\ +\x96\xa2\x2f\x10\x36\x45\x65\x1a\xa5\xdd\xea\x6f\xdd\x2b\xa4\x0b\ +\x8d\x08\x80\xd3\x74\x86\x11\x6e\x00\x7d\x22\xf2\x01\xfd\xaf\xd3\ +\xb8\x20\x33\x87\x79\x61\xd7\x69\x3a\xc3\xc0\x9a\x05\x90\x9f\xc8\ +\xaf\x21\xbc\x3d\xcd\x8f\x1e\xbc\xc9\x4f\xe4\xd7\x00\x22\x47\x92\ +\x3b\x47\x19\x5b\xbf\xfe\xb2\xb4\x52\xa7\xbd\x1f\x90\x1c\x39\xc7\ +\x95\xd4\x10\x22\x62\x3a\x38\xe4\x0a\x40\x65\xa1\x92\xb3\xc5\xfe\ +\xa4\xe8\x80\x11\xbf\x7b\xbf\x40\x2c\x16\xd1\x58\x34\xd2\xd9\x69\ +\x34\xa3\xb9\xcc\x18\xb9\x4c\xd2\xa8\xb6\xc3\x30\x7c\x30\x79\x6b\ +\x72\xde\xf2\x6a\xde\xba\x25\x96\x67\xc4\x00\x4b\x2b\x75\x62\xb1\ +\x88\x5e\x4b\x5f\x1c\xbf\x34\xd8\x8c\x0f\x5d\x18\xf8\xb9\xb8\x5c\ +\x47\xf5\xc0\x04\xe5\x8c\x25\x96\xd7\xd5\x22\x6e\xef\x07\xf7\xda\ +\x1d\x62\xd1\x48\x67\xf7\xcf\xc6\xb7\x62\xb1\x18\x26\x12\xb1\xad\ +\x4e\x10\x12\x86\xc7\xdd\x15\xc4\xb5\x02\x09\x52\x08\x4f\x80\x96\ +\xb9\x48\xba\xe7\xd9\x69\x34\xa3\xdb\xad\x81\xcd\xa7\xb3\xaf\x16\ +\x37\xea\xbf\xaf\x8f\x5e\x1e\xc4\xb6\x0f\xd7\xa6\xa9\xa2\x8f\x03\ +\x09\x52\x62\x32\x5e\xcd\x7b\x26\xc8\x0c\x80\xaa\x52\xf5\xd7\x59\ +\x5c\xae\xb3\xdf\x09\x70\x47\xce\x72\xf7\x4e\x9a\x44\x3c\x66\x4a\ +\x17\x73\x99\xdc\xec\xf1\x29\x08\x9b\x66\xce\x22\x42\x2e\x93\xe4\ +\xf6\xc4\x18\x61\xa8\x47\x2b\x1b\x0f\x7e\x98\xd0\x82\xee\x7a\x8a\ +\xca\x74\xaf\x17\x22\xf2\xbf\xb8\x8b\x87\x66\xed\x2d\x00\xd7\x75\ +\x1d\x94\x36\xb0\x8b\xf0\x5a\xd1\x39\x84\xed\x1e\x51\x55\x45\x3f\ +\x02\x6d\x94\xb6\xeb\xba\x4e\xb7\xf1\x03\x94\x57\xcb\xfd\x4e\xd3\ +\x19\x36\x1b\x56\x59\xa8\xe4\x2c\xb1\xbc\x6e\xc7\xfa\x32\x9f\xcd\ +\x3f\x02\xf0\x7c\x2f\xb5\x97\xd8\xfb\x5e\x48\x17\x1a\xc7\x1e\x38\ +\x09\x5e\xcd\x5b\x17\xc4\xb5\xb1\xaf\x66\xb3\xd9\xd5\x93\x38\xff\ +\x00\x6d\xd5\xd7\xe3\xdf\x7f\x80\xad\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x03\x27\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\xf0\x00\x00\x03\xf0\ +\x01\xd8\xe5\x4a\xc4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xa4\x49\x44\ +\x41\x54\x38\x8d\x75\x93\xcf\x4f\x13\x41\x1c\xc5\xdf\xcc\x6c\xf7\ +\x57\xdb\x2d\x6d\x85\x42\x0d\x07\x28\x28\x78\xa0\x31\x41\x13\x83\ +\xe8\x09\x2e\x9e\xbc\x10\x2f\x90\xa8\x89\xde\xd5\x84\xe0\xa9\x89\ +\x26\xc4\x18\x8e\x5e\x3c\x18\x35\xc6\x03\xfe\x05\x44\x0f\x28\x10\ +\x13\x3c\x29\x06\x04\x52\x90\x80\x10\x04\x6a\xd9\xa5\xdd\xce\x76\ +\x76\xd7\x03\x52\x0b\x49\xdf\x69\xf2\x9d\x37\x9f\x7c\xbf\x6f\x66\ +\x08\x4e\x68\x78\x6c\x2a\x6d\xe8\xd2\x43\x5d\x0b\xb4\x49\x32\x0b\ +\x03\x80\x70\x5c\xcb\x2e\x8a\xe5\x7d\xbb\x3c\xfa\xe4\x7e\xef\xd7\ +\x6a\x3f\x39\x5a\x64\x32\xe3\xb2\x9e\x6c\x9d\x88\x37\x68\xe7\xcf\ +\x75\xc5\x22\x8c\x91\x63\x60\x57\x78\x58\x5c\xf8\xb3\xbd\xb1\x66\ +\x7e\x10\x3b\xeb\xb7\x32\x99\x01\xa7\x02\xc8\x64\xc6\x65\x2d\x99\ +\x9a\x6f\x6b\x49\xa6\x82\x86\x82\x58\xa3\x73\xb2\xb1\x8a\x2c\xd3\ +\x71\x67\xa7\xb7\x66\xf8\xf6\x5a\x5f\x26\x33\xe0\x50\x00\xd0\x93\ +\xad\x13\x6d\x2d\xc9\x94\xaa\x29\x70\xcb\x80\x6d\xb1\x9a\x80\xb0\ +\x21\xb3\x8b\x97\x9b\x7a\xa4\xfa\xe6\x17\x00\x40\x86\xc7\xa6\xd2\ +\x67\x5b\x4f\x4d\x35\xd6\x37\x84\xfd\x7f\x13\xe9\x2a\x45\x57\xa7\ +\x8a\x88\x2a\x03\x00\x4c\xee\x60\x23\x7f\x80\x52\x59\x54\x40\x0b\ +\xdf\x77\x7f\xcf\xcd\xe7\xfa\x68\x44\x0b\x8c\x74\xa6\xeb\xc2\xd1\ +\x26\x01\x55\xf7\xa0\x2a\x14\x3d\x69\x03\x2a\x05\xf2\x96\x85\xbc\ +\x65\x41\x21\x40\x67\x22\x0a\x99\xfd\xef\xec\x4c\x47\xac\x21\x1a\ +\x92\x47\xa8\xa6\x4b\xed\x8c\x11\x30\xc9\x47\x38\x2e\x90\xee\x50\ +\x51\x16\x0e\xcc\x42\xc1\x77\x5d\xef\xa5\xeb\x7a\xaf\xcc\x42\xc1\ +\x77\x9c\x32\x9a\xa3\xa1\x0a\x80\x49\x14\xba\x26\xb5\x4b\x92\x4c\ +\xc3\xd5\x33\xd6\xe9\x32\xf2\x96\x05\x4a\xe8\xeb\x44\x3c\x7a\x13\ +\x00\xb6\x73\x39\x62\x73\x3e\x54\x17\x3e\x66\x85\x14\xa0\x06\xad\ +\x99\x16\xf1\x49\xcd\xbd\x23\x51\xe2\x4b\xc2\xf1\xac\xea\x9a\xc9\ +\x1d\x68\x8a\x02\xb3\x50\x18\xdc\xce\xe5\x00\x00\x9e\xe7\x0f\x86\ +\x34\x05\xfb\x25\x7e\xec\xbc\xe0\xae\x45\xed\xa2\x58\x76\x85\x57\ +\x29\x6e\xe4\x0f\x20\xcb\x01\x18\xc1\x20\x61\x94\x0d\x31\xca\x86\ +\x8c\x60\x90\x04\x24\x19\xdf\x7e\x94\x60\x1f\x1c\x06\xe9\x0a\x0f\ +\xb6\x2d\x96\x58\x77\xef\xe0\x22\xa1\xf4\x7a\x7d\x42\x0f\x01\x80\ +\xf0\x3c\xe4\x0a\x1c\x41\x55\x46\x5d\x50\x87\xaa\x28\xb0\xb8\x8b\ +\x2f\x73\x05\xd8\xdc\x87\x53\xa2\xe0\x36\xc5\x6a\x76\x2f\xbf\xb3\ +\x63\xde\x26\x00\xf0\xf8\xd9\xe7\x37\x97\xae\x9c\xbe\x11\x36\xe4\ +\x9a\x2f\xc8\xdc\x93\xc0\x8b\x87\x91\xd9\x45\x8e\xec\xcf\x5f\xef\ +\x87\xef\x74\xf7\x53\x00\x10\x3b\xeb\xb7\x66\xa7\xb7\x66\x2c\xd3\ +\x71\x6b\x01\x82\x11\x17\x04\x3e\x8a\x36\x47\x76\x75\x73\x39\xeb\ +\xe3\x1a\x00\x30\x00\x98\x9c\x7c\xe7\xf6\x5e\xe8\x7f\xbb\xb9\x4b\ +\x52\x9c\x7b\x89\x58\x5c\x0d\x51\x7a\xfc\x12\x7c\xcf\xc3\xca\x4a\ +\xee\x60\x73\x73\xef\x63\x16\xe8\x79\x7e\xb7\xbb\x0c\x54\xfd\xc6\ +\x23\x3d\x78\xfa\xa9\x2b\x1a\x92\x47\x74\x4d\x6a\x97\x64\x66\xc0\ +\x07\x44\xd9\x35\x6d\x5b\x2c\xd9\x36\x1f\x7d\x74\xef\xea\x5c\xb5\ +\xff\x2f\x80\xbf\x13\x9c\x14\x7a\x5f\xc8\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0e\xde\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0e\x5b\x49\x44\ +\x41\x54\x78\x9c\xc5\x9b\x7b\x70\xdc\xd5\x75\xc7\x3f\xe7\xfe\x7e\ +\xbb\x92\x56\xaf\x95\x90\xd6\xb2\x2c\x1b\x6c\x19\x0c\xd8\x50\x98\ +\x92\x74\x42\x1b\x1a\x86\xd8\x66\xd2\xcc\x40\x4b\xd3\x26\x14\x12\ +\x4a\x4b\xfa\x0f\x2d\x84\xd2\x29\xed\x0c\x19\x25\xff\x64\xc2\x23\ +\xcd\x63\xf8\x83\x32\x25\x90\x69\xa1\x43\x33\x2d\x49\x08\xc1\x36\ +\x8e\x67\x70\x67\x48\x1a\x27\x40\xb0\x1d\x0c\x46\x36\xb6\xde\x5a\ +\xed\x6a\xf5\xf2\x6a\xb5\xbf\x7b\xfa\xc7\x6f\xb5\xbb\xbf\xdd\x95\ +\xb4\xab\x47\xf8\xce\xec\xcc\xee\xb9\xe7\x9e\x7b\xcf\xb9\xaf\x73\ +\xcf\xb9\x2b\x6c\x30\x46\x0e\x6c\x8a\x19\xec\x0d\x62\x64\x37\xaa\ +\x97\x23\x72\x19\x4a\x1b\x48\x14\xb4\xc9\xe7\x92\x19\xd0\x49\x84\ +\x24\xca\x29\xe0\x1d\x2b\x9c\x50\x2b\x47\xbb\xf6\x8f\x8e\x55\xd3\ +\xce\x57\xf9\xea\xc7\xbe\xcc\x97\x7f\x06\x68\x2d\xfd\x93\x5a\x15\ +\xaa\x06\xf1\x57\xbb\x3e\xa2\x6a\x3f\xa7\xca\x5e\x81\xdd\x6b\x68\ +\x47\x15\x4e\x08\x1c\x04\xfb\x7c\xe7\xbe\xf8\xb1\x4a\x4c\x4f\xf2\ +\x64\x68\x98\xe1\xdf\x00\x0f\xf4\xd1\xf7\xc3\x5a\x1a\x58\x37\x03\ +\x4c\xbc\xdc\xde\x62\x43\xee\x17\x51\xbd\x1b\xe4\x8a\xf5\x92\x5b\ +\x82\x93\x08\xdf\x65\xce\x3e\xd9\x79\x4b\x7c\x7a\x91\xf8\x15\xbe\ +\x72\x8f\xa2\xff\x0a\xbc\x0d\x5c\xd3\x47\x9f\xad\x56\xe0\x9a\x0d\ +\x90\x7a\xa5\xa7\x3d\x63\x32\xf7\x81\xfc\x2d\x68\xdb\x5a\xe5\x55\ +\x07\x49\xa2\xfa\xed\xd0\xc2\xfc\xb7\xbe\xf9\xe9\x2f\xcd\x02\xef\ +\x00\xdb\x73\x85\x9f\xe9\xa3\xef\xfb\x55\x4b\x5a\x6d\x17\x54\x91\ +\x89\x57\x63\x77\xaa\xf2\x18\xd0\xb9\x5a\x39\x6b\x44\xe2\xf0\x63\ +\x37\x1d\x79\xe7\xe0\xae\xdb\x8a\x68\x27\x81\xab\xaa\x9d\x05\x66\ +\x35\xad\x8e\xbd\xd2\xb9\x73\xe2\x50\xec\x7f\x55\x79\x96\x0f\x4f\ +\x79\xbc\x8c\xd3\x7e\xfe\x57\x5b\x6e\x2b\x21\x5f\x09\x7c\xb6\x5a\ +\x19\x35\x1b\x20\x7e\x30\xf6\xc7\x62\xe4\x17\x0a\xd7\x2f\xc5\x23\ +\x4e\x3d\xa6\xa1\x0b\x37\x7a\x39\x4e\x74\x0f\x98\x70\xad\xcd\x54\ +\x85\xb7\x7f\xb4\x87\xd9\x78\x53\xa5\xa2\xbe\x3e\xfa\xdc\x6a\x64\ +\x54\xc5\x04\xa0\x7d\x98\xf8\xc7\x3a\x1f\x57\xb8\xbf\x22\x83\x08\ +\x26\x14\x45\x22\x5d\x88\xdb\x58\x20\xab\x22\xc6\x45\x6d\xa6\xda\ +\xa6\xaa\x42\x36\x1d\xe2\x57\x2f\x5c\xbb\x54\xf1\xa5\xc0\x1d\xc0\ +\x33\x2b\xc9\xa9\x6a\x0f\xd0\x17\x76\x87\xe3\xd1\xf1\x67\x80\xcf\ +\x55\x14\x12\x6e\xc3\x69\xec\x06\xa7\xa1\x50\x27\x9b\x46\x17\x92\ +\xe8\x7c\x12\xcd\xce\x55\xd3\xcc\xb2\x98\x4b\x44\x48\x0d\xb5\xe6\ +\x3f\x23\x27\xbb\x18\x78\x73\xcb\x72\x55\x46\x80\xef\x0b\x72\x1a\ +\x38\x6d\x30\xa7\x3d\xbc\x33\x7d\xf4\x05\x46\x62\x45\x03\xf8\xca\ +\xc7\xff\x07\xf4\x53\x65\x85\x12\xc2\x34\x6f\xc3\x84\x17\x37\x7f\ +\x45\xd3\x49\x6c\x7a\x64\x4d\x4a\xa7\x06\xa3\x9c\x7c\xe5\x72\x26\ +\x87\x5a\x49\x0d\xb6\x32\x35\xdc\xca\xc2\x85\xd0\xaa\xe5\x15\xc1\ +\x03\xce\x03\xa7\x81\xf7\x81\xd7\x96\x5d\x02\xaa\xc8\xf8\xc1\xf1\ +\xa7\x04\xca\x94\x97\x70\x0b\x4e\x53\x2f\x18\xc7\xe7\x9d\x4f\x60\ +\x67\x07\x51\x3b\xbf\xe6\x5e\xb6\x74\x4f\xe2\x2d\x38\xf4\x1f\xed\ +\x5d\xb3\xac\x12\x38\xc0\x25\xb9\xcf\x4e\xe0\x31\x67\x39\xee\x7b\ +\xaf\xef\xfc\x17\x11\xf9\x9b\x52\xba\xa9\xef\xc0\x69\xde\x01\x62\ +\x40\x17\xf0\xa6\xcf\x62\x2f\x0c\x83\x7a\x41\x46\x31\x98\x70\x14\ +\xa9\xef\x04\xcd\x82\x5d\xa8\xaa\x97\x22\xb0\xed\xba\xf3\xb8\x61\ +\x8f\x81\x37\x7a\xaa\xaa\x53\x23\xde\x01\x6e\xec\xa3\xef\xec\x92\ +\x06\x18\x3b\xd8\xf9\x19\x11\x79\xbc\x94\x6e\x22\x5d\x98\xc6\x6d\ +\x80\xa0\xd9\x19\xbc\xc9\x53\xe0\x05\xa7\xbb\xb8\x11\x9c\xc6\xad\ +\x98\xe6\xed\x98\xba\x76\x24\xd4\x04\xc6\x45\xe7\x93\x35\xf5\x72\ +\xf3\x9e\x61\x1a\x9a\xe7\xf9\xe0\xd8\x56\xd6\xd1\x69\xfd\x65\x98\ +\xf0\x27\x1f\xe6\xe1\x11\xf0\xa7\x44\x19\x46\x0f\xc7\x7a\x8d\xca\ +\x4b\x40\x7d\x31\xdd\xd4\x77\xe4\x94\x07\x9b\x49\x62\x53\xef\xe3\ +\x2f\xab\x45\x86\x10\x4e\xf3\x0e\x4c\xe3\x56\xc4\x6d\x40\x10\x50\ +\x8b\x5d\x98\x44\x67\x87\xfc\x59\x50\x23\x36\x5d\x3e\x4a\x4b\xd7\ +\x34\x1f\xfc\xfc\x12\x54\xd7\x6c\x84\xa3\xc0\xfe\x87\x79\x38\x3f\ +\x12\x65\x06\x50\x45\xd2\xa7\x1b\x7f\x84\x7f\x94\xe4\x21\xe1\x16\ +\x7f\xda\x23\xd8\xf9\x24\x76\xa6\x9f\xe2\x8b\x97\xa9\xef\xc4\x69\ +\xde\x89\xb8\x11\x9f\x90\x9d\xc5\x9b\x39\x8f\xce\x9e\x45\xe7\x13\ +\xab\x52\x7e\x11\x1d\xbd\x13\x44\x7b\x26\x39\xf3\xfa\x25\xa8\x5d\ +\x95\xef\x46\xf7\x9e\xe1\x44\x93\xdb\xfc\xbb\x0f\x4e\xf7\xcd\x14\ +\xd3\xcb\x4c\x3a\x7e\x70\xd3\x5f\x83\x3e\x15\x20\x4a\x08\xb7\x6d\ +\x0f\x18\xa7\x30\xed\xf3\xca\x0b\xa6\xa9\x07\x53\xbf\x09\x00\xf5\ +\xe6\xd1\x99\x73\xd8\x85\xd4\xaa\x3a\xba\x1c\x3e\xf8\xf9\x25\xbc\ +\xdc\x77\x33\xd6\xab\xcd\x08\xbd\x7f\xd0\xcf\xbe\x7f\x3e\x84\xe3\ +\x64\xef\xea\xd8\x3f\xfe\x6c\x71\x59\x40\x52\xea\x95\x9e\x76\xd0\ +\xaf\x95\x0a\x30\xcd\xdb\xfc\xdd\xde\x66\xf0\x52\xa7\x09\x28\xdf\ +\xbc\x3d\xaf\xbc\x4d\xc7\xf1\x26\x4f\x54\x56\xde\x6d\x40\xdc\xfa\ +\x72\x7a\x0d\xd8\x72\xcd\x00\x6a\x6b\x5f\x06\x5d\x57\x8e\x60\x5c\ +\x0f\x15\x79\x24\x79\x24\x1a\x2d\x2e\x0b\x18\x20\x63\x32\xf7\x03\ +\x1d\xc5\x34\x09\xb7\xe5\xcf\x79\x6f\xe6\x5c\x60\x2a\x9b\xa6\x1e\ +\x4c\x5d\x3b\x00\x76\x76\x10\x3b\x73\x16\xb4\x70\x07\x11\xe3\x62\ +\x22\xdd\xb8\xed\x57\xe3\x46\x77\x63\x5a\x77\x23\x52\xb5\xf3\x59\ +\x86\x89\xb3\xed\xab\xda\x07\x26\xce\xb4\x2f\x7e\x8d\x65\x17\xc2\ +\x7f\x57\x5c\x96\x37\xc0\xc4\xcb\xed\x2d\x20\xf7\x06\x6a\x8a\xf8\ +\x1e\x1e\xfe\x39\xaf\x99\xc9\x42\xc5\xfa\xce\xc2\xc8\xcf\x0e\xfa\ +\xc7\x60\xa1\x22\xa6\x3e\x86\xd3\x76\x35\x26\xd2\x5d\xb8\x0b\x64\ +\x67\x50\x4a\x8e\xca\x1a\x90\x38\x73\xd1\xaa\xea\xc5\x83\xf5\xee\ +\x1b\xff\x41\x47\xf3\xe2\x8f\xfc\x70\xe4\x82\x19\x81\xfb\xbc\x09\ +\x45\x73\xee\xad\x62\xe7\x06\x8b\x0b\x30\x11\xff\x7c\xb6\xe9\x78\ +\x50\x79\x71\x70\x9a\x7b\x91\x70\x4b\x4e\x70\x06\x9b\x1e\xc3\xa6\ +\x13\xb0\xc6\xfb\x40\x7c\x95\x06\x48\x7c\xd0\x8e\xf5\x0c\xc6\xb1\ +\x00\xed\x34\x98\x7b\x80\x6f\x40\xd1\x0c\x50\xe5\x0b\xa5\x15\x25\ +\xb2\xd9\x2f\x4b\x27\x51\xaf\xe0\xe1\x39\x4d\x17\xfb\x1b\xa2\x37\ +\x8f\x9d\x3d\x57\x54\xc1\xc1\x69\xdd\x95\x53\x5e\xb1\x17\x86\xc9\ +\x26\x8e\x63\xe7\x46\xd6\xac\x3c\x2c\x3d\x03\x9c\xb0\xc7\x15\x37\ +\xff\x86\x68\xcf\x64\xc5\x72\xbb\xe0\x30\x39\xd0\x5a\x4c\xfa\xab\ +\xc5\x2f\x2e\xe4\x62\x78\xd6\xee\x29\xe6\x10\xb7\x3e\x7f\xa4\xd9\ +\xf4\x48\x11\x3d\x82\x84\xfd\x7d\x44\x67\xce\x15\xad\x79\xf1\x47\ +\xde\x8d\x80\x5a\xbc\xe9\xfe\xc0\x92\x59\x0f\xc4\x0b\x6b\x19\x00\ +\xe3\x7a\x5c\xb1\xef\x14\xd7\xdd\x71\x8c\xa6\x8e\x19\x54\x85\xfe\ +\xa3\xbd\xfc\xec\x99\x8f\x32\x39\x10\xd8\xeb\x48\x9c\xbd\x88\xf6\ +\x8b\xf3\xc7\xff\x95\x63\x87\x3a\xaf\x8d\xed\x1d\x7f\xc3\x05\x50\ +\xb5\xe5\xb7\xbc\x50\x6e\x35\x78\xe9\xc0\xc5\xc6\x34\x74\xf9\x5f\ +\xb2\xb3\x81\xdd\xde\x34\xc4\xfc\x91\x57\xc5\x9b\x3e\x53\x59\x79\ +\x09\x63\xdb\xf6\xa3\xad\x37\xa1\x91\x3d\x10\xce\xc5\x52\x32\x63\ +\xc8\xdc\x71\x24\xf5\x53\x4c\xf2\x00\x68\xf9\x6c\x99\x9d\x68\x24\ +\x9d\x6a\xc8\x2b\x7e\xe9\x27\x4e\xf3\xd1\x3b\x8e\xd1\xd2\x5d\xe8\ +\x83\x88\xd2\x7b\xc3\x69\x76\x7c\xfc\x7d\xfa\x8f\xf6\xf2\xfa\xd3\ +\xbf\x47\x6a\xa8\x35\x67\xbc\x8b\xd8\xf9\x87\xa7\x0b\xbc\x56\x6e\ +\x07\x7c\x03\xa0\xec\x2b\x6d\xd0\xa9\xf3\x2b\x6a\xa6\xc8\x7d\x15\ +\x03\x75\xb9\x13\x61\xae\x68\x56\x18\x17\x13\xf1\xaf\xa6\x9a\x1e\ +\x09\xd6\xc9\x41\xdb\x3e\x85\xdd\xf2\x20\x1a\xde\x5c\x6e\x98\xba\ +\x1e\xb4\xae\x07\x6d\xbb\x19\xed\xbe\x1f\x33\xf8\x18\x92\xfc\x49\ +\x80\x25\x71\xe6\xa2\xbc\xe2\x1f\xb9\xe3\x18\xad\xdd\x4b\xfb\x19\ +\x8b\x86\xd8\x7e\xfd\x19\xde\x3d\xb2\x93\x5f\xfc\xc7\x75\x4c\xf4\ +\x97\x2c\x1f\xe1\x93\x00\x32\x72\x60\x53\xcc\x11\x1d\xa1\xc4\x29\ +\x72\xdb\x76\x83\x53\x8f\x97\x3c\x89\x7a\x17\x00\x30\x75\x6d\x98\ +\xe6\x5e\x50\x4b\x76\xe2\x0d\x16\xfd\x01\x13\xe9\xf6\x77\x7b\x9b\ +\x21\x9b\x38\x0e\x14\x85\xe3\xc4\xc1\xeb\x79\x08\xed\xbc\x63\xc9\ +\x0e\x57\x82\x19\xfb\x1e\x66\xf0\x91\xfc\x05\x6b\xfc\xbd\x18\x75\ +\x8d\xf3\x81\x11\xaf\x16\x5e\xd6\xf0\xc1\xff\x5d\xcc\x8e\xeb\xcf\ +\x14\x93\xed\x42\xc8\xdd\xe4\x1a\xec\x0d\xfe\xfd\x2b\x88\x6c\xea\ +\x3d\xdf\xf9\xc9\x29\x0f\x40\xc8\x0f\x3f\xd9\x4c\x8a\xa0\x1b\xec\ +\xbb\x0e\x36\x3d\x46\x40\x79\x58\x95\xf2\x00\x36\xf6\x79\x5f\xf6\ +\x80\xef\x97\x75\x5e\x5a\x55\x7e\xa4\x22\x1c\xd7\x96\x2a\x0f\x60\ +\xc2\xd9\xec\x0d\xae\x9f\xb1\xa9\xd4\x83\x4c\xa9\x2e\x68\x7a\x02\ +\x2b\x21\xec\xdc\x50\x81\xe8\x36\xe4\xcf\x79\x9b\x4e\x04\xf9\xdb\ +\xfe\xa8\xa2\xf2\x02\x93\x0a\x2f\xaa\xf0\x16\x80\x28\xd7\x00\xb7\ +\x02\x81\xad\xda\xc6\x3e\x8f\xcc\xbe\x59\xb6\x1c\xd6\x0b\xaa\xec\ +\x76\x51\x76\x55\x5d\x21\x3b\x87\x4e\xf7\x97\x10\x7d\x49\x9a\x9d\ +\x0e\x1e\x75\x12\xc6\x6e\x79\xa0\x5c\x86\xf0\x7c\xd6\x75\xef\xdd\ +\xda\xda\x1a\xb0\xd6\xf9\x54\xaa\xdd\xcd\x66\x9f\x40\x83\x11\x5d\ +\xaf\xfb\xef\x71\x27\x0f\x57\xdc\x18\xd7\x0c\x61\x97\x0b\x72\x59\ +\x8d\xe9\xb4\x20\xbc\x0b\x64\x13\x6f\x95\x05\x43\x6c\xdb\x7e\x34\ +\xdc\x1d\xa0\xa9\xf0\xfc\xe6\xf6\xf6\xbf\x10\x91\xb2\x06\xb7\xb6\ +\xb6\x26\x54\xf5\xf6\x91\x44\x82\x80\x11\xea\xb6\xa0\xd1\xbd\x48\ +\xf2\xc7\xab\xef\xe3\x52\x50\xbd\xcc\x80\x76\xac\xcc\xb9\x92\xa0\ +\x2c\xa5\x46\xd4\xd6\x9b\x02\xbf\x05\x26\x3d\xd7\xbd\xb7\x92\xf2\ +\x79\x1e\x11\xf5\x42\xa1\x7b\x81\xc0\x4e\x67\xa3\x37\x2d\x51\x63\ +\xad\x90\x0e\xa3\x50\x31\xb0\xbe\x56\x68\x64\x77\xf0\x37\xbc\x58\ +\x3a\xed\x2b\xa1\xa7\xa5\x65\x02\xe4\x07\x81\xba\x8d\x7b\x96\x62\ +\x5f\x2b\x9a\x8d\x40\xf3\xca\x7c\xb5\x42\x20\x1c\x0b\x50\x54\xf8\ +\x75\xb5\xb5\x55\xf4\xad\x00\x21\xb4\x89\x0d\x4a\x64\x37\xaf\x2e\ +\xbc\xb2\x22\x94\x0a\xfb\x4a\xd5\x1a\x88\x2d\xcd\x58\x55\x94\xb7\ +\x2e\x30\x0a\xd3\x2b\xb3\xad\x02\x99\xf1\xc0\x4f\x51\xae\xae\xba\ +\xae\x48\x90\x77\x61\xf5\x3e\xc0\x0a\x98\x36\x02\x33\x2b\xf3\xd5\ +\x0e\x99\x3b\x5e\x4a\xba\xf5\x7c\x2a\xd5\x5e\x89\xb7\x18\x43\x53\ +\x53\x1d\xa0\xb7\x04\x64\xcd\x94\xc9\x5a\x2f\x4c\x1b\x90\xf8\x46\ +\x48\x96\xd4\x4f\x4b\x49\xad\x6e\x36\xfb\x84\x2e\x13\xd2\x51\x55\ +\x91\xf9\x85\x27\x80\x96\x62\xba\x49\x1d\x0e\xca\x16\x59\x53\x64\ +\xa9\xa8\xc5\xb8\x01\x7d\x77\x1d\x24\x95\xc1\x24\x0f\xc0\xfc\x60\ +\x90\xa8\x7c\x76\x24\x9e\x78\x7e\x60\x6a\xaa\xec\x62\x3f\x34\x35\ +\xd5\x31\x12\x4f\xfc\x27\xc2\x9f\x05\x0a\xe6\x07\x20\x75\x30\x28\ +\xbb\x75\x17\x4e\xfb\xef\xac\x39\xc6\x88\xc8\xbb\x2e\xc2\xa9\x0d\ +\xd9\x5f\x34\x83\x33\xf4\x38\xde\xf6\x6f\x94\x34\xca\x9f\x3b\x99\ +\x85\x9b\x87\xe3\x89\x1f\xaa\xe8\x1b\x00\xa2\x72\x2d\x99\x85\x5b\ +\x90\xe0\xc8\x03\x38\x83\x8f\x22\x45\x19\x25\x71\xc2\x88\xeb\x9f\ +\xdc\xc5\xdd\x16\x37\x82\x89\x74\x63\xe7\x86\xd1\xec\x6c\x95\x7d\ +\xe4\x94\x6b\xe1\xf8\x06\x1d\x05\x48\xf2\x27\x48\xe3\xb5\x68\xec\ +\xce\xd2\xa2\x56\xd0\x3b\x45\xb9\x73\xb1\x27\x95\x60\xc6\xbe\x8b\ +\x4c\x06\x47\x9f\x3a\x7f\xf2\xa8\x97\x81\x6c\xba\xd0\x56\x64\x33\ +\x12\x8e\x22\x5e\x26\x60\x00\x71\x23\xa8\xcd\x56\x8c\x48\x09\x1c\ +\x37\x6a\xe5\xe8\x92\x3d\x58\x07\x38\x83\x5f\xc7\x8c\x7d\xaf\xe6\ +\x7a\x66\xf4\x19\xcc\x60\x49\x66\x4e\x0c\x4e\xbd\xef\x5f\xe8\x7c\ +\x61\xeb\x12\x11\x8c\xeb\x4f\x1e\xcd\x4e\x15\xe8\x6e\x23\x4e\xf4\ +\x4a\xdc\xd6\x4b\xa9\x00\x9b\x09\xb9\x47\x4d\xd7\xfe\xd1\x31\x85\ +\x13\x35\xf7\xb0\x5a\xa8\x87\x19\xf8\x1a\xce\x99\x07\xca\xf7\x84\ +\x4a\x98\x1f\xc0\xe9\xbf\x0f\x33\xf8\xf5\xb2\xfb\x85\x89\x6c\x01\ +\x13\xf2\xd3\x6d\x17\x0a\x47\xa3\x84\xa3\xb9\x2c\xb5\x45\x33\x45\ +\x06\xa8\xcb\x85\xee\x6c\xc5\x48\xf4\x5b\xdd\x37\x0e\xc5\x5d\x00\ +\x11\x0e\xa1\x6c\x98\xbf\x09\xfe\x72\x70\x27\x0f\xa3\xd1\xbd\xd8\ +\xe8\x4d\xbe\x7b\x1b\xf2\xc3\xea\x2c\x8c\x20\xb3\x27\x30\x93\x87\ +\x21\x75\x30\xb0\xe6\x17\x61\xc2\x6d\x98\xdc\xe8\x7b\xb3\x03\x81\ +\xfc\x84\xd4\xfb\x61\x3a\x9d\x4f\x06\xf3\x12\xb9\xb0\x5e\xe5\xf0\ +\x1c\xaf\xc2\x62\x58\x5c\xed\x73\x60\xbe\xb4\x0e\x7a\x2e\x0f\xcd\ +\x20\xc9\x1f\xe3\xd4\x78\xb3\x33\xe1\x36\x4c\xcb\x76\x40\xd0\x4c\ +\x0a\x9d\x2f\x38\x59\x12\x6e\x45\x42\xfe\x93\x1c\x3b\x57\x12\xbc\ +\xcd\x9d\x12\x15\x43\x74\xaa\xcf\x41\x2e\x2c\xde\xb9\x2f\x7e\x4c\ +\x61\xc3\xbc\x8d\x55\x43\x0c\xa6\x71\x2b\xa6\x79\x07\x60\xd0\xec\ +\x2c\xde\x74\xbf\xff\x7e\x14\xfc\x30\x7c\xd3\xc5\x80\xaf\xa4\x16\ +\x45\xaf\x8a\x83\xb7\xc5\x21\xfd\x1c\x4e\xc6\xf6\x8d\xbf\x09\x45\ +\x79\x01\x11\x9e\x2d\xe5\xfa\xb0\x20\x4e\x18\x69\xd8\x8c\xdb\x76\ +\x15\xa6\x61\x13\x88\x3f\xf2\x5e\xea\xdd\xc0\xbe\xe0\x34\x6d\xf3\ +\xa3\x51\xea\xe1\xcd\x9c\x2f\xd4\x37\x75\x48\x3e\x78\x3b\x5c\x26\ +\x1f\xf8\xb7\xc5\x2f\x85\x13\x70\xce\x3e\x09\x52\xdb\x0b\x86\x75\ +\x86\x88\xe0\x44\x2f\xc7\x69\xbb\x1a\xa7\x31\xb7\xe1\x59\x0f\x6f\ +\xe6\x1c\xde\xf4\xe9\x80\xf2\x26\xb2\x19\xc9\x1d\x89\x76\xf6\x7c\ +\xe0\x98\x93\xa6\x2d\x80\xf8\x21\xfd\xf2\xf5\x9f\xe0\x82\xcd\x67\ +\xbf\xf3\x06\xf0\xdf\xde\xea\x77\x36\x46\xb5\xea\xa0\x38\x88\xe3\ +\x27\x63\xd4\xcb\x60\xe7\x86\xc8\x26\xdf\x46\xd3\x63\x85\x69\x8f\ +\xaf\xfc\x62\x18\xde\xa6\x47\xb1\xe9\xa2\x23\xb1\x2e\x8a\x09\xfb\ +\x57\x0e\x6f\x6e\xa0\x52\x33\xdf\x2c\x7e\x67\x1c\xf0\xcb\x27\x5f\ +\x6a\x6d\x5b\x08\xd7\x9d\xe2\x43\x7c\xfd\x29\xa6\x0e\x35\x12\x70\ +\x72\x0a\x85\x0e\x4e\xd3\xb6\xc2\xc8\x67\x12\xd8\xe9\x33\x79\xe3\ +\x88\xb8\x38\x6d\xbb\xc1\x84\xfc\xb2\xa9\xfe\x52\x09\xa3\x8e\x2c\ +\xec\x6a\xdf\x9b\xcc\x47\x9c\x02\x4e\x60\xf4\xd3\xa9\xa4\xaa\x3e\ +\xb4\xbe\x2a\xd5\x06\xb5\xf3\x15\x95\x97\x70\x14\xb7\x6d\x77\x41\ +\xf9\xf4\x68\x40\x79\x10\x4c\xcb\xce\x9c\x9f\x90\x45\x8b\xf6\x84\ +\xbc\x0c\xf8\x87\x62\xe5\x73\xb4\x92\x0e\x28\x12\x3f\x14\x3b\x0a\ +\xfc\xfe\x3a\xe8\xb3\x46\x08\xa6\x2e\x8a\x34\x6c\x2e\x3c\xbd\x51\ +\x0f\x3b\x7b\x3e\x30\xed\x91\xdc\x43\x8d\x70\x3b\xa0\x78\xa9\xf7\ +\xd0\x85\xa9\x52\x61\xaf\x75\xec\x1d\xfb\x84\x48\xd0\xeb\x2d\xbb\ +\x53\x8a\xa0\xa3\x87\xf9\x82\xf1\xf8\x25\x25\x71\xfa\xdf\x16\xc4\ +\x8d\x20\x0d\x9b\x31\xe1\x56\x3f\x1d\x97\x83\x66\x92\x78\xb3\xe7\ +\xc1\x2b\xda\xf0\x44\x30\x4d\xdb\x91\xdc\xba\xb7\x33\xe7\x2a\x29\ +\x3f\x69\x8d\xfc\x65\xa9\xf2\xb0\x4c\x98\x6a\xec\x40\xe7\x9f\x8a\ +\xc8\x7f\xad\x51\x97\x55\xc1\xb4\xf4\xe6\x5f\xa5\x28\x0a\xe9\x24\ +\xf6\xc2\x70\xe0\x9c\x07\x7f\xcd\x9b\x96\x9d\xfe\x33\x3c\xc0\xce\ +\x0d\x04\x9c\xa1\x02\x1f\xb7\x75\xec\x1d\xfb\xef\x4a\x6d\x2d\x1b\ +\xa7\x1b\x3f\x18\x7b\x1c\x28\xcf\x6e\x6c\x30\xc4\x8d\x20\xf5\x17\ +\x41\x66\xc6\xcf\x40\x6b\xf9\xd3\x7f\x09\x47\x71\x1a\xb7\x81\x13\ +\x06\x14\x3b\x73\x0e\x9b\x1e\x2f\x17\x06\x8f\x74\xee\x1b\xfb\xc7\ +\x25\xdb\x5a\xae\x23\xaa\xc8\xc4\xa1\xd8\xd3\x0a\x77\xd5\xa8\xc3\ +\x86\x41\x4c\x1d\xd2\xb4\x25\x7f\xd4\xa9\x66\xb1\x53\xfd\x95\xa6\ +\x3d\x28\xcf\x75\xbc\x3e\x76\xa7\xf4\x95\x26\xf9\x8a\xe4\xad\xd4\ +\xa0\x1e\x23\x14\x4f\x6c\x7a\xb1\xe2\x63\xe9\xdf\x22\xc4\x8d\x60\ +\x1a\xba\x72\x1e\x9e\xdf\x6d\x3b\x9f\x40\x67\xcf\xf9\xf7\xfd\xb2\ +\x0a\xfa\x52\x47\xdb\xf8\x9f\xc8\x75\x2c\xfb\x3e\xb7\xba\xe7\xf2\ +\x47\x70\x27\xb2\x9b\x9e\x54\xd5\xbb\x6b\xef\xfa\xea\x21\x6e\x23\ +\x52\x17\x45\xc2\x6d\x88\x53\x14\xfe\xf2\xd2\x78\xb3\x83\x15\x2f\ +\x39\x39\xfc\x7b\x47\xfb\xd8\xdd\x2b\x29\x0f\x35\xc4\xea\x55\x91\ +\xf8\xc1\xd8\x23\x08\x0f\x56\x5b\x67\x2d\xf0\x83\x19\xc1\x3f\x9f\ +\x69\x76\xd6\xdf\x0c\x33\xa9\x80\x67\x58\xcc\x02\x3c\xda\xb1\x77\ +\xec\xa1\x4a\x3b\x7e\xc5\x76\x6a\xed\x58\xfc\x40\xec\x56\x15\x79\ +\x9a\x0d\xfe\x87\x98\x18\x17\xa7\x65\x17\xe0\x61\xe7\x27\xd1\xcc\ +\x24\xea\x55\xf0\x0e\x0b\x98\x52\xd1\x7b\x62\x7b\xc7\x5f\xa8\xa9\ +\x9d\xd5\x74\x6e\xf4\xd5\x4d\x3b\x8c\xea\x33\x28\x1f\x5f\x4d\xfd\ +\x0d\xc0\x6b\x9e\xca\x5d\x5d\xfb\x47\xcb\x5e\x41\xac\x84\xf5\xf8\ +\xdb\xdc\xa3\x40\x6c\xc5\x0a\x1b\x83\x04\x2a\xff\xd4\xb1\x6f\xf4\ +\xa9\x6a\xa7\x7c\x29\xd6\x9c\x71\x4c\x1e\x89\x46\x73\xcf\x4f\xef\ +\x03\x56\xcc\xfc\xac\x07\x14\x26\x04\xbe\xe5\xc8\xc2\xb7\x4b\x7d\ +\xfb\x5a\xb1\x6e\x29\xd7\xb1\x23\x9d\x4d\xb2\x20\x5f\x04\xee\xc6\ +\xff\xbf\xf0\xba\x43\xe1\xb8\xa8\x3c\xad\x61\xfb\x54\xec\xc6\xf1\ +\x75\x49\xe9\x6d\x48\xce\x79\xec\x50\xe7\xb5\x62\xe5\x76\x84\xbd\ +\xc0\x55\xac\xf2\x0f\x9a\xf8\xaf\x94\x7e\x8d\x70\x48\x55\x9f\x5b\ +\x0c\x63\xad\x27\x36\xc4\x00\xc5\x18\x3a\xd2\xdd\x11\xce\x66\x6f\ +\xb0\x56\xae\x14\xf4\x0a\x44\x2e\x03\x6d\x07\xa2\x14\x1e\x67\xcc\ +\x00\x93\x20\x09\x44\x4f\xa9\x95\x77\x8c\xe8\x89\x4c\xc8\x3d\xda\ +\x7d\xe3\xd0\x86\xe4\x2e\x17\xf1\xff\x2e\x18\xc7\x21\x41\x81\x1c\ +\xd0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xab\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x07\x00\x00\x05\x07\ +\x01\xec\xd2\x5d\x97\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x28\x49\x44\ +\x41\x54\x38\x8d\xa5\x91\x3d\x4b\xc3\x50\x18\x85\x9f\x6b\xd4\xd6\ +\x74\x10\x3f\x41\x07\x11\xc4\x41\x10\x84\x0e\x0e\x82\x08\x1d\x1d\ +\xfc\x03\x0e\x1d\x0a\x1d\xc4\x45\x5d\x05\x2f\x22\x0a\xce\xdd\xc4\ +\xc5\x41\x5c\x9c\x9c\x1c\xa5\xd0\xa1\x83\x8b\x93\x1f\x60\xe2\xd0\ +\xbd\x31\xb5\x6d\x34\xb9\x2e\x1a\x89\xa9\xed\x95\x9e\xf1\xbd\xe7\ +\x3c\xef\xe1\xbd\x22\xb3\x9a\xbd\x03\x31\x0f\x70\x52\xd8\x63\x20\ +\x99\xa0\x9d\x36\xb6\x0f\xa9\x3a\xee\xe9\xca\xe2\x74\x5e\x4a\x19\ +\xf4\xb6\x75\x7f\x69\x73\xe7\x08\x80\xe3\x83\x2d\x00\x04\xe4\x6e\ +\xca\x16\x52\xca\xbc\x16\x60\x76\x66\x0a\xd3\x4c\x46\x66\x02\x72\ +\xc5\xb2\x5d\xd3\x02\x38\xaf\x35\x9a\xde\x7b\x6c\xae\x08\x32\x5a\ +\x80\xe5\xa5\x34\x81\x0a\x48\xf4\xf7\xc5\xde\x22\x80\x62\xe9\x96\ +\xb1\xd1\xa1\x88\xc1\xb2\x2b\xbc\xd5\x1b\x00\x5c\x5c\x5e\xd3\xa8\ +\x37\xff\x06\x9c\x9d\x5f\xe9\x14\x8a\xa8\xe7\xdf\x89\x5f\x0a\x1b\ +\x8c\x0c\x0f\x32\x39\x31\xae\x15\xba\x7f\x7c\xc6\xf3\x3e\xa2\x80\ +\xec\xfa\x1a\xe9\x85\x39\x0c\xc3\x08\x8d\xbe\xef\xb7\x04\xec\xee\ +\x17\xb0\x5e\x2a\x51\xc0\xb7\x4c\xd3\x04\x40\x29\x85\xeb\xba\x1d\ +\xdb\xc4\x6e\xa0\x94\x02\x40\x08\x41\x2a\x95\xea\x08\x08\x1b\xf8\ +\x7e\x00\xa0\xb5\xb5\x65\x83\x87\x27\x5b\x3b\x54\x75\x7e\x96\x74\ +\xfd\x8d\x5d\x03\x3e\x01\xb4\x5b\x56\x08\xf5\x2d\x51\xea\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\x21\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x14\x1b\x00\x00\x14\x1b\ +\x01\xa2\xfc\x9c\x17\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x9e\x49\x44\ +\x41\x54\x78\x9c\xed\x9a\xc1\x6b\xd3\x50\x1c\xc7\xbf\x4b\x9a\x84\ +\xca\xb0\xd5\xa9\x38\x86\x6c\x15\x6a\xc5\xff\x40\xd0\xc3\x10\xea\ +\xc1\x9b\x47\xd9\x60\xa0\x17\x29\x8a\x28\x28\x0c\x06\xc2\x6e\x82\ +\x87\xe1\xc9\xbb\xb0\xd3\xce\x43\x11\x76\xe8\x49\xc4\x93\x27\x6f\ +\xce\xc3\x84\xae\xe8\xc0\x2c\x59\x9a\xe4\xc5\x83\x54\xc6\x5c\xc6\ +\x7b\x79\x49\x7f\x71\xef\x7d\xa0\x97\xe6\xf5\xfd\xbe\xfd\xf0\x7e\ +\x8f\xd7\xa4\x63\xb3\xb7\x16\x6e\x8f\x25\x58\x03\x27\x13\xa7\x6b\ +\x58\x79\xf1\x8c\x77\x78\xe1\xbc\x7a\xbd\x8a\x0f\x1f\x3f\xef\x7f\ +\xeb\x4b\x18\x47\xb3\xdd\xb7\x6f\xbe\xf3\x7c\xde\x28\x26\x16\x29\ +\x2d\xcb\xac\x6c\x5c\xbf\x39\x37\xc9\x33\xf8\x38\x0a\x00\x04\x24\ +\x1c\x57\x01\x00\xa7\x84\xca\xa8\xd2\xf0\xf2\x64\xf1\x25\x5c\xd7\ +\x4b\xbd\xfe\xf8\xc1\x3c\x5a\xcd\x19\xde\xe9\x86\x12\x52\xf7\x84\ +\xd2\xad\x00\xdf\xdf\xc3\xae\xe7\xa7\xbe\xa2\x28\x16\x9d\xf2\xc8\ +\x95\x50\x3a\x01\x43\x6c\xdb\x42\x63\x7a\x0a\x8d\xe9\x29\x9c\xaa\ +\x9f\x94\x9d\x2e\x55\x42\x69\x05\x4c\x9e\x3f\x8b\xe5\xa5\x0e\x96\ +\x97\x3a\x68\xdf\xb8\x9a\xc7\x94\x87\x4a\x28\xad\x80\x82\xf8\x47\ +\x82\x6a\x02\x80\x03\x12\x54\x14\x00\xfc\x91\xf0\xbe\xdd\x9e\x3f\ +\xa7\xaa\x00\x00\xb8\x12\x5a\xe6\x35\x95\x05\x00\x50\xb7\x05\xfe\ +\xa2\xbc\x80\xd2\x1d\x85\x87\x6c\x7e\xdb\xc2\xdc\xbd\xc5\xc2\xeb\ +\xe8\x15\x40\x1d\xe0\x20\x97\x2f\x35\xb0\xeb\xf9\xa9\xd7\xc7\xc7\ +\x4f\xe4\x5a\xaf\x74\x02\x1e\xde\xbf\x33\xd2\x7a\xca\xb7\x80\xf2\ +\x02\x84\x5b\x20\x66\x0c\x41\x30\xc8\x35\x44\x6f\xfb\x07\xc2\x30\ +\xca\xf4\xd9\xa3\x6e\x9e\xf0\x20\x2c\x60\x67\xe7\x17\xee\x76\x9e\ +\x4b\x15\x2d\x13\xca\xb7\x80\x16\x40\x1d\x80\x1a\x2d\x80\x3a\x00\ +\x35\x5a\x00\x75\x00\x6a\xb4\x00\xea\x00\xd4\x68\x01\xd4\x01\xa8\ +\x51\x5e\x00\xf7\x8f\xa1\xa7\x8f\x16\x70\x66\xa2\x5e\x64\x96\x5c\ +\xd8\xe8\x7e\xc2\xfa\xbb\x2e\xf7\x78\x6e\x01\xad\xe6\x0c\x1c\xc7\ +\xce\x14\x6a\x94\x34\x2f\x5e\xc0\xba\xc0\x78\xe5\x5b\x40\x79\x01\ +\xd2\x37\x45\xab\xd5\x2a\x2a\x15\xbe\x69\x7c\xdf\x47\x14\x65\xbb\ +\xf3\x53\x14\x52\x02\x6c\xdb\x46\xbd\xce\xbf\x31\x3a\x8e\x83\x7e\ +\xbf\x2f\x53\x32\x77\xa4\x5a\x80\x31\x86\x24\x49\xb8\xc7\xc7\xb1\ +\xf0\xff\x7b\x0a\x47\x6a\x05\x44\x51\x84\x5e\xaf\x07\xd3\x34\xb9\ +\xc6\x87\x61\x28\x53\xae\x10\xa4\xf7\x00\xc6\x18\x18\x63\x79\x64\ +\x21\x21\x97\x27\x43\x86\x21\xde\x49\x49\x92\x08\xb5\x4f\x51\x48\ +\x09\x30\x0c\x03\xb5\x5a\x2d\x93\x00\x00\x08\x82\x00\xae\xeb\xca\ +\x44\x90\x46\x6a\x13\x34\x4d\x33\xf3\x97\x07\x00\xcb\xb2\x64\xca\ +\xe7\x82\xd4\x0a\x08\xc3\x10\x9e\xe7\x71\x9f\x03\xf6\x93\x24\x09\ +\x82\x20\x90\x29\x9f\x0b\xd2\x7b\x80\xef\xa7\x3f\xca\xfe\x1f\x50\ +\xfe\x28\xac\x05\xf0\x0e\x1c\x0c\xca\x77\x88\x39\x8c\x3d\xc1\x7d\ +\x85\x5b\xc0\x76\xff\xa7\x70\x18\x0a\xbe\x6e\x6e\x09\x8d\xd7\x2d\ +\x40\x1d\x80\x1a\x2d\x80\x3a\x00\x35\x5a\x00\x75\x00\x6a\xb4\x00\ +\xea\x00\xd4\x68\x01\xd4\x01\xa8\x51\x5e\xc0\x6f\x54\x6a\xb6\xba\ +\x6c\x6d\xb1\xe6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\x4b\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\xb9\x00\x00\x04\xb9\ +\x01\x11\xe1\xcd\x27\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xc8\x49\x44\ +\x41\x54\x38\x8d\x95\x93\x4f\x6b\x13\x51\x14\xc5\x7f\xf7\xcd\x48\ +\x42\x26\xd0\x4e\xbb\x99\xec\xba\x76\xfc\xb3\xf1\x0b\xf8\xa7\x94\ +\xa4\x9f\x40\xc5\x45\x88\xa2\xa4\x8a\x10\xf2\x35\x8a\xad\x34\x10\ +\xa2\xa5\x0b\xe9\x6a\xd6\x12\xa8\x6d\xbf\x81\xd0\x85\xa6\x8b\x6e\ +\x8a\x2e\x92\x2e\x4a\x95\x92\xa0\x99\xbc\x79\x2e\x26\x8d\x49\x9a\ +\x28\x3d\xab\xc7\xe5\x9e\xf3\xee\x39\xf7\x3d\x61\x0c\x87\x8f\x73\ +\x37\x31\x3c\x05\xb9\x0f\x66\x21\xae\xca\xb1\xc1\xec\x62\xc9\xfb\ +\xeb\x1f\x3e\x7e\x19\xee\x97\x8b\xc3\x51\x36\x9b\x08\x5d\xf5\x46\ +\x30\xcf\x01\x35\x2e\xdc\x87\x06\xaa\x51\xe8\x94\xfc\x20\xe8\x0e\ +\x04\x8e\xb2\xd9\x44\xcf\x95\x3a\x70\x77\x0a\x71\x1c\xfb\x51\xe8\ +\x64\xfd\x20\xe8\x2a\x80\xd0\x95\xb5\x2b\x90\x01\xee\xa9\x6b\x9d\ +\x55\x00\xe9\x7b\x3e\xb8\x18\x5b\x2c\x0b\x95\x48\xa2\x3b\xed\x11\ +\x86\x95\x72\x88\x7e\xff\xc2\x68\x3d\xb0\x13\x19\x7d\x5b\xc5\x81\ +\xfd\xf5\xac\x12\x49\x32\xc5\x32\xb6\x3b\x37\x20\xdb\xee\x1c\x99\ +\x62\x19\x95\x48\x8e\x68\x2a\xb1\x0a\x0a\x78\x30\x5c\xd5\x9d\x36\ +\xad\x77\xeb\x78\xf9\x15\x6c\x77\x1e\x7b\x66\x16\x2f\xbf\x42\x6b\ +\x73\xe3\xd2\x54\x18\x16\xe5\xf0\xd1\xf2\x39\x98\xf4\xb8\x49\x7b\ +\x66\x96\xcc\x8b\x12\x20\x34\x6b\x6b\xf4\xce\x4e\x27\x65\x71\xae\ +\xc0\x98\x7f\xa5\xf5\x1f\x18\x05\x7c\x9f\x74\xbb\x57\x78\x45\xb3\ +\xb6\x4e\xb3\xba\x8a\x97\x2f\x62\xbb\xf3\x13\xe8\x7c\x53\x06\x3e\ +\x0d\xd7\xac\x94\x83\xf7\xec\x35\xad\xad\x0a\xbd\xb3\x53\x7a\x3f\ +\x7f\xd0\xda\xaa\xe0\x15\x5e\x62\xa5\x9c\x51\x01\x61\x47\x1a\x4f\ +\x96\x6f\x88\x36\x07\x80\x05\x57\x5c\xa3\x98\x5b\xaa\xff\xb6\xab\ +\x83\xa9\xb4\xbe\x9c\x36\xf1\x76\x86\xc8\x00\x15\x7f\xbb\xde\x50\ +\x00\x51\xe8\x94\x04\xd9\x9b\x12\xd4\x24\xec\xb6\xd3\x27\x65\xe8\ +\x3f\x20\x3f\x08\xba\x3a\x4c\xe5\x40\x36\x88\x3f\xcc\x34\x68\xe0\ +\x6d\x3b\x7d\x92\xbb\x53\xfb\x1c\xc6\x31\x8c\xe1\xeb\xc3\x25\x5f\ +\x89\x55\xc0\xb0\x88\xc8\x42\xec\xcb\x1c\x23\xec\x44\x62\x36\xfd\ +\xed\x7a\x63\xb8\xff\x0f\xf0\x84\xab\x38\x04\x46\xa6\x9b\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0f\xf1\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\xbf\x00\x00\x0f\xbf\ +\x01\x9f\xb0\x32\xa7\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0f\x6e\x49\x44\ +\x41\x54\x78\x9c\xc5\x9b\x7b\x70\xdc\xd5\x75\xc7\x3f\xf7\xf7\xd8\ +\xf7\xae\x5e\x2b\x59\x92\x1d\x5b\xb2\x2d\x09\x6c\x19\xe2\xd6\x4d\ +\x62\x02\x04\xd3\x38\x4c\x12\x4c\x32\x3c\x4a\x27\x69\x92\x36\xb8\ +\xa1\x93\x26\x4d\x83\x4d\x48\x42\xec\xd9\xc1\xd0\xd4\x31\xa6\x0c\ +\x74\x98\x26\x6d\x4c\xda\x0c\x74\x92\x96\x0e\xb4\x4e\xa7\x8c\x27\ +\x18\x9c\x74\x92\x82\x09\xc5\xb1\xfc\x04\x1b\xf9\xa1\xb7\xb4\xab\ +\x7d\xef\xfe\x1e\xb7\x7f\xac\x56\xd6\xbe\xa4\xdd\x95\xa0\xdf\x19\ +\xcd\x68\xef\xef\xde\x73\xcf\x39\xbf\x7b\xcf\x39\xf7\x9c\xfb\x13\ +\xbc\xcb\xd8\x19\x7a\xb1\xcd\xd6\xf4\x1b\x90\xa2\x5f\xc0\x55\x12\ +\xd1\x2b\x90\x4d\x40\x23\xe0\x9b\xe9\x16\x07\x22\x12\x11\x16\xd8\ +\xa7\x11\x9c\x92\x30\x60\x28\xda\x91\x27\xbf\x7d\xe3\x78\xb5\x73\ +\x85\x08\xdd\x19\x22\xf4\xaf\xb5\xf0\x27\x6a\xe9\x5c\x2d\xbe\xfe\ +\xf0\xe1\x4d\x8a\x94\x9f\x01\xb1\x15\x58\xbf\x88\x79\x24\x70\x5c\ +\x48\x71\x48\xa8\xd6\x33\xfb\x1e\xfc\xfd\xdf\x54\xea\xb8\x87\x3d\ +\x3d\x16\xd6\x09\x05\xe5\xba\xdd\xec\x7e\xad\xda\x09\x96\x4c\x01\ +\xdf\xd8\xfb\x4b\xbf\x69\x64\xff\x54\xd8\xca\x3d\x08\xb9\x6e\xee\ +\x33\x9f\xdf\x41\x73\x8b\x0b\x7f\xc0\x81\xbf\xc1\x89\xcb\xa5\xe2\ +\x70\xa8\x68\xba\x82\x04\x2c\xc3\x26\x9b\xb5\xc8\xa4\x4d\xa2\xd3\ +\x59\xa2\xd1\x2c\xe1\xc9\x34\xf1\x58\xb6\x78\x9a\x01\x10\x3f\x4c\ +\x59\xf2\xef\x9f\x0a\x6d\x89\xcf\x7d\x10\x22\xf4\xcf\xc0\x1f\x02\ +\x07\x43\x84\xb6\x55\xcb\xf7\xa2\x15\xf0\xcd\xef\xfe\xa2\xc9\x34\ +\xcd\xaf\x49\xc4\x57\x41\x36\x03\x08\x21\xe8\x58\xee\x65\xc5\xca\ +\x00\xcb\x3a\x3c\x78\xbc\x7a\x5d\xb4\x13\x09\x83\xb1\xe1\x24\x17\ +\x07\xa3\x8c\x0c\x25\x90\x52\xe6\x1f\x4d\x22\xe4\x13\x96\x29\x9e\ +\x78\x3c\xb4\x25\xf2\x10\x0f\xad\xb7\xb1\x8f\x01\xca\xcc\xf3\xcd\ +\x21\x42\xbf\xae\x66\x8e\xfa\x15\x20\xa5\xd8\xf9\xf0\x2b\x7f\x0c\ +\x72\xaf\x84\x56\x00\x8f\x57\xa7\xf7\xea\x26\xba\x56\x37\xe0\x74\ +\x69\x75\x93\x2e\x87\x74\xda\x64\xf0\xdc\x34\x67\x4e\x4e\x91\x4c\ +\x98\xf9\xe6\x51\x29\xe5\x37\x02\xbb\x8f\x7c\x0a\xb8\x7d\x4e\xf7\ +\x43\x21\x42\x1f\xab\x86\x6e\x5d\x0a\xb8\x7f\xcf\xcf\xd7\xd8\x28\ +\x3f\x02\xae\x87\xdc\x12\x5f\xb7\x21\xc8\xaa\x35\x01\x14\xf1\xae\ +\x98\x95\x59\xd8\xb6\x64\xf0\xdc\x34\x03\xc7\x26\x48\xc4\x0d\xd4\ +\xe1\x38\xee\xa7\x5e\x2f\x11\x44\x41\xb9\x69\x37\xbb\x5f\x59\x88\ +\x5e\xcd\xaf\x69\xc7\x9e\xc3\x9f\xb6\xe1\x00\xd0\xa4\x08\x41\xe7\ +\xf2\x20\xfd\xd7\xb4\xd2\x10\x94\x0b\x8e\x5d\x0a\x28\x8a\xa0\x7b\ +\x6d\x23\x2b\xbb\x1b\x38\x75\x7c\x92\x73\xcf\x1c\x2f\xfb\x16\x6d\ +\xec\x87\x81\x1b\x16\xa2\xa7\x56\x3d\xb3\x94\x62\xa7\x7a\xd3\x3e\ +\x04\x4f\x00\x6e\xbf\xdf\xcd\xc6\x8d\x6b\x68\x5f\xd6\x84\x6d\x2a\ +\x38\xbd\x12\x45\x59\x90\xca\x92\x41\x51\x04\xda\xc5\x69\x86\x9e\ +\x7a\xa3\x52\x97\x95\x5b\xd8\xf2\xea\xcb\xbc\xfc\xd6\x7c\x74\xaa\ +\x5a\xaf\x5f\xfa\xfe\x51\x3d\x30\x16\x3b\x20\xe1\x8f\x00\x56\x2c\ +\x0f\xb2\xb6\xa7\x03\x45\x5c\x91\xd8\xe9\xb1\x09\xb4\x98\x15\x69\ +\xd4\x0b\x73\x3a\x4b\xf2\x42\xb4\xe2\x5f\x15\x88\x00\x6f\x03\xe7\ +\xca\xfc\xbd\xb3\xa0\x02\xbe\xf4\xfd\xa3\xba\x7f\x34\xf6\x1c\x82\ +\x6d\x08\xe8\xeb\x59\xce\xf2\xe5\xc1\xb2\x7d\x1b\x97\x19\xe8\x8e\ +\xa5\xd9\x0a\x56\xd2\xe4\xd5\xcf\x1d\x24\x7c\x74\x64\x49\xe8\x55\ +\xc0\xeb\xf3\x2f\x5a\x29\x45\x60\x2c\x76\x00\xc1\x36\xa1\x28\xf4\ +\xaf\x5b\x55\x51\x78\x80\xc4\x74\xf5\x3b\x6a\x21\xa8\x1e\x8d\x4d\ +\x4f\x7f\x9c\xa6\xdf\x6d\x5f\x32\x9a\x45\x18\x00\x6e\x9b\x97\xe3\ +\x9d\xea\x4d\xfb\xa4\xe0\xcf\x10\xd0\xbf\x6e\x25\x6d\x6d\x8d\xf3\ +\x52\xb4\x4d\x81\xee\x90\xa8\xfa\xd2\xac\x02\xd5\xa9\xd1\xb9\x6d\ +\x2d\xd3\xbf\x1d\x27\x39\x58\xd5\x72\xaf\x16\xaf\x39\x70\x7c\x74\ +\x17\xbb\xc6\x2a\x2a\x60\xc7\x9e\xc3\x77\x22\x78\x1c\xa0\xa7\xa7\ +\x93\xce\x8e\x96\xaa\x28\x9b\x86\xc0\xed\xb5\x97\x2c\xc6\x54\x74\ +\x85\x8e\x6d\x6b\x89\x9f\x09\x13\x7f\x2b\xbc\x14\x24\x0f\xbb\x71\ +\x7f\xfc\x5b\x7c\x2b\x02\x15\xbc\xc0\xfd\x7b\x7e\xbe\x46\x22\x7e\ +\x06\xb8\x56\x2c\x0f\xb2\xba\xbb\xfa\x65\x28\x6d\x81\xaa\x49\xb4\ +\x25\xb2\x05\x00\x42\x15\x74\x7c\x62\x35\xa9\xa1\x38\xd1\x13\x93\ +\x8b\x21\xf5\x1f\xc0\xa7\xbf\xc3\x77\x92\xf9\x86\x52\x05\x48\x29\ +\x36\x1f\x19\x7c\x01\xe8\xf5\xfb\xdd\xf4\xf7\xaf\x42\xd4\x18\xdc\ +\x98\x59\x05\xb7\xd7\x62\x49\x63\x22\x45\xd0\xb6\xb5\x0b\x2b\x66\ +\x10\x79\x63\xb4\xe6\xe1\x66\x6f\xf3\xe8\x48\x57\xe3\x87\xf6\x0f\ +\xef\x2c\x38\x60\x94\x18\xc1\x5c\x78\xcb\xf5\x8a\x50\x58\xbf\x6e\ +\x55\x81\xab\xab\x16\xb6\x05\xa9\xf8\xd2\x19\xc4\x3c\x84\x10\x5c\ +\xb5\x6b\x33\x6a\x8d\x67\x0b\xa9\x0a\xd2\x9f\xe9\x5f\xe6\xfb\x54\ +\xef\xdd\x25\x34\xe7\xfe\x98\x39\xd8\x9c\x96\xd0\xda\xd5\xd5\xce\ +\xea\xee\x65\xf5\x33\xab\x40\x73\x7b\x16\x65\x46\x0f\xaa\x22\x68\ +\x70\x39\x09\xb8\x1c\x78\x1c\x1a\x4e\x4d\x45\x9d\x51\xae\x25\x6d\ +\x32\xa6\x45\x32\x6b\x12\x4d\x67\x99\x4e\x67\xb0\xec\xf2\x5b\x28\ +\x3d\x94\xe0\xa5\xcd\x3f\xae\x99\x9f\xe4\x5f\xfc\x1e\x56\xab\x67\ +\x54\xd3\xcd\xbe\xbd\xdf\xdc\x3a\x9d\x6f\x2f\x08\x85\x73\xa7\x3a\ +\x5a\xdd\x1e\x27\x5d\xab\xda\x6a\x9e\x64\x2e\xa4\x0d\xc9\xa8\x4a\ +\xb0\x15\x3a\x02\x5e\x9a\xbd\xae\x8a\xe7\x04\x4d\x28\x68\x0e\x05\ +\xaf\x43\xa7\xd5\xe7\xc6\x96\x92\xc9\x44\x9a\x91\x68\x82\xb4\x69\ +\x15\xf4\x8d\x9d\xaa\xcf\x06\xb8\x23\x69\xe2\xad\x9e\x65\x86\xa1\ +\x7d\x05\x78\x24\xdf\x3e\xbb\xbe\x77\xee\x7b\xd1\x2b\xe1\xcf\x01\ +\x36\x5c\xdb\x82\xbf\xc9\x5e\xd4\x1e\x56\x15\x41\x57\xab\x8f\xfe\ +\x8e\x20\x41\x9f\xbb\xa6\x43\x92\x22\x04\xad\x3e\x37\xfd\x1d\x41\ +\xde\xd7\xe8\x2b\x18\x1b\xad\x53\x01\xc1\x19\x45\x0a\xf8\xfa\x97\ +\x43\x87\xf3\x99\xa8\x2b\x0a\xb0\x33\xfa\xbd\x40\xd0\xe3\xd5\x59\ +\xb5\x36\x80\x27\x60\xd1\xdc\x91\xc5\xed\xab\xdd\xa5\x79\xdd\x0a\ +\xd7\x5d\xeb\xa7\xbb\xd3\xb5\x28\x25\x0a\x01\xed\x01\x2f\x7d\x6d\ +\x4d\xe8\x6a\x8e\xd5\xd8\xe9\xa9\x0a\x9d\xa1\x71\x63\x1b\xa8\xe5\ +\x27\x54\xc7\x92\xb8\xbd\x1a\x40\x8b\x47\x63\x7b\xbe\x7d\x56\x01\ +\xc2\x56\xee\x01\xe8\xbd\xba\x69\x56\xe3\x8a\x0a\xbe\x26\x93\xe6\ +\x76\x03\xa7\xc7\xae\x8a\xe9\x80\x57\x65\xf3\x86\x00\x7e\x4f\x79\ +\x23\x28\x81\xac\x61\x90\x4c\x67\x88\x27\x53\xc4\x93\x29\x92\xe9\ +\x0c\x59\xc3\xa8\x48\xd3\xe7\xd4\x59\xd7\xde\x8c\x47\xd7\x88\x9d\ +\x2c\x5d\x01\xc1\xeb\x57\xf0\xe1\x83\x77\x72\xdd\xf3\xb7\x73\xe3\ +\xa1\xbb\x59\x7e\x7b\x6f\x89\x22\x62\xa7\x26\xe9\xbd\xba\x39\xc7\ +\x83\xe4\x8b\xb3\x72\x43\x3e\x87\xc7\x6b\x42\x08\x6e\xbb\x6b\x2d\ +\xae\x0a\xc9\x0c\x23\xa3\x10\x8f\x28\x98\xd9\xf2\x9e\xc1\xeb\x56\ +\xd8\xbc\x21\x80\x43\x2f\x7d\x0b\x96\x65\x13\x4f\xa5\x48\x67\xb3\ +\x73\x33\x3b\x05\x50\x84\xc0\xe9\x70\xe0\xf3\xb8\x51\xcb\x1c\x2d\ +\x53\xa9\x2c\x8f\x36\x7c\x0f\xdb\xb0\x66\x05\xef\x7b\xe0\x83\x34\ +\x5c\xd3\x5a\xd2\x37\x7e\x36\xcc\xdb\x4f\xbd\xc1\xe5\x17\xce\x82\ +\x25\x41\xc0\x8d\xaf\x7e\x9e\xff\x7c\xf1\x02\x52\x4a\x14\x85\x8d\ +\xfb\x1e\xdc\xf2\xbf\x0a\x40\x2e\x81\x09\x1d\xcb\xbd\x15\x85\x07\ +\xd0\x9d\x36\x4d\xcb\x4c\xfc\xcd\x26\xaa\x56\x28\x84\xa2\x08\x36\ +\xf6\xf9\xca\x0a\x1f\x4b\x26\x99\x88\x44\x48\x65\x32\x15\x85\x07\ +\xb0\xa5\x24\x95\xc9\x30\x11\x8e\x10\x4b\xa6\x4a\x9e\x47\xcf\x84\ +\xb1\x0d\x2b\xf7\xc6\xff\xfd\x0e\x3e\xf0\xcc\xad\x65\x85\x07\xf0\ +\xf5\x34\x71\xed\xdf\xdc\xcc\x8d\xff\xf5\x07\xb4\x7f\x72\x35\x00\ +\xc6\x85\x28\xed\x1d\x9e\xdc\x5c\x76\x4e\xe6\x19\x69\xc5\x56\x80\ +\x15\x2b\x03\x15\x99\x9b\x0b\x97\xd7\xc6\xe9\x91\xa4\xe2\x82\x54\ +\x54\xc5\xb6\x05\x7d\x2b\x5d\x04\xbc\x85\xcb\x5e\x4a\x49\x24\x16\ +\x27\x33\xcf\xf2\x2e\x07\x09\x24\x52\x29\x4c\xd3\xa4\xd1\xef\xbb\ +\x12\x88\x09\xd8\xfe\xeb\xed\x88\xab\x1a\xb9\x3c\x1d\x9f\x97\x46\ +\x1e\xbe\xde\x26\x7e\xe7\xa9\x8f\x11\x1d\x98\x40\x5a\x92\xf7\x75\ +\x05\x18\x1e\x4a\x90\x97\x59\xec\x0c\xbd\xd8\x26\x55\xc7\x08\x20\ +\x6e\xbd\x63\x2d\xde\x1a\x83\x0c\xdb\x06\x32\x0e\x3e\xd0\xdb\x54\ +\x62\xf0\xc2\xb1\x18\x99\x6c\x6d\xc2\x17\xc3\xa9\xeb\x34\x05\xfc\ +\x85\x73\x4a\xc9\xb1\xa1\x09\x0c\xab\x3a\xbb\x34\x17\x89\x84\xc1\ +\xc1\xe7\xde\x02\x90\x58\xb4\x29\xb6\xa6\xdf\x00\x08\x9f\xdf\x51\ +\xb3\xf0\x00\x8a\x02\x6b\x96\x97\x5a\xfb\x58\x32\xb9\x90\xf0\x71\ +\xe0\x38\xb9\x63\x69\xc5\xd7\x99\x31\x8c\x92\xed\xa0\x08\x41\x67\ +\x83\xaf\xc2\x88\xf9\xe1\xf5\xea\x78\x7d\x3a\x80\x10\x9a\xb8\x41\ +\x41\x8a\x7e\x80\xe6\x16\x57\x5d\x04\x55\x45\xd0\xec\x2d\x1c\x6b\ +\x59\x36\xc9\x54\xba\xd2\x90\x93\x12\x79\x47\x3c\xdc\x1c\xec\x08\ +\xb6\x6c\xe8\x08\xb6\xf4\xc7\xc3\xcd\x41\x29\xb8\x13\x38\x55\x6e\ +\x40\x32\x9d\xc2\xb2\x0b\xdf\x76\x70\x9e\xc0\x6a\x21\xe4\x65\x95\ +\xc8\xf5\x8a\x40\xf6\x01\xf8\x03\xce\xba\x88\x35\xb8\x9c\x25\x8c\ +\xc4\x53\x29\xca\x9b\x3a\x79\x50\x66\x33\x9b\x3a\x83\xc1\x7f\xeb\ +\xe9\x11\x99\x7c\x6b\x4f\x8f\xc8\x74\xb6\xb4\x3c\x27\x4c\x63\x13\ +\x82\x9f\x95\x8c\x92\x10\x2f\xb3\x0a\x1a\xdd\xf5\xf1\xec\x6f\xc8\ +\x8d\x13\x92\x3e\x05\x44\x2f\x40\xa0\xa1\xbe\xe2\x45\xc0\xe5\x28\ +\xf8\x2d\x81\x74\xb6\xa4\xa2\x03\x70\x42\x66\xb3\x77\x77\x76\x76\ +\x26\xcb\x3d\x04\x68\x6f\x6f\x4f\x08\xc3\xb8\x9b\x32\x2b\x21\x53\ +\x86\x66\xf1\xdc\xd5\xc2\x1f\x70\xe4\x79\xed\x53\x80\x20\x80\xcb\ +\x5d\x9f\x02\x3c\x8e\x42\xb7\x69\x18\x46\x59\x57\x27\x91\xbb\xe6\ +\x13\x3e\x8f\xf6\xf6\xf6\x04\x82\x5d\xc5\xed\xb6\x94\x25\xc1\x92\ +\x5b\xaf\xaf\xf8\xe2\x76\xcf\x8e\x0b\x2a\x20\xfc\x00\x9a\x5e\x5f\ +\x4e\xdb\xa9\x15\xba\x3e\xb3\xbc\x65\x4e\x24\xc2\x2d\x25\x4b\xbb\ +\x12\xd2\xd1\xe8\x41\xa0\x44\x59\xc5\xb4\x8b\xe7\xae\x16\x73\x64\ +\xf5\x2b\xcc\x94\xa8\xeb\x55\x80\x5a\xb4\xff\x6d\xbb\xac\x02\xce\ +\xcd\xdd\xf3\x0b\xa1\xbb\xbb\x3b\x0d\x9c\x2f\x6e\x2f\xa6\xad\x29\ +\xf5\x19\x41\x5d\x9f\x55\x9c\xff\xbd\x2a\x65\xd4\xc3\xe9\xbb\x5b\ +\x63\x9b\x81\xc2\x8c\x0f\x36\x8d\xda\x83\x0a\x00\x4b\x16\x87\xc4\ +\x65\x75\xda\x7d\xf6\xac\xac\xda\x64\x9f\x3f\x7f\xde\x05\x74\x15\ +\xb7\x17\xd3\x36\x2b\x24\x4d\x16\x82\x61\xcc\xe6\x18\x62\x0a\xc8\ +\x18\xd4\xaf\x80\x4c\x51\xc2\x42\x53\xcb\x2a\xc0\xeb\x6d\x9e\xba\ +\xb5\x5a\x9a\xae\x40\x60\x1b\xe0\x29\x6e\x2f\xa6\x5d\x3c\x77\xb5\ +\x98\x23\x6b\x4c\x01\x26\x00\x52\xa9\xfa\x42\xd6\x64\xb6\xb0\x1c\ +\xe6\xd0\xf5\xb2\x01\x8a\x90\x3c\x3c\x32\x32\xe2\x5d\x88\xde\xd8\ +\xd8\x98\x0f\xc9\x9e\xe2\x76\x45\x08\x1c\x7a\xa1\xa7\x4a\x19\xf5\ +\x95\xe2\x52\xa9\xd9\x71\x13\x0a\xc8\x33\x00\xb1\xe9\xfa\x14\x10\ +\x4d\x97\xfa\x67\xa7\xa3\xac\x7f\xbe\x4a\xea\xfa\x4f\xe6\x53\xc2\ +\xd8\xd8\x98\xcf\x52\xd5\x9f\x00\x7d\xd5\xd0\x2c\x37\x77\x35\x88\ +\x45\x73\xe3\x04\x9c\x56\x24\xe2\x74\xae\xb1\x6a\x23\x5d\x80\xe9\ +\x74\x06\xbb\xc8\x0e\xf8\x3c\xee\xf2\x16\x4c\xf2\x49\xa9\xe9\x47\ +\x87\x27\x27\xef\x9c\xd9\xe7\x40\x6e\xcf\x0f\x4f\x4e\xde\x65\x29\ +\xea\x51\x24\x9f\x28\x1e\x26\x44\x8e\xe6\x5c\xd8\x52\x12\x49\xd5\ +\xc7\x73\x6c\x3a\x37\x4e\x0a\x4e\x6b\x08\x79\x1c\x29\x98\x9a\xac\ +\x18\xbb\xcf\x0b\xcb\xce\x25\x30\x5b\x7d\x57\x18\x54\x15\x05\x8f\ +\xdb\x4d\x22\x55\x7a\xa6\x07\xae\x42\xf2\x2f\x2e\x7f\x20\x39\x3c\ +\x31\x99\x77\x75\xdd\xc8\xd2\x3d\x9f\x87\xd7\x55\x9a\x20\x99\x4c\ +\xa4\x4b\x14\x5f\x2d\xf2\xb2\x0a\xc4\x80\x62\x28\xda\x11\x40\xc6\ +\x63\x59\x12\xf1\xfa\xb6\xc1\x48\x34\x41\x31\x2f\x7e\x8f\x1b\xa7\ +\x63\xde\xe8\xd2\x43\xee\x06\xd9\x7a\xca\x18\xbc\x3c\x9c\xba\x5e\ +\xf2\xf6\xa5\x94\x0c\x47\x13\x75\xf1\x7a\x45\x4e\x69\x4b\x53\xfe\ +\x42\x99\xb9\x87\x77\x1c\x60\x6c\x64\xc1\x48\xb5\x2c\xd2\xa6\xc5\ +\x68\xac\x94\xa1\x46\x9f\x0f\xa7\x5e\x5f\x88\x0d\xe0\x74\xe8\x34\ +\xfa\x4b\x8f\xbd\xe7\x2f\x67\x18\x1f\x15\x58\x56\xed\xa1\xc2\x15\ +\x19\xc5\x9b\xfb\x43\x5b\x26\x14\x00\x21\xc5\x21\x80\x8b\x8b\xa8\ +\xc0\x5e\x9e\x4e\x10\xcf\x14\xae\x20\x21\x04\x4d\x01\x3f\x5e\x77\ +\x05\x9b\x50\x01\x42\x80\xcf\xed\xa6\xc9\xef\x2f\x29\xcb\x85\x63\ +\x26\x67\x2e\xa6\xc8\x24\x15\xc2\xc3\x3a\x89\x69\xb5\x64\xf5\xcd\ +\x87\x4b\x17\x62\xb9\x7f\x66\x64\x56\x00\x24\xf6\xb3\x00\x23\x43\ +\x09\xd2\xa9\xfa\x5c\x8b\x2d\x25\x6f\x4d\x44\xc8\x5a\xa5\xbe\xd9\ +\xef\x71\x13\x6c\x6a\xc4\xed\x2c\x3d\x3a\xcf\x85\x22\x04\x6e\xa7\ +\x93\x60\x63\x63\xc9\xb2\x07\x48\x67\x6d\xde\x38\x95\x20\x1f\x11\ +\x4b\x99\x2b\xbe\x4c\x0d\xeb\x55\x95\xe2\xd2\x69\x93\x91\xa1\xdc\ +\x4a\x15\xaa\xf9\x0c\xcc\x09\x37\x77\xec\x39\xfc\x5b\xa0\xff\xfd\ +\x9b\xda\xe8\x5b\x57\x5d\x29\xbc\x1c\x3c\xba\x46\x4f\x5b\x23\x0e\ +\xb5\x32\x43\x59\xc3\xc0\xb4\xec\xd9\xd8\x5e\x51\x14\x34\x55\x29\ +\xf1\xf3\x05\xcc\x67\x6c\x5e\x3b\x11\x27\x96\xac\x1c\xfc\xa8\xba\ +\xc4\xdb\x60\xe1\x74\x97\x0f\xea\x4e\x0d\x4c\xf1\xe6\xeb\xa3\x80\ +\x38\xb6\x7f\xd7\x4d\xd7\x42\x41\x71\x54\x1c\x00\x38\x73\x72\x0a\ +\xbb\xce\x10\x13\x20\x69\x98\x0c\x0c\x4f\x11\xcb\x54\xf6\xd1\x0e\ +\x5d\xc7\xe3\x72\xe2\xf3\xb8\xf1\x79\xdc\x78\x5c\xce\x79\x85\x0f\ +\xc7\x4c\xfe\xfb\x58\x6c\x5e\xe1\x01\x2c\x43\x10\x9d\xd0\x08\x8f\ +\xea\x18\xe9\x42\xaf\x61\xd9\x92\x33\x27\xf3\x45\x15\x79\x20\xdf\ +\x7e\xa5\x30\xe2\xca\xfc\x00\x98\x48\x26\x72\x17\x12\x17\x03\xd3\ +\xb6\x39\x3d\x16\x61\x68\x3a\x51\xb7\xab\x02\xb0\x25\xbc\x7d\x29\ +\xcd\xff\x1c\x8f\x91\xc9\x56\x1f\xaa\x9b\x59\x41\x64\x5c\x63\x7a\ +\x5c\xc7\x34\x72\x8b\xfc\x9d\xb3\x11\x52\x49\x03\x60\x32\x65\xf1\ +\xc3\x7c\xdf\x59\x05\x3c\x7a\xff\x2d\x09\x89\x78\x02\x60\xe0\xd8\ +\x04\x96\xb5\xb8\x0b\x0e\x52\x4a\x2e\x4f\xc7\x39\x36\x34\xc1\x58\ +\x3c\x55\x93\x22\x6c\x29\x19\x8f\xa7\x78\xf5\x74\x98\xd3\x83\x29\ +\xca\x9f\xb0\x17\x46\x36\x2d\x88\x8c\xe8\x44\xc6\x15\x4e\x1c\xcf\ +\x55\x94\x04\x62\xff\xdc\x7b\xc6\x05\x29\x15\xdb\x92\x4f\xaa\xaa\ +\xf8\x4a\x22\x6e\xb4\x9d\x38\x36\xc1\x86\x8d\xe5\x8b\x0e\xb5\xc0\ +\xb0\x6c\x06\xa7\xa2\x5c\x0c\xc7\x68\x74\x5f\x29\x8f\x3b\x54\x75\ +\xf6\x3c\x6f\xda\x92\xac\x65\x91\xc8\x9a\xc4\xd2\x59\x22\xa9\x5c\ +\x74\x29\x9c\x02\x21\xf4\x9a\xac\x7c\x31\x24\x70\x6a\x60\x9c\x64\ +\xc2\x00\x18\x56\x1c\xda\xdf\xce\x7d\x5e\x62\x92\xef\x7b\xe8\xa5\ +\xcf\x0b\x21\xfe\x51\x51\x04\xb7\xdc\xb6\x9a\x40\xa0\xbe\xbc\xdb\ +\x52\x21\x19\x55\x17\x75\xfb\x2c\x91\x4c\xf3\xea\x6b\x67\x91\xb6\ +\x8d\x90\xf2\xb3\x8f\xee\xbe\xf9\xd9\xb9\xcf\x4b\xce\xae\x8f\xed\ +\xda\xf2\x63\x10\x47\x6c\x5b\xf2\xab\x57\x2e\x63\x2f\x72\x2b\x2c\ +\x16\x6e\xbf\x85\xa2\xd6\xc7\x83\x6d\x4b\x06\x06\x06\x91\xb6\x0d\ +\x88\x97\x8a\x85\x87\x32\x0a\x40\x08\xa9\x59\xc6\xe7\x40\x4c\x45\ +\xc2\x69\x7e\x73\xb4\xf6\xfb\x38\x4b\x09\x21\xc0\xdb\x50\x9f\x11\ +\x38\x73\xf6\x12\xf1\x78\x1a\x20\x6c\x59\xf2\x9e\x72\x7d\xca\x66\ +\x2f\xf6\x86\xb6\x5e\x90\xc8\x2f\x00\xf2\xed\xd3\xe1\x39\xee\xe3\ +\xff\x07\x4e\xaf\x85\x56\xe3\xdd\xc3\x4b\x97\x27\x18\x1a\x9a\x82\ +\x9c\x19\xf8\xe2\xe3\xa1\x2d\xef\x94\xeb\x57\x31\x27\xf8\xd8\xae\ +\x2d\x07\x91\xec\x05\x78\xe3\xe8\x28\x17\xce\x2f\xe9\x45\xc5\x9a\ +\x20\x00\x6f\x63\xf5\xd9\x9f\xd1\xd1\x30\x67\xce\x5e\xce\xfd\x90\ +\x3c\xb2\x7f\xd7\x96\xe7\xe7\xa3\x5d\x19\x52\x8a\x1d\x0f\xbf\xfc\ +\x34\xf0\x05\x45\x11\x7c\xf0\xc3\x9d\xac\xec\xae\xae\x82\xfc\x6e\ +\x60\x7a\x5c\x27\x9b\x9e\x9f\xe5\xd1\xd1\x30\x27\x4f\x5e\xcc\xb9\ +\x5d\x21\x0e\xec\x7f\xf0\x23\xdb\x11\xa2\xe2\xf2\x99\x3f\x2b\x2c\ +\x84\xf4\x5b\x6c\x97\x92\x17\x6c\x5b\xf2\xab\x5f\x5e\xe6\xec\xa9\ +\x25\xb9\xad\x59\x17\xbc\x0d\xd6\xbc\x6f\xec\xe2\xa5\x71\x06\x4e\ +\x5e\xc8\xc7\x1c\xcf\xfb\x4d\x79\xef\x7c\xc2\x43\x95\xa9\xe7\xbb\ +\x7e\xfa\x53\x75\xe5\x99\xd6\xbf\x43\xe6\xee\xd6\x74\xad\x6e\x60\ +\xd3\x87\xda\x51\xb5\xf7\xf0\x03\x81\x19\x44\x27\x35\x32\xc9\xc2\ +\x79\x6d\x5b\xf2\xd6\xdb\xc3\x5c\xba\x94\xfb\xc2\x4e\x20\xfe\x29\ +\xda\xe6\xdb\xfe\x83\x7b\x37\x2d\x98\xe0\xa8\xfe\x94\x2a\xa5\xd8\ +\xb1\xe7\xe5\xbf\x42\xf0\x00\x20\x1a\x9b\x5c\x6c\xbe\x71\x39\x81\ +\x86\xf7\x36\x4e\xb0\x2d\xc1\xd4\xb0\x86\x94\x39\xd6\x13\xc9\x34\ +\x03\x03\x83\x79\x6b\x2f\x73\x7b\xfe\xa6\xdd\x0b\xbd\xf9\x3c\x6a\ +\xce\x28\xdc\xb7\xe7\xa5\xdb\x04\xca\xd3\x20\x9b\x15\x01\x6b\xfa\ +\x9a\xd9\xb0\xb1\x15\xbd\xce\xca\x52\x3d\x88\x47\x34\x12\x11\x18\ +\xbc\x38\xce\xe0\x3b\x63\xd8\xd2\x06\x98\x06\xb6\xef\xdf\xb5\xe5\ +\xdd\xff\x70\xf2\x2f\x43\x87\xbb\x34\x95\x1f\x49\xf8\x08\xe4\x2e\ +\x1d\xac\xbb\x26\x48\xd7\x9a\x06\x94\x3a\xcb\x55\xd5\xc2\xb2\x25\ +\xe7\xcf\x4e\x73\xfc\xcd\x49\x32\xb3\x59\x61\xf1\x92\x66\x19\x7f\ +\xb2\x37\xb4\xf5\x42\xad\xf4\x16\xf5\xd9\xdc\x7d\x7b\x5e\xfe\xac\ +\x10\xec\x03\xda\x01\xdc\x5e\x8d\xde\xab\x9b\xe9\xea\x6e\xc0\xe5\ +\x5e\xda\xcf\xe6\x52\x29\x93\xc1\x73\x51\xce\x9c\x9c\xca\x9f\xea\ +\x00\x86\x85\x94\x3b\xcb\x45\x78\xd5\x62\xd1\xaf\xeb\x81\xbf\x3e\ +\xd4\x60\x9a\xda\x57\x91\x7c\x8d\x99\x52\xbb\x10\x82\x8e\x4e\x2f\ +\x2b\x56\xf9\x69\x6b\xf7\xe6\xaf\xa4\xd4\x8c\x78\x2c\xcb\xd8\x48\ +\x92\x4b\x83\x51\x46\x86\x93\xb3\x65\x77\x01\xe3\x52\xc8\xc7\x55\ +\xdd\xf1\xe4\xf7\x1e\xb8\x3e\xb6\x18\xfe\x97\x6c\xbd\x7e\x39\x74\ +\xd8\xe7\xd1\xd8\x3e\x73\x09\x71\xc3\xdc\x67\x5e\x9f\x9e\xfb\x74\ +\xb6\xc1\x89\x3f\xe0\xc0\xed\xd6\xd0\x67\x3e\x9d\x05\x30\xb3\x36\ +\x86\x61\x91\x4a\x99\xc4\xa2\x59\x62\xd3\x19\xa6\x26\xd3\x65\xb2\ +\xd4\xe2\x18\xc8\x03\xc2\x95\xfd\x87\x47\xef\xbf\xa5\xbe\xb4\x70\ +\x31\xc5\xa5\x20\x52\x8c\xfb\x1f\x39\xfc\xfe\xdc\x3d\x3c\xb1\x15\ +\xe4\x35\xb9\xbb\xe3\xf5\x40\xda\x20\xde\x44\x8a\x43\x12\xfb\xd9\ +\xc7\x76\xdf\xfc\xe6\xd2\x72\xfa\x1e\x94\xa0\x77\x84\x0e\x07\x85\ +\x26\x6e\x90\xc8\xf5\x52\x8a\xab\x15\x64\xaf\x14\xa2\x19\x59\xf4\ +\xf9\xbc\x20\x22\xa4\x9c\x92\x70\x1a\xc1\x29\x81\x18\xd0\x15\xf3\ +\xc8\x77\xbf\xfd\xd1\x45\x7d\x22\xb2\x10\xfe\x0f\xdb\xc6\x52\x4d\ +\x0a\x3d\xdc\xc1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x02\x4e\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xcb\x49\x44\ +\x41\x54\x38\x8d\x85\x92\x3d\x6b\x53\x61\x14\x80\x9f\xf3\xde\x8f\ +\x24\x35\x6d\xfa\x71\x6f\x25\x5a\xb0\x12\x11\x87\x0a\x7e\xe1\xac\ +\xa2\xe0\x20\xe8\x28\x08\xe2\xe0\xa6\x93\x4e\x92\x6e\x2d\x2e\xba\ +\x8a\x8b\xe0\x8f\x10\x11\xcc\xa0\x22\xdd\x4c\x41\x71\x10\x15\x8a\ +\x12\x53\xb5\x37\x84\x24\x9a\xdc\x26\xf7\xde\xe3\x60\x2d\x04\x6c\ +\xee\x19\xcf\xe1\x79\xce\xc7\xfb\x0a\xc0\xf7\x20\x38\xa3\xc8\x32\ +\x70\x14\xc8\xb2\x43\xc4\x49\x44\x27\x6c\x84\x85\xb1\xd9\x55\x51\ +\x5d\x2c\xfa\xfe\x0b\xd9\x82\x2b\x80\xd9\x09\x04\xa8\x7e\x7d\x46\ +\xb5\xf6\x14\x31\x31\xc4\x36\xe7\x0e\x5d\x4f\xe6\xa7\x0f\x9f\x35\ +\x5b\x9d\x47\xc2\xed\xb0\xc1\x9b\xfa\x13\x32\x13\x09\x6e\x5e\x70\ +\x0b\x31\x95\x0f\x8f\x8c\xc0\x92\x01\x16\x46\xc1\x00\xf5\xe6\x47\ +\xd4\xda\x1c\xca\xa9\x15\xd1\xe8\xfd\x3c\x62\x50\xd6\xd2\x04\xfe\ +\xc4\x3e\x24\x72\x86\x93\x89\x45\x21\x3b\xf3\xc9\xa8\xe8\xfd\x34\ +\xc1\xcc\xae\x3d\x94\xa6\x4e\x12\xfe\x8a\xe9\x75\x43\x36\x3b\x70\ +\x62\xee\x02\xb6\xb8\xf7\x04\x60\x3d\x08\x6e\x08\xb2\xac\x30\x39\ +\x4a\xd4\xf8\x5d\x27\xe8\x7c\x61\x6f\xe1\x60\x2b\x9f\xf3\xee\x14\ +\xbd\xe9\x87\xb2\xbd\x93\xaa\xf9\x16\x04\x07\x0c\x8c\x8f\x92\xd8\ +\xaa\x6d\xdf\xf7\x3f\x8b\x88\x42\xca\xf5\xff\x17\x7d\x11\x01\xb6\ +\x1b\xff\x5b\xe1\x66\xd2\x6c\xde\x4d\x6a\x6b\xe3\x52\x9c\xc3\xf2\ +\x76\xa7\x79\x5a\xa0\xe5\xa2\xe7\x3d\x90\xf5\x20\xb8\x16\xad\xbc\ +\x7c\x9c\xbc\x7e\x4e\x26\xec\x32\x70\x32\xc4\x0b\xc7\xc8\x5c\xbc\ +\x9c\x3a\x8d\xa2\x57\x0d\x83\xe8\x76\xb4\x52\x21\x1f\x0f\x70\x1c\ +\x87\x31\x12\xac\xf7\x55\xe2\xe0\x47\xaa\xc0\x88\xdc\x32\x49\xab\ +\xb9\xdf\x8e\xe2\xa1\x82\xd3\xef\xa3\xf5\x5a\xfa\x04\x4a\xc9\x58\ +\xde\xec\xdb\xc8\x71\x87\x0a\x61\x2e\x87\x99\x2f\xa5\x0a\x44\x79\ +\x67\x54\x93\x45\xe7\xd2\x95\xa4\xed\xe6\xe8\x8a\x45\xc7\x76\xb1\ +\x4e\x9d\xc7\x4c\x8c\xfc\x12\x00\x89\x62\xca\x7f\x5f\x61\x63\xe3\ +\xb4\xc1\x2c\x45\xcd\xe0\xb8\x14\x26\xb3\x62\xd9\xa3\xc0\x9e\x28\ +\xab\x8a\x29\x17\xfd\xa9\x57\x7f\x00\xd9\xe9\xb0\x28\xfe\xa5\xad\ +\xb6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0a\x93\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x03\x60\x00\x00\x03\x60\ +\x01\xb4\xc2\xd6\x9d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0a\x10\x49\x44\ +\x41\x54\x78\x9c\xc5\x9b\x6b\x70\x54\xe5\x19\xc7\x7f\xcf\xd9\x25\ +\x17\x24\x21\x45\x25\x9b\x4d\x56\x10\xb4\x55\x33\xe4\x02\xc1\xb1\ +\xb7\x71\x9c\x7e\x51\x51\xd3\xa6\x40\x53\x40\xdb\x71\x3a\x76\xc6\ +\xdb\x68\x5b\xef\xe3\x05\x6b\xab\x9d\x4e\x65\x8a\x9d\xb6\xe2\x4c\ +\xed\x0c\xea\x20\x01\x2a\x0a\x63\xa7\x54\x50\x9c\xb1\x6a\x36\x64\ +\x77\x03\x1d\x15\x8a\xd1\x6c\x16\x16\x04\x9a\x84\x4b\x20\x7b\xce\ +\xd3\x0f\xb9\xb8\xd9\x9c\xdd\x3d\x67\x2f\xd3\xff\xa7\xe4\x7d\x2e\ +\xef\xff\x79\xce\xf3\x5e\xce\x7b\xde\x05\x17\x08\x86\x7b\x7e\xd1\ +\x19\x8e\xac\x71\x63\xf3\xff\xc0\xe1\xc3\x87\x67\x47\x0f\x1d\xda\ +\x19\x8d\x46\x9b\xb2\xe9\x1a\x4e\x9d\x06\x43\x91\x07\x50\xfd\xad\ +\x28\xf7\x74\x85\x22\xcf\xe6\x47\xb1\x78\x88\xc7\xe3\xd5\xa6\xea\ +\x4e\xe0\x1a\xbc\xde\x5d\xd1\x78\xfc\xeb\x99\xf4\xc5\x89\xd3\xce\ +\x70\xf8\x87\xa2\xf2\x4a\x4a\xf3\xb3\x2d\x4d\x0d\x3f\xcf\x95\x68\ +\x31\x10\x8f\xc7\xab\x13\x96\xf5\x96\x42\x7d\x52\xf3\x17\x09\xaf\ +\xb7\x61\xee\x85\x17\x1e\xb2\xb3\xc9\x5a\x01\xef\xbf\xbf\xbf\x52\ +\x54\xfe\x60\x23\xfa\x59\x30\x14\x79\x26\x57\xb2\x85\xc6\xe7\x47\ +\x8f\xfa\x47\x2c\xeb\x9d\x94\xe0\x01\x2e\xf0\x26\x12\xbf\x4f\x67\ +\x97\x35\x01\xde\xd2\xe1\x6f\x03\xb3\xd2\x88\x1f\x08\x76\x87\x7f\ +\xed\x82\x67\x51\xf0\xf9\xd1\xa3\x7e\x23\x91\xd8\x05\x7c\x2d\x8d\ +\xca\x8d\xaa\x6a\x5b\xed\x59\x13\x20\x62\x26\xb2\x28\x3c\xd4\x15\ +\xee\x79\x2a\x2b\xcb\x22\xa1\xaf\xaf\xaf\x76\x2c\xf8\xaf\x66\x50\ +\x4b\x1b\x43\xd6\x04\x68\x22\xf1\x2e\x70\x24\xa3\x8e\xea\x23\xc1\ +\x50\xe4\xc9\x6c\xbe\x0a\x8d\x68\x34\x5a\x27\x1e\x4f\xb6\xe0\x01\ +\x36\x8b\x88\xda\x09\xb2\x26\xa0\xa5\xa5\xe5\xb4\x2a\xb7\x39\xe0\ +\xf3\x68\x57\xb8\xe7\x71\x07\x7a\x05\x41\x34\x1a\xad\xc3\xe3\xd9\ +\x85\xc8\xa5\x59\x54\xbf\xf0\x8a\xdc\x9f\x4e\xe8\x68\x19\x5c\xdc\ +\xdc\xb0\x55\xe0\x2f\xd9\xf4\x54\xf5\x89\x60\x28\xf2\x98\x13\x9f\ +\xf9\xa0\xbf\xbf\x3f\xc0\xe8\x93\xbf\x24\x8b\xaa\xa5\x70\x8b\xcf\ +\xe7\x4b\x5b\xc1\x8e\xf7\x01\x83\x33\x2b\xee\x00\xf6\x38\x50\x5d\ +\x1d\x0c\x45\x1e\x75\xea\xd7\x2d\xfa\xfb\xfb\x03\x6a\x18\x4e\x82\ +\x47\xe0\xc9\x40\x4d\xcd\x9b\x59\x74\x9c\xa3\xab\x6b\xdf\x25\xea\ +\x31\x3b\x81\x2a\x07\xea\x8f\xb6\x34\x35\x14\x74\x72\x4c\x0a\x7e\ +\x7e\x56\x65\xd5\x1d\xb5\x35\x35\xd7\x89\x88\x99\x49\xcd\x71\x05\ +\x00\x2c\x5a\x54\x7f\x40\x44\x6f\x01\x6c\x27\x94\x14\xfc\xb2\xb3\ +\x3b\xfc\x88\x1b\xff\x99\x10\x8b\xc5\x2e\x72\x1c\x3c\x7c\x66\xc0\ +\x8a\x6c\xc1\x83\xcb\x04\x00\x2c\x6a\x6c\x7c\x03\xd5\xdf\x39\xd1\ +\x15\x91\xa7\xba\xc2\xe1\x87\xdd\xf6\x91\x8a\x58\x2c\x76\x91\x25\ +\xe2\x34\xf8\x61\x43\xf5\xfb\x7e\xbf\xff\x0b\x27\xbe\x5d\x27\x00\ +\x60\xe8\xbf\xc7\x1f\x52\x65\xb7\x13\x5d\x55\xf9\x55\x30\xdc\xf3\ +\x50\x2e\xfd\xc0\xa4\xe0\xe7\x39\xd1\x17\x91\x3b\xfc\x7e\x7f\x97\ +\x53\xff\xae\xe6\x80\x64\xbc\xdf\xd3\x53\xed\x35\xb5\x1b\xa8\x71\ +\x68\xf2\x60\x4b\x53\xc3\x6f\xdc\xf4\x11\x8b\xc5\xe6\x98\x22\xbb\ +\x04\x2e\x76\x64\x20\xb2\xae\xce\xe7\xfb\xa9\x9b\x3e\x72\xaa\x00\ +\x80\xab\x16\x2c\x88\xab\xca\x0a\x32\xec\xb2\x52\xf0\x4c\x67\x77\ +\x24\xed\x7a\x9c\x8a\x1c\x82\x0f\xe9\xc8\xc8\x3d\x4e\xfd\x8f\x23\ +\xe7\x04\x00\x2c\x6e\x5e\xf0\x36\x22\x8e\xd7\x7d\x11\x9e\x09\x86\ +\x7a\xee\xca\xa6\x17\x8b\xc5\xe6\x58\x22\x6f\x3b\x0e\x1e\x8e\x7b\ +\xa1\x2d\x10\x08\x9c\x71\xca\x65\x82\x93\x5b\x83\x54\xa8\xaa\x74\ +\x85\x7b\x36\x03\xdf\x73\x6c\x02\x77\x2f\x6e\x6a\xb0\x7b\xc3\xe4\ +\xd0\xa1\x43\x73\x4d\xd8\x05\xcc\x75\xe8\xcf\x52\xd5\x25\x01\xbf\ +\xff\xef\x0e\xf5\x27\x21\xaf\x0a\x00\x10\x11\xf5\xa8\x79\x2b\x70\ +\xd0\xb1\x09\xac\xed\xea\x8e\xdc\x91\x2a\xe8\x3b\x72\xe4\x52\x13\ +\xde\xc5\x79\xf0\xa0\xfa\x78\xae\xc1\x43\x01\x2a\x60\x1c\x7b\xf6\ +\xec\x6d\xb4\x0c\xeb\x5f\x40\xb9\x43\x13\x45\xf5\xce\x96\xe6\xc6\ +\x3f\xc2\x68\xf0\x62\x59\xbb\x50\xad\x75\xd1\xed\xb6\x5a\x9f\xaf\ +\x55\x44\x2c\xd7\x84\xc7\x50\xb0\x04\x00\x74\x85\x22\xb7\x29\x3c\ +\xef\xc2\x44\x51\xbd\xb3\xba\xb6\x66\x47\x0e\xc1\x7f\x86\x69\x2e\ +\xaa\xab\xab\x3b\xe6\x96\x67\x32\x0a\x9a\x00\x80\x60\x28\xf2\x22\ +\xf0\x63\x17\x26\x5a\x59\x59\x31\x30\xbd\xbc\xcc\xc9\xf6\x7a\x1c\ +\xc3\x86\xea\x37\xfd\x7e\xbf\x93\x77\x93\x8c\xc8\x7b\x0e\x48\xc5\ +\xb9\xd3\x27\x6f\x07\xba\x5d\x98\xc8\xe0\xe0\x50\xd5\xe9\x33\xc3\ +\xce\x0d\xe0\xf6\x42\x04\x3f\xe6\xab\xf0\xe8\xee\xee\xbe\xd4\x14\ +\x4f\x27\x30\xd3\x8d\xdd\xcc\xca\x0a\xca\xcb\xcb\xb2\xa9\xfd\xa9\ +\xae\xa6\xe6\xf6\x9c\xc9\xa5\xa0\xe0\x15\x00\xd0\xdc\xdc\xbc\x5f\ +\x95\x1f\xe1\xec\xa5\x69\x02\x03\x83\x43\x9c\x19\xce\x58\x09\x1f\ +\x9e\x39\x79\xf2\xde\xbc\xc8\xa5\xa0\x28\x15\x30\x8e\xce\x70\x64\ +\x8d\x28\xae\x76\x67\x22\x42\x65\x65\x05\xe5\x65\xa5\xa9\xa2\xe3\ +\x1e\x58\x54\x53\x53\xd3\x5b\x30\x82\x80\xb7\x90\xce\x52\x71\xf2\ +\xf8\xb1\xfb\x2a\xbe\x72\x41\x0b\xe8\xb7\x52\x65\x96\x65\xd1\xdb\ +\xdb\xcb\x91\xf8\x11\x04\x65\x76\x75\x35\x73\xe6\xce\xc5\x30\x0c\ +\x06\x07\x87\x10\xa0\xec\xcb\x24\x58\x96\xea\x8a\x3a\xbf\xbf\xb7\ +\xd0\x1c\x8b\x5a\x01\x00\x1f\xee\xdb\xe7\x33\x46\xcc\x6e\xc0\x97\ +\xdc\xfe\xe9\xc1\x83\xf4\xf5\xf5\x4d\xd2\x0d\x04\x02\x5c\x3c\x6f\ +\xf4\xa5\x4f\x44\x98\x59\x59\x31\x9a\x04\x91\x87\xeb\x7c\xbe\xa7\ +\x8b\xc1\xaf\x28\x73\x40\x32\xae\xac\xaf\x3f\x5c\x5e\x5a\x36\xe5\ +\x75\x38\x1e\x9f\x7a\x4c\x17\x8f\xc7\x27\xfe\x56\x55\x06\x06\x87\ +\x38\x7d\xea\xf4\x9e\xda\xea\xea\xa2\x7d\x80\x29\x7a\x02\x62\xb1\ +\xd8\xe5\x55\x55\x15\x4f\xcf\x98\x71\xde\xa4\x76\xb1\x99\x1f\x25\ +\xa5\x1e\x55\x95\xc1\x93\xa7\x1a\x83\x91\x48\x7b\xb1\xf8\x15\x35\ +\x01\xd1\x78\xbc\xd1\x12\xd9\xad\xe0\x9b\x71\xde\x74\x4a\x4b\x4a\ +\x26\x64\xb3\xab\xab\xa7\xe8\xcf\xae\xf6\x4d\x69\x03\x3c\xa2\xb2\ +\xbe\x33\x1c\x2e\x4a\x12\x8a\x36\x07\x44\xe3\xf1\x46\x2c\xeb\x9f\ +\xc0\x05\xe3\x6d\xaa\xca\xb1\x63\x27\x48\x98\x26\x96\x65\xf1\x59\ +\x6f\x2f\x47\xc6\xca\x3e\x79\x12\x4c\x03\x53\x45\x57\x2d\x6e\x6c\ +\xdc\x50\x48\x9e\x45\x49\x40\x34\x1a\x6d\xc2\xe3\xd9\x41\x52\xf0\ +\xe3\x18\x19\x49\x70\xec\xf8\x89\x5c\x5d\x8f\xa0\x2c\x6f\x69\x6e\ +\x78\x2d\x2f\x82\x49\x28\xf8\x10\x18\x0b\x7e\xd2\x93\x4f\xc6\xb4\ +\x69\x5e\x2a\x2b\x66\xe4\xea\x7e\x1a\xc2\xc6\xce\xee\x48\x6b\xce\ +\x04\x53\x50\xd0\x04\x24\x05\x7f\x7e\x26\xbd\xe9\xd3\xcb\x29\x2f\ +\xcb\xba\xe5\x4d\x87\x69\x22\x6c\xec\x0c\x87\x6f\xca\xd5\x41\x32\ +\x0a\x96\x80\xfe\xfe\xfe\x66\x27\xc1\x8f\xa3\xb2\x72\x06\x5e\x6f\ +\xce\xfb\xb0\x12\x51\xe9\xe8\x0a\x87\x6f\xcc\xd5\xc1\x38\x0a\x92\ +\x80\xfe\xfe\xfe\x66\x35\x8c\x1d\x38\x0c\x1e\x46\x37\x3a\x55\x55\ +\x95\x18\x46\xce\xd3\x50\x89\xaa\x6c\xca\x37\x09\x79\x27\x20\x16\ +\x8b\x2d\x54\xc3\x70\xfc\xe4\x93\xe1\xf5\x78\xa8\xac\xa8\xc8\xa7\ +\xfb\xd1\x24\x84\x7a\x6e\xc8\xd5\x41\x5e\x09\x88\xc5\x62\x0b\x2d\ +\x91\x1d\xa4\xbf\x41\x92\x15\x65\xa5\x25\xfb\x3d\x86\xb1\x2e\x0f\ +\x1a\x25\x8a\x6e\x0a\x76\xf7\x2c\xc9\xc5\x38\xe7\x04\x7c\x1e\x8b\ +\xb5\x58\x22\x3b\xc9\x23\x78\xe0\x94\x65\x18\x6d\x25\x1e\xb9\x0b\ +\xf8\x20\x0f\x3f\xa5\x88\x76\x04\x43\x7b\xaf\x71\x6b\x98\x71\x00\ +\x6a\x7b\x7b\x80\x44\xe2\xbb\x88\x2c\x61\xf4\xa4\xb6\x6e\x4c\x14\ +\x3d\x37\x6f\x9e\xff\xf4\xc2\x85\x15\xc3\x0d\x0d\x98\x55\x6e\x4e\ +\xb3\x92\xfc\x8b\xac\x0c\xf8\x7c\xaf\x00\x04\x83\xfb\x2e\xc2\x6b\ +\x75\x81\xda\x2e\x9f\x76\x28\x19\x1c\xa4\xea\xe3\x8f\x98\x79\x60\ +\x3f\x25\x03\x03\x94\x0c\x0c\xa8\x91\x48\x9c\x06\xa2\x40\x2f\xb0\ +\x0d\x8f\x67\xab\x6c\xd8\xd0\x97\xce\x87\x6d\x02\x74\xd9\xb2\x5a\ +\xe0\x31\xe0\x56\xb2\xbd\x32\x8b\x70\xa6\xa9\x89\x81\xd6\x56\xcc\ +\x59\xce\x8b\x41\xe0\xb9\xda\x9a\x9a\xbb\x93\xdb\xba\xc2\xe1\x6b\ +\x55\x65\x3b\x59\x2a\x73\xda\xd0\x10\xfe\x77\x77\x73\x7e\x38\x84\ +\x58\x59\x0f\x84\x2d\x44\x36\x63\x18\xf7\xcb\x86\x0d\xbd\x36\x3c\ +\x26\x43\x97\x2e\x6d\x45\xe4\x25\xc0\xd5\x6e\x45\xcb\xca\x38\x7e\ +\xf3\xcd\x0c\x2f\x58\xe0\x40\x59\xdf\x1b\x38\x71\xe2\x9a\xfa\xfa\ +\xfa\x73\xa9\xa2\x60\x28\xb2\x9a\xd1\xe4\xdb\xa2\xea\x93\x8f\xb9\ +\x78\xeb\x6b\x18\xe7\xa6\x98\x66\xc3\x10\xb0\x4a\x3a\x3a\x5e\x4f\ +\x6e\x9c\x94\x00\x5d\xbe\xfc\x6e\x54\xd7\x90\xeb\xdc\x20\xc2\x40\ +\x5b\x1b\x27\xaf\xbe\x3a\x93\x56\x5c\x13\x89\x45\x81\x40\xa0\xdf\ +\x4e\xa8\xaa\x46\x30\xdc\xb3\x5d\xe0\xda\x54\xd9\xec\xce\x0f\x09\ +\xec\xf8\xc7\xe8\xb7\xa5\xdc\x60\x21\x72\xaf\x6c\xdc\xb8\x76\xbc\ +\x61\x22\x50\x5d\xba\xf4\x3a\x54\x9f\x25\x9f\x95\x41\x95\x99\x5b\ +\xb6\x50\xd6\xd3\x93\x4e\xc3\x14\xc3\xb8\x39\x5d\xf0\x00\x22\x62\ +\x8d\x4c\xf3\xac\x64\x74\x0c\x4f\x60\xe6\x81\x03\xd4\xe5\x17\x3c\ +\x80\x81\xea\x1a\x5d\xb6\xec\xa6\x2f\x1b\x18\x1b\xf3\x22\x1b\x01\ +\x4f\x3e\xde\x01\x50\x65\xd6\xfa\xf5\x78\x06\x06\xa6\x88\x04\x1e\ +\xac\xad\xae\xde\x91\xcd\xc5\x37\xea\xeb\x8f\x23\xda\x0e\x9c\x83\ +\xd1\x31\x3f\xef\x6f\x9b\x91\xfc\x82\x1f\x87\x01\xbc\xa4\xed\xed\ +\xfe\xf1\x7f\x00\x56\x93\x7e\xcc\x9f\x45\x75\x2d\x96\x75\x15\x65\ +\x65\x33\x28\x2b\x9b\x81\x65\x5d\x85\xc8\x73\xc0\x59\x3b\x03\x19\ +\x1e\xa6\xe2\xcd\xc9\x77\x93\x54\x75\xab\xdf\xe7\x73\x74\xb3\x04\ +\xa0\xa5\xb1\xf1\x03\x44\xee\x03\xf0\xef\x7e\x27\xd3\x98\x77\xcd\ +\x0f\xa8\xc0\xb2\x56\x03\x88\xb6\xb7\x07\x30\xcd\x4f\xb1\x7f\xfa\ +\xfd\x18\xc6\x12\x79\xf5\xd5\xb0\x9d\x17\x5d\xb6\xac\x09\xd8\x06\ +\x4c\xfd\xa4\x65\x18\x1c\x7e\xe2\x89\xf1\x25\xf2\x93\xb3\xa5\xa5\ +\x57\xce\x9f\x35\x6b\x6a\x59\x64\xc1\xde\xb7\x76\x6e\xbe\xe2\xf9\ +\x3f\xb7\xa5\x79\xfa\xb9\xf3\x03\x13\xd3\x9c\x6b\x60\x9a\xad\xd8\ +\x07\x7f\x36\x93\x73\x00\xe9\xe8\x08\x01\x37\x60\x97\x69\xcb\x1a\ +\x9f\x0b\x4e\x9a\xd0\x96\x4b\xf0\x00\x97\xff\xf5\xc5\xf7\xd2\x04\ +\x9f\x1f\x3f\xf0\xe0\xf5\xb6\x1a\xc0\xf5\xb6\xd6\xaa\xcf\x67\x72\ +\x9e\xd2\xc9\x0b\x76\xb2\xe9\xa1\xd0\x29\x55\x5d\x36\xa7\xa6\x66\ +\x5f\x36\x3f\xe9\x60\x0c\x0f\x7f\xa7\x58\xfc\x50\xbd\xde\x20\xdd\ +\xcd\x2b\x91\x97\x9d\xb3\x34\x6c\x75\x4b\xf6\xef\x8f\xe6\xf3\xed\ +\x7e\x0c\x45\xe3\x07\xcc\x37\x00\x7f\x1a\xe1\xbf\x1d\x77\x60\x59\ +\x7b\xd3\x48\xdc\x7c\xee\x4e\x87\xa2\xf2\x33\x70\xf9\xfd\xce\x16\ +\x25\x25\xe9\xf6\x0e\x39\x5f\x5c\x48\x42\x51\xf9\x19\x80\xed\x4f\ +\x49\x80\x2b\x1c\x77\x90\x48\xa4\xd3\x4d\xe7\xdb\x0d\x8a\xca\xcf\ +\x00\xfe\x63\x2b\x12\x59\xe5\xb8\x03\xcb\x5a\x99\x46\x62\xef\xdb\ +\x1d\x8a\xca\xcf\x40\x64\xbb\xad\x48\xf5\xb6\xb1\x75\x34\x23\xc6\ +\x74\xec\x7f\x4f\xa0\x6a\xef\xdb\x0d\x8a\xcc\xcf\x20\x91\xd8\x0a\ +\xd8\x5d\x2a\x2e\x05\xb6\x65\xea\x24\x69\xa3\x51\x62\x23\x4e\x60\ +\x59\xaf\xdb\xb4\xbb\x43\x91\xf9\x09\x80\x2e\x5f\xfe\x02\xaa\x3f\ +\x49\xe3\xe7\x1c\xb0\x0e\xc3\x78\x39\x69\x36\x5d\x00\xac\x60\x34\ +\xb3\x76\xce\x01\xd6\x49\x47\x87\xab\x6b\xab\xe9\x50\x4c\x7e\xa3\ +\x09\x68\x6f\xf7\x63\x9a\x1f\x01\x79\x9d\x50\x26\x61\x10\xd3\xbc\ +\x4c\xb6\x6c\x29\xc4\x24\x58\x54\x7e\x06\x80\x6c\xd8\x10\x43\xf5\ +\x07\xd8\x97\x9a\x5b\x58\x88\xac\x2a\x54\xf0\x50\x5c\x7e\x13\xeb\ +\xa3\x6c\xda\xf4\x26\xaa\xf7\x92\xdf\xda\x6d\xa1\x7a\x8f\x6c\xdc\ +\xf8\x46\xbe\x2c\x53\x51\x2c\x7e\x53\x8f\xc4\x96\x2f\xbf\x11\xd5\ +\x97\x71\x5f\x6e\x83\xa8\xae\x94\x4d\x9b\xb6\xe5\x41\x30\x2b\x0a\ +\xcd\x6f\xca\x0e\x69\x2c\x3b\xf3\x51\x5d\x8b\xb3\xab\xf0\x16\xb0\ +\x1e\xd3\xbc\xac\xd8\xc1\x43\xe1\xf9\x65\x3e\x16\x6f\x6b\xab\xc3\ +\xeb\x6d\x45\x75\x09\xa3\x57\xd7\x27\x8e\xc5\x81\x83\xa8\x6e\xc7\ +\xb2\x5e\x97\x2d\x5b\xa2\xee\xc2\x28\x0c\x0a\xc1\xef\x7f\xc7\x72\ +\x45\x29\x89\x8c\x89\xea\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x01\x80\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x00\xd3\x00\x00\x00\xd3\ +\x01\xd4\xda\xee\xf9\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\xfd\x49\x44\ +\x41\x54\x38\x8d\xc5\xd0\xaf\x4e\x82\x51\x1c\xc6\xf1\xcf\x41\xdc\ +\xdb\xb9\x01\xbb\x56\xbd\x03\x22\x73\x73\x06\xcc\x9a\x2c\xdc\x02\ +\x27\x58\xac\x34\xe6\x86\xce\x69\x90\x31\x9b\xb3\x70\x05\x5a\x1d\ +\x17\x60\x21\x49\xc7\x01\xc7\x02\x0c\xf1\x45\x99\x06\x9f\x74\xce\ +\xf3\xfb\x3e\xcf\xf9\x13\xe4\x29\xc6\x0a\x3a\xc8\xa6\xce\x50\x08\ +\x87\xea\xf5\x87\x65\xb4\x90\x5b\xc0\xee\x42\x18\x32\x29\xed\xe5\ +\x81\xab\x0a\xd6\xd6\xff\x17\x84\xf9\xea\xec\x6c\xcb\x68\x54\x15\ +\x42\x90\x52\x19\xe5\x25\xb6\x2b\x84\x2e\x26\x52\xba\x13\xe3\x2b\ +\x14\xe7\xe3\xf1\xb8\x8c\x73\x29\xad\x3a\xac\x3c\x2d\x86\x37\xb4\ +\x3e\x3f\xa1\x5e\x6f\xe1\x62\x8d\x5b\x5f\xe3\x6a\xb6\x59\xfc\x83\ +\x64\x7b\xfb\x14\xb7\xdf\x84\x3b\x38\x11\xe3\x64\x66\x84\x2f\x48\ +\xbb\xbd\xa1\xd7\xbb\xc1\xd1\xd2\xe4\x1e\x55\x31\x8e\x16\xcd\xaf\ +\x05\xd0\x6c\x6e\xea\xf7\x3b\xd8\x9f\x3a\x8f\x4a\xa5\x03\xb5\xda\ +\x70\x19\xcd\x2f\x80\x46\x23\x33\x18\x5c\x62\x82\x63\x31\xbe\xaf\ +\x64\xff\xa2\x20\xc6\x8a\x10\x76\x7e\x99\x7f\x29\xa2\x23\xa5\xec\ +\x47\x34\x5f\xc3\x02\x9e\x7f\x19\x86\xa7\x0f\xe9\x0b\x42\xdb\x48\ +\x9e\x7d\xc6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\xf7\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x13\x00\x00\x04\x13\ +\x01\xfd\x8e\xab\xcc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x74\x49\x44\ +\x41\x54\x38\x8d\x75\x93\xcb\x4b\x94\x61\x14\xc6\x7f\xe7\xfd\x3e\ +\xbf\x19\x9b\x6c\xd4\xcf\x71\x0c\x9c\x6a\xd1\xa2\x34\x85\x20\xbb\ +\x40\x9b\xc8\x10\x83\x68\x55\xfd\x01\x5d\x24\x68\x15\xfd\x1f\x49\ +\x74\x83\xf2\x1f\x68\x1b\x34\xa6\xb5\x6d\x11\x04\x8a\x97\x82\x16\ +\x39\x2a\x34\x2a\x3a\x57\x4d\xbf\xdb\x69\xa1\x0e\x8d\xe6\xb3\x7b\ +\x9f\xf7\x7d\x1e\xce\x73\xce\x79\x85\x3d\xc8\x8f\xa7\x7b\x6c\xe5\ +\x9e\xa2\x57\x81\x13\x3b\xf4\x9c\xa0\x9f\x8c\x9a\xb7\xcf\x06\x1e\ +\x5e\x3e\xca\xd1\x91\x21\x86\x7c\x00\x7b\x57\xf8\xf3\xc3\xc9\x58\ +\xb3\x55\x7e\x8a\x32\x84\x93\x34\x12\x6e\xa0\xa1\xb7\x7b\xdd\xad\ +\x48\xf7\x7a\x39\xfe\xc8\x72\x82\x68\x45\x17\x0d\x3e\x2f\x01\xa4\ +\x26\x6e\x28\x65\xc5\x4a\x5c\x91\xc6\x76\x74\xab\x80\xfa\xeb\xa0\ +\x01\x00\x4b\x3f\xd2\x7c\x79\x73\x89\xb5\xf9\x16\x36\x4b\x8d\x18\ +\x3b\x8c\x34\xb4\x26\x55\x79\x67\x00\x9a\xed\xf2\xb0\x58\x89\x2b\ +\x12\x6b\x45\x37\x57\x11\xa7\x05\xb1\x13\xb5\x58\xe9\x53\x4b\x1c\ +\x3f\x3f\xcf\x66\xa9\x11\x80\x28\xb0\x4c\xb2\xb3\x90\x8e\x13\x7f\ +\x65\xf2\xe3\xe9\x1e\x90\x07\x12\x6f\x47\xbd\x12\xe2\x1c\x41\xbd\ +\x55\xc4\x39\x52\xd7\x9b\xae\xc1\xd9\xba\xf3\x99\x1b\xb3\x1d\xf7\ +\x47\x87\x3b\x6d\x5b\xb9\x87\x93\x34\xea\x15\x91\x98\x8b\x7a\x6b\ +\x88\x75\x98\x70\xab\x8c\xb6\xdd\x01\x40\x0a\x59\x56\x7f\x1d\xe6\ +\x58\x5f\x8e\xb3\xb7\x26\x58\xf8\x96\xa1\x92\x6f\x32\x91\x15\xdd\ +\x95\x95\xb1\xf6\x19\x8c\xd3\x85\x46\x18\x3b\x01\x0d\x4d\x84\x5e\ +\x85\xf0\xf4\xfb\x4d\xb1\x13\x93\x80\xa8\x5f\xed\x95\xa9\x9b\x71\ +\x4b\x8a\xb5\x0a\xa2\xc0\x42\xec\x70\xda\x20\x64\x88\x3c\xd0\x80\ +\xc8\x2f\x11\x6d\x2c\xa2\xcd\x83\x88\x9d\x98\xec\x48\x65\x2e\x76\ +\xa4\x32\x17\xb0\x13\x53\x92\x1a\xa8\x8b\x60\xec\x10\x11\x8e\x9b\ +\xbd\x7b\xb0\x0d\xad\x4d\x08\x40\xa4\xc6\xed\x83\x41\x59\xd8\x4b\ +\x4a\x21\x8b\xfa\xd5\xde\xdf\xcb\xf3\x5f\xf3\x2b\xf3\x5f\x35\xa8\ +\xf6\x48\x61\x14\x93\xc8\x20\x4e\x12\xc4\x46\x2c\x07\x55\x72\xb6\ +\xa0\xe3\x8a\x74\xd5\x19\x84\x65\xac\xef\x37\xe2\xda\x32\xd8\x07\ +\x8a\x55\xc8\x62\x62\x4d\xa8\x5f\x44\x1c\xf7\x9f\x77\xde\x98\xac\ +\x7d\x4c\x9f\x09\x45\x27\x00\xeb\xff\x71\xc0\x1c\xea\x44\x83\x12\ +\x62\x27\x89\xbc\x12\xa6\xd1\x25\xaa\xe4\x42\x63\xa4\xd7\xb4\x0e\ +\x2c\x4d\x2b\xbc\x3e\x48\x0c\xa0\x41\x05\x71\xdc\x6d\x71\x2c\x89\ +\xfe\x59\x46\xe0\x85\xdb\x9f\x9f\x35\x00\xa9\x62\xea\x31\xf0\xf9\ +\x40\x03\x7f\x1d\xf5\x0a\x98\xb8\x8b\x6e\xad\xa1\xfe\xc6\x27\xb7\ +\x75\xe9\xc9\x76\x13\x01\xb9\x3d\xe3\xb5\x15\x53\xd7\x15\x79\x0e\ +\x84\xfb\x1c\x64\x7b\x58\x51\x35\x17\x12\xfc\x79\xd6\xe6\x2e\x5f\ +\x97\x73\xf8\xf0\xcf\xa8\x76\xb1\x3a\xda\xd1\x1d\x59\xd1\x5d\x55\ +\xae\xc9\xce\x77\x56\x98\x13\x18\x33\xc6\x8c\xb8\xfd\xf9\xba\x9d\ +\xfe\x0b\x2f\x34\x03\x89\x65\x09\x5c\x5c\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x00\xd5\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x9c\x49\x44\x41\x54\x78\x01\x63\xc0\x07\xca\xa5\x3b\ +\xf4\x5f\x16\xd9\xe8\x33\x90\x0a\x2a\xa5\xda\x34\xca\xa5\x5a\x77\ +\x94\x4b\xb7\xed\x7e\x5d\x62\x0d\xc2\xfb\x5f\x96\xd8\xea\x11\xd4\ +\x58\x21\xd7\x2e\x58\x21\xd5\x36\xb1\x5c\xba\xf5\x37\x10\xff\x47\ +\x32\xe0\x3f\x10\xff\x7d\x5d\x62\xb5\xe8\x79\xa5\xad\x28\x86\xc6\ +\x06\x86\x06\x26\xa0\x86\x38\x20\x7e\x05\xd2\x88\xc0\x08\x03\x90\ +\xf0\xbb\x57\xc5\x36\xf9\xff\x1b\x1c\x58\xe0\x06\x94\x49\xb5\xce\ +\x86\x69\x22\x60\x00\x02\x97\x5a\xcf\x46\x0a\xac\xb6\x55\xa4\x1a\ +\xf0\xa6\xc4\x7a\x15\x15\x0c\x18\x35\x80\xe2\x68\xa4\x38\x21\x51\ +\x92\x94\x09\x67\xa6\x32\xa9\x96\xed\xc4\x64\x26\x8a\xb3\x33\x00\ +\x5f\x17\x7b\xf1\x44\x05\x23\x70\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x09\x9b\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x12\x2c\x00\x00\x12\x2c\ +\x01\x4c\xd9\x42\xbe\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x09\x18\x49\x44\ +\x41\x54\x78\x9c\xdd\x5b\x6b\x6c\x14\xd7\x15\xfe\xce\xec\x6b\xf6\ +\x61\x53\xb0\x01\x07\x82\x8b\x03\x25\xa1\x82\xba\xa6\x7e\xec\xae\ +\x1d\x25\x96\x2a\x2b\x7d\x40\x1b\x1a\x39\xa1\x81\xb4\x49\x51\xf8\ +\x81\x42\xa4\xa6\x2d\x95\x82\x52\x27\x4d\xa5\xe2\x1f\x51\xdb\xa4\ +\x01\x09\x48\x45\x85\x94\x2a\xaa\x48\xdc\x34\x51\x4a\x93\x6e\xa4\ +\xc2\x7a\xd7\x36\x8f\xb5\x1c\xf1\x48\x4a\x42\x5c\x43\x29\xc1\xa6\ +\xf6\x7a\xbd\xaf\x99\xd3\x1f\xb6\x2b\x63\xcf\xe3\x8e\x77\x3d\x40\ +\xbf\x9f\x73\xcf\xbd\xf7\x9c\x6f\xe6\x9e\x7b\xce\xbd\x67\x08\x36\ +\x23\xda\x13\x5d\x4b\x2a\xf5\xea\xb5\x33\xf1\x0f\xc2\x75\xe1\x57\ +\xec\xd2\x47\xb2\x6b\xa2\x49\x90\x42\xeb\x0c\xdb\x41\x77\xda\xa5\ +\x0b\x70\x03\x08\x60\xe2\x1a\xc3\x76\x95\xff\xbf\x09\x90\x20\x19\ +\x12\x20\x91\x74\x97\x5d\xba\x00\x36\x13\xc0\xcc\xc4\xe0\x6a\x43\ +\x19\xf0\xca\x78\x3c\x5e\x66\x97\x4e\xb6\x12\xd0\xd9\xd3\x59\x07\ +\x60\x9e\x89\x98\x43\x81\xd2\x62\x87\x3e\x80\xcd\x04\x48\xaa\xf4\ +\x80\x90\x1c\x49\x4f\x30\x33\xcd\xb5\x3e\x00\x20\x3c\x49\x24\x12\ +\x91\x65\xbf\xfc\x02\xa9\xb4\x37\x18\x0c\xea\x6e\x63\x7a\x88\xc5\ +\x62\xb7\xb3\xc4\x1f\x00\x28\x15\xec\xf2\x78\xa8\x3e\xb4\xcf\xca\ +\x1c\xf1\x78\xbc\x5a\x25\x75\x5b\x7a\x34\xfd\xc3\xe6\xe6\xe6\xb4\ +\x48\x1f\x21\x02\x22\x91\x88\xec\x09\x78\x3a\x88\xa9\x05\x40\x16\ +\x8c\xe7\xd2\xa9\xf4\xee\xe6\xe6\xe6\xbc\x48\xff\x9e\x9e\x1e\x57\ +\x4e\xcd\xfd\x09\xc0\x7d\x22\xf2\x13\xc8\x02\xd8\x14\xaa\x0f\x1d\ +\x16\xd0\xcf\x29\xfb\xe4\x9d\x20\x3c\x03\xc0\xcd\xc4\x47\x32\xc9\ +\xcc\xb7\x44\x48\x30\x25\x60\x9a\xf1\x53\xd1\x05\x05\xdf\x0f\x85\ +\x42\xa7\x8d\xfa\x27\x12\x09\x7f\x2a\x9d\x7a\x0d\x84\xaf\x9b\xcd\ +\xa5\x81\x3c\x80\x5f\x93\x4a\xcf\x05\x83\xc1\x61\x2d\x81\x58\x2c\ +\xd6\xac\x4a\x6a\x3b\x81\x6a\xa7\x3e\x17\x25\xc1\x90\x00\x03\xe3\ +\x27\x91\x01\x63\x1f\x2b\xfc\xcb\x70\x38\x3c\x30\xb5\xa1\xa7\xa7\ +\xc7\x97\x53\x73\xad\x00\x9e\x07\xb0\xd4\x68\x1e\x01\x0c\x32\xf3\ +\x5b\x00\xde\x25\x89\xae\x4d\x3c\xab\x01\xa3\x05\x40\x58\xaf\x93\ +\x08\x09\xba\x04\x08\x18\x3f\x15\x2a\x08\x67\xc1\xe8\x25\x22\x89\ +\x99\x17\x00\x68\x04\x20\x0b\xf4\x9d\x53\x98\x91\xe0\xd4\xeb\x28\ +\xfb\xe4\x27\x27\x18\x16\x81\x04\xc6\x6a\x00\xab\x99\x79\x36\x7a\ +\xce\x19\x88\xa9\x45\xf6\xc9\x4f\x02\xd8\xad\xd5\xae\xbb\x0d\xfa\ +\x64\xdf\x4b\x20\x18\xae\xef\x5b\x04\x1f\x2a\x39\xe5\x65\xbd\x46\ +\x5d\x02\xaa\xab\xab\x47\x55\xa8\xad\x00\xc6\xe6\x44\x2d\x7b\x90\ +\x51\xa1\xb6\x36\x35\x35\x8d\xe8\x09\x18\x06\x42\x8d\x75\x8d\x7d\ +\x4c\xfc\x93\xe2\xeb\x65\x0f\x98\xf8\x47\x8d\xf5\x8d\xa7\x8c\x64\ +\x4c\xb7\x41\x66\x96\x62\xdd\xb1\x6e\x00\x86\x69\xec\x4d\x88\x44\ +\xb0\x2e\xb8\x8e\x88\x54\x23\x21\xd3\x50\x98\x88\x54\x10\x9e\x2d\ +\x9e\x5e\xf6\x80\x99\x77\x99\x19\x0f\x08\xe6\x02\x2e\x72\xbd\x0b\ +\x20\x53\xb0\x56\xf6\x21\x03\x05\xef\x89\x08\x0a\x11\x50\x5b\x5b\ +\x9b\x02\xa1\xaf\x30\x9d\x6c\x45\x6f\x38\x1c\x16\x72\xde\xe2\xd9\ +\xa0\x0a\xa1\xb8\xdf\x2a\xb2\xd9\x3c\xe6\x20\x76\xc8\x8a\x0a\xea\ +\x06\x42\x33\x40\x28\x99\x95\x2a\x53\xa0\x32\xe3\x93\x0b\x9f\xe1\ +\xa3\x8f\x2f\xe3\x9f\x03\x43\x18\x19\x4d\x43\x51\x54\x48\x44\xf0\ +\xf9\xdc\xa8\x58\x3c\x0f\x2b\xab\x16\x63\x65\xd5\x22\xb8\xdd\xe2\ +\xaa\x69\x40\x34\xe3\x14\xcb\x06\xe3\xf1\x78\x99\x4a\xea\xbf\x51\ +\xc0\xf9\xc1\x87\xe7\x2f\xe3\x68\xec\x1c\x86\xae\xa5\x4c\x65\xbd\ +\xb2\x1b\x0d\x5f\xb9\x03\xd5\x6b\x96\xc1\xe1\x98\xd5\x94\x2a\xe7\ +\x79\x61\x38\x1c\x1e\x34\x13\x14\x1a\x5d\x25\x75\xa3\xa8\xec\x74\ +\x28\x8a\x8a\xbf\x44\xfa\xf0\xe6\x3b\xa7\x84\x8c\x07\x80\xb1\x74\ +\x16\xef\x1f\x3b\x83\xd7\x3a\xba\x30\x9a\x9a\x95\xef\x95\xe0\xc0\ +\xfd\x22\x82\xa6\x5f\x40\x34\x1a\xf5\x92\x93\xce\x02\x58\x66\x55\ +\x0b\x45\x51\xf1\xfa\x9f\x4f\xe0\xd3\x81\xab\x56\xbb\xfe\x0f\xa5\ +\x25\x32\x1e\xdc\xd8\x80\x12\xbf\xe5\xbc\x6a\x80\xf3\xfc\x05\x33\ +\x67\x68\xf8\x56\x99\x99\x24\x97\xb4\x17\xb3\x30\x1e\x00\x22\x47\ +\xcf\x14\x64\x3c\x00\x0c\x8f\xa4\xd1\xf1\xf6\x09\xe4\xf2\x8a\xd5\ +\xae\x4b\xc9\x49\xfb\x99\xd9\xd0\x46\xdd\x2f\x20\x91\x48\xf8\x53\ +\x99\xd4\x8b\x00\x1e\xb5\x3a\x33\x30\xbe\xe6\xdf\x7c\xc7\x30\x0a\ +\xb5\x84\xba\x9a\x2a\xdc\x1d\x5a\x65\xb9\x1f\x31\xbd\xe2\x95\xbd\ +\x3b\xaa\xab\xab\x47\x35\xdb\xa7\x3f\xe8\xe9\xe9\x99\x97\x53\x72\ +\xdf\x06\xe1\x67\x00\xaa\xac\xab\x3a\xee\xed\x0f\xbe\x7a\x54\x77\ +\xcd\xbb\x5c\x4e\x5e\x5e\x59\x16\x0d\xf8\x3d\xfb\x3c\x5e\x47\x6f\ +\x3e\xaf\x7e\x3e\x35\x9c\xdd\xd2\x7f\x69\x70\xc3\x48\x32\xa3\xe9\ +\xfe\x1d\x0e\x09\x8f\x3d\x7c\x37\x4a\x02\xd6\x8f\x18\x18\x7c\x1e\ +\x8c\x67\xdd\x0e\x77\x47\x6d\x6d\xed\x7f\xa6\xb6\xd1\xb1\xee\x63\ +\x6b\x1c\x70\xd4\xb0\xca\x35\x20\xd4\x00\x08\x01\xf0\x58\x9e\x65\ +\x0a\xce\x7f\x72\x05\x6f\xbc\x7d\x42\xb3\x6d\xfe\x3c\x5f\x66\xc5\ +\x8a\x85\xf7\xee\xdc\xf1\x68\x6c\x7a\xdb\x9e\x3d\x87\x17\x9d\xed\ +\xef\x3f\x35\x70\x71\xe8\x36\xad\xbe\xf5\xeb\xaa\xd0\x14\xb4\xfe\ +\x15\x4c\x41\x06\x40\x27\x18\x27\x49\xa2\x93\x0a\x94\x93\xd4\xd9\ +\xd5\x59\xf4\x28\xe4\x48\xa4\x0f\x7d\xa7\x07\x66\x3c\x77\xb9\x9c\ +\x5c\xbd\x76\x69\x58\xcb\xf8\x49\xb4\x1d\x3a\x54\x7a\xe9\xf8\xa5\ +\x7f\x0d\x0e\x8d\x7a\xa7\xb7\x95\xcd\x0f\xe0\x7b\x9b\x1a\x8b\xaa\ +\xeb\x9c\xdc\x0b\xf4\x5f\xd4\xde\x7e\x97\x57\x96\x45\x8d\x8c\x07\ +\x80\xb6\xcd\x9b\x87\x2b\x97\x94\xb7\x6b\xb5\x5d\x1d\x4a\x22\x35\ +\x26\x1c\xe4\x09\x61\x4e\x08\x48\x26\xb5\xf7\xee\x80\xdf\x73\x40\ +\xa4\x7f\x79\x69\x79\xbb\xd3\xa9\xad\x5a\x32\x29\x74\xdc\x2f\x8c\ +\xa2\x13\x90\xcd\x29\x50\x14\xed\x2c\xd4\xe3\x75\x08\x6d\x0b\xdb\ +\xb6\xad\x4f\x79\x65\xb7\x66\xee\x71\xd3\x7f\x01\x2e\xa7\x04\x89\ +\xb4\x77\xd7\xdc\x18\x2a\x45\xc6\x68\x6b\x6b\x93\x32\x99\xbc\x43\ +\xab\xcd\xe3\x29\x28\x47\x98\x81\xa2\x13\x40\x13\x89\x8d\x16\xc6\ +\xc6\xd2\x8f\x88\x8c\xe1\x2e\xad\xdc\x92\xcd\xe5\x35\x59\x0c\xf8\ +\x8a\x7b\xd2\x3e\x27\x3e\xa0\x62\xb1\xf6\x05\x70\xff\xa5\xc1\x0d\ +\x7b\xf6\x1c\x5e\x64\xd6\xff\xf2\x95\x61\xcd\x23\x6c\xbf\xdf\x83\ +\x40\xa0\xa0\x1d\x7a\x06\x24\x66\xde\x0a\x42\x3b\x33\x77\x00\x38\ +\x07\xc0\x72\xcc\x39\x1d\x2b\xab\x16\x6b\x3e\x1f\x49\x66\x9c\x67\ +\xfb\xfb\x4f\xb5\x1d\x3a\xa4\x9b\xae\x3e\xfd\xfc\xde\xbf\x5d\xbc\ +\x74\x4d\x73\x80\x15\xcb\x17\x81\x74\x96\x97\x20\x14\x00\xe7\x98\ +\xb9\x63\xc2\xe6\xad\x33\x46\x8b\xc7\xe3\x65\x0a\x94\x16\x89\xa4\ +\x27\x18\x1c\x9a\xcd\x2c\xd9\x6c\x1e\x07\x0e\xfd\x1d\x63\x69\x6d\ +\x87\xb5\x60\xbe\x7f\xac\x72\x49\x79\x7b\x79\x69\x79\xfb\xb6\x6d\ +\xeb\x53\x6d\x6d\x6d\x92\xbb\xb4\x72\xcb\xe5\x2b\xc3\xbb\xf5\x8c\ +\x27\x02\x36\x3d\x10\x44\xc5\x42\xb3\xf2\x02\x4d\x44\x89\xe8\x45\ +\x52\xe9\xaf\x0d\x0d\x0d\xd7\x25\x27\xba\x74\x32\x33\xc5\xba\x63\ +\x5b\x01\xbc\x04\x40\x7b\x51\x1b\xe0\x44\xe2\x02\xde\x3f\x76\xc6\ +\x50\xc6\xe9\x94\xe0\x95\xdd\xf9\x4c\x26\xef\xd0\x5b\xf3\x93\xb8\ +\x73\x65\x05\xbe\xd1\x62\x58\x5c\xa2\x85\x2c\x18\xdb\x83\xf5\xc1\ +\x03\x44\xa4\x19\xf0\xe9\xfa\x00\x22\xe2\x50\x7d\x68\x1f\x33\x3f\ +\x04\x58\x3f\x0e\xab\x5e\xb3\x0c\x4b\x2a\x3e\x67\x28\x93\xcf\xab\ +\x18\x49\xa6\x9d\x66\xc6\xfb\x7d\x1e\xdc\xd3\x68\xb9\x74\x28\xc7\ +\xcc\x0f\x86\x1a\x42\xfb\xf5\x8c\x07\x04\x9c\x60\xb8\x21\xfc\x3a\ +\x83\x7f\x65\x75\x76\x87\x43\xc2\x86\xaf\xd5\xa0\xb4\xa4\x30\xaf\ +\xed\x70\x48\xd8\x70\x5f\x0d\x02\x7e\x8b\xce\x8f\xf0\x42\xb8\x21\ +\xfc\x86\x99\x98\xd0\x2e\x20\xa9\xd2\xcf\x01\x58\x4e\xec\x7d\x5e\ +\x37\x36\x6d\x0c\x62\xf1\x22\xe1\x23\xba\xeb\xe0\x95\xdd\xf8\xce\ +\xfa\x5a\xdc\x56\x61\x79\xdd\x5f\x55\x32\xca\x2f\x44\x04\x85\x5d\ +\x6a\xac\x3b\x76\x90\x99\x85\xf6\xf1\xe9\xc8\xe7\x55\x74\x76\x7f\ +\x84\x13\xbd\x17\x74\xa3\xc4\xeb\x94\x22\x60\xd5\x8a\x0a\xdc\xd3\ +\x78\x97\xf5\x37\x3f\x8e\xdf\x85\xea\x43\x8f\x89\x08\x0a\x87\x55\ +\xcc\x1c\x01\x30\x2b\x02\x9c\x4e\x09\x77\x87\x56\xe1\xcb\x6b\x2b\ +\x91\xe8\xfb\x14\xff\xf8\xf8\x0a\xae\x0e\x25\x67\xc8\xf9\xfd\x1e\ +\xac\x58\xbe\x10\x6b\xbe\x78\xfb\x6c\xbd\x3d\x00\x80\x88\x22\xc2\ +\xba\x89\x8f\x8a\x41\x14\x98\x38\x97\x04\x64\x34\x05\x57\xa1\x29\ +\xb8\x0a\xa9\xb1\x2c\x92\xc9\x34\xc6\xd2\x39\xb8\x5d\x4e\x04\x02\ +\x1e\x04\xfc\x9e\x42\xf7\xf9\x71\x55\x55\x32\x3d\x0d\x9e\x44\x71\ +\x03\x6b\x0b\xf0\x79\xdd\xf0\x79\x2d\xef\xae\x42\x50\xa0\x08\xb3\ +\x68\xe5\x66\xe8\x96\xb9\x1d\x96\xc8\xb8\x1c\xf7\x3a\x59\xe1\x51\ +\x09\x5f\x9d\x95\x36\x37\x00\xcc\x2c\x5c\x69\x2a\x44\x40\x2c\x16\ +\x6b\xc6\x78\xd1\xd3\xad\x01\x42\x53\x67\x77\xe7\xbd\x22\xa2\xa6\ +\x04\x44\x22\x11\x27\x4b\xac\x99\x9d\xdd\xd4\x60\xb4\x47\x22\x11\ +\x53\x1f\x67\x4a\x80\xec\x97\x7f\x0a\xa0\xae\x28\x4a\xd9\x8b\x3a\ +\xd9\x27\xef\x34\x13\x32\xf4\x96\x13\xb5\xb7\x5d\x98\x45\x32\x74\ +\x93\x20\x47\x2a\x85\x82\xc1\xe0\x71\x3d\x01\xc3\x2f\x40\x25\xf5\ +\x71\xdc\xba\xc6\x03\x80\x8b\x25\x36\x8c\x08\x0d\x09\x48\x8f\xa6\ +\x9f\x62\xe2\x23\x82\x93\x65\x00\xc4\x40\x38\xce\xe0\x0f\x00\x98\ +\xc7\xbc\x73\x0c\x26\x3e\x92\x1e\x4d\x3f\x65\x24\x53\x48\xb1\xf4\ +\xc4\x00\x74\x8a\x98\x76\xa5\x52\xa9\xf7\xa6\x96\xa3\x46\xa3\xd1\ +\x05\x70\xe0\x7e\x22\x7a\x06\x10\x3b\x0c\x35\x80\x02\x20\xc6\xe0\ +\x4e\x62\xfa\x8c\x89\xfd\x04\x0a\x62\xbc\x4e\xd8\xaf\xd5\xa1\x28\ +\xc5\xd2\x93\xd0\x21\x21\xcd\xc4\x3f\x0e\xd5\x86\x5e\x36\xaa\xc6\ +\x9a\xf8\xcf\x60\x1f\x80\xcd\x22\x73\x4d\x83\x0a\xe0\xf7\x9c\xe7\ +\x5d\xd3\x8b\xb1\x81\x71\x92\xc9\x45\x4f\x83\xb1\x1d\x53\xae\xf3\ +\x8a\x5a\x2e\x3f\x89\xeb\x48\x20\x9c\x26\x85\x1e\x12\xfd\x71\x82\ +\x99\x29\xde\x15\xdf\xcf\x64\xbc\x1e\xa7\x21\x4b\x44\x0f\x07\xeb\ +\x82\x7f\x34\x13\x8c\xc5\x62\x5f\x62\x07\xff\x01\x8c\xd5\x56\x8c\ +\x07\x2c\x10\x00\x4c\xbc\x4d\x9f\xbc\xc3\x27\xfb\x7e\xab\x77\xdd\ +\xac\x87\x44\x22\xe1\x1f\xcd\x8c\xf6\x12\xe8\x0e\x11\x79\x66\xfe\ +\x6e\xb8\x21\xfc\xaa\x95\xf1\x53\xe9\xd4\xf6\x74\x2a\xfd\x1b\x51\ +\xe3\x01\x8b\x04\x14\x8a\x68\x3c\xfa\x08\x11\x1d\x34\x93\x63\xe2\ +\xb7\xc2\x75\xe1\x6f\xda\xa1\x93\xad\x3f\x4d\xb9\x1d\xee\x0e\x08\ +\x14\x5c\xb2\xca\x42\xa7\x39\xc5\x80\xad\x04\x4c\x14\x27\x74\x9a\ +\x88\x5d\x1d\xb8\x30\xd0\x65\x87\x3e\xc0\x0d\xf8\x73\x14\x8c\x93\ +\x26\x12\xc7\x5a\x5b\x5b\x0b\xbe\x9c\x11\x85\xfd\x3f\x4f\x4b\x64\ +\x4c\x00\xc1\xf8\x32\xa1\xc8\xb0\x9d\x00\x05\x8a\x21\x01\x0c\x3e\ +\x6b\x97\x2e\x00\xf0\x5f\xbf\xdd\x7e\xc4\x15\x22\xc7\x19\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\xe4\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x61\x49\x44\ +\x41\x54\x78\x9c\xed\x9a\xcd\x4f\x13\x41\x18\xc6\x9f\xe7\xdd\x2d\ +\x6d\x17\x28\x14\xa5\x55\x30\x1a\x0f\x62\xa2\x21\x80\x12\x4d\xbc\ +\x18\x12\x13\xf9\x23\xfc\x0f\x3c\x18\xbd\x79\xf2\xe2\xdd\x9b\x07\ +\x6f\x8a\x1f\xf1\x2b\x6a\x10\x24\xc4\x8b\x24\xc6\x03\x08\x26\x06\ +\x35\x7e\x1f\x3c\xa0\x15\xc5\xa8\x09\x16\xbb\xe3\xc1\x80\xb5\x6c\ +\x61\x2b\x9d\x59\x5c\xf6\x77\xdb\x99\xb7\x33\x4f\x7f\x99\x36\x6f\ +\xbb\x0b\x44\x44\x44\x44\x44\xac\x5d\xf8\xe1\x6e\x73\x2f\x5d\x39\ +\x05\x20\x5b\xd5\x85\x95\x7b\x74\xfd\xc1\xdc\xd9\x6a\xae\xa9\x03\ +\xe6\x86\x33\xef\x00\xb4\x56\x7f\x65\x7c\x55\x05\xb5\x2b\xd3\x9b\ +\x7b\x59\xf5\xb5\xab\x88\x40\xc7\x9b\x07\x00\x85\x7a\x8a\x5c\x52\ +\x63\x88\x69\x59\xbf\x4a\x88\xde\xe5\x55\xf7\xf4\x74\xf3\x09\xbd\ +\x7b\xac\x0c\xcd\x02\x00\x45\x1e\xcf\x0d\x6d\xe8\xd1\xbd\xcf\xbf\ +\xa2\x5d\x00\x00\x81\xb8\xe7\xbe\x0c\x6d\x6a\x32\xb0\x57\xc5\x98\ +\x10\x00\x00\x9b\xe6\x98\x3f\x63\x68\xaf\x8a\x60\x6e\x38\xa3\x8c\ +\xed\xa6\x78\x0c\x28\x8c\x98\xda\xae\x20\x56\x3e\x9b\x7e\xff\x8c\ +\xdd\x98\x2b\x57\x63\x56\x40\x00\x10\x78\xec\xc6\xd4\xbe\x4c\x4f\ +\xee\x9b\xd7\xbc\xa9\x8f\x40\x60\x28\xa0\x1d\x79\xf4\x96\x9b\x0f\ +\xbd\x00\x00\x80\xa0\xbe\xfc\xd4\x1a\x27\x12\x10\x74\x80\xa0\x89\ +\x04\x04\x1d\x20\x68\xd6\xbc\x00\xbb\xd2\x17\x90\xf2\x5c\x51\x3c\ +\x9b\x8a\xd5\x8a\x24\xd2\xd9\x99\xf1\x3d\x07\x8a\xc7\x0a\xca\xfd\ +\xd6\xf4\xaa\x6e\xb4\xa2\x4e\x90\xb1\xd4\x3d\xab\xa1\x6d\x7f\xf5\ +\x23\x06\x03\x15\x4e\x57\xf2\x11\x70\xa5\x6e\xcb\x76\x6d\x69\x02\ +\x40\x11\x87\xfc\x0b\x10\x7b\x82\x56\x7c\x83\xc6\x3c\xc6\x21\xf0\ +\xc4\xb7\x00\x49\x64\x67\x75\x86\x09\x02\x97\xec\xf3\x2b\xe0\x3b\ +\x93\xd9\x4e\xad\x69\xcc\x93\xb7\x0b\x72\xc5\x97\x00\xb1\x9c\x71\ +\x52\x6a\x75\x27\x32\x8a\xc2\x60\xaa\xbb\xff\xa3\x2f\x01\x74\x5a\ +\x1c\xdd\x79\xcc\xc3\x3e\xc0\x4f\x23\xa4\x38\xc5\x78\x43\xd8\x8e\ +\xff\xe7\xc6\x94\x3b\x00\xf8\x11\x10\x6f\x78\x0a\xd0\xd2\x1e\xc9\ +\x20\x04\x2e\x73\xdb\x9d\x1f\x80\x0f\x01\xb6\xb3\x51\xcf\x8d\x93\ +\x00\x29\xf0\xf7\xf1\x07\x96\x15\x20\x93\xb0\x6b\xdb\x74\x07\x32\ +\xcc\xab\xa6\xce\x81\x07\xf3\x17\x4b\x0a\x60\x72\xdd\x07\xfd\x79\ +\x0c\x43\xf4\x91\x58\x68\xff\x97\x12\x30\x67\x25\x5b\x76\x18\x88\ +\x64\x14\x8b\xb8\x54\x7c\x5d\x56\x00\xa5\x66\x0c\x12\xab\xea\x2d\ +\xf3\x55\xc0\xfd\x54\xe7\xe0\xf3\xe2\x81\xb2\x02\xc4\xc9\xfe\xd4\ +\x9f\xc7\x2c\x54\xe8\x2b\x1d\xf3\x16\x40\xcc\x30\x91\xe9\xd2\x9e\ +\xc8\x2c\x79\xf9\x19\xbf\x56\x3a\xe8\x29\x80\xb6\x33\x01\xb0\x4e\ +\x7f\x26\xa3\xf4\xa7\xf6\xde\x98\x2e\x1d\xf4\x14\x20\xc9\xd6\x94\ +\xfe\x3c\x86\xe1\xe2\xe3\x0f\x78\x08\x20\xf8\x96\x35\xa1\x6b\x7d\ +\x3f\x35\xd6\xd4\xde\xf1\x9a\x58\x7c\x02\x6a\xd2\x2f\x01\x84\xaa\ +\xf5\x05\x78\x91\x3b\xaf\xe6\xbd\x66\x4a\x05\x28\xcb\x69\xd9\x6c\ +\x20\x91\x51\x44\xe8\x79\xfc\x81\x12\x01\x14\x7b\x02\x76\x22\x6c\ +\xad\xef\x8b\x54\xc7\xed\xd1\x72\x93\x7f\x9f\x80\x78\xf3\x67\xed\ +\x71\xcc\x73\xae\xb8\xf5\x2d\xa5\x58\xc0\xac\xe5\x64\xdb\x0d\x04\ +\x32\x89\xa2\x65\x5d\x58\xaa\xe0\x8f\x00\x2b\x3e\x0a\xda\x19\xed\ +\x91\xcc\x32\xd2\xd8\xd1\xff\x66\xa9\x82\x05\x01\x92\xdc\xa8\x3f\ +\x8e\x61\x88\xf2\x5f\x7e\xf3\xcc\xdf\x1a\xcb\x49\x62\xdd\x6e\xcd\ +\x79\x8c\xa2\x80\x59\x30\x76\x7d\xb9\x3a\x01\x00\xc6\xea\x1e\x01\ +\x0c\xdb\x1f\x9f\xb7\xd2\x5d\x37\x67\x96\x2b\x12\x00\x10\xa7\x75\ +\x55\x3e\xc4\xb8\x22\xb8\xfc\xf1\x07\x7e\x0b\x78\xc1\x58\x7d\xd8\ +\x7e\xf9\xe5\xd2\x85\xa9\x61\x3f\x85\x22\xf1\xa6\xd7\x08\xdb\x73\ +\x02\x0a\x17\xd9\xfd\xb0\xec\xc3\x91\xc5\x88\x55\xbf\x35\x74\xad\ +\x2f\x89\xf3\x7e\x6b\x45\x81\xeb\x75\x86\x31\x0f\x27\x1b\x77\x0d\ +\x8e\xf9\xad\xb6\x15\x70\x84\xc4\x49\x28\xa4\x75\xc6\x32\x01\x81\ +\xf7\x0a\xee\xe1\xa0\x73\x44\x44\x44\x44\x44\xfc\x2f\xfc\x02\xa8\ +\x4c\xac\x51\x4a\xbe\x3a\x7a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x02\x0f\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x2c\x00\x00\x04\x2c\ +\x01\x50\x7c\x34\x88\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x8c\x49\x44\ +\x41\x54\x38\x8d\xa5\xd2\xbf\x4b\x02\x61\x18\x07\xf0\xef\x7b\xa7\ +\x5e\x78\x97\x94\xc7\x65\x39\x84\x83\x44\xd0\x7f\xd0\x5c\x4b\x54\ +\x54\x70\x43\xb8\xd8\x1e\x49\x2d\x41\x05\x59\xd4\x56\x53\x50\x41\ +\x61\x06\x05\x91\xb4\x54\x28\x99\x83\x43\x7f\x44\x51\xd0\x12\x62\ +\x7a\x0a\x7a\x7a\x99\x9c\xbe\x0d\x56\x44\x71\xa9\xf5\x6c\xef\x8f\ +\xcf\xf3\x3c\x3c\xef\x0b\x34\x11\x4a\x54\x5a\xff\xbe\xc7\xd4\x45\ +\x57\xd2\x5a\x26\x6c\xb7\xbd\x2f\x79\x00\x78\x8e\x75\x38\x52\xd7\ +\x8e\xc5\x86\x12\x90\x4a\x65\xb7\xc2\x9a\xb6\x28\x05\x01\x65\xce\ +\x13\x17\x4e\x2b\x43\xb1\xc9\x55\xcc\x3b\x0d\xb7\x7e\x1f\x76\x73\ +\x5e\xef\x41\xcb\x94\x6f\x7f\x9b\x52\x10\x7a\xda\x67\xf9\x38\x33\ +\x19\x21\x7a\x0a\x36\xd3\x26\xad\x56\xc1\xb0\x6a\x81\xbb\xe4\xa4\ +\x96\x63\xc1\xd6\xd9\x3d\xe5\xdb\xb3\x6c\x8c\x2e\x9d\xa4\xa2\x8e\ +\x01\x00\x79\x52\xaf\xba\xec\xf7\x5b\xda\xd5\x9e\xbb\xd6\xb6\x2e\ +\x57\x51\x4d\xa7\xd5\x97\xa4\xfb\x48\x9c\x29\x10\x3f\xaa\xbf\x76\ +\x00\x00\xb2\x2c\xb3\xa5\xdb\xd2\x19\xdf\x2b\xb9\x8a\x6a\x3a\x35\ +\xd7\xbf\xec\x11\xd8\x9c\xae\x70\x1d\xc1\x4c\x58\x9f\x16\x87\xb2\ +\x79\xc3\x21\xca\xb2\xcc\x2a\x1a\x7f\x58\xcc\x27\x87\x1f\x6e\x63\ +\x37\x65\xe5\xd1\x6d\xb7\x2a\xc3\xce\x91\x84\xc6\xe8\xfa\x42\xd5\ +\x6c\x9a\x05\x0c\x5e\xe1\x03\x13\x0a\x0f\x40\x22\x7a\x4e\x1b\x08\ +\x04\xe6\x55\x4a\x48\x19\x00\xc4\xa1\xec\x93\x34\x98\x5a\x01\x80\ +\x1f\x33\xf8\x8e\x39\x2a\x8c\x47\x22\x5b\xaf\x00\x40\x29\x08\x21\ +\xa0\x5f\xef\x93\x46\xb1\x51\x10\x23\x5c\xd5\xe8\x44\x3c\x1e\x2c\ +\xfd\x86\x3f\x13\xfc\x15\x03\x00\xf9\x0f\x06\x00\x26\x5b\x14\x02\ +\x35\x4c\x2f\x45\xbe\x30\xd6\x0c\x06\x6a\x1f\x29\x04\x40\x10\x79\ +\x6d\x32\x14\x0a\x95\x9b\xc1\x00\xf0\x06\x2d\x61\xbf\x82\x10\x98\ +\xd3\x18\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0b\x35\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x11\x01\x00\x00\x11\x01\ +\x01\xe4\x6f\xaa\x7d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0a\xb2\x49\x44\ +\x41\x54\x78\x9c\xdd\x9b\x69\x6c\x5c\xd5\x15\xc7\x7f\xe7\xbe\x19\ +\xcf\xd8\xe3\x25\x36\x71\x9c\xc5\x4e\x80\x6c\x38\x88\x14\xb0\x83\ +\xc3\x22\xaa\x10\xc5\xce\x02\xa8\xfd\xc0\xe6\x84\xb4\x12\x2d\xa1\ +\x2c\x2d\x45\x55\x4b\x45\x2b\xf9\x5b\x41\x62\x69\xa0\x84\x02\x62\ +\x6b\x71\x9a\xa2\xb6\xac\x21\x50\x4a\x80\x14\x01\x69\xec\xa4\x49\ +\x14\xb2\x11\x28\x38\x21\x06\x9b\x78\x9f\xc5\x33\xf3\x4e\x3f\xcc\ +\x8c\xf1\x32\x63\xcf\x8c\x67\x8c\xc5\x5f\xb2\x34\x7e\xef\xde\x73\ +\xce\xff\x7f\xef\xbb\xfb\x15\x26\x19\x3e\xdd\xd7\x58\x9c\x6e\xde\ +\xb6\xfe\xde\xde\xea\xea\x0d\xc1\x54\xf2\x48\xba\xce\xb2\x81\x96\ +\xdd\xcf\xfe\x0e\xe5\xce\x71\x98\x78\xcf\x1f\x64\xd5\xfc\xa5\xeb\ +\xba\x93\xcd\x30\x69\x04\xc8\x00\xf9\x18\x52\x12\x61\x52\x08\xd0\ +\xd2\xf4\xe7\xbb\x11\xf9\x55\x06\x4d\x26\x2d\xc2\x37\x2a\x80\xaa\ +\xca\xf1\xdd\x9b\x1f\x00\xfd\x59\x16\xcc\xbf\xef\x0f\xb2\x72\x2c\ +\x11\x4c\x16\x1c\x27\x84\x5e\x75\x95\x35\xf0\x3b\xbb\xe4\x01\x2e\ +\x74\x3b\x79\xed\xe8\x07\xcf\x16\x8e\x96\x68\xdc\x35\x40\x41\x0e\ +\x5d\xb3\x7a\xbe\x5a\x72\xbe\x51\x3d\xcf\x36\x9c\x2e\xca\x2c\xa0\ +\x02\x98\x0e\xe4\x0c\x73\xd8\x69\x0b\x27\xad\xe2\xc2\x42\x33\xad\ +\x64\x96\x35\xad\x18\x33\xe3\x34\x4c\x59\x09\xe2\x74\xa4\xe4\xdb\ +\x0e\xdb\xf4\x07\x02\x84\x42\x61\x1c\x0e\x07\xce\x1c\x27\x96\xc3\ +\x1a\x9e\x6c\xd4\x9a\x90\x96\x00\x47\xae\x59\x53\x69\x5b\x5a\x0b\ +\x52\xab\xe8\x25\xc0\xa8\x2a\x27\x05\x01\x73\xda\x14\xac\x33\x66\ +\xe0\x5c\x38\x07\x53\x56\x92\x30\xa9\xdf\xef\xe7\xd4\x97\xa7\xf0\ +\xf6\x79\x41\x87\x98\xc0\x9d\x97\x4b\xc9\xb4\x12\x72\xf3\x72\x07\ +\x3f\x6f\x0e\x3b\x65\xc5\x9c\xc5\x6b\x3b\xe2\xb8\x4d\x0e\x07\xd7\ +\xae\x3e\x07\x95\x6b\x41\xaf\x05\xce\x8c\x93\xc4\x07\xec\x15\x38\ +\xaa\x48\x8b\x8a\x7e\x2e\x2a\x27\x15\x06\x94\x37\xc6\x72\x38\x6b\ +\x2a\xef\x90\x1c\xe7\x0a\xbb\xd7\x87\xf6\xf4\x62\xb7\x9e\xc2\xee\ +\xee\x1b\x61\xcc\x14\x17\x60\x2d\x9c\x83\xb3\xf2\x0c\x4c\x49\x41\ +\xf4\xa9\xd2\xd1\xde\xc9\x57\x6d\x5f\x0d\x21\x1e\x0f\x45\xc5\x45\ +\x94\x4e\x2f\x1d\x60\x98\x48\x84\x51\x05\xd8\x7b\x7d\xad\x27\xc7\ +\xb6\xea\x51\xf9\x09\x70\xde\xb0\xd7\xed\xa0\xff\x12\xe1\x0d\x45\ +\x76\xb5\x9e\xf0\x1e\x5c\xf6\xf6\xdb\xa1\x44\xb6\x54\x55\x8e\x37\ +\x37\x6e\x44\xb8\x6d\xc4\x3b\xaf\x9f\x70\xeb\x29\xc2\xc7\xbf\x20\ +\x74\xa4\x05\xed\xea\x1d\x12\xa1\xe3\xcc\x72\x9c\x4b\x2a\xe9\x72\ +\x1a\x4e\xb5\x8f\x28\xc4\x84\x28\x98\x52\x40\xd9\xcc\xb2\xc1\xa6\ +\x46\x88\x10\x57\x80\xfd\xd7\x5d\x59\xe6\x94\xe0\xcf\x15\xb9\x09\ +\x28\x1a\x94\xb8\x45\xd1\xbf\x1a\xd1\xe7\x16\xcc\x5f\xda\x2c\x0d\ +\x0d\x76\x32\x81\x8c\x46\x3e\x4e\x62\xc2\xad\x5f\x11\x3e\xf4\x29\ +\xc1\xc3\x9f\xa1\x7d\xbe\x81\x57\x81\xd2\x22\x7a\x16\x94\x13\x2a\ +\xf4\x24\xe3\x16\x80\xe9\xe5\x33\xc8\x1f\x94\x5e\xa0\x59\x03\x39\ +\xb5\x15\x17\x5d\x7d\x2a\xfa\xff\xd7\xd8\x57\xbf\xa6\xd8\xa9\xdc\ +\x85\xe8\xcd\x40\xec\x23\xb2\x51\x7d\x45\x60\xe3\xc2\x85\x35\x6f\ +\x27\x4b\xfa\x6b\x3e\x2a\x27\x76\x37\xfe\x41\xe1\xe6\x54\xf2\x01\ +\x10\xb6\x09\x1e\xfe\x94\x60\xd3\x21\xec\xb6\x48\xa1\x29\xe0\x9b\ +\x33\x8d\x9e\x05\x15\x18\x97\x53\xf3\x3c\x79\x6f\x19\xcb\xda\xa5\ +\xb6\x2e\xf6\xf6\x79\x6b\x43\xa1\xd0\x90\x56\x30\xc7\xe5\x64\xf6\ +\xdc\xd9\xc3\xa9\xee\xec\xd7\x9c\xba\xb9\xd5\x57\x77\x09\xc0\x81\ +\xab\xae\xca\x11\x67\xdf\x2d\x02\xbf\x01\xa2\xad\x8f\xf4\x82\x3e\ +\x63\x9b\xf0\xef\xcf\x7e\xf6\xf5\x8f\x52\x0e\x9e\x28\xf9\x3d\xcf\ +\x3e\xac\x91\x4f\x28\x6d\x04\xfb\x43\x7c\xb9\xa3\x19\xcf\xd1\x13\ +\x38\xbc\x7e\x00\x6c\x97\x13\x99\x56\x7c\xfb\xa2\x7b\x9e\xde\x18\ +\x4b\xd7\xf4\xea\x83\x73\xfd\xdd\xdd\x07\x83\xc1\x90\x73\x70\xfe\ +\xf2\x33\x2b\x70\xbb\x5d\xc3\xcd\xee\xec\xd7\x9c\x3a\x39\x70\xed\ +\xea\x1a\x63\x78\x1a\x38\x2b\xfa\xc2\xab\x70\x7f\x08\xb9\x7f\xf1\ +\xe6\xad\xc9\x7f\x70\xc3\xa0\xaa\xd2\xd2\xdc\xb8\x49\x84\x9b\xd2\ +\xb5\x11\x43\x6f\x77\x2f\xad\xc7\x5b\x11\xdb\xc6\xf3\xf1\x49\x3c\ +\xc7\x4e\x22\x76\xb4\x22\x0a\x8f\xf6\x79\xac\x3b\xaa\x1f\x7b\xd9\ +\x0b\xd0\xfc\xca\x7d\x0f\x74\x77\xf4\xdc\x3e\x38\xff\xb4\x19\xa5\ +\x14\x16\x17\x8d\xb0\xab\xa2\xf5\xc6\x18\x5e\x25\x42\xde\x06\x9e\ +\x32\x0e\xb3\x60\xd1\xe6\x57\x7f\x3b\x59\xc8\x03\x84\x43\xe1\x88\ +\x5d\x63\xe8\x9d\x37\x8b\xaf\x2e\x39\x1b\xcd\xcd\xf9\x24\xf2\x90\ +\x0d\x9e\xde\xf0\x8e\xc3\xeb\x2f\x9f\x05\x20\xc6\xf9\xc2\xf0\xfc\ +\xa1\x68\xfe\x78\x70\x80\x6c\x06\x3d\x0f\x5b\x7e\x59\xb9\x65\xeb\ +\x7b\xe3\x0d\x56\x55\xa5\x65\x77\xe3\x23\x22\x6c\x18\xaf\xad\x18\ +\x8c\x35\x74\xc0\x1a\xf2\xe4\x12\xf8\xfe\x45\x2f\xb8\x37\xbf\xe3\ +\x03\xfd\x35\x50\x65\x87\xec\x5d\x87\xeb\x2f\xff\x9e\x4f\xec\xf3\ +\x47\xe4\x37\x89\x07\xbc\x19\x9d\x0b\x8c\xab\xc1\x1b\x05\x01\x5f\ +\x80\x96\x4f\x5a\x86\x3c\x73\xb9\x5d\x3d\x45\x3a\x77\xaa\xf5\xe2\ +\x53\x57\xaa\xca\x33\x40\x1e\xe0\xed\x5e\x75\x81\xd7\x0b\x53\x07\ +\xa7\x9d\x39\x7b\x26\x79\xf9\x79\x23\xe3\x15\xad\xcf\xd8\x5c\x20\ +\x32\xb6\x6f\x7c\x34\xd3\xe4\x01\x5c\xb9\x39\x38\x1c\x43\x87\xc9\ +\x01\x7f\xa0\xa0\xc7\xfa\xf8\x44\xa0\x7e\x95\x33\x30\xa5\xa8\x8e\ +\x5c\xd7\x01\xef\x05\x95\xbe\xe1\xe4\x8d\x31\x43\x46\x85\xc3\x91\ +\x91\x1a\x90\xad\x92\x1f\x8c\xae\x8e\x2e\xda\x4e\xb6\xa5\x9c\xef\ +\xb4\xd2\x12\x8a\x4b\xe3\x0f\xab\x33\x52\x03\x06\xba\xba\x2c\x92\ +\x07\x28\x2c\x2e\x24\xcf\x93\xb8\x24\xe3\xc1\x95\xeb\x62\xca\xd4\ +\xd1\x57\xd8\xc6\x25\x40\xa6\xfa\xf9\x64\x20\x08\x65\x15\xd3\xc9\ +\xcd\x75\x27\x95\xde\xe5\x76\x31\xa3\x62\x06\x22\xa3\x57\xf2\x11\ +\x73\xc7\x64\x31\x91\xe4\x63\x30\x62\x28\x98\x52\x80\x18\x21\xe0\ +\x0b\xa0\x3a\x72\x46\x24\x22\x14\x4f\x2d\x66\xda\xcc\x32\x2c\x6b\ +\x0c\x7a\xc2\xdf\xd3\x6a\x03\x32\xdd\xcf\xa7\x03\xdb\x56\xbc\xbd\ +\x7d\x04\xfc\x01\xc2\xa1\x30\x96\xc3\x22\xc7\x9d\x83\xc7\xe3\x19\ +\xd1\x6d\x26\x82\x8a\xd6\xa7\xb6\x02\xc1\xe4\x20\x0f\x60\x8c\x90\ +\x5f\x98\x4f\x7e\x61\xfe\xb8\xec\xa4\x24\x80\x6a\x83\x39\xb1\xbb\ +\xf1\x09\x11\x7e\x38\x2e\xaf\x93\x08\x49\x0b\xa0\xda\x60\x5a\xf6\ +\xcc\x7b\x52\xe0\x07\xd9\x0c\x68\xa2\x91\xd4\xc7\x32\x40\x5e\xbf\ +\x5d\xe4\x21\x09\x01\xbe\xcd\xe4\x61\x8c\x91\xa0\x3e\xf7\x9c\xd5\ +\x72\x66\xf0\x49\x11\x5d\x3f\x51\x01\x4d\x20\x7a\x50\x2e\x4e\x58\ +\x03\x54\x55\x9a\x0a\xdb\xfe\xd0\xd3\xd3\xb7\x60\x22\xa3\x9a\x10\ +\xa8\xf6\x21\xe6\x8a\x8a\xea\x75\xfb\xe3\x36\x82\xaa\x2a\x4d\xff\ +\xdc\xf4\x08\xb0\xc1\x1b\x08\x42\xb7\xf7\x83\xc2\xc2\xbc\xa5\x59\ +\x8d\xa9\xd7\x87\xe4\xa7\x36\xd4\x4d\xcb\x8f\xbf\xdf\xeb\x7d\xe2\ +\xe5\x63\xb6\x3f\xf8\x39\xc4\x19\x09\x6a\x43\x83\xd9\xe5\x3f\xf0\ +\x94\x20\x37\xc4\x9e\x05\xc3\x76\x79\x38\x6c\xef\x74\xbb\x9c\xe5\ +\xd9\x08\x2a\xb8\xe7\x08\xbe\xbf\x6d\x47\xd5\xc6\x31\x7b\x7a\x36\ +\x5c\xc4\xd0\xed\x7d\xfc\xc5\xbd\xea\x0b\x2c\x11\xb1\x79\x78\xff\ +\x47\xdb\x86\x7c\x02\xda\xd0\x60\x76\xd5\x4c\x7d\x52\x44\x46\x34\ +\x78\xbe\x40\xb0\xa6\xab\xdb\xbb\x33\x1b\x51\x85\x3f\x3a\x1e\xf1\ +\xdf\xeb\xcf\x86\xf9\x18\xba\x05\xea\xd4\xeb\x7f\x23\xe2\x4c\xd6\ +\x37\xdd\x58\xe5\x1c\x10\x60\x34\xf2\x31\x64\x45\x04\x55\xc2\x27\ +\xdb\x01\xb0\x46\xd9\x0d\x1a\x27\xba\x04\xea\xca\xab\xd6\x7d\x20\ +\xb6\xe3\x71\x20\x0c\x14\xe5\xf6\x95\x5e\x6a\x20\x39\xf2\x31\x64\ +\x5a\x04\xbb\xa3\x07\x0d\x46\xf6\x53\xac\xe9\x59\x11\xa0\x4b\x60\ +\x65\x79\xd5\xba\x0f\x00\xce\xda\xf2\xd2\xe7\xa0\x7b\x01\x8c\x6d\ +\x96\x1b\x80\xa6\x9a\xd2\x7b\x93\x21\x1f\x83\x2f\x10\xac\xe9\xe9\ +\xf5\xbd\x9f\x89\xe8\xb4\xa3\x27\xf2\x43\xc0\x4c\x9d\x92\x09\x93\ +\x83\xd1\x85\xda\x75\x31\xf2\x31\x88\xb2\x03\x40\x85\x45\x06\x20\ +\x6c\x59\x8f\x00\x9f\xa7\x62\xb9\xcf\xd7\x7f\x61\x77\x06\x6a\x42\ +\xb8\x33\x22\x80\xe4\xba\x61\xe4\xce\xee\x78\xd0\x85\xda\x75\x15\ +\xd5\xeb\x47\xc4\xa8\xc2\x31\x00\x81\xb3\x0c\xc0\xd2\xda\x9b\x8e\ +\xda\x61\x5d\x46\x8a\x22\x78\x03\xc1\x9a\x71\x8b\xe0\x0b\x00\x20\ +\x9e\xe4\x16\x3a\x92\x44\x42\xf2\x00\x82\x44\x57\x58\x65\xd6\x40\ +\x23\x58\xb3\xe6\xd6\x23\xdf\x84\x08\xb6\x3f\x72\xa8\xcb\x24\xb9\ +\xd2\x93\x04\x46\x25\x0f\x60\xdb\x12\xdd\xc4\x55\xd7\x90\x6e\x70\ +\x3c\x22\x74\xf5\x78\xff\x93\x46\xb0\x03\x88\xb7\xba\x93\x06\xba\ +\xb0\xa5\x76\x34\xf2\x00\x62\x69\x6c\x9b\xc8\x3b\x62\x28\x9c\xae\ +\x08\x3e\x7f\xf0\x82\x74\x44\x10\x13\x99\x8e\xc4\x7a\x82\x71\xa0\ +\x13\x5b\x6a\x2b\x96\xac\x1d\x3b\x06\xd5\x12\x00\x85\xf6\xb8\x73\ +\x81\x89\x14\xc1\xe4\x45\xaa\xbe\xfa\xfb\x53\xc9\x36\x1c\x9d\xd8\ +\x52\x97\x14\x79\x00\x35\x8b\x01\x44\x38\x94\x70\x32\x34\x51\x22\ +\x48\x74\xef\x5e\xbb\x7a\xd0\xfe\x94\x0e\x79\xc6\xd0\xa9\x86\xe4\ +\x4a\x7e\xc0\x29\xcb\x00\x54\x75\xe7\xa8\xeb\x01\x35\x6b\x6e\x3d\ +\x82\xca\x65\x64\x51\x04\x53\x16\x5d\xb7\x57\xb0\xdb\x3b\x53\x71\ +\x03\x51\xf2\xb3\xcf\x5b\xb7\x2b\xd9\x0c\x07\xea\x57\x9f\x0b\x3a\ +\x0f\x00\xe1\x8d\x31\x17\x44\x96\xac\xba\xf9\x70\xba\x22\x74\x27\ +\x21\x82\x29\x29\x44\x8a\x22\x0b\x9b\xa1\xe8\x9c\x20\x49\xa4\x4c\ +\x1e\xc0\xc0\x4f\x01\x14\x8e\x55\x36\x6e\x1b\xbd\x06\xc4\x30\x48\ +\x84\x93\xa9\x38\xf3\x26\x23\x82\x08\x8e\x79\x15\x00\x84\x3e\xfc\ +\x1f\x24\xd7\x1b\xa4\x45\xfe\xc3\xfa\xcb\xe7\x03\x6b\x01\x44\xd9\ +\x24\xa0\x49\xef\x0c\x45\x45\x58\x46\x16\x44\x70\x2c\x3a\x1d\x44\ +\xd0\x3e\x1f\xc1\x7d\xc7\xc6\x32\xd9\xa9\x62\xaf\x48\x95\xbc\x82\ +\x80\xbd\x11\xc8\x41\x39\xd1\x57\x60\xfd\x11\x52\xdc\x1a\xcb\x96\ +\x08\xd6\xb4\x62\x1c\xf3\x23\xb5\xa0\xff\xdd\xbd\xa8\x37\xe1\xb4\ +\xb8\x43\xc5\x5e\x31\xfb\xfc\xf5\x4d\xa9\xf8\x07\x38\x54\xbf\xea\ +\x16\x81\x55\x00\x18\xb9\x2b\x76\xa2\x24\xe5\xbd\xc1\xf1\x88\xd0\ +\xd5\xed\x4d\x58\x6a\xae\x4b\xcf\x05\xcb\x42\xfd\x01\xfc\x2f\xfd\ +\x1b\x1d\x79\xaa\xa3\x43\xc5\xae\x4d\x8f\xfc\x9a\x65\x20\xf7\x02\ +\xa0\xfa\x7c\x65\xe3\xd6\x67\x62\xef\xd2\xda\x1c\x4d\x57\x04\x5f\ +\x20\xb8\x24\x91\x08\x52\x94\x8f\xab\xf6\x02\x00\xc2\x27\xda\xf0\ +\xbf\xb4\x63\xf0\xe0\xa8\xc3\x46\xd2\x2a\xf9\xc3\x6b\x57\x2e\x51\ +\xf4\x79\xc0\xa5\x70\x0c\xa7\xfb\xc7\x43\xfc\xa6\x6a\x70\x30\x9a\ +\x5e\x7f\xe8\x2c\x55\xb3\x1d\x98\x91\x4a\xbe\x5c\x97\x73\x57\x51\ +\x61\xde\x92\x78\xef\xfa\xdf\xdd\x4b\xff\xce\x03\x91\xe0\x8a\xf2\ +\x71\xaf\x5c\xda\x23\xe5\x65\xcb\xe6\x54\xad\x6d\x4e\xc5\x87\x36\ +\x34\x98\x43\x47\x77\xde\x80\xca\x83\x80\x1b\x68\x53\xcc\xc5\x8b\ +\x36\xbf\x72\x74\x70\xba\x71\x1f\x90\x48\x5b\x04\xb7\x73\x57\x51\ +\x41\x7c\x11\x82\x4d\x87\x08\xec\xd8\x1d\x3b\x0e\x6b\x03\x5b\x51\ +\xbd\xaf\xf2\x2f\xdb\xde\x19\xcb\xee\xde\xeb\x6b\x3d\xce\xb0\xf3\ +\x0a\x51\xbd\x13\xe1\x3b\xd1\xc7\x27\x6d\x5b\xd7\x9c\xbd\x65\xdb\ +\x9e\xe1\xe9\x33\x72\x42\x24\x1b\x22\x84\x3e\xfb\xa2\xd3\xff\x8f\ +\xb7\xba\x09\xdb\xb3\x07\x1e\x0a\xad\x28\xdb\x51\x9a\x31\xb4\xaa\ +\xca\x97\x06\xf5\xa8\xe0\x51\x74\x91\x20\xe7\xa2\x2c\x23\x72\x5e\ +\x28\x0a\x7d\xdd\x38\xac\x1b\x16\xfe\xe9\x95\x13\xf1\xfc\x64\xec\ +\x90\x54\x54\x84\xb7\x88\x1c\x91\x4f\x1a\xf1\x45\xd0\x36\x54\x96\ +\x77\xdf\xf3\xe2\x61\x2b\xa7\x77\x9d\x8d\xfc\x42\x94\xca\x94\x02\ +\x12\x5e\xc3\xd6\xbb\xc7\xaa\x35\x19\x3d\x25\x96\xae\x08\x79\xee\ +\x9c\x3d\x85\x05\xb9\xd1\xc3\xd8\x11\xf2\x15\xd5\xeb\xf6\x0f\x4e\ +\x73\xe8\xba\x95\x8b\x11\x73\xa5\x0d\xd5\x02\x8b\x81\x32\x22\x25\ +\x6d\x03\xed\xd1\xbf\xff\xaa\xf2\x96\x43\x64\xfb\x82\xcd\x5b\x3f\ +\x4e\xc6\x77\xc6\xaf\xcc\x8c\x4f\x04\x77\x79\x3c\xf2\x09\x7d\xdd\ +\x58\xe5\xac\x7a\xac\x39\x24\x63\x1e\x9e\x4f\x8c\xac\xdc\x19\x6a\ +\xda\xfa\xd0\x39\x6a\x99\x37\x81\xd2\x14\xb2\xb5\x97\x16\xba\x6a\ +\x4f\xbf\xe8\x47\x23\x1a\xaa\x6c\x22\x2b\x77\x86\xaa\xd7\xdc\xb6\ +\xdf\x58\x7c\x17\x68\x4d\x32\x4b\x9b\x51\x59\x3e\xd1\xe4\x21\x8b\ +\x97\xa6\xaa\x56\xdc\x72\xd0\x58\x5c\xc6\xd8\x22\xb4\x49\xd8\x5e\ +\x5e\xb5\xea\xe6\x7d\xd9\x8a\x65\x34\x64\xfd\xda\x5c\xf3\x1b\x0f\ +\x57\xda\x61\xb6\x13\xbf\x4d\x68\x93\xb0\xbd\xbc\x7a\xcd\x6d\x49\ +\x7d\xf3\xd9\x40\xd6\xaf\xcd\x55\xad\xb8\xe5\xa0\x51\xa9\x23\xd2\ +\x4a\x0f\xc6\x37\x4e\x1e\x26\xf0\xe2\x64\xf3\xb6\x4d\x8b\x6d\xd1\ +\x37\x89\x9c\xe5\x9d\x14\xe4\x61\x82\x6f\x8e\x46\x45\xd8\x22\x61\ +\xfb\x9a\xc9\x40\xfe\x1b\x81\x36\x34\x4c\xe8\x6d\xd5\xb1\xf0\x7f\ +\xba\x59\x0f\xc3\x28\xc8\xec\x47\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x02\x05\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\x4e\x00\x00\x04\x4e\ +\x01\x42\x8b\x93\xfc\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x82\x49\x44\ +\x41\x54\x38\x8d\xa5\x92\xb1\x6b\x53\x01\x10\xc6\x7f\x77\x79\xb6\ +\xa1\x62\x28\x05\x35\x71\x10\x1f\x98\x41\x4a\x1d\xbb\x09\x0e\x45\ +\x2d\x26\x20\x68\x5c\x1c\x8c\x20\xfd\x3b\x5c\x14\x77\x07\xa1\x94\ +\x3a\x38\x75\x2e\x12\xb4\x19\x9c\x1c\x32\xa8\x08\xba\xe9\x53\x87\ +\x40\x7d\xa8\x51\x12\xa1\xf4\xe5\xce\x41\x23\x8f\xc7\xe3\x19\xf1\ +\xdb\xee\xb8\xfb\xee\xfb\x3e\x4e\x28\x40\xd4\x3e\x5b\x3e\x14\x1c\ +\x0c\x2d\x19\x87\xa8\x87\x8e\x86\xe2\x1e\x22\x84\xe0\xa1\x89\x5c\ +\x09\xf2\x16\x3f\xb5\xcf\x9f\x41\x65\x0b\xa8\x99\x8d\x41\x01\x04\ +\xc1\x41\x26\x53\x82\x8e\x99\xd5\xdc\xd3\x25\xa9\x02\xb5\x22\x75\ +\x13\xe4\x2a\x28\x80\x01\x7d\x84\x08\xc7\x0a\x09\x04\xba\x88\x3c\ +\x37\xb7\x08\x97\x48\x03\x8d\x06\x65\xff\x50\xbf\xd7\xd9\x03\x88\ +\x6f\x9c\x6b\x38\x5a\xa0\x40\xb9\x7d\x78\xa3\xf3\xf4\x6f\x92\xf2\ +\x33\xf8\x07\xfc\x37\xc1\xd4\x21\x7e\x59\x5b\x39\x9e\x24\x07\x6e\ +\x39\xbe\x28\xc8\x6b\xc3\x7a\xe2\x7c\x9c\x8a\xc0\x5b\xad\x99\x38\ +\x19\x76\xc1\xeb\xbf\xde\xc0\x97\x05\xb9\x0e\x34\xa7\xb2\x10\x57\ +\x86\x8b\xe0\xf5\x4c\x5b\x5d\x25\x09\x00\x76\x6f\x5e\x38\x2d\xe6\ +\x77\x41\x4e\x09\xfe\xd2\x8d\x1e\x25\xe2\xc9\x64\x50\xda\x7f\x97\ +\x24\xc1\x77\xa0\x92\x22\x18\x99\xf3\x42\x3f\x5f\x5b\xad\x88\xb1\ +\x03\xb2\x0a\x9c\x70\xe4\x12\xc2\x9d\xf4\xa9\x85\xf5\xee\x37\xc7\ +\x2f\x23\xbc\xfd\xdd\x7a\x8f\x71\xb5\xf6\xa0\x13\x07\x49\x99\x25\ +\x71\x8e\x64\x65\x9b\xb1\x97\xae\x8f\x6e\x3e\xee\x02\x27\xfb\x6b\ +\xcd\xb9\x63\xeb\xdb\x3f\xfe\xf8\x98\x9d\xd1\x37\xe0\x83\xac\x6d\ +\xdf\xb7\x57\x79\x79\xa4\x97\x01\x74\xfe\xfe\xa3\xaf\x2e\xda\x70\ +\xe8\x01\x23\xe0\x99\x1a\x17\xab\x0f\x9f\x8c\xf2\x08\xb2\xf8\x09\ +\x03\x38\x87\x7a\x26\x0c\x5d\xc9\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x04\xf6\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x10\x4b\x00\x00\x10\x4b\ +\x01\xe7\x8f\x45\x7b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x73\x49\x44\ +\x41\x54\x78\x9c\xed\x9b\x49\x6f\x1c\x45\x14\xc7\xff\xaf\xaa\x7b\ +\x96\x9e\xc5\x33\x38\x71\x12\x1b\x1c\x07\x99\x55\x02\x0c\xb1\x22\ +\x41\x10\x9c\xc3\x47\xe0\x03\xe4\xcc\x99\x53\x2e\x1c\xe0\x80\x84\ +\xf8\x04\x60\x2b\x8a\x02\xe2\x90\x60\x07\x02\x02\x09\x45\x82\x28\ +\x72\x2c\x8c\x22\x85\x80\x63\x05\x5b\xf1\x36\x8a\x13\x3b\x99\xbd\ +\xeb\x71\x00\x6f\xb3\xb4\x7b\x32\xd5\x35\x76\x3b\xbf\xd3\x74\xd5\ +\xeb\xd7\xff\xfa\xab\xba\xfa\xf5\x32\x84\x16\x78\xb8\xf2\x77\x1e\ +\x40\xbc\x95\x7d\x3a\x40\x21\x99\x1d\x74\xfc\x06\x8b\x20\x95\xec\ +\x05\x2c\xaf\xce\xeb\x57\xbf\x79\x13\xc0\xe7\x9b\x2d\x0c\x80\x82\ +\x55\x64\x18\x4f\x03\x18\x2a\x4d\x10\xc7\x37\xb6\x19\x05\x0a\xd7\ +\xf8\xeb\x0d\x98\xfa\xe9\xa3\xf7\x95\xc0\xbb\x00\x80\xd2\x9c\x52\ +\xd1\x7e\xe3\xa2\x4c\x52\x67\x00\x0b\x9c\x24\xa6\xd3\xff\x6d\x94\ +\x27\x8c\x2b\x32\xcc\x93\x45\x50\x57\xa2\x62\xb1\x00\xa5\xaa\xbe\ +\xe3\xa3\x51\x07\x52\x4a\x5d\x87\x7f\x6c\xb4\x18\x50\x28\x3c\xc2\ +\xec\xec\x74\x4b\xfb\xc4\x62\x0e\xfa\xfb\x07\x75\x1c\xbe\x2d\xb4\ +\x18\x60\x59\x36\xec\x48\x14\xae\xeb\x77\x06\x10\xe2\x71\xdf\xb5\ +\x4a\xa0\x68\x31\xc0\xb6\x23\x38\x36\xf0\x82\x8e\x54\xc6\x79\xb2\ +\x08\x2e\xfd\x70\xf0\x6d\x28\xfa\x84\x08\x87\x00\x60\x99\x17\x6f\ +\x57\x70\xb8\xd3\xba\x8c\x61\x11\xd3\x97\x20\x1c\x5b\x6f\x20\x56\ +\x73\x21\xab\x76\x3d\x11\xc0\xe6\xe0\xf7\x23\x5a\x16\x41\x66\xc6\ +\xca\xca\x32\x94\x52\x3a\xd2\xed\x88\x10\x12\xd9\xec\x01\x90\x86\ +\x1b\x13\x2d\x06\xe4\xf3\x6b\xc8\xe5\x16\x74\xa4\xf2\x4d\x34\x1a\ +\x45\x22\x91\x6e\x3b\x8f\x16\x03\xe2\x4e\x0a\x99\x4c\x37\xaa\xbe\ +\xeb\x80\xf6\xb0\xa4\x8d\xb8\x93\xd2\x93\x4b\x47\x12\x41\x84\x9e\ +\x9e\x3e\x1d\xa9\x8c\xa3\xed\x5e\x60\x37\xb1\xf8\xe3\xa1\x67\x01\ +\xc0\x2a\x57\xca\xdd\xef\xdd\x9b\xf3\x8a\x0d\x65\x21\x24\x14\x4f\ +\x0b\xc5\xd3\xca\xb2\x66\x97\x2f\xf7\x5c\x99\xf9\x79\x20\xd6\x34\ +\xd6\xa4\xb0\x0e\x71\x32\x55\xc9\x9f\x6a\xd6\xb9\x1f\x0c\x80\x22\ +\xce\x34\xeb\xd3\xb2\x06\x54\xdd\x0a\x16\xe6\x67\xa1\x94\xab\x23\ +\xdd\x8e\x08\x21\x71\xe4\x70\x3f\xa4\xd5\xbe\x7c\x2d\x06\x94\x4b\ +\x45\xe4\xf3\x0f\x75\xa4\xf2\x4d\xa9\x5c\x84\x63\x25\xdb\xce\xa3\ +\xc5\x00\xc7\x49\xa1\xb7\x6f\x00\xd5\x8a\xa1\x3a\xc0\xb6\xe0\x38\ +\xed\x0f\x1e\xd0\x78\x19\x4c\x6a\xa8\xca\x3a\xc1\xbe\x58\x04\xbd\ +\xd8\xf7\x06\xb4\x7c\x0a\x30\xbb\x77\x89\xab\x0f\x82\x10\xa3\x03\ +\x86\xaa\x12\xc9\x6d\xe3\x12\x76\x2a\x73\x7f\xe2\xc4\xf1\x6d\x6d\ +\x92\xd7\xd2\x43\xe3\xb7\x5a\x32\x80\x4b\x33\x57\xdd\xf9\xcf\xde\ +\x01\xb8\x57\x87\xd8\xa0\x90\xdd\xaf\xd7\x36\x7d\xca\xe0\x6d\x0d\ +\xae\x02\xee\x5d\x3f\xf5\x71\x2b\xa7\x00\xbb\x4b\xa3\x83\x00\x87\ +\xe6\xb4\x21\xd0\x69\xdf\x83\x11\x28\x4e\xc1\xcd\x3d\x1d\xa4\x20\ +\xf3\xf0\x8c\x6f\x03\xd2\xf2\xe6\x6a\x90\x52\x3a\x02\x63\xc4\xaf\ +\x01\xc5\x2e\xf1\xc7\xab\x81\x8a\x31\x4f\xb5\xe2\xd2\x39\x5f\x06\ +\xd8\x58\x9d\x14\x28\x75\x05\xad\xc8\x24\x04\xba\xdc\x73\x62\x7c\ +\xc1\x97\x01\x19\x31\x19\xba\x07\x27\x0a\x18\x01\xfc\x15\x42\xb9\ +\x84\xbc\x3d\x14\xb0\x1e\xd3\xac\x16\x95\xb8\x00\xf8\x30\x20\x26\ +\xe6\x6f\x10\x5c\x3b\x78\x4d\x26\xa1\xaf\x7b\x87\x2f\xe6\x01\x1f\ +\x06\x64\xc5\x44\x4f\xf0\x82\x0c\x43\x34\xb2\xfe\xd3\xd3\x00\xe2\ +\x8a\x8a\xd1\xc2\x4b\xc1\x2b\x32\xca\x3f\x99\xa1\xe1\x5f\xd6\x37\ +\x3c\x0d\x70\xac\xe5\x47\xc1\xeb\x31\x0b\x31\x8d\x12\x9d\xd9\x78\ +\x85\xd5\xdc\x00\x86\xca\xc4\xef\x3c\x6f\x44\x95\x41\x5c\x59\x3d\ +\xbb\x75\xbb\xa9\x01\x52\x56\x7e\x97\x54\xda\xd5\x37\x3d\x8f\xc1\ +\xb5\xee\xa1\xef\x6f\x6c\x6d\x68\x6a\x40\x2a\x72\x37\x74\xd3\x1f\ +\xd8\x5c\xfc\xd6\x69\x66\x40\x21\x19\x99\x0f\x5d\xe9\x6b\xdb\xf2\ +\x7c\x6d\x63\x43\x03\x6c\x99\x9f\x14\x54\xdd\x9b\x0f\xf9\x9a\x73\ +\x29\xf9\xca\x85\xc5\xda\xc6\x86\x06\x74\x45\x67\x23\xc1\xeb\x31\ +\x0b\x51\xfd\xf4\x07\x1a\x18\x20\x50\x2a\xc7\xed\x5c\xd8\x4a\xdf\ +\x07\x6b\x05\xe7\xdb\x46\x1d\x75\x06\xa4\xe4\x4d\x97\xc0\xa1\xba\ +\xf9\x61\xa6\xf3\xcf\xbc\xf5\x55\xa1\x51\x5f\x9d\x01\xb1\xb8\x3c\ +\x1a\xbc\x24\xe3\x34\x9c\xfe\x40\x8d\x01\x4c\x62\x8a\x2c\xe7\xc5\ +\xe0\xf5\x18\xe5\x4e\xf6\x8d\xb1\x2b\xcd\x3a\xb7\x19\x20\xa2\x07\ +\x96\x82\xd7\x63\x1a\xfe\x82\xa8\xe6\x91\xf0\x16\xb6\x1a\x50\x16\ +\x89\xde\x97\x0d\x28\x32\x8a\x94\x7c\xd6\xab\x7f\xc3\x00\x26\xfb\ +\x1a\x91\x15\xaa\xd2\x97\x80\xdf\xd2\xaf\x7d\xf7\xa7\x57\xcc\x86\ +\x01\x56\xe2\x48\x25\x78\x49\x66\x51\x4d\xae\xfd\x5b\xf9\xdf\x00\ +\x5e\xa1\xd8\xc1\xe1\xa0\x05\x19\xa6\x6c\xb9\xa2\xae\xf4\xad\x45\ +\x00\x00\xd9\xc9\x09\x80\xf4\xbc\x70\xdf\x2d\x30\xc6\xd3\xc3\x17\ +\x73\x3b\x85\x09\x00\x10\xf1\x3e\x3d\x5f\x1d\xee\x2a\x76\x9e\xfe\ +\x00\x20\x18\x34\x43\x91\x74\xd8\xa6\xff\x4a\x26\xad\xc6\xfc\x04\ +\x0a\x19\xcd\xdc\x02\xd0\xf9\x7f\x2f\x69\x84\x40\xe7\xe8\xb9\x4b\ +\x25\x3f\xb1\x82\x12\x47\xf7\xe6\x37\xae\x1e\xb8\x84\x51\xbf\xb1\ +\x82\x44\xb8\xae\xfd\x00\xfe\x7a\x6a\x68\xec\x57\xbf\xc1\x82\x18\ +\x1f\x02\xb8\x1f\xa0\x20\x93\x2c\x31\xa9\x0f\xbc\x4a\xdf\x5a\xfe\ +\x05\x95\x6a\x23\x56\x2a\x09\x12\xaa\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ +\x00\x00\x02\x07\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x04\xb9\x00\x00\x04\xb9\ +\x01\x11\xe1\xcd\x27\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x84\x49\x44\ +\x41\x54\x38\x8d\xa5\x92\xcf\x2b\x44\x51\x14\xc7\x3f\xe7\xce\x1b\ +\xb3\x20\x65\xd8\xd8\xa0\x6c\x44\x92\x2c\xad\xfc\x5a\x8c\x95\x2c\ +\x66\x63\x61\x41\x59\xd9\xc8\xbf\x21\x12\x25\xb1\x92\xd5\xdb\xc8\ +\x82\x1a\x46\x29\x36\x22\x16\x9a\x95\xc5\x44\xf9\x51\x13\x43\x52\ +\x73\xa7\x37\xc7\x62\x9e\xc1\x78\x28\xbe\xab\x7b\xef\xf9\x7e\xcf\ +\xf9\x7e\x6f\x47\x28\x43\xff\xc6\x48\xbb\xc2\x38\xd0\x07\xd2\x54\ +\x7c\xd5\x34\x2a\xbb\x21\x95\x95\xc4\xf0\xda\xf9\x47\xbe\xbc\x1d\ +\x62\x5b\x93\x91\x5c\xfe\x61\x56\x94\x09\xc0\x94\x37\xf6\xe1\x81\ +\x2e\x45\xad\x9d\x72\xe3\xae\x2d\x35\x88\x6d\x4d\x46\xac\xcd\x6e\ +\x83\xf6\x7c\x23\xfc\x0c\x65\x2f\x9a\xcf\xc5\xdc\xb8\x6b\x0d\x40\ +\xde\xde\xcf\x05\x89\xc3\xc6\x21\x6c\x9c\xaf\x0d\x84\xde\x87\x70\ +\x64\x06\x40\x8a\x99\xe5\x2c\xc8\x76\x77\x7d\x17\x00\x87\x37\x27\ +\x81\x71\x0a\x26\xd4\xe1\xf8\x1f\x16\x98\x59\xde\xbf\x28\x08\x21\ +\x29\x78\x63\x06\xa4\xff\x27\xd6\x2f\x18\x70\x80\x86\xb7\x5b\x75\ +\x45\x15\x9d\x75\xad\xa5\x6a\x4b\x4d\xb3\x3f\xea\xdd\xe0\x69\x26\ +\xc5\x93\x7d\xf6\x1d\xd2\x68\x00\xfd\x87\x03\x75\x80\x2b\xa0\x15\ +\xe0\xc9\x3e\xb3\x7f\x7d\x54\xaa\x7a\x5a\x00\xe0\xe0\xe6\x38\x58\ +\x0d\x97\x06\x65\xe7\xaf\xe3\x45\x49\x98\x90\xca\x0a\xe0\xfd\x41\ +\xef\x21\xba\x6a\x8a\xbb\xad\x4b\x41\x8c\x8b\xc7\x34\x17\x8f\xe9\ +\x6f\xf4\xba\x98\x1c\x5a\x4f\x19\x80\xa8\xb5\x53\x0a\xc9\x72\xca\ +\xed\x4b\x86\xdb\x97\x4c\x90\x78\x37\x7b\x57\x39\x0d\xfe\x02\xb9\ +\x71\xd7\xd6\xda\xdc\xa0\x28\x0b\xbf\xc4\xf1\x40\xe7\xb3\x77\x95\ +\x83\x27\x13\xcb\x79\xe0\xeb\xaa\xf5\x6c\x8e\xb6\x49\xc1\x1b\x03\ +\x06\x04\x9a\x00\x14\xd2\xa2\x24\x10\x5d\x4d\x0e\xad\xa7\x3e\xf2\ +\x5f\x01\x90\x07\x8e\xf5\x49\x06\x95\x7c\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\xe5\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x62\x49\x44\ +\x41\x54\x38\x8d\x8d\x95\xdf\x4f\x5c\x45\x14\xc7\x3f\x67\xe6\xde\ +\xcb\xee\x02\xbb\xdd\x15\x28\xc2\x6a\x40\x69\x53\x7d\x6b\xd3\x6a\ +\x35\x26\xa6\x51\x89\x69\xb4\xb4\x7f\x06\x6f\xc6\x28\xc6\xbf\xc0\ +\x84\x07\x4d\x7c\xd2\xff\x02\x1a\x63\x1a\x53\xe3\x9b\xa9\xd8\x54\ +\x1e\xd4\xa6\x51\x2c\xb1\xdb\x6d\xd1\x05\x2e\xbb\xec\xaf\xbb\xf7\ +\xce\xf1\x61\x81\xd0\xca\x02\xe7\xf1\x64\xbe\x9f\x73\xe6\x3b\x33\ +\x67\x84\x1e\xb1\x75\xa3\x58\x68\x4b\xfb\xaa\x20\x57\x30\x9c\x41\ +\x29\x02\x20\x94\x80\xbb\x8a\x5e\x0f\xda\xd1\xc2\x89\xf7\xb6\x36\ +\x0f\xd2\xcb\xd3\x89\x07\x3f\x16\xd3\x7d\xf5\xce\x87\xa2\x3a\x07\ +\x64\x7b\x15\xde\xad\xaf\xc8\x7c\x7b\xc0\xff\xe2\xb9\xd7\x4b\xcd\ +\x9e\xe0\x7f\xbf\x1b\x1a\x03\x59\x00\xb9\x20\x7e\x16\x93\x1e\x46\ +\x3b\x75\x5c\xf3\xf1\x11\x7c\x96\xad\x78\x33\x85\x77\xca\x7f\xff\ +\x0f\xbc\xfe\x6d\xa1\xe8\x3c\xef\x16\x62\xc7\xed\xe0\x04\xea\x12\ +\xb4\xb9\x06\xae\x85\xaa\x1e\x05\x06\x28\x89\x4d\x2e\x0e\xbd\xb5\ +\xfe\x10\xc0\x40\x77\xfb\xce\xf7\x16\x11\x3b\x6e\x73\xa7\xd0\xd6\ +\x06\xae\x51\x46\xd2\x27\x31\xd9\xd3\x60\xec\x71\xc0\x45\x4d\xbc\ +\x85\xfb\x3f\x4c\xa4\xf6\xc0\xa9\xed\xe8\x23\x94\x73\x76\x70\x02\ +\x6d\xac\xa1\xda\xc1\xcb\xbe\x88\xb6\x2b\x24\xd5\x3f\x10\x39\x16\ +\x18\xd0\xf3\x83\x71\xfd\x03\x00\xd9\xba\x51\x2c\x44\x26\xba\x2f\ +\x41\x36\x2b\x41\x01\xd7\x28\xe3\x65\x5f\x20\xae\xfe\x89\x04\x05\ +\x6c\xaa\x40\xd2\x58\x43\xa3\x03\x0f\xff\xa0\xd8\xf2\xa3\xf6\xa4\ +\x69\x4b\xe7\x1a\x90\x35\xa9\x61\xb4\xb9\x86\xc9\x8c\x91\xd4\x4b\ +\x48\x50\xc0\x78\x29\xe2\xf0\x1e\xaa\x1e\x9a\xbf\x8c\xe6\x2f\x83\ +\x37\x74\x14\x38\x17\x05\xc1\x8c\x27\xe8\xfb\x00\xda\xa9\xa3\xae\ +\x85\xb1\x7d\xb8\xb8\x81\xd7\x5f\x24\x0e\xef\xe1\x4e\xbc\x8d\x4e\ +\xce\x27\x2a\xa9\xae\x1f\xae\x99\x98\xd5\x39\x6b\xc2\x9b\x87\xb0\ +\xe5\x8a\x41\x78\xa9\xbb\xfe\x31\xa8\xe2\xaa\x2b\x88\xf1\x70\x8d\ +\x35\xf0\x87\x76\xa0\x7d\x3f\x27\xce\x9c\x4d\x9c\x39\x8b\x49\xdd\ +\x76\x13\xf3\xc9\x61\x9d\x8b\xf0\xb2\x01\xc6\xf6\x27\x55\x63\x34\ +\x89\x70\xd1\x26\x3a\x70\x01\x95\x94\x4d\x9c\x9d\x2d\x8e\xe4\x97\ +\x8b\x23\xf9\x65\xe7\xec\x2c\x26\x6d\x75\xf0\x95\xde\x0d\x2b\xe3\ +\xe6\x28\xc3\x7a\xb7\x75\xe8\xdd\x76\x1e\x50\x06\x4e\x1f\xa8\xad\ +\x2d\x81\x6b\x26\xd6\xa4\xbe\x7a\xf8\xcf\xe6\x2c\x80\x48\xfc\xb5\ +\xb8\x76\x22\xd5\x25\x6b\x82\x3c\x2e\xae\x03\x09\xb8\x64\x9f\x90\ +\x47\x06\xe1\xf7\x9e\x75\xe3\x0a\x66\x75\xce\xe2\x5a\xe7\x8d\x71\ +\x77\x8c\x71\x77\x8c\xb6\xcf\xc9\xea\xc7\x96\x78\x03\x93\x19\x05\ +\x17\x63\x07\xa7\x40\x04\x93\x1e\x05\x40\x95\xdf\x3c\x45\xaf\x0b\ +\x72\xb5\x17\xdb\x84\x37\x31\xbf\x4e\xef\x79\x2a\xb5\x9f\xba\xd0\ +\x81\xe7\x71\xad\x0a\xe2\x65\xd0\xa4\x8d\xd8\x34\x78\xfd\x5d\x8d\ +\xb0\xb8\xfb\x40\xfe\x02\x72\x87\x99\xb6\x57\x28\xc8\x63\x32\xa3\ +\xb8\x56\x05\x17\x6d\xe2\x65\xa7\x88\xab\x2b\x98\xfe\x71\xb4\xbd\ +\x8e\x46\xb5\xd0\xf3\xa3\x49\x93\x7b\xb7\xb4\xa1\xc8\xfc\x71\xa0\ +\x00\x9a\x34\xba\x8f\x26\x69\xe2\x65\xa7\x48\xea\x25\x8c\x3f\x00\ +\x58\x34\xaa\x21\xf0\x59\xfe\x52\x18\x1a\x80\xba\x9f\xfe\x1c\xe4\ +\xf6\xb1\xc0\x2e\xc1\xe6\x4e\x21\x7d\x43\xc4\xd5\x15\xc4\xf8\x48\ +\xfa\x24\x6e\x7b\x15\x60\xa9\xe6\x67\xbe\x84\x7d\x63\xb3\xf2\xfd\ +\x33\xe3\x9a\xd8\x5b\xb0\xf3\x53\x1c\x16\x22\x88\x4d\x23\xe9\x11\ +\xc0\x76\xa1\x1a\x3f\x00\xbd\x38\x3c\x5d\x29\xc3\xce\x74\x03\xe8\ +\xce\x51\xf7\x2a\xb0\x74\x24\x37\x35\x8a\x64\x9e\x45\x5b\xeb\xb8\ +\xda\x0a\x68\xf2\x8b\x15\xff\x8d\x5d\xe8\x13\x60\x80\xe1\xe9\x4a\ +\x79\xdb\xcf\xbc\x29\xa2\x9f\x02\x5b\x3d\xed\x68\x3e\xc2\x55\x57\ +\xd0\x4e\x2d\x14\xf8\x24\x8c\xb3\xaf\xed\xff\x3d\x9e\xb0\xe2\xe9\ +\x08\xbf\xc9\xe5\xa3\x20\x98\x11\x91\x19\x54\xce\x80\xee\x58\x24\ +\x25\x45\xef\x1a\xd5\x45\x1b\x74\x16\xf3\x97\xc2\xf0\x20\xfd\x7f\ +\x26\x6e\x7f\xc4\x13\x13\x28\x86\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x06\x9b\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\xf5\x00\x00\x16\xf5\ +\x01\xda\x54\xfd\xc0\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x06\x18\x49\x44\ +\x41\x54\x78\x9c\xed\xdb\x4d\x6c\x14\x65\x1c\xc7\xf1\xdf\x7f\xb6\ +\xdb\x17\xa0\xb0\xed\xbe\x14\x89\x11\x21\x51\x13\x83\x18\x8d\x46\ +\x91\x04\x5f\x48\xdb\x54\x08\x18\x4d\x83\x09\x09\x5c\x88\x29\x54\ +\x34\x81\x8b\x07\x8d\x60\x48\x8c\x1e\x24\x20\x88\xc6\x0b\xa0\x24\ +\x1c\x34\x91\x00\x85\x65\x81\xfa\x7e\x11\x6e\x46\x89\x05\x42\x50\ +\x6b\xbb\xdd\x29\x94\x02\x6d\xd9\x9d\xf9\x7b\x28\xd3\x2e\xdb\x9d\ +\xed\xcc\xec\xcc\xee\xcc\xec\xf3\x3d\xed\x4e\x9f\x99\x67\xfa\xc9\ +\xf6\xe9\xec\x76\x4a\xa8\xc0\x06\xe3\x4d\x8b\x54\xe2\xa3\x0c\xa4\ +\x19\xbc\x22\xd6\x32\xd0\xe3\xd4\x5c\x92\x53\x07\x76\x73\x0a\x78\ +\x3d\x03\x0f\x02\x78\x88\x98\xd6\x3a\x39\x57\x45\x02\x13\xa8\x46\ +\x7b\xcc\x44\xb5\x4e\xce\x55\x91\xc0\xa5\x4c\x00\x3b\x9c\x00\x76\ +\xb8\xaa\x72\x9f\x80\xd9\xae\x75\x87\x42\xe9\x74\xf5\x0e\x02\x46\ +\x15\xa6\xf7\xe7\xb6\xf6\xdf\x2a\xc7\x79\xc8\x5d\x8d\xb3\xb9\x2a\ +\xf0\x01\x20\x11\x8f\x28\xef\x46\x57\xa7\x86\xf3\x8d\xf3\x1c\xb0\ +\x92\x09\x6e\x25\xa0\x13\x00\x02\xc4\x4f\xf7\xc5\x9b\x5e\x2e\x35\ +\xf2\x60\xa2\x61\x8e\xc2\x55\x71\x00\xcf\x00\x0c\xaa\xa3\x5e\x00\ +\x1f\xe5\x1b\xeb\xb9\x25\x82\x55\xe9\xef\xac\xa7\xcb\x02\xc4\x5d\ +\x7d\xf1\xa6\x99\xa5\x9a\x7f\x1c\x37\x78\x17\xf7\xee\x39\x31\xfd\ +\xa3\x37\xde\x73\xc0\x91\x96\xfe\x2f\x19\xb4\x27\x6b\xd3\xb2\x00\ +\x71\x7c\xe0\x48\xa4\xde\xe9\xb9\x07\x13\x0d\x73\x32\x1c\x3c\x89\ +\x2c\x5c\x10\x76\x46\x5b\x93\x87\xf4\xf6\xf1\x1c\x30\x11\x38\xda\ +\xdc\xff\x56\x0e\xf2\x52\xd4\x49\x27\x9c\x44\xd6\x70\x09\x78\x76\ +\xf2\x64\xb0\x33\xda\x9c\xdc\x52\x68\x3f\xcf\x01\x03\xa5\x47\xb6\ +\x8a\x0b\x78\x14\x18\xc8\x46\xc6\xde\xac\xcd\x86\x90\x59\xe2\xd1\ +\x89\xe3\xf0\xe4\xe3\x7c\x15\x83\x0b\x78\x18\x18\xd0\x90\x93\x9b\ +\xcd\x22\x4b\x24\xed\x07\xe3\x12\x40\x17\x98\xf9\x6b\xbd\x71\xc5\ +\xe2\x8e\x0f\xf7\x41\xcc\xa0\x54\x22\xf6\x19\x80\x8e\xac\xcd\x67\ +\x23\xbf\x26\x9b\x69\x1b\x54\x4b\xc7\x3c\x87\xa0\x3c\x18\xfb\x9e\ +\x81\xe7\xb2\x36\x7f\x12\x6d\x49\x6e\x35\x73\x1c\x4f\xbf\x82\xb5\ +\x88\xc0\x91\xe6\xe4\x26\x00\x9f\x67\x6d\x7e\x49\x5e\x12\x7e\xd8\ +\xea\x31\x53\x72\x64\x71\xb1\xb8\x80\x4f\x80\x81\x49\x64\x02\xef\ +\x02\xc0\x00\x7e\x09\x87\xe5\x4b\x56\x8f\x37\x5a\x5f\xfb\x07\x40\ +\xe7\x31\xfe\x03\xf2\xa1\x15\x5c\xdf\x96\xec\x8e\xce\xb2\xe3\x38\ +\xcc\xa0\x52\xbe\x89\xf1\x55\x6b\xdf\xf8\xf4\xb1\x8d\xef\x1c\x6b\ +\x70\x7a\x1e\xdf\x2c\x11\x66\x5a\xd3\xb1\x6b\x51\x43\x64\xfe\x6f\ +\x12\x65\x7a\xd6\x75\x1e\x08\x3b\x39\x97\x2f\xae\x22\xcc\xb4\xa6\ +\x63\xd7\xa2\x68\xe3\x82\x73\x35\x75\xf5\x35\x00\x30\x7a\x7b\x48\ +\x1e\xbe\x31\xf4\xc8\xc1\xbd\xeb\x65\x27\xe6\xab\x28\xe0\x5c\x5c\ +\x2d\x27\x91\x2b\x06\x58\x0f\x57\x6b\x74\x64\x48\x1e\x1e\xb2\x1f\ +\xd9\xb5\xc0\xfd\x27\x63\x8f\x13\x61\x8b\x44\x54\x67\x64\x3c\x83\ +\x33\x20\xf5\x50\xb4\x39\x75\x3c\xf7\x6b\xd3\xe1\x6a\x15\x42\x4e\ +\x25\x62\xaf\x32\x73\x3b\x41\x0a\x18\xfb\x0e\xf8\x16\x28\xf0\xb1\ +\x6b\x81\x07\x12\xb1\xf3\x60\x3c\x69\x72\xb7\x91\x9b\xc1\x19\x8d\ +\x0b\x5e\xbc\x32\xf1\xf9\x82\x51\x5c\xad\x7c\xc8\xd7\xba\x43\xa1\ +\x4c\xba\x3a\x09\x20\x68\xf2\x7c\x7e\x74\xef\x55\x04\x53\x9f\x85\ +\xbd\xe4\x07\x07\xae\xa4\xb5\x27\xeb\x3a\x76\x3f\x11\x0b\x2f\x3c\ +\x6f\x14\x17\x00\xaa\x6b\x66\x86\x25\x69\x6c\x75\xf6\xb6\xeb\x08\ +\x8d\x02\xb8\x6e\xfe\x74\xa8\xcf\xb5\xaf\x60\xb9\xab\x71\xb6\x1a\ +\x08\xbe\x4e\xa4\x1a\xba\x56\x55\x09\xb7\xab\x10\x3c\xd2\xd8\xdc\ +\x7b\x15\x30\xff\xca\x05\x00\x56\x55\xa4\xe4\xbf\xb6\x1f\xdc\xbd\ +\x71\x5b\xee\xd7\xfa\x4f\x37\x2d\x24\x45\x5d\x29\x11\x0c\x2d\x59\ +\x2a\x4b\x29\x15\x38\xec\x5a\xe0\x62\xb2\x1b\xb7\x98\x7c\x07\xec\ +\x26\x5c\xc0\x67\xc0\x6e\xc3\x05\x7c\x04\xec\x46\x5c\xc0\x27\xc0\ +\x6e\xc5\x05\x7c\x00\xec\x24\xee\x60\x62\xde\x03\x8a\xaa\x2c\x8e\ +\x84\xfb\xe3\xf4\x14\xd2\x85\xc6\xea\xe5\x69\x60\x27\x71\x7b\xbb\ +\xe7\x45\x82\xe9\x4c\x0f\x80\x10\x40\x3f\x28\x8c\x15\x56\xee\x20\ +\x72\xef\x1b\x8d\x69\x5a\xbe\x6a\x43\xd3\xcc\xda\xd9\x3f\x99\xc1\ +\x55\xd5\x0c\x06\xfa\xfe\x7c\xcf\xc8\xb2\x50\x7b\x47\x99\x0b\x20\ +\x34\xfe\x8c\x9f\xb7\x7a\x07\x91\x27\x81\x97\xaf\xda\xd0\xc4\x99\ +\xcc\xd9\xab\x17\x7f\x0e\x0d\x0f\x19\x7b\xc3\xc7\xaa\x0a\x59\xbe\ +\xb8\xfd\xab\x7d\x6f\xee\x00\x80\x6b\x67\xee\x9b\x2f\x77\x35\xde\ +\xaf\x37\xbe\xb1\xb5\xff\xf7\x9c\xbf\x56\x5b\xba\x4d\xcb\x73\xc0\ +\x1a\x2e\x80\x47\x55\x55\xc1\xe5\x0b\xa7\x31\x1d\x72\xee\xb2\x90\ +\x8c\x47\xdb\x32\x8a\x72\x49\xad\xaa\xba\x3c\x90\x98\xfb\x82\xde\ +\x7e\xe3\xb7\x04\x14\x77\x9b\x96\xa7\x80\xb3\x71\xb5\x6d\x93\xc8\ +\xff\xe5\xdd\x27\xdf\x9a\x2b\x11\x5a\x01\x04\x00\x04\x99\xb9\x45\ +\x6f\x3e\x3b\xee\x20\xf2\x0c\x70\x3e\x5c\xad\x71\xe4\x33\x53\x90\ +\x75\x7f\xa1\xb1\x94\xfd\x7d\x17\x34\x28\x16\xd9\x13\xc0\x85\x70\ +\xb5\x72\x91\xed\xbc\xce\x2d\x06\xd9\xf5\xc0\x46\x70\xb5\x26\x90\ +\xaf\xff\xab\x1a\xbd\x5a\x30\x9a\x86\x0c\xc6\xbe\xac\xcd\x4b\x51\ +\x27\x1d\xeb\x3d\x3a\x6f\x86\xde\x7e\xae\x06\x36\x83\xab\xa5\xaa\ +\xca\x58\xcf\x85\xc4\x2a\xed\x6a\xc1\xce\x88\xc0\x91\x96\x64\x67\ +\x0e\xf2\xb2\x60\x6d\x66\x93\xde\x3e\xae\x05\xb6\x82\x0b\x60\x8c\ +\x89\x5f\xeb\x3e\x7e\x60\xca\x9f\x8d\xec\x2a\x1f\x32\x33\xa7\xf4\ +\xc6\xbb\xf2\x7f\x34\xdc\x8a\xab\x45\x04\x66\x4e\x76\xca\xa7\x62\ +\xa7\x40\xa0\x48\xf3\xc0\x77\x7a\x63\x5d\x07\xec\x76\x5c\x2d\x22\ +\x30\x90\xd4\x85\xd5\x72\xd5\x12\xe1\x15\x5c\x33\xb9\x06\xd8\x8f\ +\xb8\x80\x4b\x80\xfd\x8a\x0b\xb8\x00\xb8\x1c\xb8\x0c\x1e\xd4\x1e\ +\x13\xb3\x23\xf7\xa4\x69\x95\xf5\x97\x5c\xb9\x5e\xb9\xd5\x5c\xbd\ +\x3b\x4d\x77\xe6\x33\x38\x23\x29\xca\x17\x56\x8f\x63\xa4\xb2\x7d\ +\xe0\xee\xe7\x65\x21\xbb\xb2\x00\x57\x0a\x2e\x50\x06\xe0\x4a\xc2\ +\x05\x4a\x0c\x5c\x69\xb8\x40\x09\x81\x2b\x11\x17\x28\x11\x70\xa5\ +\xe2\x02\x25\x00\xae\x64\x5c\xc0\x61\xe0\x4a\xc7\x05\x1c\x04\x16\ +\xb8\xe3\x39\x02\x2c\x70\x27\xb3\x1d\x58\xe0\xde\x9b\xad\xc0\x02\ +\x77\x6a\xb6\x01\x0b\xdc\xfc\xd9\x02\x2c\x70\xf5\x2b\x1a\x58\xe0\ +\x16\xae\x28\x60\x81\x3b\x7d\x96\x81\x05\xae\xb1\x2c\x01\x0b\x5c\ +\xe3\x99\x06\x16\xb8\xe6\x32\x05\x2c\x70\xcd\x67\x18\x58\xe0\x5a\ +\xcb\x10\xb0\xc0\xb5\xde\xb4\xc0\x02\xb7\xb8\x0a\x02\x0b\xdc\xe2\ +\xd3\x05\x16\xb8\xf6\x94\x17\x58\xe0\xda\xd7\x14\x60\x81\x6b\x6f\ +\xf7\x00\x0b\x5c\xfb\x9b\x00\x16\xb8\xce\x44\x80\xc0\x75\x32\x12\ +\xb8\xce\x56\xa5\x66\x32\xdb\xc9\x1c\xee\x08\x98\x5f\xe9\xee\x3a\ +\x70\xca\xb1\xb3\xf2\x51\x52\x2d\xd7\xbf\x0d\xf0\x31\x83\xe3\xc7\ +\x98\xb8\xfd\xec\x09\x81\x6b\x34\x02\x80\xb6\xb6\xcd\x35\x63\x74\ +\xe3\x1b\x80\x56\x16\x18\x2b\x96\x05\x0b\x4d\x5c\x45\xb4\xb5\x6d\ +\xae\xb9\x43\xc3\xdf\x32\xb0\x22\xcf\x38\x81\x6b\xb1\x7b\xae\x83\ +\x75\x90\x05\x6e\x11\x4d\x79\x27\x97\x83\x2c\x70\x8b\x2c\xef\x67\ +\x11\x4b\xda\xdb\xeb\xea\x6e\xce\x3a\x4c\xc4\x7b\xce\x74\xed\x4f\ +\x94\xfa\xa4\xfc\xd4\xff\x06\x56\xa4\x4c\xee\xb4\x55\xeb\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x09\x63\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x02\x8a\x00\x00\x02\x8a\ +\x01\x00\x39\x94\x9c\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x08\xe0\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x6b\x6c\x1c\x57\x19\x40\xcf\x9d\x99\xdd\ +\xd9\x47\xe2\xad\xf3\xc0\x69\xb0\x89\xf3\x00\x24\x84\xd2\x12\xa7\ +\x50\x9a\xb6\x49\xa1\x50\xea\xaa\x08\x61\x3b\x21\x94\xb4\x45\x51\ +\x2b\x84\x54\xf5\x21\x50\x0b\x01\xea\x4a\x10\x52\xa4\xa8\x54\x02\ +\xaa\x0a\x2a\x0a\xa1\x80\xb0\x1b\x24\x90\xe2\xb4\xb4\xcd\x03\xa5\ +\xad\x68\x6b\x07\x8a\x50\x54\x20\xef\xa6\x0e\x4d\xe3\xac\x1f\x63\ +\xef\xce\xe3\xf2\xc3\x5a\xc7\x6b\xaf\x77\x67\x77\x67\x9d\x99\xf5\ +\x9e\x7f\xde\xb9\x33\xf7\xf3\xd1\x9d\x6f\xbe\xb9\x33\xbb\x57\x50\ +\xa3\x2c\x2e\xfc\xf5\x87\xf5\x9a\x15\xf9\x1e\x52\xb6\x01\x4b\x80\ +\x63\x20\x9f\x8e\x9f\x1b\xda\x29\x36\x76\xa6\xc5\xa5\x0e\x30\xc8\ +\x18\x07\x76\x36\x39\x96\x78\x11\xc1\x07\x73\x6c\x7e\x31\x7e\x6e\ +\xb0\x55\x9d\xf5\xa8\xaa\x04\xe3\xc0\xce\x26\xdb\x16\xfb\x85\x60\ +\xd5\x0c\x4d\x56\x98\x51\xdd\xa8\x09\x2e\x81\x09\xb9\xb0\x22\x6f\ +\x43\x41\x63\x2d\x45\x14\x89\x6b\xb9\xe3\x8c\x29\x15\x8f\xa8\x8a\ +\x28\x52\x2e\xc0\xd9\x9a\x60\x97\x94\x20\x17\x84\xec\xaa\xa5\x08\ +\x17\x94\x24\x17\xde\x32\x85\xf8\x84\x56\xb1\xa8\xaa\x04\xe3\xc0\ +\xce\x26\x69\x2b\xfb\x04\xb2\x18\xb9\x27\x54\x21\x6e\x9a\x77\xc3\ +\xfd\x17\x6a\x23\x38\x0f\x19\xb9\x12\xb9\xb2\x88\xdd\x4e\xa8\x42\ +\x6c\x88\xde\x70\xff\x71\x80\x9a\xe0\x19\xf0\x42\x2e\xd4\x04\xe7\ +\xc4\x2b\xb9\x50\x13\x3c\x0d\x2f\xe5\x42\x4d\x70\x16\x5e\xcb\x85\ +\x9a\xe0\x09\x2a\x21\x17\x6a\x82\x81\xca\xc9\x85\x9a\xe0\x8a\xca\ +\x85\x39\x2e\xb8\xd2\x72\x61\x0e\x0b\x9e\x0d\xb9\x30\x47\x05\xcf\ +\x96\x5c\x98\x83\x82\x67\x53\x2e\xcc\x31\xc1\xb3\x2d\x17\xe6\x90\ +\xe0\x4b\x21\x17\xe6\x88\xe0\x4b\x25\x17\xe6\x80\xe0\x4b\x29\x17\ +\xaa\x5c\xf0\xa5\x96\x0b\x55\x2c\xd8\x0f\x72\xa1\x4a\x05\xfb\x45\ +\x2e\x54\xa1\x60\x3f\xc9\x85\x2a\x13\xec\x37\xb9\x50\x45\x82\xfd\ +\x28\x17\xaa\x44\xb0\x5f\xe5\x42\x15\x08\xf6\xb3\x5c\x08\xb8\x60\ +\xbf\xcb\x85\x00\x0b\x0e\x82\x5c\x08\xa8\xe0\xa0\xc8\x85\x00\x0a\ +\x0e\x92\x5c\x08\x98\xe0\xa0\xc9\x85\x00\x09\x0e\xa2\x5c\x08\x88\ +\xe0\xa0\xca\x85\x00\x08\x0e\xb2\x5c\x98\x25\xc1\xff\xeb\xd8\xba\ +\x4a\x95\x6c\x40\x51\x06\x71\x38\x8d\x23\x4f\x2e\x38\xdf\xd8\x2f\ +\xf6\x77\x5a\xf9\xf6\x0b\xba\x5c\x98\x05\xc1\xe7\x36\x6e\xfd\x82\ +\x90\xe2\xb7\x40\x74\xca\x26\x1b\x38\x0b\x9c\x04\xf9\x36\x70\x1a\ +\x94\x93\x20\xdf\x16\x42\x9e\x0e\x7f\xb2\x61\x44\x5c\xb1\xb8\x3b\ +\xc8\x72\xa1\xc2\x82\xdf\xdb\x78\xd7\x5d\x48\xf9\x04\x50\xfc\xf7\ +\xf1\x04\x68\x2d\x8b\x51\xaf\x5a\xec\x76\x0f\xdf\xc9\x85\x52\xfe\ +\x71\x97\x9c\xdf\xfe\xf0\x73\xf4\x0f\xdd\x07\x94\xfc\x4d\x26\xe7\ +\x8c\x01\x96\x83\xd2\x34\x2f\x6f\x3b\x09\x47\x55\x55\xae\x8f\x6d\ +\x78\xe0\x64\xa9\x7d\x55\x0a\xcf\x47\xb0\x3c\xf6\xcb\xc8\xf9\xae\ +\x77\xde\xe2\xb5\xa3\x4d\x5e\x1d\x53\xfd\xd8\x22\xb4\xab\xdf\x37\ +\xd3\x66\x5f\x8e\xdc\x0c\x9e\x8e\xe0\xc1\xff\xfc\x66\xdd\x90\x7e\ +\xe5\xdf\xad\xc4\x8a\xc5\x6a\xdf\x3f\xc0\xb6\x3d\x39\xae\xec\x9f\ +\x71\x24\xfb\x5a\x2e\x78\x28\xf8\xc2\xd1\xee\x1f\x8d\xc6\xd6\xfd\ +\xc2\xd6\x16\xea\x72\xc1\x65\xc8\x55\x2b\xf0\x56\xf2\xe8\x54\xc9\ +\xbe\x97\x0b\x65\xe4\xc7\x0c\xf2\xd5\xdb\xea\x64\x5f\xdb\x93\xa1\ +\xf4\xa9\x6f\x3a\x4a\x74\x22\xe5\x38\x2b\x9b\x49\x7f\xed\xab\x10\ +\x0e\x97\xdb\xc5\x04\xf6\xe1\xf7\xb0\x5f\x7b\x17\x02\x22\x17\xca\ +\x1c\xc1\xb2\xaf\xfd\x1a\x54\xfb\x79\x10\x37\x86\xcc\x53\xa8\xf6\ +\x00\xa9\xe8\x6a\x26\x52\xfb\xc2\x7a\x9c\x15\xcd\x28\x7d\x6f\x22\ +\x3c\x1a\xc9\xce\x19\x83\x58\x5d\xf4\x53\x91\x8e\x87\x8e\x78\x72\ +\xc0\x0a\x53\xd2\x08\x96\x2f\x77\x44\x65\x6f\xfb\x0e\x24\x07\x81\ +\xe5\x99\xcf\x63\xc6\x21\x12\x03\xbb\x00\x39\xd1\x36\xdd\xbc\x8c\ +\xfe\xcd\xed\xc8\x70\xa8\xec\x60\x33\x0c\xbd\x74\x3c\xe2\xd9\xc1\ +\x2a\x4c\xd1\x82\xe5\xeb\x1d\xd7\xa2\xcb\x3e\xe0\x41\x72\x9c\x01\ +\x53\x25\x3b\x8e\xcd\x58\xd3\xfb\xe9\xdf\xdc\xe1\x9d\x64\xa1\x7a\ +\x56\xa1\x54\x1a\xd7\x82\xe5\xeb\xb7\xc6\x64\x6f\xfb\x0e\x14\x79\ +\x00\xc1\x87\xf3\xb5\x9d\x2c\x39\x1c\x0e\x11\x8d\xea\xa4\x3e\xd0\ +\xc8\xc0\x9d\x5f\x06\xdd\x83\x9c\x2c\x69\x2c\xff\x20\xb3\x83\x2b\ +\xc1\xf2\x8d\xb6\x9b\x50\xf4\x7f\x31\x3e\x6a\x5d\xed\x93\x91\x2c\ +\x04\xd4\x27\xe6\x73\x79\xc3\x42\xe2\xab\x3f\x82\xf9\xf5\xad\xe5\ +\x4b\xae\x16\xc1\xf2\x6f\x1d\x4b\x64\x6f\xfb\xaf\x10\x62\x2f\xb0\ +\xac\xd8\x83\xe7\xca\xc9\xce\xca\xe6\xf2\x25\x0b\x19\xec\x14\x21\ +\xf7\x6d\xd0\x64\x5f\xc7\xbd\x68\xf2\x08\x70\x7b\x39\x1d\xe4\x92\ +\x6c\xaf\x6c\xe6\x6c\x79\x39\x39\xb8\x23\x58\x1e\x6e\xff\x2c\x89\ +\x45\x87\x91\xf2\xc7\x40\xc2\x8b\x4e\xa6\x4a\xb6\x6d\x1b\xa3\x71\ +\x69\x39\x17\xbe\xc0\x8c\xe0\x89\x1b\x03\xd9\xdb\xb6\x16\xc4\x0e\ +\xe0\xd3\x6e\x76\x74\x2c\x0b\xd3\x30\x40\x42\x28\x16\x43\x09\x15\ +\xfe\x6d\x0f\x23\xb6\x8e\x64\xfd\x16\x40\x70\x7e\x60\x90\xb1\x54\ +\x9a\xd8\xe9\x33\x34\xfc\xae\x0b\x52\xe9\x62\xe2\xb6\x17\xbc\xdb\ +\x18\x29\x34\x9f\xec\x07\x34\xf9\xe6\xe6\x06\xcc\xf4\xe3\x20\x36\ +\xe2\x66\xf2\x47\x82\x39\x3a\x8a\x35\x3a\x3a\xf1\x91\x69\x8c\xa0\ +\x27\x0a\x0f\xf6\x98\x71\x08\x80\x64\xfd\x16\x16\xd4\xd7\x61\xd9\ +\x36\xea\x92\x45\x98\xf5\x75\x84\x7e\xf6\x54\x31\x92\xd5\xf3\x4b\ +\x4e\x5c\x0e\x9c\x72\xbb\xc3\xa5\x42\xc1\x34\xff\x08\x62\x13\x2e\ +\xe4\x3a\x96\x4d\x6a\x30\x99\x25\x77\x1c\xf7\x93\x72\x31\xe3\x10\ +\x89\x0b\xe3\xe9\x42\x53\x55\x04\x25\x5e\xf8\x2c\x2d\x10\x69\x42\ +\x01\x3e\x54\xb0\x95\x94\x98\x23\x06\xa9\x64\x12\xc7\xca\xbe\xe5\ +\x15\xaa\x4a\x78\x5e\xbc\xa8\x4e\x63\x23\x17\x25\x67\x70\x56\x36\ +\x33\x70\xc7\x66\xf7\x39\x59\x09\xc6\x85\x4e\x41\xca\x1f\xe4\x6b\ +\x60\xa7\xd2\x8c\x5d\x48\x62\x8d\x8d\x4d\xdb\xa6\x45\x22\x44\x12\ +\x09\x84\x5a\xfc\x94\x46\x2e\xc9\xc9\x86\x06\xfa\x37\xb5\x21\x43\ +\xae\x24\x7b\x72\x01\xae\x34\x8a\x68\x79\xf6\x31\x24\x8f\x4c\xdd\ +\xe0\x58\x16\xa9\xe4\x20\xe9\xe1\x61\xa4\xe3\x64\x6d\x13\x8a\x8a\ +\x5e\x37\x9f\x50\x3c\x56\xd6\x94\x7d\x6c\xe4\x10\x89\x81\x67\xc8\ +\x48\x8e\x44\xc2\x8c\x2d\x6b\xa2\xff\x4b\x6d\xc8\xfc\xb3\x70\xa3\ +\xb6\x74\xf6\x95\xde\xf3\xec\x71\xb1\x8a\x78\xa3\xbd\x13\xc1\xc3\ +\xd2\x71\x30\x8d\x51\xec\x54\x2a\x67\x73\x2d\xa2\x13\x8a\x45\x41\ +\x78\xf7\x30\xc4\x88\x5d\x47\xb2\xfe\x36\xa4\x84\x54\xca\x44\x55\ +\x15\xf4\x93\xa7\x67\xba\xf0\xd9\x08\xb1\x69\xe1\x1f\x7e\xfe\xac\ +\x67\x01\x54\x90\x2c\x4b\xd6\xcb\x9f\x7f\x32\x6d\x0c\xdf\x3d\xe9\ +\xac\x9d\x40\x0d\x85\x08\xc5\x63\x25\xa5\x03\x37\x64\x24\x4f\x0e\ +\x49\xf9\xef\xf1\x69\x92\x25\xf2\x9e\x45\x5d\x4f\xfd\xa4\x22\x41\ +\x54\x80\x69\xc3\x30\x7d\xf0\x73\x7f\xb1\x52\xe9\x1b\x27\x1a\xa8\ +\x2a\xa1\x68\x14\xd5\x8b\x49\x9a\x02\x14\x92\xac\xac\x5e\xf2\x42\ +\xfd\x77\xbf\xff\x99\x8a\x07\xe2\x21\x39\xcf\xf3\xd4\x81\x9b\xf7\ +\x38\x56\xfa\x66\x2d\x12\x45\x8b\x44\x3c\x7e\x34\x2a\x31\x8d\x31\ +\x1c\xd3\x44\x8b\x46\x50\xa7\xe4\x5a\x23\xbe\x8e\xe4\x65\x5b\xb2\ +\x42\x13\xff\x3e\x4a\xe8\xd5\x17\xde\x59\xf4\x8d\x6f\x2d\xf5\x32\ +\x92\xd9\x20\xe7\x5c\x84\xbe\xbe\xa7\x35\x52\x97\xd8\xae\x45\xdd\ +\xc9\x95\x8e\x83\x35\x36\x2e\xad\x10\xa6\x31\x7e\x93\xe2\x58\x16\ +\xe9\xa1\x61\xa4\xcc\xce\x47\xb9\xaa\x0b\x75\x79\x64\x38\xbd\xe1\ +\xa3\x33\xfd\x10\xb2\xaf\x99\x71\x36\x4d\x5c\xb5\x7b\x1b\xf0\x50\ +\xa1\x03\x38\x96\x4d\x2a\x39\x38\x5e\x27\x0f\x0e\xe1\x98\x33\xdf\ +\xbd\x3a\xa6\x35\xbd\xdc\x93\xd3\x13\xfe\x64\xc9\x8a\x33\x2a\x23\ +\xa9\x23\xad\x4b\xd7\xde\x6a\x14\x8a\xc5\x8f\x14\x1c\x9f\xb2\xb7\ +\xfd\x41\x60\x47\xae\x6d\x8e\x6d\x93\x1e\x1c\xca\x2a\xe3\x42\xb1\ +\x28\x5a\x74\xea\x5b\x52\xe3\xa3\x3c\x95\x1c\xcc\x6a\xab\x45\xa3\ +\xe3\x15\xc9\x0c\x18\xb1\xeb\xb0\xf4\xa6\xc7\x13\xcb\xbf\x78\x5f\ +\xa1\x38\xfd\x8a\xab\xec\x9a\x4b\x72\x2e\xb9\x42\x51\xd0\x13\x75\ +\x08\x65\xfa\x89\x91\x1e\x1a\xc6\x4e\x5f\xac\x06\x14\x4d\x43\xaf\ +\xab\x2b\x14\xc1\xaf\xc5\x9a\xee\x3b\xdc\xc4\xe8\x57\x5c\x3d\x9d\ +\x10\x6b\xba\x1f\x65\x52\xba\x90\xb6\x4d\x3a\x39\x5d\x6e\xb8\x6e\ +\x7e\x4e\xb9\xd6\xe8\x58\x96\x5c\x84\x20\x3c\x6f\x5e\x7e\xb9\x82\ +\xa3\xa4\xf5\x7b\xdc\xc4\xe7\x67\x5c\x3f\x93\x13\x6b\xba\x1f\x45\ +\xf2\x88\xb4\x6d\x52\xc9\x21\xa4\x9c\x2e\x57\xc9\x51\x23\x4b\xdb\ +\xc6\x34\xb2\x27\x87\xc2\xf1\x38\x42\xcd\xdb\xb5\x8d\x14\x5f\x11\ +\x57\x3f\x33\xe8\x36\x3e\xbf\x52\xd4\x53\x65\xd1\xd2\xdd\x69\x8e\ +\x8e\xee\x71\x2b\x17\x09\xe9\xe1\x11\xb2\x2a\x02\x3d\x5c\xb8\xa6\ +\x96\x3c\x26\xd6\x74\xbd\x52\x4c\x6c\x7e\xa5\xe8\xc7\xf6\xfa\xf5\ +\x7b\x6f\x51\xc3\x7a\x0f\x14\x90\x0b\x58\xa9\x31\x1c\xeb\x62\x55\ +\x21\x14\x85\x50\xbc\xe0\xcc\xdb\x31\xb4\x68\x67\xb1\x71\xf9\x95\ +\x92\x5e\x3c\xd1\xd7\xf7\xb4\xaa\x7a\x78\x4f\x3e\xb9\x99\x39\x8d\ +\xc9\x84\xe2\x31\x44\xfe\x39\x0c\x07\x9c\x3b\xc5\x15\xbb\x46\x4a\ +\x89\xcb\x8f\x94\xfc\x6e\x9a\x7e\xfd\xde\x5b\x14\x55\x9d\xb1\x4e\ +\x36\x87\x47\xb2\x6a\x5c\x55\x0f\x4f\xbb\x6b\xcb\xc1\x4f\xc5\x9a\ +\xdd\x07\x4b\x8d\xc9\x8f\x94\xf5\xf2\xdf\xd4\xea\x22\x83\x9d\x4e\ +\x63\x4f\xba\xab\x13\x42\x10\x8a\x15\x4c\x0d\x27\x30\xd2\xdb\xca\ +\x89\xc7\x8f\x94\xfd\x76\xe5\x34\xc9\x12\xcc\x91\xec\x9b\xae\x50\ +\x3c\x8e\x50\xf2\xa6\x06\x89\xc2\xdd\xe2\xda\x3f\x0d\x95\x1b\x8f\ +\xdf\xf0\x64\xa1\x92\x4c\x09\x07\x60\xa5\x52\x59\xf5\xb1\xa2\x69\ +\x85\xab\x06\xc1\xd3\xe2\xca\xee\xe7\xbd\x88\xc5\x6f\x78\xb6\x12\ +\x8c\x68\xe9\xee\x44\x3a\xdb\xb2\x1e\x88\x8a\xf1\x0b\x5b\x01\x06\ +\x31\xc5\xb7\xbd\x8a\xc3\x6f\x78\xba\xd4\x8e\x68\xd9\xbd\x5d\xd1\ +\x42\x3d\x99\xbf\xd5\x50\x18\x45\x2b\xf8\xbe\xc4\x77\xc4\xc7\xbb\ +\xfa\xbd\x8c\xc3\x4f\x78\xbe\x96\x91\xbe\xbe\xa7\x35\x53\x27\x6b\ +\xd1\x02\xaf\xf1\x4a\xf1\x4f\x92\xe7\x9e\xf0\x3a\x06\x3f\x51\x91\ +\xc5\xa2\xf4\xf5\x3d\xad\xe1\x78\x7c\x97\x8b\xd1\x7b\xaf\xb8\x61\ +\xbf\xef\xdf\xce\x29\x87\x8a\xad\xc6\xa5\x5d\xf3\xe7\xdb\xc9\x3b\ +\x9f\x2c\x9e\x13\x2d\x5d\x2f\x55\xaa\x7f\xbf\x50\xd1\xe5\xce\x66\ +\xaa\x93\x01\x89\x63\x57\xed\x85\x6d\x32\x15\x5f\x4f\x6e\x06\xc9\ +\xbf\x17\x6b\x77\xf7\x56\xba\x6f\x3f\x30\x2b\x0b\xf6\x8d\xd7\xc9\ +\xf2\x01\xe0\x1c\xf0\x0a\xaa\x1d\xd8\x27\x14\xc5\xf2\x7f\x16\x00\ +\x84\xe1\x20\xb5\x4a\x8c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x12\xcc\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x15\xa7\x00\x00\x15\xa7\ +\x01\x20\x31\xcf\x2e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x12\x49\x49\x44\ +\x41\x54\x78\x9c\xe5\x9d\x6b\x6c\x5c\xc7\x75\xc7\x7f\x73\x77\x97\ +\xcb\x37\x25\x92\xcb\xb7\xc8\xb5\x29\x99\xa4\x28\x59\x12\x20\xcb\ +\x36\xfd\xa8\xa5\x26\xd1\x07\x27\x01\x82\x58\x94\x15\x5b\x76\x53\ +\x20\x51\xed\x16\xfd\x52\x03\x71\x80\xc4\x96\xd3\x14\x96\xfb\x80\ +\x8b\x16\x85\x2a\xb8\x86\xeb\x2a\x89\x2d\x52\x06\x1c\xc4\x75\xad\ +\x26\xb5\x14\x2b\x8e\x15\xd5\x30\x65\x48\xa2\x28\x4a\x34\x49\x8b\ +\x12\x69\x52\x22\x29\x52\x7c\xec\xeb\x4e\x3f\xcc\xdd\xe5\xe5\x6a\ +\xef\x3e\xef\x52\x34\xfa\x07\x16\xdc\x7b\x67\xee\xcc\xec\xe1\xdc\ +\x33\xe7\x9c\x39\xe7\x8c\x60\x99\xa0\x03\x1c\x40\x93\x80\x66\x09\ +\x77\x48\xb8\x43\x40\x13\x50\x04\x14\x00\x2b\x8d\xbf\x00\x33\xc0\ +\x84\xf1\x77\x4a\x42\xaf\x80\x5e\xe0\xbc\x0e\x3d\x1a\xf4\xb6\x43\ +\xe8\x56\xfc\x8e\x68\x88\x5b\xd9\xf9\x5b\x70\x7b\x08\xbe\x82\xfa\ +\xfc\x31\x50\x6a\x53\xd3\x37\x80\x13\x12\x7e\x23\xe0\x37\x3b\xe0\ +\x13\x01\xd2\xa6\xb6\x53\xc2\x92\x13\xb8\x03\x56\x4b\x78\x5c\xc0\ +\x6e\xe0\xf6\x54\x9e\x75\x3a\x9d\x00\x04\x83\xc1\x54\xbb\xed\x13\ +\x70\x50\x83\x83\xdf\x86\xcf\x52\x7d\x38\x13\x2c\x09\x81\x8f\x82\ +\xf3\x2a\xec\x94\xf0\x14\xd0\x66\xd5\x6f\x49\x49\x09\x25\x25\x25\ +\x14\x15\x15\x45\x3e\x6e\xb7\x1b\x87\xc3\x41\x4e\x4e\xce\xa2\xba\ +\x7e\xbf\x9f\x50\x28\x84\xcf\xe7\x63\x7a\x7a\x3a\xf2\xb9\x7e\xfd\ +\x3a\xd7\xaf\x5f\xb7\x1a\x8a\x04\x3e\x04\xf6\x03\x87\x96\x82\x8d\ +\x64\x95\xc0\x1d\x90\x23\xe1\x49\x01\x3f\x00\x1a\xa3\xcb\xf3\xf3\ +\xf3\xa9\xae\xae\xc6\xe3\xf1\x50\x51\x51\x81\xdb\xed\xb6\xa5\x5f\ +\x9f\xcf\xc7\xe8\xe8\x28\xa3\xa3\xa3\x8c\x8c\x8c\x30\x3b\x3b\x1b\ +\xab\xda\x45\x60\x1f\x70\xb0\x1d\xfc\xb6\x74\x1c\x03\x59\x21\xb0\ +\x04\x71\x18\x76\x4b\xf8\x1b\xa0\xce\x5c\xe6\x72\xb9\xa8\xad\xad\ +\xc5\xeb\xf5\x52\x5e\x5e\x8e\x10\xd9\x7d\x89\xa4\x94\x8c\x8d\x8d\ +\x31\x38\x38\xc8\xd0\xd0\x50\x2c\xf6\x72\x49\xc0\x0f\x1f\x81\x5f\ +\x64\x83\x4f\xdb\xfe\xeb\x0e\x43\xab\x0e\xff\x02\xfc\x91\xf9\x7e\ +\x7e\x7e\x3e\xcd\xcd\xcd\x78\xbd\x5e\x1c\x0e\x87\xdd\xdd\x26\x85\ +\x50\x28\x44\x7f\x7f\x3f\xe7\xcf\x9f\x8f\x35\xab\x8f\xea\xf0\xe7\ +\x8f\xc2\x39\x3b\xfb\xb4\x8d\xc0\x07\xc0\xb5\x02\x5e\x10\xf0\x0c\ +\xe0\x0a\xdf\x2f\x2a\x2a\xa2\xb9\xb9\x99\xfa\xfa\x7a\x34\x4d\xb3\ +\xab\xbb\x8c\xa0\xeb\x3a\x83\x83\x83\xf4\xf4\xf4\x70\xe3\xc6\x0d\ +\x73\x91\x1f\xf8\x3b\x0f\xec\xdd\x0a\x29\xaf\xa4\xb1\x60\x0b\x81\ +\xdf\x80\x55\x0e\x78\x13\xb5\x80\x01\xe0\xd0\x34\x9a\x3c\x1e\x5a\ +\xda\xda\xd0\x8c\xd5\x7f\xb9\x41\xd7\x75\xfa\xfa\xfa\x38\x73\xe6\ +\x4c\x34\xeb\xf8\x5f\x60\x67\x3b\xf4\x67\xda\x47\xc6\x04\xee\x80\ +\x6f\x02\xaf\x61\x92\x61\x6b\x8b\x8b\xd9\x58\x59\x49\xbe\xcb\x05\ +\x95\x95\x50\x5e\x9e\x69\x37\x59\xc5\xec\xec\x2c\xa7\x4e\x9d\xe2\ +\xf2\xe5\xcb\xe6\xdb\xd7\x80\x27\xdb\xe1\x3f\x33\x69\x3b\x23\x66\ +\xd8\x01\xcf\x02\xaf\x00\xf9\x00\x4e\x4d\x63\x73\x4d\x0d\xeb\x2b\ +\x2a\x70\x85\xf9\xec\xdc\x1c\x94\x96\xc2\x32\x61\x0f\xb1\xe0\x72\ +\xb9\x58\xb5\x6a\x15\x85\x85\x85\x7c\xf1\xc5\x17\xe8\xba\x0e\xea\ +\x37\xed\x7a\x04\x66\x0e\xc3\xef\xd3\x6d\x3b\x2d\x02\x4b\x10\xad\ +\xf0\xb7\xc0\x73\x18\x6f\x41\xb1\xdb\xcd\x03\x0d\x0d\x54\x16\x14\ +\x44\x55\x96\xea\x53\x58\x98\xee\x18\x97\x0c\x2b\x56\xac\xa0\xae\ +\xae\x8e\xb1\xb1\x31\x7c\x3e\x1f\x80\x10\xf0\xb5\x76\x28\x6d\x85\ +\xff\x3e\x96\x86\x94\x91\x32\x81\x0f\x80\xab\x0f\x5e\x17\xf0\x67\ +\xe1\x7b\xab\x8a\x8b\x79\xa0\xa1\x81\x3c\x2b\x5e\x3b\x3f\x0f\x25\ +\x25\x70\x8b\xa4\x87\x54\xe0\x76\xbb\xf1\x7a\xbd\x4c\x4f\x4f\x33\ +\x35\x35\x15\xbe\x7d\xb7\x07\x6e\xff\x0a\xbc\xf3\x0e\xe8\xa9\xb4\ +\x97\xd2\x2f\x96\x20\xfa\xe1\x55\x94\x9a\x0b\x40\xe3\xca\x95\x6c\ +\xae\xad\x45\x4b\x24\xcf\x86\x42\x50\x5c\x9c\x4a\x77\xb7\x0c\x9a\ +\xa6\xb1\x6a\xd5\x2a\x82\xc1\x20\xd7\xae\x5d\x0b\xdf\xde\x90\x07\ +\x8d\xad\xf0\xf6\xb1\x14\x66\x72\x4a\x04\x6e\x85\x7f\x40\xa9\xbb\ +\x00\x34\x97\x97\xb3\xb1\xaa\x2a\xb9\x95\xd2\xe7\x53\x04\x5e\xa6\ +\x12\x45\x2c\x54\x55\x55\xe1\x70\x38\x18\x1d\x1d\x0d\xdf\x5a\xef\ +\x81\xb2\x4e\xf8\xaf\x64\xdb\x48\x9a\xc0\x9d\xf0\x43\xe0\x47\xe1\ +\xeb\x56\x8f\x87\x75\x15\x15\x49\x0f\x16\x00\xbf\x1f\x56\xac\x48\ +\xed\x99\x5b\x8c\xb0\xb6\x39\x36\x36\x16\xbe\xb5\x25\x95\x85\x2f\ +\x29\x02\x77\xc0\xc3\xc0\xbf\x61\x2c\x68\x8d\x2b\x57\x72\x67\x65\ +\x65\xea\xa3\x0d\x04\x20\x2f\x0f\x6c\xb2\x39\x2c\x15\x3c\x1e\x0f\ +\x81\x40\x80\xf1\xf1\x71\x00\x04\x7c\xb5\x1d\x4e\x75\xc2\xf9\x44\ +\xcf\x26\x94\x9d\xde\x82\x06\xe0\x3f\x30\x88\xbb\xaa\xb8\x98\x4d\ +\xd5\xd5\xe9\x8f\xf6\x8b\x2f\xd2\x7f\xf6\x16\x62\xc3\x86\x0d\xd4\ +\xd5\x45\xcc\x2a\x42\xc2\xab\x6f\xc0\xaa\x44\xcf\xc5\x25\xf0\x01\ +\x70\x85\xe0\x17\x18\x4a\x44\x89\xdb\xcd\x5d\x35\x35\x99\x69\x27\ +\x3e\x1f\x4c\x4c\x64\xd2\xc2\x2d\x81\x10\x82\x2d\x5b\xb6\xb0\x62\ +\x81\xc5\x95\x39\xa0\xf3\x80\xc9\x2c\x10\x0b\x71\x09\xbc\x02\x5e\ +\xc0\x50\x7f\x9d\x9a\xc6\xbd\x75\x75\x38\xec\x50\x18\xc6\xc6\x94\ +\x6c\xfc\x25\x83\xc3\xe1\xe0\xee\xbb\xef\x8e\x18\xfe\x81\xbb\x4b\ +\xe1\xc7\x71\x9f\xb1\x2a\xe8\x80\xb5\x42\xb1\x06\x07\xc0\xe6\x9a\ +\x1a\x2a\xa2\x95\x88\x74\xa1\xeb\x4a\x84\xb7\xab\xbd\x25\x84\xdb\ +\xed\xa6\xa0\xa0\xc0\xac\x56\xdf\xfb\x6d\x78\xeb\x30\x5c\x8d\x55\ +\x3f\xe6\x74\x94\x8a\xdf\xee\xc7\x98\xfe\x75\xc5\xc5\x34\x94\x94\ +\xd8\x3b\xd2\x6b\xd7\x20\xf5\xad\x9f\x65\x81\xfa\xfa\x7a\x6a\x6b\ +\x6b\xc3\x97\x39\x1a\xfc\xb3\x55\xdd\x98\xec\xb4\x13\x9e\x90\xf0\ +\x3a\x28\xab\xd8\xf6\xc6\x46\x0a\x5c\x71\x59\x4d\x7a\x28\x2b\x83\ +\xaa\xaa\x9b\x6e\xcb\x9c\x1c\xf4\x86\x06\x42\xb7\xdd\x86\xee\xf1\ +\x20\xcb\xca\x90\x85\x85\x48\x63\xdb\x48\xf8\xfd\x88\xe9\x69\xc4\ +\xf8\x38\xda\xe8\x28\x8e\xc1\x41\xb4\x81\x01\x84\x3f\x6b\x1b\x13\ +\x37\x61\x76\x76\x96\x23\x47\x8e\x44\xac\x70\x02\x76\xed\x50\x16\ +\xc5\x45\xb8\x89\xc0\xef\x82\xfb\x86\xda\x4e\xa9\x03\xb8\xb3\xb2\ +\x92\xa6\xb2\xb2\xec\x8c\x52\x08\x58\xbd\x1a\x72\x72\x40\x08\x42\ +\x6b\xd6\x10\xdc\xb8\x91\x60\x73\x73\xea\x0a\x49\x30\x88\xb3\xa7\ +\x07\x67\x57\x17\x8e\x8b\x17\x97\x84\xc7\xf7\xf4\xf4\x70\xfa\xf4\ +\xe9\xf0\xe5\xe0\x04\xac\xd9\x03\x01\x73\x9d\x9b\x78\xf0\x37\xe1\ +\x4f\x05\x3c\x06\x50\x94\x9b\xcb\x96\x9a\x9a\xec\x6e\xeb\x84\x42\ +\x04\xdb\xda\xf0\xed\xd8\x41\xa0\xad\x0d\xbd\xa2\x22\x3d\xcb\x9b\ +\xa6\xa1\x57\x54\x10\xdc\xb0\x81\x50\x4b\x0b\x62\x66\x06\x6d\x41\ +\x39\xc8\x0a\x4a\x4b\x4b\xb9\x74\xe9\x12\x7e\xf5\xe6\xac\xc8\x87\ +\xfe\x4e\x38\x65\xae\xb3\x88\x72\x86\xf3\xc7\x39\x60\x0d\xc0\x5d\ +\x77\xdd\x85\xb7\xb2\x52\xc9\xae\x33\x33\xb6\x0f\x50\xaf\xae\xc6\ +\xbf\x67\x0f\xa1\xf5\xeb\x6d\x6f\x1b\xc0\xd1\xd7\x47\xce\xaf\x7e\ +\x85\x66\x28\x08\xd9\x40\x7f\x7f\x3f\x1f\x7f\xfc\x71\xf8\xb2\xcf\ +\x03\xcd\xe6\xdd\x90\x45\x53\x45\xc0\xa3\x18\xc4\x2d\x28\x28\xa0\ +\xbe\xbe\x5e\x69\x5e\x5e\x2f\x34\x34\x40\x6e\xae\x6d\x03\x0b\xde\ +\x73\x0f\xf3\x2f\xbd\x94\x35\xe2\x02\x84\x1a\x1b\x99\x7f\xea\x29\ +\x82\x77\xde\x99\xb5\x3e\x1a\x1a\x1a\xc8\xcf\xcf\x0f\x5f\x36\x8e\ +\xc2\x0e\x73\xf9\x22\x16\xb1\x43\x49\x0e\xf5\x00\xeb\xd7\xaf\xa7\ +\xcc\xcc\x7b\x73\x72\x94\xe1\xdc\xe5\x52\x46\x74\x3d\x25\xab\xdd\ +\x02\x84\xc0\xbf\x73\x27\xfe\xef\x7f\x5f\xb5\x99\x6d\x38\x9d\x84\ +\xd6\xae\x05\x97\x0b\xc7\x67\xf6\xfb\x9c\x08\x21\xd0\x34\x8d\x91\ +\x91\x11\x75\x0d\x9e\x4e\xf8\xf7\x70\x79\x64\x06\x77\xc0\x6a\x0c\ +\xa5\xc2\xe5\x72\xe1\xf5\x7a\x63\xb7\xb8\x72\x25\xac\x59\xa3\xb6\ +\x82\x52\xb5\xef\x0a\x81\xef\x7b\xdf\x23\xd0\xde\x9e\x54\x75\x87\ +\x94\xb8\xa4\xc4\x2d\x25\x79\xba\x4e\xbe\x94\xe4\x1b\xdf\xdd\x46\ +\x99\x96\xe4\x62\x16\xb8\xff\x7e\xfc\x0f\x3f\xac\x16\x56\x9b\xe1\ +\xf5\x7a\xcd\xca\xc7\x03\x6f\x99\x3c\x96\xcc\x2c\x62\x37\x06\x4f\ +\xae\xab\xab\x8b\xbf\xb5\xae\x69\x6a\x9f\x6d\xf5\x6a\x25\x6a\x25\ +\x09\xff\x63\x8f\x11\xdc\xbe\x3d\x61\x3d\x97\x94\xe4\xeb\x3a\xb9\ +\x52\x92\x23\x25\x4e\x29\xd1\x00\x21\x25\xc2\xf8\xee\x34\xca\xf2\ +\x8c\xba\xc9\x08\x91\x81\x2d\x5b\xf0\x6f\xdd\x9a\xf4\x78\x93\x85\ +\xd3\xe9\x34\xcb\xc5\x22\x04\x8f\x87\x2f\x34\x88\x28\x16\x91\x9b\ +\x0d\x0d\x0d\xc9\xb6\xac\xe4\xd8\xd5\xab\xa1\xa8\x28\x6e\xd5\xe0\ +\x7d\xf7\x11\xf8\xd6\xb7\xe2\x37\x67\xcc\xd0\x1c\x29\x53\xb2\x77\ +\x08\x20\xc7\x98\xe1\xce\x04\x33\x3a\xf0\xd0\x43\x04\x37\x6c\x48\ +\xa1\xf5\xe4\x10\xf5\xc6\xef\x36\x68\xaa\x08\xdc\x09\xeb\x30\xa6\ +\x75\x7e\x7e\x3e\xe5\xa9\xee\x02\xbb\xdd\x50\x5f\xaf\x16\xc3\xbc\ +\xbc\x9b\x8a\xf5\xea\x6a\xfc\x4f\x3f\x1d\xbf\x09\x83\x15\x88\x0c\ +\xe4\x57\x61\xb4\xe1\x4e\xd0\x86\xff\xeb\x5f\x47\x2f\xb5\xcb\x91\ +\x53\xc1\xe3\xf1\x90\xb7\xf0\xdb\x57\x77\x42\x0b\x2c\xb0\x88\x6d\ +\xe1\x92\xea\xea\xea\xf4\xe5\xde\x82\x02\xb8\xfd\x76\x45\x6c\xd3\ +\x02\xe6\xdf\xb3\x07\x69\x21\x81\x08\x20\x4f\xd7\x13\xce\xbc\x54\ +\xe0\x34\xf8\xb4\xd5\xaf\x90\x6e\x37\xfe\x6f\x7c\xc3\xb6\xfe\x40\ +\x2d\x76\x55\x8b\xb5\xd2\x6d\xb0\x40\xe0\x08\x63\xf2\x78\x3c\x99\ +\xf7\x56\x54\xa4\xd8\x46\x75\x35\xc1\xfb\xef\x8f\x2b\x8a\xe5\x1a\ +\x3c\xd5\x6e\x68\x40\x6e\x1c\x49\x27\xd4\xd8\x48\xa8\xa5\xc5\xd6\ +\x3e\x2b\x16\xef\xf0\x6c\x05\xd0\x0c\xe5\xe2\xc1\xf0\x5d\x5b\x08\ +\x0c\x6a\xb5\x2e\x2b\x23\xf0\x9d\xef\x58\x56\x71\xeb\x7a\xd2\x52\ +\x40\x3a\xd0\x20\x2e\xbb\xf0\x6f\xdd\x6a\xab\x54\x11\x45\xe0\x87\ +\xf6\x82\xe6\x44\xb9\xe9\xaf\x04\xe5\x9f\x9b\x6b\xa3\x32\x11\x5a\ +\xb3\x06\xdd\x62\x6b\xc9\x29\x25\x29\x58\x1b\x2e\x00\x47\x81\x2b\ +\xc6\x75\x0d\xea\x15\x5c\x9d\xe8\x41\xa7\x94\x84\x80\x60\x0c\x42\ +\xea\x55\x55\x84\x1a\x1b\x95\xed\xc2\x06\xe4\xe6\xe6\x52\x5c\x5c\ +\x1c\xde\xee\x2f\x5d\x07\x77\x38\x8d\x98\x08\x40\x11\xd8\x4e\x04\ +\x37\x6e\xb4\x2c\x4b\x4a\xc5\x10\xe2\x18\x52\x3e\x2b\x5a\x5b\xff\ +\x10\xab\x58\x76\x77\xdf\x83\x94\x2f\x61\x7a\x03\x63\xf6\x25\x25\ +\x21\x21\x62\xee\xb5\x07\x37\x6d\xb2\x8d\xc0\xa0\x68\x18\xf6\xa7\ +\x90\xd0\xa4\xa1\x66\x30\xa0\x3c\x21\xed\x82\x74\xbb\x95\x55\x2c\ +\x06\x5c\x89\xa5\x05\x89\x94\xcf\xd1\xd2\xb2\xcd\x8a\xb8\x00\x62\ +\xed\xda\x13\xac\x5d\xfb\x10\x6a\xe7\xc5\xb2\x41\x01\x96\x8b\x68\ +\xb0\xb9\x59\x69\xa7\x36\x21\x8a\x86\xd9\x23\xb0\x5e\x5f\x6f\x69\ +\x72\x74\x25\xe2\xbb\x52\x3e\x2f\xd6\xad\xfb\x6b\x21\x44\x42\x06\ +\x2d\x84\x90\xa2\xb5\x75\x2f\xf0\x93\x78\xf5\x2c\xfb\x74\xb9\x08\ +\x25\x2b\xf7\x27\x81\x9b\x08\x2c\x4d\xae\xfd\x76\x12\x38\x74\xdb\ +\x6d\x31\xef\x3b\x12\x29\x11\x42\x1c\xa3\xb5\xf5\xa7\x29\x77\xb8\ +\x76\xed\x0b\xc0\x07\x96\xcd\x62\xbd\x01\x19\xb2\x32\x0b\xa4\x01\ +\x33\x0d\x25\xac\xd6\x80\xc8\x36\xa9\x5d\x31\x12\x00\xba\x85\x34\ +\x92\x50\x24\x93\xf2\xd9\x64\x66\x6e\x34\x84\x10\x12\x4d\x7b\x36\ +\x5e\x1d\x87\xc5\x2c\xb6\x1a\x6b\x3a\x88\xa2\xe1\x0a\x0d\x15\xe8\ +\x07\x60\x36\x58\x64\x0c\x69\xa1\x0d\x26\x20\xf0\xc5\x78\x3c\x37\ +\x11\x44\x4b\xcb\x47\x28\x89\x23\xa5\xbe\xad\xc6\x9a\x0e\x5c\x8b\ +\xf9\x79\x51\xf6\x08\xbc\x60\x23\x5d\x84\x04\x72\xef\xfb\x99\x77\ +\x2c\x7f\x6b\x55\x64\xd5\xb7\xb4\x71\x77\x3b\x8a\x86\x45\x1a\x50\ +\x18\x2e\xb0\x73\x6b\x48\x5a\xd9\x7a\xe3\xf5\x21\xe5\x50\xc6\x1d\ +\x0b\x91\x72\x1b\x96\x63\x4d\xab\x7b\x61\xb6\x44\x16\x2d\x2f\xb7\ +\x73\x21\xec\x18\xcf\x2d\x0d\x0f\x8e\x86\x86\x8a\xeb\x25\x18\x0c\ +\x22\x6d\x54\x5b\x2d\xb7\xd0\xe3\xf5\x21\x44\xad\x75\x61\xd2\xa8\ +\x4b\x5c\x25\xaa\x5b\x1b\xb7\xfb\xa5\x94\x84\x42\x91\x00\xd2\x69\ +\x0d\x98\x0e\x5f\xa5\x11\x03\x6c\x09\x61\xb1\x49\xaa\xc7\x67\x11\ +\xdb\xac\x0b\x93\x86\xa5\x45\xdd\xaa\x6f\xab\xb1\xa6\x83\x28\x1a\ +\x66\x91\xc0\x0b\x9e\xe1\x8b\x90\x60\x27\xaf\x51\x9e\x3b\x77\x6f\ +\xba\x7d\xca\x33\x67\xee\x23\x4e\x80\xb9\x55\xdf\xe2\x6a\x4c\xaf\ +\xa7\xb4\x10\x08\x2c\x72\x8b\x98\xd6\x80\xc9\xf0\x95\x11\xf8\x61\ +\x0b\xb4\x05\xaf\xf0\x45\x48\xb8\x55\xaa\xeb\xfb\xa4\x94\x29\xf3\ +\x51\x29\xa5\x86\x10\xfb\xe2\xd5\x09\x59\xcc\x60\x3b\xfd\x27\xa2\ +\x68\x38\xa9\xa1\xbc\x78\x00\x98\x9e\x9e\xbe\xe9\x81\x74\xe1\x18\ +\x1c\x8c\x79\xdf\xca\xe8\x62\xc2\x83\x74\x77\x3f\x97\x72\x87\xe7\ +\xce\xed\x05\xee\xb7\x2a\x96\x58\xff\x73\x1d\xfd\x19\xc7\x1b\x46\ +\x10\x45\xc3\x0b\x1a\x26\x2f\x6d\x3b\x09\xac\x0d\x0c\x58\x3a\xf7\ +\x05\x12\x7b\xee\x3c\x2f\xcf\x9e\xdd\x9b\xcc\x4c\x96\x52\x0a\xd9\ +\xdd\xfd\x13\xa4\xfc\x51\xbc\x7a\x01\x2b\xde\x1f\x08\xe0\xf8\xfc\ +\xf3\x44\xdd\x24\x8d\x28\x1a\x9e\xcf\x1a\x81\x85\xdf\x8f\xb3\xa7\ +\x27\x66\x59\x00\x90\xf1\x65\x6e\x01\x3c\x4f\x77\xf7\x31\x79\xfa\ +\x74\x9b\x55\x25\x79\xfa\x74\x1b\xdd\xdd\x1f\x20\xe5\x8f\x89\x23\ +\x9e\x49\x62\xdb\x83\x01\x35\xc6\xc5\x7c\x33\x23\x44\x13\xd8\x69\ +\xe4\xb8\x01\x60\x72\x72\x32\xc6\x23\xe9\xc3\xd9\xd5\x45\x70\xdd\ +\xba\x98\x65\x7e\x20\x09\xcb\xc7\x83\x68\xda\x87\xf2\xec\xd9\x3e\ +\xa4\x3c\x1a\x51\x22\xa4\xac\x43\x88\x6d\x24\x99\x31\xc5\xaf\x69\ +\x96\x6c\xc9\xd9\xd5\x95\x4c\x13\x49\x23\x2a\x19\xc8\x79\xa7\xa6\ +\x92\x09\x4d\x00\x2b\xa7\xa6\xa6\x98\x9f\x9f\xb7\x6d\x57\xc3\x71\ +\xf1\x22\xda\xc8\x08\x7a\x0c\x17\xd5\xa0\x10\x38\xb0\xb6\xd3\x46\ +\xa1\x11\x21\x16\x12\x7a\xa4\xa0\x71\x06\x85\xb0\x0c\x9b\xd7\x86\ +\x87\x71\xf4\xf5\x25\xdd\x56\x22\xcc\xcf\xcf\x9b\x83\x17\xc7\xbb\ +\xe1\x82\x66\xa4\x55\x89\xe8\xef\x63\x76\x7a\x24\x4a\x89\xeb\xd8\ +\x31\xcb\x62\x9f\x10\xf1\xe5\xe2\x0c\xa1\x1b\x7d\x58\x21\xe7\xe8\ +\x51\x5b\xdd\x5c\x47\x17\x4b\x4e\x47\xf7\x82\x1e\x76\x3c\x39\x1a\ +\xbe\x6b\x2b\x81\x01\x67\x77\x37\x8e\xde\x5e\xcb\xf2\x79\x21\x52\ +\x8b\x4d\x4d\x12\xba\x10\xcc\xc7\x59\x4c\x1d\x9f\x7e\x8a\xe3\xc8\ +\x11\x15\xe6\x6b\x13\xcc\x04\x16\x86\xe1\x2a\x4c\xe0\x88\x15\x6b\ +\x78\x78\xd8\x56\x95\x19\x20\xe7\xdd\x77\x11\x16\x32\xb6\x04\xe6\ +\x34\xcd\x72\x11\x4a\x07\x41\x21\x98\x8b\x23\x0e\x8a\x99\x19\xdc\ +\x07\x0e\xc0\x8d\x1b\xf0\xd9\x67\x70\xe5\x4a\xc6\x0b\x9d\x94\x32\ +\xe2\x00\x08\x10\x32\x26\xad\x06\xb0\x13\xce\x02\x7d\xa0\x5c\xe3\ +\xed\x9e\xc5\xda\xf8\x38\x39\xbf\xfc\x65\xdc\x3a\x3e\x21\xf0\x25\ +\x96\x91\xe3\x42\x02\x3e\x4d\x8b\xcb\x16\x00\x72\x5e\x79\x05\x11\ +\x8e\xd7\x93\x52\x85\x95\x5d\xb8\xa0\xfc\xa0\x43\xe9\x25\xa2\x1a\ +\x1d\x1d\x65\x6e\x6e\x2e\x7c\xd9\x1b\x4e\x4d\xa3\x01\x08\xd5\xcd\ +\xcf\xc2\xa5\x83\x16\x4a\x42\x26\x70\x9e\x39\x83\xeb\xb7\x96\xa6\ +\x5a\xc0\x98\x79\x9a\x86\x3f\x45\x42\x4b\xc0\x6f\x3c\x9b\x48\xd9\ +\x77\x75\x74\xe0\x3c\x7e\x3c\x46\x23\x12\xae\x5e\x85\x8b\x17\x61\ +\x7c\x3c\x65\xde\x6c\xa6\x99\x80\x83\xe1\xef\x11\x26\x25\xd5\x4d\ +\x09\x30\x34\x34\x64\xb6\x08\xd9\x86\x9c\xf7\xdf\xc7\x75\xf2\x64\ +\xdc\x3a\x12\xa5\x14\xcc\x6a\x5a\x84\xd8\x41\x63\x31\x94\xc6\x47\ +\x37\xee\x85\x89\x3a\xab\x69\x04\x92\xf8\xa7\xb8\xde\x7b\x8f\x9c\ +\x43\x87\xe2\x57\x0a\x06\x61\x78\x58\x11\x7a\x41\x22\x48\xf0\x48\ +\xd0\x1c\xd6\x25\x83\xa6\xc9\x1a\xb1\x0c\x1f\x86\x89\x1d\x2a\xc5\ +\x61\xbd\xae\xeb\xe4\xe5\xe5\x51\x6a\xb3\x83\x1c\x80\xa3\xb7\x17\ +\x11\x08\x10\x6a\xbc\x29\x8d\xda\x4d\x90\xa8\xc5\x2a\x64\x10\x34\ +\x60\x7c\x82\xc6\x3d\x3d\x85\x99\xee\x7a\xfb\x6d\x72\x5e\x7b\x2d\ +\xf9\x81\x86\x42\x8a\xc0\x37\x6e\x28\x3f\xbb\x38\x46\xf9\xbe\xbe\ +\x3e\xae\x5c\x09\xfb\xc4\xf0\xc1\xa3\xf0\x8f\xe1\x8b\xe8\x65\x76\ +\x7f\xf8\x4b\x4f\x4f\x4f\x38\xb5\x8a\xed\x70\xfd\xee\x77\xb8\xdf\ +\x7c\x13\x61\xe3\x0a\x6e\x05\x31\x37\x87\xfb\xe5\x97\xc9\x39\x78\ +\x30\x71\xe5\x58\x98\x9b\x83\x81\x01\x18\x1c\x54\x61\xc0\x51\xd0\ +\x75\x9d\x5e\x93\x94\x24\xe0\x5f\xcd\xe5\xd1\x21\x04\xdd\xc0\x2e\ +\xa0\x2c\x10\x08\x50\x58\x58\x68\x8e\xcd\xb5\x15\xda\xd8\x18\x8e\ +\xb3\x67\x91\xe5\xe5\xc8\x2c\xbc\x29\x00\x8e\x4f\x3e\x21\x77\xdf\ +\x3e\x1c\xe7\x6c\x48\x85\xe6\xf7\xab\xc5\xd0\xef\x87\xfc\xfc\x48\ +\x24\x54\x7f\x7f\x3f\x9f\x2f\xd8\x32\x2e\x02\x4f\x77\x9a\x9c\x60\ +\x16\x11\xb8\x13\x64\x3b\xcc\xa1\x32\x49\x31\x35\x35\x45\x63\x63\ +\x63\xd6\xc2\xb8\xc4\xdc\x1c\xce\x4f\x3f\xc5\x31\x3c\xac\x02\x0e\ +\x6d\xca\xeb\xa3\x0d\x0f\xe3\xde\xbf\x9f\x9c\x37\xde\xb0\xd5\x98\ +\x0e\x28\xb9\x79\x7c\x1c\x74\x1d\xdd\xed\xe6\xc4\xc9\x93\x66\x1b\ +\xf0\x5f\xb5\xc3\x22\xdd\xfb\x26\xca\x75\x28\xb7\xb1\x8b\x18\xa1\ +\xfa\xeb\xd7\xaf\xa7\xd9\xc2\x05\xca\x56\x08\x41\xa8\xb1\x91\xe0\ +\xa6\x4d\xe9\xb9\x33\x05\x02\x0b\x81\x88\x7d\x7d\x2a\xe0\x3c\xcb\ +\xa9\x13\xce\x8d\x8f\x73\x66\x41\xf6\x1d\x98\x80\x3b\xa2\x03\x11\ +\x63\x4e\xcd\x43\x2a\xfd\xec\x41\x50\x11\xe6\xdb\xb7\x6f\xa7\x60\ +\x29\x03\xb7\x0d\x77\xa6\x90\xd7\xab\x66\x76\x79\xf9\xcd\xa1\xb4\ +\x37\x6e\x20\xae\x5e\x55\xac\xa6\xbf\x5f\x99\x1c\xcd\xca\x82\xae\ +\x2b\x49\xc0\x46\x4b\x99\x19\xb3\x81\x00\x47\xfa\xfa\x08\x1a\xeb\ +\x94\x84\x9d\x3b\xa1\x23\xba\x5e\x4c\x02\x4b\x10\x9d\xf0\x3f\x18\ +\xfb\x5b\xb5\xb5\xb5\xb4\xb5\x59\x5a\x0d\x97\x2f\x26\x27\x61\x71\ +\xb2\x39\xdb\xf0\xe1\xa5\x4b\x5c\x59\x30\x4d\xfe\xba\x1d\xbe\x16\ +\xab\x5e\x4c\x65\x5d\x80\xd4\x55\xda\x2e\x1f\xc0\xe5\xcb\x97\x19\ +\x18\x18\xc8\xc6\x38\xb3\x8b\x92\x92\xac\xa4\xaf\xe9\x9f\x9c\x34\ +\x13\xd7\xaf\xc1\x5f\x5a\xd5\xb5\xb4\x86\x3c\xaa\xcc\x98\x7f\x1f\ +\xbe\xee\xea\xea\x32\x9b\xe2\xbe\x1c\x10\x22\x66\x34\x7f\x26\x98\ +\xf2\xf9\xe8\x32\xd9\x1c\x24\xbc\xf8\x08\xc4\xde\x59\x20\x81\xab\ +\x98\x07\xf6\xa2\x32\x46\x13\x0c\x06\xf9\xe8\xa3\x8f\xb2\xa2\xe1\ +\x65\x15\x85\x85\xb6\x25\xfe\x08\xea\x3a\x1f\x0d\x0d\x11\x5a\xd0\ +\x0f\x8e\x57\x40\x5c\x4f\xd0\xb8\x04\xde\x0a\xc1\x90\x92\x8b\xaf\ +\x81\x12\xdb\x4e\x9e\x3c\x69\xbb\xb5\x2d\xeb\xa8\xaa\xca\x38\x16\ +\x43\x02\x27\xaf\x5c\x61\x6a\x41\xd9\x18\x03\x76\x25\x4a\x83\x9b\ +\x70\xf7\x71\x17\x5c\x02\x9e\xc4\x64\xa7\xe8\xb2\x79\x9b\x25\xeb\ +\xc8\xcd\xcd\x38\xeb\xe0\x27\xc3\xc3\x5c\x5e\x60\x91\x3a\xf0\x44\ +\x3b\x24\x5c\x41\x93\x0a\x36\xee\x84\x0b\x3b\x60\x16\xf8\x2a\xc0\ +\xc4\xc4\x04\x42\x08\xfb\x22\x92\x96\x02\xb9\xb9\x69\x67\xbb\x3a\ +\x3b\x36\x46\xef\x62\x47\x9a\x67\xda\x4d\x16\xb3\x78\x48\x25\xf3\ +\xdf\xef\xdb\x95\x27\x66\x1b\xa8\x9d\x0f\x5d\xd7\xa9\x4c\x27\x41\ +\xdd\xad\x80\xc3\xa1\x0c\x38\x0b\x36\xdb\xa4\xd0\x73\xf5\x2a\x67\ +\x17\xdb\xc7\xf7\xb5\x27\xe0\xbb\x66\xa4\xc4\x98\x24\x88\x0e\x78\ +\x55\xc0\x77\xc3\xf7\xbc\x5e\x2f\x9b\x37\x6f\xce\x7a\xb2\x7b\x5b\ +\x10\x0a\x29\xc3\x7a\x12\x0b\xb5\x04\xba\x86\x87\xe9\x33\xcd\x7a\ +\x09\x3f\x6f\x87\xdd\xa9\x24\xd3\x4f\xc9\x5d\x54\x80\x9c\x84\x3d\ +\x98\x5e\x8f\x81\x81\x01\x4e\x9c\x38\xf1\xe5\x90\x2e\x1c\x8e\xa4\ +\xb2\x71\x87\xa5\x05\x33\x71\x05\xbc\x5e\x01\x7f\x92\xea\x49\x05\ +\x29\x27\xf4\x7d\x07\xf4\x0e\x78\xfb\x1c\xe4\x62\xb8\x2a\x4d\x4d\ +\x4d\x31\x34\x34\x84\xc7\xe3\xb1\x35\x90\x31\x2b\xc8\xcd\x85\xeb\ +\xd7\x2d\x13\x8a\x4c\xfb\x7c\x1c\xff\xfc\x73\xc6\x4c\xa7\x14\x08\ +\xf8\xa7\xb3\xf0\xf4\x77\xd3\x38\xd8\x24\xa3\xf7\xfa\x10\x3c\x23\ +\x54\x26\x6c\x01\xca\x4b\x7e\xd3\xa6\x4d\xd6\xc9\x3c\x96\x0b\x2c\ +\x54\xe8\x81\xc9\x49\x3e\x19\x19\x31\xcb\xb9\xba\x84\x67\x76\xc2\ +\xcb\xe9\x76\x65\x47\x92\xfc\x87\x51\x39\xd6\x22\x99\x39\x6a\x6a\ +\x6a\xd8\xb4\x69\x93\x39\x97\xcd\xf2\x82\x94\x6a\x37\xd9\x30\xf8\ +\xcf\x04\x02\x9c\x1a\x19\x31\xab\xbf\xa0\xe4\xdc\x27\xda\xe1\xbd\ +\x4c\xba\xb2\x65\x65\x7a\x0b\xea\x42\xf0\x06\x26\xef\x46\x87\xc3\ +\x41\x53\x53\x13\x2d\x2d\x2d\xcb\xe6\xfc\x8c\x45\x98\x99\x41\xef\ +\xef\xa7\x6f\x62\x82\x33\xa3\xa3\x11\xab\x98\x81\xe3\xc0\xae\x64\ +\xe4\xdc\x44\xb0\x6d\xe9\x37\x0e\x84\x7a\x4e\xaa\x73\x8b\x22\x1b\ +\x58\x85\x85\x85\x34\x37\x37\xd3\xd0\xd0\xb0\x6c\x08\x1d\x3e\xa8\ +\xe4\xdc\xe9\xd3\xcc\x2c\xde\x06\xf2\x49\xd8\x57\x01\x3f\x5d\x56\ +\x07\x95\x98\x71\x18\x9a\x8d\xa3\x76\x16\x85\x03\xe4\xe7\xe7\xd3\ +\xd4\xd4\x14\x9d\x40\x68\x49\x11\x0c\x06\x19\x18\x18\xb0\x3a\x6a\ +\xe7\xd7\x3a\xfc\x85\x61\xe4\xb2\x0d\x59\x13\x5e\x0f\xc1\x2e\x01\ +\x2f\xa2\x12\x3c\x47\x10\x4e\x20\xe4\xf5\x7a\xf1\x78\x3c\x4b\x72\ +\x58\xd4\xe8\xe8\x28\x83\x83\x83\x5c\xbe\x7c\x39\x56\x98\xc4\x80\ +\x84\x1f\xc4\x32\x96\xdb\x81\xac\xfe\xba\x03\xe0\x2a\x85\xc7\xa5\ +\xca\xff\xbe\x26\xba\x3c\x2f\x2f\x8f\xaa\xaa\x2a\x2a\x2a\x2a\xa8\ +\xa8\xa8\xb0\x4d\xc4\x9b\x9f\x9f\x5f\x74\xdc\xd9\x5c\x6c\xed\xad\ +\x17\x78\x71\x02\x7e\x1e\xbd\xcd\x63\x27\x96\x44\xfd\xea\x00\x87\ +\x84\x76\xa1\x4e\x30\xb8\xdf\xaa\xdf\xe2\xe2\xe2\xc8\x81\x7d\xc5\ +\xc5\xc5\x14\x16\x16\xe2\x76\xbb\x71\x3a\x9d\x31\x0f\xec\x0b\x06\ +\x83\x31\x0f\xec\x8b\x63\xb7\x96\xc0\x71\x01\xfb\xcf\x42\xc7\xde\ +\x14\xcf\xc4\x48\x07\x4b\xae\xdf\x76\xc0\x6d\xa8\x1c\x6d\xbb\x49\ +\x22\x63\x89\x19\x19\x1c\x39\xd9\x2b\xe1\x67\x3a\x1c\xdc\x05\x03\ +\xa9\x3e\x9c\x09\x6e\xa9\x01\x21\xea\xd0\xd4\x6d\x98\x64\xe9\x0c\ +\x31\x0d\xfc\xe1\xff\xe5\xa1\xa9\x56\xd8\x0b\xda\x5a\x58\x23\xa1\ +\x45\x83\x3b\x80\x26\xa9\xfe\x16\x19\x9f\x15\x18\x71\xd5\xa8\xe8\ +\xd4\x49\x14\x21\xa7\x81\xf3\xc2\x38\xf6\x57\x42\x4f\x37\x5c\xd8\ +\xbb\x04\xaf\x7f\x32\xf8\x3f\x49\x6b\xaa\xf0\x86\xbf\x33\x60\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x40\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xbd\x49\x44\ +\x41\x54\x38\x8d\xad\xd4\x31\x4b\x23\x41\x18\x06\xe0\xf7\x9b\x9d\ +\xdd\x6c\x62\xc2\x9a\x90\x4d\x30\x28\x1c\x5e\x21\x2a\x58\x89\x85\ +\x85\xa0\x9d\x57\x1c\x5c\x73\xbf\xc7\xc2\xff\x61\x20\x88\x85\xd7\ +\x78\x16\xc7\x9d\x88\xda\x29\x42\x10\x2c\xac\x3c\x38\x24\x8a\x9b\ +\x80\x17\x48\x72\x21\x9b\x99\xb1\x30\x59\x5d\x63\xe2\x65\xb3\x6f\ +\x35\xdf\xcc\xce\xc3\xec\xcc\xce\x12\x3a\xb9\x3c\xdd\xcb\xc6\x53\ +\xc9\x75\xdb\xce\x6d\x21\x40\x88\xd1\xd2\x98\xf5\xf1\xbc\x5b\x73\ +\x00\xb8\x3c\xdc\x5c\x6e\xb7\xee\xbe\x54\xff\xe2\x93\x6d\xe7\x82\ +\xb8\x3d\xe1\x00\xa0\x18\x5b\x23\x55\x5f\x7e\x39\xd0\xa8\xd7\x20\ +\xa5\xf0\x6a\x23\x12\x81\x61\x98\xc3\xc1\x6f\x45\x48\x01\x21\x9e\ +\x61\x2e\xe5\x10\xeb\x05\x78\xf9\x57\x66\xef\x01\xbf\xa9\x81\x59\ +\xdf\x40\x22\x61\x0d\x05\xf5\xc0\x00\x3e\x93\x72\x8f\x5f\x0f\x38\ +\xce\x2d\xda\xc2\x1d\x3c\x99\xeb\xc8\xf4\x39\x93\xbe\x5b\x91\xb6\ +\x27\x80\xf7\x5e\x9f\x31\xaf\xe9\x3a\xfb\x1f\x9c\x23\xfb\x2a\xb3\ +\x5a\xae\x01\x00\xeb\x3b\x09\x6a\x30\xfa\xea\x19\x51\xf9\xb1\xc1\ +\x5a\x94\xef\xd6\x7d\x57\x5c\x76\x6e\xe1\xba\x83\xb7\x42\xd7\x75\ +\x64\xb3\x93\xcf\x1d\x84\xf8\xbb\xb0\x6f\x42\x80\xf8\x60\x05\x01\ +\xe1\x6c\x9f\x2b\x6a\x69\xc3\x42\x8c\x43\x49\x6b\x66\xfc\xa1\xb8\ +\x78\x00\xa8\x92\x0f\x8e\xe0\xbe\x22\xeb\x67\x2b\x81\x96\xa8\x69\ +\x60\x5a\xa2\x53\xd0\x85\xef\xf0\x92\x5a\x31\x1d\x08\xed\x4d\xc1\ +\x83\x35\xd5\x94\x26\x95\xe6\x42\x40\x45\x5b\x8a\x1d\x0f\x8e\x6a\ +\x15\x31\xe8\xe9\xff\x0d\x01\x07\xf6\xe2\xcf\xbb\x27\x58\x29\x65\ +\x45\xff\x4c\x87\x01\x4b\x42\x01\xe8\x5c\x10\x93\xdd\xb4\x38\x6b\ +\x4e\x8d\xce\x52\xad\x6d\x34\xbe\x7b\x70\x4c\xaf\xc6\x46\x47\x01\ +\x28\xf5\x2d\x33\x7f\xec\x5d\xe9\x06\x33\xd3\x0b\x61\xb8\x04\x55\ +\xe8\xb6\x19\xb8\x59\x04\xe3\xa3\xfd\x23\x9f\x52\xb2\xae\xe3\x27\ +\x1e\xcc\xa3\x39\x23\x04\x14\x04\x14\xe8\xeb\xae\xf7\x65\x31\x98\ +\xa9\x30\x2e\xc5\x3f\xa6\xc9\xfc\xcb\x8e\x47\x19\xd5\x84\xc9\xfe\ +\x45\x61\xfc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0a\x8c\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x18\x83\x00\x00\x18\x83\ +\x01\x24\xeb\x9b\x3b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0a\x09\x49\x44\ +\x41\x54\x78\x9c\xed\x9c\x7b\x70\x15\xe5\x19\x87\x9f\x77\xf7\x9c\ +\x03\x24\x90\x70\x15\x18\xaf\x20\xd1\x58\x3a\x6a\x5b\x0b\x33\xd6\ +\xaa\x5c\x2c\x26\x40\x45\x9c\x84\xbb\x28\xad\x97\xd6\xd2\x0e\x62\ +\x07\x67\x2c\x70\x90\x56\x1d\x95\x69\x8b\x3a\x76\x5a\xa5\x50\xb0\ +\x08\x41\xad\x10\x48\x50\x42\x74\x42\xad\xf1\x52\xef\x02\x82\xd2\ +\x6a\xab\xd0\x66\x88\xc1\x24\x84\x73\xce\xee\xdb\x3f\xca\x41\xc0\ +\x24\xe7\xb2\xbb\x67\x17\x86\xe7\xbf\xec\xf9\xbe\xdf\xf7\xce\x93\ +\x93\xec\xee\xb7\xdf\x7e\xc2\x29\xd2\x26\x1a\x8d\x1a\x75\x17\xef\ +\x2a\x03\x29\x03\x19\x06\xda\x5f\x85\x26\x43\xf9\xc8\x46\x37\x88\ +\xd8\x8f\xd5\x5c\xb3\x7a\xdf\xd1\x7d\xc4\xaf\x62\x4f\x34\x46\x3d\ +\x7b\xfd\x85\xa8\xbd\x12\xb8\xb0\x93\x66\xcd\x20\x77\xd5\x4c\x58\ +\xb9\x34\x79\xe0\x94\xe0\x34\xb8\xea\xe9\x19\x57\xd8\x86\x56\x02\ +\xdd\xd3\x69\xaf\xc2\xa3\x5b\xaf\x59\xf5\x63\x38\x25\x38\x25\x23\ +\x9f\x9a\x7a\xb6\x98\xc6\xeb\x40\x9f\xcc\x7a\xca\xcf\x6a\x26\xac\ +\x5c\x7a\x4a\x70\x0a\x46\xfd\x65\xfa\x6a\x60\x72\x16\x5d\x9b\xad\ +\x70\xa8\xc8\x74\xbb\xa0\x93\x89\x31\x4f\x4d\x1f\x68\x1b\x3c\x4e\ +\x76\x7f\xe9\x11\xc3\xb6\x1b\x0d\xb7\x8b\x3a\x99\x48\x18\x52\x0a\ +\x38\x70\xa4\xe3\x4e\x09\xee\x04\x15\x86\x38\xeb\x2f\x43\x42\x6e\ +\x14\xf2\xfe\xf4\x31\x03\xc5\x32\x67\x62\x70\xa1\x82\x25\xaa\xf5\ +\xd2\x35\xbc\xa2\x78\xd9\xfa\x2f\xdc\xc8\xf7\x0b\x43\xb5\xbb\x3a\ +\x38\x4b\x89\xd2\xc3\xf1\x37\x78\xfb\xd4\xb1\x13\xc5\x36\x77\x21\ +\xdc\x8b\x32\x45\x94\xe9\x20\x0f\x69\x5b\x62\xe7\x7b\x93\x4b\x87\ +\x3b\xcd\xf7\x15\x43\xf6\xa5\x6e\xd4\x19\xba\xd7\x91\xe0\x1d\x93\ +\x4b\x2f\x01\x5d\x0d\xe4\xb7\xf3\xf1\x40\xc3\xa0\xf2\xfd\xe9\x63\ +\x06\x3a\x19\xc3\x57\x94\x57\x9d\x05\x18\xf5\x8e\x04\xab\x49\x14\ +\x88\x74\xd2\xa4\xaf\x58\xa1\xb9\x4e\xc6\xf0\x93\x5e\xb1\xb6\x5a\ +\x12\xb4\x66\xdb\x5f\x54\x2b\xb2\x16\xac\x20\x28\xa3\xd2\x68\x39\ +\x3a\xdb\x31\xfc\xa6\xe1\x8f\xdd\xef\xa2\xde\xc8\xcb\xb2\xfb\x1b\ +\x97\xbd\x35\xe4\x99\xac\x05\xef\x2e\x29\x89\x00\x5d\x53\x36\x14\ +\x0a\xb3\x1d\xc3\x4f\x46\x94\xdc\xb8\x48\x44\x17\xe8\x7b\x06\xfa\ +\x71\xc6\x67\xba\x2f\x4c\x5b\xae\x8f\x46\xa3\x76\xd6\x82\x8b\xaa\ +\xaa\x0e\x01\x1f\xa7\xd1\xf4\x83\x6c\xc7\xf0\x8b\xa4\xdc\xe4\xcf\ +\xb2\xd5\x6c\xa5\x55\x5e\x49\xb3\x7b\x03\x30\xf6\xb9\x89\x2b\xdf\ +\x05\x47\x17\xd1\x20\xc8\x8a\x54\x6d\xaa\xdb\xf2\x0f\x38\x19\x23\ +\xd7\x1c\x2f\x17\x68\x91\x04\x63\x7b\x87\xda\x2e\x15\xd5\x9f\xaa\ +\xf0\xdf\x0e\xba\xda\x82\xae\xb4\x2c\xfd\x46\xcd\x84\x55\x75\xc9\ +\x83\x8e\xe6\x22\x5e\xbb\x79\x7c\x5e\x7e\x73\xa2\x0e\xe4\x9b\xed\ +\x7d\xfe\x66\xbc\x0b\x8f\xb5\x14\x62\x2b\x0b\x6a\xab\x96\x2f\x76\ +\x32\x56\x2e\x68\x4f\xae\x61\x30\x6e\x4b\xe5\xf2\x17\x92\x07\xca\ +\xd6\x96\x45\xf6\x77\xe9\x72\x85\x20\xc3\x55\xed\x01\x20\x4d\x22\ +\xfa\xa1\x62\x6f\x3c\x7e\x2e\x18\x5c\x98\x4d\xdb\x35\xad\xa4\xc0\ +\x52\x59\xa2\x70\x3d\x87\xaf\x28\x6c\x68\x7d\xee\x50\x5e\x68\xe3\ +\xc1\xfc\x88\x7d\x78\x08\x11\x5d\x58\xb3\x71\xc5\xdd\x4e\xc7\xf3\ +\x8a\x74\xe4\x66\x83\x6b\xb3\x69\xbb\xa6\x95\x14\x24\x2c\xe3\xeb\ +\x86\x69\xc5\x23\xe1\xb6\x77\x6e\xda\x3b\xf8\x12\xdb\xb4\xaa\x50\ +\x39\x32\x87\x1a\x54\xc9\x5e\xc9\x05\x8f\xe7\x83\x47\x5f\x3d\xeb\ +\xb2\xa0\x4b\xf6\x52\x2e\x80\xa7\xd3\x95\x1f\xed\x7e\xe3\xe3\x73\ +\xcf\xfd\x56\x9d\x1a\x76\x39\xc8\xe1\x1b\x12\x19\x31\xf8\xbc\x8b\ +\x74\xcf\xae\xb7\x5e\xf4\x72\xec\x74\xf0\x5a\x2e\x78\x2c\x18\x82\ +\x2b\x39\x17\x72\x21\x07\x82\xa1\x63\xc9\x83\x8a\x2e\x66\xcf\xae\ +\x37\x73\x2e\x39\x57\x72\x21\x47\x82\xa1\x23\xc9\x5c\x99\x6b\xc9\ +\xb9\x94\x0b\x39\x14\x0c\xfe\x4b\xce\xb5\x5c\xc8\xb1\x60\xf0\x4f\ +\xb2\x1f\x72\xc1\x07\xc1\x90\x7b\xc9\x7e\xc9\x05\x9f\x04\x43\xee\ +\x24\xfb\x29\x17\x02\xb0\xf0\xa4\xbd\x9b\x11\x20\xba\x75\xd3\xf2\ +\x45\x47\xb7\x2b\x99\xbd\xaa\xc0\xd4\x48\x89\xa2\xdf\x41\xe4\x74\ +\x81\x9e\x0a\x9f\x0b\xf2\x2f\x55\xb6\x99\x79\x91\xea\xf5\xf7\x5f\ +\x73\xcc\x33\x40\xbf\xe5\x42\x00\x04\x43\xe7\x92\x4b\x66\x3f\x75\ +\x86\x21\x56\x14\x65\x06\x9d\x3f\x3d\x39\x84\xb2\x22\x11\x32\xa3\ +\x9b\x7f\x73\xdd\x67\x41\x90\x0b\x01\x11\x0c\xed\x4b\x0e\xf7\xfd\ +\xda\xfa\x50\xe1\x39\x57\x01\xdd\x32\x88\x6a\x49\x34\xee\x79\x3e\ +\xbe\x7f\xfb\x84\xa3\x8f\xf9\x21\x17\x02\x24\x18\x8e\x95\x1c\xee\ +\x53\x4c\xa8\xe7\xe0\xac\xb3\xe2\x8d\x1f\x92\xd8\xbf\x13\x7c\x94\ +\x0b\x3e\x9e\xe4\xda\x23\x79\xe2\x33\xfb\x0c\x9e\x16\xee\x55\xe4\ +\x68\xcd\x86\xd9\xad\x37\x68\x22\x46\xec\xf3\x52\xbf\xe4\x02\xb8\ +\xb2\xf0\xc4\x4d\xc2\x43\xc6\xa8\x21\x84\x5d\xc9\xea\x5d\x6c\x1a\ +\xfd\xce\x6f\x81\xe5\x6e\xc4\x65\x45\xe0\x96\x4e\x19\x22\xf7\x83\ +\xb8\x53\x97\x88\x69\x5b\xc6\x83\xae\x64\x65\x49\xa0\x04\x8f\x9d\ +\xbd\x66\x34\x70\xa9\xab\xa1\xc2\xe5\x63\x67\x57\x7c\xd7\xd5\xcc\ +\x0c\x08\x94\x60\x15\xe3\x3a\x6f\x92\xed\x89\xde\xe4\xa6\x26\x50\ +\x82\x45\xf5\x6a\x4f\x72\x91\x12\x2f\x72\xd3\x21\x30\x82\xcb\xca\ +\xd6\x9a\xc0\x99\x5e\x64\x2b\x0c\x02\x27\xeb\x24\xb3\x27\x30\x82\ +\x0f\x9c\x6e\x9e\x86\x77\x97\x8d\x91\x6b\x6f\x7b\xa6\xb7\x47\xd9\ +\x9d\x12\x18\xc1\xa1\x43\x6d\x6d\x9e\xe6\x6b\xe2\x90\x97\xf9\x1d\ +\x11\xa8\x3b\xb9\xb1\xb3\xd7\xb6\x92\xd9\x6d\x71\xba\x34\x6d\x7c\ +\xa8\xbc\xa7\x07\xb9\x29\x09\xcc\x37\xf8\x30\xef\x7b\x94\xfb\x9e\ +\x47\xb9\x29\x09\x9a\xe0\xf5\x5e\x84\x8a\xca\xb3\x5e\xe4\xa6\x43\ +\xa0\x04\xab\x6d\x3f\x09\x58\x2e\xc7\xc6\x05\xad\x70\x39\x33\x6d\ +\x02\x25\x78\xd3\x23\x93\x3f\x40\xdc\x9d\x38\x10\xe4\xf7\x1b\x1e\ +\x2e\xdf\xe3\x66\x66\x26\x04\x4a\x30\x40\xc2\x30\xe7\xab\x9d\x68\ +\x71\x23\x4b\xed\xc4\x01\x0b\x5d\x94\xba\xa5\x77\x04\x4e\x70\x6c\ +\x67\xe5\xad\xb1\x4f\x5f\xcd\x47\x6d\x67\x41\x6a\x13\xfb\xf4\x95\ +\x82\xd8\x47\x1b\x7f\xe4\x4e\x65\xd9\x11\xa8\xf9\xe0\x23\xcb\xf6\ +\xad\x36\xec\xb6\xcf\x31\xf3\xfb\xab\x88\x91\xf1\xa5\xa4\x5a\x71\ +\x8d\xed\x7d\x5d\xec\xb6\x46\xfc\x5e\xa6\x15\x18\xc1\xc7\x3f\x43\ +\xd3\x44\x6b\x8b\x6a\xec\x07\x66\x5e\xff\xd3\x80\xb3\x32\x88\xaa\ +\xb5\xf6\xef\xbc\xd3\x6a\xf9\xb4\x24\x08\x6b\xe1\x02\x71\xa3\x91\ +\xea\x01\xe5\xb8\xd9\x6b\xc6\x2b\x72\x1b\x30\x82\xf6\x1f\x7c\x1e\ +\x12\xd8\x8a\xe8\xc3\x95\x4b\x27\x6d\x82\xe0\x2c\x9d\xf5\x5d\x70\ +\x26\x4f\x7f\x47\xdf\xbc\xb6\xd0\x8c\xff\xa7\x4c\x5b\xf7\xfe\x01\ +\x33\x02\x56\x0c\xc9\xeb\x3f\xab\x4b\xbf\xb3\xd6\x1d\xff\xc8\x1e\ +\x82\x21\xd9\x57\xc1\xd9\x3c\x5a\x1f\x31\x66\xe6\x50\x31\xe5\xdd\ +\xe4\xcf\x6a\x1b\xc5\xb5\xd5\xcb\x76\x76\xd4\xde\x6f\xc9\xbe\x5d\ +\x45\xe4\x6a\xdd\xc2\x96\xea\x65\xdb\x0c\xcb\x2c\x41\xb4\x39\x79\ +\x4c\x55\x16\x8d\x1a\x3b\x73\x41\x67\xfd\xdc\xc2\x17\xc1\xb9\x5e\ +\x14\xd2\x91\xe4\x91\xa5\x37\x2c\xf4\x62\xbc\xa3\xc9\xb9\x60\xbf\ +\x56\xdc\xb4\x27\x19\x88\x7a\x2d\x39\xa7\x82\xfd\x5e\xce\x74\x44\ +\x32\x1c\x7d\x42\xf4\x54\x72\xce\x04\xfb\x2d\x37\xc9\x96\xea\x65\ +\xdb\x0c\xdb\x28\x25\x47\x92\x73\x22\x38\x28\x72\x93\xe4\x52\xb2\ +\xe7\x82\x83\x26\x37\x49\xae\x24\x7b\x2a\x38\xa8\x72\x93\xe4\x42\ +\xb2\x67\x6b\xd3\x82\x2e\x37\xc9\x96\xea\x65\xdb\x46\x5f\x3d\xab\ +\xd4\x36\xec\x4d\x40\x8f\xc3\x87\xa3\x63\xc6\xcf\x30\x56\xfd\xe4\ +\xb9\x57\x11\x1d\x26\xa2\x62\xdb\xbc\xd5\x64\x15\x6e\x28\x2a\xdd\ +\x9d\xd1\xc3\x53\x4f\xbe\xc1\x27\x8a\xdc\x24\xc7\x7f\x93\x07\xf6\ +\x6a\xe1\x9e\xa9\x2f\x2d\x40\x74\x03\x30\x5f\x55\x7e\x21\x22\x15\ +\x3d\x43\x07\xb6\x37\x6c\x19\xf0\xed\x4c\xb2\x5d\x17\x7c\xa2\xc9\ +\x4d\x92\x94\x5c\xd0\x2d\xd6\x3c\x7f\x62\x3d\x67\xf5\x69\x77\x47\ +\xb2\x41\x6a\xeb\xe6\xcf\xaa\x06\x9c\x93\x6e\xae\xab\x82\x4f\x54\ +\xb9\x49\xb6\x54\x2f\xdb\xb6\x60\x62\xfd\x33\x7d\x7a\x74\xb6\x44\ +\x43\x7b\x99\xa6\x1d\x4d\x37\xd3\x35\xc1\x27\xba\xdc\x24\x67\xf6\ +\xfd\xe2\xa2\x34\x9a\x8d\x4b\x37\xcf\x15\xc1\x27\x8b\x5c\x00\x84\ +\x7e\xa9\x9b\xd0\x5b\x6b\xd3\xbb\x40\x70\x2c\xf8\xa4\x92\xfb\x7f\ +\xd2\xd9\xe8\xe9\xdf\x32\x82\x44\x3a\x61\x5f\xf9\x2d\x4c\xdb\xb5\ +\xaa\x20\x61\x45\xa6\x81\x8c\x07\x06\x29\x14\x0a\xec\x03\xea\x0d\ +\x74\xed\xea\xe2\xf2\xad\xc9\xb6\x27\xa1\x5c\x50\x59\x83\x68\xe7\ +\x5b\x42\x2a\x4f\xa6\x1b\x77\x8c\xe0\xc9\x3b\xd7\xce\x48\x58\xb2\ +\x04\xbe\xfc\x33\x39\x3c\x23\x3f\x10\xb8\xd8\x46\x6e\x99\xb4\xa3\ +\xe2\x05\x1b\x9d\xd5\x30\xa7\xea\x86\x93\x4e\x2e\xd0\x1c\xe9\xf6\ +\x68\xf7\x78\xcb\x14\x90\x8e\x2e\xc7\x76\x87\xe3\x87\xee\x49\x37\ +\xef\xc8\xbf\x88\x49\x3b\xd6\xfd\x52\x55\xfe\x04\x29\xff\x07\x5d\ +\x29\x31\x7d\x37\x7c\x66\xc1\x49\x27\x17\x60\xd0\x88\x7f\xb4\x85\ +\xc2\xf1\xef\x81\x3e\x09\xe8\x31\x1f\x2a\xd5\xd8\xf6\xe5\x3d\xc7\ +\x35\x35\xa6\x9b\x27\x00\xe5\x3b\xd6\xcd\x12\xf4\xf1\x4c\x0a\xb1\ +\x9b\xda\x68\x5c\x52\x87\xdd\x1c\xcb\x99\xdc\x79\xf7\x3d\x5f\xd8\ +\xb8\x7f\xff\x0f\x5b\x9a\x3e\x7b\xd0\x0c\x77\xc5\x8a\xb7\x51\xd0\ +\x63\xc0\x9c\x1e\xfd\xce\x78\xfc\xfe\x79\x97\xb9\xbe\x95\x6e\x63\ +\xcd\xc0\xb3\xe3\x76\x62\xb8\x60\x84\x10\xeb\xb5\x7e\xa3\x1b\x32\ +\xde\x64\x4f\xa6\xbe\xfd\x44\x2f\x2b\x12\xd9\x0d\x64\xbc\x40\xf9\ +\x60\xfd\x27\x89\xd6\x8a\xb7\xaf\xf2\x5a\xee\xbc\xfb\x9e\x2f\x4c\ +\xc4\x43\xf3\x81\xdb\x68\x7f\x3b\xc7\x83\x0a\x4b\x43\x91\xf0\xaf\ +\xbc\x10\xed\x04\x23\x11\x89\xdc\x44\x16\x72\x01\xba\x0d\x3f\x43\ +\x7a\x3c\xf0\xfd\x77\x5c\xae\xe9\x18\xe6\x44\x6b\x87\x24\x62\xa1\ +\x97\x81\xb9\x74\xbc\x57\x66\x37\x81\x79\x56\x2c\xfe\xb7\x3b\x16\ +\xbf\x38\xc8\xcb\x7a\x32\xc5\x30\x60\x7c\xf6\xdd\xc5\x0c\x8b\xed\ +\xd9\x0b\x26\x73\xa2\xd5\xbd\x8d\x10\x55\x08\xc5\x69\x76\x19\xaa\ +\xaa\xd5\x77\xde\x5b\xd7\xcb\xab\x9a\x32\xc5\x50\xd2\x2e\xbe\xfd\ +\x00\xf4\x7c\xb7\x8a\xf9\x4a\xb6\xd9\x65\x29\x9a\xe1\x3e\xea\xa2\ +\xe7\xc5\x2d\xcb\xd7\x97\x0f\x8f\xc6\xe0\xcb\x29\xba\xac\x50\x11\ +\x4f\x96\xe6\xcf\xbd\xa7\xb6\x18\x74\x4a\x56\x9d\x55\x67\xfe\x7c\ +\x71\xcd\xb9\x2e\x97\x94\x15\x86\xd2\xe1\x6e\xa2\x69\xa1\xaa\x0e\ +\xf7\x39\xef\x20\xd7\x92\x32\x07\xaf\xd4\x9a\x8a\xe9\xdb\xcb\x87\ +\x47\x63\x00\x7f\x77\x14\x60\xe8\x1b\x2e\xd5\x72\x0c\x82\x0e\x73\ +\xd2\x5f\x1d\xf6\x77\x0b\xc3\x10\x5d\xe7\xa0\x7f\x63\xd7\x70\x4b\ +\x8d\x6b\xd5\x1c\x4b\xca\x49\x97\x14\x0c\x70\xa5\x0a\x87\x18\xd6\ +\x79\xfc\x19\x64\x7b\x76\xdd\xf5\xde\xe5\x83\x6e\xf4\xea\xfd\x36\ +\x67\xd7\xb3\x4a\x93\x4b\x75\x38\xc2\xa8\x90\x72\xcb\x56\x7b\x06\ +\x64\xba\xdb\xbe\xfe\xd5\xb6\xf8\xad\x27\x55\x01\x08\xbb\x7d\xed\ +\xef\x12\x06\x40\xc5\x05\xe5\xaf\xa3\x4c\x02\x9a\x53\xb4\x4f\xf2\ +\x92\x21\x89\x09\x15\x43\xcb\x63\x5e\x15\x26\xa2\x95\x8e\xfa\x83\ +\xa3\xfe\x6e\x71\xe4\x2c\xbd\xe6\x82\xb2\x4a\x0c\x6b\x98\x42\x75\ +\x27\xed\x9b\x11\x5d\x78\xc0\xcc\x1f\xb9\xfa\xfc\xa9\x0d\x5e\x16\ +\xf6\xcf\xa2\x86\x6a\xb2\x7e\x81\x50\xde\xee\x6e\xbd\xb8\x35\x75\ +\x3b\xef\x69\x77\x7d\xf0\x94\x9d\xeb\x8a\xd5\xd6\x71\x2a\x0c\x11\ +\xa1\x40\x95\x7d\x22\xfa\xb2\x69\xc4\xaa\x9e\x28\x9a\x9e\xb3\x4d\ +\xef\xef\x58\x5c\x33\x52\x31\x36\x93\xd9\xf2\x82\xb8\xa1\x32\xea\ +\x81\x05\x57\xd6\xa5\x6e\xea\x3d\xbe\xaf\x70\x4f\xc5\xdc\xbb\x6b\ +\x6f\x45\xf4\x91\x34\xaf\x89\x2d\x81\x5b\x1e\x9c\x3f\x22\xa3\x99\ +\x41\x2f\x09\xbc\x60\x80\xdb\x17\xd7\x8e\x13\xf8\x1d\x70\x7a\x27\ +\xcd\x3e\xc1\xd6\x9b\x96\x2c\x1c\xb9\x39\x57\x75\xa5\xc3\x09\x21\ +\x18\x20\x1a\xdd\x90\x77\xc0\xec\x31\x53\x44\xaf\x45\x65\x28\xd0\ +\x17\x68\x40\xf4\x1d\x6c\x7d\xda\xee\xde\x75\xe5\xaf\x6f\xbf\xf4\ +\xa0\xdf\x75\x1e\xcf\xff\x00\xa7\xf3\xde\xce\x08\xa9\x3a\x9a\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0e\x92\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0e\x0f\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x79\x70\x5d\xd5\x79\xc0\x7f\xe7\xdc\xb7\ +\x48\x7a\x8b\xf4\xde\x93\x64\x49\x06\x83\x8c\x37\x16\x1b\x30\x24\ +\x21\xc1\xac\x43\x28\x09\x84\xc6\xe9\x10\xb6\xa1\x69\x4b\x67\x9a\ +\x4e\xeb\xce\x64\xda\xd0\x61\xe8\xb4\x69\x26\x53\x9a\x49\x32\x43\ +\xdb\xa4\xd3\xe9\x84\x4c\xd3\x86\xe0\xc0\xa4\x61\xf1\xb4\x61\x29\ +\x31\x5b\xa1\x84\xc4\x98\xd5\x08\x8c\x8c\x8d\xad\xed\x2d\xd6\xdb\ +\x97\x7b\xef\xd7\x3f\x9e\xf4\x56\x49\xd6\xf2\xde\x48\x7a\xd1\xef\ +\xaf\x7b\xf6\x7b\xbf\x77\xdf\xb9\xe7\xfb\xce\x77\xce\x51\x2c\x82\ +\x63\xc7\x8e\xb5\x1b\x1d\x1d\x97\x23\x72\xa5\x12\x75\x01\xb0\x15\ +\x45\x17\xd0\x05\xa8\xc5\xd4\xb9\x82\x10\xe0\x24\x8a\x18\x36\x43\ +\xa2\xd4\x01\x94\xec\xcf\xc5\xe3\xcf\x0d\x0e\x0e\x66\x17\x5a\xd9\ +\x82\x84\x31\x16\x8d\xee\xb0\x2c\xd9\xa3\x14\x37\x01\x9d\x0b\x6d\ +\x6c\x35\xa3\x8a\x42\x7f\x18\xa5\xfe\xa9\x2f\x18\x7c\x63\x01\xe5\ +\x4e\xcd\xf8\xf8\xf8\x26\x53\x3b\xbe\xad\x90\x1b\xe7\x5b\xa6\x85\ +\x11\x05\x8f\x28\xcb\xf8\x8b\x75\xeb\xba\x3e\x38\x55\xe6\x39\x85\ +\x25\x22\x6a\x34\x12\xbb\x0b\xe4\x6b\x40\x5b\xa3\xee\xb0\x45\xc8\ +\x20\xfc\x75\x5f\x77\xf0\x3b\x4a\x29\x99\x2d\xd3\xac\x02\x8e\x44\ +\x22\xfe\xbc\xcd\x5e\x14\x9f\x69\xce\xfd\xad\x0c\x44\x6c\xc2\xc9\ +\x8f\x98\xcc\x84\x49\xe6\x62\xe4\xcd\x34\x5e\x77\x10\xaf\x3b\x40\ +\xc8\x37\x80\xc7\xd5\x75\xaa\x1a\xf6\x39\x44\x6e\xeb\xe9\xe9\x49\ +\xcc\x94\x3a\xa3\x80\x47\x46\x12\x3d\x38\x0b\x3f\x07\xd9\xb9\xe4\ +\x27\x58\x81\x08\xc2\xe1\xb1\x5f\xf1\xd6\xc8\x0b\x1c\x1a\x79\x89\ +\x54\x6e\x72\xc6\x7c\x4a\x69\x4e\x0b\x6c\x61\x5b\xff\xa7\x38\xff\ +\xb4\xab\xf1\xb7\x77\xcf\x56\xe5\xab\x14\x5c\x9f\xed\xef\xf7\x4d\ +\xd4\xd5\x51\x1b\x11\x89\x44\xfc\x79\x51\xcf\x80\x5c\xb4\xa4\xa7\ +\x58\xa1\x1c\x89\xbc\xce\x93\x6f\xfe\x80\x8f\x62\x87\x16\x54\xce\ +\xa1\x9d\x5c\xb2\xf1\xf3\x5c\xbe\xe5\x66\xda\x5c\xde\xba\x74\x11\ +\x0e\xe6\x1c\xfa\xca\xc1\x40\xe0\x64\x65\xbc\xaa\xce\x24\x7a\x34\ +\x1c\xdd\xd7\x8a\xdd\x82\x65\xe7\x79\xfc\xe0\xf7\xf8\xf5\x87\x4f\ +\xd4\xa5\x19\x86\x81\xd3\xe9\xc4\xe1\x30\x50\x5a\x63\x99\x16\xa6\ +\x69\x52\xc8\xe7\xa9\xed\x5c\x3b\xdc\x9d\x7c\xf1\xe2\xbb\xd9\xd8\ +\x73\xc1\x0c\xad\xc8\xbe\xbe\x50\xe8\xc6\xca\x3e\xb9\x4a\xc0\x23\ +\xe1\xe8\x5d\x20\xdf\x6c\xc8\x13\xad\x20\x92\xb9\x93\xec\x7d\xe5\ +\xeb\x1c\x8d\xbc\x5d\x8a\x53\x4a\xe1\xf7\xfb\xf0\x7a\xbd\xb8\xdb\ +\xdb\x66\xec\x2b\x2d\xcb\x22\x9d\x4a\x33\x39\x19\x27\x97\xcb\x95\ +\xe2\xb5\x36\xf8\xcc\x79\x5f\xe6\x13\x1b\x3f\x57\x5f\x48\xf8\x6a\ +\x7f\x4f\xe8\xdb\xa5\x76\xa6\x2f\xc6\xc7\xc7\x37\x59\xda\x78\x83\ +\x16\x1b\x2d\xe4\xcc\x0c\xdf\x7f\xee\x2b\x8c\xc5\x8f\x94\xe2\x3c\ +\x1e\x0f\xa1\xee\x10\x4e\xa7\x63\x7e\x95\x88\x90\x48\xa6\x88\x84\ +\x23\x58\x96\x55\x8a\xbe\x7e\xc7\x9f\xcc\x24\xe4\x8c\xb6\x8c\xf3\ +\xa6\x87\x70\x7a\x3a\xd6\xd4\x8e\x6f\xd3\x62\xc2\x15\xb1\xf9\xe9\ +\xab\xdf\x2c\x09\x57\x01\xc1\x60\x80\x75\xfd\xeb\xe6\x2f\x5c\x00\ +\xa5\xf0\xf9\xbc\x9c\xbe\xe1\x34\xdc\x6e\x77\x29\xfa\xbf\xdf\xfc\ +\x17\x3e\x98\x78\xad\x36\x77\xbb\x6d\x58\xdf\x9a\x0e\x68\x28\x6a\ +\x68\x53\x4a\x44\x4b\xf1\xf2\xe1\x47\x38\x34\xfa\x72\x29\xdc\xdd\ +\xd3\x4d\x20\x18\x58\xb4\xa6\x64\x18\x06\xeb\xd7\xf7\xe3\x76\xbb\ +\x00\xb0\x6d\x8b\x87\x5e\xbd\x97\x6c\x21\x59\x9b\x75\xf7\x68\x34\ +\xba\x1d\xa6\x04\x6c\x59\xb2\x87\x16\xd3\xd0\xb2\x85\x24\xfb\x87\ +\x1e\x2c\x85\x3b\xbb\x3a\xf1\x77\xfa\x97\x5c\xaf\xd2\x9a\xbe\xbe\ +\x3e\x0c\xc3\x00\x20\x9d\x9b\xe4\xf9\xa1\x87\xea\xb2\x21\xb2\x07\ +\x40\x1f\x3b\x76\xac\x7d\xca\xb6\xd0\x52\x3c\x3f\xf4\x10\x99\x7c\ +\x71\xec\xef\x70\x38\x08\x85\x82\x0d\xab\xdb\xe1\x74\x10\xea\x0e\ +\x95\xc2\x2f\x1d\x7e\x84\x44\x36\x52\x9d\x49\xb8\x69\x78\x78\xb8\ +\x4d\x1b\x1d\x1d\x97\xd3\x62\x86\x1b\x11\x9b\x03\x47\x9f\x2a\x85\ +\x43\xa1\x20\x4a\x35\xf6\x0f\xea\xf3\x7a\x4a\x5d\x85\x69\xe7\x39\ +\x78\xec\x99\xea\x7b\x80\xae\x0e\x9f\x6f\x97\x56\x22\x57\x35\xb4\ +\xe5\x15\xc0\xb1\xe8\xdb\x24\x73\x31\x00\xb4\xd6\x78\xbd\xf5\x8a\ +\xc1\x92\x51\x0a\x7f\x67\xf9\xbd\x3c\x34\xfa\x52\x5d\x16\x0b\x7d\ +\xb5\x46\xd4\xf9\x8d\x6f\x7d\x79\x79\x77\xec\x97\xa5\x6b\xaf\xd7\ +\xd3\xb4\xaf\x8b\xa7\xa3\xa3\x54\xf5\xb1\xe8\x21\xd2\x35\x2a\xb7\ +\x52\xb2\x43\xa3\xd9\xd2\x9c\xe6\x97\x8f\x48\xf2\x78\xe9\xba\xad\ +\xbd\xbd\x69\xed\x18\x0e\x03\xd7\x54\x37\x21\x62\x13\x49\x8d\x54\ +\x67\x10\xb5\x55\x23\xcc\x6a\xc1\x58\xad\x24\xb2\xe1\xd2\xb5\xc3\ +\xb1\x80\xf1\xee\x22\x30\x2a\xea\xaf\xfb\xd0\x21\x21\x0d\x74\x34\ +\xf5\x0e\x96\x81\x54\xb6\xfc\x57\x35\x0c\x3d\x47\xce\xa5\x33\x3d\ +\x5c\x03\x48\xe6\xa2\xb5\xc9\x3e\x0d\x14\x9a\x7a\x07\xcb\x80\xcb\ +\x59\x56\x48\x45\xec\xa6\xb6\x25\x76\xd9\x1c\xe4\x76\xd4\xbd\xab\ +\x39\x0d\xc4\x9b\x7a\x07\xcb\x80\xb7\xad\x3c\x46\x35\x4d\x6b\x8e\ +\x9c\x4b\xa7\x60\x96\xdf\x4f\x5f\x45\xbb\x53\xc4\x35\x70\xa4\xa9\ +\x77\xb0\x0c\xf8\x2b\x1e\x34\x9f\xcb\x37\xaf\x21\x01\xb3\x50\x16\ +\xb0\xbf\x46\xc0\x02\xc3\x1a\x78\xa7\x79\x77\xb0\x3c\x9c\xd9\xbd\ +\xa3\x74\x9d\x4a\xa5\x9b\xd6\x4e\x26\x9b\xc5\xb2\x8a\x5d\x90\xd7\ +\xdd\x45\xc8\xbb\xbe\x2a\x5d\xc1\x21\xad\x14\x2f\x36\xed\x0e\x96\ +\x89\xad\xeb\x3e\x8e\xd6\xc5\x8f\x4f\x3e\x97\xa3\x50\x68\xce\x67\ +\x26\x99\x2c\x1b\x79\xb6\xf5\x5f\x8a\x52\x35\x1f\x54\xc5\x0b\xda\ +\xd6\xfa\x29\xa8\x33\xdc\xaf\x6a\xda\x5d\x3e\x06\xbb\x8b\xfa\x93\ +\x00\xd1\x48\xdd\xd7\x7d\xc9\x14\x0a\x05\x12\xf1\xf2\x3c\xe7\x39\ +\x03\x97\xd6\x66\x11\x51\xea\x7f\xf4\x40\x20\xf0\xa1\x40\xbd\x9e\ +\xb7\xca\xb9\x6a\xeb\xed\xa5\xeb\x54\x32\x45\x26\xbb\x60\xa7\x9c\ +\x59\x11\x20\x1c\x8e\x20\x52\x7c\x2f\x37\x84\xce\x65\x53\x6f\xcd\ +\xfc\xb0\xe2\x85\x81\x60\xf0\xa8\x06\x50\x8a\xef\x37\xac\xf5\x15\ +\xc2\x86\xd0\xb9\x9c\xdd\xff\x49\xa0\x28\x90\xb1\x91\xb1\x86\x75\ +\x15\x27\xa3\x31\xd2\x15\x7d\xfb\xb5\xe7\xfc\x41\x7d\x26\x91\xfb\ +\x61\xca\x1e\xdc\x17\x0c\xfe\x08\xf8\xb0\x21\xad\xaf\x20\xae\x3b\ +\xef\x8f\x68\x77\x15\x6d\xc0\x96\x65\x31\x3a\x32\x86\x59\x30\x97\ +\x54\xe7\xe4\x64\x9c\x58\x34\x56\x0a\x5f\x7c\xe6\xf5\x6c\x08\x9d\ +\x5b\x9b\xed\x68\x34\x14\x7a\x10\xa6\x04\xac\x94\x2a\x80\xfc\xcd\ +\x92\x5a\x5e\x81\x04\x3c\x7d\xdc\xfc\xb1\x7b\x30\x74\x51\x9d\xcd\ +\xe7\xf3\x7c\x74\xfc\xf8\xa2\xba\x0b\x11\x61\x62\x22\x4c\x78\x22\ +\x5c\xfa\x60\x9d\x11\xda\xce\xf5\x3b\xbe\x5c\x9f\x17\x75\xcf\xb9\ +\x4a\xe5\xa1\xc2\xce\x54\x74\x93\x8a\xfc\x02\xd4\x15\x8b\x79\x98\ +\x95\xcc\x6b\x47\x9f\xe6\xd1\xd7\xee\xc3\xb2\x8b\x6f\xaf\x02\x3a\ +\xbc\x1e\x42\xc1\x20\x4e\x97\x73\xce\xb2\x02\x24\xe3\x49\xa2\xd1\ +\x28\xa6\x59\x7e\xfb\xfb\xfc\x1b\xf9\xd2\xae\xbf\x9b\xc1\xf3\x47\ +\xed\xef\x0b\x05\xae\x9e\x9e\xba\xaf\x32\xe4\x1d\x8f\x44\x4e\xd7\ +\xc2\x01\xa0\x4e\x25\x59\xed\x0c\x87\x5f\x67\xef\x2b\xdf\x20\x93\ +\x2f\x2b\xae\x0a\x70\xb9\x5d\x74\x78\x8a\xc6\x73\x87\xe1\x98\xf2\ +\x8b\x30\x31\x4d\x8b\x4c\x26\x4d\x2a\x95\xc6\xb6\xab\xd5\xed\x73\ +\x06\x2e\xe5\x0b\x17\x7d\x15\x97\x51\x37\x47\x1c\x13\x43\x5f\x38\ +\x10\x08\x7c\x58\xd9\x46\x15\x27\x22\x91\x6b\x95\xf0\x38\xe0\x6a\ +\xe4\x03\xae\x04\x62\xa9\x51\x7e\xfe\xe6\xbf\xf2\xce\xc8\xff\x2e\ +\xaa\x7c\x87\xbb\x93\x2b\xb7\xde\xce\x27\x36\x7e\x0e\x55\x2f\xba\ +\xbc\x46\xae\x5f\xd7\xdd\xfd\x74\x65\xe4\x8c\xa6\xe8\xd1\x89\xe8\ +\xad\xa2\xe4\x3f\x00\x63\xa6\xf4\xd5\xce\xd1\xc8\xdb\xec\x1f\x7a\ +\x80\x0f\x26\x5e\xc3\xb6\x4f\x6d\xab\xf0\xb5\x05\xb9\xf0\x8c\x6b\ +\xd9\xb5\xe9\x26\xda\x9c\x9e\x99\xb2\x98\x4a\xd4\x1d\x7d\x3d\xc1\ +\xbd\xb5\x09\xb3\xda\xfa\x47\xc3\xe1\xdf\x16\xd4\x5e\x5a\xcc\x57\ +\xa2\x92\x6c\x3e\xc9\xbb\x63\xff\xc7\x91\xf0\xeb\x24\xb2\x31\xe2\ +\xd9\x09\x0a\x66\x0e\x4f\x5b\x00\x5f\x5b\x90\x90\x77\x3d\xdb\xfa\ +\x2e\x61\x7d\xd7\x96\x7a\x2d\xad\x4c\x5a\x89\xba\xa5\xaf\x27\xf8\ +\xf8\x4c\x89\x73\x4e\xa6\x1c\x1f\x8f\x5d\xa8\xb4\xfd\x13\x05\x9b\ +\x97\xfa\x30\x2d\xca\x90\xb6\xf4\x17\xd7\xad\x0b\x1c\x9c\x2d\xc3\ +\x9c\xd6\xe8\xf5\xbd\x81\x03\x0e\xdb\xda\x89\xe2\x3b\xb4\xa0\xdd\ +\x78\x09\x14\x50\x7c\x4b\x99\x85\x9d\x73\x09\x17\x16\x30\x1d\x38\ +\x3e\x3e\xbe\xd9\xd2\xc6\xdd\xc0\xed\xb4\xe0\x07\x70\x9e\xe4\x81\ +\x1f\x19\xb6\x75\x6f\x6f\x6f\xef\xfb\xf3\x29\xb0\xe0\xf9\xd6\x8f\ +\xe2\xf1\x90\x91\xcf\xdf\x82\xa8\x1b\x50\x5c\x06\xcc\xd8\xeb\xb7\ +\x10\x49\x84\xe7\x51\x6a\x9f\xe9\x34\xf6\x9e\xde\xd9\xb9\x20\xcb\ +\xd1\x92\x26\xb4\x45\xc4\x39\x12\x89\x9c\xa5\x45\xb6\xa0\x75\xaf\ +\x0d\x5e\x25\xca\x7d\xea\x92\x2b\x17\x51\x92\xd3\x90\xc0\xb6\x27\ +\x2c\x78\x77\xa0\xbb\xfb\x83\xa2\xa6\xbb\xc6\x1a\x6b\xac\xb1\xc6\ +\x1a\x6b\xac\xb1\xc6\x1a\x6b\xcc\x97\x25\x2b\x1a\xa3\xd1\xe8\x66\ +\x25\xb2\xd9\x16\xbd\x0e\x2d\x1d\xad\xa0\x68\x60\xab\xb4\xc6\x1a\ +\x15\xad\xdf\xef\x0b\x06\xdf\x5b\x8a\xa2\xb1\x60\x01\x9f\x88\xc7\ +\xbb\x75\x3e\x7f\x2b\xa8\x1b\x04\x76\xd1\x82\xde\x99\x35\xa4\x80\ +\x17\x40\xf6\x59\x2e\xd7\x83\xa7\xf9\xfd\xb5\x3e\xaa\x73\x32\x6f\ +\x01\x1f\x9f\x98\xd8\xaa\x95\xbe\x1b\xb8\x95\xdf\x6c\x63\xcf\x03\ +\x96\xd8\x7f\x7f\x5a\x4f\xcf\xd0\x7c\x0a\x9c\x52\xc0\x13\x13\x13\ +\x3e\x0b\xfd\xb7\xa2\xd8\x03\x34\xd7\x9b\x79\xf5\x60\xa2\xf8\x07\ +\xc3\xb2\xbe\xd6\xdb\xdb\x5b\xb7\x48\xae\x92\x39\x05\x7c\x62\x62\ +\x62\xa7\x52\xc6\x4f\x40\x36\x35\xf6\xfe\x5a\x86\x23\x20\x37\xf7\ +\x77\x77\xbf\x32\x5b\x86\x59\x05\x7c\x22\x1c\xde\xad\x50\x3f\x66\ +\xb6\x29\x23\x11\xac\xe1\xf7\x28\xbc\xf5\x1a\xd6\xf8\x08\x92\x98\ +\x44\xe2\x71\x70\xb9\x50\x5d\x41\xb4\xbf\x0b\xc7\xa6\x6d\x38\xcf\ +\xbd\x00\xe5\x69\xc2\x2a\x9f\x95\x43\x46\x21\xb7\xf6\x75\x77\x3f\ +\x3a\x53\xe2\x6c\x93\x9e\xb7\x89\x92\x7f\x67\x86\x49\x4f\xc9\xa4\ +\xc9\x3d\xbd\x8f\xfc\xcb\xcf\x62\x27\x4e\xed\xbb\xad\x0c\x03\xc7\ +\xe6\xb3\x69\xbb\x6e\x37\xc6\xc6\x96\x5b\x6f\x33\x8d\x35\x35\xe9\ +\xf9\x60\x6d\xc2\x4c\xd3\xf6\xd7\x29\xe1\x31\xa0\xda\x23\x43\x84\ +\xdc\xfe\x27\xc8\x3e\xf9\x28\x92\x9a\xb3\xdb\x99\x15\xe7\xf6\x9d\ +\xb4\x7f\xe1\x76\x74\xa8\x77\x51\xe5\x57\x38\x05\x51\xdc\x30\x10\ +\x0a\x3d\x59\x19\x39\x2f\xc7\x13\xc9\x65\x49\xff\xf0\x9f\x29\xbc\ +\x79\xa0\xaa\x46\xad\x35\x2e\xb7\x1b\x97\xd3\x89\x61\x18\x68\xad\ +\xb1\x45\x10\xdb\xa6\x60\x16\xc8\xe5\xf2\x55\x1e\xe0\x00\xca\xe3\ +\xc5\xf3\xfb\x7b\x70\x6c\x39\xa7\xa1\x4f\xb7\x42\x88\x61\xe8\x9d\ +\xfd\x81\xc0\x91\xe9\x88\x6a\xd7\xa9\x68\xf4\x59\x84\xcb\x2a\x4b\ +\xd8\x89\x38\xa9\xef\xde\x8b\x35\xf2\x51\x29\xce\x30\x0c\x3c\x5e\ +\x0f\x6d\x6d\xa7\x5e\x83\x66\x59\x16\xc9\x64\x92\x5c\x85\x3f\x98\ +\x32\x1c\xb4\xdf\x7a\x27\xae\x8f\xef\x5a\xda\xe3\xac\x48\xe4\xd9\ +\xbe\x50\xe8\xaa\x69\xd7\xa9\xd2\xac\xf2\x68\x34\xfa\x7b\xb5\xc2\ +\xc5\x2c\x90\xbe\xff\xbe\x2a\xe1\xb6\x77\x74\x10\x0c\x85\xe6\x25\ +\x5c\x28\xfe\x18\x9d\x9d\x9d\x74\x05\x02\x28\x5d\x6c\x4e\x2c\x93\ +\xcc\x83\xf7\x63\xbe\xd7\x72\xab\x17\x00\x75\xc5\x68\x24\x72\xc7\ +\x74\x48\x43\x51\xe5\x45\xa8\xf3\xae\x4c\x3f\xf4\x43\xcc\x0f\xde\ +\x2b\x85\x7d\x7e\x3f\x3e\x9f\x6f\x51\x0b\xab\x5d\x2e\x17\xc1\x50\ +\xa8\xb4\x30\x50\x2c\x93\xd4\x0f\xfe\x11\x3b\x52\xb7\x51\x53\x0b\ +\xa0\xbe\xf1\x96\x88\x0b\xca\x1b\x72\xdc\x01\x9c\x51\x99\xc5\x3c\ +\x7c\x88\xfc\xcb\xcf\x96\xc2\x1e\xaf\x97\xf6\x25\x2e\x4b\x35\xb4\ +\xa6\x33\x10\x40\x4f\xbf\xc9\xa9\x24\x99\x9f\x3d\xb0\xa4\x3a\x57\ +\x28\xa7\x07\x23\x91\xdb\xa0\xf4\x06\xf3\x87\x55\xc9\x22\x64\x1f\ +\x2d\xbb\x59\xb9\xdd\x6e\x3c\x9e\xc6\xcc\xce\x1b\x5a\x57\xad\x52\ +\x2f\xbc\xfe\xab\xaa\x7f\x49\xcb\x20\xea\x4e\x00\x3d\x12\x8b\x9d\ +\x09\x5c\x52\x99\x66\xbe\xf3\x06\xe6\x91\xc3\x00\x28\x05\x5e\x9f\ +\xaf\xa1\x6d\xbb\x5c\x2e\xdc\x6d\x65\xa3\x5b\xf6\x89\x9f\x35\xb4\ +\xfe\x15\x81\xe2\xd2\x13\xd1\xe8\x06\x2d\xa6\xfd\x69\x6a\x86\x6b\ +\x85\x83\x65\xcd\xaf\xad\xbd\xa3\x6a\x3d\x6e\xa3\xf0\x7a\xca\x3f\ +\x9a\x35\xf4\x0e\x92\x4e\x35\xbc\x8d\x65\x46\x69\x91\x6b\xb4\x52\ +\x54\xaf\x3f\x12\xa1\xf0\x56\x79\x27\x25\x77\x5b\x73\x9c\x2b\x0d\ +\x87\x81\xc3\x59\xfe\xe0\x99\x6f\xd5\xed\xde\xb4\xea\x11\x61\x97\ +\x06\xce\xae\x8c\xb4\x46\x8f\x63\xc7\x8b\xab\xd5\xb5\xd6\xb8\x9c\ +\x73\xbb\xd8\x2f\x85\xca\x2d\xb2\xcc\xc3\x0b\xdb\xea\x70\x95\xb0\ +\x4d\x53\x33\x7a\x90\xc9\xf2\x0a\x1a\x47\x13\xba\x86\x4a\x1c\x8e\ +\xf2\x8f\x67\x9d\x8c\xcd\x91\x73\xd5\x72\xa6\x06\xaa\xf6\xba\x9a\ +\x7e\x7b\x01\x74\x93\x05\x3c\x3d\x5c\x03\x90\xd6\x14\xb0\x5f\x53\ +\x63\xd4\x91\x5c\xe5\x12\xa7\xe6\x6e\xa5\x56\xa9\xb0\x48\x3e\x37\ +\x47\xce\x55\x8b\x5b\x53\x9c\x73\x2a\xa1\x7d\xe5\x31\x6a\xb3\x37\ +\xb3\xa8\x5c\xbd\xa3\x3a\x4f\xb5\x11\xf2\xaa\x24\xa1\x41\xc2\x95\ +\x31\xca\x5f\x7e\xd0\xca\x8d\x30\x9b\x81\x5d\x51\x7f\xe5\x0f\xdb\ +\x2a\x08\x84\x35\xa2\xaa\xd4\x28\xa3\x77\x5d\x51\xbb\x00\x4c\xd3\ +\xac\x5b\x23\xd6\x48\xf2\x15\xa6\x4c\xa3\xb7\xaf\x69\xed\x2c\x17\ +\x4a\x31\xa4\x45\x49\xd5\x00\x54\x79\xfd\x38\xce\x3c\xab\x14\xce\ +\x37\xb1\x6f\xcc\x57\xec\xc9\xeb\x38\xaf\xf5\x76\x33\x17\x51\x07\ +\x35\x4a\xfd\xa2\x36\xc1\xb1\xbd\xbc\xbb\x78\xba\x49\x3b\x86\x64\ +\x33\x99\xd2\xbf\x43\x77\x76\xe1\x38\x63\x63\x53\xda\x59\x4e\x34\ +\xf6\x33\x3a\x17\x8f\x3f\xa7\xa0\x6a\xdf\x71\xf7\xc5\x9f\x82\xa9\ +\x31\xaa\x69\x9a\x64\xb3\x99\xc6\xb6\x2c\x42\xaa\x62\xb7\x10\xe7\ +\x25\x97\x97\xba\xa5\x16\x22\x96\x49\x24\x5e\xd4\x83\x83\x83\x59\ +\x14\x0f\x57\xa6\xa8\xae\x20\x6d\x57\xfc\x56\x29\x9c\x4c\x24\xb1\ +\x1a\xd8\x17\x27\x93\x89\x52\x7d\xca\xeb\xa3\xed\xea\xeb\x1b\x56\ +\xf7\x4a\x41\x29\x1e\x1e\x1c\x1c\xcc\x16\xcd\x95\x70\x1f\x50\x25\ +\x41\xf7\xa7\x6f\x40\x79\x8b\x06\x19\xdb\xb6\x89\x9f\x3c\xd9\x90\ +\x61\x5b\x3a\x9d\x21\x9d\x2e\xff\x23\xda\xae\xdb\x8d\x6a\x6f\x39\ +\xef\x2b\x41\xa9\xef\xc2\x94\x3d\xb8\x3f\x14\x7a\x5b\x41\xd5\xbc\ +\xbe\xea\xf0\xe0\xb9\xf3\xcf\x60\x6a\x06\xa2\x50\x28\x10\x8b\xc6\ +\x96\x34\x74\x4b\xa5\xd2\x24\x2b\xa6\xfa\x9d\x3b\x2e\xc2\x7d\xd9\ +\x35\x8b\xae\x6f\x05\xf3\xd3\xe9\xf3\x8e\x4a\xba\xaa\x6d\xe8\xaf\ +\x00\x55\x5f\x34\xc7\x59\xdb\x68\xdf\x5d\xde\xfb\xc6\x34\x4d\x62\ +\xd1\x28\xd9\xcc\xc2\x36\xb4\xb0\x2c\x93\xc9\x93\x27\x49\x25\xcb\ +\x9b\x08\x19\x03\x1b\xe8\xf8\xdd\x3f\x6e\xc5\xbe\x37\xa3\x1c\xc6\ +\x5d\xd3\x81\x92\x80\x07\x02\x81\x0f\x67\x9a\x97\x73\x5f\x76\x0d\ +\xed\x37\x7d\x09\x35\x65\x97\xb0\x6d\x9b\x78\x7c\x92\x58\x34\x4a\ +\x26\x93\x41\xe6\xe8\x9b\x0b\x85\x02\x89\x44\x9c\x68\x38\x5a\x75\ +\x4c\x82\x63\xe3\x56\xbc\x7f\xfa\x97\x28\xd7\xaa\xf6\x74\x9d\x11\ +\x51\xdc\xd3\xd7\xd5\x35\x3c\x1d\xae\x3d\xa8\x44\x8d\x46\x22\x8f\ +\x81\xba\xa1\xb6\xa0\x39\xf4\x36\xa9\x7f\xfb\x1e\x92\xac\xf7\xe6\ +\x71\x38\x1c\x18\x46\xf1\x90\x0f\x11\x1b\xdb\xb2\xb1\x2c\x6b\x46\ +\x25\xc5\x75\xe9\xd5\x74\xfc\xce\x1d\xa5\xae\xa7\xb5\x50\x8f\xf5\ +\x85\x02\x9f\x9f\xf5\xa0\x12\x80\x13\x27\x4e\x74\x28\x97\xfb\x69\ +\xe0\x93\xb5\x69\x92\x49\x93\x7b\xea\x71\xb2\xcf\x3e\x01\x0b\xdc\ +\xc1\xc9\xb1\x71\x33\xed\x37\xde\xd2\xca\xee\x53\xaf\x1a\xb6\x75\ +\x55\xad\xb7\xe5\x1c\x87\x45\xe5\xff\x0b\xb8\x78\xa6\x74\x99\x8c\ +\x91\x7b\xf5\x45\xcc\x37\x7e\x8d\x39\xfc\x3e\xc8\xcc\xfb\xda\x69\ +\x7f\x17\x8e\xed\x3b\x71\x9e\xff\x31\x9c\xdb\xce\x5b\xea\x03\xac\ +\x64\x7e\x29\x2e\xe7\x67\x07\xfc\xfe\x70\x6d\xc2\xac\x5f\x98\x89\ +\x89\x09\x9f\xa9\xd4\x8f\x67\xea\x2e\x2a\x91\x64\x02\x6b\x62\x0c\ +\x49\x4c\x62\x4f\xc6\x50\x6d\xed\xa8\xce\x2e\x8c\xce\x20\xba\xb7\ +\xaf\x15\x3f\x62\x35\xa8\xc7\x0c\xdb\xbc\x7d\x36\x3f\xe1\x53\x1f\ +\xd8\x17\x8e\xfe\x39\x8a\xaf\x03\xcd\xdb\xab\x7b\x75\x92\x16\xc5\ +\x5f\xf5\x07\x83\xf7\x2d\xea\xc0\xbe\x4a\xc6\xc6\x4e\x6e\x9c\x3a\ +\x3e\x66\xf7\x7c\xcb\xb4\x30\x36\xf0\x9f\xca\x61\xdc\x55\x39\x5a\ +\x98\x8d\x05\x09\x6b\x34\x1a\xdd\x8e\xc8\x1e\x84\x9b\xa4\x78\x02\ +\xed\x6f\x0c\x53\x87\xa6\x3e\x34\x75\x68\xea\x9b\x0b\x28\xb7\x70\ +\x86\x87\x87\xdb\x3a\xfc\xfe\xcb\x2c\x51\x57\x2a\x25\x17\x20\x6a\ +\x0b\x48\x88\xd6\x38\xf6\xd7\x06\x26\x41\x45\x50\x32\xa4\x44\x1d\ +\x50\xd8\xfb\xd3\x89\xc4\x0b\x8b\x39\xf6\xf7\xff\x01\x2e\xa2\x3b\ +\x72\x68\xed\x9d\xec\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x03\x94\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x11\x49\x44\ +\x41\x54\x38\x8d\x8d\x94\xdb\x6b\x63\x55\x14\x87\xbf\xb5\x73\x4e\ +\x92\xd3\xa4\xb9\xd4\x21\xb6\x4d\x6b\x93\x29\x4d\xab\x03\xc3\xa4\ +\x15\xf1\x3e\xe2\x5c\x04\x65\x26\xed\x4b\x71\xf0\x1f\x10\x9f\x14\ +\x04\x95\x79\x39\xe0\x83\xe0\x83\x82\xff\xc0\x80\x3a\x8e\x54\x44\ +\x53\x0a\x22\x0e\xf8\xa0\x23\x32\x08\x3a\x0f\x53\x1d\xc4\xb9\xb4\ +\x12\x06\x66\xb4\x69\x9b\x98\xe6\x72\xce\xf6\xa1\x6d\x7a\xd2\xa4\ +\x21\xbf\xb7\xf3\xdb\x6b\x7f\x7b\xed\xb5\xd6\xd9\xc2\x01\x9a\xbd\ +\x70\x29\xb5\xd6\x58\x7b\xb7\xe4\x94\x4f\x6c\x34\x36\x0e\x6d\xb9\ +\x5b\x26\x40\x40\x02\x8d\x88\x11\xb9\x1f\xf2\xf5\x7f\x17\x68\x44\ +\xec\xcb\xaf\xbd\x72\xb3\xd3\x7e\xd9\x6f\xbc\x74\x71\x29\xbe\x5e\ +\xba\xfd\xc5\x4a\x6d\xe5\xf9\x86\xdb\x68\x5b\xf7\xca\x54\xa6\x9e\ +\x0e\x4d\x7f\x92\x0a\x3f\xf9\xea\x87\xf3\xa3\x95\x03\xc1\xf6\xa5\ +\x3f\x86\x2b\x54\x97\x3e\xbf\xf7\x59\xb6\xae\xeb\xdd\x98\x0c\xf9\ +\x87\x79\x2a\xf6\x34\x71\x63\x00\xe0\x37\xd1\xbe\x9c\x3d\x3f\xbe\ +\xb2\xbb\xae\x9a\xd0\x2f\xff\x1c\xc1\x50\x57\x83\x86\x95\x9d\x0c\ +\x3d\xdc\x15\x3a\xd1\x97\xe1\xc5\x07\xce\xec\x42\x01\x8e\x69\x71\ +\xae\x9c\x5f\xb8\x91\x6c\x01\xbf\xb1\xb0\x6a\x69\x47\xe7\x35\x24\ +\x01\x8e\x86\x8e\xa2\xa4\x79\x26\x3e\x7c\x24\xfc\x83\xa4\xad\xc3\ +\x44\x7d\x51\x8e\xc7\x9e\x43\x49\x5b\x95\x46\x0c\x51\x5f\xdb\x17\ +\x6e\x05\x9b\xe0\x7e\xa9\xbc\x89\x30\xbd\x1b\x11\xf2\x85\xc9\x86\ +\x9b\x9f\x8c\x59\x29\x72\x87\x66\x39\x19\x3f\x4d\xca\x4a\x23\x7b\ +\x17\xdd\x27\xfd\x28\xa1\xc6\xeb\x00\x62\x2f\x5c\x1f\xd0\x62\xde\ +\x02\x22\xde\x10\x57\x6b\xbe\x2f\x5e\xe6\x66\xe5\x2f\x04\x21\x19\ +\x1c\x21\x1b\x9e\x66\xd0\x3f\xd4\xb5\x4c\x02\xeb\x5b\xb5\x40\x5a\ +\xb9\xf8\xe7\xf6\x43\x01\x94\x08\x27\xe2\xa7\x98\x4f\xbc\xcc\x33\ +\xb1\x67\x71\xb4\xcb\x8f\xc5\x1f\xa8\x38\xff\x75\x05\x6b\x88\x06\ +\xcd\x6a\xce\x50\xe2\x9e\xd1\xed\x53\xd7\x54\xd4\x88\x11\x35\x62\ +\x3c\x14\x1c\xe3\xd3\xbb\x1f\xf3\xed\xda\x37\xf8\x25\x80\x42\x91\ +\xe9\x9b\xe4\xb0\x35\xde\x29\xed\xb3\x86\x46\x8e\x74\x4d\x61\x47\ +\x96\xea\x63\x2c\x98\xe2\xce\xd6\xed\xa6\xb7\x5a\x5d\xc1\xd1\x0e\ +\x13\x7d\x99\xfd\xe1\x8f\x28\x60\xb0\x17\x30\x40\xc2\xff\x60\x9b\ +\xf7\xd3\xc6\x15\x4a\xce\x66\x8b\xa7\x21\x79\x50\x7b\x3b\xaa\xec\ +\x94\xdb\xbc\x9a\x5b\x65\xe9\xfe\x22\x55\xb7\xea\xb5\x5d\x85\x48\ +\xa1\x57\x70\xc2\x4c\x74\xf4\x37\x9d\x4d\xea\xba\xe6\xb5\x0a\x0a\ +\x97\xe5\x5e\xc1\xe3\xd6\x04\xc9\xc0\x48\x9b\x1f\x35\x62\x84\x7d\ +\xfd\x5e\x6b\x59\x69\xd1\x8b\xbd\x82\x95\x08\xa7\xe2\x2f\x60\x2a\ +\xd3\xe3\x0a\xc7\xfa\xb3\x2d\x71\x82\xce\x2b\xa5\xeb\x79\x81\xf5\ +\x5e\xe1\x86\x32\x10\xbd\x37\x9e\x33\x91\x19\x32\xd6\xa4\x37\xa4\ +\x88\xe1\x5f\x54\xf6\xfc\x91\x7f\x41\xbf\xdf\x2b\xf8\x6e\xb5\x40\ +\x6d\xa7\x9e\xa3\x81\x51\xb2\xe1\x99\x7d\xd9\xf2\x9e\x3d\x97\x2e\ +\x6e\x4f\x45\xc9\xff\x01\xc8\x2f\xbd\x80\xaf\x95\xaf\x01\x30\x61\ +\x65\x38\x39\x70\x1a\x69\xfd\xb9\xae\x52\x32\x3f\xda\x39\x60\x5b\ +\xe7\x17\x6e\x24\x0d\x91\x9f\x81\xf6\xee\x78\xb4\x5c\xbe\x4e\xdc\ +\x88\x33\x14\x18\x6e\xcd\x54\x58\xa5\xee\x3e\x6e\x9f\x9b\x2a\xb4\ +\x80\x61\xfb\xa1\xd7\x86\xfa\x0a\x78\xac\x97\xec\x9b\x50\xf8\x15\ +\xed\x9b\xed\xf8\xd0\x03\xd8\xe7\xa6\x0a\x52\x32\x8f\x8b\x96\x77\ +\x7a\x6c\x68\x51\xe0\xad\x7f\x42\xf2\x84\x17\xda\x96\xb1\x57\x6f\ +\x5f\xbc\x13\x0f\x9a\xd5\x9c\x46\x72\x88\x9e\x62\xaf\x44\x7f\x0b\ +\xfc\xee\x8a\xce\x2b\x9f\x3f\x6f\xcf\xa5\x8b\x9d\xf6\xff\x0f\x08\ +\x50\xea\x47\x01\x5b\xb3\xbd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x09\xff\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x19\xfc\x00\x00\x19\xfc\ +\x01\xd1\x8d\x20\x95\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x09\x7c\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x6b\x70\x5c\x65\x19\xc7\x7f\xcf\xbb\xbb\ +\xe9\x4c\xd3\x62\xb6\x69\x5a\xeb\x48\x11\x4a\x76\xd3\xd6\xe1\x83\ +\x19\x2e\x82\x0e\xad\x32\x85\x4d\x29\xf2\x81\xa5\x4d\x5a\x8a\x45\ +\x65\xaa\x28\x38\x83\xc8\xad\x68\xb8\x54\x10\x9c\xa9\x8e\x05\xd1\ +\x71\x94\xe9\x2d\x8d\x71\xbc\x50\xda\x50\x64\x28\x83\xa2\xc8\x70\ +\x99\x11\x9b\x6c\xb6\x5c\xa3\xe0\x84\x5e\x12\x27\x49\x45\xf6\xec\ +\x79\xfc\xb0\x9b\x74\x37\xdd\x5c\x36\x7b\xce\xd9\x8b\xfd\x7d\xc9\ +\x9e\xb3\xe7\x3c\xcf\x73\xfe\x73\xf2\xee\x79\x9f\xf3\xbe\xcf\x2b\ +\x94\x08\x1a\x8d\xfa\xba\xaa\x86\xc2\x46\x4d\x03\xaa\x21\x84\x30\ +\x42\x08\x65\x36\x50\x0d\x04\xd3\x7f\x01\x86\x81\x7e\x60\x18\x61\ +\x10\xa5\x07\x25\x8e\x48\xdc\x97\xa4\xbb\xde\x9e\x19\x97\x8e\x8e\ +\x64\xb1\xae\x25\x13\x29\xa6\xf3\x78\xcb\xca\xb3\x92\x70\x09\xe8\ +\x25\xc0\xe7\x81\x39\xce\x58\x96\x21\xd0\x17\x14\x79\x5a\xe0\xe9\ +\x86\xd0\xb9\xaf\x4a\x6b\xab\xed\x8c\xed\x3c\x23\xf1\xda\x61\x57\ +\x4b\xd3\x19\x20\x6b\x40\xbf\x22\xb0\xc8\x0b\x9f\x02\xff\x00\xdd\ +\xa5\x49\xf9\xc5\xe2\xf6\x7d\x71\x2f\x7c\x66\xf8\x76\x9f\x97\xae\ +\x6f\x0c\xcc\x1c\x9a\xd7\x2c\xb0\x11\xe4\xd3\x5e\xf8\x1c\x17\xe1\ +\xcf\xaa\x3c\xda\xf7\xde\xf1\xb6\xe5\xcf\x3e\x6b\xb9\xef\xce\x45\ +\x0e\x46\xa3\x55\x12\x18\x5a\x23\xc8\x26\xa0\xde\x4d\x5f\xd3\xe0\ +\x6d\x81\x1f\x56\x27\xaa\x7f\x76\x7a\x47\xc7\x7f\xdc\x72\xe2\x8a\ +\xc0\x0a\xd2\xb3\x36\xb2\x41\x55\xee\x03\x16\xb8\xe1\xc3\x31\x94\ +\x77\x31\x72\x67\xc3\xce\xbd\xdb\x04\xd4\x69\xf3\x8e\x0b\x1c\x6b\ +\xbe\xec\x1c\x15\xf3\x08\x70\x91\xd3\xb6\xdd\x44\x91\x3f\x89\xe8\ +\xd7\x16\xef\xdc\xf7\x9a\x93\x76\x1d\x13\xf8\x50\x24\x32\xc3\xaa\ +\x31\x9b\x11\xbd\x09\xf0\x3b\x65\xd7\x63\x12\xa2\x6c\x49\x5a\xd5\ +\x77\x2d\xed\xe8\xf8\xd0\x09\x83\x8e\x08\xdc\xd5\xd2\x74\x86\xc0\ +\x6e\xe0\x02\x27\xec\x95\x00\x2f\xfb\x93\xba\xba\xbe\xbd\xf3\x8d\ +\x42\x0d\x99\x42\x0d\x74\x35\x47\xae\x14\x78\x95\xca\x11\x17\xa0\ +\xd1\xf2\xc9\x2b\x5d\x6b\x23\xab\x0b\x35\x54\x90\xc0\xdd\x2d\x4d\ +\xad\x22\xf2\x5b\x52\xbd\xac\x4a\xe3\x34\x51\xd9\xdd\xd5\x12\xb9\ +\xab\x10\x23\xd3\x6a\x22\x34\x1a\xf5\x75\x07\x8e\xff\x58\xd0\xaf\ +\x16\xe2\xbc\x8c\x78\xb8\x21\x74\xde\x8d\xd3\xe9\x0d\xe6\x2d\x70\ +\xfa\xc7\x6c\x07\xa2\x57\xe5\x7b\x6e\x39\xa3\xc2\xaf\xf4\xc3\xea\ +\x6b\xf2\xfd\xf1\xcb\xab\x89\xd0\xd6\x56\x63\x05\x65\xfb\xff\x9b\ +\xb8\x00\xa2\x5c\xed\x0b\x0c\xb7\x6b\x34\xea\xcb\xe7\xbc\xbc\x04\ +\x8e\xc5\x5f\xdc\x02\x44\xf3\x8a\xac\x82\x50\xb8\xb2\x3b\x30\xbc\ +\x35\x9f\x73\xa6\x2c\x70\xf7\xda\xc8\xdd\xc0\x8d\x79\x47\x55\x61\ +\x08\x6c\x8c\xb5\x34\x6d\xca\xe3\xf8\xc9\x89\xad\x8d\x5c\xa5\x2a\ +\x1d\xd3\x0f\xab\xe2\x50\x90\xab\x16\xef\xda\xfb\x9b\xc9\x0e\x9c\ +\x54\xe0\x43\xab\x23\x8b\x2c\x9f\xbc\x0c\x7c\xc4\x91\xd0\x2a\x04\ +\x81\x01\x7c\xbe\x4f\x35\x6c\xdf\xf3\xd6\x44\xc7\x4d\xd8\x44\x1c\ +\x8a\x44\x66\x58\x3e\x69\xe7\x94\xb8\x27\xa1\x50\xa3\xc9\x64\xfb\ +\xc1\x68\xb4\x6a\xa2\xe3\x26\x14\xd8\xaa\x31\x9b\x81\x46\x47\x23\ +\xab\x2c\xce\xf5\xf9\x87\xef\x9d\xe8\x80\x71\x9b\x88\xae\x6b\x56\ +\x7e\x52\x92\xfa\x0a\x10\x70\x3c\xac\xca\xc2\x12\xb5\x1b\x1b\xda\ +\x9e\xfc\x5b\xae\x2f\x73\xde\xc1\x0a\x22\x49\xdd\xca\x29\x71\xa7\ +\x82\xdf\x16\xdf\xc3\x3a\xce\xcd\x9a\x53\xe0\x9e\xb5\x91\x0d\xc0\ +\xc5\xae\x86\x55\x41\x08\xfa\x99\x9e\xe6\x95\x6b\x73\x7f\x37\x86\ +\x43\x91\xc8\x0c\x2b\xc8\x9b\x20\x1f\x73\x3f\xb4\x8a\xe2\x9f\x76\ +\xa2\x7a\xd1\xd8\xae\xf4\x49\x77\x70\x32\xc8\x75\xa7\xc4\x9d\x16\ +\x1f\x37\x55\x43\xd7\x8e\xdd\x99\x25\xf0\x4b\xd7\x37\x06\x14\xb9\ +\xc5\xbb\x98\x2a\x0c\x95\xdb\x0e\x2c\x5b\x96\xf5\x36\x27\x4b\xe0\ +\x99\x43\xf3\x9a\x81\x33\x5d\x71\x2e\x42\x70\xc5\x2a\xea\xd6\x6c\ +\xc0\x1f\x74\x68\x7c\x49\x1e\xf8\x6b\xe6\x50\xb7\x66\x03\xc1\x15\ +\xab\x40\x5c\x7b\x99\x7e\xd6\x82\x05\xd5\x6b\xb2\xfc\x66\x6e\x08\ +\xe2\x5a\x7e\x37\xb8\xe2\x72\xe6\xaf\xdf\x08\xc0\x69\x17\x7c\x96\ +\xde\xfb\x6e\x23\x71\xe4\x7d\xb7\xdc\x65\x11\x98\x3b\x8f\x85\x9b\ +\x1e\x20\x50\x37\x3f\xb5\x43\xa0\x7f\xff\x1e\x57\x7c\xa9\xe8\x46\ +\x60\xc7\xc8\xf6\xe8\x1d\xdc\xd5\x72\x79\x3d\x70\xbe\x2b\x5e\x01\ +\x7f\x4d\xed\xe8\xe7\x40\xdd\xfc\xd4\x05\xcf\x9d\xe7\x96\xbb\x13\ +\xbe\xc6\x8a\x3b\x26\x16\x17\xb8\xa8\x7b\x75\x53\x68\x64\x23\xa3\ +\x89\xb0\xd7\xe3\xe2\x40\x94\xfe\xa7\x1e\x27\x71\xb8\x6f\x74\xdb\ +\x0b\x91\x73\x89\x9b\x38\xdc\x47\xff\xfe\xc7\x5d\xf3\x09\x80\x8f\ +\x96\x91\x8f\x06\xd2\x1d\x0b\x58\xe7\xa6\x4f\xab\xff\x18\xbd\xf7\ +\xde\x4a\xa2\xef\x5f\xa3\xfb\x02\x75\xf3\x59\xf8\x9d\x07\xb3\x04\ +\x70\x8a\x40\x6d\x1d\x0b\xef\xbc\x3f\x5b\xdc\xa3\x87\xe9\xdd\x7c\ +\x3b\xd6\xc0\x31\xc7\xfd\x65\xa2\xb0\x6e\xa4\xe3\x61\x00\xe2\xeb\ +\x2e\x3f\x07\xf8\x84\xab\x5e\x39\x71\x81\x59\x22\xd7\xd6\xb1\xf0\ +\xae\xef\x3b\x2a\x72\xa0\xb6\x2e\x75\xe7\xce\xfb\x68\xb6\xef\x7b\ +\x6f\xcd\xfa\x2f\x72\x0b\x81\x45\x5d\xcd\x97\x2e\x81\xb4\xc0\x49\ +\x4d\x2e\x77\xdd\x6b\x1a\xb7\x45\x2e\xb6\xb8\x23\x18\x31\xcb\x21\ +\x2d\xb0\xd8\x78\x26\x30\xb8\x27\x72\xa9\x88\x9b\x42\x96\x03\x88\ +\x46\xa3\xbe\x9e\xc0\xf0\x11\x85\x1a\x8f\x23\x38\xd1\x4e\xce\x3f\ +\x31\x3e\x70\xba\x82\x94\x96\xb8\xa9\x84\x7c\x38\x51\x3d\xd7\x74\ +\x55\x0d\x85\x8b\x21\x2e\x38\x77\x27\x97\x9a\xb8\x90\x4a\xc8\xc7\ +\xfd\x1f\xd4\x1b\xa3\xa6\xa1\x28\x11\xa4\x29\x54\xe4\x52\x14\x77\ +\x04\x95\x64\xd8\x20\x1a\x2e\x6a\x14\x4c\x5f\xe4\x52\x16\x17\xc0\ +\x16\x0d\x1b\xec\xe2\x0b\x0c\xf9\x8b\x5c\xea\xe2\x02\x60\x9b\xb0\ +\x51\x31\x9e\x4c\x44\x99\x0a\x53\x15\xb9\x2c\xc4\x05\x44\xf4\x6c\ +\x23\x25\x36\x32\x72\x32\x91\xcb\x45\xdc\x34\x35\xd2\xdd\xd2\xf4\ +\x36\x70\x46\xb1\x23\x19\x4b\xae\x47\x38\xab\xff\x28\xd8\x36\xfe\ +\xda\xba\xd1\x7d\x25\x2c\x2e\xc0\x5b\x06\x98\x5d\xec\x28\x72\x91\ +\xeb\x4e\xf6\x07\x6b\xcb\x49\x5c\x80\xd9\x06\x98\x55\xec\x28\xc6\ +\x63\x54\xe4\x1c\x79\xe3\xd1\xe4\x51\xe9\x8a\x0b\x69\x81\x4b\x1e\ +\xc9\x99\x45\x75\x7c\xc6\x95\x2b\x18\x60\xa8\xd8\x41\x8c\xc7\xc8\ +\x0f\x9a\x7f\x6e\xdd\x49\xdf\xf9\x83\xb5\x8e\x67\xe1\x5c\x60\xd0\ +\x00\x83\xc5\x8e\x22\x17\xb9\x9e\x16\xac\xfe\xa3\x59\xcd\x85\x1b\ +\xa9\x4e\x87\x19\x34\x68\xe9\x09\x3c\xde\xa3\xd8\x3b\x77\xdf\x42\ +\xef\x3d\xdf\x76\x3d\x9f\xec\x20\x83\x46\x45\x06\x8a\x1d\x45\x26\ +\x93\x3d\xe7\x7a\x95\xb4\x77\x88\x01\x23\x6a\x17\x3c\xd9\xce\x29\ +\xa6\xda\x89\x28\x17\x91\x55\xe5\x75\x83\x91\x9e\x62\x07\x02\xf9\ +\x77\x7f\xcb\x42\x64\x63\xf7\x18\xc5\xc4\x8a\x1d\xc7\x74\xbb\xbf\ +\xa5\x2e\xb2\x11\x13\x33\x4a\xb2\xa8\x77\x70\xa1\xb9\x85\x52\x16\ +\x59\x92\x26\x6e\x96\x7c\x38\xab\x87\x54\x81\x21\xcf\x71\x2a\x71\ +\x53\xa2\x22\x1f\x0b\x85\x1b\xe3\x46\x3a\x3a\x92\x0a\xcf\x79\xed\ +\xdd\xe9\xac\x58\x09\x8a\x7c\x40\x5a\x5b\x6d\x03\x60\xe0\x80\x97\ +\x9e\xdd\x4a\x39\x96\x92\xc8\x2a\x29\x4d\x53\xb9\x08\xb5\x3d\x13\ +\xd8\xed\x7c\x6e\xa9\x88\xec\xb7\xe4\x19\x48\x0b\x1c\x6e\x7b\xf2\ +\x35\x60\xc2\xf9\x5e\x4e\xe0\x55\xb2\xbc\xf8\x22\xcb\xeb\xf5\xed\ +\x7b\x63\x30\x32\xf0\x04\x54\x90\x1d\x13\x9f\x54\x18\xfe\xe0\x9c\ +\xd4\x05\x66\x8a\x7b\xb8\x2f\xd5\xf5\x75\x21\xe5\x98\x38\x7a\x98\ +\xde\xef\xdd\x91\x3d\xe0\x30\x9d\xc4\xf7\xd7\xb8\x3c\x3e\x59\xd9\ +\x3e\x52\x60\x69\x34\x5d\x99\x34\xd6\x36\x5c\xcc\x01\x06\x57\x5c\ +\x71\xd2\x28\x47\xb7\xc7\x08\x27\x8e\xbc\x9f\xf2\x31\x66\x54\x67\ +\xf0\xd2\x2b\x5c\xf3\x09\xa8\xdf\xb6\x77\x8e\x6c\x8c\x0a\xbc\x74\ +\xc7\xfe\xd7\x41\x5f\x70\xcb\xab\x35\x70\x74\xf4\xb3\x17\xe2\x8e\ +\xfa\xca\x21\x72\x66\x2c\x4e\xa3\xc8\xf3\x99\xb5\x7e\xfc\x63\xbe\ +\xfc\x89\x80\x2b\x95\xf9\xfa\x9f\x7a\x02\x14\xfc\x73\xe6\xd2\xbf\ +\xff\xf7\x58\xfd\xee\x0e\x21\xcd\x24\x71\xe4\x7d\xde\x69\xfd\x16\ +\xc1\xcb\xbe\x80\x75\xec\x08\xfd\x7f\x78\xc2\x35\x5f\x06\xfb\xd1\ +\xcc\xed\xac\x57\x05\x1a\x8d\xfa\x62\x81\xe3\x31\xd0\xb3\x5d\x8b\ +\xa0\x82\x51\x78\xa3\xef\xbd\xe3\x0d\x99\x25\x1b\xb3\x5e\x19\x49\ +\x47\x47\x12\xd5\x1f\x78\x1f\x5a\xa5\x20\xf7\x8f\xad\x87\x79\xd2\ +\x3b\x39\xff\x80\x3e\x86\xf2\xae\x77\x41\x55\x0c\xbd\x9a\x98\xb9\ +\x7d\xec\xce\x93\x04\xae\xef\xec\xfc\x2f\xc2\x94\x2b\x7a\x9c\x22\ +\x8d\x70\x7b\xae\x82\x49\x39\x27\xbd\x28\x48\xac\x39\xf2\x0c\x22\ +\xcb\x5c\x0f\xac\x02\x10\xe5\x8f\xe1\xb6\x7d\x17\xe7\x2a\x2e\x9a\ +\xf3\xb5\xbd\x80\xda\xd8\x5f\x07\x12\xae\x47\x57\xfe\x58\x6a\xb8\ +\x61\xbc\xca\xad\xe3\x8e\x8b\x58\xda\xb6\xff\xa0\x28\x5b\xdc\x8b\ +\xab\x42\x50\x1e\x9a\xa8\x62\xeb\x84\x03\x4f\x86\x66\xf7\x6d\x02\ +\xfd\x8b\xf3\x51\x55\x06\x0a\x2f\xda\x56\x75\xeb\x44\xc7\x4c\x3a\ +\xf1\xf0\xe0\xfa\x55\x0b\x8d\x95\x7c\x15\xc7\x0a\xd8\x57\x0c\xfd\ +\xe2\xf3\x35\x16\x54\x14\x09\x60\xe9\xb6\x3d\xbd\xa8\x7e\x91\x72\ +\x19\xab\xe4\x0d\xaa\xaa\xd7\x4d\x26\x2e\x4c\xb1\x30\xdd\xe2\xb6\ +\xce\x3d\x8a\x7e\xb7\xf0\xb8\x2a\x03\x45\x6e\x5f\xd2\xd6\xf9\xbb\ +\xa9\x1c\x9b\xd7\xdc\xe4\x58\x73\x64\x8b\x8a\x7c\x73\x7a\x61\x55\ +\x06\x22\x3c\xd2\xb0\x73\xdf\x0d\x53\x3d\x3e\xaf\xd1\x95\xe1\xf0\ +\xf9\x37\x0b\xb4\xe7\x1f\x56\xa5\xa0\xbb\xc3\xf5\xe7\x7d\x23\x9f\ +\x33\xf2\x9e\x5d\x7f\x30\x1a\xad\x92\xaa\xe1\xed\xa2\x5c\x9d\xef\ +\xb9\xe5\x8d\xee\xb6\x13\xb3\xae\xcd\xb7\xbc\xed\xf4\x0a\x34\x83\ +\xc4\x9a\x57\x3e\x84\xe8\xcd\xd3\x39\xbf\xfc\x90\xad\x0d\xa1\x73\ +\x6f\xf2\xa4\x40\x73\x26\xb1\x96\xa6\x4d\x0a\xf7\x14\x6a\xa7\x84\ +\x51\x94\x3b\x16\xb7\xed\x7b\x60\xba\x06\x0a\x16\x26\xb6\x6e\xe5\ +\x15\x6a\xeb\x2f\xa9\xbc\xe7\xe4\x7f\x8b\xe8\x97\x1b\x76\x76\xfe\ +\xba\x10\x23\x8e\xdc\x79\xa9\xce\x88\xb5\xbb\xe8\xeb\x14\x39\xc7\ +\x4b\x3e\x64\x75\x68\xd7\xde\x37\x0b\x35\xe4\xc8\x1c\x8d\xa5\xdb\ +\xf6\xf4\xda\x89\x59\xcb\x44\x79\x90\xf2\x4e\x10\x25\x50\xee\x1f\ +\x9e\xd5\x77\xa1\x13\xe2\x82\x0b\x6d\x67\xf7\xea\xa6\x10\x3e\x1e\ +\x06\x2e\x71\xda\xb6\xcb\x3c\xa7\x3e\xb9\x61\xc9\xf6\xbd\x7f\x77\ +\xd2\xa8\x6b\x8b\x45\x75\xb7\x34\xad\x33\xb0\x59\xe1\x74\x37\x7c\ +\x38\x48\xaf\xa0\x77\x84\x77\x75\xee\x2a\x8b\xc5\xa2\x32\x39\xb1\ +\x8e\x9c\xdc\x09\x84\x26\x3d\xc1\x5b\xde\x12\xf8\xd1\x8c\xaa\xe3\ +\x3f\x3d\xf3\xb1\x67\x3f\x70\xcb\x89\x27\x8f\x57\x07\x96\x2d\xf3\ +\x2f\x58\x50\xbd\x26\x5d\xb4\xed\x42\xaf\xfc\xe6\x40\x15\x79\xde\ +\x60\x3f\x1a\x4e\xcc\xda\xed\xc5\xba\x9f\x9e\x5f\xe8\xc1\xf5\xab\ +\x16\x8a\x65\x37\x0b\xfa\x25\xbc\x5b\xc4\xaf\x57\xd0\xb6\xa4\xb1\ +\x7f\x9e\x1a\x60\xe3\x1d\x25\xb4\x68\xaa\x7e\x0e\xc4\xa9\x92\x7c\ +\x83\xc0\x5f\x47\x17\x4d\xdd\xb5\xf7\x15\x37\xda\xd7\xa9\x50\x32\ +\x3d\x30\x6d\x6d\x35\xf1\x9e\x97\x43\x49\xac\x06\xc4\x84\x51\x42\ +\x08\x21\x51\x9d\x8d\x30\x9b\x54\x5d\xa1\x91\x79\xd5\x43\xc0\x00\ +\xca\xa0\x8a\x0c\x1a\xb4\xc7\x16\x8d\x63\x13\x37\x3e\xed\x0e\x9f\ +\x7d\xc1\xa1\x62\xad\x42\x3b\x96\xff\x01\x9e\x64\x91\x47\x7b\x39\ +\x6d\x1e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x04\x81\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x6a\x00\x00\x05\x6a\ +\x01\x88\xeb\x54\xf9\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\xfe\x49\x44\ +\x41\x54\x38\x8d\x8d\x95\x4d\x68\x14\x67\x18\xc7\x7f\xef\xfb\xce\ +\xcc\x7e\x9a\xcd\x87\x66\x63\x16\xcd\x42\x0c\x1a\x23\x62\x3d\xb4\ +\x50\xbd\x78\xa8\xb4\x07\xa1\x29\x28\xb4\x52\xab\x87\xde\x8a\x48\ +\x21\xbd\x0a\xbd\xb4\x52\xa4\x95\xde\x9b\x5a\x28\x85\xd8\x43\xa0\ +\x37\x0b\xf5\x94\x43\x1b\x8a\x50\x58\x50\x94\x6e\x56\xd8\x6c\x36\ +\x26\xab\x63\x92\xf9\xd8\xd9\x99\xb7\x87\x35\x71\x27\x9b\x48\xff\ +\x30\x87\x99\xe7\xff\xfe\xe6\x79\x9e\xf7\x7d\x66\x04\xbb\x68\x06\ +\xfa\x0d\xd3\xbc\x60\x99\xe6\x25\xa5\xd4\xa0\x94\xd2\x02\x88\xa2\ +\xa8\x19\x86\xe1\x72\x2b\x08\x6e\x6f\x04\xc1\xcc\x45\x78\xb6\xd3\ +\x7a\xb1\x03\x30\xb5\x27\x93\xf9\x5a\x28\x75\x7e\x6c\x6c\x6c\xa0\ +\x50\x28\x58\x89\x44\x22\xe6\xf1\x7d\x9f\x6a\xb5\xda\x7c\xf4\xe8\ +\xd1\x6a\x10\x04\xb7\x5d\xd7\xfd\xf2\x02\xb8\xbb\x82\x67\xa0\x90\ +\x4b\xa7\xe7\x0f\xf7\xf7\x0f\x1d\x3c\x71\x42\x88\x54\x6a\xb7\x82\ +\x00\xd0\x5a\x53\xa9\x54\x9a\xa5\x52\xe9\xb1\xe3\x38\x67\x2f\x40\ +\xb5\x0b\x3c\x03\x85\xde\x4c\xa6\xf4\xd6\xd0\x50\xae\x27\x91\x80\ +\x6c\x16\x46\x46\x5e\x0b\xde\x94\x6d\xdb\xcc\xcd\xcd\x3d\xd9\xd8\ +\xd8\x78\x7b\x13\x2e\x37\xcb\xcf\xa5\xd3\xf3\x5b\x50\x80\xf5\xf5\ +\xf6\xf5\x3f\x94\xcb\xe5\x38\x75\xea\xd4\xc1\x74\x26\xf3\xfb\x34\ +\x24\x01\x14\xc0\xa7\xd9\xec\xf7\x87\xfb\xfa\xce\xe4\x33\x99\xf8\ +\x0a\xcf\x83\x81\x01\xc2\xd1\x51\xc2\xf1\x71\xa2\x03\x07\xc0\xb2\ +\x90\xb6\x0d\x5a\xc7\xac\xc9\x64\x12\xd3\x30\x7a\xd6\x1b\x0d\xe3\ +\x97\x56\xeb\x0f\x31\x03\xfd\x3d\x3d\x3d\xa5\xb3\x27\x4f\x0e\x89\ +\x95\x15\x88\xa2\x2d\x73\x38\x3e\x4e\xf3\xda\x35\xa2\xbd\x7b\x63\ +\x10\xb9\xba\x8a\x35\x3b\x8b\xaa\x54\x62\xcf\xb5\xd6\xdc\xbd\x7b\ +\xb7\xb6\xfa\xe2\xc5\x84\xfa\xc8\x34\x2f\x4f\x4c\x4c\x4c\xf6\x15\ +\x0a\x8a\xde\xde\x36\xd8\xf7\x09\xc7\xc7\xf1\xae\x5f\x47\x64\xb3\ +\x58\x5a\x93\xd0\x1a\x53\x6b\x24\x10\xa6\x52\xb4\x8e\x1f\x47\x95\ +\xcb\xed\xec\x5f\x4a\x08\x81\x14\xc2\x6a\xac\xac\x3c\x91\xa6\x69\ +\x7e\x3c\x3c\x3c\x6c\x01\x60\x9a\x30\x3c\x0c\x63\x63\x34\xaf\x5e\ +\x45\x1a\x06\x49\xad\x31\x5e\x36\x06\xf0\x0c\xad\x49\x69\x8d\x30\ +\x0c\x9a\x93\x93\x20\x65\x2c\xeb\xe1\x42\x21\x61\x99\xe6\x25\xa9\ +\x94\x1a\xdc\x7e\x4e\xc3\x23\x47\x88\x06\x07\x31\xb5\x6e\x1f\x1b\ +\x21\xbe\x15\x47\x8f\x66\xc5\xf2\xf2\x1e\x84\xf8\x4e\x00\x96\xd6\ +\x44\x03\x03\x84\xc5\x62\x57\xaf\xa5\x52\x43\x52\x4a\x19\xa7\x02\ +\xd1\xfe\xfd\x6c\xed\xac\x10\x2e\xf5\xfa\x17\x42\x88\x50\x9c\x39\ +\xd3\xa2\x5e\x9f\x42\x08\x4f\x6d\xf3\x76\x4a\x48\x99\x90\x80\xee\ +\x8a\x74\xec\xb8\xd6\xba\x6b\x3a\x77\xf3\x6e\x81\x41\x1b\x51\x14\ +\x35\xb7\x07\xe4\xd2\x12\x00\x21\x60\x40\x92\x7c\xfe\x1b\x7d\xef\ +\xde\x14\x00\x83\x83\x37\xd1\x3a\x19\xb6\xab\xd9\xf2\xc6\x2a\x8e\ +\xa2\xa6\x8c\xc2\xb0\xee\xfb\x7e\x2c\xa0\xca\x65\xe4\xea\x2a\x4d\ +\x21\xda\xe5\x68\x7d\x8d\x7c\x7e\x8d\x7c\x7e\x0d\xb8\xaa\x81\xa6\ +\x94\xc8\x7a\x1d\x55\x2e\xc7\xd6\x7a\x9e\x47\x14\x86\x4b\x32\x08\ +\x82\x9f\xaa\xd5\x6a\x3c\xeb\x28\xc2\x9a\x9d\x45\x87\x21\xae\x94\ +\xb4\xda\x2f\x48\x6a\x48\xb6\x00\x57\x4a\x74\x10\x60\xdd\xba\x05\ +\x8f\x1f\xc7\x26\xb4\x5a\xad\xfa\xcd\x20\x98\x56\xe7\xa2\xe8\x5f\ +\x77\x63\xe3\xf2\xe8\xe8\xe8\x1e\x21\x5e\xb5\x53\xda\x36\xaa\x5c\ +\x26\x1a\x19\xa1\x95\x4e\x13\x08\x41\x20\x04\xa1\x10\xc8\x5a\x8d\ +\xc4\x8d\x1b\xa8\x87\x0f\xa1\xd5\x02\xdb\x86\xf5\x75\x74\x22\xc1\ +\xfc\xfd\xfb\xcb\x2d\xd7\xfd\x4c\x00\xfc\x96\x4a\x7d\x75\xec\xd8\ +\xb1\xcf\x8b\xc5\xa2\xd5\xd5\x30\x29\x09\x8b\x45\xa2\x7c\xbe\x7d\ +\x5b\xaf\xa3\x1e\x3c\x68\x67\xba\x6d\xe3\x16\x6c\x5b\x3f\x68\x34\ +\x6e\xbe\xe7\xba\x53\x02\x60\x1a\x92\xfb\xd2\xe9\xbf\x4f\x9f\x3e\ +\x7d\x34\x97\xcb\x75\xb1\x77\xd4\xe2\x22\x3c\x7b\xf5\x8d\xb7\x7d\ +\x9f\x3f\x6b\xb5\xea\xa2\xe3\x1c\xba\x02\x9e\x04\xb8\x02\x9e\xe3\ +\x38\x67\xe7\xe6\xe6\x9e\xd8\x1d\x23\xfa\x5a\xed\xdb\x07\x2f\x5b\ +\x67\xfb\x3e\x7f\x2d\x2d\x3d\x6f\x38\xce\x9b\x57\xda\x13\xca\xe6\ +\x39\xe7\x0e\xac\xbd\x1f\x04\x77\x6a\xb5\xda\xbb\xa6\x69\xf6\xf4\ +\xf6\xf6\x1a\x9d\x3d\xef\x92\x52\xe8\x28\xa2\x52\xab\xe9\x7f\x9e\ +\x3e\x5d\x6c\x38\xce\x1b\x1f\xc2\xe2\x56\xb8\xd3\x7b\x07\xd6\xde\ +\x09\x82\x1f\xd6\x1b\x0d\x73\x61\x61\xe1\x90\x14\xc2\x4a\x67\x32\ +\x86\x61\x18\x31\xa6\xe7\x79\x54\x2a\x15\x7f\xbe\x54\x5a\x79\xe6\ +\xba\xd3\xa1\xe3\x9c\xfb\x00\x9e\x77\x7a\x76\x4d\xe9\x67\xe8\x4b\ +\x9b\xe6\x79\xcb\x34\x3f\x91\x4a\xe5\x3b\x7f\xa6\x51\x18\x2e\x79\ +\x41\xf0\xa3\x0c\x82\x5f\x27\xb7\x01\x37\xf5\x1f\x1b\xaa\xb6\xa0\ +\x04\x3d\xf7\x2d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\ +\x00\x00\x12\x13\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x11\x90\x49\x44\ +\x41\x54\x78\x9c\xdd\x9d\x69\x90\x5c\x57\x75\xc7\x7f\xe7\xbe\xde\ +\x34\x7b\xcf\xf4\xf4\x8c\x24\x5b\xb2\xb6\x91\x0b\x13\x93\xc4\x98\ +\x80\x59\x0d\x92\xe5\x4f\xa9\x54\xc5\x31\x76\x80\xb0\xbb\xc0\x26\ +\x80\x8b\x4a\x85\x62\x49\xcc\x56\x59\xa0\x0a\x5c\x60\xe3\x84\x00\ +\x09\x38\x46\x56\x52\x49\x3e\x41\x46\x32\x56\x20\x60\x83\x63\x20\ +\x01\x6c\xa3\xc5\x96\x2d\xcb\xcc\x4c\xf7\xf4\xec\x33\xea\xe9\xee\ +\x77\x4f\x3e\xbc\xde\xdf\xeb\x9e\xad\x67\x11\xff\x2a\x55\x4d\xbf\ +\x7b\xee\x39\xf7\x1d\xdd\x3e\xf7\xdc\x73\xcf\x3d\x2d\x6c\x11\xe8\ +\x31\x9c\x89\xde\xc1\x83\xaa\xf6\x4a\xd0\x21\x54\x0e\x02\x43\x40\ +\xa7\x42\x3b\x48\x1c\xb4\xdd\xa3\x96\x79\xd0\x49\x81\x79\x60\x16\ +\xe4\x14\x62\x4f\x83\x9c\x06\xe7\xa9\xbe\xc9\x91\xd3\x72\x33\xee\ +\x26\xbe\x4e\x19\xb2\x99\xc2\xc7\x1e\x1a\xd8\x6b\x5c\x0e\x89\x70\ +\x48\xd1\x37\x00\xbd\x2d\x62\x3d\x87\xf2\x23\x11\x7d\x48\x55\x1f\ +\x4a\x3c\x3a\xfe\x33\xb9\x0b\xdb\x22\xde\x2b\xc2\x86\x2b\x78\xf2\ +\xbb\xdb\x77\xbb\x6e\xe1\x16\x55\x79\x37\xc2\xbe\x8d\x91\xaa\xcf\ +\x2b\xe6\x01\x31\xee\xd7\xfa\x0f\x8d\x9f\xde\x18\x99\x1e\x36\x44\ +\xc1\xfa\x38\xe1\xcc\x64\xf2\x56\x6b\x79\x8f\x08\xaf\xd8\x08\x99\ +\x8d\x20\xf0\x08\x70\x5f\x5f\x38\xf5\x2d\xb9\x9e\xc2\x06\xc8\x5b\ +\x3f\xe8\xb1\xab\x22\x99\x78\xfa\x16\x55\x3e\x06\x1c\x58\x4f\x59\ +\x2b\x85\xc0\xb3\x16\xf9\xc2\x62\x47\xf8\xef\x2f\xbf\xee\xc2\xc5\ +\x75\x94\xd3\x7a\xa8\x22\xe9\xe3\xfd\x6f\x17\x91\x4f\x03\xdb\xd7\ +\x43\x46\x0b\xf1\x82\xa8\x7e\xb4\xef\x86\xf4\x37\x44\xd0\x56\x33\ +\x6f\xb9\x82\xc7\x1e\x4a\x5e\x6d\x2c\xf7\x02\xaf\x6c\x35\xef\x75\ +\xc6\x0f\x5c\x91\xdb\x07\x0f\x8f\xfd\xa2\x95\x4c\x5b\xa6\xe0\x33\ +\xdf\xde\x1f\xed\x09\xcd\x7c\x06\xf8\x00\x10\x6a\x15\xdf\x0d\x46\ +\x1e\xf8\x7c\x62\xaa\xff\xe3\x72\xf3\x13\xb9\x56\x30\x6c\x89\x82\ +\x27\xbf\xbb\x7d\x77\xde\x75\x8f\x0a\xbc\x7c\x25\xa2\x25\xdc\x81\ +\x44\xba\xc0\x84\xd1\x85\x11\xd4\x5d\x6c\xc5\x70\x5a\x00\xf9\x89\ +\x75\xf4\x8d\x03\x6f\x48\x3d\xbd\x66\x4e\x6b\x65\x30\x3e\x9c\xfc\ +\x03\x15\xf9\x1a\x68\x7c\x59\x02\xc3\x1d\x48\xb4\x0f\x13\xe9\x05\ +\xe3\x94\x9f\x6b\x6e\x1a\x77\xe6\xcc\x5a\x87\xd3\x4a\xcc\xa8\xca\ +\x6d\xc9\x23\x63\x0f\xae\x85\x89\x59\x4b\xe7\xf4\x70\xf2\x2e\x15\ +\xfe\x7d\x69\xe5\x0a\x12\x4b\xe0\xf4\xbc\x08\xa7\xfb\x4a\x4c\xac\ +\xbf\x46\xb9\x00\xd8\xad\x32\x7b\xcb\xe8\x12\xd1\xa3\xe9\xe3\xc9\ +\x8f\xaf\x85\xc9\xaa\x66\xb0\x1e\xc3\x19\xef\x4e\x7e\x11\xe1\xbd\ +\x4b\xd1\x9a\x68\x1c\x69\xdb\x89\x38\xb1\x00\x46\x16\x9b\x9b\x46\ +\x73\x93\xe8\xe2\x24\xb4\x7e\x11\x6f\x09\x14\xee\xe9\x7f\x24\xf5\ +\xfe\xd5\xec\x06\x57\xac\xe0\x33\xdf\xde\x1f\x8d\x87\x66\xee\x57\ +\xb8\xa9\x29\x61\x28\x86\xd3\xbe\x1b\x09\x77\xd6\x35\x28\xba\x38\ +\x89\x5d\xcc\xa0\xb9\x19\xb6\xaa\x52\xfd\x90\x63\x89\xa9\xc4\x5b\ +\x56\xba\xf8\xad\x48\xc1\x7a\x17\x26\x73\xdd\xc0\x51\x45\xff\xa8\ +\x19\x9d\x89\xf5\x63\xda\x2f\x07\xa9\x58\x20\x55\x85\xdc\x04\x76\ +\x61\x04\x75\xb3\x2b\x11\xbb\x75\x20\xfc\x47\x62\x32\x75\xd3\x4a\ +\x02\x49\x2b\x52\xf0\xf8\xf1\x81\xbb\x15\x7d\x7f\x63\x6e\x21\x9c\ +\xce\x3d\x48\xa4\xbb\xe6\xb1\xcd\x8e\xa3\x0b\x2f\xa0\x36\xbf\x12\ +\x71\x5b\x15\xf7\xf5\xdf\x90\x5a\xd2\x34\x96\xb0\x6c\x05\xa7\x8f\ +\x27\x3f\x01\xfc\x45\x43\x46\x4e\x0c\xd3\xb5\xbf\xc6\xd6\xaa\x5d\ +\xc4\xce\x3e\x8b\xe6\x67\x97\x1e\x48\xa8\xcd\x73\xd7\x2e\x01\xb3\ +\xa1\x2a\x1f\x4f\x1e\x19\xfb\xf4\x72\x68\x97\xa5\xe0\xd4\x70\xff\ +\x4d\x22\xf2\x2f\x0d\x99\x84\xda\x30\x5d\x07\x10\x13\xae\x0c\xe2\ +\x62\x0a\x77\xe1\x02\x68\xe3\x75\x41\x22\x9d\x98\x48\x1c\x89\xf4\ +\x80\x89\x00\x60\x17\x46\xb1\x0b\x17\x96\x33\xac\xcd\x84\x8a\x70\ +\x53\xe2\x70\xea\xdf\x96\x22\x5c\x52\xc1\x63\xdf\x4d\xee\x33\x2e\ +\x3f\x01\xba\x83\xda\x25\xd4\x86\xd3\x35\x04\xa6\xb4\x79\x53\xdc\ +\xb9\xe7\xd1\x6c\xaa\xa1\x48\x89\xc6\x31\xdb\x06\xbd\x59\x5b\x07\ +\x9b\x9b\xc0\xce\x3c\xb3\xd4\xb0\xb6\x02\xa6\x5c\x95\xdf\x1d\x3c\ +\x32\x76\xae\x19\x51\x53\x3f\xf8\xcc\xb7\xf7\x47\x8d\x2b\x0f\xd2\ +\x48\xb9\x4e\x0c\xd3\x75\xa0\xa2\x5c\xb5\xb8\x33\x4f\x37\x54\xae\ +\x09\x77\xe3\xc4\x5f\x8c\xd3\xb9\xd7\xaf\x5c\x75\xd1\xc5\x09\xec\ +\xdc\x96\x9f\xbd\x25\xf4\x38\x62\x1f\xd4\x63\x57\x45\x9a\x11\x35\ +\x8d\x19\x14\x63\x0b\xd7\x04\x36\x4a\xc8\xb3\xb9\x25\xb3\xa0\x16\ +\x77\xe6\x34\x9a\x9f\xf3\xd3\x1a\x07\xa7\xed\x72\x24\x96\xa8\x79\ +\xac\x28\x9a\xcd\xa0\xb9\x09\xcf\x4e\xeb\xd6\xb6\xbd\x7e\xc8\xb5\ +\xe3\x3d\xe9\x4f\x01\x7f\xde\x90\xa2\x51\xc3\xc4\xf0\xc0\x8b\x5d\ +\xd1\x9f\x02\x61\x5f\xa3\x08\x4e\xe7\xfe\x2a\x6f\x41\xbd\x99\x9b\ +\x9b\xf2\x93\x86\xda\x71\xba\xf6\x95\x6d\xac\x47\xee\xa2\xd9\x14\ +\xf6\x62\xea\x37\xc1\xb3\x28\x58\xc3\x35\x03\x87\x52\x3f\x0f\x6a\ +\x0c\x34\x11\xaa\x88\x2b\x7c\x89\x20\xe5\x02\x26\x96\xac\x71\xc5\ +\xec\xfc\x85\x40\xe5\x9a\x70\x77\xd1\x3e\x57\x94\xab\xb9\x69\x0a\ +\x53\x4f\xe0\xce\xff\xc6\xb8\x6d\x21\x63\xb9\x47\x35\x78\xb2\x06\ +\x2a\x38\x7d\xbc\xff\xed\xa0\xaf\x0d\x66\x17\x43\xda\x2e\x2b\x7f\ +\xf4\x66\xe2\x98\x9f\x71\x2c\x81\xe9\xde\x5f\x89\x39\x68\x01\x3b\ +\xfb\x8c\x17\xd0\x71\x5b\x12\x09\xdc\x4a\x78\x55\xe6\x44\xf2\x4d\ +\x41\x0d\x3e\xad\x17\xe3\xba\xcf\x00\x3b\x82\x3a\x38\x5d\x07\x91\ +\x88\xb7\xfd\x55\x37\x87\x3b\xf5\x4b\x9f\x2b\x26\x91\x1e\xcf\x2c\ +\x94\xd8\xdb\x1c\xee\xcc\x59\xb4\xb0\x10\x3c\x3c\x11\x24\xdc\x85\ +\x89\xf4\x14\xbf\x19\x0e\xee\xdc\xb9\xc0\x6f\xc5\x16\xc6\x85\xc4\ +\x54\xff\xbe\xfa\xad\xb4\x6f\x91\x8b\x87\x67\xde\xa1\x1a\xac\x5c\ +\x13\x8d\x97\x95\x0b\x60\xe7\xce\xf9\x95\x1b\x6a\xc3\xe9\xdc\x4b\ +\x49\xb9\x5a\x58\xf0\x66\x6d\xa0\x39\x10\x4c\xac\x0f\xd9\x36\xe8\ +\x0b\x06\x49\xb4\xef\x52\x53\xf0\x65\xe3\xf1\xf1\xb7\x02\x5f\xa9\ +\x7e\x58\x63\x22\xf4\x71\xc2\xaa\xfc\x59\x70\x7f\x41\xda\x76\x96\ +\x3f\xd9\xec\xb8\x7f\x87\x66\x1c\x9c\xae\x03\x95\x18\x84\xcd\x35\ +\x54\xae\x84\xda\x70\xe2\x2f\xc2\x74\x5c\xe1\x8f\xb4\xd9\x02\xba\ +\x98\x5e\xe6\x7b\x6d\x21\xa8\x7e\x58\x4f\xd6\x4e\xda\x9a\x0f\x99\ +\xc9\xe4\xad\xc0\x9e\xa0\xbe\x26\xd6\x57\xa5\x08\x8b\x2e\xbc\xe0\ +\xa3\x71\xda\x77\x41\xd9\x6d\x73\x71\xa7\x1b\x28\x77\xdb\x76\x9c\ +\xf6\x1d\xd4\x58\x28\xeb\xa2\xb9\x0c\x76\x71\x0a\x2d\x5c\x8a\x2e\ +\x1b\x00\x7b\x33\xf9\xe4\x2d\x90\xba\xbf\xf4\xa0\x46\xc1\x56\x79\ +\x6f\x23\xbf\x4d\x62\xc9\xf2\xdf\x9a\x1d\xf7\x79\x00\x12\xee\x46\ +\xa2\x7d\x15\x5e\x73\xcf\xa1\x6e\xfd\x69\xb8\x60\x3a\x76\x79\x01\ +\xf7\x0a\xa5\xb7\x3d\xbe\x98\x02\x5d\xf7\x34\x85\x75\x87\xc2\x7b\ +\x80\xb2\x82\xcb\x26\x22\x75\xbc\xff\x80\xc0\xef\x05\x75\x92\x50\ +\x47\xd5\xce\x4b\xb1\x17\x47\xeb\x29\x30\x1d\xbb\x2a\x42\x72\x93\ +\xd8\xc5\x09\x1f\x1f\x9f\x72\x0b\xf3\xb8\x93\x4f\x62\x17\x7e\xfd\ +\x1b\xa1\xdc\x22\x5e\x99\x7e\x28\x31\x54\xfa\x50\x56\xb0\x11\xfe\ +\x84\x06\x1b\x0f\x89\x55\x66\xa6\x2e\x4e\xa2\x75\x6e\x96\x44\xe3\ +\x88\x13\x2d\x12\xb8\xb8\x73\xe7\xfd\x3c\xb6\x6d\xaf\x51\xae\x5d\ +\x9c\xa0\x30\xf5\xab\x4b\x37\x36\xdc\x0c\xae\xf9\xe3\xd2\x9f\x21\ +\xf0\x36\x16\x99\x13\xf2\xe6\x60\x6a\xf1\x0e\x28\x8b\xb0\x8b\x19\ +\x1f\x85\xd9\x36\x58\x69\xbf\x98\xf6\xd9\x5d\x09\xb5\x15\x6d\x6e\ +\x89\xc7\x84\xe7\x81\x2c\x11\x96\x54\x13\x46\x3b\x5e\x06\x1d\x2f\ +\x83\xc8\x00\x84\x8a\x5b\xed\x7c\x1a\xf2\x29\x98\x7b\x0c\x99\x7b\ +\x0c\xd9\x7a\x1b\x96\x37\xab\xf2\x09\x11\x34\x04\x90\x1a\x4e\x5e\ +\x6d\x0c\x57\x04\x51\x4a\xb8\xa3\x6a\xb3\x60\x8b\xf1\xda\xea\xf6\ +\xce\xb2\xf9\xf0\x62\x0b\xf5\x9b\x0e\xc1\x74\xee\xa1\xfc\xe5\x28\ +\xcc\x61\x67\x9b\x2b\x57\x23\x83\xd8\xc1\xf7\xa1\xf1\x1b\xc0\xa9\ +\x3f\x72\xaa\xc6\x6d\xe0\xce\x22\x93\xc3\x98\xd1\x7b\x90\x5c\xbd\ +\xe9\xda\x24\x08\xfb\x26\x86\x07\x5f\x04\xa3\x4f\x18\x00\xe3\xc8\ +\xf5\x0d\x69\x23\x5d\xe5\xbf\x6d\x7e\x9a\x7a\xc5\x98\x48\xe5\x40\ +\x59\xb3\x19\xdf\xe2\x67\x62\x09\xc4\xd9\xe6\xb5\xab\x52\x98\x7d\ +\xd6\xc7\xa3\x22\x2c\x8c\xdd\x79\x27\xee\x55\xc3\x68\xe2\x0f\x97\ +\x50\x6e\x11\x4e\x27\x9a\xb8\x09\xf7\xaa\xff\xc4\xdd\x71\x27\x48\ +\xe0\xee\x7e\xc3\xa1\x8e\x7b\x3d\x94\x6c\xb0\x6a\x43\x05\x57\x0f\ +\xd8\x3b\xf9\xad\x6b\x8e\xf6\x54\xda\x73\x75\x0b\x9b\x08\xb2\x6d\ +\xa0\xd2\x7e\x71\x04\x1a\xd8\x5c\x0d\x75\xe3\xee\xff\x0a\x76\xe0\ +\x36\x90\xa6\x11\xc0\x06\xe3\x8c\xa2\x83\xb7\xe1\x1e\xf8\x3a\x84\ +\x5a\x95\x66\xbc\x7a\x58\x95\xd7\x03\x18\x3d\x86\x03\xbc\xa6\x11\ +\xa1\x5e\x1c\x41\x73\xd3\x68\x36\xe5\x53\xb0\x77\xcc\x53\x54\x86\ +\xba\xbe\x8d\x87\x84\xbb\x2a\xbe\xb3\x75\x3d\x57\x2c\x08\xa1\x38\ +\xee\xc1\x07\xd1\xce\x40\x27\x66\x45\xd0\x8e\x6b\x70\x87\xee\x47\ +\x43\x3d\x4b\x13\xaf\x23\x04\x5e\xab\x77\x61\xcc\x44\xef\xe0\x41\ +\xa0\xe1\x68\xd4\x5d\xc4\x9d\x39\x53\xf4\x0c\xea\xbe\xda\xd5\x47\ +\x44\xb9\x69\xdf\xe6\xc0\x44\xaa\x67\x77\x26\xd8\x15\x93\x30\xee\ +\x9e\x2f\x40\x74\xf7\xaa\x5e\x24\x70\xcc\xb1\x3d\xd8\xbd\x5f\x44\ +\xcd\xa6\x9a\x8b\xde\xcc\x2b\xfa\x86\x42\x6a\xed\xc1\xd5\x72\xd0\ +\xdc\x8c\xe7\x13\x9b\x48\xe0\xce\xae\x26\xa4\xd9\x20\xae\x60\x77\ +\xbc\x0f\xed\x7c\x59\x33\x31\x16\x38\x89\xca\xb0\xc0\xf3\x00\x2a\ +\xec\x02\x3d\x02\xbc\x8e\x46\x21\xd7\x8e\x97\xa2\x03\xb7\x23\x23\ +\x77\x2f\xf3\x6d\xd6\x01\x26\x74\x30\x84\xea\x95\xc8\x6a\x53\xd4\ +\x14\x3b\xdf\xe4\x88\x47\x4a\x47\x49\x05\x08\x38\x59\xd6\xc8\x76\ +\x6c\xf2\x6d\x4d\xfa\xf3\x7d\x11\xb9\x63\xb0\xb7\xf7\x97\x01\xad\ +\x7f\x3b\x36\x31\x71\xb5\x75\xf5\x1e\x84\x57\x05\x75\xb7\x83\x6f\ +\x47\x32\x0f\x6e\x9e\x77\xa1\x7a\xd0\x58\x91\x55\xcf\xe0\xa5\xe0\ +\xce\x3e\x8d\xe6\x26\x71\x67\xce\x79\x89\x27\x75\xb0\x83\x77\x34\ +\x59\xd0\xe4\x1b\x83\xbd\xbd\x87\x1a\x28\x17\x80\x81\xde\xde\x9f\ +\x0f\x26\x7a\x5f\x0f\xf2\xcd\x60\x16\x51\x74\x70\xd9\x29\x0c\xad\ +\x87\xc8\x41\x23\xac\xdf\x45\x14\x2f\x63\xf2\x69\x34\x3f\xed\x6f\ +\x33\x61\xcf\xcf\x0d\x1c\x18\xdf\x1f\xec\x8b\xbf\x4b\x44\x96\xdc\ +\x41\x88\x48\x7e\xb0\x2f\xfe\x4e\x94\x1f\x04\x8e\x21\x7e\xe3\xa6\ +\xb9\x6e\xaa\xba\xdf\x00\xcb\x4a\x3b\x6d\x39\x3a\x5e\xde\xc8\xcf\ +\xb5\xae\x6b\x3e\xb0\x1c\xe5\x96\x20\x22\x79\x71\xe4\x76\xf0\x27\ +\xe7\xa9\xd3\x85\x76\x5e\xbb\x86\x81\xae\x01\x4a\x8f\x11\x68\xdf\ +\x0c\xd9\xb6\xe3\xa5\x8d\x9a\x4e\x5e\x96\x8c\xff\xef\x4a\xf9\x0d\ +\xf6\xf6\xfe\x02\xe4\x7b\x41\x6d\xda\xd1\x74\x11\x5d\x3f\x08\x9d\ +\x46\xa1\x6b\x69\xca\x75\x90\x1d\x4e\x36\x6a\x39\xbe\x06\xb6\xc3\ +\x41\x0f\xb5\xa1\xac\x75\x47\xa7\x01\x3a\x36\x43\x72\xc3\x97\x16\ +\x7d\x76\xb5\x3c\x45\x79\x2e\xf0\xf9\x26\x2b\x78\x53\xd0\xe8\xc6\ +\x94\xac\xed\x5a\x43\x60\x5f\xdd\xc4\x64\x42\x03\x04\xa4\xe2\x6c\ +\x00\xf2\xc1\x67\x6e\xaa\xb2\xfa\x2d\x9d\x10\xdc\xb7\x81\xac\x0d\ +\xc0\xac\x11\x98\x59\x9a\xae\xf5\xd0\x7c\xa3\xe4\x40\x3d\xb2\x6a\ +\x9e\x10\xd8\x57\x72\xfe\xbc\x8d\x0d\xc2\xac\xb1\x9b\x34\x83\x65\ +\xee\xb1\x46\x4d\xaf\x7b\x21\x35\xf9\x3b\x2b\xe5\x37\x36\x36\xf9\ +\x12\xd0\xc0\xa0\x95\xcc\xfd\x78\xa5\xec\x5a\x03\xf5\x66\xf0\xa6\ +\x24\x1f\xc8\xdc\x63\xe0\x06\x26\x66\x1b\xe3\xd8\xbb\x55\x75\xd9\ +\xbb\x83\x27\x54\x23\xae\x63\xef\x25\x20\x2e\x21\xee\x0c\x32\xf7\ +\x93\x35\x8c\x74\x0d\x10\xa6\x8c\xc2\x9a\x2f\xdb\xad\x4a\xb6\xcd\ +\x23\x93\x81\x5e\x15\x28\xaf\x1e\xcd\x4c\x7e\x75\x39\x4a\x7e\x42\ +\x35\xd2\x97\xc9\x7c\x55\xe0\xba\x40\x39\x93\xdf\x01\x0d\x48\x1d\ +\x88\x74\x63\x3a\xf7\xf9\xae\x3b\xb4\x12\x22\x72\xd6\x18\xd5\x53\ +\xeb\x26\x61\x09\x98\xd1\x7b\x40\x1b\xdd\x8f\xd3\xb7\x8c\x8e\x4f\ +\x3c\xec\x7d\xf5\x83\x71\x21\x35\xf9\xdb\xf1\xcc\xc4\x49\xa5\xc1\ +\x79\xa2\xcd\x22\x23\x5f\xf6\x3d\x16\x11\x9c\x8e\x3d\x98\x68\xbc\ +\x98\x85\xb4\x4e\x50\x3d\x15\x42\xe4\x57\xeb\x27\xa1\x39\x24\x37\ +\x8a\x8c\xfd\x13\x3a\x78\x5b\x03\x02\x5e\x65\x1d\xfb\xd3\x91\xf1\ +\x89\xef\x01\xc3\xa2\x9c\x2f\x3e\xdf\xed\x2d\x68\xf6\x35\x34\x49\ +\x22\x37\x63\x5f\x43\xf2\x01\x0b\x5c\xb8\xb3\x2a\x69\xdc\x7f\x61\ +\x48\x9c\x28\xd2\x7e\x19\x14\x16\xb1\x0b\x2f\xb0\xea\x3b\x23\x22\ +\xa7\x42\x62\xcc\x29\xb5\x9b\x52\x6d\x05\x00\x67\xe4\x8b\xb8\xed\ +\x2f\x69\x76\x9a\x61\x40\xaf\x07\xae\xd7\x15\x78\xc8\x32\xfb\x28\ +\x66\xd4\x3f\x7b\xa1\xee\x1c\x31\x28\xed\xb6\x6d\x27\x12\x89\x43\ +\x04\xc8\xcf\x16\xcf\x22\x57\x01\x5b\x38\x65\x7a\x27\x46\x4f\xb1\ +\x49\x0b\x1d\x00\x5a\xc0\x9c\xfb\x20\x92\x6d\x7a\xd5\x61\x45\x90\ +\xec\x33\x98\x73\x77\x06\x9f\xa0\x18\xa7\x36\x03\xa9\x4e\xc1\x22\ +\x82\x84\x2b\x76\x59\xeb\xed\xb7\x08\x4e\xc7\x6e\x9c\xae\xfd\x95\ +\x5c\x90\x60\x4c\xf4\x3d\x9a\x39\x6d\xe4\x66\x5c\x94\xc0\x20\xc9\ +\x46\x41\x0a\x53\x98\xd3\xb7\x22\xb3\x3f\x5a\x3b\xaf\xb9\xff\xc1\ +\x39\xfd\x16\xa4\x10\x3c\xeb\x4c\x6c\xb0\x92\x9c\xe8\x66\xfd\x09\ +\x8c\xe1\xae\x4a\x9a\x82\xcd\xf9\x52\x6e\x25\x12\x47\x62\xfd\x48\ +\xa4\x07\xd9\xd6\xb8\xd6\x88\xc2\x7f\xc9\x5d\x58\x03\xa0\x22\x27\ +\x57\xf9\x3e\x2d\x83\x14\xa6\x71\xce\xbe\x1b\x33\x72\x5f\x93\x85\ +\xaf\x09\x6c\x16\x33\x72\x2f\xce\x99\x77\x40\xc1\x9f\xb6\x05\x20\ +\xa1\x18\xd2\x56\x95\x24\xb3\x30\xea\x3b\x47\x94\x68\xc5\x7c\xd8\ +\x9c\xff\x14\xdd\x54\xb5\x07\xa7\xe4\x16\xe9\xd0\x87\xa1\x94\xd9\ +\x63\xf4\xa4\x6c\x9e\x19\xae\x40\x0b\x98\x91\xbb\x91\xcc\x83\xe8\ +\xf6\xdb\xd1\x9e\x23\xa8\xd3\x3c\xd8\x27\xee\x0c\x32\xf9\x1d\x64\ +\xe4\xcb\xc1\x0b\x5a\x19\x06\xd3\xb1\x07\xa9\xca\x5b\xf6\x65\x29\ +\x99\x08\x12\xa9\x4e\x13\xab\xb7\x9c\xa6\xd6\x7c\xe4\x9a\xd8\x66\ +\x09\x3d\x0c\xc5\xe0\x88\x2a\x32\x7e\x22\xf9\x34\x0d\x52\x57\x37\ +\x0d\x12\x46\x3b\xaf\x45\xdb\xaf\x85\xc8\x20\x84\x8b\xb9\x6d\xf9\ +\x34\xe4\x46\xbd\xb4\xa9\xb9\xc7\x03\xfd\xdc\x5a\x3e\x82\xe9\xdc\ +\x5b\xb5\xb8\x29\xee\xd4\x53\xbe\xaf\xbf\x69\xbb\x0c\x53\x9c\xe1\ +\x5a\x58\xc0\x9d\x7a\xb2\x96\x4d\xa4\x07\xa7\x6b\xbf\xd7\xae\x05\ +\xdc\xcc\xff\xd1\xc0\xc3\x38\x9b\x38\x9c\x1a\x2a\xa7\x4e\x89\xa0\ +\xe9\xe3\xdc\x0f\xac\xa9\x36\x42\xcb\xa1\x79\x64\xe6\x11\x64\xe6\ +\x91\x35\x30\x31\x98\xce\x3d\x35\x9e\x83\x9d\xbf\xe0\xbf\xce\x60\ +\x22\x35\xc9\x89\xea\xcb\x20\xa5\x66\x71\x24\x3b\x41\x13\xf7\xed\ +\x9b\xa5\x02\x4b\x65\x1f\x52\xad\x7e\xa3\x59\x8f\x4b\x12\x4e\x0c\ +\xa7\xe7\x60\x5d\x7a\x57\x3a\xf0\xd2\x8e\xd3\xb1\xbb\xbc\xb8\x69\ +\x21\x8b\xad\x4f\xb2\x31\x51\x4c\x55\x16\x93\x1b\x90\x9e\x5b\x12\ +\x61\x1d\xfe\xb9\xf4\xa1\xac\xe0\xe4\x8d\xe9\xb3\xaa\xac\x7d\x19\ +\xdf\x0a\x30\x0e\xa6\x6d\x27\x4e\xcf\x55\x48\xa8\x72\x22\xa6\xd9\ +\x74\x70\x6a\x6d\xb4\xb7\xee\x5a\xda\x73\xd4\xcf\x35\x6f\x71\x2c\ +\xd9\xef\x79\x28\x34\x8c\x91\xfd\xb0\xba\xd6\x4f\x4d\x86\xbb\x11\ +\xbe\xac\x6c\x6e\x65\xbe\xd5\x42\x44\x20\x5c\xbc\x5c\x1e\xed\xab\ +\xa9\x55\x51\xca\xdf\x08\x9a\xb9\x84\x62\x38\x55\xc9\xe3\xc1\x77\ +\x4f\xc2\x35\xb7\x54\xad\x2f\x83\xb4\x46\xd4\x7d\x35\x5d\xab\x3f\ +\xf4\x4d\xa5\x1e\x00\xce\x2e\xfd\x3a\x5b\x0b\x12\xe9\xc6\xe9\x7d\ +\x09\x4e\xd7\x10\x12\xeb\xaf\x2d\x04\x52\x58\xc0\x9d\x7a\x2a\x58\ +\xb9\x26\x42\xa8\x6b\xa8\x92\x20\xe3\xe6\x02\x13\x69\x4c\xdb\xce\ +\xb2\xf7\x81\x7b\x11\xcd\xfa\xdd\x37\x4f\x18\x4f\x27\x22\xa9\x9a\ +\x22\x4a\x35\x0a\x2e\x56\xf2\xf8\xdc\x0a\xde\x6d\x4b\xc0\xc4\x12\ +\x15\x25\x95\xe0\x5e\xc4\xce\x3d\x1b\xe8\x2d\x78\x9d\x22\x38\xdd\ +\x07\xaa\x92\x17\x2d\xee\xec\x59\xdf\xee\x4f\x22\x5d\x1e\xff\x22\ +\xec\xc2\x08\x8d\x96\x2a\x45\xfe\xaa\xbe\x1e\xa6\x2f\x50\x32\x55\ +\xe8\xfa\x47\xc0\x9f\x68\xb6\x85\x61\xb3\x19\xb0\xae\xb7\xf3\xca\ +\xa6\x71\x67\x4e\x53\x98\x7a\x12\x9b\x1d\x27\x50\x19\xa1\x6d\x84\ +\x7a\xae\x2c\xe7\x2d\x83\xe2\xce\x3e\xe3\xff\x8f\x10\x83\xe9\xa8\ +\x9c\x42\x69\x7e\x36\xf0\xee\x49\x11\xe7\xfb\xa7\x13\xbe\x0c\xa3\ +\xc0\xf0\x49\xea\x78\xff\xdb\x04\xf9\xfa\x32\xde\xed\x92\x83\x44\ +\x7b\x3d\x8f\x41\x4a\x65\xc5\x14\x3b\xf7\x5c\xf1\x3f\xa3\x16\xa6\ +\x63\x77\x95\xeb\x66\x71\xa7\x9e\x44\x0b\x0d\xee\x94\x88\xbc\xa9\ +\xff\xf0\xd8\x03\xbe\xc7\x41\xb4\xde\xc6\xa3\xff\x61\x90\xd7\xad\ +\xe6\x25\xb6\x24\x24\x8c\xd3\xb9\xcb\x8b\x92\x95\xa0\xb6\x98\x3f\ +\xe7\xdf\x91\x99\x58\xb2\xe6\xe6\x94\x9d\x7b\xbe\xf1\xe2\x26\xfc\ +\x77\xe2\x50\xea\xb5\x41\xc5\x45\x03\x63\xa9\x22\xa8\xb1\xce\xfb\ +\xf0\x6a\x39\x5e\xda\x30\x61\x4c\xfb\x65\x84\xe2\x2f\xae\x55\xae\ +\x9b\xc3\x9d\x3e\x15\xa8\x5c\x89\xf6\x78\x55\xb3\x8a\xd0\xdc\x74\ +\x33\xcf\xa1\xe0\x22\x77\x34\xaa\xdc\xda\x30\x58\xdd\x77\xe3\xe8\ +\x13\xc0\xe7\x97\xf5\x12\x5b\x0c\xa5\x90\xa3\xe9\xbc\x02\x27\x7e\ +\xb5\x77\x0b\xaa\xaa\xd2\xa0\xcd\x8e\x53\x98\x7a\xd2\xf3\x67\xeb\ +\xfb\x86\x3b\x70\x3a\xf6\x52\x4e\xe9\x75\x2f\xe2\xce\x36\x2e\x71\ +\xa3\xc8\x67\x9b\x55\x6c\x6d\x1a\xc2\xd6\xc7\x09\xa7\x33\xc9\xef\ +\x6d\x76\xd5\xea\xe5\x42\x9c\xa8\xe7\x52\x85\xbb\xfd\xa5\x1b\x01\ +\x75\xb3\xd8\xb9\xf3\x68\x3e\x38\x53\x41\xa2\x3d\x45\xe5\x16\xe7\ +\x9d\xe6\x71\x27\x7f\x85\x36\x2e\xfb\xf8\x58\x62\xaa\xff\xd5\xcd\ +\x8a\xd5\x2d\x79\x46\x30\x71\x62\xc7\x2e\x57\x0b\x3f\xa3\x75\x05\ +\xec\xd7\x0d\xa6\x6b\x5f\xcd\xb6\xb8\x04\x2d\xcc\xa3\x0b\x63\xc5\ +\xf0\x63\xb0\x8b\x65\xb6\x25\x8b\x66\xa1\x54\x82\xa1\xe0\x99\x10\ +\xdf\x75\xe0\x12\x64\xd2\x55\xae\x59\x53\x51\x24\x80\xde\xc3\xbf\ +\x3e\x8f\xca\xdb\x1a\x8e\x6c\x2b\xa1\xfa\x06\xaa\xcd\xa1\xd9\x14\ +\xee\xf4\x29\x6f\xa3\x91\x6b\x10\x9c\x29\xba\x62\xa6\x7d\x17\x65\ +\xe5\x6a\x7e\x09\xe5\xa2\xa2\xfa\x8e\xa5\x94\x0b\xcb\x98\xc1\x25\ +\x14\xab\x90\x7e\x72\xb9\xf4\x9b\x03\xf1\xee\xf5\xd9\x42\xa0\x7d\ +\xf5\x51\x47\xba\x30\xed\x57\x20\x4e\x55\x96\xbd\x9b\xc5\x9d\x3e\ +\xd3\xcc\x2c\x20\xe8\x87\x13\x37\xa4\xff\x66\x79\x23\x5a\x01\xd2\ +\xc3\xfd\x9f\x47\xe4\x83\x2b\xe9\xb3\x25\x21\x61\x4c\xfb\xce\x9a\ +\x1d\x1a\x14\x33\xf2\x67\x9f\x09\x3c\x69\x2e\xd3\x08\xf7\x26\x0f\ +\xa7\xee\x58\xae\xa8\x15\x65\x57\x26\x1e\x4d\x7f\x08\xd1\x35\x15\ +\x2c\xde\x4c\x88\x13\xc1\xb4\x5f\x4e\xa8\xef\xb7\x6a\x94\xab\x28\ +\x76\xfe\x85\xe2\x56\xb9\x59\xdd\x4f\x3d\xda\xff\xc3\xd4\x9f\xae\ +\x48\xe6\x4a\x07\xa9\xc7\xae\x8a\x8c\xf7\x8c\x7f\x13\xf4\xe6\x95\ +\xf6\xdd\x1c\x18\xcf\x14\x44\x7b\x8b\xe7\x6d\xb5\xaf\xac\xf9\x59\ +\xec\xfc\x73\x8d\x77\x68\x15\xca\xa3\x89\xa9\xe4\x5b\xd7\xb5\xbc\ +\x6d\x59\x94\x77\xc4\xf4\x59\xe0\x43\xab\xe9\xbf\xee\x10\xf1\x4e\ +\x7f\xa3\x71\x4c\xb8\xbb\x2e\x74\x59\x84\x7b\x11\xbb\x30\xd2\x2c\ +\xb6\x50\x86\x22\x5f\xea\x7f\x64\xec\x03\x1b\x52\xa0\xb9\x1a\xa9\ +\xe1\x81\x8f\x89\xe8\x27\xd7\xca\xa7\xd5\x70\x3a\x76\x7b\x61\xcb\ +\x00\x68\x61\xde\x2b\x88\xb7\xd8\xf4\xc8\xa7\x4c\x2e\xa2\x1f\x49\ +\x1c\x4e\xff\xf5\x6a\xc7\xb2\x66\xc5\xa4\x8f\x0f\xfc\x3e\xe8\xd7\ +\xd9\x42\x7e\xb2\xd3\x75\xa0\x36\xa9\x4f\x0b\xe8\xe2\x24\x6e\x36\ +\xd3\xec\x24\xa2\x1e\xd3\xaa\xfa\xae\xe4\x91\xf4\xbf\xae\x65\x2c\ +\x2d\x99\x79\x13\x27\x76\xec\x2a\xd8\xc2\xd1\xad\xb2\xe3\x13\xa7\ +\x98\xff\x60\xf3\x68\x6e\xa6\x58\x4f\x73\x25\x6e\xbc\x3c\x6e\x0d\ +\x6f\x1c\x38\x34\xb6\xe6\x32\xb0\x2d\xfb\x6a\x7b\x8b\x5f\xfa\x53\ +\xc0\x9d\x34\x28\xc9\x78\x09\x20\xaf\xc8\xe7\xfa\x7b\xc7\xfe\x52\ +\x5e\xda\x9a\x40\x57\xcb\x6d\x67\xfa\xa1\xc4\x10\xae\xb9\x07\xe1\ +\x50\xab\x79\xaf\x33\xbe\xef\xa8\xdc\xd1\x7b\x64\xac\xe1\xd5\xdd\ +\xd5\x60\xdd\x7e\x2c\x2a\x73\x22\xf9\x66\x45\x3f\x03\x72\xf9\xd2\ +\x3d\x36\x15\xe7\x51\x3e\x92\xb8\x21\xf5\xc0\x25\xf1\x63\x51\xd5\ +\x28\xfd\x8e\x9c\x2a\x1f\xc5\xfb\xf9\xc8\xad\x84\x73\x8a\xdc\x3d\ +\x1f\xde\xf6\x77\x7b\xae\x7f\x76\xdd\x4a\x5f\x6d\xcc\x0f\xf6\x9d\ +\x24\x94\xc9\x27\x6f\x29\x16\x6d\xbb\x6e\xa3\xe4\x06\x0d\x05\xf8\ +\x21\xca\x7d\x89\xe9\xd4\xd1\x8d\xf8\xdd\xcf\x0d\x7f\xd1\x89\x13\ +\x3b\x76\x59\xcd\xdf\xaa\xc8\x3b\xd9\xb8\x1f\xf1\x3b\xaf\xc8\xb7\ +\xb0\xf6\x1f\x92\x37\xa6\x37\x34\x2d\x61\xcb\xfc\x68\xaa\x45\x5f\ +\x2f\xd0\xb7\x74\xaf\x65\x40\x98\xc5\xf2\xe3\xf2\x8f\xa6\xde\x30\ +\xfe\xd3\xf5\xb0\xaf\xcb\x1b\xca\x16\x81\xde\x85\xc9\xbc\xa2\x6f\ +\x08\x9c\x2b\x11\x3d\x88\x98\x21\x55\x1d\x02\x3a\x8b\xff\x7a\xa8\ +\xdc\xab\x9e\xc3\xcb\xca\x9f\xf5\xfe\xe9\x29\x41\x4e\xa3\x9c\x56\ +\x6b\x9f\x4a\xfc\x78\xfc\xcc\x66\xfd\x0a\x6d\x3d\xfe\x1f\x60\x7c\ +\x1d\xee\xf6\xc7\xa6\x57\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x07\xd4\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x17\xac\x00\x00\x17\xac\ +\x01\x3d\x19\x23\x61\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x07\x51\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x6d\x6c\x5b\x57\x19\x80\x9f\xf7\xd8\x4d\ +\xd2\xb4\x69\xb7\xb4\x76\xd2\xb2\xb5\x73\x46\x61\xfb\x51\x41\xa9\ +\x80\x15\x90\xa8\xd4\x29\x71\x56\x0a\x15\xa2\x02\x8a\xb6\xa5\xc9\ +\x14\x09\xc1\x90\x40\x15\xda\x86\x84\x02\x02\x4d\x88\xfe\xa2\x88\ +\x69\xa1\x4d\xba\xa2\xf1\xb1\x88\x0d\x8a\xda\x7c\x74\xdd\x06\x63\ +\xb0\x22\x15\x06\x95\xd6\x09\x86\x53\xd2\x2a\x49\xed\x74\x05\x4c\ +\xd7\xb4\xb1\xcf\xcb\x8f\x36\x90\x2f\xc7\x4e\xe2\xe3\xeb\xb8\xf7\ +\x91\xfc\x23\x37\xe7\xbc\xef\x9b\x47\xbe\xd7\xc7\xe7\xdc\x7b\x22\ +\xf8\xe4\x84\xb6\xb5\x99\xb7\xce\x9f\x5c\x9b\x4e\xd9\x88\x1a\x13\ +\x01\xad\x13\x34\x82\x48\x04\x25\x02\x54\x83\xee\x0f\x77\xf4\x3e\ +\x32\xb1\x9f\x78\x54\x6f\x51\x72\xfe\x81\x6d\xab\xca\x83\xe5\x11\ +\x15\x1b\x51\xab\x11\x23\x26\xa2\x68\x04\x88\x00\xeb\x81\xf2\x2c\ +\x21\x94\x8a\xd1\x15\xe1\x1f\xbc\xf4\x9f\xf1\x03\x41\x97\x05\x17\ +\x1b\x7f\x7b\xb8\xb1\x7c\xc5\x65\xf3\x0e\x48\xd5\x19\x4c\x9d\x62\ +\xeb\x40\x6e\xbc\xf4\x9d\xc0\x4a\xc5\x82\x82\x88\xa0\xe8\x5c\x53\ +\x48\xfa\xca\xd2\xa5\x40\x69\x0a\xd6\xd6\xcd\x4b\x46\x52\xd5\x21\ +\x8c\xac\x51\x35\x75\x20\x75\xaa\x5a\x67\xa0\x4e\xa1\x8e\xcb\x7a\ +\x07\xa4\x0d\x8c\xcb\x1b\x3f\x81\xe7\x2c\x32\x67\x16\x9d\xe0\x7f\ +\x7e\x7e\xfb\xad\x63\x63\x63\x75\x33\x09\x4c\xa4\x58\x07\x04\xb1\ +\xe3\xad\x15\xc1\xa5\xbe\xec\x14\x9d\xe0\xfe\xa6\xad\x15\x95\x66\ +\xd9\xda\x0c\xa7\xf1\xbb\xaf\x5d\x4d\x2f\x07\x73\xa3\xb5\xf7\x02\ +\xb3\xe1\xa9\xe0\xe1\xfb\xeb\xc3\xa6\x4c\xbe\x84\x9a\xbb\xf8\xff\ +\x87\xc9\xad\x90\xa6\x90\xa7\xb1\x4b\x3c\x15\x1c\x28\x33\xed\xaa\ +\x7c\x62\xb1\xca\xcb\x05\x93\xbd\x89\x3b\x54\xe5\x4e\x2f\xf3\x17\ +\x02\x4f\x05\xdf\x0c\xf8\x82\x1d\xe3\x0b\x76\x8c\x2f\xd8\x31\xbe\ +\x60\xc7\xf8\x82\x1d\xe3\x0b\x76\x8c\x2f\xd8\x31\xbe\x60\xc7\xf8\ +\x82\x1d\xe3\x0b\x5e\x18\x29\x60\x70\xb6\x06\x45\x37\x5d\x59\x84\ +\x5c\x02\x89\x81\xc6\x40\x63\x82\x89\x59\x6c\x0c\x82\xb1\xf0\xba\ +\xcb\x03\xc3\x67\x2b\x6e\x0b\x18\xfa\x33\x75\xf6\x05\xc3\x28\x30\ +\x28\x10\xb3\x10\x13\xb9\x2e\x53\xc4\xc6\xb0\x15\x7f\x0d\x75\x1c\ +\x49\xce\xd6\x79\xa8\x29\x3a\x6b\xf0\x92\x17\xac\x70\x4d\xe0\xfc\ +\x54\x81\x28\x43\x4a\x60\xb0\xa6\xe3\x68\xcc\x65\xfe\x52\x11\x9c\ +\xf9\x34\x4e\x56\xfe\x43\xba\xba\xd2\x5e\x15\xb6\x58\x04\x4f\x12\ +\x88\x30\x04\x32\x28\x62\x63\x63\xa6\xfc\xcc\xda\xf6\x5f\xbd\xed\ +\x75\x81\x99\x28\x26\xc1\x67\x15\xfe\x22\x2a\xfd\x18\xdb\x2f\x2a\ +\xfd\x69\x6b\xfa\x4d\xe5\xdb\xfd\x13\xef\x33\x58\x6c\x14\x8f\x60\ +\xd5\x6f\xd6\x74\xf6\x76\x7a\x5d\x46\xbe\xf1\xc7\xc1\x8e\xf1\x05\ +\x3b\xc6\x17\xec\x18\x5f\xb0\x63\x7c\xc1\x8e\xf1\x05\x3b\xc6\x17\ +\xec\x18\x5f\xb0\x63\x7c\xc1\x8e\xf1\x05\x3b\xc6\x17\xec\x18\x5f\ +\xb0\x63\x7c\xc1\x8e\xf1\x05\x3b\xc6\x17\xec\x18\x5f\xb0\x63\x7c\ +\xc1\x8e\x29\x9e\x15\x8d\x22\x61\x68\x4f\x63\xa8\xd2\xd8\xf4\x8a\ +\xc0\x48\x52\xda\x4f\x8d\x2d\x34\xde\x4d\x2b\x58\xdb\xda\xcc\xc5\ +\xb3\xaf\x6e\xb6\x22\xf5\x88\xad\x07\xd9\x00\x84\x40\x83\x57\x55\ +\x48\xa4\x42\x9a\x68\x8e\x0e\x28\x72\x5a\x54\x5f\x48\x07\xec\x2f\ +\x6a\x0f\xf4\x65\xbc\xc1\x24\x13\x37\x9d\x60\x6d\xdb\x1a\x8c\x9f\ +\x2b\xff\x6c\x62\xe0\xf7\x8f\x62\xe4\x6e\x26\x3d\x8b\x37\x09\x51\ +\x58\x0f\xba\x5e\x85\x8f\x19\x6b\xf6\x25\x9a\xa3\x2f\xa0\xf2\xad\ +\x50\x67\xf7\xaf\x73\xcd\x77\x53\x5d\x83\x47\x5a\x1a\x3e\x90\x18\ +\x58\xfa\xba\xa8\x1c\x06\xb9\x7b\x8e\xdd\x8d\xc2\xbd\x2a\xfa\x52\ +\xa2\xb9\xe1\xb9\x44\x6b\xc3\x9a\x9c\x3a\xcd\xa3\xce\x45\xc9\x85\ +\x96\xc6\xbd\x56\xe5\xb7\xa0\x1b\x16\x1a\x4b\x91\x9d\x9a\x92\xd7\ +\xe2\xcd\xd1\x8f\x64\x6b\x7b\x53\x08\x8e\x37\x47\x1f\x17\xd5\xef\ +\x02\x4b\xf2\x18\x36\xac\x70\x22\x60\x74\xfb\x6c\x8d\x4a\x5e\xf0\ +\x85\x96\xc6\xbd\xc0\x23\x59\x1b\xce\x03\x81\x32\x90\xef\xcd\xd6\ +\xa6\xa4\x05\x0f\x37\xdd\xb7\x51\x54\x1f\x77\x9c\x66\x56\x87\x25\ +\x2b\x58\xdb\xda\x8c\x31\xf6\x49\x3c\x1e\x29\x95\xac\xe0\x91\x73\ +\x27\xb7\x03\x5b\xbc\xae\xa3\x64\x05\x2b\xf6\x73\x5e\xd7\x00\x25\ +\x2a\x78\xb0\x75\x47\x25\x2a\x3b\xbc\xae\x03\x4a\x54\xb0\x19\x4b\ +\x6f\x04\x2a\xbd\xae\x03\x4a\x55\x30\x7a\xbb\xd7\x35\x8c\x53\x92\ +\x82\xd5\xd8\xa5\x5e\xe5\x5e\x5a\x61\x52\x13\x7f\x2e\x49\xc1\xa8\ +\x78\x75\x47\xbc\xae\x4c\x0f\x4f\xca\x9d\x37\xc1\xda\xba\x79\xc9\ +\xa5\xa6\x9d\xb7\xe4\x2b\xde\xc2\x50\xa7\x4f\x0e\x65\xcc\xaa\x72\ +\x6e\xea\x1c\xf2\xbc\x06\xe1\x89\xd6\x86\x35\x9a\x96\x7a\xb5\x52\ +\x2f\x62\x37\x29\x52\x93\x48\x51\x8d\x19\x25\xde\x1c\x85\xeb\xcf\ +\x9d\xbd\x8e\xca\xcb\x04\xd2\x47\x43\x07\xfa\x4e\xe5\xe3\x0f\xc8\ +\x95\x70\x72\xc5\x99\x44\x55\x32\x09\x54\x15\x32\xaf\x88\x9e\x9c\ +\x7a\x6c\x4e\x82\xe3\x2d\x8d\x9b\x50\x7d\x4c\x53\x7c\x12\x30\x22\ +\xd7\xe7\x52\x67\x98\x4d\x5d\xab\xb0\x16\xd1\x7b\xb1\xe6\x1b\xf1\ +\xe6\xe8\x69\x45\xf6\x85\x93\xcb\x9f\x2e\xc4\x23\x55\xd2\xd5\x75\ +\x2d\xde\x1c\xed\x01\x76\xb9\xce\x35\x29\x2f\xf2\xcb\xa9\xc7\x72\ +\xba\x44\x5c\x6a\xda\x79\x4b\xbc\xa5\xe1\xa7\xa8\x9e\x02\x3e\x95\ +\x6b\xbf\x09\x6c\x14\xf4\xa9\x44\x55\xf2\x4f\x23\x4d\xd1\xf7\xcf\ +\xb1\xef\xbc\x10\xf4\x89\x42\xe4\x99\x40\x62\x34\xb9\xfc\xd9\xa9\ +\x07\xb3\x8a\x1a\x7e\xa8\xf1\x9e\x94\x19\x7d\x0d\x95\x4f\xb3\xf0\ +\xed\x70\x37\x5a\xc3\xef\xe2\x2d\x0d\x5f\x5c\x60\x9c\xac\x84\x3a\ +\x7a\x5f\x54\x38\xe2\x3a\xcf\x04\x1e\xbd\xbd\xab\xeb\xca\xd4\x83\ +\xb3\x5e\x22\x2e\x34\x47\xb7\x88\xd5\xe3\x0a\xcb\xf2\x58\x48\x10\ +\x95\xfd\x89\x3d\xd1\xf5\xae\xf7\xfb\x5b\x12\x4c\x3d\x9c\x4a\x05\ +\xb7\x91\xdf\xfa\x67\xe2\x95\x50\x47\x4f\xc7\x4c\xbf\xc8\xf8\x0e\ +\x8e\x37\xdd\xf7\x5e\x81\x6e\x1c\x15\xa7\xc2\x5e\xd0\xbb\x5c\xc4\ +\x1e\xa7\xba\xfd\xf9\x01\x45\x1f\xe4\xfa\x66\x98\xae\x38\x17\x0c\ +\xa6\x76\x4b\x86\xfd\x21\x67\x14\xac\xbb\x76\x95\x61\xd2\x3f\x06\ +\x56\x3a\x2c\x0c\x0a\x30\x95\x58\xd3\xd1\xfb\x73\x45\x9a\x71\xb3\ +\x41\xe6\x88\x31\x81\x86\xea\xf6\xe7\x07\x32\x35\x98\x51\x70\xa2\ +\x2a\xf9\x95\x79\x2c\x0a\x16\x2d\x35\x1d\xdd\x87\x05\x76\x02\x17\ +\xf3\x17\x55\x4e\x21\xba\x65\xf5\x81\xa3\x67\x66\x6b\x35\x4d\xf0\ +\xf0\xfd\xf5\xcb\x80\xc7\xf2\x57\x48\x71\x10\xea\xe8\x39\x12\x50\ +\xbb\x09\xe8\x5d\x60\xa8\x51\xd0\xef\x84\x92\xcb\x3f\x14\x3e\xd8\ +\xfb\x66\xb6\xc6\xd3\x4e\xd1\x40\xd0\x7c\x5c\x0b\x3c\x40\x2f\x14\ +\xab\x3a\xfb\xce\x01\xd1\xe1\x87\x1a\xef\x31\x96\xaf\x81\x36\x02\ +\x81\x1c\xbb\x27\x15\x7e\x68\x82\xba\x2f\xd4\xde\x3b\x94\x6b\xce\ +\x69\x82\xad\xf0\x99\x52\xff\xd7\x04\xb5\x07\xba\x5f\x05\x76\x9c\ +\x7f\x60\xdb\xaa\xb2\x60\x70\x1b\x48\x3d\xc2\xbb\x50\x42\x0a\x61\ +\x81\x6b\x40\x02\x18\x02\xfe\x28\x68\xdf\xea\xe4\x8a\x57\xa4\xab\ +\xeb\xda\x5c\x73\x4d\x13\x2c\xc8\x07\x3d\xd9\x30\x59\xb8\x5c\xe8\ +\x94\xb7\x1d\x3e\x71\x11\x78\xe6\xc6\xcb\x09\x93\xae\xc1\xfd\x4d\ +\x5b\x2b\x40\x6b\x5c\x25\x9b\x0d\x15\x33\xe7\x77\xc7\x62\x60\x92\ +\xe0\xea\x40\xb9\x77\xab\x00\x56\x97\x7b\x96\xdb\x21\x93\x04\xc7\ +\x2b\x4d\xc1\x4f\xd3\xff\x61\x3c\x9b\xc3\x75\xca\x24\xc1\x1b\xf6\ +\x77\x5f\x25\xcb\x46\x6b\xce\x10\x6f\xe6\x70\x5d\x33\x6d\x1c\x2c\ +\xe8\x1f\x3c\xa8\x23\x19\xfe\x57\xd5\x1b\x1e\xe4\x75\xce\x34\xc1\ +\xaa\x05\x9d\x81\x1a\xa7\x67\x3e\x43\xa0\xc5\xc0\x34\xc1\x36\xa5\ +\xcf\x28\xbc\x55\xc8\x22\xac\xf0\x64\x21\xf3\x15\x92\x69\x82\x6b\ +\x7f\xd4\x77\x59\xd0\xaf\x17\xb0\x86\x9e\xda\x83\x3d\x27\x0a\x98\ +\xaf\xa0\xcc\x38\xd9\x13\x5a\xb7\xe5\x09\x61\xfa\xfa\x92\x03\xae\ +\x28\x81\x2f\x14\x20\x8f\x67\x64\xfc\x56\x7c\xe1\xc1\xc6\x3b\x25\ +\xa0\x2f\x03\x39\xdd\x2a\x3f\x0f\x2c\x2a\xbb\xc3\x9d\xdd\x3f\x73\ +\x14\xbf\x28\xc8\x38\xe1\x5e\xf3\x54\xf7\xdf\xad\x35\x0d\xce\xae\ +\xc7\xca\x97\x4b\x5d\x2e\x64\x59\x93\xab\x3d\x74\xec\x74\xc0\xda\ +\x0f\x03\x7f\xce\x63\xce\x7f\x8b\xb2\x3b\xdc\xd9\x33\xeb\x9d\xe1\ +\xa5\x42\xd6\x45\xcf\xd5\x87\xfa\xde\xb8\x9a\xac\xda\x82\xca\xf7\ +\x81\x85\x3e\x98\xf7\x62\xda\xf2\x9e\x50\x67\xcf\x4f\x16\x18\x67\ +\xd1\x30\xa7\x99\xc9\xa1\xa6\xe8\x1d\xc1\x80\x7e\x55\x55\xf6\x00\ +\x15\x39\x76\x53\xe0\x38\x62\xbe\x1d\x3e\x78\xec\x37\x73\xae\x70\ +\x91\x33\xaf\xa9\xdf\xc1\xd6\x1d\x95\xc1\x54\xea\xa3\x28\x0d\x18\ +\x7d\x1f\x4a\x98\xeb\x1f\x86\x65\xaa\x12\x17\x74\x50\x0c\x6f\x5a\ +\x95\xe3\x62\xa5\x2f\x7c\xe8\xd8\x70\x7e\xcb\x5e\x3c\xfc\x17\x81\ +\xa2\x79\xb1\x38\xc0\x58\x59\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x1c\x50\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x05\x00\x00\x16\x05\ +\x01\xdb\x7a\x05\x64\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x1b\xcd\x49\x44\ +\x41\x54\x78\x9c\xd5\x9d\x79\x98\x15\xe5\x95\xff\x3f\xa7\xee\xbd\ +\xdd\x4d\x77\xb3\xef\x06\x04\x14\x45\x04\xa3\x22\x8b\x51\x63\x24\ +\x6a\x0c\x3a\xa8\x40\xdf\x06\xe2\x12\x8c\x71\x41\x8d\x93\x31\x19\ +\x17\xcc\xd2\x13\x47\x4c\x34\x99\x24\x86\xa8\x30\x19\x67\x14\x37\ +\x6e\x35\xe0\xb8\x44\xc7\x98\x04\x17\x24\x0a\xae\x61\x51\x36\x11\ +\x37\x9a\x4d\xc0\xde\xe8\x7b\x6f\x9d\xdf\x1f\x55\xf7\xd6\x5b\x7d\ +\xab\x6e\x77\x4b\x4b\xfc\x9d\xe7\xe1\xa1\xde\xf7\x9e\x7a\xdf\xb7\ +\xbe\x75\xea\xbc\x67\xab\x6a\xe1\x0b\x44\x3a\x75\xea\x10\x62\xb1\ +\x31\xa8\x1e\x81\xc8\x91\xc0\x91\x40\x3f\xa0\x1c\xa8\x04\xba\x03\ +\x59\xa0\x1e\x68\x06\xb6\x03\xef\x7b\xff\xd6\xa2\xfa\x26\x22\x6f\ +\x89\x6d\xef\xfd\xc7\x5c\x41\x21\xc9\x3f\x72\x72\x9d\x39\xb3\x0f\ +\xe9\xf4\xd9\x88\x4c\x04\x4e\x03\x86\x76\xc2\xb0\x0e\xf0\x06\x22\ +\xcf\xe2\x38\xcf\x20\xb2\x4c\x6c\x3b\xdb\x09\xe3\x7e\x26\x3a\xe8\ +\x00\xeb\xac\x59\x65\xd4\xd7\x4f\x46\xe4\x22\xe0\x9b\x40\xe2\x73\ +\x9e\x72\x07\x22\x36\xaa\x0f\x88\x6d\xaf\xf8\x9c\xe7\x2a\xa0\x83\ +\x06\xb0\xce\x9c\xd9\x9f\x6c\xf6\x9f\x51\x9d\x0d\xf4\x88\x60\xdb\ +\x03\xbc\x84\xc8\x3a\x54\xd7\xa3\xba\x9e\x58\xec\x7d\x2c\xab\x9e\ +\x86\x86\x46\x79\xec\xb1\x4f\x01\xf4\x82\x0b\xba\xd1\xd2\x52\x8a\ +\xe3\x0c\x44\xe4\x50\x60\x18\x70\x0c\x22\xc7\x03\x5f\x06\x4a\x22\ +\xc6\x5f\x85\xea\xef\x10\x79\x44\x6c\xbb\xa5\xb3\xaf\x31\x8c\x3e\ +\x77\x80\x75\xda\xb4\xc3\xb0\xac\x1f\x02\x97\x00\x65\xad\x7e\x76\ +\x80\x17\x50\x7d\x1c\x91\x65\xc0\x1b\x07\xfa\x38\xeb\xe4\xc9\xe5\ +\x94\x95\x9d\x8a\xc8\x19\xa8\x4e\x23\x5c\xed\x6c\x41\xf5\x67\xec\ +\xdc\xb9\x50\x96\x2d\xcb\x1c\xc8\x7c\x6d\xd1\xe7\x06\xb0\x26\x93\ +\xdd\x51\xfd\x29\x22\xd7\x50\xa8\x06\xde\x46\xf5\x7e\x44\x1e\x14\ +\xdb\xde\xfa\xb9\xad\x01\x84\x64\xf2\x44\x54\x2f\x46\xe4\x42\xdc\ +\x8d\xd2\xa4\x75\xc0\x35\x62\xdb\x7f\xf9\xbc\xd6\xd0\xe9\x00\x6b\ +\x4d\x8d\xc5\xda\xb5\xb3\x50\x9d\x0b\xf4\x6f\xf5\xf3\x8b\xa8\xfe\ +\x82\xda\xda\x27\x05\xb4\xb3\xe7\x2e\xba\xae\xf3\xcf\xef\x41\x3c\ +\x7e\x29\x22\x3f\x04\x06\xb4\xfa\xf9\x21\xe0\xfb\x62\xdb\x3b\x3a\ +\x7b\xde\xce\x07\x38\x99\x7c\x1c\xf8\xa7\x56\xdd\x7f\x02\x7e\x26\ +\xb6\xfd\x62\x67\xcf\xd7\x51\xd2\xc9\x93\xcb\x29\x2d\xbd\x06\x91\ +\x1b\x81\x9e\xc6\x4f\xdb\x50\xfd\xb6\xd4\xd6\x3e\xd3\x99\xf3\x75\ +\x2a\xc0\x9a\x4c\x76\xc1\xb5\x51\x2d\xaf\x6b\x33\x22\x3f\x90\x54\ +\xea\xd1\xce\x9c\xa7\x33\x48\xa7\x4c\xe9\x47\x2c\x76\x3b\x22\x17\ +\xe3\xe3\xa0\xa8\xde\x8e\xc8\xcd\x9d\x65\xda\x75\xbe\x04\x57\x57\ +\xcf\x41\xf5\x42\xe0\x41\x2a\x2a\x7e\x25\xff\xf3\x3f\xcd\x1d\x3a\ +\x7f\xda\xb4\xa3\x10\x39\x05\xcb\x1a\x8b\xea\x30\xdc\x4d\x6a\x08\ +\x50\x6a\xb0\xa5\x81\x9d\xc0\x07\x88\xbc\x09\xbc\x41\x36\xfb\x67\ +\x59\xbc\xf8\xed\x0e\xaf\xb7\xaa\xea\x74\x44\xee\x03\xbe\x64\x74\ +\x3f\xc1\xfe\xfd\xdf\xca\x59\x2d\x07\x42\xff\x50\x47\x03\x40\x93\ +\xc9\x18\x22\x13\x71\x9c\x0b\x11\x99\x84\xeb\xb9\x7d\x56\xda\x8a\ +\x6a\x0a\xd5\x85\xb2\x78\xf1\x5b\xed\x5e\xc3\x94\x29\xbd\x89\xc7\ +\xff\x00\x9c\x6f\x74\xbf\x45\x3c\xfe\x0d\x79\xf8\xe1\xba\x03\x58\ +\xcf\x67\x07\xd8\xdb\xa1\x13\x9f\xd5\x9e\xd4\x29\x53\xfa\x11\x8f\ +\x5f\x8b\x6b\xbe\x1d\xd2\xce\xd3\x32\xc0\xa7\xb8\x76\x74\x5b\x6b\ +\x7f\x09\xf8\x35\xb0\xb4\x3d\x8f\xbb\x82\x50\x5d\x7d\xbd\xb7\x39\ +\xe7\x54\xdc\x7a\xb2\xd9\xd3\x65\xc9\x92\x0f\xda\xb9\xbe\x02\xfa\ +\x4c\x00\x7b\xb6\xed\x9f\x80\xfe\xa8\x9e\x27\xb5\xb5\x7f\x6e\xf7\ +\xb9\x53\xa7\x0e\xc4\xb2\x6e\x46\xe4\x3b\x40\x97\x10\x96\x3a\x60\ +\x39\x22\x2f\xe2\x38\x6f\x13\x8b\x6d\xc1\x71\xb6\x88\x6d\x37\xe5\ +\xc7\x48\x26\x63\x40\x5f\x60\x04\x22\xc7\xa2\x7a\x2a\x70\x3a\xe1\ +\x0e\xcc\x5a\x44\x6e\x6e\xef\x3e\xa0\x55\x55\x33\x3c\x95\x91\x73\ +\x56\x36\x01\xa7\x88\x6d\x6f\x6b\xef\x35\x9a\xd4\x61\x80\x3d\xc9\ +\x5b\x0e\x0c\xf7\xba\xe6\x89\x6d\x7f\xaf\xcd\xf3\x2e\xbf\x3c\xc1\ +\x27\x9f\x7c\x0f\xf8\x29\xd0\xad\xd5\xcf\x1f\x00\x0f\x03\x0f\x89\ +\x6d\xbf\xd1\xd1\x35\x41\x1e\xf4\x33\x81\x8b\x80\x69\x04\x75\x36\ +\xc0\x73\x38\xce\x95\xed\xd1\xd3\x5a\x5d\x7d\x36\xaa\x8b\xf1\x1d\ +\xa3\xbf\x93\x4e\x9f\x2a\x8f\x3e\xba\xa7\xa3\xeb\xea\x10\xc0\x7a\ +\xee\xb9\x5d\x29\x2d\x5d\x06\x8c\xf1\xba\xea\xb1\xac\x53\x64\xd1\ +\xa2\x37\x8b\x9e\x37\x7d\xfa\x48\x1c\xe7\x61\xe0\xd8\x56\x3f\xb9\ +\x76\xf1\xe8\xd1\x7f\x94\x9a\x1a\xa7\x23\x6b\x29\x3a\x5f\x32\x39\ +\x00\xb8\x06\xf8\x1e\xc1\x9b\xb9\x1f\xb8\x05\xf8\x79\x5b\x6a\x43\ +\x93\xc9\x6f\x02\x8f\xe1\x3b\x49\xcf\x00\x67\x77\xd4\xba\x68\x37\ +\xc0\x7a\xda\x69\x71\xfa\xf6\x7d\x1a\xf7\x51\x04\x37\x5c\x78\x4e\ +\x5b\x5e\x90\x56\x57\x5f\x86\xea\x6f\x70\x43\x8e\x39\x7a\x03\xd7\ +\xb0\x7f\xae\x23\x8b\xed\x28\xe9\xcc\x99\x7d\xc8\x66\x7f\xe2\xc5\ +\x3f\xe2\xc6\x4f\xcf\x91\xcd\x5e\xd8\x96\x6e\xd5\xea\xea\x99\xa8\ +\x3e\x40\x4e\x27\xab\xce\x95\xda\xda\x9b\x3b\xb2\x86\xf6\x03\x9c\ +\x4c\xde\x0e\xfc\xab\xd7\x74\x80\x29\x62\xdb\x8f\x45\xf2\xbb\x1e\ +\xdd\xaf\x50\xfd\xbe\xd1\x5d\x8f\xc8\x8d\xa8\xde\x73\x30\x43\x88\ +\x9a\x4c\x1e\x07\x2c\x00\xc6\x19\xdd\x75\xa8\x4e\x95\xda\xda\x97\ +\xda\x38\xf7\x66\xe0\xdf\x73\x4d\x54\xcf\x95\xda\xda\x27\xda\x3b\ +\x77\xbb\x00\xd6\x64\xf2\x1c\xe0\xf1\x3c\xbf\xbb\x69\xcc\x2d\xc2\ +\x5f\x82\xeb\x7e\x4e\x33\xba\x5f\xc5\xb2\xbe\x25\x8b\x16\xad\x6f\ +\xef\xe2\x02\x63\xce\x9a\x55\x46\x43\x43\x39\xd0\x22\xb6\x5d\xdf\ +\xe1\xf3\xdd\x27\xf0\xc7\xc0\xcd\x40\xcc\xeb\xde\x0f\x7c\x47\x6c\ +\xfb\xa1\xc8\xf3\x5c\x6b\x69\x31\x30\xc5\xeb\xda\x49\x26\x33\x4a\ +\x96\x2e\xdd\xde\x9e\x79\xdb\x04\x58\xcf\x3f\xbf\x07\x89\xc4\x1a\ +\x7c\x53\x6a\x09\xb6\x5d\x15\x15\x4b\xf0\x2e\x64\x11\x30\xd5\xef\ +\xd4\x07\x10\xb9\xb4\x23\x26\x9d\x56\x55\x9d\x87\x65\x5d\x80\xea\ +\x48\xdc\xcc\x86\x19\x82\x6c\x01\x76\x01\xef\x22\xb2\x02\xd5\xe5\ +\xc4\xe3\x2f\xc8\xc3\x0f\xef\x6c\xc7\xb8\xa7\x23\x52\x8b\x6f\x71\ +\x38\xa8\x5e\x25\xb5\xb5\xf3\x23\xcf\x71\x31\x78\x03\xd7\xe1\x01\ +\xd5\x87\xa5\xb6\xf6\x5b\xed\xb9\x8e\xb6\x01\xae\xaa\x5a\x80\xc8\ +\x65\x5e\xf3\x63\x60\xb4\xd8\xf6\xee\x50\x5e\x10\xaa\xaa\xee\xf7\ +\x22\x57\xde\x0c\x72\x1b\xa9\xd4\xcd\x1d\x09\xee\xe8\xcc\x99\xfd\ +\xc9\x64\x3e\xc4\x97\xb4\xf6\x50\x1a\x78\x02\xd5\x7b\x11\x79\xaa\ +\x98\x0a\xd2\xe9\xd3\x47\xe3\x38\x7f\x04\x06\xfb\x4b\xe7\x6a\xb1\ +\xed\xbb\x23\xcf\xa9\xae\x3e\x03\xd5\x67\xc8\x61\xa6\x7a\xb6\xd4\ +\xd6\x3e\xd5\xd6\xa2\xac\x62\x3f\xea\xf4\xe9\x63\x10\xb9\x34\xdf\ +\x21\xf2\xdd\x28\x70\x01\xa8\xae\xbe\x29\x00\xae\xea\x2d\x92\x4a\ +\xcd\xe9\x70\xe4\xac\xa1\xa1\x11\x37\xf8\x6e\xd2\x3e\xe0\xa3\x90\ +\xfe\x1c\x25\x80\x29\x88\x3c\x0e\xbc\xad\x55\x55\x53\x23\xf8\x90\ +\x45\x8b\x56\x93\xcd\x4e\x00\x5e\xcf\x75\x01\xf3\xb4\xaa\x6a\x46\ +\xe4\x39\xa9\xd4\xb3\xa8\xfe\xc1\xef\x90\x5f\xea\x69\xa7\xc5\xa3\ +\xf8\xf3\x6c\xc5\x7e\xd4\x64\x72\x19\xf0\x35\xaf\xb9\x44\x6c\x7b\ +\x5a\x24\x6f\x75\xf5\x59\xa8\x3e\x89\x2f\x75\xbf\x15\xdb\xfe\x7e\ +\x24\xbf\xab\xdb\x26\x02\xdb\xc4\xb6\xd7\x86\xcc\x7d\x28\xaa\x63\ +\x51\x7d\x97\xae\x5d\xd7\x99\x31\x0d\x4d\x26\x63\x64\x32\xbd\x89\ +\xc7\xc7\x00\x5f\xc1\xcd\xe7\x9d\x42\xa1\xc0\x3c\x0f\xcc\x0e\x1b\ +\xdf\x1b\xa7\x3b\xae\xf9\x35\xde\xeb\x6a\x41\x75\x62\xd4\xc6\xe7\ +\xb9\xd4\x1b\xc8\x45\xe1\x44\x66\x4b\x2a\x75\x4f\xd4\x35\x42\x11\ +\x80\x3d\x5d\xf5\x6c\x7e\x62\xc7\x19\x2d\x8b\x17\x6f\x88\x58\x68\ +\x2f\x60\x0d\x7e\x9c\xb5\xa8\xcd\xe8\xe9\xb4\xff\xc6\xf5\xfd\x5b\ +\x80\xe3\xa3\x40\x68\x2f\x69\x32\x39\x0c\xd5\x4b\x10\xb9\x12\xd7\ +\xcb\xcb\x51\x3d\x22\x97\x4b\x2a\xf5\x70\xe8\x79\x33\x67\xf6\x21\ +\x93\x79\x1e\x18\xe9\x75\x6d\x03\xc6\x8a\x6d\x7f\x18\xca\x5f\x55\ +\xf5\x03\x44\x7e\xe9\x35\x3f\x00\x0e\x2f\xb6\xb7\x44\xab\x08\x91\ +\x9b\x8c\xe3\xf9\x51\xe0\xba\xb3\xea\x6f\xf1\xc1\x7d\x0f\x98\x19\ +\x09\xee\x8c\x19\x83\x49\x24\x5e\xc2\x0f\xac\x94\x20\xd2\x3a\x30\ +\xdf\x61\x12\xdb\x7e\x57\x6a\x6b\x7f\x02\x1c\x81\xc8\xed\xb8\x16\ +\x02\x40\x25\xaa\x0f\x69\x32\xf9\x1b\xad\xa9\x29\xb8\x5e\x6f\x63\ +\x3c\x07\x37\x3a\x87\x77\x1d\x0b\xc3\x78\x01\x68\x68\x98\x87\x0b\ +\x2c\xc0\x20\x54\x2f\x28\xb6\xae\xd0\x41\x3c\xbb\x31\xe7\x50\xa4\ +\x51\xfd\x65\x18\x9f\xc7\xfb\x75\x43\xef\x2a\x70\x59\xe4\x26\x38\ +\x65\x4a\x3f\xb2\xd9\xe7\xf0\xa5\x05\xe0\x0e\x49\xa5\xfe\x5a\x6c\ +\x91\x1d\x21\xb1\xed\xbd\x92\x4a\xdd\x80\xeb\x35\xae\x36\x7e\xfa\ +\x67\xd6\xac\x99\xa7\x21\x4f\xad\xd8\xf6\xbb\x88\x54\xe3\x06\x93\ +\x00\x26\xb2\x7a\xf5\xbf\x84\x8e\xff\xd4\x53\xfb\x71\x83\x48\x5e\ +\x87\xfc\xb0\xd8\x7a\xc2\xef\x92\xea\x77\x8d\x01\x1e\x8e\xca\x9b\ +\x79\x8b\xfd\xb9\xd1\x75\xaf\xd8\xf6\x9f\x42\x79\x67\xcd\x2a\x23\ +\x1e\x7f\x14\x37\x03\x0c\x90\x41\xf5\x6a\xb1\xed\xeb\x8b\x2d\xf0\ +\xb3\x92\xd8\xf6\x3b\x94\x95\x9d\x88\x6b\x8f\xe7\x68\x36\x55\x55\ +\xbf\x0a\xe5\x4f\xa5\xfe\x8a\xea\x6d\x7e\x87\xdc\xa2\x33\x66\x0c\ +\x8d\x18\x7e\x01\xf0\x89\x77\x7c\xb4\x26\x93\x5f\x89\x5a\x47\x01\ +\xc0\x9a\x4c\x76\x41\xc4\x14\xfb\x05\x51\x27\x93\x4c\x4e\xc3\xf7\ +\x8e\xea\x89\xc7\xa3\xdd\xc8\xfa\xfa\x7b\x71\x37\x24\x70\x9f\x8a\ +\x73\xa4\xb6\xf6\xae\x48\xfe\x4e\x20\x59\xb8\xb0\x01\xdb\xbe\x10\ +\x11\xdf\xc6\x15\xf9\x17\x4d\x26\x67\x85\x9e\xd0\xab\xd7\x2d\xc0\ +\x6b\x5e\xab\x0b\xd9\x6c\xf8\xcd\x70\x1d\x9d\x47\xf2\x1d\xaa\x17\ +\x47\xad\xa1\x50\x82\x45\xce\xc2\x37\xc2\x37\x92\x4a\x15\x73\x25\ +\xcd\xc7\xe3\x3f\xa2\x82\xd3\x5a\x5d\x5d\x8d\xc8\x4c\x63\x8e\x6b\ +\x3b\x3b\xf7\x15\x45\x02\xca\xd1\x47\x5f\xe5\xc5\x14\x72\xf4\x3b\ +\x4d\x26\x87\x17\xf0\x2e\x58\x90\xc6\x71\xae\xc2\x0d\x05\x00\x4c\ +\x8d\x94\x4e\x91\x07\x8d\xe3\xa9\x51\x3a\xbb\x40\x1f\x69\x32\xf9\ +\x07\x20\x67\xfb\xfe\x4c\x6c\xfb\xa7\x61\x27\xea\xb4\x69\x13\xb0\ +\xac\xbf\x79\xcd\x06\x12\x89\xc1\xf2\xd0\x43\x9f\x14\xf0\x25\x93\ +\x95\xb8\xe9\xf1\x41\xde\x62\x7e\x27\xa9\xd4\xb5\xa1\x8b\x0e\x9b\ +\x27\x99\x1c\xee\xdd\xf4\x43\x81\x01\xa8\xa6\x71\x77\xfa\x57\xdb\ +\xeb\xbd\x01\xe8\xa4\x49\xa5\x54\x56\xbe\x82\x5b\x98\x02\xf0\x32\ +\xa3\x46\x9d\x14\x16\xc5\xd3\xea\xea\xfb\x0c\xa9\x7c\x4a\x6c\xfb\ +\xec\x02\x1e\xd7\xcc\xfc\x80\x9c\x87\x6b\x59\xe3\x65\xd1\xa2\x95\ +\xad\xf9\xac\x82\x93\xdc\x1d\xd5\x25\xd7\xdb\x09\x27\x91\xcb\xfd\ +\x13\x75\x61\x18\xb8\x1e\xdf\x8f\xc9\x81\x0b\xef\x53\x5a\x7a\x53\ +\x28\x9f\xb9\x8e\x9a\x1a\x4b\x93\xc9\x8b\x34\x99\xfc\x3b\xb0\x01\ +\xd5\x79\xa8\x5e\xef\x5d\xf4\xa5\xb8\xf1\x84\x25\x64\x32\x1f\x6a\ +\x32\x59\xeb\x6d\xca\x45\xc9\xdb\x9c\x66\x02\xb9\xc0\xfd\x04\xd6\ +\xae\xad\x0a\x5f\x80\xde\x82\xbf\xe1\x4d\xd2\xe9\xd3\x47\x17\x8c\ +\x07\x8a\xc8\xff\x19\xe7\x7c\x33\x6c\xa8\xa0\x58\x27\x93\x23\xf1\ +\xcd\xad\x1d\x1c\x73\x4c\xc1\x1d\x01\x2f\x78\x2e\x72\x9e\x3f\x9b\ +\x84\xfa\xf1\x7a\xee\xb9\x5d\xbd\x50\x61\x8e\xae\x93\x85\x0b\x1b\ +\xc2\x78\xf3\xe7\x4c\x9f\x3e\x92\x35\x6b\x5e\x07\xee\x07\x0a\x2e\ +\xac\x15\x95\xe0\x06\x94\x5e\xd5\x64\xf2\x77\x3a\x69\x52\xeb\x20\ +\x7b\x80\x3c\x5b\xdb\xdf\x94\x55\x6b\xbc\x40\x7d\x6b\xbe\x8d\x5e\ +\xbc\x22\xc7\x77\x69\x6b\x1e\x8f\x9e\x36\x78\x4e\x0a\x63\x08\x02\ +\x1c\x64\x7a\x3e\x32\x08\xbe\x7b\xf7\x44\xa0\xb7\xd7\xda\x10\x99\ +\x85\x28\x2d\xbd\x10\xe8\xea\xb5\x56\x8a\x6d\xd7\x86\xf2\xe5\xa6\ +\xaf\xae\x3e\x0b\xc7\x59\x81\xff\x18\x83\xeb\x22\x2f\x42\xe4\x3a\ +\x54\x2f\x44\x64\x16\x22\xff\x86\xeb\xa5\xe5\x5c\x70\x0b\xb8\x86\ +\xca\xca\xe7\xf4\xfc\xf3\xa3\xea\xde\x5c\x2a\x29\xf9\x0d\x6e\xa0\ +\x08\x60\xa4\x67\x9e\x15\x92\xe3\xf8\x42\xa3\x7a\x41\xd8\x8d\x40\ +\x75\xb9\xd1\x3a\x31\xcc\x04\x0c\x02\x2c\x72\xa2\x71\x1c\x2a\xbd\ +\xde\x6f\x67\x18\x93\x2c\x89\xe4\x83\xcb\x8c\xe3\xc8\x68\x15\x80\ +\x26\x93\x27\xa0\xba\x14\xb7\x06\x18\x60\x2f\x22\x37\xd2\xdc\x3c\ +\x50\x6c\x7b\x86\xa4\x52\xbf\x96\xda\xda\x07\x25\x95\xba\x4f\x52\ +\xa9\x1a\xb1\xed\xaf\x61\x59\x47\x01\x4b\x8d\x61\x26\x90\x48\x3c\ +\xed\xd5\x67\x84\x2f\xfd\xc1\x07\xf7\x01\xbe\x5d\xaf\x3a\x2b\x94\ +\xb1\xb6\xf6\x39\x5c\xa7\x09\xa0\x2f\x8e\x33\xb6\x60\x2c\xd7\xdb\ +\xfb\xc8\x6b\xf6\x60\xfa\xf4\x23\x5a\xf3\xb4\xde\xf9\x46\x19\x13\ +\x47\x03\xec\xfa\xfd\xde\x08\x56\xa8\x93\xa0\xc9\xe4\x08\xe0\x78\ +\xaf\xb9\x8f\xb2\xb2\x47\xc2\xf8\xc0\x73\x9d\xe1\x51\xfc\x24\xe8\ +\x46\x1c\xe7\x44\x49\xa5\x7e\x21\x8f\x3f\xde\x18\x75\x9e\x2c\x5a\ +\xb4\x5e\x6c\x7b\x2a\xaa\x57\xe2\x16\x66\x03\x4c\x40\xf5\x8e\x22\ +\x6b\x87\x4c\xe6\x5e\x7c\x1d\x7b\xba\x97\x62\x0a\x8e\xed\x3e\x1d\ +\xbe\x8e\x8d\xc5\xbe\x11\x31\xda\xaa\xfc\x91\xe3\x4c\x68\xfd\x63\ +\x6b\x80\x8f\xcc\x1f\x65\xb3\xeb\xc2\x46\xf3\x82\xe9\xb9\x9c\x5c\ +\x16\xd5\xbf\x85\xf1\x21\x72\xaa\xd1\x7a\xaa\xa8\xee\x4d\x24\x6e\ +\xc0\xdf\x08\x77\x10\x8b\x9d\xd9\x91\x22\x12\xa9\xad\x9d\x8f\x88\ +\xaf\xeb\x45\xae\xd2\xe9\xd3\xc7\x45\xf2\xbb\xc1\xf2\x65\x5e\x33\ +\x16\xa9\x26\x44\x7c\x53\x52\xf5\xac\x50\x1e\x53\x10\x55\xa3\x01\ +\xf6\x02\x36\xbd\xbc\x66\x23\x4b\x96\x44\xa5\xa9\x87\xe1\x67\x6c\ +\x37\x47\x96\xeb\x3b\x8e\x0f\xb0\xea\xf3\x11\x63\xe5\xe6\xbd\xd6\ +\xe0\xbd\x52\x1e\x79\x64\x4b\x14\x7f\x14\x49\x2a\xf5\x9f\xa8\xa6\ +\x72\x4d\x1c\x27\xd4\xbc\x34\xc8\x74\x14\xa6\x84\x72\xb4\xb4\xfc\ +\x19\x5f\xd2\x27\xe8\xe4\xc9\xe5\x05\x3c\x96\xe5\x03\x2c\x52\x70\ +\x53\x2d\x83\x71\xb0\xd1\xbf\x39\x32\x86\x2b\x72\xb8\xd1\xda\x14\ +\xca\xe3\xf2\x9d\x9c\x3f\x56\x8d\x2e\xfa\x13\x39\x1f\x3f\x21\xba\ +\x92\xda\xda\xa5\x91\xbc\x6d\x91\x5b\xd0\x97\x03\xe4\x9b\x3a\x63\ +\x46\xb1\x82\x96\xc7\xf0\xaf\x71\xbc\xf7\x64\x06\x87\x73\xd3\xf4\ +\xb9\x78\x46\x9c\x92\x92\x63\x0a\x46\x49\xa7\x57\x19\xad\x91\xad\ +\x37\x3a\x1f\x60\xc7\xe9\x6d\xf4\x47\xe7\x9b\x54\x87\x18\xad\x77\ +\x43\x59\xdc\x49\x72\x8f\x7c\x16\xcb\x5a\x53\x64\xbc\xf3\x8c\xd6\ +\xfd\x07\x52\xd6\x2a\xb6\xfd\x2e\x6e\xa8\x14\x20\x46\x36\x1b\x1d\ +\x40\x77\x4b\x55\x73\x11\xc2\x72\x2c\x6b\x4c\x28\xa3\xaa\x5f\x92\ +\x60\x59\xad\xcb\x0e\x90\xa5\x4b\x77\xe1\x16\xcb\x00\x74\x65\xea\ +\xd4\x80\x3e\xf7\x01\x56\x35\x01\x8e\xce\x5a\xf8\xbb\x7c\x34\xdf\ +\xcc\x99\xbd\xf1\xeb\x09\x76\xb4\x91\x41\x36\x23\x6b\xa1\x81\xa2\ +\xfc\x12\xa7\x4f\x3f\xb2\x4d\x33\x4c\xc4\x8c\xfb\x4e\x6f\x83\xd7\ +\x37\xb3\x1c\xe7\xab\x11\x3c\x6f\x19\xc7\x05\x00\x7b\xe4\x27\x72\ +\x2d\x6b\x84\xf9\x83\x99\xf2\x30\x81\x2b\xf6\x1a\x94\x5f\x25\x2e\ +\x12\x5e\x7d\xd8\xd2\xd2\x1f\x2b\x7f\xef\x22\x8b\xe7\xb4\xa6\xc6\ +\x62\xcd\x9a\xdc\x13\xe1\x50\x5f\xbf\x25\x92\xb7\xba\xfa\x6a\x1c\ +\x67\x1e\x89\xc4\x0e\x4d\x26\x47\x45\x16\x4b\xab\x3e\x8a\x1b\x0b\ +\x2e\x05\x4e\xd8\x77\xf1\xd5\xbd\xef\x3a\xf9\x92\x43\x34\xcb\x51\ +\x0e\x3a\x54\x44\x7b\xa9\x88\x08\x9a\x5e\xba\xed\x9d\x8a\xd1\x75\ +\x6b\xe8\xdb\xb0\x93\x1e\x4d\x7b\x4f\x8c\x18\xef\x4d\x44\x72\xc7\ +\x5f\x0e\xe5\x71\x01\xce\xdd\xa0\x11\xf8\x1b\xa8\x01\xb0\x88\x65\ +\x1c\x47\xbf\xb7\xa0\x1a\xcf\x4f\xe8\x38\xe1\x7c\x96\x55\x61\xb4\ +\xa2\x4b\x40\x6b\x6a\x94\x64\x32\xb7\x06\xc7\x73\x67\xa3\xe6\xcd\ +\x39\x41\x7d\x11\x39\x1b\xb8\x2f\x8c\x4d\x6c\xbb\x3e\x5d\x3d\x73\ +\xe5\xa6\xbe\x87\x9d\xb2\xa6\xff\xd1\xb1\x8d\xbd\x0f\xdf\xe2\x38\ +\x5a\x89\xe4\x6b\x0e\x10\x75\xff\x7f\xbb\xff\x51\xbc\xdd\xff\x28\ +\x00\x2a\xf7\xd7\x4f\xbe\xf5\xf4\xeb\xe7\x8b\x63\x3d\x70\xd3\xec\ +\x31\x2f\x8a\xb8\x5c\x88\x98\xea\xed\x70\xc2\x48\x64\x03\x9a\xd7\ +\x6c\x91\x12\xec\x93\xe3\x44\xeb\x41\x91\x46\xe3\xb8\x22\x82\xcb\ +\xac\x5b\x88\xe2\x41\x40\xd5\xe5\xed\x06\xc4\x75\xf2\xe4\xf2\x22\ +\x76\xef\x1b\xc0\xb7\xbc\xf5\x9d\x4c\x08\xc0\x77\xdc\xff\x66\x45\ +\x4b\x7d\xcb\x55\xbf\x75\xd2\xc7\xb5\xc4\xf2\xaf\x85\xb4\x7e\x2f\ +\x23\x7c\xc1\xa5\x95\x09\x51\x2e\x47\x9c\xcb\x6f\x9b\xbf\x6a\xcd\ +\xad\x77\xad\x9a\x9b\xde\x7e\xc2\x23\xd4\x48\x1d\xc9\x64\x13\xae\ +\x8d\x3e\x40\x27\x4d\x2a\x2d\x10\x04\x55\x5f\x45\x88\x04\x00\x36\ +\xa5\xd6\x07\xd5\xb2\x8a\x25\x43\x4d\xf0\xc2\x17\x1f\x8b\x99\x52\ +\xdb\x35\x94\xc7\x27\x3f\x98\x5f\x5e\x1e\xf5\x08\x02\xf8\xef\xb8\ +\x89\x14\xf8\xfd\x73\xef\x79\x65\x6a\xba\xa1\x65\x9d\x08\xb7\xb7\ +\xc4\x12\xed\x02\x35\x92\x94\x51\x22\xfa\x60\x49\xff\x55\x2b\xe6\ +\xce\x5f\x75\x3c\x90\xcb\xcf\x09\x95\x95\x83\x0b\xf8\x1d\xc7\x2c\ +\xa6\x19\x6a\xfe\x14\x37\x98\xf6\x1b\x8f\x7e\xa4\xd4\x21\xb2\x3d\ +\xff\x38\xa8\x0e\x0a\xe5\x69\x6e\xfe\x94\x44\x5e\x82\x7a\x86\xf2\ +\xf8\xe3\x2d\x47\x75\xb4\x37\xde\x29\x40\xb8\xe3\x02\xaf\xe2\x9a\ +\x60\x71\x60\x64\x4e\xda\x6b\xe6\xaf\x2a\x2f\x51\x9d\x87\x72\x49\ +\xd8\x49\x65\x25\x42\x8f\x3e\x5d\x77\x75\xef\x55\xde\x50\xd1\xb5\ +\xac\xb9\x34\x11\xcb\xc6\xe2\xe2\x64\x33\x6a\x35\x37\xa7\x13\xe9\ +\xba\x5d\x83\x77\xed\xdd\x5f\xba\xf3\xd3\x2c\xe9\x6c\xc1\x83\x3b\ +\x5e\x1c\xfd\xdb\xb2\xc3\xbf\xf6\xde\x69\x9b\x9f\xc7\xbb\xee\x43\ +\x81\x8d\x01\xae\xf2\xf2\x2d\x34\xe7\x93\xde\x87\x9a\x3f\x99\x76\ +\xb0\x1f\x6e\x14\x31\x37\xbc\x20\xa9\x6e\x32\xf8\x42\x75\x92\x67\ +\x3f\xe6\x02\x2a\xbd\x75\xea\xd4\x81\x45\xc6\x5b\x6e\x1c\x87\x6f\ +\x34\x80\x57\x1f\x9c\xbb\x30\x8b\x92\x92\xa3\xe7\xde\xf9\x5a\xdf\ +\x12\x47\x9f\x0b\x03\x77\x40\x8f\x84\xf3\xd5\x11\x5d\x38\xfb\x98\ +\x4a\x4e\x18\x73\xc8\xb6\xc3\x8f\xec\xb7\x63\xc0\xc0\x6e\x9f\xf6\ +\xec\x53\xd1\xd8\xad\x47\x79\x73\xcf\x3e\x15\x8d\x03\x07\xf5\xd8\ +\x3b\x7c\x48\xd7\xfa\x93\x86\x77\xe1\x9c\x63\x2b\x38\x6e\x54\xef\ +\x9d\x95\x5d\x4b\x5b\xab\xa8\xc4\x8a\x21\x13\x86\x3f\x3e\xf2\x6c\ +\x1c\xb1\x40\xa4\x40\x82\x3d\x2f\x35\x57\xaf\x51\x69\x5a\x3a\xa6\ +\xab\x6c\x9a\x5c\xd1\x00\x07\xef\xde\x91\x91\xd9\x57\xbf\xa8\x03\ +\x62\xb1\x70\x1b\x13\xc0\xb2\x5e\x36\x5a\xe3\x23\xf9\x00\x44\xfe\ +\x9e\x3b\xac\xeb\x3a\xf0\x64\x12\xd9\xe7\x81\x40\x10\xa6\xb2\x7b\ +\x59\xc3\x57\x4e\x3d\x7c\xdd\x89\xa3\x7b\xee\xeb\xd7\xd5\xdd\x8f\ +\xad\x74\x4b\x64\xf0\x47\xad\x58\x1a\x20\x66\x09\x43\xfa\x97\xef\ +\x3f\xf5\xcc\x11\xeb\xbe\x3c\x66\xd0\xe6\x92\xd2\x44\x20\x15\xbf\ +\x7a\xc0\x28\x96\x8c\x3e\x8f\x0c\xb1\xa8\x0c\xf8\xfb\xf9\xa3\x44\ +\x22\x7f\x13\x4c\x1d\x6c\x02\x1c\x29\x71\x9e\x79\x94\x1b\xac\x07\ +\xeb\xd6\x1d\x1d\xce\x28\xaf\x19\xad\x13\xa2\xc6\x63\xd1\xa2\x0d\ +\xf8\x96\xc6\x20\xbd\xe8\xa2\x68\xf5\xa4\xba\x1a\xa0\x25\x56\x42\ +\xed\xb1\xe7\xdf\x04\x1c\x65\xfe\xfc\xa5\x43\x7b\xec\x38\xf9\xb4\ +\x23\xde\xe9\xd9\xa7\xa2\x51\x13\x25\xf9\x8a\x78\x2b\x9d\x8e\x8c\ +\x13\x6b\x2c\xe6\x5b\x42\xd9\x6c\x1c\x60\xd0\xd0\x5e\x9f\x9c\x72\ +\xc6\xf0\x75\x3d\x7a\x95\x07\x2c\xa0\x0d\x7d\x8f\xe0\x91\xe3\x93\ +\x51\x69\x7a\x1f\x60\x43\xca\x7d\x80\xe3\x71\xb3\xd0\x62\x70\x58\ +\x6c\xd3\x5f\x95\xe1\xfa\xba\x7a\x33\x8c\x5e\x35\x8e\xa3\x1f\x7d\ +\xd7\x73\x7b\x37\xdf\x6c\x6e\x1e\x12\xc5\x0b\xbc\x03\xf0\x7f\x23\ +\xce\x64\x5f\x59\xf7\xbc\x24\x89\x25\x3a\x62\xf4\xc0\xad\xc7\x8e\ +\x3d\x74\x6b\x2c\xe6\x6e\xd6\x1a\x8f\xe7\x25\x50\x32\xd1\x00\x63\ +\xf9\x26\xa9\x38\xd9\xfc\xc6\x51\x56\x9a\xc8\x4c\xf8\xea\xe1\x1b\ +\x0e\x19\xdc\x33\x60\x6f\xbf\xdf\x63\xf0\x97\x6f\xbb\x67\xd5\x95\ +\x85\x17\x22\xef\x1b\xad\xbc\x37\x97\x07\xd8\x8b\x93\xe6\xf2\x5b\ +\x65\x24\x93\x7d\x8a\x5c\xa8\x09\xf0\x69\xa1\x1c\x99\x8c\x99\x2c\ +\x3d\x39\x34\x60\xed\xd3\x7b\xf9\x23\x91\xa1\x91\x5c\x8e\xb3\x69\ +\x6d\xff\x91\xac\x1e\x30\x2a\xd0\x3d\x62\xd4\x80\xad\x87\x1f\xd9\ +\x37\x00\x84\x13\x4f\xe4\x77\x1d\xc9\xa4\x5b\xbf\x23\x9d\x27\xb5\ +\xe2\x26\xc0\x01\xb3\x35\x16\x13\x3d\x6e\xdc\xe0\xad\x43\x06\x75\ +\x0b\x38\x5e\xaa\xfa\xeb\xb9\xf3\x5e\x3e\xd2\xec\xc3\x71\xfe\x17\ +\x37\x64\xda\x80\xc8\x2b\xb9\xee\xd6\xfa\xd3\x0c\xde\x14\x64\x5d\ +\x8d\x99\xcd\x18\xf0\xd7\x43\x2b\x66\xdc\xea\xf1\x1c\x70\xdd\x80\ +\x70\x55\xe2\x92\x0f\xb0\xe3\x14\x9a\x41\x1e\xbd\x34\xf4\x2b\x3b\ +\xfe\x3c\x7c\x62\xa0\x6f\xd0\x90\x9e\xdb\x0f\x3b\xa2\x6f\x41\xe2\ +\x53\x13\x89\xbc\xad\x2a\xd9\x6c\xd4\xdb\xf7\x41\x15\xe1\x68\xa8\ +\x5f\x70\xcc\xe8\x7e\x75\x03\xba\x07\x7e\x2a\x23\x66\xcd\x33\x3b\ +\xa4\xb6\xf6\x29\x62\xb1\x61\x64\x32\x87\xc9\xa2\x45\xf9\x82\x97\ +\xd6\x19\x8d\x8d\xc6\x71\x64\x3e\x4c\x16\x2d\x5a\x87\x6f\x1b\xf6\ +\x65\xdd\xba\xc2\x28\x93\x4b\xa6\x9a\x88\x4e\x4c\xaa\xfa\x00\x59\ +\x56\xef\x28\xb6\xe7\x8e\x38\xf5\xdb\xf5\xa5\xbe\x89\xdb\xbd\x47\ +\x59\xe3\xa8\xe3\x06\x85\xbe\x06\xa0\x56\xcc\x90\x4c\x27\xb2\x0a\ +\x52\x2d\x2b\x6b\xf0\x85\x6f\xd8\x96\x95\x1d\x3b\xb4\x8c\x92\x78\ +\x40\x6b\x9e\x79\xdb\x5d\x2b\xcf\x30\x3b\xe4\x91\x47\xde\x6f\x5d\ +\x98\xdd\x7a\x40\xbf\x00\x4f\x75\x14\xc5\x48\xe4\x85\xfc\x71\x36\ +\x1b\x15\xdc\xf6\x23\x51\xd1\x81\x12\x10\xd9\x65\xb4\x7a\x85\xb1\ +\xdc\x71\xff\x9b\x15\xa8\xe4\xe3\xc6\x82\x70\xcc\xa8\x7e\x75\x39\ +\x9d\x5b\x40\x96\xa8\x5a\x96\x0b\xb2\xaa\x45\x36\x1b\xae\xa2\x44\ +\x8c\xbc\xa3\x86\x97\x92\x59\x96\x53\x9a\x10\x46\x0f\x2a\x69\xd5\ +\xcf\x9c\xd0\x31\xcd\x65\xb4\x6a\x9b\x12\x17\x0d\x08\x80\xe3\x98\ +\x71\xd0\x70\x2b\xc1\x0c\xf5\xa9\x16\x1b\xcf\xb4\x60\x42\x01\x4e\ +\x37\xb4\x4c\xc5\x4f\xb4\xf2\xa5\x9e\x71\x7a\x56\xc4\x8a\xbf\x99\ +\x24\x96\x2f\xc5\xd9\x6c\xe8\x97\x55\xd4\x04\x58\x35\x7c\x63\xf7\ +\x78\x86\xf6\x49\x50\x59\x66\xf9\x37\x54\x99\x58\xa0\x8b\x5b\x51\ +\xeb\xac\xf2\x4a\xfc\x78\xec\xb8\x36\x0a\x8c\xfd\x4c\xb2\xc8\x51\ +\xa1\x1c\x8e\x63\x66\x9b\x8f\x0f\xe5\x71\xcf\xf7\x25\x38\x18\x36\ +\xf5\x59\xdc\x9a\x86\x3c\x0d\x1f\x90\x08\xec\xfa\x61\xa4\x71\xd7\ +\xc6\x05\x90\x6c\x36\xfc\x5a\x8c\x10\x81\x68\x44\x31\xa4\x07\xb0\ +\x20\x0c\xeb\x57\x12\xb8\xa9\x12\x8b\x15\x0d\x89\x06\x06\xf4\xaa\ +\x22\xb7\x78\xcd\x0a\xfa\xf6\x8d\xae\x4b\x10\x31\x75\x5f\xb8\xdd\ +\xbc\x64\xc9\x56\xfc\x22\xb9\xde\x91\x19\x86\xa0\x0d\x5e\x20\xc1\ +\x77\xde\xb9\xa1\x54\xfd\x42\x70\x2a\x4b\x2d\x7a\x57\xc4\x90\xac\ +\x53\x1c\x60\x53\x82\xa3\x6e\x86\x58\x6d\xaa\x08\xf3\x26\x1c\xda\ +\xbb\x24\xa0\x92\x14\xe7\xcc\x62\x6b\x08\x1b\x30\x6f\x62\x44\x15\ +\x53\x78\x64\xe6\xec\x0a\xb2\xb2\x90\xb7\x71\xfd\x12\x52\xc7\x09\ +\xb7\x24\x32\x99\xa2\x3a\xb8\xbe\x64\xf7\x18\x8c\xf7\xec\xfa\x75\ +\x73\x85\x51\xb2\x99\x36\x24\x38\x6e\x48\x70\x26\x5c\x82\x2d\xd1\ +\x3c\x80\xaa\x82\x13\xa2\x26\x8c\x9b\x50\x16\xc7\x0a\xba\xd3\x32\ +\xe1\xce\x3b\x37\x44\xda\xd9\x61\x00\xfb\x2f\x16\xba\x9f\xdb\x0a\ +\x25\x2f\xd9\x99\xb3\x35\xbb\xeb\xac\x59\xe1\xb6\xa6\x69\x99\xa8\ +\x1e\x16\xca\x93\xcd\xb6\xa1\x83\xad\xc0\x8d\xe9\x5d\xe9\x2d\xbb\ +\x88\x75\xe0\xce\x6d\xea\xe0\xa2\xd2\xde\xa1\x34\x55\xb7\x1e\xe5\ +\x66\x86\xbc\xa4\xbe\x64\x57\x78\x9c\x98\x30\x80\x63\x31\xb3\xea\ +\xf1\x8c\x36\x1c\x04\xdf\x00\xdf\xbb\x37\xdc\xc5\x75\x9c\xcd\xf9\ +\xe3\x28\x80\x1f\x7d\x74\x2f\x7e\xb2\xb2\x10\x60\x25\x70\x5e\x65\ +\x99\xbb\xec\xa8\x8d\x2b\x7f\x5a\xcc\x07\x18\x75\x3a\xf2\xc6\x52\ +\x90\xac\x80\xa5\x22\x95\x5d\x4b\x03\xdf\xc0\x70\xb0\xda\x0f\xb0\ +\x97\x32\xcf\x39\x1c\x3d\xb0\xac\xc8\xfa\x02\xfc\x42\x3a\x28\x2d\ +\x2d\x4c\x69\x03\x88\x6c\x36\x8e\xc3\xa3\x6f\xae\x04\xe5\x74\x75\ +\x89\x9e\x7b\x6e\xd7\x56\x0c\x81\xe0\x53\x69\xc2\xcb\x4d\x68\x5b\ +\x12\xec\x5b\x08\x91\x36\x6e\xe8\x72\x8a\x90\xaa\x24\x4a\xe2\x81\ +\x4c\x4e\x4c\x0b\x5e\x6e\xcf\x53\x94\x52\x7f\x36\x7f\x1c\x52\xad\ +\x62\x90\xaf\x8b\xb2\xd9\x70\x80\x2d\x6b\xb3\xd1\x1a\x5a\x64\x2c\ +\xff\xb1\x2b\x2d\x0d\x2e\xd8\x09\x7e\x0e\x2c\xe6\xc7\xad\x8b\x4a\ +\xa5\x5a\x31\xd3\x04\x6b\x2f\xc0\xe1\x64\x6c\x74\x89\xb8\x04\x2c\ +\x09\x0d\xbe\x87\x1d\xa0\x28\x80\xff\x0b\x17\xbc\x7a\xa0\xd8\x0b\ +\xdb\x3e\xc0\xc1\x3c\x9c\x4f\xe9\xb4\x69\x6d\x14\xab\x53\x68\x32\ +\x8e\x83\xe1\x45\x09\xfc\x46\xd6\xcb\x68\x89\x6a\x1b\x8f\xbd\xb4\ +\x13\xe0\x08\x67\x25\x82\xd2\x99\xa0\xd3\x22\x26\x0e\xad\x28\xbc\ +\x2a\xdb\x2d\x24\x3e\x04\x18\xd4\xc6\xf7\x1b\x4c\x5d\x14\xee\xef\ +\xef\xde\xbd\x0d\xbf\x6e\xac\x7f\x11\x9d\xee\x2f\xd2\x71\x82\x12\ +\x21\x1a\x78\xf9\xb0\x39\x43\xf1\x5d\xdf\x23\xd3\x89\x10\x6d\xb7\ +\x8a\x68\x93\x5a\xf6\x07\x6d\x6a\x15\x09\xaf\x8d\xa6\xc8\x6b\x5c\ +\x62\xdb\x7b\xdb\xf1\x15\x53\x5f\x42\xb2\xd9\xf0\x9b\xe5\x7e\x59\ +\x2f\x17\xe9\x8a\x11\x8b\x0c\x58\x9b\x52\x10\x94\x60\xc7\x0a\xa4\ +\x68\xf6\x35\x19\x49\x59\x27\xc2\x05\x06\xb0\xac\xce\x53\x11\x39\ +\x2f\x4f\x44\x3f\xfd\x74\x7f\x40\x65\x65\x9d\xe8\x0a\xa7\x03\xbd\ +\xab\xfe\x05\x14\x4f\x94\x7e\x94\x3f\xca\x66\xa3\x82\xf9\xbe\x1a\ +\x10\x09\x00\xec\x58\xd9\x40\x65\xd0\xee\x06\x3f\x79\x26\xc5\xf4\ +\x70\xc0\x0d\x2e\x76\xad\x81\xa7\xa0\x50\x5d\x04\x9f\x12\xdd\xb7\ +\xa7\xc9\x54\x87\x8d\xfd\x62\xb2\xb9\xf5\x29\x39\x3a\x50\x80\x0d\ +\x49\x2a\xfa\x08\xfa\x4e\x89\x6a\xd4\x57\xa5\x4c\x7d\x1e\x50\x11\ +\x99\x6d\x8d\x6f\xe0\x16\x62\x03\x50\xb7\x37\x63\xe5\xf2\xae\xc5\ +\x00\x76\x62\xb1\x74\x7e\x73\xb2\xa4\x58\x75\x91\x0f\xa0\x55\x5c\ +\x1f\x37\xee\x57\x1a\xeb\xf7\x9b\x02\xb0\xe2\x8a\x2b\xc6\xa6\xa3\ +\xf8\x0f\x96\x04\xef\x31\xf8\xa2\x4a\x9f\x7c\x80\x55\x03\x00\xd7\ +\xd4\x4c\xcc\x28\x92\xff\xf0\x52\x53\x8b\x23\x3b\xea\x3d\x4b\xa9\ +\x98\x04\xc7\xe3\x99\x96\x5e\x7d\x37\x65\x2a\xbb\x6e\x6f\xe9\xd9\ +\xe7\xbd\x48\x3e\xe3\xf1\x8f\xe0\xc8\x5f\xdb\xd6\xdd\xad\xb0\x14\ +\x89\x7e\x8f\x85\x83\x25\xc1\x22\x3e\xc0\xaa\x51\x00\x47\x5b\x11\ +\x80\x85\x3e\x68\xb6\x37\xd6\xb9\x17\x2a\x6d\xe8\xd6\x6c\x45\xc5\ +\xde\x74\xaf\x3e\xef\x6b\x49\x49\x78\xd5\x90\xd3\x86\x7a\x00\x50\ +\x47\x00\xb2\xaa\x6c\xda\xbe\xdf\x9c\xcf\x89\xc5\x32\xa9\xd0\x73\ +\xf2\xeb\x3e\x30\xf2\x25\xd8\x2c\xbd\x2a\xe0\x72\x4c\x2b\x20\x3c\ +\x63\x6d\x56\x0c\x85\x00\x5c\x91\xee\xf1\x04\x86\x2e\xff\x78\x4f\ +\x86\x5d\xf5\xd9\xfc\xc5\x7f\x66\x32\xac\x8b\x40\xe8\x32\xc0\xe3\ +\xde\x84\x4d\x75\x19\x9a\x5b\xcc\x68\xa5\xfc\xef\x0d\x97\x9d\x58\ +\xf4\xbb\x3f\x9d\x07\x70\x54\x2c\xd5\x25\xd3\x1a\x09\x07\xd8\x71\ +\x22\x55\x04\xc0\xb5\xd7\x1e\xb1\x5f\xcd\x77\x2b\x80\xd7\xb7\x36\ +\x93\x75\x3a\xc9\x3a\xf0\x5a\x61\x2c\x02\xd2\xd8\xa2\xac\xfb\x28\ +\xf0\x10\xa8\x58\xfc\xa2\xad\xe1\x3b\x4f\x45\x14\x93\xe0\x4e\x50\ +\x11\x00\x5d\x9a\xd2\xf7\x60\xe4\x0d\xf7\x36\x3a\xbc\xf1\xf7\x1d\ +\x7d\xc3\x78\xdb\x4b\x62\x6e\x70\x11\x3a\x58\x1d\x95\x57\x36\x35\ +\x91\x31\x4b\xf6\x94\xd4\x9c\x2b\xc6\xbe\x1c\xc6\x6f\xd2\xc1\x51\ +\x11\x41\x13\x2c\x2a\xc3\xeb\xf3\xb4\xb2\x22\x72\x74\xdd\x75\x27\ +\x35\x89\xe8\x35\x46\x25\x23\x1f\xd5\x35\x54\xbe\xb3\x7a\x5b\x68\ +\xb8\x94\x6c\x36\x56\x5a\xf7\xd1\x11\xa5\x1f\x7f\x78\x94\xb4\xb4\ +\x84\x87\x14\x4d\x09\x8e\x00\xf8\xd5\x55\x1f\x0e\xde\xd5\x10\x30\ +\x42\x76\xc7\xb2\xb1\xeb\x22\xae\x23\x40\x9d\x07\x70\x71\x33\xcd\ +\xaf\x92\x11\x89\x08\x7c\x1b\x25\xb3\xaa\x91\xf1\xd5\x9b\xae\x1c\ +\xff\xf4\x88\x5d\x1b\xcd\xcf\x14\xb0\x69\xfd\xf6\x2f\xad\x5f\x57\ +\x57\xe0\xc0\xc4\x1b\xeb\x7b\x58\xfb\xf7\x77\xb3\xd2\x2d\x15\xf1\ +\x4f\xf7\x85\x4b\xba\x09\xb0\x06\x55\x84\x93\x55\x79\x75\xc5\x96\ +\x61\x75\xdb\xf6\xf5\x30\xf8\x11\xb8\xfc\x86\xef\x8d\xf9\x88\x76\ +\x50\xe7\xa9\x88\x62\x66\x9a\xfb\x7e\x71\x8e\xa2\x52\xe8\xbe\x88\ +\x14\x7f\x1a\x98\xbc\xf6\xc9\xe5\x43\x77\x07\xad\xae\x8d\xeb\xea\ +\x06\xbd\xf6\xf2\x7b\x43\x32\x69\xd3\xa3\x94\xfc\x9a\x24\x22\x5b\ +\x61\x5a\x21\x6a\x78\x7e\x8d\x0d\x2d\x89\x15\xcf\x6d\x3c\xb2\xee\ +\xe3\x7d\x81\xf0\xe9\x61\xbb\xb7\x3c\x7b\xd3\xec\x71\x8b\x8b\xad\ +\xcf\xa4\x83\x2f\xc1\xaa\x51\x31\xdc\xac\xc1\x53\x34\x0c\x99\xc8\ +\xa6\x5b\xa6\xad\x5e\xca\x21\xfb\x3e\x0e\xf4\x6f\xfb\x70\x6f\x9f\ +\x17\x9e\x5d\x7f\xf4\xc7\x1f\xec\xe9\x9e\x1b\xc8\x18\x33\x5c\x00\ +\x5a\x6d\x72\x4e\x56\x65\xe3\xdb\xdb\xfb\xbd\xf8\x97\x77\x46\xed\ +\xdd\xd3\x54\x50\x06\xbb\xb9\xcf\x30\xa7\x58\x06\xa3\x35\x1d\xe8\ +\x0e\x6c\x16\xc8\x15\xf3\x94\x4c\xbe\x70\x09\x0e\x56\xd5\x17\x8f\ +\x92\xa9\xa6\x4b\x32\x2d\xcc\x7c\x7d\x11\x3d\x9b\x76\xbf\x63\xfe\ +\xd4\xd4\x94\x2e\x7d\xfd\x95\xad\xc3\x5f\x78\x76\xfd\x51\x5b\x3e\ +\xf8\xb4\x32\x63\xec\x12\x11\xa3\x09\x40\x73\x46\xd9\xf0\x71\x73\ +\xfc\xaf\xcf\xac\x1b\xbd\x7e\xed\xb6\xc1\x99\x74\x44\xa4\x4e\xf9\ +\x46\x7d\x62\x4f\x6a\xfe\xfc\x55\xed\xfa\xfb\x1f\x6d\x7e\x96\xaa\ +\x28\x59\xd6\x03\xa8\x4e\x06\x36\x51\x5a\xba\xbc\x08\x5f\xda\x10\ +\xa6\xb6\x55\x44\x5b\x00\x8b\x64\x50\xa5\x24\xdb\xc2\x77\x57\xdc\ +\xfb\x5f\x77\x7c\xfd\x87\x3d\x80\x1b\x31\x04\xe6\xd3\x7d\xcd\x15\ +\x6f\xed\x6b\xae\x58\x6b\x41\xef\xca\x18\xdd\xba\x3b\xe5\x89\xbd\ +\x56\xef\xb2\xb2\x92\xb4\xa0\x64\x1d\x95\xfd\xcd\x99\x44\xd3\xbe\ +\x86\xae\xfb\x76\x36\xf2\x49\x83\x83\x12\xaa\xfb\x77\x81\x3e\x01\ +\xf2\x6d\xa3\xef\xdc\x5d\x8e\xde\x9f\x4a\xa5\x2e\xac\xae\xae\x2e\ +\xfa\x89\xc8\x03\x02\x58\x52\xa9\xc7\xf5\xf2\xcb\xbb\xcb\x82\x05\ +\x91\xbe\x38\x00\xd9\xec\x7b\xb8\x15\x34\x31\xfc\x0f\x0a\x15\x70\ +\xe5\x8f\xda\x50\x11\x18\x37\x20\x8e\xd3\x32\x67\xf6\xb8\x9b\xe7\ +\xde\xbd\xf2\x8f\xc0\x5d\x04\x5f\x24\x27\xe3\x40\xdd\xbe\x2c\x75\ +\xfb\x1a\xba\xf0\x7e\xc3\xd0\x36\xc6\x6d\x45\xfa\x10\xe9\xf8\xf7\ +\xe7\x5c\x3b\x66\xc7\xdc\xbb\x56\xbd\x87\xe8\x4f\x8c\x1f\x67\x6c\ +\xdc\x3d\xac\x49\x55\x2f\x95\x68\x17\xfb\x80\x75\x30\x6d\x82\x0b\ +\xc8\xe2\xc5\x9b\x81\xf3\x50\xfd\x31\xf0\x83\x50\xa6\xe0\x0b\x35\ +\x6d\xa9\x08\xf3\xe5\x9d\x0c\xc0\x9c\xd9\xe3\x96\xb7\xd4\xd5\x9f\ +\x00\x5c\x0c\x72\x20\x9f\x08\xcb\x02\xb5\x8e\xa3\x27\xcf\x99\x3d\ +\xfe\x82\x39\xd7\x8e\xd9\x01\x30\xe7\xaa\xb1\x3f\x15\x34\xf8\x89\ +\x19\xe5\x92\xdb\xee\x59\x75\x67\xb1\xc1\x0e\x4c\x45\x74\x80\xc4\ +\xb6\x9f\x04\x9e\x2c\xc2\xd2\x11\x15\x91\xc8\xab\x1c\xe3\xc6\xd4\ +\xd4\x4c\xcc\x00\x0b\x81\x85\xff\xfe\xfb\x57\x4e\x1a\x58\x5f\xf7\ +\xa3\x4c\x2c\x31\x69\x57\x45\x64\xb9\x1b\x00\x71\x27\xc3\xa0\x3d\ +\x1f\xd2\xbb\x71\xd7\xea\x95\x03\xc7\xfd\xd3\x8f\xae\x19\x13\x1a\ +\x18\xba\xf1\xca\x71\xff\x3a\xf7\xee\x55\x15\x22\x98\xe5\xab\xd7\ +\xcc\xbd\x7b\x65\xe3\x9c\xd9\xe3\x6e\x08\x1d\xbb\xe8\xcc\x07\x97\ +\x7c\x80\x2d\xab\xf8\xba\x4c\x09\xb6\xac\xd0\x27\xe8\x47\x57\x8f\ +\x7f\x49\xab\xab\x17\xa0\x3a\xa9\x29\xd1\x85\xad\x3d\x07\x2f\x5b\ +\x32\xea\xbc\xfb\x11\xab\xab\xaa\x96\x0a\xba\x13\xd1\x1d\x63\x3f\ +\x78\xad\xe7\xd7\x37\x3e\x7f\x7f\xcc\xbd\x4f\x4f\x9c\x75\xeb\x15\ +\x91\x51\x37\x11\xd1\x9a\x1a\xbd\xba\xb4\xdf\xaa\x72\x15\xcc\x0f\ +\x21\x5d\x3f\xf7\x9e\x57\x1a\xe6\x5c\x39\xfe\x67\xad\xcf\xf9\xe2\ +\x00\xdc\x31\x2b\xa2\xed\x77\xf5\x5c\x3e\x07\xa0\x4b\xba\x89\x11\ +\xdb\xd7\xef\x9a\xf3\xfb\xf1\xff\x1d\xca\x56\x55\xd5\x80\x65\x1d\ +\x46\x53\x53\x9b\x5f\xc1\xaa\xa9\x11\x27\x95\x4a\x7d\x67\xe3\xae\ +\x61\x25\x80\xff\xaa\xae\xca\xbf\xcd\xbd\x7b\x65\xf3\x9c\xd9\xe3\ +\x6e\x37\xf9\x3b\x2d\x4f\xd5\x09\xd4\x7e\x15\x61\x4a\x78\xf1\x97\ +\x26\xcd\xe8\x58\x74\x7a\xac\xb6\x76\x89\xa4\x52\xbf\x2c\xf6\x6d\ +\x0a\x93\xaa\xab\xab\xb3\xbd\x2d\xb9\xd8\xb5\x2e\x02\xf4\xf3\xb9\ +\x77\xaf\x32\x3f\xa1\xf3\x05\x05\xb8\xad\x6c\xb1\x63\x54\xe9\x04\ +\xbd\xc4\xe8\x31\x3b\xf9\x5a\xaf\xb8\x62\x6c\xba\xa5\x77\xc5\x34\ +\xd4\xf8\x6e\x8f\x5b\xe2\xf1\xfb\xb9\xf7\xac\xcc\x7f\xe3\xe7\x8b\ +\x03\x70\x30\x1e\x5c\xbc\x2c\xb5\xbd\x12\x6c\x59\x66\xd6\xbb\xd3\ +\x3f\x69\x5e\x53\x3d\xaa\xa5\x25\x26\xd3\xd4\xfd\x7e\x50\x7e\x45\ +\x28\xf3\x6f\xbd\x7b\xe5\x0c\xf8\x22\x01\x5c\x5a\xba\x02\xf7\x8f\ +\x8b\x7c\x82\xc8\x1f\x8a\xf2\x9a\x9b\x5c\x31\x09\x6e\x6a\x7a\x19\ +\x58\x0e\xec\x09\x7c\xfb\xb7\x13\xa9\xe6\x8a\xb1\x8d\x31\x4b\xce\ +\x25\x58\x5b\x1d\x13\xb8\xef\xb6\xbb\x57\x9e\xf6\x0f\xff\x53\x3b\ +\x9f\x85\x5a\xfd\xc5\xaf\x49\x62\xdb\x4f\x17\xe3\x3f\x18\x34\x77\ +\xde\xcb\xbd\x89\x59\xcb\x08\x7c\x8a\x4c\x9f\xf8\xe2\x48\x70\xc7\ +\xc8\x8c\xbc\xb5\x6b\x63\xfa\xbc\x69\xce\x35\x13\x76\xc5\x1d\x3d\ +\x13\xf5\xbf\x1d\x21\xf0\xce\xff\x9f\x00\x8b\x2c\xc0\x7d\xed\xe0\ +\x2f\x94\x97\xbf\xd2\x16\xfb\xc1\xa2\xeb\xaf\x1e\xbf\x8d\x4c\xec\ +\x14\x85\x5b\x81\x1b\x4a\x9b\x32\x3f\xfe\x7f\xf2\x11\xc9\xa3\x10\ +\x56\xca\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x15\x82\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x05\x00\x00\x16\x05\ +\x01\xdb\x7a\x05\x64\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x14\xff\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x79\x94\x1d\x75\x95\xc7\x3f\xb7\x5e\x2f\ +\x21\x0b\x60\x42\xd8\x64\x95\xcd\xb0\x39\x20\x12\x44\x06\x12\xd9\ +\x12\x98\x84\x2c\x5d\xdd\x69\x08\x4c\x14\xe1\x00\x22\xae\xa3\x62\ +\x8e\x9a\x11\x15\x45\x1d\xf1\xc0\x99\xd1\x0c\xc3\x28\x81\x24\xfd\ +\xea\x65\x19\x22\x46\xe3\x16\x90\xc5\x0d\x09\x48\x12\x84\x48\xa2\ +\x01\x4c\x0c\x8b\xc1\x0e\x26\xdd\xfd\xea\xce\x1f\x55\xf5\x7e\xbf\ +\xf7\x5e\xfd\xea\xbd\xd7\xdd\x49\xda\x73\xbc\xe7\xf4\x39\xf5\xab\ +\xfa\xd6\xaf\x7e\xf5\x7d\xb7\xee\xef\xde\xfb\xbb\x55\x2d\x0c\x21\ +\xd1\x19\x33\x8e\x24\x97\x3b\x1d\xd5\xe3\x10\x39\x1e\x38\x1e\x38\ +\x10\x18\x0e\x8c\x04\xf6\x03\x8a\x40\x37\xb0\x13\xf8\x33\xb0\x39\ +\xfe\x5b\x87\xea\x93\x88\x3c\x25\x41\xb0\x7d\xef\xdc\x41\xb5\xc8\ +\xde\xbc\xb8\x76\x76\x1e\x40\x6f\xef\x25\x88\x4c\x04\x26\x00\x47\ +\x0d\x42\xb7\x21\xb0\x06\x91\x1f\x11\x86\xab\x10\x59\x2d\x41\x50\ +\x1c\x84\x7e\xfb\x25\x7b\x9c\x60\x9d\x33\x67\x18\xdd\xdd\x53\x10\ +\xb9\x12\x98\x04\x34\xef\xe6\x4b\x6e\x43\x24\x40\xf5\x5e\x09\x82\ +\xc7\x76\xf3\xb5\xaa\x64\x8f\x11\xac\x9d\x9d\x07\x51\x2c\x7e\x10\ +\xd5\xeb\x81\xfd\x1d\xb0\xbf\x00\x8f\x22\xb2\x1e\xd5\x67\x51\x7d\ +\x96\x5c\x6e\x33\x9e\xd7\xcd\x8e\x1d\x6f\xc8\xfd\xf7\xff\x15\x40\ +\xaf\xb8\x62\x5f\x7a\x7a\x5a\x09\xc3\x43\x10\x39\x02\x38\x1a\x38\ +\x05\x91\xd3\x80\x53\x81\x16\x47\xff\xbf\x46\xf5\x0e\x44\x16\x4b\ +\x10\xf4\x0c\xf6\x3d\xa6\xc9\x6e\x27\x58\x67\xce\x7c\x0b\x9e\xf7\ +\x31\xe0\x3d\xc0\xb0\x8a\xc3\x21\xf0\x33\x54\x57\x20\xb2\x1a\x58\ +\x33\xd0\xc7\x59\xa7\x4c\x19\xce\xb0\x61\xe7\x22\x72\x01\xaa\x33\ +\x49\x37\x3b\x9b\x50\xfd\x1c\x2f\xbf\xbc\x40\x56\xaf\xee\x1b\xc8\ +\xf5\x6a\xc9\x6e\x23\x58\x7d\x7f\x3f\x54\x3f\x8b\xc8\x8d\x54\x9b\ +\x81\x67\x50\xbd\x07\x91\xfb\x24\x08\xfe\xb8\xdb\xc6\x00\x82\xef\ +\x9f\x85\xea\x55\x88\xcc\x26\x9a\x28\x6d\x59\x0f\xdc\x28\x41\xf0\ +\x93\xdd\x35\x86\x41\x27\x58\xe7\xcd\xf3\x58\xb7\x6e\x0e\xaa\x5f\ +\x04\x0e\xaa\x38\xfc\x30\xaa\x5f\xa6\x50\x78\x40\x40\x07\xfb\xda\ +\x99\xe3\x9a\x36\x6d\x7f\x9a\x9a\xae\x46\xe4\x63\xc0\xc1\x15\x87\ +\x17\x02\x1f\x92\x20\xd8\x36\xd8\xd7\x1d\x7c\x82\x7d\x7f\x05\xf0\ +\x2f\x15\xbb\x7f\x08\x7c\x4e\x82\xe0\xe1\xc1\xbe\x5e\xa3\xa2\x53\ +\xa6\x0c\xa7\xb5\xf5\x46\x44\x3e\x09\xbc\xc9\x3a\xb4\x05\xd5\x7f\ +\x95\x42\x61\xd5\x60\x5e\x6f\x50\x09\x56\xdf\xdf\x87\xc8\x47\xf5\ +\xe2\x5d\xcf\x23\xf2\x51\xc9\xe7\x97\x0f\xe6\x75\x06\x43\x74\xfa\ +\xf4\x03\xc9\xe5\x6e\x43\xe4\x2a\x0c\x0f\x8a\xea\x6d\x88\xcc\x1d\ +\x2c\xd7\x6e\xf0\x35\xb8\xbd\xfd\x53\xa8\xce\x06\xee\x63\xc4\x88\ +\xaf\xc9\xb7\xbf\xbd\xb3\xa1\xf3\x67\xce\x7c\x2b\x22\xe7\xe0\x79\ +\x67\xa0\x7a\x34\xd1\x24\x75\x24\xd0\x6a\xc1\x7a\x81\x97\x81\x17\ +\x10\x79\x12\x58\x43\xb1\xf8\x63\x59\xb2\xe4\x99\x86\xc7\xdb\xd6\ +\x76\x3e\x22\xdf\x01\xde\x6c\xed\xfe\x2e\xbb\x76\x5d\x9e\x78\x2d\ +\x03\x91\xbd\x1a\x68\x00\xa8\xef\xe7\x10\x99\x48\x18\xce\x46\x64\ +\x32\x51\xe4\xd6\x5f\xf9\x23\xaa\x79\x54\x17\xc8\x92\x25\x4f\xd5\ +\x3d\x86\xe9\xd3\xc7\xd0\xd4\x74\x17\x30\xcd\xda\xfd\x14\x4d\x4d\ +\x17\xc9\xa2\x45\x5b\x07\x30\x9e\xfe\x13\x1c\xcf\xd0\xcd\xfd\xf5\ +\x27\x75\xfa\xf4\x03\x69\x6a\xba\x89\xc8\x7d\x3b\xb4\xce\xd3\xfa\ +\x80\xbf\x12\xf9\xd1\xb5\xc6\xfe\x28\xf0\x75\x60\x59\x3d\x8f\xbb\ +\x82\xd0\xde\xfe\xf1\x78\x72\x4e\x4c\xdc\xb3\x14\x8b\xe7\xcb\xd2\ +\xa5\x2f\xd4\x39\xbe\x2a\xe9\x17\xc1\xb1\x6f\xfb\x43\xe0\x20\x54\ +\x2f\x93\x42\xe1\xc7\x75\x9f\x3b\x63\xc6\x21\x78\xde\x5c\x44\xde\ +\x0b\xec\x93\x02\xd9\x0a\x3c\x82\xc8\xc3\x84\xe1\x33\xe4\x72\x9b\ +\x08\xc3\x4d\x12\x04\x7f\x2b\xf5\xe1\xfb\x39\x60\x2c\x70\x02\x22\ +\x6f\x43\xf5\x5c\xe0\x7c\xd2\x03\x98\x75\x88\xcc\xad\x77\x1e\xd0\ +\xb6\xb6\x59\xb1\xc9\x48\x82\x95\xdf\x03\xe7\x48\x10\x6c\xa9\xf7\ +\x1e\x6d\x69\x98\xe0\x58\xf3\x1e\x01\x8e\x8d\x77\xdd\x29\x41\xf0\ +\x81\x9a\xe7\x5d\x7b\x6d\x33\xaf\xbd\xf6\x01\xe0\xb3\xc0\xbe\x15\ +\x87\x5f\x00\x16\x01\x0b\x25\x08\xd6\x34\x3a\x26\x28\x91\x7e\x21\ +\x70\x25\x30\x93\x72\x9b\x0d\xf0\x20\x61\x78\x5d\x3d\x76\x5a\xdb\ +\xdb\x2f\x41\x75\x09\x26\x30\xfa\x2d\xbd\xbd\xe7\xca\xf2\xe5\x7f\ +\x69\x74\x5c\x0d\x11\xac\x53\xa7\x8e\xa2\xb5\x75\x35\x70\x7a\xbc\ +\xab\x1b\xcf\x3b\x47\xba\xba\x9e\xcc\x3c\xaf\xa3\x63\x1c\x61\xb8\ +\x08\x78\x5b\xc5\xa1\xc8\x2f\x3e\xf9\xe4\xef\xc9\xbc\x79\x61\x23\ +\x63\xc9\xbc\x9e\xef\x1f\x0c\xdc\x08\x7c\x80\xf2\x1f\x73\x17\x70\ +\x0b\xf0\xa5\x5a\x66\x43\x7d\x7f\x12\x70\x3f\x26\x48\x5a\x05\x5c\ +\xd2\xa8\x77\x51\x37\xc1\x3a\x61\x42\x13\x63\xc7\x7e\x9f\xe8\x51\ +\x84\x28\x5d\x78\x69\xad\x28\x48\xdb\xdb\xaf\x41\xf5\x76\xa2\x94\ +\x63\x22\x6b\x88\x1c\xfb\x07\x1b\x19\x6c\xa3\xa2\x9d\x9d\x07\x50\ +\x2c\x7e\x26\xce\x7f\x34\x59\x87\x1e\xa4\x58\x9c\x5d\xcb\xb6\x6a\ +\x7b\x7b\x27\xaa\xf7\x92\xd8\x64\xd5\x2f\x4a\xa1\x30\xb7\x91\x31\ +\xd4\x4f\xb0\xef\xdf\x06\xfc\x5b\xdc\x0c\x81\xe9\x12\x04\xf7\x3b\ +\xf1\x51\x44\xf7\x35\x54\x3f\x64\xed\xee\x46\xe4\x93\xa8\x7e\x73\ +\x4f\xa6\x10\xd5\xf7\xff\x09\x98\x0f\xbc\xc3\xda\xbd\x15\xd5\x19\ +\x52\x28\x3c\x5a\xe3\xdc\xb9\xc0\xe7\x93\x26\xaa\x53\xa5\x50\xf8\ +\x6e\xbd\xd7\xae\x8b\x60\xf5\xfd\x4b\x81\x15\x25\x7c\x34\x69\x7c\ +\x31\x03\xdf\x42\x14\x7e\xce\xb4\x76\x3f\x8e\xe7\x5d\x2e\x5d\x5d\ +\xcf\xd6\x3b\xb8\xb2\x3e\xe7\xcc\x19\xc6\x8e\x1d\xc3\x81\x1e\x09\ +\x82\xee\x86\xcf\x8f\x9e\xc0\x4f\x03\x73\x81\x5c\xbc\x7b\x17\xf0\ +\x5e\x09\x82\x85\xce\xf3\x22\x6f\x69\x09\x30\x3d\xde\xf5\x32\x7d\ +\x7d\x27\xc9\xb2\x65\x7f\xae\xe7\xba\x35\x09\xd6\x69\xd3\xf6\xa7\ +\xb9\x79\x2d\xc6\x95\x5a\x4a\x10\xb4\xb9\x72\x09\xf1\x8d\x74\x01\ +\x33\xcc\x4e\xbd\x17\x91\xab\x1b\x71\xe9\xb4\xad\xed\x32\x3c\xef\ +\x0a\x54\xc7\x11\xad\x6c\xd8\x29\xc8\x1e\xe0\x15\x60\x23\x22\x8f\ +\xa1\xfa\x08\x4d\x4d\x3f\x93\x45\x8b\x5e\xae\xa3\xdf\xf3\x11\x29\ +\x60\x3c\x8e\x10\xd5\x1b\xa4\x50\xf8\x96\xf3\x9c\x88\x83\x35\x44\ +\x01\x0f\xa8\x2e\x92\x42\xe1\xf2\x7a\xee\xa3\x36\xc1\x6d\x6d\xf3\ +\x11\xb9\x26\x6e\xfe\x09\x38\x59\x82\xe0\xd5\x54\x2c\x08\x6d\x6d\ +\xf7\xc4\x99\xab\xf8\x0a\x72\x2b\xf9\xfc\xdc\x46\x92\x3b\xda\xd9\ +\x79\x10\x7d\x7d\x2f\x62\x34\xad\x1e\xe9\x05\xbe\x8b\xea\xdd\x88\ +\xac\xcc\x32\x41\xda\xd1\x71\x32\x61\xf8\x3d\xe0\x70\x33\x74\xde\ +\x2f\x41\xf0\x5f\xce\x73\xda\xdb\x2f\x40\x75\x15\x09\x67\xaa\x97\ +\x48\xa1\xb0\xb2\xd6\xa0\xbc\xac\x83\xda\xd1\x71\x3a\x22\x57\x97\ +\x76\x88\xbc\xcf\x45\x2e\x00\xed\xed\x37\x97\x91\xab\x7a\x8b\xe4\ +\xf3\x9f\x6a\x38\x73\xb6\x63\xc7\x1b\x44\xc9\x77\x5b\x5e\x07\x5e\ +\x4a\xd9\x9f\x48\x33\x30\x1d\x91\x15\xc0\x33\xda\xd6\x36\xc3\x81\ +\x43\xba\xba\x9e\xa6\x58\x1c\x0f\x3c\x91\xec\x02\xee\xd4\xb6\xb6\ +\x59\xce\x73\xf2\xf9\x1f\xa1\x7a\x97\xd9\x21\x5f\xd5\x09\x13\x9a\ +\x5c\xf8\x12\x2c\xeb\xa0\xfa\xfe\x6a\xe0\xbc\xb8\xb9\x54\x82\x60\ +\xa6\x13\xdb\xde\x7e\x31\xaa\x0f\x60\xb4\xee\x1b\x12\x04\x1f\x72\ +\xe2\x23\xdb\x36\x11\xd8\x22\x41\xb0\x2e\xe5\xda\x47\xa0\x7a\x06\ +\xaa\x1b\x19\x35\x6a\xbd\x9d\xd3\x50\xdf\xcf\xd1\xd7\x37\x86\xa6\ +\xa6\xd3\x81\x77\x12\xad\xe7\x9d\x43\xb5\xc2\x3c\x04\x5c\x9f\xd6\ +\x7f\xdc\xcf\x7e\x44\xee\xd7\x99\xf1\xae\x1e\x54\x27\xba\x26\xbe\ +\x38\xa4\x7e\x8e\x24\x0b\x27\x72\xbd\xe4\xf3\xdf\x74\xdd\x23\x64\ +\x10\x1c\xdb\xaa\x1f\x95\x2e\x1c\x86\x27\xcb\x92\x25\xcf\x39\x06\ +\x3a\x1a\x58\x8b\xc9\xb3\x66\xfa\x8c\xb1\x4d\xfb\x5f\xa2\xd8\xbf\ +\x07\x38\xcd\x45\x42\xbd\xa2\xbe\x7f\x34\xaa\xef\x41\xe4\x3a\xa2\ +\x28\x2f\x91\x6e\x44\xae\x95\x7c\x7e\x51\xea\x79\x9d\x9d\x07\xd0\ +\xd7\xf7\x10\x30\x2e\xde\xb5\x05\x38\x43\x82\xe0\xc5\x54\x7c\x5b\ +\xdb\x47\x11\xf9\x6a\xdc\x7c\x01\x38\x26\x6b\x6e\x71\x9b\x08\x91\ +\x9b\xad\xed\x6f\xb9\xc8\x8d\xae\xaa\xdf\xc0\x90\xfb\x07\xa0\xd3\ +\x49\xee\xac\x59\x87\xd3\xdc\xfc\x28\x26\xb1\xd2\x82\x48\x65\x62\ +\xbe\x61\x91\x20\xd8\x28\x85\xc2\x67\x80\xe3\x10\xb9\x8d\xc8\x43\ +\x00\x18\x89\xea\x42\xf5\xfd\xdb\x75\xde\xbc\xaa\xfb\x8d\x27\xc6\ +\x4b\x89\xb2\x73\xc4\xf7\xb1\x20\x0d\x0b\xc0\x8e\x1d\x77\x12\x11\ +\x0b\x70\x18\xaa\x57\x64\x8d\x2b\xb5\x93\xd8\x6f\x4c\x02\x8a\x5e\ +\x54\xbf\x9a\x86\x8b\xb1\xef\xb6\xec\xae\x02\xd7\x38\x27\xc1\xe9\ +\xd3\x0f\xa4\x58\x7c\x10\xa3\x2d\x00\x5f\x91\x7c\xfe\xa7\x59\x83\ +\x6c\x44\x24\x08\xb6\x4b\x3e\xff\x09\xa2\xa8\xf1\x69\xeb\xd0\x07\ +\x59\xbb\xf6\x4e\x4d\x79\x6a\x25\x08\x36\x22\xd2\x4e\x94\x4c\x02\ +\x98\xc8\xd3\x4f\x7f\x38\xb5\xff\x95\x2b\x77\x11\x25\x91\xe2\x1d\ +\xf2\xb1\xac\xf1\xa4\xff\x4a\xaa\xef\xb3\x3a\x58\xe4\x5a\x37\x8b\ +\x07\xfb\x25\x6b\xd7\xdd\x12\x04\x3f\x4c\xc5\xce\x99\x33\x8c\xa6\ +\xa6\xe5\x44\x2b\xc0\x00\x7d\xa8\xbe\x5f\x82\xe0\xe3\x59\x03\xec\ +\xaf\x48\x10\xfc\x8e\x61\xc3\xce\x22\xf2\xc7\x13\xb9\x9e\xb6\xb6\ +\xaf\xa5\xe2\xf3\xf9\x9f\xa2\x7a\xab\xd9\x21\xb7\xe8\xac\x59\x47\ +\x39\xba\x9f\x0f\xbc\x16\x6f\x9f\xa8\xbe\xff\x4e\xd7\x38\xaa\x08\ +\x56\xdf\xdf\x07\x11\x5b\xed\xe7\xbb\x4e\xc6\xf7\x67\x62\xa2\xa3\ +\x6e\x9a\x9a\xdc\x61\x64\x77\xf7\xdd\x44\x13\x12\x44\x4f\xc5\xa5\ +\x52\x28\xfc\xa7\x13\x3f\x08\x22\x0b\x16\xec\x20\x08\x66\x23\x62\ +\x7c\x5c\x91\x0f\xab\xef\xcf\x49\x3d\x61\xf4\xe8\x5b\x80\xdf\xc4\ +\xad\x7d\x28\x16\xd3\x7f\x8c\x28\xd0\x59\x5c\xda\xa1\x7a\x95\x6b\ +\x0c\xd5\x1a\x2c\x72\x31\xc6\x09\xdf\x40\x3e\x9f\x15\x4a\xda\x8f\ +\xc7\x7f\xb8\x92\xd3\xda\xde\xde\x8e\x48\xa7\x75\x8d\x9b\x06\x7b\ +\xed\xcb\x25\x02\xca\x89\x27\xde\x10\xe7\x14\x12\xb9\x43\x7d\xff\ +\xd8\x2a\xec\xfc\xf9\xbd\x84\xe1\x0d\x44\xa9\x00\x80\x19\x4e\xed\ +\x14\xb9\xcf\xda\x9e\xe1\xb2\xd9\x55\xf6\x48\x7d\xff\x2e\x20\xf1\ +\x7d\x3f\x27\x41\xf0\xd9\xb4\x13\x75\xe6\xcc\xf1\x78\xde\xcf\xe3\ +\xe6\x0e\x9a\x9b\x0f\x97\x85\x0b\x5f\xab\xc2\xf9\xfe\x48\xa2\xe5\ +\xf1\xc3\xe2\xc1\xdc\x21\xf9\xfc\x4d\xa9\x83\x4e\xbb\x8e\xef\x1f\ +\x1b\xff\xe8\x47\x00\x07\xa3\xda\x4b\x34\xd3\x3f\x5e\x6f\xf4\x06\ +\xa0\x93\x27\xb7\x32\x72\xe4\x2f\x89\x0a\x53\x00\x7e\xc1\x49\x27\ +\x9d\x9d\x96\xc5\xd3\xf6\xf6\xef\x58\x5a\xb9\x52\x82\xe0\x92\x2a\ +\x4c\xe4\x66\xbe\x40\x12\xe1\x7a\xde\x99\xd2\xd5\xf5\xab\x4a\x9c\ +\x57\x75\x52\x34\xa3\x46\x12\x45\x3b\xe9\x22\x72\xad\x39\x51\x17\ +\xa4\x91\x1b\xe3\x3e\x4d\x42\x2e\x6c\xa6\xb5\xf5\xe6\x54\x9c\x3d\ +\x8e\x79\xf3\x3c\xf5\xfd\x2b\xd5\xf7\x7f\x0b\x3c\x87\xea\x9d\xa8\ +\x7e\x3c\xbe\xe9\xab\x89\xf2\x09\x4b\xe9\xeb\x7b\x51\x7d\xbf\x10\ +\x4f\xca\x99\x12\x4f\x4e\x9d\x40\x92\xb8\x1f\xcf\xba\x75\x6d\xe9\ +\x03\xd0\x5b\x30\x13\xde\x64\xed\xe8\x38\xb9\xaa\x3f\x50\x44\x7e\ +\x60\x9d\x33\x29\xad\xab\x72\xb5\xf6\xfd\x71\x18\x77\x6b\x1b\xa7\ +\x9c\x52\xf5\x8b\x40\x9c\x3c\x17\xb9\xcc\x5c\x4d\x52\xe3\x78\x9d\ +\x3a\x75\x54\x9c\x2a\x4c\xe4\x23\xb2\x60\xc1\x8e\x34\x6c\xe9\x9c\ +\x8e\x8e\x71\xac\x5d\xfb\x04\x70\x0f\x50\x75\x63\x15\xd2\x42\x94\ +\x50\x7a\x5c\x7d\xff\x0e\x9d\x3c\xb9\x32\xc9\x5e\x26\xb1\xaf\x6d\ +\x26\x65\xd5\x79\x71\xa2\xbe\x12\xb7\x21\xce\x57\x24\xb8\xab\x2b\ +\x31\xb1\x7c\xdf\xc2\x9c\x9d\x06\x28\x27\xb8\x1c\xf4\x90\x33\x09\ +\xfe\xea\xab\x13\x81\x31\x71\xeb\x39\xe7\x2a\x44\x6b\xeb\x6c\x60\ +\x54\xdc\xfa\x95\x04\x41\x21\x15\x97\x5c\xbe\xbd\xfd\x62\xc2\xf0\ +\x31\xcc\x63\x0c\x51\x88\xdc\x85\xc8\x47\x50\x9d\x8d\xc8\x1c\x44\ +\xfe\x9d\x28\x4a\x4b\x42\x70\x0f\xb8\x91\x91\x23\x1f\xd4\x69\xd3\ +\x5c\x75\x6f\x91\xb4\xb4\xdc\x4e\x94\x28\x02\x18\x17\xbb\x67\xd5\ +\x12\x86\x46\x69\x54\xaf\x48\xfb\x21\x50\x7d\xc4\x6a\x9d\x95\xe6\ +\x02\x96\x13\x2c\x72\x96\xb5\x9d\xaa\xbd\xf1\xb1\x0b\xac\x8b\x2c\ +\x75\xe2\xe0\x1a\x6b\xdb\x99\xad\x02\x50\xdf\x7f\x3b\xaa\xcb\x88\ +\x6a\x80\x01\xb6\x23\xf2\x49\x76\xee\x3c\x44\x82\x60\x96\xe4\xf3\ +\x5f\x97\x42\xe1\x3e\xc9\xe7\xbf\x23\xf9\xfc\x3c\x09\x82\xf3\xf0\ +\xbc\xb7\x02\xcb\xac\x6e\xc6\xd3\xdc\xfc\xfd\xb8\x3e\x23\x7d\xe8\ +\xf7\xdd\xf7\x3a\x60\xfc\x7a\xd5\x39\xa9\xc0\x42\xe1\x41\xa2\xa0\ +\x09\x60\x2c\x61\x78\x46\x55\x5f\x51\xb4\xf7\x52\xdc\xdc\x9f\x8e\ +\x8e\xe3\x2a\x31\x95\x33\xdf\x49\xd6\x85\xdd\x04\x47\x71\x7f\xdc\ +\x83\x97\x1a\x24\xa8\xef\x9f\x00\x9c\x16\x37\x5f\x67\xd8\xb0\xc5\ +\x69\x38\x88\x43\x67\x58\x8e\x59\x04\xdd\x40\x18\x9e\x25\xf9\xfc\ +\x97\x65\xc5\x8a\x37\x5c\xe7\x49\x57\xd7\xb3\x12\x04\x33\x50\xbd\ +\x8e\xa8\x30\x1b\x60\x3c\xaa\x5f\xc9\x18\x3b\xf4\xf5\xdd\x8d\xb1\ +\xb1\xe7\xc7\x4b\x4c\xe5\x7d\x47\x4f\x87\xb1\xb1\xb9\xdc\x45\x8e\ +\xde\x7e\x5d\xda\x0a\xc3\xf1\x95\x07\x2b\x09\x3e\xbe\xb4\x55\x2c\ +\xae\x4f\xeb\x2d\x4e\xa6\x27\x6b\x72\x45\x54\x7f\x9e\x86\x43\xe4\ +\x5c\xab\xb5\x32\xd3\xf6\x36\x37\x7f\x02\x33\x11\x6e\x23\x97\xbb\ +\xb0\x91\x22\x12\x29\x14\xbe\x85\x88\xb1\xf5\x22\x37\x68\x47\xc7\ +\x3b\x9c\xf8\x28\x59\xbe\x3a\x6e\xe6\x9c\x66\x42\xc4\xb8\x92\xaa\ +\x17\xa7\x62\x6c\x45\x54\x75\x13\x1c\x27\x6c\x46\xc7\xcd\x37\x58\ +\xba\xd4\xb5\x4c\x7d\x34\x66\xc5\xf6\x79\x67\xb9\x7e\x18\x1a\x82\ +\x55\x1f\x72\xf4\x95\x5c\xf7\x26\x0b\x7b\x9d\x2c\x5e\xbc\xc9\x85\ +\x77\x89\xe4\xf3\xff\x8d\x6a\x3e\x69\x12\x86\xa9\xee\xa5\x25\x76\ +\xa0\x30\x3d\x15\xd1\xd3\xf3\x63\x8c\xa6\x8f\xd7\x29\x53\x86\x57\ +\x61\x3c\xcf\x10\x2c\x52\xf5\xa3\x7a\x16\xf0\x70\x6b\xff\xf3\xce\ +\x1c\xae\xc8\x31\x56\xeb\xf7\xa9\x98\x08\xf7\xae\xd2\xb6\xaa\xbb\ +\xe8\x4f\x64\x1a\x66\x41\xf4\x57\x14\x0a\xcb\x9c\xd8\x5a\x12\x15\ +\xf4\x25\x84\x4c\xd2\x59\xb3\xb2\x0a\x5a\xee\xc7\xdc\xe3\x99\xf1\ +\x93\x59\xde\x5d\xb4\x4c\x9f\xe4\x33\x9a\x68\x69\x39\xa5\xaa\x97\ +\xde\xde\x5f\x5b\xad\x71\x95\x13\x9d\x21\x38\x0c\xc7\x58\xfb\xdd\ +\xeb\x4d\xaa\x47\x5a\xad\x8d\xa9\x90\xe8\x22\xc9\x23\x5f\xc4\xf3\ +\xd6\x66\xf4\x77\x99\xd5\xba\x67\x20\x65\xad\x12\x04\x1b\x89\x52\ +\xa5\x00\x39\x8a\x45\x77\x02\x3d\x2a\x55\x4d\x32\x84\xc3\xf1\xbc\ +\xd3\x53\x81\xaa\xa6\x24\xc1\xf3\x2a\xcb\x0e\x90\x65\xcb\x5e\x21\ +\x2a\x96\x01\x18\xc5\x8c\x19\x65\xf6\xdc\x10\xac\x6a\x13\xec\x5e\ +\xb5\x30\xb3\xbc\x1b\xd7\xd9\x39\x06\x53\x4f\xb0\xad\xc6\x0a\xb2\ +\x9d\x59\x4b\x4d\x14\x95\x86\xd8\xd1\x71\x7c\x4d\x37\x4c\xc4\xce\ +\xfb\x76\xd4\xc0\x1a\x37\x2b\x0c\xff\xd9\x81\x79\xca\xda\xae\x22\ +\x38\x16\xb3\x90\xeb\x79\x27\xd8\x07\xec\x49\xce\x26\x2e\xeb\x35\ +\x28\x53\x25\x2e\x92\x5e\x7d\xd8\xd3\x63\xe7\x77\x9d\xc5\x73\x71\ +\xfc\x9e\x3c\x11\x21\xdd\xdd\x9b\x9c\xd8\xf6\xf6\xf7\x13\x86\xbf\ +\xa3\xb9\xf9\x59\xf5\xfd\xb1\x2e\x1c\xaa\xcb\x31\xb9\xe0\xb7\xeb\ +\xe5\x97\xbf\xc9\x89\x0d\x43\x3b\xcf\x72\x56\x2a\xc6\xd6\x60\xd5\ +\x53\x53\x31\x36\xc1\xe0\x20\x58\xc4\xde\x76\xbf\xb7\xa0\x6a\xd6\ +\xa1\xc2\x30\x1d\xe7\x79\x23\xac\x96\xbb\x04\x74\xde\x3c\xc5\x14\ +\x84\x84\x71\x38\xeb\xba\x6e\x12\x04\x8d\x45\xa4\x2a\x37\x90\x48\ +\x9c\xe9\xfa\x45\xdc\xcc\xd1\xd7\x77\x9e\x0b\x8b\xea\xe3\x56\xeb\ +\x84\x54\x8c\x88\x6d\xde\x8e\x71\x60\xec\xc5\x08\xa7\x06\x1b\x09\ +\x43\xb7\x1d\x14\x79\xc3\xda\x1e\xe1\x40\xd9\x75\x0b\x2e\x4c\xe2\ +\x6b\x26\xd8\xa6\xd4\x59\xda\x88\x89\x16\xc3\xf0\x5d\x19\x38\x50\ +\x35\xd5\x46\x61\x38\xd1\x89\xf3\x3c\x9b\x98\x63\x53\xa3\xb5\x20\ +\xd8\x8a\xc9\x5f\x1c\x9c\x1a\x8e\xab\x1a\x0d\x16\x71\x6a\xb0\x21\ +\xd5\xf3\xb2\x16\x43\x6d\xf2\x2a\x5f\x2a\x89\x24\x97\xb3\xb5\x76\ +\x54\x2a\xc6\x88\x49\xe6\x0f\x1f\xee\x7a\x04\x01\xcc\x3b\x6e\x22\ +\xa9\x71\xbf\x25\xa6\x24\x2b\xc5\x75\x2a\x1d\x8a\xb4\x3d\x31\x61\ +\xad\xe4\x72\x87\x57\x61\x22\x25\x78\xb1\xd4\x1c\x39\xb2\x0a\x43\ +\x18\xda\x26\xe2\x28\xfb\x90\xed\x45\xec\xb2\xb6\x9d\x5a\x87\x88\ +\xf1\x30\x54\x0f\x4b\xc5\xec\xdc\x69\x13\xec\xb6\x81\x51\x7f\x66\ +\xa2\x51\x3d\x27\x03\xf9\x38\xc6\x05\x1b\x97\xa9\xed\xad\xad\xbf\ +\xc1\x78\x23\xa7\x3a\xd7\xd7\x22\xd9\x50\xda\x2a\x16\xab\x42\xdd\ +\x58\xec\x15\x9d\x23\xaa\x8e\x0e\x1f\xbe\xc9\x75\xdc\xf6\x83\x4d\ +\xba\x51\xc4\x9e\xf0\xca\x45\xf5\xf7\x16\x2e\xd5\x26\xc5\xfe\x63\ +\x92\x50\x19\xa3\x33\x66\x1c\x92\xd1\x9f\x4d\x70\xfa\x44\x03\xc4\ +\xf5\xc1\x09\x19\x1e\x2d\x2d\x27\x3a\xb1\x51\xbe\x21\x71\x21\x47\ +\xb0\x76\xad\x8b\x38\x50\xdd\x60\x6d\x1f\xe9\x40\x19\x82\x45\xaa\ +\xb5\x3c\x8a\x52\x93\x7a\x8d\x91\xb6\xa7\x63\xff\xb2\xb6\xcb\xe5\ +\x26\xd8\xfe\xc5\xe1\xf8\x0c\xed\x78\xa2\xb4\x95\xcb\xa5\xfb\x98\ +\x00\x9e\xf7\x0b\xab\x75\xa6\x13\x07\x20\xf2\x5b\x6b\xbb\xda\xe9\ +\x2f\x97\x7a\x66\x7f\x10\xf9\x93\xd5\x72\x79\x27\x5b\xea\xc0\x6c\ +\x2e\x6d\x35\x37\x97\x7e\x04\xdb\x06\xdb\x04\x3b\x35\x2e\x76\xd0\ +\x93\xce\xf6\x67\xfd\xfa\x74\x4d\x12\xf9\x8d\xd5\x7a\xbb\xab\x3f\ +\xba\xba\x9e\xc3\x78\x1a\x87\xe9\x95\x57\xba\xcd\x93\xaa\x59\x25\ +\x16\xa9\x95\x2b\xb6\xeb\x2c\xaa\x96\x87\xac\x3e\xed\x15\x11\x17\ +\x79\x36\x37\xa3\x1d\x18\x43\xb0\xa5\xe5\x86\xe0\xa6\x26\xbb\xd0\ +\xe2\xf0\xb4\xdc\xa6\x35\xa8\x87\xad\x6d\x97\xdd\xb4\x5d\x20\xf7\ +\xa3\x1f\xd9\xca\x8d\xa5\xe6\xce\x9d\xae\xc7\x14\xe0\x77\xd6\xf6\ +\x5b\x32\x70\x20\xf2\xbc\xd5\x72\x13\xec\x79\x2f\x5b\xdb\xae\x17\ +\x70\x0c\xc1\xe5\x01\x99\x7d\xbd\xcd\x56\xab\x14\xcd\x95\x08\x8e\ +\xed\x56\x72\xb1\x61\xf8\xfe\x01\xce\x41\x81\x4d\xf0\x84\x54\x44\ +\x5f\x9f\xed\xc4\xbf\x2b\xd5\x05\x32\xf2\x87\xd2\x96\xc8\x51\x4e\ +\x54\x18\xda\xb9\x8f\x74\x9f\xd4\x88\x31\x65\x22\xf5\x69\xb0\x6a\ +\xff\x35\x38\x0c\xff\x8f\x28\x65\xba\x03\x91\x5f\x26\xbb\x2b\xed\ +\xa7\x7d\x03\xee\x41\xe5\x72\x76\x0e\xf8\xdd\xa9\x15\x33\x51\xf5\ +\x78\x42\xdc\xbe\x80\x73\x52\xc2\x26\x38\x0c\xab\xdd\xa0\x44\x3c\ +\xcf\xd6\xca\x63\x6a\x3c\x65\xf6\xbd\x64\x3d\x15\xf6\xeb\xb3\xe9\ +\xda\x59\x4e\x70\x2a\x46\x0a\x85\x95\xe4\x72\x47\xd3\xd7\xf7\x16\ +\xe9\xea\x2a\x99\xb2\xca\x15\x0d\xfb\x57\x77\xda\x38\xe9\xea\x5a\ +\x8f\xf1\x0d\xc7\xb2\x7e\xbd\x6b\xc2\xb1\xcd\x84\x7b\x61\xd2\xd6\ +\x22\xcf\x73\xdd\x24\x71\xc5\x50\xe2\xed\x0c\xa7\xb3\xd3\xfd\x4e\ +\xdd\xb6\x6d\x5b\x31\xcb\xef\x59\xa5\x59\x76\x5a\xc0\xe5\xfa\xd9\ +\x18\x77\xe0\xb4\x78\xf1\xe6\xca\xc2\xec\x4a\xcd\x33\x13\x83\xea\ +\x49\x64\x89\xc8\xcf\x4a\xdb\xc5\xa2\xcb\x99\x37\x33\xb9\x3b\x51\ +\x02\x22\xaf\x58\x2d\xd7\x24\x92\x88\xd1\xcc\xbe\x3e\xa7\x1d\x8e\ +\x3f\x53\x90\xfc\x18\xc3\xe2\x4a\xca\x6a\x29\x16\xed\x37\x51\xd3\ +\x97\x9a\xc2\xb0\x36\xc6\x21\x95\x04\xdb\x1a\xe7\x26\x24\xba\xa8\ +\x9d\x07\x4d\xf7\x12\xca\x13\x25\x59\xfd\xd5\x33\x4b\x27\x62\x26\ +\x63\x55\xb7\x7f\x1d\x89\x49\x34\x79\x5e\xba\x16\xab\xfe\xcd\x6a\ +\xa5\x93\x57\x0f\xc6\x21\xe5\x05\xc4\xd1\xf2\x87\x12\xd9\xb6\x77\ +\xe8\x84\x09\x4d\x19\x1f\xac\x30\xb9\x01\x91\xb7\xa6\x22\xc2\x70\ +\x0d\xb9\xd2\xdc\x76\x5a\x2a\x26\x3a\xff\x15\x54\x93\x31\x38\x4d\ +\x44\x8c\xdd\x52\xc2\x56\x7f\x96\x80\x8b\xee\xde\x70\xb6\xe7\xf1\ +\x10\xc0\x25\xa8\x27\x31\x56\x91\xf5\x93\x26\x7f\xa1\x2a\xc7\x32\ +\x19\xf0\xb4\xb4\x78\x7e\xd0\xa4\x4b\x6f\xad\xba\xdf\x0a\xcc\xb1\ +\x69\x18\x87\x3c\x55\xa6\xc1\xb1\x8d\xdb\x14\x37\x47\x30\x76\xac\ +\xdb\xd7\x14\xb1\x5f\x81\x4a\xd7\xa4\xa5\x4b\xff\x88\x79\x4c\xc7\ +\x38\x57\x18\xca\x7d\xf0\x5a\x1a\x6c\x9c\xfe\x94\xb2\xd7\x9c\x87\ +\x10\x15\x81\xe7\x14\x91\x50\x3c\x42\xf1\xd0\x28\x5b\x98\x4b\xfb\ +\x4b\x30\x61\x94\x50\xec\x37\x26\xe5\xaf\x29\x2d\x0a\x2b\xb9\x18\ +\xae\x62\x8a\xaa\x1b\x4d\xd1\x24\x28\xf9\xb8\x26\x38\x08\xc3\x74\ +\x4f\xa2\xaf\xaf\x11\x1b\x5c\xf3\xba\x43\x49\xd2\x08\x36\xa9\xbe\ +\xe8\x73\x5b\xa9\x12\x2f\x76\x26\xc6\x7f\x3f\x9d\x33\xa7\xf2\x7b\ +\x3c\x49\x1f\x76\xac\x9f\x3e\x29\x15\x8b\xfd\xd3\xe0\xbf\x4b\x82\ +\x73\x39\xbb\xea\xf1\x82\x1a\x01\x82\x71\x5f\xb6\x6f\x4f\x77\x5f\ +\xc2\xd0\xf8\xae\x2e\x82\x97\x2f\xdf\x8e\xc9\x94\x65\x13\x2c\x62\ +\x13\x5c\x6b\x92\xdb\xeb\x52\x1d\x20\x44\x4b\xe6\x89\x2b\xb4\x3f\ +\x9e\xe7\xcc\xa7\x62\x12\xd1\xd0\xda\x9a\xee\x43\xda\x21\xab\x2b\ +\xfb\x16\x99\x92\xc4\x56\xb7\xe8\xd4\xa9\x59\x39\x64\x3b\x30\xa8\ +\xa5\xed\x7b\x5d\xd2\x33\x61\xe6\xe5\x97\xd4\x6a\x15\x4b\xcc\xea\ +\x46\xb1\x98\x4e\x70\x79\xf4\x75\x54\x46\x5f\xa6\x30\xa5\xb5\xb5\ +\xf2\x6d\x7c\x23\x61\xf8\xba\xd5\x72\xe3\x86\x88\xb8\x08\xfe\x1f\ +\x22\xf2\xba\xb1\x57\x07\xaa\xc5\x10\x5c\xbe\x0e\x67\xa4\xb7\xd7\ +\xf6\x36\xb2\xea\x14\xea\xf3\x35\xbb\xbb\x77\x3b\xc1\xa3\x5a\x3d\ +\x2e\x3a\xae\xd6\x42\x4c\x7d\x92\x5e\x95\x1d\x15\x12\x1f\x0a\x1c\ +\x56\xe3\xfb\x0d\x76\x84\x93\xfe\xb5\xbd\x57\x5f\xdd\x82\xa9\x1b\ +\x3b\x28\xc3\xa6\x9b\x1f\x2b\x0c\x9d\xab\x15\xf1\xc2\x68\xb2\xfa\ +\xd2\x5a\xab\x64\xb5\x51\x19\xd1\xe2\xf1\x85\x0b\x0f\xe5\xc3\x67\ +\x1f\x48\xe7\xa9\xd9\x8b\x31\xf5\x88\x73\x29\x45\x82\x60\x7b\x1d\ +\x5f\x31\x35\xe5\xad\xc5\x62\xfa\x8f\x15\x05\x2a\x89\xdd\xcc\x91\ +\xcb\xb9\xf2\x02\x76\x91\x5f\xad\x68\xc9\x8c\x6b\xd8\xb0\xac\xc5\ +\x81\x86\x64\x44\x8b\xc7\x57\x26\xbd\x99\xe3\xc6\x44\xbf\xd9\x55\ +\xa7\x8d\x1e\x30\xc9\x99\xaf\xd2\xd6\x21\x86\xe0\xec\x85\xd2\x97\ +\x4a\x5b\xc5\xa2\x6b\xe6\x37\x26\x42\xa4\x16\xc1\xc6\x4c\x34\x35\ +\x0d\x8a\x99\x18\xd1\xe2\x71\xeb\x45\x87\x72\xf4\x9b\xca\x1f\xc4\ +\x81\x92\x3c\x50\x82\x4d\xe8\x19\x86\x59\x7d\x19\xd7\x4a\xd5\x95\ +\x01\xb3\xed\x79\xd6\xf2\x3d\x94\x67\xb7\x06\xac\xc1\xfb\xb6\xe6\ +\xf8\xf2\xc5\x87\x96\x34\xb7\x52\xae\x3a\x6d\x34\x1d\xa7\xf4\x8f\ +\xe4\x3d\xa5\xc1\x7f\xb1\x70\xae\xd2\x27\x43\xb0\xea\x1e\x23\x78\ +\x44\x8b\xc7\xe7\x2f\x3c\x84\x63\x46\x57\x93\x5b\x34\x39\x0f\xe6\ +\x9c\xde\x3f\x4d\xde\x33\x1a\x2c\x62\x08\x56\x75\x11\xdc\x48\xc6\ +\xca\x2e\x7e\x49\x8f\x20\xeb\x90\xc4\x2c\xd8\x9a\xfb\xc4\x9f\x4c\ +\xd7\xaf\xef\x2c\xb2\xb5\xdb\xe4\x75\xfa\x63\x2e\x06\x4f\x83\xed\ +\xd2\xab\x2a\x54\x68\x7f\x82\x20\x5d\xe3\xec\x8a\xa1\xda\x04\x9b\ +\xbb\xb6\x4b\xb9\x1a\x90\x34\x72\x57\x6d\xf8\x2b\xf7\xaf\x37\x0f\ +\x47\x51\xe1\x13\x3f\x78\x71\x40\x24\x0f\x1e\xc1\xaa\x59\x26\xa2\ +\xf6\x23\x1d\x86\xf5\x9b\x08\x91\x5e\x6b\xbb\xe1\x2f\x68\xbb\xc8\ +\xbd\xfd\xd1\x3f\x5b\x99\xd0\x48\xb6\x76\xf7\x0d\x88\xe4\xc1\x33\ +\x11\x59\x1a\x3c\xd8\x26\x22\x7a\x19\x31\x92\x30\x6c\x88\xe0\x46\ +\xc8\x4d\x64\x20\x24\xef\x19\x13\x51\xee\x82\xb9\x6c\xa6\xc1\xd4\ +\xf2\x22\x6c\x82\x3d\xaf\x6e\x13\xd1\x1f\x72\x13\xe9\x2f\xc9\x83\ +\x47\x70\xb6\x9b\x66\x3e\x58\xe1\x7a\xa4\xed\x92\x59\xd5\xec\xe8\ +\xcc\xf3\xfa\xa5\xc1\x95\x36\xac\x5e\x72\x13\x49\x23\x59\x6a\x7c\ +\xf5\x68\xf0\x4c\x44\x96\x9b\x66\x6b\x9c\xfb\x03\xf6\xa6\x0a\x3e\ +\xfb\x69\x28\xef\xaf\x01\x1b\xdc\xdd\x13\xf2\xa9\x55\x2f\xf1\xdc\ +\x2b\xbb\x1a\x26\x37\x11\x9b\xe4\x05\x6b\x5e\x65\xe1\x93\xe9\x6f\ +\x10\x27\xd2\xaf\x19\xd8\x92\xc6\x35\x58\xd5\x45\x48\xd1\xc2\x64\ +\x8f\x4b\xa4\xaf\xc4\x4c\x83\x93\x5c\x77\x4f\xc8\xcd\xab\x5e\xe2\ +\x8d\xde\xb0\x61\x72\x13\xd9\xda\xdd\xc7\x8d\x2b\x36\xd3\xdd\x53\ +\xfb\x6b\x90\x03\xd3\x60\x55\xfb\x5b\x35\x59\xef\x61\xd8\xb8\x74\ +\x0d\x2e\xaf\xaa\xcf\xfe\x9c\xd7\x00\x26\x39\x80\x1d\x3d\xfd\x27\ +\x37\x91\x7a\xc8\x85\x81\x12\xec\x79\xf7\x12\x4d\x4e\x4f\xd3\xda\ +\xfa\x48\x06\xae\x31\x13\x51\x8b\xe0\x46\x7e\x8c\xbd\x2c\x03\x32\ +\x11\x92\xcf\xaf\xd0\x6b\xaf\xdd\x4f\xe6\xcf\xef\xcd\x04\x16\x8b\ +\x7f\xc0\xf3\x8a\x44\x64\xb8\x3e\xc8\x59\xbf\x89\xb0\x49\xcd\x7a\ +\x9f\x64\x08\xc8\x40\x27\x39\x6a\x92\x0b\xc8\x92\x25\xcf\x03\x97\ +\xa1\xfa\x69\xe0\xa3\xa9\xa0\xf2\x17\x6a\x6a\x99\x08\xf3\x03\x0c\ +\x71\x82\x07\x3a\xc9\xd5\x2d\x12\x04\x0f\x00\x0f\x64\x40\x1a\x31\ +\x11\xcd\x25\x23\xea\x7a\xd3\x69\x88\xc8\x80\x35\x78\x10\xc5\x10\ +\x5c\x2b\x78\xb0\x35\xb8\xdc\xbe\x0f\x39\x19\x3a\x04\x37\xe6\x45\ +\xd4\x7e\x57\x6f\x88\xc8\xd0\x21\xb8\x11\x13\x61\x6b\xf8\x10\xb7\ +\xc1\x43\x93\x60\xd5\x6c\x82\x6d\xdf\xb7\x3c\x4a\x1c\x72\x32\x74\ +\x08\x2e\xcf\x07\x67\x7b\xf1\xff\xd0\xe0\x7e\x48\x6b\xeb\x63\x44\ +\xff\x5c\xe4\x35\x44\xee\xca\xc4\xda\x36\x78\x88\x6b\xf0\x1e\x73\ +\xd3\x6a\x49\xfc\x32\x5f\xf6\x3b\xc8\x46\x8c\x89\xf8\x87\x06\xef\ +\x16\xb1\x33\x6f\xce\x8f\x26\x0d\x05\xf9\xfb\x24\x58\x64\x3e\xd1\ +\x6b\x07\x3f\x61\xf8\xf0\x5f\xd6\x82\xef\x4d\xf9\x7f\x60\xe0\x00\ +\xd4\x38\x74\xac\x78\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x05\x55\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x81\x00\x00\x05\x81\ +\x01\x49\xe2\x95\x9f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xd2\x49\x44\ +\x41\x54\x38\x8d\x8d\x95\x6b\x6c\x14\x65\x14\x86\x9f\xf3\xcd\xee\ +\x76\xdd\x6d\x2b\x0b\xb4\x08\x41\x51\xc1\xa8\xa9\x28\x86\x68\x50\ +\xa3\x56\x40\x8c\x31\xad\xa2\x9d\x55\x44\x4c\x23\x8d\xd1\x88\x37\ +\xd0\xa8\x89\xc6\x1a\xaf\x28\xe1\x9f\xc4\x4b\x48\x34\x58\xb5\x3b\ +\x5b\x89\xe8\x0f\xbc\xe3\x2d\x41\x89\x37\x8c\xca\x45\xb0\x18\x41\ +\x0c\xb2\x2d\x2d\xdb\xbd\xcc\xcc\x77\xfc\xb1\x53\x05\xbc\xc4\xf3\ +\x6b\x66\xbe\xcc\xf3\x9d\xf3\xbe\xef\xcc\x27\xfc\x4b\x69\x67\x67\ +\x92\x62\xf1\x4a\x54\x2f\x47\xa4\x19\xd0\x68\x29\x86\xea\x2f\x88\ +\xbc\x06\xac\x13\xcf\xab\xfe\xd3\xfb\xf2\x8f\x50\xd7\x5d\x0c\x2c\ +\x06\x7a\x81\xb5\xe2\x79\x3f\x1f\xb1\x7e\x1c\x22\x0b\x50\x6d\x47\ +\xf5\x49\xc9\xe7\x5f\xff\x7f\xe0\x6c\x76\x01\xa9\xd4\x5a\x8a\x45\ +\x01\x2e\x43\xe4\x12\x54\x27\x02\x06\x91\xad\x40\x5e\x72\xb9\x4f\ +\xd5\x75\xeb\x51\x5d\x89\x31\x43\xe4\x72\x77\xcb\x5f\x53\xfd\x05\ +\xd6\x85\x0b\x1b\xa9\x56\xd7\x92\x48\xcc\x97\x9e\x9e\x21\x75\xdd\ +\x6b\x81\x5b\x11\xe9\x23\x0c\xdf\xc4\x98\x5d\xa4\xd3\x4a\xa9\x34\ +\x03\x6b\xaf\x07\x4e\xc0\x98\x25\xd2\xdb\xbb\x43\x5d\xf7\x5e\x44\ +\xc6\x4b\x2e\x77\xd7\x28\xcf\xfc\xd9\x66\xa5\xf2\x34\xb0\x52\x7a\ +\x7a\x86\x34\x9b\x7d\x0c\x91\xf3\x38\x78\xb0\x55\x72\xb9\x15\x40\ +\x02\x91\x3b\x19\x19\xb9\x99\x30\x4c\xd3\xd2\xb2\x04\x58\x86\xb5\ +\x2f\x69\x47\x47\xab\x78\xde\x13\x58\xdb\xa8\x1d\x1d\x97\x1f\xd6\ +\xb1\x76\x74\x9c\x0f\x74\x4a\x3e\xbf\x58\x5d\x77\x31\xaa\x2d\x92\ +\xcf\x2f\x55\xd7\xbd\x18\x63\x76\x11\x04\x8a\xe3\x4c\x01\x8e\x02\ +\xce\x46\xb5\x15\x63\xee\xc6\xda\x7e\x60\x1d\xd6\x76\x91\x4a\xed\ +\xa0\x5c\x7e\x87\x4c\xe6\x42\x79\xee\x39\x5f\x22\x33\xf2\x18\x73\ +\x0f\x8e\x53\xc0\xf7\xd7\x91\xc9\xcc\x66\x60\x60\x0e\xb0\x04\x70\ +\xc5\xf3\x4a\x47\x98\x37\x36\x32\xf6\x21\x1c\x67\x17\x61\xf8\x12\ +\x30\x1b\xd5\x65\x18\xd3\x2f\xb9\x5c\xce\x68\x67\x67\x12\x18\x27\ +\xbd\xbd\x3b\xa8\x56\xaf\x43\xf5\x79\xb6\x6d\x53\xe0\x7e\xca\xe5\ +\x2c\xfb\xf6\xf9\xda\xd1\x71\x9f\xba\xee\x07\xea\xba\x1b\x34\x9b\ +\xbd\x0d\xcf\x1b\x20\x16\x5b\x00\x3c\x4e\x63\xe3\x5e\x44\xde\x05\ +\xda\x51\xcd\x03\xed\x35\x8d\x8b\xc5\x16\xe0\xcb\x9a\x30\x72\x31\ +\x22\xaf\xd3\xdc\x3c\x0f\xd5\xf5\xf2\xc6\x1b\x23\x34\x37\x3f\x88\ +\x31\x3e\x9e\x37\x1b\x98\x03\x1c\x43\x36\x7b\x87\xbc\xf2\xca\xef\ +\x88\xbc\x47\xa1\x70\x11\x22\x2f\x03\xed\xd2\xd7\xb7\x13\xd5\x29\ +\x35\xb0\xea\x64\x60\x34\xa7\xf5\xe2\x79\x07\x50\x3d\x1d\x63\x36\ +\xd5\xe6\xd6\x0b\x24\x97\x5b\xc1\xfc\xf9\x4d\xf8\x7e\x03\xaa\x0f\ +\xa0\x7a\xd5\xf2\xd5\x9f\x34\x6c\x9e\x38\xfd\x4b\x3f\x96\x6c\x93\ +\xde\xde\x1d\xc0\x89\x11\x63\x48\xdb\xda\x52\x31\x44\x92\xc0\xe1\ +\x5f\x8f\x48\x12\x6b\x47\xa2\xbb\x00\x80\x78\x7c\x0e\xd6\x8e\x5f\ +\x3e\xf7\x9e\xaf\xc6\x54\x86\x4e\x35\x61\x72\xf7\xfb\x67\xb6\x8f\ +\xbc\x57\x2a\x8d\x7b\x72\xee\xd2\x09\x07\x3e\x5c\xa5\xea\xba\x0e\ +\xaa\x3f\x91\x4c\x1e\x1f\x43\x75\x00\x63\x8e\x8d\x20\xa5\x28\xf4\ +\xfd\xc0\x09\xc0\xc7\x40\x5c\x41\x50\xfd\x61\xe3\xf1\xb3\x9e\x8a\ +\xc5\x9c\xee\x93\xcf\x98\xea\x8f\x6f\xae\x1f\x0c\xd3\xf5\x03\xf1\ +\xbd\x7b\x52\x3f\x0c\x38\x67\xbd\x58\xbd\x61\xc2\x29\xbf\x7e\x37\ +\x63\xde\x96\xb7\x77\x22\x32\x35\x86\xea\x6e\x54\xaf\x88\xc0\x5f\ +\x01\x33\x81\xef\x31\x26\x1b\x3d\x1b\xe4\x9a\x6b\x26\xae\x39\x67\ +\x61\xa1\x50\xd7\x74\xe1\x39\xad\xd3\xb6\x34\x9a\x20\x69\xaa\x95\ +\x54\x08\x18\x81\x69\xa7\x4e\xd8\x9f\x0e\xca\x99\xef\xcd\xf4\xd5\ +\xf3\x7e\x7c\x7f\x2e\x41\x60\x0d\xfb\xf7\x6f\x05\xa6\x45\x90\x2f\ +\x80\x19\xa4\xd3\x9b\x51\x3d\x3d\x92\x65\x0f\x61\x38\x6e\x77\x72\ +\xd2\xd5\x93\x9b\x53\x61\xba\x3e\x51\x55\x63\x02\xc2\x30\x76\xa8\ +\x7a\xc7\x4d\x4a\x97\x89\x27\xa6\x3c\xd2\xba\xec\x68\xf1\xbc\x82\ +\x91\x0d\x1b\x02\x20\xd0\xb6\xb6\x14\x50\x40\x24\x23\x2f\xbc\x50\ +\x06\x12\x00\x58\xfb\x2b\x30\x36\x1e\x97\xb3\xc6\x66\xea\x14\x40\ +\x8d\x09\x45\xad\xc3\x11\x35\x66\x4c\x5d\x29\xae\x7a\x5a\x2d\x15\ +\xb5\xba\x85\x99\x33\xcb\x18\x33\x0c\xd4\x8f\x9a\xa6\xad\xad\x31\ +\x44\x46\x50\x4d\xd9\x90\x52\x18\xfd\x62\xd4\x98\x10\xfb\x77\x70\ +\x18\x2a\xa1\xad\x05\xc1\x00\x88\xe7\xfd\x24\xdd\xdd\x16\x6b\x2d\ +\xd6\x9a\x48\x82\x02\x4d\x4d\x19\x44\x2a\x18\x53\x17\x06\xc1\xdb\ +\x7b\x7f\x2b\x42\x18\x3a\xc4\x62\x41\xd0\x38\xe6\xb7\x43\xa1\x7e\ +\xa0\x32\x38\x58\x69\xf0\x13\xfe\x67\x87\x76\x4c\x34\xb6\x45\xc4\ +\x44\xd7\x23\x84\x61\x8a\x5a\x14\x13\x95\x71\x69\x6f\xb0\x50\xd4\ +\xbd\x7b\x86\x1a\xb0\x2a\x7f\x36\x10\xd5\xe6\x2d\x85\x54\x43\x75\ +\xe8\xad\xee\xae\x73\x0b\x00\x87\x19\x00\x94\x50\x2d\x03\x60\x4c\ +\x11\x91\xf4\x28\xb8\x3b\xdb\x52\xdd\xdd\x75\xfb\xa7\x3d\x89\x45\ +\xd3\xf7\xef\x1b\xae\x9b\x3a\xd6\x69\x60\x42\xa2\x34\x7c\x20\x70\ +\xbe\xfe\x76\xdb\xb1\x07\x87\x2a\x09\xc7\xd6\xad\x1b\x05\x1d\xb6\ +\xab\xf4\xf5\x6d\x97\x7c\xfe\xde\x48\xb0\x55\x94\xcb\xfd\x58\x5b\ +\x21\x32\x72\xd2\x81\x3d\xc3\xe7\xf5\x6f\x9c\xf5\xfb\xce\x7d\xaf\ +\x7e\xf3\x79\x3f\x1f\xbd\xbb\x35\xb3\x6b\xd3\xf6\x52\x71\xb8\x7c\ +\x63\x10\xb3\xa7\x04\xf1\xf8\x83\x8f\xae\xda\x74\x29\xfc\xcb\x09\ +\x72\x68\x69\x36\x7b\x15\xd0\x24\xb9\xdc\x33\xea\xba\x7d\xc4\xe3\ +\x5d\xf8\xbe\x00\xcf\x8a\xe7\xb9\xba\x68\x51\x5a\xd6\xac\x29\x02\ +\x3c\xfc\xcc\xc6\x93\x1c\x75\xd6\xab\x95\x2e\xf3\xdf\x58\xa0\xae\ +\x6e\x3d\xaa\xb9\xda\x2e\x3a\x88\xef\xfb\xe2\x79\x05\x1c\x67\x29\ +\xc0\x28\x14\xe0\x81\x9b\x66\x6d\x37\x46\xae\x10\x47\x6f\xfb\x03\ +\x8f\xed\x32\x9a\x4d\x90\xc8\x10\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x01\xc3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x40\x49\x44\ +\x41\x54\x38\x8d\xd5\xd3\xbd\x4a\x03\x41\x14\x86\xe1\xf7\xcc\x4e\ +\xb2\xf9\x91\x90\xa8\xc4\x98\x56\xfc\xe9\xb4\x48\x2b\xe2\x05\x08\ +\x5e\x86\x95\x97\x62\xe1\x1d\x48\x2a\xed\x44\xa2\x90\x1b\xb0\x10\ +\xb4\x11\x62\xa3\x76\xa2\x89\x10\x41\x14\x35\xd9\x19\x8b\x35\x09\ +\x0b\x4a\x12\x77\x40\xfc\xaa\x81\x39\x3c\x67\xe6\x30\x03\xff\x2d\ +\xd2\xaa\xcf\x9c\x01\x73\xdf\xef\xda\xdb\xce\x9b\x5e\x2d\x6f\xdc\ +\xbd\x8e\x0b\x6b\xb0\x95\x1f\x77\x2d\x85\x84\xdf\xdd\x01\xb6\xc6\ +\x85\xa5\x55\x2f\xda\x61\x45\x56\xec\xb6\x12\xd5\x18\x56\x67\x3c\ +\x73\x59\x5c\x6f\xdd\x03\xe8\x91\xba\x5b\xd9\xb5\x76\x68\x7f\x24\ +\x90\x43\x60\x13\x40\x8d\x02\x8f\x1a\x11\x52\xbd\xb5\x53\x38\xd2\ +\x24\x3a\x63\x69\xea\xc2\xd2\x93\x41\xa5\x7f\x83\x29\xf1\x0c\x5e\ +\x32\xc0\x72\x13\x9d\xb1\x9f\x6b\xe0\x65\xd7\x62\x5d\xc3\x82\x40\ +\x33\x62\xe8\x4c\x79\x36\x8e\xd9\x8b\x11\xa9\xf6\x61\xc1\xbb\xc2\ +\xcb\x2e\x38\x70\x3f\x74\xa0\x0e\x06\x27\xf6\xa7\x1e\x1c\xa0\x60\ +\x39\xce\x55\x8e\x1e\x7b\x70\x57\x65\x4b\x8b\x4e\x60\xa4\x0a\x5f\ +\xcf\x4d\x54\xf2\x5c\x54\xb2\xe4\x40\x6d\xe7\x73\xa6\x36\x80\x53\ +\xa5\x8e\x03\x14\x81\x7d\x99\x3f\x79\x0f\x61\xcb\xb3\x4a\x4f\x2f\ +\xbb\x80\x03\x09\xc7\x10\xc2\x89\xcc\x05\xa2\x26\x1c\xb8\xd7\x93\ +\x2b\xb5\xd3\x3e\xec\xa5\xcb\x2e\x50\x10\xaa\x22\xf4\x7f\xb1\x16\ +\x3f\x6f\x80\x76\x4c\xf6\x05\xcc\x5e\x4c\xe3\x8f\xf3\x09\x53\xba\ +\x4d\x3a\x66\xdf\x70\x46\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x03\x1b\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\x21\x00\x00\x06\x21\ +\x01\xcd\x57\x9c\x5c\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x98\x49\x44\ +\x41\x54\x38\x8d\xad\x92\x4b\x48\x94\x51\x1c\xc5\xcf\xff\x7e\xf3\ +\xcd\xa8\x33\x4e\xf4\x52\x22\x0b\x2d\x12\x53\x82\xda\x18\x88\xd1\ +\x64\x6e\x9a\x10\x12\x7c\x60\x46\xe9\xa2\x2c\x88\x20\x70\xd1\x26\ +\x9c\x68\x11\x19\xb4\x29\x08\x84\xc8\x36\x81\x4e\xa1\x10\x93\xd2\ +\x03\xa7\x16\xd6\x26\x74\x91\xe3\x33\x1b\x30\x32\x32\x0d\xd3\x19\ +\xf3\x7b\xfd\x5b\xd4\xc8\xe8\xcc\x37\x33\x91\x77\x77\xcf\x3d\xe7\ +\x77\xff\xf7\x72\x08\xeb\xb4\xca\xbb\x4f\x9d\x66\xe0\x16\x08\x8b\ +\x4c\x74\x96\xd6\x03\xea\xea\xac\x76\x48\x56\xdb\x77\x00\x36\x00\ +\x00\x61\xd2\x12\x6d\x18\xaf\x3f\xe6\xd4\x40\x3d\x30\x58\x71\x68\ +\x0e\xf7\x0e\xaf\x77\x29\x15\xb0\x0d\xb0\xaa\x60\x2b\xe1\xef\x9c\ +\x0c\xbb\x88\x36\x68\x2c\xf6\x80\x51\x02\x22\x57\x50\x68\xf9\xa9\ +\x4e\xac\xb6\xdb\x2f\x61\x44\x0a\x00\x60\x00\xcb\x60\x6e\x8e\xf9\ +\x8a\xe1\x3a\x77\x53\xbf\x9a\x56\xf2\x28\xe4\xcc\x0e\x3b\x42\x95\ +\x6f\x93\x4c\x5d\xe6\x6e\xf0\x00\x28\x34\xc2\xb9\x27\xb5\xe6\xb1\ +\x4c\x4b\x58\x55\xfd\x35\xde\x45\xd3\x3f\x3e\xea\x6e\x6c\x02\x73\ +\xa5\xbe\x84\x13\x7e\x7f\xfb\xaf\x64\x50\xbf\xdf\xa3\x45\x9f\x49\ +\x66\xe0\x4f\xe3\x83\xef\x77\xe5\x1f\xb0\x43\x86\x27\x77\xfb\xfe\ +\x27\xc1\xe0\xe0\xaa\x60\x22\x28\x00\x24\x6d\xc5\x91\xe3\x67\xce\ +\x09\x8b\xa3\x2e\x6d\xe7\xa1\x39\xb0\x38\x08\xe0\xa3\x32\x33\x30\ +\xae\x2f\x4c\x3b\xcd\xa0\x29\x81\x5d\x9e\x3e\x8b\x7d\xe6\xcb\x18\ +\x84\x9c\x17\xd1\xd8\xd0\x55\x32\x8c\x02\xdf\xbd\xfa\x49\xb3\x9c\ +\x30\x3b\x88\xac\xf4\xd9\xd9\x7d\xd1\x50\x00\x20\x21\xc9\x24\xc9\ +\x15\x89\x72\x49\xc1\xc4\x46\xdc\xa7\x32\x48\xfd\x2f\x70\xf1\x96\ +\xc0\x10\x6b\xe1\xa9\x68\xcd\x30\x54\x95\x97\xe6\x7d\x89\x72\xa6\ +\xad\x58\xb9\x39\x23\xb7\x45\x5f\x9c\x66\x69\x43\x9e\x1f\x6a\xa8\ +\x50\x48\xb2\x4f\xf9\x36\xe0\x55\xe6\x86\xcf\xc7\x6b\x4b\x4a\x13\ +\x47\x2a\xa5\x2f\x6c\xab\x7a\x76\xb7\xf6\xc2\xf2\xd4\xeb\x00\x05\ +\x5f\xd5\xbf\xec\x6c\xbd\x06\xe2\x2e\xca\x40\x97\xcb\xd5\x90\xf6\ +\x4f\xe0\x64\x3d\xed\xf3\x3d\x6c\x4b\x04\x8f\x0b\x4e\x06\x5d\x0b\ +\x2f\x2f\x9e\xea\xff\xda\x9b\x7d\x67\xbe\x37\x67\x93\x29\x38\x55\ +\x68\x34\xbc\xd1\x35\x94\x2f\x09\xbe\xa8\x08\xa5\x31\xa2\x5b\xaa\ +\x87\x3b\x0f\x0b\x12\x6d\x00\xdb\x43\x2f\x26\xde\x85\x7b\x46\x0d\ +\x33\xa8\xcd\xe6\x90\x9d\x19\x5b\x2d\x6b\x75\xab\xc5\xb8\xa9\xea\ +\xa2\x42\x96\xb5\xa7\x11\x8d\x6a\x47\x1e\x4f\x00\xbc\x1b\x00\xd8\ +\x60\x9d\x3f\xfc\xd8\xec\xad\x69\x9a\x8f\x0e\x5e\xbe\xdd\x9f\x2e\ +\x42\xcb\xcf\x01\x94\x82\xf9\xb3\x44\x28\x6f\xbd\x5a\x36\x9a\xe8\ +\x25\x82\xc1\x99\x2b\xb7\x08\x12\x28\xda\x18\x53\x41\x11\x56\xaa\ +\x00\x94\xfe\x31\x51\x8e\x4e\xd4\x9c\x08\x0a\x00\x82\x80\x2b\x00\ +\x14\x00\x0c\xa6\xeb\xde\xa2\x9a\xb9\x18\x17\x1b\xa1\xd5\x7b\x84\ +\x62\x3c\x6b\xc1\x1d\x05\xd5\x0f\x0c\x99\xb3\x04\xa9\x59\x1d\x7b\ +\xab\x5a\xe2\x99\x32\xf5\x37\xdd\x0c\xdc\x07\xe8\x27\x08\x7d\x9a\ +\xd0\x6f\x24\x03\xff\x06\x81\xa4\x2d\x3f\x15\x96\x49\xd9\x00\x00\ +\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0e\x0a\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0d\x87\x49\x44\ +\x41\x54\x78\x9c\xd5\x9d\x7f\x70\x5c\xd5\x75\xc7\xbf\xe7\xbe\x7d\ +\xfb\x7b\xd7\xd2\xea\x07\x20\xdb\x92\x2c\xed\x4a\xb6\x25\xec\x50\ +\x8c\xb1\xa1\x26\x36\x98\x38\xb6\xc1\x71\x83\xb4\x36\x2d\x49\x88\ +\x9b\x01\x32\x04\x92\x36\x7f\x74\x42\x0c\xbc\x18\x32\xe9\x34\xc9\ +\x30\x9d\x40\x8b\x69\x9c\x34\x35\x01\x5b\xb2\x70\x98\x74\x32\x43\ +\xe2\x22\x42\xca\x90\x10\x4c\x08\xc6\x96\xb4\x92\x70\x22\x6c\xb0\ +\x23\x59\xbf\x57\xd2\xfe\x7a\xa7\x7f\x58\x72\xf5\x63\x25\xed\xdb\ +\xbd\x6f\x57\xfa\xfc\xb7\xef\xdd\x7b\xce\xd9\xa3\xb7\xf7\xdd\x7b\ +\xee\xb9\x47\x84\x05\xc2\xf5\x07\xdf\x56\xaf\xb1\xb6\xdd\x1e\x8e\ +\x0d\x6f\x1d\xd3\x23\x6b\x63\x88\x95\xc5\x38\x5a\x38\x96\x88\xd8\ +\xa3\x1c\xb1\x30\x58\xc4\xf4\x18\x31\x18\x56\x61\x65\x66\xb0\x5d\ +\x71\xc4\xec\x64\x8d\xa8\xc2\xda\x6d\x25\x4b\x97\x5d\xd8\xdf\x51\ +\xc9\xd6\xdc\x39\x52\x7c\xa2\xe3\xe1\x1d\x91\x5c\x7f\x27\x00\xa0\ +\x5c\x2a\xbf\xf5\xd0\x73\xdb\xa3\xb1\xe8\xbe\x41\x1e\xdc\x34\x10\ +\xef\x2f\x8e\xe9\x71\x29\xf6\xa8\x42\xe5\x02\xc5\xd7\xeb\xb6\x78\ +\xdf\x72\x5a\xdc\x87\x37\x74\xdd\x73\x54\xd3\x48\x97\x21\xdb\x28\ +\x59\x77\xf0\xe6\x1f\x3d\xb7\x75\x2c\x36\xfa\xc8\xa5\x68\xcf\xa6\ +\xb0\x1e\xb6\x64\x43\xa7\x47\x71\xc7\x7d\x6a\xd1\x49\x8f\x6a\x7b\ +\xf2\x97\xfb\xee\xfb\xef\x6c\xe8\x9c\x20\x2b\x0e\xbe\xf3\xe0\x41\ +\x67\x58\x88\xef\x5f\x8c\x5e\xb8\xa7\x2f\xde\xe7\xce\x86\xce\xd9\ +\xf0\xa9\x05\x43\x45\x4a\xf1\x8b\x6e\xe8\xff\xf0\xf3\xfb\xef\x1f\ +\x31\x5b\x9f\xa9\x0e\xde\x75\xe8\x90\xa7\x3b\x3e\xf2\x6c\x77\xec\ +\x62\x70\x24\x31\x92\x95\xa7\x35\x55\x5c\x8a\x2b\xbe\xd4\xba\xec\ +\x65\x9b\xc8\xbf\xef\x95\x2f\x05\x7b\xcd\xd2\x63\x8e\x83\x1b\x1a\ +\x94\xdb\x06\x06\x0e\x76\x45\xba\xee\x0d\x27\xc2\x8a\x29\x3a\x24\ +\xe1\x50\x9c\x89\x52\x47\xd9\xa1\xe6\x7d\xe7\xbf\x0c\xd2\xa4\x8f\ +\xd3\xd2\x1d\xbc\xfd\x3f\x7e\x52\xd7\x15\xed\xfa\x71\xae\x87\x02\ +\xa3\x54\xd8\x2b\x2e\x6c\xc9\xbf\xed\x53\x4f\x04\x57\x9d\x92\x29\ +\x57\x9a\x83\xef\x6d\x6e\xb6\x77\x84\xce\xbc\x76\x76\xec\xec\x8d\ +\x8c\x9c\xbc\xb0\x0d\x63\x25\x1b\xaa\x9c\x55\xf0\x3b\xab\x50\xa4\ +\x16\x81\x80\x18\x03\x4f\x11\xc7\x1e\xd5\x82\x35\x51\x19\x3a\xa4\ +\x38\xf8\x9b\x4d\x67\xca\x2c\x09\xcb\x91\xe3\x3d\x4d\x1b\x7a\x62\ +\xdd\x32\x44\x9a\x8a\xd7\xe2\xc5\x1a\xf7\x5a\x04\x1c\xd5\xb0\xd0\ +\xcc\x57\x03\x01\x27\xe3\x09\xda\xf3\xe4\xde\x40\x67\xa6\xba\x32\ +\x76\xb0\x76\xac\x6d\x37\x98\x7e\xc4\x40\x7e\xfb\x48\x08\xaf\xf5\ +\xbf\x9a\xa9\x48\xd3\x70\x08\x27\xae\xf7\x5c\x8f\x95\xae\x55\x20\ +\x88\xf9\x9a\x0f\x32\xf3\x7d\x07\x82\xd5\x47\x33\xd1\x39\xaf\x96\ +\xb9\xd0\x1a\xdb\x34\x66\x3a\xce\x40\x3e\x00\x54\x3a\xfc\x70\x0a\ +\x67\x26\x22\x4d\xa3\xca\x51\x8d\xfa\xe2\x3d\x58\xe5\xaa\x49\xc5\ +\xb9\x00\xe0\x25\xa2\x23\x8f\x35\x86\x1e\xcd\x44\x6f\x5a\x4f\x70\ +\x7d\x03\x2b\x35\xa2\xfd\x07\xcc\xf8\xf2\xf4\x7b\xef\x0e\xff\x01\ +\xbf\x1f\xfc\x5d\x26\x36\x49\x45\x25\x15\x9b\xf2\x3e\x89\x4a\x87\ +\x3f\x6d\x19\x04\x7a\x06\xa7\xfd\x0f\xa7\xb3\x1a\x34\xec\xe0\x87\ +\x7e\xd1\x6e\xf3\x85\xf9\x79\x00\x75\xc9\xee\x47\xf4\x08\x5e\xb8\ +\xf8\x3c\xe2\x1c\x33\x2a\x5a\x3a\x2e\xc5\x8d\xed\x05\x3b\x91\x6f\ +\xc9\x97\x20\x8d\x1b\x88\xe3\x9f\x33\xfa\xf2\x33\x34\x44\x68\x1a\ +\x8b\x82\x30\x1f\xc6\x2c\xce\x05\x00\x9b\xb0\xa1\xca\x59\x6d\x44\ +\xac\x29\x78\x2d\x4b\xb0\xab\xf0\x33\x92\x9c\x0b\x00\x14\x64\x58\ +\x8f\xd6\x37\xb0\xa1\x79\xbd\x21\x07\x73\x4d\xfb\x53\x0c\xd4\xcf\ +\xd7\xee\x5a\xd7\x1a\x08\xca\x5d\x1c\xc9\xa9\xb8\xb0\xb3\xe0\x0e\ +\xb8\x15\x8f\x5c\xc1\xc4\xbb\x57\x53\xfb\xd3\x46\xba\xa4\xec\xe0\ +\xc7\x8f\xb5\x7d\x0b\xc0\xc3\xa9\xb4\xf5\x5a\xbc\x28\xb7\x57\x1a\ +\xb1\x43\x1a\x36\x61\xc3\xce\x82\x3b\xe5\x3b\xf7\xff\x79\x40\x6b\ +\x0c\xed\x4f\xb5\x71\x4a\x0e\xd6\x1a\xda\xeb\xc0\xf4\x98\x11\x2b\ +\xd6\xba\xd7\x1a\x69\x2e\x05\x82\xc0\xad\xf9\x5b\x91\x67\xc9\x33\ +\x55\x8f\x0e\x1c\xd0\x1a\x43\x9f\x4d\xa5\xed\xbc\x0e\xde\x7f\xa4\ +\xbd\x12\xc4\x3f\x34\x6a\x44\xa1\x5a\x84\x32\x7b\xb9\xd1\x6e\x19\ +\xb1\xce\x7b\x03\x96\xd9\x96\x9b\xae\x87\x00\x62\xe0\xd0\xfe\x86\ +\xd6\x15\xf3\xb5\x9d\xd3\xc1\x0f\xfd\xa2\xdd\x66\x51\xf8\x28\x03\ +\x4b\xd2\x31\x64\x9d\x67\x3d\x48\xd2\x6a\x5c\x90\xc0\x0a\x7b\x05\ +\x6e\xc9\xdb\x8c\x1d\x05\x77\x60\xbd\x77\xc3\x94\x55\x98\x95\x6c\ +\xb8\xd6\xbd\x46\x8a\xae\x14\xc9\xb3\x40\x1c\xd5\x1a\x4e\x5b\xe7\ +\x6a\x34\x67\x08\xb1\x20\x8c\x6f\x33\x70\x7d\xba\x16\xf8\x54\x1f\ +\x2a\x1c\x95\xe8\x1c\xed\x30\xdc\x57\x15\x2a\x6a\x9c\xb5\xb8\xca\ +\x7a\x35\x3c\x8a\x07\x6e\x8b\x07\x2a\xa9\x57\xee\x2f\xb5\x2d\x83\ +\x5b\x71\xe3\xd5\xbe\x13\xe3\xed\x2d\x50\x90\xdd\xc0\x1d\x13\x6e\ +\x00\xd4\x27\x00\xfc\xd3\x6c\x6d\x66\x7d\x82\xb5\x97\x3a\x6a\x01\ +\x4e\xe9\xa5\x36\x17\x37\x7a\x37\x4c\x71\x4c\xaa\xd4\x3a\xd7\xe0\ +\x06\xef\x8d\x28\xb5\x97\x21\x5f\xf5\x25\x95\x51\xe1\xa8\x80\x4d\ +\xd8\x01\x00\xa3\xfa\x08\x74\xce\x49\x90\xe9\x1f\xb5\x63\xad\xb3\ +\xfe\x74\x92\x3b\x98\x99\x90\xd0\x9f\x66\xc0\xb8\x67\xa6\xe1\x52\ +\xdc\xf8\x2b\xcf\x3a\xc3\xfd\xbc\x96\xf9\x67\x01\x04\x01\x9f\xc5\ +\x07\x00\xd0\x99\x31\xaa\x9b\xbe\x41\x91\x0c\x0b\xb3\x78\x06\xcc\ +\x49\xc7\xc2\xa4\x0e\xd6\x9a\x3a\xbe\xc8\xc0\x27\x65\x59\x50\xeb\ +\x5a\x83\x02\xb5\xd0\x50\x9f\xe1\xc4\x70\x4a\xed\x54\x71\x79\x08\ +\xbc\xc6\x5a\x02\xa7\xe2\x32\x6c\x9b\x24\xfe\x5a\x6b\xea\xf8\xbb\ +\x64\x37\x66\x78\x7d\x7c\x29\xfc\x01\x80\x12\x99\x16\x0c\x25\x06\ +\xf1\x52\x77\x13\xa2\x7a\x6a\xbb\xe9\x0e\xe1\xc4\x5d\x45\x75\x70\ +\x28\x73\x07\x8f\x62\x1c\x03\x43\x87\x95\x6c\x32\xcc\xcc\x84\x73\ +\xc4\xb1\xca\xe9\x4b\xe9\x19\x4f\x70\xfe\x30\xf6\x41\xb2\x73\x01\ +\xc0\xa3\x78\xb1\x39\x6f\x0b\x52\x0d\x7f\x8c\xea\x23\xf8\x59\xcf\ +\x4b\x68\x19\x69\x41\xd7\xd8\x9f\x31\x18\x1f\x48\xda\x4e\x25\x75\ +\x21\x38\x17\x00\x96\xe9\xc2\xf2\x85\xe9\x17\xa7\x7c\xdb\xfb\x0e\ +\xbe\xad\x96\xf8\xbc\x6d\x0c\xcc\x3b\xbf\x4b\x97\xd6\x91\x56\xfc\ +\x6f\xff\xeb\x30\xb2\xeb\x61\x17\x0e\x6c\xca\xbb\x05\xa3\xfa\x18\ +\x54\xb2\x60\xb9\x6d\xf9\x95\x97\xdb\x02\xe3\x03\x2a\x3c\x5f\xad\ +\x6d\xd9\x12\x9f\xb8\x30\x65\x9a\x56\xe2\xf3\xdc\x6d\xa6\x73\x01\ +\x60\xa5\x73\x25\x6c\xc2\x8a\x57\xfb\xfe\x07\x3a\x27\x52\xea\x33\ +\xa6\x8f\xe2\x57\xbd\xaf\x5c\xf9\xbc\xdc\xb6\x1c\x9f\x2e\xd8\x69\ +\x96\x89\x99\x50\x81\x4b\xcb\xf6\x02\x78\x7e\xe2\xc2\x94\x21\x82\ +\x99\x66\xc4\x77\xcd\x60\x85\xbd\x02\xbb\x0b\xff\x06\x45\xd6\xa2\ +\xb4\xfa\xdb\x15\x87\x64\x8b\x24\xa2\xe3\x81\xc9\x1f\xaf\x0c\x11\ +\xfb\x8f\x75\x06\x04\x27\xda\x28\xcb\xd9\x3e\x1f\x45\xce\xe3\x4f\ +\x63\x67\x71\x6e\xec\x43\x0c\x24\x92\x8f\xb3\xd3\xf1\x28\x5e\xd4\ +\x17\x07\xa1\x24\xd9\x4f\x5b\x08\x50\x22\x51\xad\xed\x5d\x15\x02\ +\x26\x0d\x11\x0a\x27\x3e\x8f\x1c\xa4\x52\x95\xd8\x96\xa2\xc4\xb6\ +\x14\x58\x02\x44\xf5\x08\xfa\xe3\x7d\xe8\x8d\xf7\xa3\x37\xd6\x83\ +\xee\x58\x0f\xba\xa3\x17\xc1\xe0\x29\x7d\x86\x12\x83\x38\xde\xdd\ +\x84\xb5\xee\xeb\xe0\x77\x06\xa4\x2d\xc7\xa5\xa1\x88\xbf\x05\xa0\ +\x01\x13\x0e\x65\xa6\xc7\x9b\xda\x3f\x00\xa3\x3c\x77\x56\x25\x67\ +\x38\x31\x84\x8e\xd1\x0e\xfc\x71\xf8\xdd\xa4\x53\xbc\x5a\xd7\xb5\ +\xd8\xb8\xe4\xe6\x1c\x58\x36\x3b\x44\xe8\xd4\xee\x0a\x04\x40\xc4\ +\x02\x00\x1e\x3d\x1e\x5a\xb3\x10\x9d\x0b\x00\x6e\xc5\x83\x4f\xb8\ +\xaf\xc3\x8e\x82\x3b\x92\x6e\x56\x9e\x19\x39\x83\x31\x7d\x2c\x07\ +\x96\xcd\x0e\x33\x2a\x1f\x6d\xea\x58\x0d\x8c\xbf\xe4\x94\x84\xd8\ +\x92\x5b\x93\xe6\xa7\x48\x2d\x42\xb9\xbd\x6c\xc6\x75\x9d\x13\x78\ +\x77\xe8\x9d\x19\xd7\xcf\x47\xce\xe1\xad\xc1\xdf\xe2\x54\xf8\x3d\ +\x84\x53\x5c\x15\xca\x44\xd1\xf5\x2d\xc0\xf8\x18\xcc\xe0\x05\xef\ +\x60\x00\x58\x66\x2f\xc3\xd9\xb1\xb3\x33\xae\x9f\x0a\xbf\x87\x18\ +\x62\xf0\xdb\xab\x10\xe7\x18\x4e\x87\xdf\xc7\x87\x91\xae\x2b\xf7\ +\xdf\x1a\x7c\x13\x15\x76\x3f\xd6\xb8\xd7\x1a\x5e\xb2\xa7\x0b\x13\ +\x6d\x01\xf0\x34\xd5\x37\xb0\xb2\x9a\xda\x7b\x00\x98\xbb\x0d\x20\ +\x81\xbf\x44\x2f\xe2\xe5\x9e\xe3\x19\xc9\x28\x50\x0b\x51\x62\x2d\ +\xc1\x55\xb6\x6b\x50\x6e\x2f\x4b\x35\x47\x22\x1d\xfa\xcf\x70\xa0\ +\xd0\x52\x83\x8e\x6a\x5e\x04\xce\x05\x80\x7c\xd5\x07\x02\xcd\x98\ +\x55\x18\xe1\x52\xac\x07\x97\x62\x3d\x38\x15\x7e\x0f\x57\x5b\xaf\ +\xc6\x8e\xc2\x3b\xcd\x8a\x23\xe7\xd5\x88\x50\x40\x80\x78\xa5\x19\ +\xd2\xcd\x40\x25\x55\xea\x7e\xdb\x85\xe8\x05\xfc\xa6\xff\xd7\xd2\ +\xe4\x4d\x47\x67\x51\x2d\x74\x70\xee\x93\x18\x0c\xb0\xce\xbb\x1e\ +\x82\xe4\x3d\x71\xed\x23\x21\x74\x8c\xb6\x4b\x93\x37\x19\x01\xae\ +\x16\x02\xb4\xa8\x1c\x5c\x6e\x5f\x81\x5d\x05\xbb\xa5\xfe\xac\xdf\ +\x1c\x78\x03\x11\x13\xa6\x7a\x0c\x54\x0b\x06\x72\x93\xc0\x90\x01\ +\x45\xd6\x22\x04\x5c\x55\xd2\xe4\x8d\xe9\x63\xe6\xe4\xd3\x31\xfc\ +\x82\xc6\x33\x23\x17\x1b\x6a\xe6\xbb\x59\x53\x68\x1d\x69\x45\x77\ +\xec\x2f\x52\x65\x82\x90\x27\x00\x5e\x54\xa9\xfe\x13\x5c\x88\x7e\ +\x2c\x55\x1e\x83\xf1\x5a\x5f\x33\x12\x48\x2d\x84\x9a\x0a\x04\x78\ +\x04\x83\x4c\xcb\x31\x32\x8b\x70\x22\x8c\xee\x58\x8f\x74\xb9\xfd\ +\xf1\x3e\x9c\x1c\x7c\x5b\x9a\x3c\x06\x3c\x02\xc0\xa2\x7b\x82\x2f\ +\xff\x94\xd3\x9f\x0b\xcf\xc5\x7b\xc3\x7f\xc4\xb9\xc8\x87\x52\x64\ +\xd1\xb8\x83\x17\x1d\x43\x89\x21\xd3\x64\x33\x74\xfc\xaa\xf7\x97\ +\x49\x97\xe4\xe9\x20\x00\x64\x3f\x12\x92\x21\x89\x14\xb7\x9a\xd2\ +\x25\xce\x31\x9c\xe8\x7d\x05\xbf\xee\x6b\x36\xb4\x77\x38\x1d\x06\ +\x86\x04\x81\xcd\x7b\x1c\x4c\x22\x9d\x4c\xa1\x74\x08\x8d\xb6\xa1\ +\x25\xdc\x92\x76\x7f\x02\x86\x04\x33\x2d\x3a\x07\x7b\x2d\xde\xac\ +\xe9\xfa\x53\x06\x43\x05\x03\x43\x02\x84\x7e\x89\xf6\x64\x85\x62\ +\xb5\x18\xd9\xda\xdd\x8a\x73\x7c\xfe\x46\xb3\xc1\xe8\x17\x04\x64\ +\x7c\xd8\x2e\xdb\xd8\x84\x1d\x57\x59\xaf\xca\x8a\x2e\x2b\xcd\x99\ +\x9d\x3a\x37\x84\x0e\xa1\x83\xdb\xe4\x99\x93\x3d\x56\x39\x57\x65\ +\x45\x8f\x4f\x2d\x48\xbb\x2f\x01\x6d\x02\x8c\x56\x89\xf6\x64\x8d\ +\x4a\x47\x00\x4b\x4c\x3e\x2a\x00\x00\x4b\x6d\x4b\xd3\xef\xcc\xd4\ +\x2a\x04\xc4\xa2\x7c\x82\x05\x09\x6c\xf4\xde\x64\xaa\x0e\x2b\xd9\ +\x50\x62\xcb\x20\x4d\x4f\xe8\x21\x71\x1a\xfe\x36\x02\xfa\xe4\x99\ +\x95\x3d\x96\xdb\x4b\x71\xad\xcb\xbc\x63\x03\x65\x99\x6d\x29\xf5\ +\xe2\xfd\xaa\x90\x68\x0c\x52\x02\xe0\xd7\x65\x1a\x96\x4d\xd6\x7b\ +\x37\x9a\x76\xf0\xa5\xdc\x91\x7e\x9a\x1e\x31\x9a\x35\x8d\x74\x01\ +\x00\x3a\x53\xb3\x34\xab\xb2\x8c\x20\xc2\x36\xdf\xa7\x51\x6e\x97\ +\x9b\xb3\x68\x13\x36\x94\xda\x4a\xd3\xee\xaf\x0b\x6e\x06\xc6\xf3\ +\x22\x84\xd0\x17\xad\x83\x01\x40\x90\x82\xad\xbe\xdb\x51\xee\x28\ +\x97\x26\xb3\xd2\xe1\xcf\x68\x6b\x4a\x8f\xd3\xab\xc0\xb8\x83\xb5\ +\xbb\xaa\x4f\x11\x20\x27\xba\x91\x23\x08\x02\x9b\xf3\x6e\xcd\x6c\ +\xde\x3a\x8e\x85\x2c\x58\xed\xaa\xc9\x44\x44\xc7\x93\x7b\x02\xad\ +\xc0\x44\xfa\x2a\x11\x63\x52\x4e\xeb\x62\x45\x25\x2b\x96\xdb\xd3\ +\xff\x59\x03\x97\x53\xb5\x76\x15\xee\x46\xfe\xf8\xe1\x9a\x74\x20\ +\xa6\xc3\xe3\x3e\x9d\xf4\x8a\x64\xf1\x5f\x6c\x56\x90\x35\x8b\xe4\ +\xa9\xe9\xcf\x8d\x9d\x8a\x0b\x77\x14\xee\xca\x28\xfb\x87\x01\x8e\ +\xeb\xf8\xe9\xc4\xe7\x2b\x0e\xd6\x82\xfe\x0e\x01\xfc\x36\x6d\xc9\ +\x0b\x04\x91\xe6\x6e\xb3\x85\x2c\xd8\xee\xdb\x09\x4f\x86\x87\xc8\ +\x09\x78\x63\x72\xad\x9f\x29\x93\x3c\x9d\xe9\xdf\x33\x92\xbe\x00\ +\x48\xf5\xf8\xd7\x74\x6e\xce\xdb\x04\x9f\x9a\xfe\xb0\x30\x01\x83\ +\x9e\x9d\xfc\x79\x8a\x83\x5b\xe0\x7f\x01\x80\xf1\x73\xaf\x0b\x88\ +\xbe\xd8\x25\xc3\x7d\xaa\x9c\x2b\x51\xe5\xc8\x3c\x3d\x84\x08\x9d\ +\xa2\xf0\xdc\x94\x22\x4a\x53\x1c\xdc\x18\xa4\x04\x03\xdf\xcb\x58\ +\x53\x8e\x88\xea\x11\x5c\x8c\x1a\xdb\x7a\xf7\x5a\x96\xe0\x26\x49\ +\x09\xdc\xba\x4e\xdf\x99\x7c\xc2\x08\x48\x72\x4e\xae\xcf\x45\xff\ +\x49\xc0\x79\x29\x1a\xb3\x4c\x57\xa4\xcb\xd0\x16\x8f\x02\x05\xb7\ +\xe7\x6f\x93\xb5\x43\xd2\x25\x10\x3d\x3c\xfd\xe2\x0c\x07\xff\x60\ +\x47\x20\x02\x46\xca\x15\x3d\x16\x12\x6d\x23\xc6\x02\x83\x1b\x96\ +\x6c\x94\x32\xee\x02\x00\x31\xbe\x91\xac\x60\x52\xf2\xb3\xca\xf5\ +\x81\x9f\x00\x78\x4d\x8a\xe6\x2c\x31\x18\x1f\xc0\x47\x91\x8f\x52\ +\x6e\xbf\xd2\xb5\x0a\xab\x5d\xb5\x52\x74\x13\xf0\x1b\xad\x3e\xf0\ +\x62\xb2\x7b\xc9\x43\x45\x44\xac\x13\x7d\x85\x80\xdc\xd7\xe6\x4a\ +\x91\x77\x87\xff\x80\x54\xa7\xf1\xe5\x8e\x72\xdc\xec\xbd\x45\x96\ +\xea\x78\x82\x13\x0f\x4e\x2c\x2c\xa6\x33\x6b\x2c\xee\x89\xba\xc0\ +\x69\x06\x9e\x92\x65\x85\x99\x0c\x25\x06\xd1\x3e\x9a\x5a\x58\xbb\ +\xd2\xe1\xc7\xd6\xfc\x4f\x49\xab\x8a\x45\xa0\xef\xce\x55\xb1\x75\ +\xce\x60\xe7\xc7\xbd\x83\xfb\x09\x78\x53\x8a\x25\x26\x72\x72\xe8\ +\x24\x74\x9e\xef\xe9\x25\xac\x75\x5f\x87\x2d\xf9\xb7\xc9\x3c\x36\ +\xf0\x16\x38\xaa\xcd\xd5\x60\x4e\x4d\xcf\xdd\xbf\x2e\x06\x56\xf6\ +\x02\x30\xad\x42\x74\xa6\x0c\xc6\x07\xd0\x39\x1a\x9a\xb3\x8d\x4d\ +\xd8\xb1\xcd\xb7\x0d\xeb\xbd\x37\x4a\x3b\xb4\x48\x40\x5f\x82\xf5\ +\xbd\xf3\x55\x02\x9c\xf7\x4f\xa9\x05\x2b\xbb\x98\xe8\xde\x85\x1a\ +\xa7\x68\x1d\x69\x99\xf3\xe9\x2d\xb5\x97\xa1\xae\x38\x88\x52\x89\ +\x15\xb0\x18\x60\x10\xef\x7b\x32\xb8\x72\xde\x08\x64\x4a\xbf\x95\ +\x03\x75\x81\x9f\x03\x78\x3c\x63\xcb\x4c\x40\x9f\xe5\xef\x9e\x67\ +\xc9\xc3\xed\xbe\x6d\xd8\xe6\xdb\x6e\x42\x45\x58\xfa\x86\x56\x57\ +\xfd\xb3\x94\x5a\x1a\x11\xfb\x78\x63\xe8\x29\x00\x5f\x4b\xcb\x26\ +\x93\x18\x4a\x0c\xe1\xe5\x9e\xe3\x18\x4d\x5c\xae\xd7\x53\x64\x2d\ +\x46\x8d\xab\x16\x95\xf6\x80\x49\xe5\x1d\xf9\xdf\xbe\x55\x5f\xfd\ +\x60\xaa\xad\x0d\x1d\x57\xa7\xd3\x81\xaf\xa3\xb6\xe3\x1a\x66\xde\ +\x63\xdc\x30\x73\xf0\x28\x1e\x04\x8b\xf7\xe2\x42\xe4\x23\xb8\x15\ +\xaf\xb4\x85\xc3\x2c\x1c\xa1\xd3\x55\x0f\x19\xe9\x60\xf8\x4f\xac\ +\x35\x9c\xb6\x32\x59\x0e\x03\x14\x34\xda\x77\x91\x73\x84\x38\xf6\ +\x05\xa3\xe5\x6d\xd3\xfb\x0d\x31\x93\x76\xac\xe3\xbb\x0c\xfe\x7a\ +\x5a\xfd\x17\x1b\x44\x4f\xd3\xfb\xfe\xaf\x66\xa5\x40\xf3\x64\xb4\ +\xc6\xd0\x7e\x1d\x38\x90\xed\x22\x1e\xd9\x82\x01\x16\x4c\x8f\x68\ +\xc1\xc0\x3f\xa7\x2b\x23\xf3\x22\xf9\x0d\xed\xbb\x98\xf8\xc7\x00\ +\x4c\x1d\xfc\xb2\x0d\x01\x03\x60\xfa\x92\x16\x0c\x1c\xcb\x50\x4e\ +\xe6\x68\x0d\x9d\xa5\xa0\xc4\x11\x06\x36\xca\x90\x97\x7b\xe8\x6d\ +\x12\xbc\x47\xbb\xab\xea\x83\x4c\x25\x49\x59\x33\x6a\xc1\xca\x2e\ +\x70\x6c\x33\x80\x7f\x59\x4c\x01\xa2\xe9\x10\x10\x23\xd0\x77\x3e\ +\xee\x1d\xb8\x49\x86\x73\xc7\x65\xca\x45\x3b\xd2\x52\xc5\x42\x79\ +\x06\x84\xad\xb2\x65\x9b\x0a\xe3\x75\xb2\x88\x07\xb5\xcf\xfa\xdf\ +\x97\x29\xd6\x9c\x97\x13\x33\x3d\xd6\xd8\x71\x8f\x10\xfc\x6d\x66\ +\x98\x5f\x31\x39\x33\xba\x18\xf4\xc8\x81\x3a\xff\x0b\xb3\x85\x1c\ +\x33\xc1\xd4\xb7\xff\xe5\x4a\x82\x9e\xbb\x99\xc4\x37\xc1\x2c\xef\ +\x70\xb1\x04\x08\x38\xab\x33\xfe\x55\x84\xd5\x83\xda\x17\x57\x98\ +\x56\xf4\x27\x2b\xd3\x2b\xad\xb9\xd9\x82\x4b\xcb\xf6\x42\xc7\x03\ +\x3a\xf1\x4d\xb9\x9a\xd6\x31\xc0\x04\xbc\xc1\xa0\x67\x5b\xd8\x7f\ +\xe4\x72\x66\xa9\xb9\x64\xfd\x8b\x6a\x0d\x9d\xa5\x3a\xe9\x77\x0b\ +\xf0\xdf\x33\x10\xc8\x92\xda\x2e\x02\x5e\x04\x8b\x1f\x6a\x41\x7f\ +\x56\xd3\x12\x72\xba\x40\xd0\x9a\x42\x15\x48\x60\xeb\xf8\x0b\xf1\ +\x56\x06\xd2\x3f\x10\x31\x09\x02\x86\x98\xf1\x3b\x26\x3a\xc1\x4c\ +\x27\x9e\xa8\xaf\x7c\xc7\x8c\xf1\x35\x45\x5b\x16\x06\x9a\xc6\x02\ +\xb5\xa1\x2a\x00\x2b\x75\x16\xd5\x04\xae\x02\x50\x45\x0c\x0f\x13\ +\x3c\xb8\x5c\x57\x68\xe2\x5c\xf5\x30\x80\x7e\x62\x0c\x31\x61\x88\ +\x88\xdb\xc0\x14\x02\x71\x28\xae\x73\x8b\xe5\x4c\x75\x7b\xae\xfe\ +\x0b\xed\x74\xfe\x0f\x9d\x7d\x53\x3a\x93\x60\xd5\x59\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x15\x05\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x15\xa7\x00\x00\x15\xa7\ +\x01\x20\x31\xcf\x2e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x14\x82\x49\x44\ +\x41\x54\x78\x9c\xe5\x5d\x69\x70\x1c\xd7\x71\xfe\xfa\xcd\xcc\xde\ +\x07\x16\xc7\x72\x41\x82\x00\x49\x90\x20\x24\xd2\x91\xe3\x9b\x92\ +\x4b\x24\x68\xc5\xae\x54\xaa\x9c\xca\x0f\xc9\x51\x45\x94\xed\x4a\ +\x95\x6c\x57\x8e\x8a\x48\xc6\x92\x65\x52\x5e\x89\x94\xa5\x38\xa4\ +\xe4\xb2\xcb\xa5\x28\x55\x2e\x47\xa6\xed\xd8\xd4\x9f\xb8\x52\x89\ +\x53\xb1\x4c\x90\x52\x74\xd0\x96\x65\xc7\x26\x25\x02\x3c\x04\x8a\ +\x02\x71\x2f\xb0\xf7\x35\x33\x9d\x1f\xbb\xb3\x58\x00\x3b\x7b\x60\ +\x67\x79\x54\xbe\x3f\xc0\xcc\x3b\xfa\x4d\x6f\x4f\xbf\x7e\xdd\xfd\ +\xde\x10\x6e\x10\xdc\x7d\xfc\xb8\xd4\x7b\xa1\x7d\x2b\x34\x31\x08\ +\xa2\x01\x30\x0f\x00\x62\x2b\xc0\x5e\x10\xb9\xc1\x1c\x00\xc8\x5d\ +\xa8\xcd\x49\x10\xcd\x83\x39\xc9\x40\x8c\xc0\xa3\x20\x1a\x25\xd0\ +\x88\xca\x74\x6e\x7c\xeb\xd4\xe8\x0b\xf7\xdc\xa3\x5d\xdf\x27\x2a\ +\x80\xae\x27\xf1\x07\xc3\x2f\x6e\x12\x42\xdc\x45\x44\x77\x31\xe8\ +\x13\x00\xb7\x5b\xd4\x75\x02\xc0\xeb\x04\xbc\xc8\xcc\x2f\x1e\x3d\ +\x38\xf4\x26\x88\xd8\xa2\xbe\x1b\xc2\x35\x67\xf0\x83\xe1\xe1\xcd\ +\x92\x84\xfb\x98\x68\x0f\x98\x37\x35\xd2\x56\x96\x05\x00\x40\x55\ +\xf5\x46\xc9\x5e\x64\xe0\x18\x6b\xda\xb1\x67\xc2\x77\x5d\x6a\xb4\ +\x71\x33\xb8\x26\x0c\x0e\x87\x87\xe5\xb8\x8c\xcf\x30\xe3\x4b\x04\ +\xdc\x5e\x89\x2e\x01\xf0\xb5\xd9\xe1\x0f\xd8\xe1\xf3\xdb\xe0\xf5\ +\x15\xfe\xda\x6d\x32\x64\x45\x40\xb1\x89\x25\xf5\xf3\x39\x1d\x6a\ +\x5e\x47\x26\xab\x22\x1e\xcb\x21\x1e\xcb\x22\x16\xcd\x21\x3a\x9f\ +\x45\x6c\x21\x0b\x13\x71\x65\x00\xaf\x10\xf3\xb3\x97\x07\x67\x7f\ +\x72\x2d\xd4\x48\x4b\x19\x1c\x0e\x1f\xb7\x25\xa4\xe0\x67\x19\xfc\ +\x10\x80\xfe\xe5\xe5\x6e\xb7\x82\x50\x8f\x07\x6b\xd6\xb8\x10\x0c\ +\xb9\x60\x77\xc8\x96\xd0\xcd\x66\x54\x4c\x4d\xa6\x30\x33\x99\xc2\ +\xd5\xf1\x04\x52\xc9\xfc\xca\x4a\x84\x0b\xc4\x78\xca\xa3\xcd\x1c\ +\x0b\x87\xef\xc9\x59\x42\xb8\x02\x5a\xc3\x60\x66\xda\x7b\x68\x78\ +\x0f\x11\x3d\x01\xa0\xa7\xbc\x48\x51\x24\xf4\xf4\x79\xb0\xa1\xbf\ +\x0d\x5d\x41\x27\x88\x5a\xfb\x12\x31\x33\x66\xa6\xd2\x18\xbb\xb4\ +\x80\x2b\x63\xf1\x4a\xea\xe5\x0a\x08\x5f\x39\xfa\xd5\x5d\x3f\x6a\ +\x85\x9e\xb6\xfc\xe9\x1e\x7c\xfc\xc4\x36\x89\xe8\x3b\x0c\xec\x2c\ +\xbf\xef\x76\x2b\x18\xdc\xd6\x81\x8d\x9b\xfd\x90\x64\x61\xd6\xbc\ +\xa5\xd0\x54\x1d\x97\x2e\x46\x31\x72\x66\x0e\xc9\xe5\x52\x4d\x18\ +\xd6\x58\xfc\xd5\x37\x0f\xee\x7c\xdb\x4a\x9a\x96\x31\xf8\x81\xe7\ +\xde\x50\x3c\xd3\xb1\xc7\x08\xb4\x1f\x80\x62\xdc\xf7\xfa\xec\xb8\ +\x65\x7b\x07\xfa\xfa\x7d\x10\x2d\x96\xd6\x7a\xa1\x33\x63\xec\x62\ +\x14\xe7\xce\xcc\x21\x1e\x2b\xd7\x0e\x94\x23\xf0\x3f\x7a\x34\x84\ +\xc3\xe1\x21\xd5\x0a\x5a\x96\x3c\xf1\xde\xc3\xa7\xd6\x13\xf3\x8f\ +\x01\xbe\xdd\xb8\x27\x24\x81\x8d\x7d\x5d\xf8\xc0\x8e\x00\x84\x74\ +\x63\x30\x76\x39\x74\x66\x5c\x38\x37\x8f\xdf\xff\x66\x66\xb9\xea\ +\xf8\x15\x41\x7c\xe6\xc8\xc1\x9d\xef\x34\x4b\xa3\xe9\x27\xdf\x7b\ +\xe8\xc4\xa7\x09\xe2\x7b\xe5\x36\x6c\x57\x57\x1b\xb6\x6c\x59\x0b\ +\x87\x5d\x81\xdb\xaf\xc1\xe5\xbb\x21\x6c\x7e\x53\xa4\x92\x79\xbc\ +\xf9\xcb\x29\x8c\x5f\x89\x97\xdf\x9e\x23\xc1\x9f\x3d\xf2\xd5\xdd\ +\xff\xd1\x4c\xdf\x4d\x31\x78\xdf\xe1\xe1\x87\xc1\xf8\xba\xd1\x8f\ +\x2c\x09\x0c\x0c\xf4\x20\x14\x0a\x94\xea\x08\x01\x04\xba\xf3\x10\ +\xe2\xba\xd8\xf9\x0d\x61\xec\xe2\x02\x7e\x7d\x7a\xaa\x5c\x9a\x99\ +\x09\x5f\x7e\xfa\xc0\xd0\x91\xd5\xf6\x29\xad\xaa\x15\x33\xed\x93\ +\x77\x7e\x03\xa0\x47\x51\x64\xae\xdb\x6d\xc7\xfb\x6f\xeb\x47\x7b\ +\xbb\x77\x59\x55\x80\x40\xb0\x39\x1a\x5e\x1c\x5c\x73\xb4\xb5\x3b\ +\xb0\xbe\xcf\x87\xe9\xa9\x34\xb2\x19\x15\x00\x88\x80\x4f\xee\x18\ +\xfa\x7c\xfb\xa7\x76\x6e\xf8\xef\x93\x27\x4f\x36\x2c\x25\x0d\x4b\ +\xf0\x03\xcf\xbd\xa1\x78\xa7\xe3\xdf\x03\xf0\x17\xc6\xbd\x60\xb0\ +\x0d\xb7\xde\xd2\x0b\x21\x2a\x77\x47\xc4\x08\x84\x54\x48\xf2\x8d\ +\x2f\xc5\x40\xc1\xda\x38\xfd\xca\x55\x5c\xb9\x5c\xae\x32\xf8\x58\ +\x3c\xe8\xfb\xcb\x7f\xfe\xc2\x87\x2a\x18\xd5\xe6\x68\x4c\x82\x99\ +\x69\xd7\xcf\x46\xbf\x0b\x60\x8f\x71\x6b\xdd\xba\x4e\xdc\x3a\xd8\ +\x03\x32\x61\x6e\x01\x04\x9d\x09\x76\xe7\x8d\x2f\xc5\x00\x20\x04\ +\xa1\x67\x83\x0f\x6a\x5e\xc7\xdc\x4c\xba\x78\x97\x6e\xb3\x25\xf3\ +\xfd\x9f\xda\xb9\xe1\xdf\x1a\x91\xe4\x86\x18\xbc\x5f\x1a\x3a\x0a\ +\xc2\x97\x8c\xeb\xde\xde\x20\x06\xb6\xac\x2d\xbc\x48\x35\xa0\xe5\ +\x09\x76\x27\x43\x48\x37\x87\x14\x13\x80\xd0\x5a\x0f\x64\x49\x60\ +\x6a\x22\x69\xdc\x7b\x5f\x56\xda\xd0\xf1\xda\x89\xe7\x7f\x56\x6f\ +\x3f\x75\x33\x78\xff\xa1\x93\x5f\x61\xe2\x03\xc6\xf5\xc6\x8d\x21\ +\xf4\x6f\x0a\x35\x32\x66\x68\x1a\xe0\x70\xdf\x1c\x52\x6c\xa0\x33\ +\xe8\x02\x00\xcc\x4c\xa5\x00\x00\x04\x7c\x64\xc7\x27\x3e\x97\x7c\ +\xed\xc4\xf3\xaf\xd6\xd3\xbe\x2e\x1d\xbc\xff\x89\x13\x7f\xc2\x3a\ +\xfd\xbb\x51\xbf\x67\x5d\x07\x06\x06\x7a\x6a\xb4\xaa\x0c\x7f\x97\ +\x7a\x53\x4c\x78\xcb\xf1\x9b\x5f\x4d\x61\xf4\xed\x88\x71\xc9\x44\ +\xfc\x67\x47\x0e\xec\xfe\x69\xad\x76\x35\xd7\xac\xfb\x0e\xff\xa2\ +\x8f\x75\xf1\x7d\x14\x99\x1b\x0c\xb6\x61\x60\xcb\xba\x55\x0f\x34\ +\x31\x2f\xc1\xcc\xd5\x75\x23\xe3\xfd\x1f\x0a\x62\x7d\x5f\xc9\x42\ +\x22\x66\xfa\xee\xde\xc3\xa7\xd6\xd7\x6a\x57\x95\xc1\x0f\x3c\xf7\ +\x86\x02\x96\x7e\x64\x2c\x22\xdc\x6e\x07\x6e\x1d\x5c\x5f\x97\xce\ +\x35\x83\xa6\x12\x32\xa9\xeb\xe3\x8b\x68\x06\x44\x84\x8f\x7d\x7c\ +\x1d\xda\x02\x0e\xe3\x56\x07\xb1\xfe\xc2\x03\xcf\xbd\xa1\x54\x6b\ +\x57\xf5\x49\x3d\xd3\xb1\xc7\x8c\xe5\xaf\x2c\x09\xbc\x6f\xfb\x06\ +\x08\xa9\x79\xe6\xa4\xa2\x32\xf8\x26\x94\x62\x21\x11\x76\xdc\xb9\ +\xb6\xe4\xf8\x07\xf0\x51\xdf\x74\xec\x60\xd5\x36\x66\x05\xfb\xbe\ +\xfe\xe2\xad\x45\xc7\x0d\x00\x60\xcb\xc0\x3a\xb8\x5c\x76\x4b\x06\ +\xaa\x69\x40\x3a\xbe\xba\x35\xce\xf5\x86\xcf\x6f\xc7\x87\x76\x74\ +\x97\xae\x19\xe2\xa1\xbf\x3b\x74\xea\x16\xb3\xfa\x95\x19\xcc\x4c\ +\xd0\xe4\x67\x51\xf4\x8a\x05\xbb\xfc\xe8\x0e\x59\x15\x2e\x2b\x20\ +\x15\x93\xa0\x6b\x37\xa6\x13\xa8\x16\xfa\x36\xfa\xb0\xae\xd7\xd0\ +\xc7\x6c\x93\x48\xff\xb6\x59\xdd\x8a\x4f\xb8\xf7\xf1\x13\xf7\x13\ +\xd1\xf3\x40\xc1\x2b\xf6\xd1\x0f\x6f\x85\xd3\x69\xb3\x7c\xa0\x4e\ +\x8f\x06\x4f\x60\xa5\x23\x48\x10\xc1\xeb\xb0\xc1\x6b\x57\xe0\x54\ +\x64\x38\x64\x09\xb2\x24\x20\x51\x41\x1e\x34\xd6\xa1\x6a\x3a\x32\ +\xaa\x86\x74\x5e\x45\x3c\x9b\x47\x3c\x93\x83\x7e\x0d\xf5\x4e\x2a\ +\x99\xc7\xcf\x7e\x7a\xa9\xe4\xb7\x20\xc6\xbd\x47\x1e\x1d\xfa\xf1\ +\xf2\x7a\x2b\x18\xfc\x37\xdf\xfa\x4f\xbb\x2d\xea\xbc\x80\x62\x24\ +\x62\x73\xff\x5a\xf4\xf6\x76\xb5\x6c\xa0\xed\xa1\x3c\x24\xa5\xc0\ +\x18\xbf\xd3\x8e\x4e\xb7\x03\x01\xa7\xbd\xe1\x48\x87\xce\x8c\x85\ +\x74\x16\xb3\x89\x34\xa2\x99\x96\x45\x80\x96\xe0\xed\x33\x73\xf8\ +\xdd\x9b\xd3\xc6\xe5\xe5\x78\xd0\xbb\x65\xf9\x52\x7a\x85\x8a\xb0\ +\x47\x5d\xf7\xa3\xc8\x5c\xb7\xdb\x8e\x9e\xf5\x9d\x2d\x1d\x64\x32\ +\x26\xa1\xdd\xe5\xc0\xf6\xee\x0e\x0c\x74\xb5\xa1\xdd\xe5\x58\x55\ +\x18\x49\x10\xa1\xdd\xe5\xc0\x40\x30\x80\x6d\xa1\x0e\x04\x2c\x9a\ +\x2f\xaa\x61\xeb\xad\xed\xf0\xfa\x4a\x6f\x76\x9f\x6f\x3a\x71\xdf\ +\x8a\x71\x95\x5f\xdc\x7d\xfc\xb8\xc4\xe0\xbf\x37\xae\xb7\xdd\xd6\ +\x81\xf6\x35\x2a\x14\x7b\x6b\x16\x06\x6e\xa7\xc0\xfb\x37\xfa\xd1\ +\xdf\xe9\x87\x53\xb1\x26\xe0\x09\x00\x2e\x9b\x8c\xcd\x9d\x6d\xd8\ +\x1a\x0c\xc0\x2e\xb7\x6e\x32\x15\x82\x30\xb8\xad\xa3\x74\xcd\xe0\ +\xaf\x86\xc3\xc3\x4b\x1e\x64\x09\x83\x7b\x47\xbb\xfe\x1c\xc0\x16\ +\x00\x70\x7b\x14\xf4\xf5\xfb\xa0\xd8\x19\x6d\x41\x15\xfe\xae\x3c\ +\x64\xc5\x3a\x1d\x17\xea\xb0\xe1\x8e\xdb\x7c\xe8\x68\xb3\x8e\xb1\ +\xcb\xe1\x73\xd8\xb0\x2d\xd4\x81\x0e\xb7\xa3\x76\xe5\x55\x62\x43\ +\xbf\x1f\x2e\x77\xc9\x14\xee\x8f\xcb\x74\x77\x79\xf9\x12\x06\x33\ +\x2f\x3a\x72\x06\xb7\x75\x2c\x89\xa1\xd9\x1c\x8c\xc0\x9a\x3c\x3c\ +\x01\x15\xa2\x49\xa1\xd8\xd2\xeb\xc4\x07\x06\xdd\x90\xaf\x41\x28\ +\x49\x12\x84\x4d\x1d\x7e\xf4\xb4\x79\x5a\xd2\xff\x72\x29\x06\xe3\ +\x8b\xe5\xe5\xa5\x27\x7c\x30\x3c\xbc\x59\x48\x18\x05\x40\x8a\x22\ +\xe1\x4f\xef\xde\x6c\x1a\xfd\x65\x1d\x48\x27\x24\xa4\x62\x52\xc3\ +\x0b\x86\xed\xfd\x2e\xf4\x86\xea\xd3\x8f\x39\x55\x45\x2e\x9f\x87\ +\xaa\x6a\xd0\x74\x1d\x3a\x17\x54\x95\x20\x01\x49\x08\xc8\xb2\x04\ +\xbb\xa2\x40\x91\xeb\x7b\x0b\xa6\x13\x69\x5c\x8e\xc4\x1a\x1b\x70\ +\x1d\x50\x55\x1d\x3f\x3d\x7e\xde\xb0\x28\x58\xd7\xb4\xcd\x46\x06\ +\x51\x69\x64\x42\xd0\x1e\x80\x09\x00\xd6\xf7\x79\xab\x86\xd6\x49\ +\x00\x2e\x9f\x06\x87\x5b\x47\x2a\x26\x90\x4e\xd6\xe7\x5f\xd8\xda\ +\xe7\xac\xc9\x5c\x66\x46\x2a\x93\x45\x2a\x93\x81\xa6\x57\xd6\xfd\ +\x1a\x74\xe4\x01\x20\x07\x24\x90\x86\x24\x04\x5c\x0e\x07\x5c\x8e\ +\xea\xd6\x47\xd0\xe3\x84\xaa\xe9\x18\x8f\x26\x6a\x0f\xb6\x01\xc8\ +\xb2\x40\x4f\x9f\x0f\x63\x17\x17\x00\x80\x84\x2c\xee\x03\xf0\x38\ +\x60\xa8\x08\x66\x82\x40\x69\x06\xec\xeb\xf7\xd7\xd5\xb1\x90\x18\ +\x9e\x80\x86\xf6\x35\xf9\x9a\xce\xf4\xee\x4e\x1b\xfa\x7b\xaa\xeb\ +\xc2\x74\x36\x8b\xd9\x85\x28\xe2\xa9\x94\x29\x73\x2b\x41\xd3\x75\ +\xc4\x53\x29\xcc\x2e\x44\x91\xce\x66\xab\xd6\x5d\xeb\x77\xb7\x44\ +\x27\x6f\xd8\xe4\x2b\xbb\xa2\x3d\xe0\x82\xb0\x0a\x00\x78\xf0\xd0\ +\x4b\xdb\x8d\x44\x3c\xb7\x5b\x41\x57\xd0\xd9\x50\xe7\x92\xc2\xf0\ +\x75\xaa\x68\x0b\xaa\x50\xec\x2b\x45\xd9\xed\x14\xf8\x83\xcd\x2e\ +\xd3\xf6\xcc\x8c\x68\x22\x81\x68\x22\xd9\x10\x63\x97\x43\xd3\x75\ +\x44\x13\x49\x2c\xc4\x13\xe0\x2a\xba\xab\x2f\xe0\xb3\xdc\xba\x08\ +\x86\x5c\x70\xba\x8b\x0a\x81\xb1\x79\xdf\x93\xbf\xb8\x05\x28\x32\ +\x58\x90\xbe\xdb\xa8\x18\xea\xf1\xac\x3a\x9d\x49\xb1\xeb\x68\x0b\ +\xe6\xe1\xef\x5c\x1a\x7f\xdb\xbe\xc9\x0d\xc9\x64\x42\xd3\x75\x1d\ +\x91\x58\x1c\xe9\xac\x75\x8b\x83\x4c\x2e\x87\x48\x2c\x0e\xdd\xe4\ +\xc7\x92\x04\x61\x43\xbb\xaf\x62\xd9\x6a\x41\x44\xe8\x5e\xbb\x38\ +\x91\x92\x2a\xed\x06\x8a\x0c\x66\xc6\x90\x51\xb0\x66\x8d\xb9\xa4\ +\xd5\x0b\x9b\x53\x47\xa0\x5b\x85\x27\xa0\x61\x6d\x97\x62\x6a\x8a\ +\x31\x33\xe6\xe3\x09\xe4\x55\x4b\x92\x68\x96\x20\xaf\xaa\x98\x8f\ +\xc7\x4d\x25\xd9\xe7\xb0\x59\xbe\x18\x59\x13\x5a\xe4\x1d\x13\x0d\ +\x01\x80\xb8\xfb\xf8\x71\x89\x08\x77\x02\x05\x93\xa2\x2b\xd4\x3c\ +\x83\x0b\x7d\x31\x9c\x1e\x0d\x03\x1b\xcc\xf5\x5d\x34\x99\x6c\x09\ +\x73\x0d\xe4\x55\x0d\xd1\x44\xd2\xb4\x7c\xad\xcf\x5a\xd3\x2d\xd8\ +\xed\x2e\xf7\x3d\xec\x0a\x87\xc3\x42\xee\xbd\xd0\xbe\x15\x40\x00\ +\x28\xe4\xe7\x3a\x2c\x4a\x21\x05\x0a\xbe\x05\x97\xad\x72\x7f\xe9\ +\x6c\x16\x99\x3a\xd5\x02\x03\xe7\x05\x61\x98\x81\xab\x00\x40\xc0\ +\x5a\x66\xda\x0d\xf0\xe6\x5a\x6d\x33\xb9\x1c\x52\x99\x2c\x5c\x8e\ +\x95\xd2\xea\xb2\xc9\xf0\x3b\x6c\x96\xf9\x2e\x1c\x0e\x19\x5e\xbf\ +\x1d\xb1\x68\x16\x00\xb7\xc7\x6d\x3b\x07\x64\x68\x62\xd0\xa8\xe0\ +\x0f\x58\x3b\xbb\x76\x9a\xcc\xd6\xcc\x8c\x44\x2a\x5d\xb1\x6c\x29\ +\xe8\x24\x41\x7f\xb8\xbb\xb3\xf3\x74\xa5\xd2\xc9\xb9\xb9\x8f\x31\ +\xf0\x0f\xe0\xc2\x1b\x68\x86\x44\x2a\x05\x87\xdd\x56\x31\xf9\xb0\ +\xd3\xe3\xb4\xd4\x39\xd4\x16\x30\x18\x0c\x90\xce\x5b\x05\x41\x6c\ +\x35\x0a\x7d\xfe\xaa\xd1\x8f\x86\x20\x09\x42\xc0\x59\x59\xc7\xa5\ +\x32\xd9\x5a\xd6\x02\x83\xf0\x68\xa8\x23\xb0\x3b\x64\xc2\x5c\x00\ +\x08\x75\x74\xbc\x1e\x6a\x6f\xdf\x05\xc6\x63\xa8\x62\x89\xeb\xcc\ +\x48\x65\x32\x15\xcb\xda\x9c\x76\x4b\xb3\x3e\x7d\xfe\xc5\x67\x66\ +\x60\xab\x60\xf0\x22\x83\x7d\xd6\x29\x7d\x8f\xdd\x66\x6a\x8d\x98\ +\x3d\x6c\x09\x84\xaf\x75\x77\x74\x1c\xa2\x3a\x12\xa2\x89\x88\xbb\ +\xbb\x3a\xc2\xe0\x82\x61\x6f\x86\x74\xa6\xb2\x7d\x2c\x88\xe0\xb5\ +\x5b\x27\x58\x1e\x5f\xb9\xdf\x5c\x6c\x15\x28\x4b\xed\xf7\xfa\xad\ +\x73\xaa\x9b\x0d\x3a\xa7\xaa\x35\xa4\x97\x4e\x86\xda\xdb\x0f\x37\ +\x4a\x2f\xd4\xd9\xfe\x18\x08\x2f\x99\x95\x6b\xba\x6e\x3a\xa1\x7a\ +\x1d\xd6\x3d\xb7\xaf\x9c\x87\x8c\xcd\x02\x40\x9b\x71\x6d\xb7\x5b\ +\x67\x7c\x9b\xb9\x1f\x73\xf9\xea\xa9\x5d\x04\xfd\xe1\x7a\x24\x77\ +\x45\x3b\x22\x16\xc0\xc3\xd5\xea\x64\x4d\x68\x5b\xe9\x2a\xb5\xdb\ +\x97\xf4\xd5\x26\x00\x94\x82\xfd\xb2\x62\x5d\x38\xdd\x61\x32\x68\ +\x55\xad\x96\x2b\x4c\x17\xaa\xe9\xdc\x5a\x58\xd3\xd1\xf1\x1a\x03\ +\xe7\xcd\xca\xcd\x68\x3b\x2c\x5c\xd5\xc9\x4a\xb9\x5a\x64\xaf\x00\ +\xc8\x0b\x14\x6c\x60\xd9\xc2\xbd\x13\xb2\x49\x32\xa0\xa6\x9b\x33\ +\x98\x88\x4f\x34\x4d\x98\x71\xca\xac\xc8\x4c\x35\xc9\x16\xa4\x22\ +\x18\x50\x96\x0a\xa9\x57\x00\xf0\x00\x80\x24\x0b\x4b\x77\xfc\x48\ +\x26\x7d\x55\x0b\x4c\x32\xf0\x5e\xb3\x74\x49\x98\xf7\x61\x46\xdb\ +\x6c\xac\xab\xa2\x4f\x54\xee\x89\xf4\xde\x68\x29\x36\xcd\x8f\x47\ +\xbf\xbe\xdb\x83\x97\x43\xa0\xb0\xaf\x17\x9a\xaa\x57\xf5\x40\x35\ +\x0a\xcd\xa4\xaf\x6a\x36\x27\x01\xab\x4f\x7a\x2b\x82\x97\xed\xcb\ +\xab\x87\xb6\xd9\x58\x57\x45\x9f\x19\xda\xe2\x16\x84\xb8\x00\x38\ +\x5e\x1c\xd8\x6a\xf6\x00\x9b\x42\xd5\xcc\x3c\x59\xe6\x13\x0a\x33\ +\xef\x36\x2d\xac\x13\x24\x16\x1d\x57\x2b\x69\x57\x7e\x41\xf2\x26\ +\x63\x5d\x0d\xf2\xf9\x25\x7d\xc5\x05\x80\x52\x9e\xbc\x9a\xb7\x8e\ +\x50\xc6\x64\xc6\x96\xab\xce\xd8\xd4\x3f\x35\x37\xb7\x63\xb5\x34\ +\xc7\x23\x91\x3b\xc0\x30\xdd\x60\x6e\x46\x3b\x5b\xd5\xb2\x69\x0c\ +\x6a\xbe\xfc\x6d\xa0\xb8\x00\xb0\x60\x5c\x66\x32\xd6\x11\x4a\xe7\ +\x2b\x1b\xf5\x36\xa5\xfa\xaa\x49\x07\x9e\xe2\x62\x34\xa0\x11\x30\ +\xb3\x10\x1a\x3f\x55\xad\x8e\xdd\x84\xb6\xd9\x58\x57\x83\xe2\xe6\ +\x19\x03\x0b\x02\x84\x0b\xc6\xd5\xd2\x5d\x8f\xcd\x21\x9e\xad\x6c\ +\xd4\xdb\x64\xd9\xf4\x55\x05\x00\x30\xee\x9c\x8c\x44\x1e\x6d\x94\ +\xde\xe4\x6c\x24\x0c\xc2\xc7\xcd\xca\x25\x21\x4c\x83\xa3\x31\x0b\ +\x9d\x3d\xf1\xd8\xe2\x92\x9c\xc1\xe7\x05\x80\x91\x4a\x85\x4d\x13\ +\xaa\x92\x2b\xe6\x72\xd4\xf0\xda\x31\xbe\x36\x31\x33\x17\xae\x47\ +\x92\x99\x99\x26\x66\xe6\x1e\x07\xe1\x40\xb5\x7a\x95\xdc\x95\x40\ +\xc1\x74\x4b\x98\x08\xc3\x6a\x10\x8b\x2e\xf6\x25\x40\x23\x82\x40\ +\x23\x95\x0a\x9b\x85\x91\x2b\x56\x09\x2e\x87\xbd\xba\x14\x17\xb6\ +\xd6\x7d\x6d\x32\x12\x39\x39\x35\x37\x77\xbb\x59\xa5\xa9\xb9\xb9\ +\xdb\x27\x67\x23\x2f\x81\x70\x10\x55\xb6\x43\x08\x22\xd3\x1f\x75\ +\x3e\x9d\xb5\x34\x69\xb0\x5c\x48\x75\xe8\x23\xb2\xca\x74\x4e\x2a\ +\x7a\xfa\xa2\xf3\x35\xbc\x5c\x0d\x62\x36\x91\x46\xbb\x6b\xe5\x83\ +\x11\x11\x3c\x2e\x67\xd5\x68\x03\x00\x80\x71\xa7\x0e\xbc\x32\x31\ +\x3b\x7b\x91\x99\x86\x8d\x45\x04\xeb\xe8\x21\x81\xdd\x3a\x63\x53\ +\x3d\x56\xaf\xd7\xed\x32\x5d\x44\xcd\x25\xea\xf1\x4b\xd7\x8f\x85\ +\x32\x1e\xca\xc0\x88\x3c\xbe\x75\x6a\xb4\x77\xa4\x6b\x1e\x40\x20\ +\xb6\x90\x45\x26\xa3\x5a\x16\xd5\x88\x66\x72\x48\xe5\xd4\x8a\x51\ +\x0d\xa7\xdd\x8e\x6c\x3e\x5f\x67\x54\x83\xfa\x89\xd0\x6f\x78\x7c\ +\x89\x50\xf7\x3e\x0f\x87\xcd\x06\xa7\xdd\xc4\x2f\x9d\x53\x2d\x75\ +\xb6\x67\x32\x2a\xe2\x51\xa3\x3f\x8a\xb8\xb4\x53\xe7\x45\xf1\x58\ +\x95\x53\x40\x61\xcc\x33\x93\x29\xcb\x08\x02\xc0\xd5\x98\x79\x92\ +\x87\xdf\xed\xae\x3b\x2b\x67\x35\x50\x64\x09\x7e\x8f\xdb\xb4\xdc\ +\xea\x04\x94\xa9\x89\x64\xe9\x77\x27\xe6\xe1\x70\x38\xac\x0b\x00\ +\x20\xe2\xe1\x52\xa5\x29\x6b\x19\x3c\x9f\xca\x22\x6a\xa2\x8b\x89\ +\x08\x01\xaf\xa7\x25\x4c\x56\x64\x19\x01\xaf\xd7\x54\x35\xcc\x2e\ +\xe4\x71\xf9\x5d\x1d\x6a\xde\xba\x95\xf5\xd4\xc4\x22\xef\x18\x05\ +\xc7\x55\x61\xa6\x21\x2a\x79\xb1\x26\xde\xab\x9e\xb4\xb1\x1a\x5c\ +\x9e\x8f\x43\xd3\x4d\x96\xce\x42\xa0\xdd\xe7\x85\xd3\x6e\x9d\xd3\ +\xdb\x61\xb3\xa1\xdd\xe7\x85\x30\x99\x48\x55\x8d\x71\xe6\x62\x0a\ +\xb9\x0c\x61\x7e\x4a\x41\x3c\x22\x43\x6b\x72\x09\xc0\xcc\x98\xbc\ +\xba\x38\xa7\x68\x24\x0d\x03\x45\x06\x1f\x79\x64\xd7\x59\x00\x17\ +\x81\x42\x6a\xfc\xcc\x94\xb5\x8a\x3f\xab\x6a\x18\xab\x92\x74\x47\ +\x44\xf0\x7b\x3c\xf0\xb9\xdd\x4d\xc5\xc7\x04\x11\xfc\x1e\x37\xda\ +\xbc\xd5\x93\x67\xce\x5c\x4c\x21\x95\x29\xae\x5a\x19\xc8\x24\x05\ +\xe6\x27\x6c\x48\x46\x1b\x4f\x66\x34\x30\x3d\x99\x42\x3a\x55\xb4\ +\xc2\x98\x46\x8d\xa3\x69\x0c\x09\x66\x02\x7e\x60\x54\x1e\xbb\xb4\ +\x50\xa1\x8b\xe6\x10\x49\x65\x70\x35\x56\xdd\x6a\x70\x39\xec\xe8\ +\x0c\xb4\xc1\xe3\x72\xd6\x32\xe3\x96\x40\x12\x02\x5e\x97\x13\x5d\ +\x81\x36\xd3\x09\xcd\xc0\xf9\x2b\x19\x5c\x9d\x59\x39\xb1\x31\x17\ +\x36\xe6\x44\x26\x14\xa4\x13\x8d\x3b\xe0\xc7\x2e\x46\x17\x2f\x04\ +\x1f\x2b\xfd\x6b\xfc\x43\xd0\x8f\xa1\x38\x37\x5f\x19\x8b\x97\x7b\ +\x84\x2c\xc3\xf8\x42\x02\xd3\x35\xcc\x22\x41\x04\x8f\xb3\xc0\xac\ +\x0e\xbf\x0f\x1e\x97\x13\x0e\x9b\x0d\x8a\x2c\x43\x92\x04\x24\xa9\ +\xb0\x22\x73\xd8\x6c\xf0\xb8\x9c\xe8\xf0\xfb\xd0\x15\x68\x83\xdb\ +\x59\xfb\x04\xab\xcb\x13\x59\x9c\x7f\xb7\x3a\x7d\x5d\x23\x24\xe6\ +\x25\x44\x26\x15\x64\xd3\xf5\xfd\xc8\xaa\xaa\x97\x9f\x96\xc2\x9a\ +\xba\x28\xac\x4b\x46\xb4\xef\xd0\xf0\xcb\x40\x61\xb9\xf9\xc1\x8f\ +\x84\xb0\x79\x30\x80\x56\xa0\xdb\xe7\x6e\x59\x42\xb4\x19\x2e\xbe\ +\x97\xc1\xc8\xe5\xc6\x55\x9f\x6c\x63\x78\xfc\x1a\x94\x2a\xfb\xab\ +\xcf\x9f\x8b\xe0\xcd\x5f\x4e\x01\x00\x08\x38\x75\xe4\xe0\xd0\x2e\ +\xa3\x6c\xc9\x4f\x44\xcc\xcf\x1a\xff\x9f\x3b\x3b\xd7\xb2\x6d\x51\ +\x13\xb1\x24\x2e\xcc\x2e\x98\x4e\x7c\x56\x42\xd5\x18\xbf\x1d\x49\ +\xae\x8a\xb9\x00\xa0\xe6\x08\x0b\x33\x32\xa2\x33\x0a\xb4\xdc\xca\ +\x37\x44\xd7\x19\xe7\xce\xce\x2d\xde\x60\xfc\x53\x79\xf9\x12\x06\ +\x5f\x1e\x9c\xfd\x09\x8a\x41\xc3\x64\x32\x8f\xcb\x17\xad\xcf\x06\ +\x37\x30\x9f\xca\xe2\xec\xe4\x5c\x4b\xb7\x5c\xcd\xcc\xe7\xf1\x3f\ +\xbf\x8d\xe1\xea\x6c\xf3\x34\xca\x2d\x8e\xf2\xb0\xe2\xd8\xc5\x28\ +\x52\xc9\xa2\x07\x8d\x70\xe1\xf2\xe0\xcc\x0b\xe5\xed\x96\x30\xf8\ +\x85\x7b\xee\xd1\xc0\xf8\x86\x71\xfd\xd6\x99\x59\xe8\x2d\x94\xb2\ +\xac\xaa\x61\x74\x7a\x1e\x17\x66\x16\x90\xca\x59\xe7\x32\x4c\xe5\ +\x54\xfc\xfa\x5c\x02\xbf\x7a\x2b\xb1\x68\x2d\x58\x00\x46\xc1\xe2\ +\x88\x14\x2d\x0e\x4d\x63\xbc\x7d\x66\x51\x7a\x59\xc7\x13\xcb\xcf\ +\xc3\x5c\xa1\xc5\xbd\xfa\xcc\xf7\x01\x5c\x01\x80\x44\x2c\x87\xd1\ +\xb7\x22\xcb\xab\x58\x8e\xf9\x74\x41\x9a\x47\xa7\xe7\x11\x49\x65\ +\x56\xa5\x9a\x74\x66\xcc\xa5\x32\x18\x9d\x9e\xc7\xd9\xc9\x39\x24\ +\x54\x6b\xfd\x2a\xe5\x30\x2c\x8e\xdf\xbc\xbe\x80\x44\xbc\xf8\x76\ +\x10\xc6\x12\x6b\xbc\x3f\x5c\x5e\xd7\x64\x2b\xed\xf0\x7d\x44\x38\ +\x06\x14\xa2\xcd\x7f\xfc\xe9\x4d\x70\x7b\xac\x4b\x2f\xaa\x05\x23\ +\x9d\xc9\xeb\xb0\xc1\xa9\xc8\xb0\xcb\x12\x14\x49\x94\xa2\xbf\x1a\ +\x33\xf2\x9a\x8e\x6c\x71\x2b\x6d\x2c\x93\x43\x22\x9b\x5f\xfa\xc3\ +\x30\x10\x99\x50\xa0\xb5\x68\x3f\x74\x36\x93\xc3\xeb\xa7\x47\x4a\ +\xa9\x00\xc4\xfc\x99\x23\x8f\xee\x3e\xbe\xbc\x5e\x65\xea\xcc\xb4\ +\xef\x89\x93\xbf\x40\x31\x31\x7b\xdd\x7a\x2f\x3e\x3e\xb4\xba\x13\ +\x4e\xae\x27\x32\x49\x09\xf1\x48\x6b\x36\x22\xfe\xee\xf7\x63\x98\ +\x9d\x2d\xda\xbe\x84\x9f\x1f\x3d\x30\xf4\xc9\x4a\xf5\x2a\x1b\x7a\ +\x44\xcc\x42\xfb\x22\x80\x2c\x00\x8c\x5f\x89\x2f\x35\xa4\x6f\x12\ +\x38\x5c\x1a\x24\x9b\xf5\x73\xc8\xd5\x89\xc8\x22\x73\x41\x39\x08\ +\xfc\xad\x59\x5d\x53\x4b\xfa\xe9\x47\xee\x1a\x25\xa0\x74\xe2\xdd\ +\xaf\x4f\x4f\x22\x16\xbd\x36\x9b\xac\x2d\x03\x01\x1e\xbf\xb5\xc7\ +\x3a\x26\x92\x19\x8c\x9e\x1f\x2f\x23\xc1\x4f\x1e\x7d\x64\xe8\x9c\ +\x59\xfd\xea\x27\x9e\x68\x08\x33\xf0\x0a\x50\x58\xad\xbc\x7a\xea\ +\xbd\x96\xac\xf0\x5a\x09\x9b\x43\xb7\x6c\xaf\xb5\xa6\xeb\x38\x7b\ +\xe6\x32\xf4\x62\x98\x9f\x81\x97\x3d\x1a\xaa\x66\x82\x56\x65\x70\ +\x38\x3c\xa4\x82\xc4\xbd\x00\xe6\x00\x20\xba\x90\xc5\xe9\x57\xae\ +\x5a\xee\x6d\x6b\x35\x3c\x01\xad\xe9\x74\x1f\x06\xe3\xad\xb7\xae\ +\x20\x99\x2a\x58\x27\x04\xcc\x30\xe9\xf7\xd6\x3a\x06\xb7\xe6\x62\ +\xfb\xe9\x03\x3b\xaf\x90\xe0\xcf\xc2\xf0\x53\x5c\x8e\x97\x96\x85\ +\x37\x0b\x64\x85\x61\x73\x35\x27\xc5\xa3\x23\xe3\x98\x99\x31\x9c\ +\x60\xac\x6b\xc0\xfd\xcf\x1c\xf8\xc4\x78\xd5\x46\xa8\xf3\x60\xba\ +\x57\x4f\x3c\x7f\xfe\x8e\xdd\x9f\x4f\x01\xf8\x23\x00\x88\xcc\x15\ +\x7e\xc5\x60\xc8\x3c\x5a\x70\xa3\x41\xb1\x33\x32\x09\x81\xd5\x1c\ +\x38\x7b\xe9\x9d\x29\x5c\xb9\x32\x53\xba\x66\xc2\xfe\x67\x0e\xee\ +\x3e\x56\xa5\x49\x09\x75\xdb\x30\xaf\x0e\xff\xcb\xab\x77\x0c\x7d\ +\xce\x03\xc2\xed\x40\xe1\x24\x3c\x4d\x63\x84\xba\x6f\x0e\x26\x93\ +\x00\x74\x5d\x40\xad\xe0\x4f\xa8\x86\x77\xdf\x9d\xc6\xa5\x77\x26\ +\x17\x6f\x30\x9e\x7a\xfa\xe0\xee\xba\x33\xf0\x1b\xa3\xc6\x4c\xfb\ +\x0e\x0f\x7f\x17\xa0\xcf\x1b\xb7\x36\x6e\xf6\xe3\xc3\x1f\xeb\xae\ +\x71\x38\xe8\x8d\x01\xd6\x09\x73\x13\x32\x58\xaf\x3d\x56\x06\x63\ +\x74\x74\x1c\xe3\xe3\x73\xe5\xb7\x7f\x78\xf4\xc0\xae\x3d\x8d\x1c\ +\xa6\xdf\x58\xba\x28\x11\xc7\x83\xbe\x2f\x00\x8b\x0e\xe5\x77\x2e\ +\x44\xf1\xda\xcb\xe3\x37\x85\x75\x41\x82\xe1\xf2\xd5\x1e\xa7\xa6\ +\xeb\x38\x73\xe6\xdd\xe5\xcc\x7d\xde\xab\xe1\x73\x8d\x7e\xa9\x60\ +\x75\x62\xc7\x4c\x7b\x0f\x9f\x7c\x92\x80\x87\x8c\x5b\x3e\x9f\x0d\ +\x3b\x76\xf6\xa0\x2d\xd0\xfa\xb3\x72\x9a\x42\x8d\x25\x74\x2a\x95\ +\xc5\x99\xb3\x63\x48\x24\x16\x7d\x19\xcc\xf4\x2d\x9f\x7e\xf2\xc1\ +\x70\x38\xdc\xb0\x14\x35\xf5\x5e\xef\x3d\x3c\xbc\x9f\x0a\xde\xb7\ +\xc2\x11\xe3\xb2\xc0\x07\x3f\x1a\xc2\x86\x3a\x8f\x43\xb8\x5e\xc8\ +\x24\x05\xe2\x91\x95\x91\xec\x89\x89\x08\x46\xce\x8f\x97\xec\xdc\ +\xc2\xd1\x23\x62\xff\xd1\x83\xbb\x9e\x59\x2d\xad\xa6\x15\x67\xf1\ +\x64\xd6\xe7\x01\x94\xce\x55\x59\xb7\xde\x8b\x3f\xfc\xc8\x1a\xb8\ +\xdd\xd7\xce\x41\xd4\x08\x18\xc0\xc2\xa4\x52\x0a\xd9\xa7\xd3\x39\ +\x9c\xbf\x70\xb5\x6c\xf9\x5b\xb0\x73\x35\xe0\xfe\x67\x0e\x0e\xfd\ +\x57\x33\xb4\x2c\x99\x99\xbe\x1c\x1e\xee\xd1\x24\xfc\x2b\xb0\x98\ +\xdd\x28\x49\x84\x5b\xb6\x77\x62\xf0\x7d\x1d\x90\x6e\xc0\x09\x30\ +\x9f\x15\x88\x4c\x49\x18\x1f\x9f\xc5\x3b\x97\x26\x97\x24\x8c\x33\ +\xf0\x32\x93\x7e\x6f\x3d\x76\x6e\x2d\x58\xf6\xe4\xe1\xf0\xb0\x9c\ +\x90\xf8\x51\x86\x78\x08\xe0\x52\x92\x83\xd7\x67\x2b\x7c\xa8\x64\ +\x93\xdf\xf4\x8c\xf7\x6b\x0d\x5d\x2f\x7c\xa8\xe4\xec\xff\x46\x90\ +\x4a\x2d\x49\x8a\xc9\x12\xf0\x94\x47\xc3\xe1\x1b\xea\x43\x25\xe5\ +\xd8\xf7\xf5\xe1\x41\x68\xf4\x1d\x60\xe9\x76\x00\x57\xd9\xa7\x76\ +\xac\xdc\x2e\xd6\x08\x54\x55\xc7\x3b\x17\xa2\x38\x77\x76\x76\x31\ +\xcc\x63\x80\xf0\x73\x16\xda\x5f\x3f\xfd\xc8\x5d\xa3\x56\xd2\x6c\ +\x99\x48\xed\x3b\x7c\xf2\x5e\x30\x3f\x09\xa0\xaf\xfc\xbe\xa2\x08\ +\xac\xeb\xf5\x61\xc3\x26\x1f\x82\x21\xf3\xac\x47\xab\xc0\xcc\x98\ +\x9e\x4c\x61\xec\x52\x0c\xe3\xef\xc6\x96\xef\xa1\x00\x08\x63\xa4\ +\xf3\x43\x95\x9c\xe5\x56\xa0\xa5\x4f\xf7\xc0\x73\x6f\x28\xbe\xe9\ +\xc4\x7d\x0c\xfe\x0a\x8a\x07\xde\x95\xc3\xe9\x96\xd1\xbd\xd6\x83\ +\x60\xc8\x8d\x35\x21\x17\x1c\x4e\x6b\x72\xd4\x32\x69\x15\xd3\x93\ +\x49\x4c\x4e\xa4\x30\x79\x35\xb9\x98\x71\x53\x0e\xa6\x51\x06\x3f\ +\x99\x58\xe3\xfd\x61\xa3\x9f\x6e\x68\x04\xd7\x44\x29\xde\x7d\xfc\ +\xb8\xd4\x3b\x1a\xbc\x87\x99\xbf\x44\x85\x89\xb0\x22\x5d\x9f\xdf\ +\x8e\xb6\x80\x1d\x3e\xbf\x1d\x5e\x9f\x0d\x5e\xbf\x0d\x76\xbb\x04\ +\x45\x91\x20\xdb\x44\xa9\x11\x03\x50\x73\x3a\xf2\x79\x0d\xd9\xac\ +\x86\x58\x34\x87\x78\xb4\xf0\xd1\xbe\x85\xf9\x6c\xe9\xbc\x86\x0a\ +\x60\x80\x5e\x26\xe6\x67\x3d\xfa\xa9\xe3\xab\xb1\x6b\x1b\xc5\x35\ +\x9f\x75\xf6\x1f\x3a\xb5\x91\x49\xdb\x53\x38\xfa\x0a\x35\x4f\x2c\ +\x29\xc7\xaa\x3f\x39\xc9\x34\xca\x84\x1f\xe8\x1a\x1f\xfb\x66\x78\ +\x68\xac\xb1\xc6\xcd\xe1\x06\xfa\x68\x2a\x76\xa3\xcc\x96\x6e\x12\ +\x71\x00\xa7\xff\x5f\x7e\x34\xd5\x0c\xe1\x70\x58\xa4\xa4\x3b\xb7\ +\x68\xa0\x5b\x40\xc5\x4f\xfe\x32\x0f\x00\xf0\x82\xc8\x0b\x46\x1b\ +\x8a\xfb\xaa\x01\x24\x40\x58\x00\x73\x1c\x40\x9c\x81\x11\x22\x1e\ +\x25\x60\x44\x30\xce\xb9\xb4\x97\xce\x5f\x8b\xd7\xbf\x1e\xfc\x1f\ +\x6f\xfd\x30\xcb\x63\xec\x71\x01\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x02\x7e\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x00\xa2\x00\x00\x00\xa2\ +\x01\x22\x80\x78\x2a\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xfb\x49\x44\ +\x41\x54\x38\x8d\xad\xd3\xbf\x4f\x53\x61\x14\xc6\xf1\xef\x7b\xdf\ +\xeb\x6d\x0b\x95\x36\xc5\x46\xd4\xb8\x1a\x05\x8d\x3f\x80\x55\x83\ +\x62\x82\x89\x91\x85\x0a\x93\xc1\xc9\xd5\x60\x58\xdc\x74\xd0\x49\ +\xfa\x0f\x38\xb8\x18\x07\x03\x31\x12\x13\x06\x12\xe2\xc4\xa0\x81\ +\xc1\x68\x82\x8b\x89\x89\xa2\xa8\x94\xd2\x42\xcb\xed\x7d\xdf\xe3\ +\x20\x9a\x34\xa2\xdc\x5b\x38\xeb\x7b\xf2\xc9\x73\x72\xce\xab\xd8\ +\xc5\x5a\x7b\xf9\xe0\xb4\x18\xf5\x5c\x50\x73\xee\x2e\xa3\xd3\x40\ +\x46\x21\x56\xed\x06\x5a\x9e\xc9\x9f\x42\x64\x1a\x68\x05\x56\x94\ +\xe2\xe2\x8e\xe1\xad\xd0\xe6\x9e\x91\xd7\x3b\x82\xff\x85\x02\x34\ +\x0c\xff\x0f\x6d\x18\xde\x0e\x6d\x08\x0e\x83\x46\x86\xc3\xa2\x91\ +\xe0\x28\x28\xc0\x96\x1f\x44\x72\x39\x6f\x59\xa5\x6e\x63\x71\x14\ +\xf2\x49\x8e\xa6\x2c\x22\xf7\xc3\xa2\x5b\x26\x2e\xbd\x7b\x78\xdc\ +\x9f\x35\xb3\x4c\xbd\x4a\xd6\x25\xe8\xca\xa2\xbb\xb3\xcb\x4a\x4b\ +\x6f\xf3\xb9\x5b\xf3\xdb\x4d\xa8\xeb\x92\xce\x0f\xf4\x6b\x29\x4c\ +\xac\x77\x0c\xa6\xfd\xc5\x22\xee\xd2\xb7\x3f\x6f\xf6\xf3\x3a\xb6\ +\x5c\xbd\x99\xba\x7e\xe7\xc5\x76\x28\x80\x03\x20\x73\x43\x07\x65\ +\x6e\xe0\x09\xc2\x33\x6d\x7e\xec\xcb\x14\xc6\x70\xae\xf5\x51\xeb\ +\x3c\x59\xdf\xbd\x50\x76\xc2\xa0\x00\x8e\xcc\xe7\x46\x21\x58\x00\ +\x19\x0a\x2a\x15\x6c\xad\x86\x36\x05\xb2\xc5\x3c\xb5\xab\x17\xea\ +\x70\xc1\x1e\x0a\x0d\x83\x9c\xb5\x41\x90\xdc\x28\xae\x62\x8d\x45\ +\xb9\xbf\xf6\xa9\x4d\x81\x03\xa5\x3c\x66\xb0\x97\xea\x89\xf6\xcd\ +\x76\x65\xc2\xc3\x4b\x89\xa1\xa0\xba\xf1\x71\x4f\x53\x13\x5e\xb2\ +\xb9\x7e\x9b\x95\xaf\xec\x5f\x1d\xc3\x1d\xbe\x04\x7d\xdd\xe5\x8c\ +\x14\xef\x85\x85\x15\x80\xbc\xcd\x79\xf8\x32\x6e\x6b\xe6\xb2\x5f\ +\x2a\x11\x4f\xa7\x31\x35\x9f\xa0\x52\x25\x96\x6a\xc1\xe8\xd6\xef\ +\x55\xef\xcc\xf9\xe4\xb1\x1b\x6f\x22\xc1\x00\x32\x33\x1c\xf7\xf5\ +\x97\xf7\x6e\x3c\x71\x58\x69\x87\x8d\x95\x22\xb1\x96\xbd\x28\xad\ +\x41\xe4\x8a\xea\x1c\x9f\x0c\x8b\xc2\xe6\x55\x00\xa8\x9e\x47\x55\ +\xcf\xb4\x1d\x71\x5c\x3d\x15\xac\x55\x70\xe3\xb1\x4d\x94\xc7\x51\ +\xd1\x3a\xf8\x37\x4e\x4c\xf5\x0b\xf6\x83\x1b\x4f\x00\x94\x11\x3b\ +\x1a\x15\xfd\x0b\x06\x50\x1d\x4f\x7d\xcf\xb4\xb5\xa3\xd4\x24\x4a\ +\xdd\x55\x5d\x13\x8b\x8d\xc0\x3f\x01\xd1\x4e\xf5\x7a\x6b\xb1\x43\ +\xec\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x04\xc3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x6a\x00\x00\x05\x6a\ +\x01\x88\xeb\x54\xf9\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x40\x49\x44\ +\x41\x54\x38\x8d\x7d\x55\x4d\x6c\x14\x65\x18\x7e\xde\x6f\x7e\xf7\ +\x77\xda\xdd\xfe\x6c\x83\x5b\x89\x04\x69\x23\x24\x9e\x9a\x78\x00\ +\x6d\x34\x1c\x38\x18\x2f\xa0\x27\x09\xf1\x00\x27\x23\x24\x92\x7a\ +\x40\xc6\xc4\xa4\x8d\x28\x25\x31\x5e\xbc\x20\xc6\x53\xd5\x93\x31\ +\x82\x49\xf5\xc0\x8f\x51\x12\x63\x08\x42\x2b\x0d\x85\x45\xd6\x6e\ +\xdb\xfd\x99\xce\x76\x76\xe6\xdb\x99\xef\xf3\xd0\xae\x74\xdb\xad\ +\xef\x61\x0e\xf3\xbc\xcf\x33\xef\xf3\xbd\x4f\xbe\x21\x6c\x53\x27\ +\xed\xcb\x19\x23\x16\x3f\xa2\xeb\xca\x9b\x8c\xa1\x8f\x29\x4c\x07\ +\x00\x11\x09\x2e\x04\x16\x83\x20\xbc\x44\x92\x4d\x4d\xbc\xb7\xbf\ +\x6a\xc3\x3e\x91\x46\xfa\xd2\x29\x9c\x6a\xb4\xf8\xb4\x45\xf0\xfc\ +\x8d\x58\x1a\x72\x42\x51\x71\x78\xf7\x70\x26\xbb\x63\x30\xad\x9b\ +\xa6\xd2\xd6\xe3\xfb\x11\x8a\x85\x15\xfe\xd7\xdd\x4a\x39\x2c\x36\ +\xa6\xd8\xc4\xb5\x63\x04\xb2\xcf\xe2\xec\x64\x47\xe1\x93\x1f\x4e\ +\xef\xe8\x4a\xc6\x6e\xe6\x07\xfb\x73\x7b\xf6\x25\x48\xd3\xb7\xf3\ +\x03\x08\x2e\xb0\x5a\x70\x70\xeb\xe3\x9b\xc2\xf9\xe1\x3e\x03\xd1\ +\x32\x93\xf4\xaa\x80\xb8\x67\xc3\x5e\xa6\x36\xd1\x74\xe2\xcf\xa1\ +\x3d\x83\x56\x32\x61\x42\x37\x25\xac\xde\x66\x47\xd1\xca\x2f\x45\ +\xfc\x76\xf4\x7b\x88\x20\xda\xee\xbb\x5f\x29\x2d\xfb\x96\xa1\xdd\ +\x1e\x1e\x7a\xba\x27\x99\x30\x01\x00\x51\x48\xd0\x0c\x01\x45\xdd\ +\xca\x8a\xe5\x53\xb0\xf6\xf5\xa1\x74\x65\x1e\x32\x14\xed\x20\xa3\ +\xaf\x07\xe4\xc0\x51\x06\x00\x96\x42\xe7\xf3\xf9\xfe\x81\x96\x68\ +\xab\xea\x8e\x0a\x10\x90\x36\x75\xe4\x52\x71\xe4\x52\x71\xa4\x4d\ +\x1d\x04\xa0\xf7\xa5\x3c\xf2\x6f\x0c\xb7\x8b\x6a\x0c\x62\xfc\xc5\ +\xb9\xe3\x38\xde\x54\x4f\xda\x97\x33\x8c\xc9\xd7\x9e\xd9\x9d\x42\ +\xc3\x05\xa4\x7c\xd2\x67\x99\x1a\xf6\xf6\x5b\x88\xe9\x9b\x96\x17\ +\x46\x98\x2f\x3b\x58\x9d\x77\x00\x00\x46\x2e\x01\xbe\xe8\x41\x36\ +\x05\xd4\x7a\xf8\xd6\xd8\xf8\xd5\x73\xaa\x19\x8f\xbf\xfe\xec\x70\ +\x26\x93\xb0\x04\xcc\x24\x87\xe7\xa8\xf0\x3d\x86\x4c\x4a\xc5\xc8\ +\x73\x29\x48\x29\x50\xab\xd7\xc1\xf9\xda\x79\xeb\xba\x86\x54\x2c\ +\x8e\xa1\xbe\x6e\x4c\xd7\x39\xf6\x8e\x1f\x40\xfe\xc8\x10\xbc\x07\ +\x2b\x98\xfb\xec\x77\x48\x95\xba\xe7\x20\x0e\xd3\xfb\x93\xd7\x6f\ +\xbc\x72\x68\xe7\x0b\x1b\x23\x25\x42\xc2\xbe\x1d\x59\x18\x2a\xa1\ +\xec\x38\x10\x6b\x36\xfc\x75\xd8\x64\x44\xc8\x76\x59\x08\x78\x84\ +\x3b\x8b\x15\x6c\x30\x89\xc6\x2a\xc7\xf4\x95\xc2\x75\xc6\x18\xfa\ +\x36\xe7\xb4\x2b\xa9\x21\x6e\x28\x70\x1b\x1e\x84\x94\x20\x89\xc9\ +\x5c\x36\x93\xcc\x65\x33\x29\x92\xb8\x20\xa4\x84\xeb\x79\x88\x9b\ +\x1a\x52\x66\x7b\x26\x63\x09\x1d\x8c\x51\x8e\x11\x23\x63\xf3\xd6\ +\xe3\xba\x06\x00\x2d\xfb\x8d\xfe\x9e\xcc\x69\x22\x8a\x88\x28\xec\ +\xef\xc9\xbc\x0b\xc0\xe7\xcd\x70\xbd\x77\x6b\x6c\x18\x23\x83\x11\ +\x91\xdc\x82\xb4\xcc\xd1\x86\xe7\x76\xd5\x81\x0d\x22\xc9\x44\x24\ +\xf8\xe6\xf7\x1e\x5f\x9b\x46\xd7\x34\x00\x30\x4b\xcb\x95\x73\x52\ +\x4a\x55\x4a\xa9\xfe\x53\xae\x7c\x02\xc0\x34\xd6\x30\x78\xeb\x93\ +\x6f\x2c\x11\x09\xae\xca\x08\xa5\xc0\x0f\x77\x19\xe6\x13\x4b\xae\ +\xcf\xe1\x87\x11\x52\xb1\x38\x38\x6f\x42\x40\xbe\xb3\x50\xae\x9c\ +\x58\x1f\xdf\x64\x8c\x21\x15\x8f\xa1\xc1\x23\xb8\x0d\xde\xe6\xc9\ +\xf7\x43\x08\x21\x17\x98\xcf\xc3\x2f\x1f\x17\xdc\xb6\xa9\x25\x80\ +\xf9\xb2\x03\xc6\xd6\xb6\x6f\x1a\x3a\x18\x63\x26\x63\xcc\x8c\x19\ +\x06\x7a\xac\x34\x00\x86\x3f\x66\x3c\x54\x4a\x1a\xb8\xcf\xfe\xe3\ +\x3e\x7e\xe8\x06\x7e\xa3\x79\x91\x91\x64\x53\xb3\x33\xd5\x65\x29\ +\xdb\x0f\xab\x1e\x34\x31\xb3\x58\x45\x53\x48\x74\x25\x93\xe8\xeb\ +\xee\x42\x5f\x77\x17\xac\x64\x02\x3e\x97\xf8\xf5\xb6\x8b\xaa\x1b\ +\x22\x6c\x12\x9c\x25\x15\xb5\x92\x06\x1e\x00\xf7\x66\xab\x65\xce\ +\xf1\xad\x72\x6d\xfa\xa2\xbf\xff\xe5\x63\xbd\x9a\xae\x8c\x74\x67\ +\xdb\x73\xc7\x23\x81\x25\xd7\x83\x1b\x34\xe1\xf1\x10\x8e\xcf\xb1\ +\xe0\x7a\x78\x58\xae\xa3\x5a\x69\xdf\xa9\x88\x08\x85\xfb\x2b\xb2\ +\xe6\xac\x7e\x3e\x31\x76\xe0\x3b\x06\x00\x4a\xbd\xf9\xc1\x9d\x5b\ +\x4b\x73\x4e\x2d\xd8\xb2\x08\x09\x60\xc5\xe7\x28\xb9\x1e\x4a\xae\ +\x87\x15\x9f\x43\x51\x25\xcc\x78\xfb\xe5\x53\xaf\xfb\x78\xf4\xf7\ +\x62\x11\xd5\xe0\x0c\x00\x30\x00\xb0\xed\x51\xdf\xf5\xf8\xc1\xab\ +\x3f\x3d\x2a\x74\x12\xef\x54\x09\x2b\x04\xd1\x13\xd1\xbb\xb3\x85\ +\xda\x6a\xd5\x1d\xb1\xed\x51\x1f\xe8\x70\xd1\x27\x63\xc6\x8f\x7b\ +\x9f\xef\xd9\xb5\x73\x97\x65\x10\xfd\x7f\x84\xeb\x35\x86\x07\x73\ +\xae\x2c\x3c\x5a\x2c\x7a\x35\x77\xe4\x23\xfb\x60\xb1\x85\x6d\x61\ +\xda\xf6\xcf\x66\x94\xd6\xce\x68\x2a\x1d\xdb\x3d\x9c\xcd\x3c\x35\ +\x98\x34\x36\x46\x11\x58\x8b\x54\xb1\x50\x0f\x66\x67\x2a\x55\x29\ +\x69\xaa\x8c\xea\xe9\x4f\xdf\x3e\xd4\x66\x75\xdb\x91\xc6\xc6\xaf\ +\x76\x0b\x88\xc3\x31\x83\x1d\x25\x85\xf5\x6f\xfc\x99\x46\x42\x2c\ +\x34\xfd\xf0\x0b\x3f\xc0\x37\x17\xec\xd1\x5a\x27\xfe\xbf\xf5\x23\ +\xef\xe0\x43\x7c\xee\x13\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x03\xdf\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\xd8\x00\x00\x05\xd8\ +\x01\x09\x1a\x2a\xbd\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x5c\x49\x44\ +\x41\x54\x38\x8d\x95\x95\x5d\x6c\x14\x65\x14\x86\xdf\xf3\xcd\xec\ +\x2c\x33\xb3\xbb\x58\x60\x9b\xb5\x25\x85\x90\x00\x09\xa8\x55\xd3\ +\xaa\x84\x12\x6d\x34\xf4\x87\xe0\x0d\xe9\x4d\x11\x48\x00\xbd\x80\ +\x7a\xa1\x97\xde\x19\x2f\x89\x81\x04\x42\x2c\x06\x8d\xa4\x89\x49\ +\x37\x9a\x28\x95\xda\x70\x63\x4d\x95\x9f\x2e\x9a\x5a\x5a\x05\x1a\ +\xc8\x96\x16\x85\x8a\x75\xbb\xee\xec\xfc\x1f\x2f\xe8\x50\x5a\x66\ +\xb7\xe5\xbd\x9a\xcc\x39\xef\xf3\x9d\xef\x9d\x9f\x8f\xf0\x04\xba\ +\x37\xd2\x1d\xb3\x4c\xeb\x63\x10\x55\xcc\x2b\x30\x4f\x47\x64\x7e\ +\x3f\x55\xbb\xb7\x10\xdc\xa2\xa5\x42\xef\x64\x3a\x35\x8f\xf4\x1e\ +\x00\x8d\x61\x75\x02\x0f\x44\x8b\x76\x6b\xb2\xe1\x40\xfe\x31\x30\ +\xb7\xb5\x49\xd7\xe5\xfc\x16\x9f\xa4\x16\xb0\xff\x0c\x13\xa5\x08\ +\x90\x40\x04\xb1\x22\xb1\x5e\x54\xc4\x13\x52\x75\x25\xa4\x8d\x35\ +\x10\x71\x0d\x56\xd1\x42\x6e\x3a\x07\x06\x63\xf9\x53\x09\x44\x75\ +\xf5\x27\xd5\xb0\x5a\x92\x0d\x07\xf2\x04\x00\x63\x7b\xb6\x57\x3a\ +\xbe\x74\x18\x4c\x3b\x89\x70\x01\x3e\xce\x3a\x90\x7f\x7d\xf6\xcb\ +\x6f\xef\xde\x1b\xe9\x8e\xd9\xa6\xd5\xcb\xa0\x06\x3f\x6f\xc0\xcf\ +\xfe\x09\xf7\x8f\x2c\x3c\x59\xc6\x54\x75\x05\xbc\x98\x16\xc4\x81\ +\xaa\xb5\xd5\x50\x35\xf5\xc7\xe8\x32\x65\x07\x8d\xb6\xb7\xbe\x47\ +\x40\x3b\x08\x47\x0b\xfa\xdd\x74\xdd\xa9\x2b\x4e\xb0\x83\xa9\x81\ +\xd3\x71\x4b\x55\xce\x31\xa8\x61\xe1\xd6\xef\x0f\x8f\x41\x64\x7e\ +\x87\xe4\xa3\x13\xcd\xdb\x8e\xff\xfd\xdf\x3f\xc3\x9a\xae\x51\x6a\ +\x75\x0a\x0c\x74\xcb\x02\x34\xe1\x39\xda\xd6\xcd\xe9\xb4\xfd\xa8\ +\x71\x6a\xe0\x74\xbc\xa8\x45\x7b\x89\xb1\x35\x2c\x53\x77\x65\x02\ +\xc6\x2b\x9b\x38\xd9\x3f\x6c\xe0\xab\xf3\x1f\x52\x53\x1d\x33\x33\ +\xcd\xe6\xbb\x3a\xf4\xe1\x2d\x06\x05\x00\xd3\x30\x31\x91\x9d\x80\ +\x24\x04\x93\xef\xb3\xcb\x10\x55\x35\x55\xd0\x1e\x44\xf3\xb3\xb4\ +\xd0\xf0\xd7\xd0\x19\xdd\x96\xe4\x1e\x02\x6d\x2b\x05\x05\x00\x39\ +\x22\x43\xd5\x55\x78\x9e\x47\x92\xa2\xd0\xaa\xd4\x2a\xe8\x31\x3d\ +\x28\xdf\x96\x17\x42\x1d\x97\xbe\x03\xe8\xd5\x72\xd0\x40\xaa\xa6\ +\x42\xd5\xd4\xf0\x85\x83\x8b\x1b\x17\xbb\x12\x8e\x8b\xef\x01\x6c\ +\x59\x0a\x74\x11\x15\x05\x00\x0c\xf5\x1d\xd1\xa7\xa7\x73\x5f\x1b\ +\xa6\x23\x97\xeb\xf6\xef\xcf\x80\x2d\xa7\x5c\x0b\x38\x6f\x4c\x16\ +\xd3\xfd\x5d\x62\xa8\xef\x88\x6e\xb3\x76\x8e\x08\xaf\xcf\xe4\x0b\ +\xb5\x86\xe9\x0c\x96\x32\xd9\x83\xa3\xe0\x7f\xf3\xe5\xb8\xe3\xe6\ +\xd5\xdb\xbb\xbc\xf1\xc9\x5d\xc2\x66\xf5\x0d\x00\xb3\xef\x29\x29\ +\x33\x79\xe3\xb9\xa2\xe5\x5c\x0e\x9f\x38\x07\x5a\x91\x28\x09\xf5\ +\x7d\x6a\xdc\xd0\xf1\xd1\x25\x06\x2a\x45\x7d\x73\xc7\x37\x0c\x3a\ +\x08\xc0\x9f\x6d\x88\xe6\x66\x0a\xcf\x87\x4e\xee\x79\xa0\x48\x68\ +\x5a\xe3\xbe\x4f\x8d\x6b\xea\x77\xdf\x04\x00\x22\xb8\x02\x00\x5e\ +\x6a\x3e\xf4\x39\x88\xdf\x9e\x83\x93\x12\x16\x0b\x45\x64\xb0\x69\ +\x2f\x60\xce\x87\x8e\xb4\xb5\x29\x60\x26\x11\x54\xeb\x9b\x3a\x3e\ +\x5b\x0c\x2e\x9e\x4e\xc2\xbb\x33\x35\x0f\xea\xc9\xfe\x6b\x01\x14\ +\x00\x44\xa4\xd0\xce\x40\xaf\x78\xb4\xab\x34\xdc\xcd\x00\x80\xf2\ +\xc2\x7a\xd8\x17\xae\x82\x6d\xe7\x21\x74\x6d\xed\xde\x5b\x81\x7f\ +\xb4\xbd\x75\x0d\x80\xc3\x96\x12\x3d\x1e\xfa\x49\x0f\xf6\x9d\xd8\ +\x0f\xa6\x4f\x01\xcc\x2e\xcc\x76\x22\x1e\xfb\x4d\x5b\x26\xd7\x79\ +\x63\x13\xb0\x2e\x8d\x58\x88\x48\xef\xba\x37\x0b\x5f\x6c\x4e\xa7\ +\xed\xa1\x3d\xdb\xf5\xa8\x2b\xef\x60\xe0\x03\x96\xa4\xfd\x9b\xba\ +\xce\xfe\x52\xf2\x47\x5f\x06\x9e\x34\xfb\xaf\xec\x73\x33\xd7\xde\ +\x04\xf0\x32\x18\xcb\x41\x30\x01\xfe\x41\xc8\xd2\xb1\x8d\x67\x7a\ +\x26\x81\x45\x4e\x90\xc1\xbe\x93\xef\x80\xf9\x93\xb9\x3e\xba\xb6\ +\xb2\x52\x69\x5a\xf7\xe2\xc1\x6c\x39\x1f\xe6\xa6\x09\x57\x7d\xd3\ +\xa1\x53\x60\x04\x99\x67\x7d\xf2\x5a\x96\x02\x5d\xb2\x2e\xf7\x9e\ +\x7c\x2b\x73\xbe\xb3\xe6\x49\x3c\xff\x03\x14\x8b\x82\x8b\x28\x7d\ +\xdd\xd8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x04\xc5\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x81\x00\x00\x05\x81\ +\x01\x49\xe2\x95\x9f\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x42\x49\x44\ +\x41\x54\x38\x8d\x8d\x93\x5f\x6c\x54\x45\x14\xc6\x7f\x67\xf6\xb6\ +\xbb\xee\x96\xea\x02\x6d\x4a\x10\x11\x21\xd1\xd8\x88\x18\x88\x0f\ +\x1a\x65\x2d\x22\x44\xd2\x12\x74\xef\x06\x44\x4c\x93\x6a\xa2\x11\ +\x89\x8a\x44\x48\x24\xd4\xc4\x08\x51\xc2\x83\x89\x26\xd6\x97\xc6\ +\x50\xc9\xee\xdd\x42\xa0\xc6\x90\x28\x01\x1f\x88\x26\x46\x79\xaa\ +\x02\x4d\xa1\x28\x7f\x34\x85\x16\x2a\xdb\xdd\xee\xf6\xce\xf1\x61\ +\xef\x42\xdb\x80\x3a\x4f\x33\x73\xce\x7c\xe7\xfb\xbe\x73\x46\xb8\ +\xcd\xd2\xd6\xd6\x08\xb9\xdc\x73\xa8\xae\x46\xa4\x1e\xd0\x20\xe4\ +\xa0\x7a\x1e\x91\xfd\xc0\x21\xf1\xbc\xe2\xad\xde\xcb\x2d\x41\x5d\ +\xb7\x0d\x68\x03\xd2\xc0\x01\xf1\xbc\xdf\xa7\xc4\xef\x41\x64\x1d\ +\xaa\x2d\xa8\x7e\x24\xd9\xec\xc1\xff\x07\x9c\x4a\xad\x23\x1a\x3d\ +\x40\x2e\x27\xc0\x2a\x44\x56\xa0\x3a\x0b\x30\x88\x9c\x02\xb2\x92\ +\xc9\x1c\x57\xd7\xad\x41\x75\x0f\xc6\x8c\x90\xc9\x6c\x91\x9b\xaa\ +\x6e\x02\xeb\xfa\xf5\xb5\x14\x8b\x07\xa8\xae\x5e\x23\x5d\x5d\x23\ +\xea\xba\x2f\x00\x6f\x20\xd2\x8d\xef\x7f\x8d\x31\xe7\x88\xc5\x94\ +\x7c\x7e\x11\xd6\xbe\x04\xcc\xc3\x98\x8d\x92\x4e\xf7\xab\xeb\x6e\ +\x45\x64\xa6\x64\x32\xef\x54\xf0\xcc\x0d\x9a\x63\x63\x9f\x02\x7b\ +\xa4\xab\x6b\x44\x53\xa9\x0f\x11\x79\x9c\xeb\xd7\x13\x92\xc9\xec\ +\x06\xaa\x11\x79\x8b\xd1\xd1\xd7\xf0\xfd\x18\x8d\x8d\x1b\x81\xcd\ +\x58\xbb\x57\x93\xc9\x84\x78\xde\x2e\xac\xad\xd5\x64\x72\xf5\x24\ +\xc6\x9a\x4c\x3e\x01\xb4\x4a\x36\xdb\xa6\xae\xdb\x86\x6a\xa3\x64\ +\xb3\x6f\xab\xeb\x2e\xc7\x98\x73\x8c\x8f\x2b\xa1\xd0\x5c\xe0\x0e\ +\xe0\x51\x54\x13\x18\xb3\x05\x6b\x07\x80\x43\x58\xfb\x32\xd1\x68\ +\x3f\x85\xc2\xb7\xc4\xe3\x4b\xa5\xa3\xa3\x24\x41\x33\xb2\x18\xf3\ +\x2e\xa1\xd0\x10\xa5\xd2\x21\xe2\xf1\x26\x86\x87\x97\x01\x1b\x01\ +\x57\x3c\x2f\x3f\xa5\x79\xd3\x83\xc6\xbe\x4f\x28\x74\x0e\xdf\xdf\ +\x0b\x34\xa1\xba\x19\x63\x06\x24\x93\xc9\x18\x6d\x6d\x8d\x00\x33\ +\x24\x9d\xee\xa7\x58\x7c\x11\xd5\x2f\x38\x7d\x5a\x81\xf7\x28\x14\ +\x52\x0c\x0e\x96\x34\x99\xdc\xa6\xae\x7b\x54\x5d\xf7\x98\xa6\x52\ +\x9b\xf0\xbc\x61\x1c\x67\x1d\xb0\x93\xda\xda\x3f\x11\xf9\x0e\x68\ +\x41\x35\x0b\xb4\x94\x3d\xce\xe5\x1a\x81\x5f\xca\xc6\xc8\x72\x44\ +\x0e\x52\x5f\xff\x0c\xaa\x87\xa5\xa7\x67\x94\xfa\xfa\x1d\x18\x53\ +\xc2\xf3\x9a\x80\x65\x40\x03\xa9\xd4\x9b\xb2\x6f\xdf\x65\x44\x8e\ +\x30\x34\xf4\x14\x22\x5f\x01\x2d\xd2\xdd\x7d\x06\xd5\xb9\x65\x60\ +\xd5\xbb\x81\xca\x9c\xd6\x88\xe7\x5d\x43\x75\x21\xc6\xfc\x54\xd6\ +\xad\x4f\x4a\x26\xb3\x9b\x35\x6b\xea\x28\x95\xa6\xa1\xba\x1d\xd5\ +\xe7\x83\xd8\x37\x88\x3c\x2b\xe9\x74\x3f\x70\x5f\x80\x31\xa2\xcd\ +\xcd\x51\x83\x48\x04\x98\xfc\x7b\x44\x22\x58\x3b\x1a\x9c\xc6\x01\ +\xa8\xaa\x5a\x86\xe3\x6c\x10\xcf\xf3\x81\x93\xea\xba\xf7\x13\x8f\ +\x9f\x00\x1e\xac\xcc\x95\xba\x6e\x08\xd5\xb3\x44\x22\xf7\x1a\x54\ +\x87\x11\x89\x05\xc1\x7c\x30\xf4\x03\xc0\xbc\xe0\xae\x4a\x41\x50\ +\xfd\x0d\x63\x1a\x83\xc2\x27\x80\x87\xa4\xa3\xa3\x04\x54\x07\x79\ +\x83\x40\x1d\x22\x67\x10\x99\x6f\x50\xbd\x80\x6a\x45\xc6\x09\x60\ +\x31\xf0\x2b\xc6\x2c\x0c\xee\xae\xb2\x76\xed\x2c\x62\xb1\x93\xa8\ +\x2e\x00\xc0\xda\x3e\x60\xc1\x24\x95\xaa\x97\xb1\xb6\x1e\xc7\xf9\ +\x12\xd5\xe3\x0e\x57\xae\x9c\xa2\xae\xae\x92\xf4\x33\xb0\x88\x58\ +\xec\x73\x72\xb9\x0f\x02\x76\x17\xf1\xfd\x19\xd2\xd9\x79\x51\x5d\ +\xd7\x01\xd8\xf0\xf4\xb6\x57\x23\x7e\x69\xc9\xca\x55\x3b\x57\x6c\ +\xba\x76\xe1\xe1\x95\xab\x76\x1e\x7d\x25\x77\x79\xfe\x70\xb8\xe6\ +\xb1\x9c\x13\xb9\xae\x90\x37\x72\xec\xd8\x38\x30\xae\xcd\xcd\x51\ +\x60\x08\x91\xb8\x74\x76\x16\x6e\x48\xb4\xf6\x12\x30\xbd\xc2\x0b\ +\xe0\x5a\x55\xec\x81\xf3\xb1\x99\x73\x80\x44\xdf\x9d\xb3\xef\x02\ +\x12\xe7\x63\x33\xe7\xe4\x9c\xc8\x12\x20\x21\xb0\xb4\xf2\xa5\x5f\ +\x67\xf1\xe2\x02\xc6\xfc\x0d\xd4\x54\x9a\xa6\x89\x84\x83\xc8\x28\ +\xaa\xd1\x1b\x82\xdb\xdb\x8d\x6f\x42\xe3\x15\x07\x62\xd5\x86\x8f\ +\x57\xce\xa6\xbe\xc6\x99\xe4\x8c\x01\x10\xcf\x3b\x2b\xed\xed\x16\ +\x6b\x2d\xd6\x9a\xc0\x82\x21\xea\xea\xe2\x88\x8c\x61\x4c\x38\xc8\ +\x1f\xa1\xb7\x77\x9a\x2f\xc6\xaf\x80\xb6\x37\xcd\xa2\x61\x9a\xc3\ +\xf6\x44\xc3\x24\x70\x33\xa9\x8c\xb5\x16\x11\x13\xec\x47\xf1\xfd\ +\x28\xe5\x51\xac\x74\xde\xa7\xaa\xca\x88\x5a\x31\x02\x3b\x9a\x1a\ +\xe8\xee\xbd\xca\x70\xde\xe7\x93\x1f\x06\xd9\x9e\x68\x20\x56\x6d\ +\x6e\x01\x0c\x79\x54\x0b\xe5\x88\xc9\x11\x0a\xc5\xa6\x00\x03\xe0\ +\xa0\x8e\x55\xd8\xf5\xfd\x5f\xfc\xf8\x47\x0e\x80\xbe\x2b\x63\xec\ +\x38\x72\x89\x5c\xd1\x06\x39\x13\x96\x74\x77\xf7\x01\x5b\xcb\xdc\ +\xfc\xcf\x28\x16\x07\x08\x87\x1f\x99\x60\x45\x60\x34\x8a\xc0\x50\ +\xde\x9f\xc4\x6a\xe2\x79\x2a\xe3\x89\x45\x7a\xa5\xa7\x67\x14\x63\ +\x6e\x4e\x48\x05\x58\x44\x6f\xf3\x6c\x82\xaa\xff\x5a\xe1\xf0\x61\ +\x0a\x85\x70\x40\xf5\x2a\xa5\x52\xc9\x17\xe3\x0b\xff\x8e\xfd\x0f\ +\xa6\xe7\xd0\x73\xa0\x8b\x06\xae\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x04\x9a\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x6a\x00\x00\x05\x6a\ +\x01\x88\xeb\x54\xf9\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\x17\x49\x44\ +\x41\x54\x38\x8d\x8d\x55\x4d\x6c\x15\x55\x18\x3d\xf7\xce\xdf\x7d\ +\xbf\xf3\xde\xbc\xfe\x3c\xac\x6d\x50\x2c\xa5\x01\xc5\xb8\xe8\x82\ +\x04\x4d\x43\xc2\xc2\x3d\xba\x12\xc3\x8e\x95\xb1\x26\x12\x4c\x20\ +\x79\x1a\x12\x89\x46\x4a\xe2\xce\x0d\xe2\xb2\xd1\x8d\x6e\xd0\xa4\ +\x98\x88\x31\x31\x6e\x0c\x11\x68\xb5\x82\xbc\x42\xe9\x0f\xef\x67\ +\x3a\xd3\x79\x77\xee\xcc\xdc\xeb\xe2\xb5\xd2\xd7\xf7\x4a\x3c\x8b\ +\x59\xdc\x7b\xbf\x93\x73\xee\x39\x33\x43\xb0\x0b\xa6\x2a\xd7\x1c\ +\x2b\x95\x7e\xc3\x34\xb5\x93\x94\x62\x80\x6a\xd4\x04\x00\x99\x48\ +\x21\x25\x56\xc3\x30\xbe\x4a\x14\x9d\xb9\xf8\xc1\xd1\x46\xaf\x79\ +\xd2\x45\x78\xe9\x97\x54\x1e\xea\xa2\xa6\xe3\xc4\xe8\xb8\x53\x1a\ +\x1a\xc9\x9b\x8c\x69\x1d\x67\x38\x4f\xb0\x54\x5d\x17\x7f\xde\xa9\ +\xd7\x22\xa1\xae\xfa\x94\x7e\x34\xfd\xde\x91\xd6\xae\xc4\x53\x17\ +\x66\x87\x0a\xd9\xd4\x6f\xc3\x23\x83\xe5\xb1\x17\x33\xc4\x30\x77\ +\xf3\xd3\x86\x52\x0a\xf7\x16\x5c\x71\xfb\xe6\xda\x82\x17\x88\xe3\ +\xd3\xe7\x8e\x3d\xec\x22\x9e\xba\x30\x3b\x54\xc8\x67\x6e\x1d\x18\ +\x1b\xb1\xb3\x19\x06\x93\x29\xd8\xfd\xd1\xd3\x99\x37\xe1\x36\x43\ +\xdc\xb8\xbe\x58\xf5\x36\xc2\x23\x5b\xe4\x64\xcb\xbe\x4d\xf1\xf7\ +\xf8\xf8\xde\x3d\xd9\x0c\xfb\x6f\xc0\xee\x8f\x60\x32\xf5\xbf\xc9\ +\x7f\x9a\x7d\x70\x47\x5b\x17\xaf\x54\x2a\x93\x9c\x02\x80\xad\x91\ +\x4b\xc3\xc3\x83\x1d\xa4\x00\xe0\xbb\x3a\x40\x80\x3c\x33\x51\xce\ +\xa5\x51\xce\xa5\x91\x67\x66\x77\x30\x00\xec\x82\x85\x43\x87\x4b\ +\xcf\xcb\x9c\x7e\x0e\x00\xc8\x54\xe5\x9a\x53\x2c\xe5\x6f\x1d\x7d\ +\xed\x85\x72\xcb\xd3\xa1\xb6\x09\x74\xf2\x3a\x0e\x8f\xa5\x91\x32\ +\x77\x84\x17\x27\xb8\x57\x73\xe1\x87\x9d\x57\xa5\x94\xc2\xf7\xdf\ +\xde\x7d\x14\x6c\xc8\x83\x94\xa5\xd3\x6f\xee\x1f\x77\x9c\x8c\x2d\ +\x51\xdc\x23\xc0\x32\x12\x20\x6d\xd2\x89\x83\x39\x98\x1a\x41\xd3\ +\xf7\xb1\x5a\x6f\x60\xb5\xde\x40\xd3\xf7\x61\x10\x82\x03\x03\x45\ +\x64\x2d\xa3\x83\x98\x10\x82\xd1\xf1\x92\x23\x21\x4f\x50\xc3\xd0\ +\xde\x7a\x66\x38\x67\x02\x80\xa6\x01\x39\x27\x46\xa9\x1c\xe1\xa5\ +\xfd\x69\x28\x25\x51\x73\x5d\xf0\x50\x40\x2a\xc5\xa5\x52\x9c\x87\ +\x02\x35\xd7\x85\x54\x0a\xcf\x95\xec\xae\x6b\x19\x1a\xc9\x5a\x8c\ +\x69\x27\x29\xa5\x18\xd8\xd9\xd3\x42\xd6\x40\xda\xd2\xe0\xb5\x02\ +\x48\xa5\x40\x14\xa6\xcb\x25\x27\x5b\x2e\x39\x39\xa2\x70\x59\x2a\ +\x05\x2f\x08\xc0\x74\x0d\x39\xd6\xd9\x49\xc6\x74\x50\x4a\xca\x94\ +\x50\x62\xed\x0c\x22\x6d\xb6\x2d\x0a\x11\x01\x40\x6b\xb0\xcf\x39\ +\x43\x08\x49\x08\x21\xf1\x60\x9f\xf3\x3e\x00\x2e\xa2\x78\xf3\xac\ +\xde\x15\x24\xa5\xc4\xa2\x84\x90\x1e\x7d\xda\x5c\x22\xdb\x9e\xbb\ +\xa1\x57\x1b\x09\x51\x54\x26\x52\xec\x5c\x0f\x44\x5b\x8d\x69\x18\ +\x00\xc0\x56\x1e\xd7\x3f\x55\x4a\xe9\x4a\x29\xfd\x51\xad\xfe\x19\ +\x00\x66\xb5\xf7\x10\x6c\x2a\xdf\x0e\x99\x48\xa1\xab\x04\x2b\x21\ +\x8f\xf7\x59\xec\x89\x25\x8f\x0b\xf0\x38\x41\x2e\x95\x86\x10\x11\ +\x24\xd4\xbb\xcb\xb5\xfa\xe9\x4d\xf9\x8c\x52\x8a\x5c\x3a\x85\x96\ +\x48\xe0\xb5\x44\x87\x27\xce\x63\x48\xa9\x96\x29\x17\xf1\x57\x0f\ +\xab\x5e\x87\x6a\x05\xe0\x5e\xcd\x05\xa5\x04\xa5\x82\x0d\x66\x99\ +\xa0\x94\x32\x4a\x29\x4b\x59\x16\xfa\xec\x3c\x00\x8a\xdf\xe7\x02\ +\xd4\x57\x0c\x88\xf6\x7b\x06\x00\x78\x78\xdf\x0b\x79\x2b\xba\x42\ +\x89\xa2\x33\xf3\x73\x8d\xc7\x4a\x75\x5e\x96\x1f\x46\x98\x5b\x6d\ +\x20\x92\x0a\x85\x6c\x16\x03\xc5\x02\x06\x8a\x05\xd8\xd9\x0c\xb8\ +\x50\xf8\xf5\x0f\x0f\x0d\x2f\x46\x1c\x11\xb8\x6b\x3a\x9a\x2b\x06\ +\x44\x08\xfc\x35\xdf\xa8\x09\x81\x6f\xb4\x9f\x67\xaf\xf0\xa3\xc7\ +\x4e\xf5\x1b\xa6\x36\x51\x2c\x75\xf6\x4e\x24\x12\x6b\x5e\x00\x2f\ +\x8c\x10\x88\x18\x2e\x17\x58\xf6\x02\xdc\xaf\xf9\x68\xd4\x3b\x33\ +\x95\x09\x41\xf5\xee\xba\x6a\xba\x1b\x5f\x5c\x3c\xfb\xea\x77\x14\ +\x00\x34\x3f\xfa\xf0\xf6\xcd\xb5\x05\xb7\x19\x76\x05\xa1\x00\xac\ +\x73\x81\x15\x2f\xc0\x8a\x17\x60\x9d\x0b\x68\xba\x02\x4b\xcb\x4e\ +\x87\x3e\xc7\xe2\x83\xd5\x25\x34\xc2\xf3\x00\x40\x01\xa0\x52\x99\ +\xe4\x5e\x20\x8e\xdf\xb8\xbe\x58\xed\x45\xde\x0b\x19\x3b\x06\x21\ +\x4f\x48\xef\xcc\x57\x9b\x1b\x0d\x6f\xa2\x52\x99\xe4\x40\x8f\x0f\ +\x7d\x36\x65\xfd\x70\xe8\xe5\xbe\x7d\x7b\xf7\xd9\x16\x21\x4f\xaf\ +\xb0\xdf\xa4\xf8\x67\xc1\x53\xd5\xc5\xd5\xa5\xa0\xe9\x4d\x7c\x52\ +\x39\xbe\xb4\xb5\xd7\x35\x59\xa9\xfc\xc8\x92\xbc\x71\xde\xd0\xc9\ +\xa9\xd1\xf1\x92\xf3\xec\x48\xd6\xda\x5e\x45\xa0\x5d\xa9\xa5\xaa\ +\x1f\xce\xcf\xd5\x1b\x4a\x91\x99\x1a\x1a\x67\x3e\x7f\xe7\xf5\x0e\ +\xab\xbb\x4a\x3a\xfb\xf1\x8d\xa2\x84\x3c\x91\xb2\xe8\xdb\x44\xa3\ +\x83\xdb\x7f\xa6\x89\x94\xcb\x11\x8f\xbf\xe4\x21\xbe\xbe\x5c\x99\ +\x6c\xf6\x9a\xff\x17\xf1\x0e\xe3\x57\x3c\x9d\x89\xe6\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x14\x9d\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x14\x1a\x49\x44\ +\x41\x54\x78\x9c\xd5\x9d\x79\x90\xe4\x45\x95\xc7\x3f\x2f\x7f\x55\ +\xd5\xd5\x77\x77\x75\x77\x4d\xcf\x00\x33\xcc\x8d\x1c\x33\x28\x82\ +\x82\x80\x8c\x0e\x87\x11\xca\xba\x2b\x8b\xa0\xb8\x1e\xa8\xab\xc2\ +\x7a\x84\x61\xc8\x7a\x2c\x85\xba\xeb\xba\x62\x28\x21\x20\xbb\xb1\ +\xea\x7a\x21\xcc\x6a\xc0\x12\xb1\xb0\x33\x83\x20\x1e\x5c\x72\x8f\ +\x03\xce\x3d\x0c\xc3\xf4\x51\x5d\x7d\x4f\x77\x75\x55\xfd\xf2\xed\ +\x1f\xbf\xea\xaa\xae\xaa\x5f\x55\x5f\xd5\x3d\xc3\x37\x62\x62\xba\ +\x7e\x99\xf9\x32\xf3\x5b\x59\x2f\x5f\xbe\x7c\x99\x3f\xe1\x38\x81\ +\x6e\xc1\xe9\x8f\x74\xae\x57\xb5\xa7\x80\xae\x43\x65\x3d\xb0\x0e\ +\x68\x54\xa8\x07\x69\x05\xad\xf7\x72\xcb\x51\xd0\x01\x81\xa3\xc0\ +\x08\xc8\x2e\xc4\xee\x06\xd9\x0d\xce\x4b\x6d\x03\x5d\xbb\xe5\x4a\ +\xdc\xb9\xb6\x25\x46\x6c\x5d\x8c\xd8\xee\x6a\xf4\x4b\xaa\x21\x64\ +\xae\xe8\x79\x70\xc9\x2a\xe3\xb2\x59\x84\xcd\x8a\xbe\x1d\x88\x54\ +\x49\xf4\x28\xca\xe3\x22\xfa\xa0\xaa\x3e\xd8\xfe\x58\xdf\xb3\x12\ +\xc3\xce\xb4\x70\x8c\xd8\x13\xc0\x3f\xc6\x88\x3d\x34\xdf\x86\x2c\ +\x3a\xc1\x03\xbf\x59\xba\xc2\x75\x33\x57\xa9\xca\xc7\x10\x56\x2f\ +\x4e\xad\xfa\x8a\x62\xee\x14\xe3\xfe\xa8\x63\x73\x5f\xc5\x91\x19\ +\x23\xf6\x6e\xe0\x1e\xe0\xd1\x18\xb1\xb7\xcc\xb7\xe6\x45\x21\x58\ +\x9f\x22\x98\x18\x88\x5e\x6d\x2d\x9f\x10\xe1\xdc\xc5\xa8\xb3\x1c\ +\x04\x1e\x05\xee\x68\x0b\xf6\xfe\x52\x36\x91\x29\x4e\x8e\x11\x7b\ +\x16\xd8\x98\xfd\xfc\x8e\x18\xb1\xff\x9b\x67\x7d\x0b\x07\xdd\x72\ +\x5a\x28\xd1\x1a\xbf\x4a\x95\xaf\x00\x6b\x17\xb2\xae\xd9\x42\xe0\ +\xa0\x45\xbe\x37\xd1\x10\xfc\x8f\x93\xce\x3b\x3c\x0e\x70\x13\x37\ +\xbd\x57\xd1\xbb\xa6\x64\x7b\x3a\x46\xec\x6c\x40\xe7\x51\x4f\xf5\ +\xa1\x8a\xc4\xb7\x75\x7c\x58\x44\xbe\x01\x2c\x5d\x88\x3a\xaa\x88\ +\x57\x45\xf5\xcb\x3b\xbe\x79\xdd\x2f\x1e\xf9\x2d\x2f\x00\xaf\x2b\ +\x4a\xff\xab\x18\xb1\xfb\xe6\x2a\xbc\xea\x04\xf7\x3c\x18\xdd\x60\ +\x2c\xb7\x03\xf3\xd6\x5f\x8b\x89\x17\xee\xdd\xb0\xfb\xf7\xb7\x9f\ +\xbf\xce\x27\x69\x07\x70\x66\x8c\xd8\x8c\x27\xc9\xa9\x30\xf3\x6b\ +\x56\x1e\x7b\xee\x5f\x53\x13\xdf\x16\xbd\xd9\x58\x9e\xe6\x35\x46\ +\xae\x5a\xc3\x8e\xfb\x4e\xf3\x23\x17\xe0\x0c\xe0\x6f\xe6\x2a\xbb\ +\x2a\x04\x0f\xfc\x66\xe9\x8a\xe6\xc0\xf0\x6f\x81\xcf\x03\x81\x99\ +\x95\x12\x24\xd8\x88\xa9\x3f\x01\xd3\x78\x32\xe2\xd4\x54\xa3\x29\ +\x73\xc2\x5f\xb6\xad\x67\xf0\x70\x6b\xa5\x2c\x37\x6d\x61\x8b\x33\ +\x17\xd9\x33\x24\xa3\x3c\xfa\xb6\x46\xdf\x9d\x71\xed\x8f\x04\x2a\ +\xb6\x70\x12\x12\x6c\x40\x6a\xda\x30\xa1\x08\x98\x7c\x9b\x55\x82\ +\xb8\xc3\x7b\xe6\xdb\x9c\x59\xc3\x66\x1c\xfe\x74\xe7\x59\xd3\x65\ +\x3b\xf5\x25\x5e\xba\x0a\xf8\xc5\x6c\xe5\xcf\x6b\x04\xc7\xb7\x46\ +\x63\x2a\xdc\x03\x3a\x0d\xb9\x82\x84\xdb\x71\x5a\x4e\xc5\x69\x3e\ +\x05\x13\xee\x28\x20\x17\x00\x3b\x31\x9f\xa6\xcc\x19\x3b\x1f\x78\ +\x1d\x23\xdd\x4d\xd3\xe6\x53\x34\x16\x23\x36\xeb\x01\x39\xa7\x49\ +\x4e\xb7\xe0\xf4\x35\x47\xbf\x8f\xf0\xc9\xe9\xf2\x9a\x9a\x56\xa4\ +\xee\x04\xc4\x09\xfb\x08\xb2\xd8\xd4\x10\x9a\x1a\x40\x27\x06\x98\ +\x87\x35\x34\x63\xa4\xc7\x83\x0c\x1d\x69\x66\xf8\x48\x33\x83\x47\ +\x9a\x79\xfe\x9e\x33\x18\xeb\xaf\x9f\x69\xf1\x9f\x00\x7f\x00\xf6\ +\x02\x7b\x63\xc4\x5e\x65\x9a\x46\xcf\x9a\xe0\x3d\xf7\xaf\xa9\x69\ +\x0d\x0c\xff\x5c\xe1\x8a\x8a\x19\x03\x61\x9c\xfa\x15\x48\xb0\xb1\ +\x28\x41\xd1\x89\x01\xec\x44\x02\x4d\x0d\x4f\xd7\xbe\x39\x61\x62\ +\x34\xcc\x70\x57\x13\xc3\x5d\x4d\x0c\x65\xff\x1f\xee\xce\xfe\xdd\ +\xdd\x08\x5a\x35\xe3\x29\x05\x1c\x06\xf6\x03\xfb\x05\x99\xfc\xff\ +\x45\x8b\xdd\x15\x23\x96\x99\x55\x4d\x1a\xc3\x24\xce\x5b\x72\x97\ +\xa2\x7f\x5b\x29\x9f\x09\x77\x60\xea\x4f\x02\xc9\x6b\x20\x55\x85\ +\x54\x3f\x76\xac\x0b\x75\x93\x73\xe8\xcb\xf4\x18\xe9\x69\xe4\xde\ +\x2f\x5e\xce\xf0\x91\xe6\x05\x91\x3f\x4b\xa4\x80\x1b\x67\x45\x70\ +\xdf\xb6\x25\xb7\x28\xfa\xe9\xb2\x19\x24\x80\xd3\xb8\x12\x09\x15\ +\x76\xd0\x26\xfb\xd0\xb1\x57\x51\x9b\x9e\x53\x4b\x67\x83\xc4\xc1\ +\x08\xf7\xdd\xf0\xae\xd9\xfc\xec\x17\x0a\xb7\x01\x9f\x9e\x31\xc1\ +\xf1\x6d\xd1\x9b\x80\x7f\x2a\x97\x2e\x4e\x18\xd3\xb4\xa6\x40\xd7\ +\xaa\x9d\xc0\x8e\x1c\x44\xd3\x23\xd3\xca\x97\x40\x1d\x98\x60\x55\ +\xd4\xc6\xe0\xe1\x56\xfe\xe7\x8b\xef\x64\x34\x5e\xac\x9e\x16\x0d\ +\xdf\x8a\x11\xbb\x01\x66\xa8\x83\x7b\xb7\x76\x5c\x21\x22\xff\x5d\ +\x2e\x5d\x02\x75\x98\xa6\xb5\x88\x09\xe6\x9e\xe9\x78\x2f\xee\xd8\ +\x61\xd0\xf2\x0b\x20\x09\x35\x62\x42\xad\x48\xa8\x05\x4c\x08\x00\ +\x3b\xd6\x8d\x1d\x3b\x3c\xc3\x7e\x94\xc7\x48\x6f\x03\xf7\xdd\x70\ +\x39\x83\x87\x5b\xe6\x2d\x6b\x16\x50\x41\xbe\x70\x23\x37\x7e\x67\ +\xf2\xc1\xb4\xc6\x73\xcf\x6f\xa2\xab\x8d\xca\xff\x02\x3e\x66\x80\ +\x47\xae\xd3\xb4\x6e\x0a\xb9\x8a\x3b\xfa\x0a\x76\xfc\x08\xfe\x23\ +\x51\x90\x9a\x08\x4e\xe3\x4a\x4c\xed\x52\x24\x50\x0f\x32\xc5\x1e\ +\xd6\x54\xd6\xa2\x98\x1f\x6a\xea\x53\xac\xbd\x70\x1f\x87\x9e\x39\ +\x91\xf1\x81\xba\x79\xcb\x9b\x01\x5c\xe0\xef\x63\xc4\x6e\x9b\xfa\ +\xb0\x22\xc1\x7b\xee\x5f\x53\x53\x2b\xa9\x07\x80\x95\x7e\xe9\xe2\ +\x84\x31\xcd\x53\xc8\x55\x8b\x3b\xb2\x1f\x9d\x48\xf8\xca\x33\xc1\ +\x66\x4c\xf3\x5a\x4c\xb8\xa3\x60\xb4\x7b\x65\x5d\x34\x35\x88\x3d\ +\x7a\x18\x74\xce\x9b\x11\x05\x08\xd6\xa6\x59\x7b\xd1\x5e\x8e\xec\ +\x58\xc6\x68\xbc\xa1\x2a\x32\xcb\x20\x05\x5c\x13\x23\xf6\xb3\xe2\ +\x84\x8a\x2a\x22\xbe\x2d\x7a\x33\xde\xf2\xb7\x14\x12\xc0\x69\x39\ +\x25\xaf\x73\xd5\xe2\x0e\xef\x46\xd3\xa3\xa5\x79\x8d\x83\x53\x77\ +\x12\x12\x6e\x2f\x78\xac\x28\x9a\x4c\xa0\xa9\x7e\x4f\x4f\xeb\xc2\ +\xd8\xc1\x99\x64\x90\x07\x6e\xba\x8c\x43\x4f\x9f\x54\x75\xd9\x4e\ +\xc0\x4d\xbb\x19\xe7\xf2\x72\x7e\xe3\xb2\x04\xf7\x6f\x5d\x72\xba\ +\x2b\xfa\x0c\x10\x2c\x49\x14\xc1\x69\x5c\x33\xc5\x5a\x50\xdc\xe1\ +\x7d\x68\x6a\xb0\x34\x6b\xa0\x1e\xa7\x69\x75\x4e\xc7\x7a\xd9\x5d\ +\x34\xd9\x8b\x1d\xef\x5d\x14\xcb\x02\xc0\xcd\x18\xb6\xff\xcb\x25\ +\xec\xfb\xc3\xaa\xaa\xc9\x0c\xd6\xa6\x79\xc7\x4d\x0f\xb8\x27\xbc\ +\xe1\xf0\x1b\x96\x6c\xee\x7d\xc1\x2f\x8f\xef\x52\x59\x15\x71\x85\ +\x5b\xf1\x23\x17\x30\xe1\x68\x81\x29\x66\x8f\x1e\xf6\x25\xd7\x04\ +\x9b\x71\x9a\xd6\x15\x90\xab\xa9\x21\x32\x83\x3b\x71\x8f\x2e\x8e\ +\xd9\x36\x09\x27\x60\xb9\xe4\xcb\xdb\x58\x75\xc1\xbe\xaa\xc8\x0b\ +\xd6\xa6\xf9\xeb\xef\xdc\xcb\x49\x67\x1e\x76\x8c\xe5\x36\x55\xff\ +\xc1\xea\x4b\x70\x7c\x5b\xc7\x87\x41\xdf\xea\x2b\x39\x10\x46\xea\ +\x4e\xcc\x7d\xf4\x46\x62\x4f\xa9\xe0\x70\x3b\xa6\x79\x4d\xde\xe7\ +\xa0\x19\xec\xc8\x7e\xcf\xa1\xe3\xa6\x66\xdd\xa1\x6a\xc0\x38\x96\ +\xc8\xf2\xf9\x4f\xa0\xe0\x69\xb3\xf6\xd5\x7d\x93\x1f\xcf\x4f\x6c\ +\x8f\xbe\xdf\xb7\xce\xe2\x07\x7b\xee\x5f\x53\x23\x22\x5f\x2f\x27\ +\xd8\xa9\x5b\x81\x88\xf7\x65\xa9\x9b\xc2\x3d\x5a\x6a\x52\x49\xa8\ +\x05\xd3\xb0\x82\x9c\x06\xb2\x29\xdc\xa1\xdd\xd8\x89\x7e\x7f\xa1\ +\x22\x48\xa8\x19\xa7\x61\x05\x81\xc8\x06\x02\x91\xd7\x7b\xa6\xdb\ +\x02\xa0\xff\x40\x5b\x55\xe4\x64\x92\x41\x86\xbb\xf2\x4e\x22\x85\ +\x6f\xea\x96\xd3\x42\xc5\xf9\x4a\x08\x6e\x0d\x0e\x7f\x04\x58\xe6\ +\x27\xd4\xd4\xb4\x22\xa1\xbc\xf1\x6e\x47\x0f\x94\xd8\xb9\x12\xa8\ +\xc3\x69\x5c\xc5\x24\xb9\x9a\x19\x23\x33\xf8\x12\x9a\x19\xf3\x91\ +\x28\x98\x70\x3b\x4e\xcb\x69\x38\x4d\x6b\x91\x70\x87\xa7\x4e\x8c\ +\x83\xd4\x54\x87\x88\x62\xf4\x55\x89\x60\x80\x44\xa1\xac\x13\xfb\ +\x5a\xfb\x3e\x58\x9c\xa7\x80\x60\x7d\x8a\xa0\x2a\x5f\xf0\x17\x27\ +\x48\xdd\x09\xb9\x4f\x36\xd9\x57\xba\x42\x33\x0e\x4e\xd3\xda\xbc\ +\x0f\xc2\xa6\x3c\x95\xe0\xa3\x6b\x25\x50\x87\xd3\x7a\x2a\xa6\xe1\ +\xe4\x52\x4f\x9b\xcd\xa0\x13\xf1\xf2\x3d\x9b\x23\x32\xc9\x20\x23\ +\xdd\xd5\x5b\xdd\x25\xf6\x17\x7d\x59\xaa\x37\xe8\xc3\x85\x3e\xf6\ +\x82\x0f\x89\x81\xe8\xd5\x94\xb1\x79\x4d\xb8\x6d\x0a\x11\x16\x1d\ +\x7b\xb5\x24\x8f\x53\xbf\x1c\x72\x36\xb1\x8b\x3b\x54\x86\xdc\xda\ +\xa5\x38\xf5\xcb\x28\x30\x62\xac\x8b\xa6\x12\xd8\x89\x41\x34\xb3\ +\x30\x26\x5b\xdf\x81\x08\x5a\x3d\x4f\x1a\x7d\x07\x4b\xe2\x64\x56\ +\x25\xd2\xd1\xab\xa0\xf7\xe7\x93\x0f\x0a\x08\xb6\xca\x27\xcb\x55\ +\x2f\xe1\x68\xee\x6f\x4d\xf6\x95\x58\x00\x12\x6c\x2e\xf8\x59\xdb\ +\xd1\x97\x51\x77\xbc\x58\x0a\xa6\x61\xb9\xe7\x70\xcf\xe7\xf4\x96\ +\xc7\xe3\xbd\xa0\xc5\x61\x0a\xd5\x45\xa2\x8a\xea\x01\xfc\xf5\xb9\ +\xc2\x27\x80\x1c\xc1\x39\x15\xd1\xbb\xad\x63\xad\xc0\x9b\xfc\x04\ +\x49\xa0\xc1\x73\xc6\x64\x45\xd8\xf1\xee\xe2\x1c\x98\x86\xe5\xf9\ +\x4a\x52\x03\xbe\x13\x5a\x09\xb9\x99\xa3\xb8\x03\x2f\x62\xc7\x8e\ +\x2c\x38\xb9\xe0\x79\xda\xa6\xc3\xd2\xd3\xbb\x78\xe7\xd7\xef\xe7\ +\xac\xab\x9e\x21\x58\x5b\xd9\x8c\x1c\x3a\xd2\x44\x66\xa2\x64\x93\ +\xe3\x2d\xf1\x07\xdb\x73\x1b\xa8\xb9\x54\x23\xfc\x5d\x39\x5b\x4e\ +\xc2\xf9\x6f\x4a\x27\x06\xd0\x22\x33\x4b\x6a\x5a\xf3\x9b\x96\xea\ +\xe2\x8e\x1e\x2a\x95\x51\xbb\xb4\x80\x5c\x3b\xd1\x8f\x1d\x39\xc0\ +\x62\xec\x62\x4c\xa2\x44\x67\x4e\x41\xe7\xeb\x7a\x38\xeb\xea\xa7\ +\x39\xf9\xcd\x07\x01\x58\xf1\xa6\x83\x9c\xf9\x9e\xe7\x78\xe1\xbe\ +\x33\x78\xfe\xd7\x1b\x49\x8d\x95\x18\x08\xa8\x35\xf4\x1f\x8c\x10\ +\x5d\xdf\x5b\x98\xe0\x9a\xf7\x01\x31\xc8\x12\xac\x8a\x24\xb6\xcb\ +\x35\xfe\x55\x8b\xb7\x41\x99\x85\xf5\xf1\x33\x98\xda\xce\x7c\xfa\ +\x78\xbc\x44\xef\x4a\xa0\x2e\xab\x73\x27\x65\xf4\x7b\x16\xc8\x34\ +\xe4\xaa\x09\xa2\x0d\xe7\x40\xc3\x39\x10\x5a\x02\x81\xec\x52\x3b\ +\x1d\x87\x74\x2f\x8c\x3e\x89\x8c\x3e\x89\xcc\x70\xc1\xd2\x7f\xb0\ +\x94\xe0\xb6\x55\x7d\x9c\xfd\xbe\x67\x58\x7d\xe1\xde\x92\xb4\x70\ +\x73\x92\x73\x3e\xf0\x27\x36\x5c\xbe\x83\x67\x7f\x75\x26\xcf\xdf\ +\xbb\x01\xb7\x68\xc4\x26\x0e\xb4\x95\x12\x0c\xd7\xa8\x72\x93\x08\ +\x1a\x00\xe8\xdd\x1a\xdd\x60\x0c\x27\xfb\x35\x4a\x82\x0d\x53\x16\ +\x0b\x36\xeb\xaf\x9d\x9a\xde\x98\x53\x1f\x9e\x6f\xa1\x78\xd1\x21\ +\x98\xc6\x95\xe4\x26\xb4\xcc\xe8\xb4\x23\x57\x43\x9d\xd8\xce\xeb\ +\xd1\xd6\x4b\xc0\xa9\x34\xeb\x7f\x1c\xdc\x11\x64\x60\x2b\xa6\xfb\ +\x36\x24\x55\xac\xba\xf2\x18\xed\x6b\x20\x39\x9c\xb7\x56\x22\x2b\ +\x13\x9c\xf3\xfe\xa7\x59\x75\xc1\x5e\x64\x9a\x79\x2f\xdc\x9c\xe4\ +\xdc\x6b\x1f\xe7\xf5\x57\x3c\xcf\xb3\xbf\xda\x58\x40\xb4\xaf\xd9\ +\x27\xac\xee\xdf\xda\x79\x2a\x74\xef\x0c\x00\x18\x47\x36\x95\x9b\ +\xb5\x25\x94\x37\xa6\x6d\x7a\x88\x62\x62\x4c\x28\xbf\xa1\xac\xc9\ +\x44\xc9\xe4\x67\xc2\xed\x88\x53\xeb\xa5\xab\xe2\x8e\x1c\x2c\x91\ +\x91\xaf\x2c\x88\x5d\x76\x3d\x36\xfa\x21\x90\xd2\x9f\xa4\x2f\x9c\ +\x46\xb4\xfd\x0a\xdc\xb6\x77\x21\x3d\x3f\xc1\xe9\xba\x15\xb4\x74\ +\x44\x4f\xaa\x87\xb6\x93\xfb\x39\xfb\x9a\xa7\x66\x44\x6c\x31\xc2\ +\xcd\xe3\x9c\x7b\xed\xe3\x9c\xf9\x9e\xe7\x79\xee\xd7\x1b\x79\xfe\ +\x9e\x8d\x65\x17\x2e\xea\xb8\x9b\x00\x8f\x60\x54\x37\x95\x95\x2a\ +\x53\x9c\xe8\x3e\x7e\x5a\xa9\xc9\xaf\xb8\x34\x55\x34\xb1\x89\x20\ +\xb5\x4b\xf2\xe9\xe3\x5d\x50\x66\x3f\x4e\x03\xcd\xd8\x95\xb7\xa0\ +\x8d\xbe\xf3\xec\xf4\x90\x1a\xb4\xf3\xe3\xb8\x0d\x67\xe1\xec\xff\ +\x34\x64\x0a\xdb\x62\x33\x86\x77\x7c\x75\x2b\x2b\xcf\xdf\x37\x6b\ +\x62\x8b\x51\xdb\xe2\x11\x7d\xfa\xbb\xfe\xcc\xce\xfb\x4f\xf3\xcd\ +\x63\x55\xde\x06\xdc\x2a\xba\x05\xa7\xaf\x25\xda\x07\xf8\xae\x4d\ +\xc5\xa9\xc1\xd4\x2f\x07\x3b\x81\x3b\xfa\x0a\x53\x47\x9f\x04\xea\ +\x70\x5a\x4e\xf5\x3e\xa8\x4b\xa6\xff\xb9\x02\xfb\x55\x42\xcd\xde\ +\xc2\x03\xc0\xba\x64\x06\x76\xf8\x5b\x0b\x81\x56\x32\xeb\x7f\x09\ +\x35\x2b\xe6\xd2\xdf\xd2\x36\x27\x0f\x60\x76\xbf\x0f\xc9\x94\x3a\ +\xa0\x16\x11\xfd\xed\x8f\xf6\x76\x98\xfe\x48\xe7\x7a\xca\x90\x0b\ +\xa0\xee\x04\xee\xf0\x9e\xac\x65\x50\xf4\xd3\x9e\xba\x45\x94\x1a\ +\x2a\x59\x1c\x98\xd0\xd4\xd1\x9d\xf0\x27\x57\x82\xb8\x2b\xbf\x57\ +\x35\x72\x01\x34\xbc\x12\xbb\xea\xfb\x68\xb1\x53\x7f\x71\x11\x49\ +\x9c\xdb\xb6\x2e\xa0\xd6\xae\x9f\xab\x04\x4d\x0d\x7b\x36\xb1\x09\ +\xf9\xae\xec\x0a\x5c\x9a\x3e\xee\x4c\x00\xbb\xec\x7a\xb4\xf1\x9c\ +\x4a\xd5\x58\xe0\x61\x54\xb6\x0a\xbc\x02\xa0\xc2\x72\xd0\x4b\x81\ +\x8b\x28\xe7\x72\x6d\x78\x23\xba\xe4\x53\x48\xd7\x2d\x33\xec\xcd\ +\x02\xc0\x04\xd6\x07\x50\x3d\x65\xee\x4a\x49\xbd\x2d\x9e\x72\x90\ +\xac\x49\xa3\x19\xf0\xd9\x59\xd6\xd0\x52\x6f\x42\x2b\x5b\x9e\xdf\ +\x89\xc8\x75\x9d\x91\xc8\x9f\x7d\x52\xff\xad\xa7\xbf\x7f\x83\x75\ +\xf5\x36\x84\xf3\xfd\x8a\xdb\xce\x0f\x23\x89\xbb\x2b\x5a\x17\x0b\ +\x0a\xd5\xf5\xc6\x8a\xcc\x79\x04\x4f\x07\x77\x64\x1f\x9a\x1a\xc0\ +\x1d\x3e\xe0\x05\x9e\x14\xc1\x76\x5e\x57\xc1\x5a\x90\x9f\x76\x46\ +\x22\x9b\xcb\x90\x0b\xc0\x92\x48\xe4\x85\xce\xf6\xc8\xdb\x40\x4a\ +\xf6\xc2\x3c\x11\x35\x68\xe7\xb4\xd1\x5d\x0b\x07\x91\xf5\x46\x58\ +\xb8\x83\x28\x9a\x1a\xf2\xb6\x92\xd2\x43\xa5\x69\x26\xe8\xd9\xb9\ +\xbe\x0d\xe3\x77\x9d\x6d\xad\x1f\x15\x91\x69\x57\x10\x22\x92\xee\ +\x6c\x6b\xbd\x16\xe5\x0f\xbe\x6d\x68\xbd\xac\xc0\x12\x5a\x4c\xa8\ +\xea\x1a\xc3\x0c\xc3\x4e\xab\x8e\x86\x37\x97\x5b\x44\x58\xd7\x35\ +\x9f\x99\x09\xb9\x93\x10\x91\xb4\x38\xf2\x29\x28\x3d\xaa\xa5\x4e\ +\x13\xda\x78\xf6\x3c\x1a\x3a\x0f\x28\x2d\x46\xe0\x98\xc4\x18\xd9\ +\x86\x37\x96\x4b\x7a\xf8\xc4\x68\xeb\x73\xb3\x95\xd7\x19\x89\xec\ +\x00\x79\xc4\x2f\x4d\x1b\x2a\x4e\xa2\x0b\x07\xa1\xd1\x28\x4c\x1f\ +\x1c\xbb\x10\x75\x07\xa3\xe5\x52\xb6\xcd\x43\xec\x56\xbf\x87\x5a\ +\xb6\xae\x05\x47\xa3\x01\x16\x34\x22\xa3\x1c\xca\x76\x5a\xf4\xe0\ +\x5c\x65\x8a\xf2\xb2\xef\xf3\x63\x4c\xf0\x31\x81\x94\xf1\x47\xc8\ +\xfc\x4e\x3e\xf9\x96\xd5\x45\x74\x89\x16\xc3\x00\x3e\xa1\x38\x8b\ +\x80\xb4\xff\x9e\x9b\xaa\xcc\x7d\x49\x27\xf8\x97\x2d\x53\xd7\x22\ +\x60\xc4\x08\x0c\x4f\x9f\xaf\xfa\xd0\x74\x89\x0f\x75\x32\xe5\xd2\ +\x39\xcb\x04\xdf\xb2\x92\x2a\x8d\xdb\x58\x24\x8c\x18\x7b\x8c\x46\ +\xb0\x8c\x3e\x59\x2e\xe9\xa2\x57\x7b\x07\x5e\x3f\x5b\x79\x3d\x3d\ +\x03\x1b\x41\x2f\xf4\xaf\xeb\x89\xd9\x8a\xab\x0e\xd4\x1b\xc1\xc7\ +\xc4\xe5\x24\xa3\x4f\x82\xeb\x1b\x98\x6d\x8c\x63\x6f\x51\xd5\x19\ +\xaf\x0e\x76\xaa\x86\x5c\xc7\xde\x8e\x8f\x5f\x42\xdc\x61\x64\xf4\ +\xe9\x79\xb4\x74\x1e\x10\x06\x8d\x42\x75\x82\xb5\x66\x5b\xb7\x4d\ +\x23\x03\xbe\x56\x15\x28\x17\x74\x27\x06\x7e\x38\x13\x92\x77\xaa\ +\x86\xda\x12\x89\x1f\x0a\x9c\xe7\x5b\xcf\xc0\x03\xbe\x0e\x78\x09\ +\x35\x63\x1a\x57\x97\x1c\x77\xa8\x26\x44\x64\xaf\x31\xaa\xbb\x16\ +\xac\x86\x69\x60\xba\x6f\x03\x2d\x77\x3e\x4e\x3f\xd0\xdd\xd7\xff\ +\x90\xf7\xd3\xf7\xc7\xe1\xde\x81\x33\x5b\x13\xfd\x0f\x2b\x65\xf6\ +\x13\x6d\x12\xe9\xfa\x41\xc9\x63\x11\xc1\x69\x58\x89\xa9\x69\xcd\ +\x46\x21\x2d\x10\x54\x77\x05\x10\xf9\xcb\xc2\xd5\x50\x19\x92\xea\ +\x46\x7a\x7e\x82\x76\x7e\xbc\x4c\x06\xce\xb7\x8e\x7d\xa6\xab\xaf\ +\xff\x11\x60\xab\x28\x87\xb2\xcf\x57\x78\x13\x9a\xbd\x90\x0a\x87\ +\x29\x4d\xcf\x8f\x90\xb4\xcf\x04\x17\x6c\x04\x33\xe9\xe9\x2b\x0d\ +\xf6\x16\xa7\x06\xa9\x3f\x11\x32\x13\xd8\xb1\x69\x8f\xc2\x95\x87\ +\xc8\xae\x80\x18\xb3\x4b\xed\x9c\x0e\x92\x57\x05\x4e\xd7\xf7\x71\ +\xeb\x37\x56\xda\x2a\x32\xa0\x9b\x80\x4d\xb3\x09\xca\x91\x91\xc7\ +\x30\xdd\xa5\xa3\x17\x8a\xf6\x11\xfd\xc2\x6e\xeb\x4e\x40\x42\xad\ +\x10\x02\xd2\x23\xd9\xbd\xc8\x39\xc0\x66\x76\x99\x48\x7f\xf7\x2e\ +\x8e\xd1\x44\x07\x80\x66\x30\x07\x3e\x8b\x24\x0f\x54\x4d\xa4\x24\ +\xf7\x63\x0e\x7c\xce\x7f\x07\xa5\x28\xb0\xb0\x78\x23\x40\x44\x90\ +\x60\x5e\x2f\x6b\xb1\xfe\x16\xc1\x69\x58\x81\xd3\xb4\x66\xba\x03\ +\xec\xfd\x6d\x8f\x25\x76\x1b\xb9\x12\x17\xc5\xd7\x49\xb2\x58\x90\ +\xcc\x20\x66\xf7\xd5\xc8\xc8\xe3\xf3\x97\x35\xfa\x27\x9c\xdd\x1f\ +\x40\x32\xfe\xa3\xce\x84\x3b\xf3\xc1\x89\x6e\xb2\x34\x80\x31\xd8\ +\x94\x0f\x53\xb0\xa9\x92\xa8\x50\x09\xb5\x22\xe1\x0e\x24\xd4\x82\ +\xd4\x96\xbf\x6b\x44\xe1\xb7\x12\xc3\x1a\x00\x15\x79\x78\x8e\xfd\ +\xa9\x1a\x24\x33\x84\xb3\xf7\x63\x98\xae\x3b\x2a\x4c\x7c\x15\x60\ +\x93\x98\xae\xdb\x71\xf6\x7c\xa4\x64\x47\x39\x57\x47\x20\x8c\xd4\ +\x4d\x09\x92\x19\xeb\x2e\xd9\x47\x94\x9a\xbc\xfa\xb0\xa9\xd2\x5d\ +\x74\x33\x25\xdd\x2f\xb0\x31\x97\x0f\x7d\x08\x26\x23\x7b\x8c\x3e\ +\x2c\xc7\x4e\x0d\xe7\xa1\x19\x4c\xd7\x2d\x48\xe2\x6e\x74\xe9\xa7\ +\xd0\x96\x4b\x51\xa7\xb2\xb3\x4f\xdc\x61\x64\xe0\x01\xa4\xeb\x07\ +\xfe\x13\x5a\x0e\x06\xd3\xb0\x12\x99\x12\xb7\x5c\x12\xa5\x64\x42\ +\x48\x68\x6a\x98\x58\xb1\xe6\x34\x85\xea\x23\x55\x41\x37\x4b\xe0\ +\x21\xc8\x3a\x47\x54\x91\xbe\xed\xd1\x7d\x94\x09\x5d\x3d\x66\x90\ +\x20\xda\x78\x36\x5a\x7f\x36\x84\x3a\x21\x98\x8d\x6d\x4b\xc7\x21\ +\xd5\xed\x85\x4d\x8d\x3e\xe5\x6b\xe7\x16\xca\x11\x4c\xe3\xaa\x29\ +\x93\x9b\xe2\xfa\x04\x85\x9b\xba\x13\x31\xd9\x11\xae\x99\x31\xdc\ +\xc1\x17\x0b\xc5\x84\x5a\x70\x9a\xd6\x78\xe9\x9a\xc1\x4d\x3c\x4f\ +\x19\x0b\x63\x6f\xfb\xc5\xbd\xeb\x72\xa1\x53\x22\x68\x7c\x1b\x3f\ +\x07\xbe\x3a\x8b\xee\x2f\x3c\x34\x8d\x0c\x3f\x8a\x0c\x3f\x3a\x0f\ +\x21\x06\xd3\xb8\xb2\xc0\x72\xb0\x47\x0f\x97\x46\xdc\x9b\x50\x41\ +\x70\xa2\x96\x44\x90\x52\x18\x75\x9f\xec\xa7\x82\xf9\xf6\x33\xc9\ +\xba\x0b\x73\x36\xa4\x5a\xfd\x69\xa5\x12\xaf\x49\x38\x61\x9c\x96\ +\xf5\x45\xe1\x5d\x71\xdf\x43\x3b\x4e\xc3\x8a\xdc\xe4\xa6\x99\x24\ +\xb6\x28\x8a\x49\x4c\x0d\x66\x4a\x14\x93\x5b\xee\xbc\x09\xa8\x75\ +\xf2\x37\xa3\xe4\x08\x8e\x5e\x16\xdf\xab\xca\xfc\xa7\xf1\xe3\x01\ +\xc6\xc1\xd4\x9d\x80\xd3\x72\x9a\x77\x54\x37\x0b\x4d\xc6\xfd\x43\ +\x6b\x6b\x22\x45\xc7\xd2\x5e\xa6\x78\xac\x79\x93\xe3\xa4\xfe\x3e\ +\x0a\x99\xb2\x3e\xb2\x3f\x2e\x79\x7b\x6f\xce\xfd\x50\x10\x8b\x69\ +\x84\x1f\x28\xc7\xf6\x66\xbe\xb9\x42\x44\x20\x98\x3d\x5c\x5e\xd3\ +\x56\x70\x57\xc5\x64\xfc\x86\xdf\xc8\x25\x10\xc6\x99\x12\x3c\xee\ +\x7f\xf6\x24\x58\x70\x4a\xd5\x96\x44\x90\x16\x54\x75\x47\x41\xd1\ +\xa9\x1f\xda\x06\x7b\xef\xc4\xbb\x2e\xe5\x35\x05\x09\x35\xe3\x44\ +\x36\x7a\x87\xd2\xc3\x1d\x85\x17\x81\x64\xc6\x70\x07\x5f\xf2\x27\ +\xd7\x84\x08\x34\xad\xcb\x07\xc8\xb8\x29\xdf\x40\x1a\x53\x77\x42\ +\xce\xfa\xc0\x1d\x47\x93\x65\xce\xda\x29\xfb\xda\x43\xbd\x77\x17\ +\x94\x2d\x68\xa8\x77\x25\xec\xcd\xb3\xe8\xdb\x71\x01\x13\x6e\xcf\ +\x93\x34\x09\x77\x1c\x3b\x7a\xd0\xd7\x5a\xf0\x0a\x85\x70\x9a\xd7\ +\xe6\x4f\xa1\xaa\xc5\x1d\xd9\x5b\xb2\xfa\x93\x50\x93\x27\x3f\x0b\ +\x3b\xd6\x45\xb9\xa9\x4a\x91\x6f\x16\xdf\x87\x59\xe2\x28\x19\xcc\ +\x34\xfd\x17\x50\x1a\x68\x76\x1c\xc3\x26\x13\x60\x5d\x6f\xe5\x95\ +\x8c\xe3\x0e\xef\x26\x33\xf8\x22\x36\xd9\x87\x2f\x19\x81\x5a\x02\ +\x2d\xa7\xe4\xe2\x96\x41\xbd\x5b\x02\x8a\xbf\x08\x31\xd9\x03\x95\ +\xd9\x5c\xe9\x91\xf2\x87\x29\xe1\x50\xc7\x50\xfb\xcc\x4e\xdb\xf7\ +\x6e\xeb\xf8\x90\x20\x3f\x9e\x41\xdf\x5e\x73\x90\x9a\x88\x67\x31\ +\xe4\xee\xa8\x50\xec\xe8\xcb\xd9\x2f\xa3\x10\xa6\x61\xc5\x14\xd3\ +\xcd\xe2\x0e\xbe\x88\x66\xca\xdc\x37\x24\xf2\xfe\x8e\x8b\x7b\xee\ +\x2c\x79\xec\x97\xd7\x5b\x78\x74\x3c\x04\x72\xd1\x5c\x3a\x71\x5c\ +\x42\x82\x38\x8d\xcb\x3d\x2f\xd9\x24\xd4\x66\xe3\xe7\x4a\x57\x64\ +\x26\x1c\x2d\x38\x39\x65\x47\x5f\x29\x3f\xb9\x09\xbf\x6f\xdf\xdc\ +\xfb\x56\xf1\xd9\x2a\xf7\xf5\xa5\x8a\xa0\xc6\x3a\xd7\x03\x8b\x77\ +\x1c\x7e\xa1\x60\x82\x98\xfa\x13\x09\xb4\x9e\x5e\x48\xae\x9b\xc2\ +\x1d\xda\xe5\x4b\xae\xd4\xb4\x78\xb7\x66\x65\xa1\xa9\xa1\x4a\x96\ +\x43\xc6\x45\xae\xf3\x23\x17\x2a\x38\xab\xdb\x2e\xeb\xde\x09\x7c\ +\x77\x46\x9d\x38\xce\x30\xe9\x72\x34\x8d\x27\xe3\xb4\x6e\xf0\x4e\ +\x41\x4d\xb9\x69\xd0\x26\xfb\xc8\x0c\xbe\xe8\xd9\xb3\xc5\x65\x83\ +\x0d\x38\x0d\xab\xc8\x85\xf4\xba\xe3\xb8\x23\xfb\xcb\xd6\xa5\xc8\ +\xb7\x3b\x2f\xee\xd9\x51\xb6\x2d\x95\x1a\xaa\x4f\x11\x8c\x27\xa2\ +\x8f\x1c\xeb\x5b\xab\x67\x0a\x71\x6a\x3c\x93\x2a\xd8\x5c\x7a\x75\ +\x23\xa0\x6e\x12\x3b\x7a\x08\x4d\xfb\x47\x2a\x48\x4d\x4b\x96\xdc\ +\xec\xb8\xd3\x34\xee\xc0\x5f\xd0\xf2\xd7\x3e\x3e\xd9\x3e\xd8\x71\ +\x81\x5c\xb9\xb3\xec\xfd\x0c\xd3\xee\x11\xf4\x6f\x5f\xb6\xdc\xd5\ +\xcc\xb3\x54\xef\x02\xfb\x05\x83\x69\x5a\x5d\xb0\x2c\x9e\x84\x66\ +\x8e\xa2\x63\x3d\x59\xf7\xa3\xbf\x89\x65\x6a\xa3\x59\xb5\x30\x79\ +\x05\x43\xc6\x53\x21\x25\xc7\x81\x27\x21\x03\xae\x72\x56\xe7\xa5\ +\x3d\x15\x77\x0a\xa6\x0d\x9d\x8a\x5c\x7c\xe4\x10\x2a\x1f\x2a\xdb\ +\xb2\xe3\x09\x53\x4f\xa0\xda\x14\x9a\xec\xc5\x1d\xda\xe5\x2d\x34\ +\x52\x65\x9c\x33\x59\x53\xcc\xd4\x2f\x27\x47\xae\xa6\xa7\x21\x17\ +\x15\xd5\x8f\x4c\x47\x2e\xcc\x60\x04\x4f\x22\xbe\x2d\xfa\x55\xe0\ +\x6b\x33\xcd\x7f\x6c\x20\xde\xb9\x3e\x9b\xf1\xd5\xaf\x25\xb9\x43\ +\x4d\x98\xfa\x93\x11\x67\x4a\x94\xbd\x9b\xc4\x1d\xda\x53\x49\x2d\ +\x20\xe8\x0d\xed\x97\xc4\xbf\x35\xb3\x16\xcd\x02\xf1\xad\x1d\xdf\ +\x45\xe4\xb3\xb3\x29\x73\x5c\x42\x82\xde\xc5\xd0\xc5\xb7\x60\xa5\ +\x86\xbc\x09\xad\xc2\xb5\x62\x2a\xdc\x1e\xbd\xb8\xf7\xba\x99\x56\ +\x35\xab\xe8\xca\xf6\xc7\xe2\x9f\x47\xf4\xee\xe9\x73\x1e\x9f\x10\ +\x27\x84\xa9\x3f\x89\x40\xdb\x19\x05\xe4\x2a\x8a\x3d\xfa\x6a\x76\ +\xa9\x5c\xe9\xce\x36\xbd\xab\xe3\x8f\xbd\xff\x30\xab\x3a\x67\xdb\ +\x48\xdd\x72\x5a\xa8\xaf\xa5\xef\x67\xa0\x57\xce\xb6\xec\xb1\x81\ +\xf1\x54\x41\x4d\x24\xbb\xdf\x56\xd8\x65\x4d\x8f\x60\x8f\xbe\x5c\ +\x7e\x85\x96\xcf\x79\x57\xfb\x60\xf4\x83\x95\x2c\x06\x3f\xcc\xed\ +\x82\x66\x6f\x8b\xe9\xdb\x94\xbb\xb4\xee\x58\x43\xc4\xdb\xfd\xad\ +\x69\xc5\x04\x9b\x8b\x5c\x97\x59\xb8\xe3\xd8\xb1\xae\x4a\xbe\x85\ +\x1c\x14\xb9\xb5\xe3\xd1\x9e\xcf\xcc\xe6\x75\x3d\xb9\xa6\xcc\xb6\ +\xc0\x54\xf4\x6e\x5d\xf2\x15\x11\xfd\xda\x7c\xe5\x54\x1b\x4e\xc3\ +\x0a\xcf\x6d\xe9\x03\xcd\x1c\xf5\x2e\xc4\x9b\xa8\xb8\xe5\x93\xcb\ +\x2e\xa2\x5f\x6a\xbf\x38\xfe\xaf\x73\x6d\xcb\xbc\x89\x89\x6f\x5b\ +\x72\x39\xe8\x8f\x39\x8e\xec\x64\xa7\x69\x6d\x61\x50\x9f\x66\xd0\ +\x89\x01\xdc\x64\xa2\xd2\x4e\x44\x31\x86\x54\xf5\xa3\xd1\x4b\xe3\ +\xbf\x9a\x4f\x5b\xaa\x32\xf2\xfa\xb7\x2f\x5b\x9e\xb1\x99\xbb\x8e\ +\x97\x15\x9f\x38\xd9\xf8\x07\x9b\x46\x53\xc3\xd9\xfb\x34\x67\x63\ +\xc6\xcb\x53\xd6\xf0\xde\x25\x9b\x7b\xca\xaf\x91\x67\x2a\x69\xbe\ +\x02\x26\xe1\x4d\x7e\xf1\xaf\x03\x9f\xa3\xcc\x95\x8c\xaf\x01\xa4\ +\x15\xb9\xb9\x23\xd2\x73\xa3\xbc\xb1\x3a\x8e\xae\xaa\xeb\xce\xf8\ +\x83\xed\xeb\x70\xcd\x6d\x08\x9b\xab\x2d\x7b\x81\xf1\x3b\x47\xe5\ +\xba\xc8\xa5\x3d\x65\x8f\xee\xce\x05\x0b\xf6\xb2\xa8\xc4\xf6\xe8\ +\x35\x8a\xfe\x33\x48\xf5\xef\x94\xad\x2e\x0e\xa1\x7c\xa9\xfd\x92\ +\xde\x3b\xcb\xb9\x1c\xe7\x83\x85\x7d\xdd\x59\xf6\x3d\x72\xaa\x7c\ +\x19\xef\xf5\x91\xc7\x13\x0e\x28\x72\xcb\xd1\x60\xed\xbf\xaf\xdc\ +\x74\x70\x61\x5e\x8b\xc0\x22\x99\x57\xfa\x30\x81\x44\x3a\x7a\x55\ +\xf6\xd2\xb6\xf3\x16\xab\x5e\xbf\xa6\x00\x7f\x44\xb9\xa3\x7d\xa8\ +\xf7\xae\xf9\xbc\xf7\x73\xa6\x58\xf4\x8e\xf6\x6f\x5f\xb6\xdc\x6a\ +\xfa\x6a\x45\xae\x65\xf1\x5e\xe2\x77\x48\x91\x5f\x62\xed\x7f\x46\ +\x2f\x8b\x2f\x6a\x58\xc2\x71\xf3\xd2\x54\x8b\xbe\x4d\xa0\x3a\x77\ +\x1f\x0a\x23\x58\x9e\xc8\xbd\x34\xf5\x92\xbe\x67\x16\x42\xbf\xce\ +\xac\x29\xc7\x09\x34\x86\x49\x9c\xdb\xb6\x0e\x9c\x53\x10\x5d\x8f\ +\x98\x75\xaa\xba\x0e\x68\xcc\xfe\x6b\x21\x7f\xae\x7a\x14\x2f\x2a\ +\x7f\xc4\xfb\xa7\xbb\x04\xd9\x8d\xb2\x5b\xad\x7d\xa9\xfd\x89\xbe\ +\x3d\x73\x59\xd6\x2e\x04\xfe\x1f\x75\xf6\x02\x9c\x22\x41\xeb\x56\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xea\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\xe9\x00\x00\x06\xe9\ +\x01\x33\xcf\x5d\xc3\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x67\x49\x44\ +\x41\x54\x38\x8d\xd5\x93\xbf\x2f\x83\x41\x18\xc7\xbf\xd7\xf7\xbd\ +\xd6\x84\x5d\x42\x44\x6c\x26\x89\x4d\x24\x18\x9a\xb4\x31\x49\x74\ +\x91\x60\x10\x09\x83\xa9\x36\x0b\x1b\xff\x81\x05\x93\xc5\xa6\x91\ +\x2e\x96\x8a\x86\x48\x44\x62\x69\x10\x79\x75\x68\x05\x8b\x56\xbd\ +\xaf\xbe\xef\xdd\x59\xda\x57\x2e\x2e\xed\xbd\x95\x0e\xfd\x6c\xf7\ +\xdc\x93\x4f\xbe\xcf\xfd\x20\x93\xf1\x85\x73\x22\xc8\x38\x6a\x6c\ +\x6f\xae\x61\x70\xa0\x0f\xba\x64\x2e\x6e\xb0\xb7\x7f\x0c\x02\xec\ +\x9e\x9d\x1e\x6c\xd4\xeb\xa6\xb6\xa1\x46\xf6\xf2\x16\xb9\x7b\x0b\ +\x00\x30\x13\x9b\xf0\xeb\x02\x48\x4e\xc7\x16\x51\x97\x87\x82\x8a\ +\x73\x0f\x16\xc2\x61\x8a\xc7\xa7\x3c\x3e\x4a\x15\x69\xaf\x26\xdf\ +\x69\x29\x31\x00\x0c\x0f\xf5\xa3\x50\x7c\x55\xee\x09\x20\x39\x15\ +\x5b\x2a\x05\x4e\xac\x83\x20\x3c\xda\x52\xe2\xc3\xa3\x13\x38\xf6\ +\x77\xc3\x9e\xc0\xe2\xf9\x44\x1c\x89\xd9\x28\x00\xa0\x2b\x12\x41\ +\xa1\xf8\xa6\x27\xbe\xba\xbe\xc3\x67\xe5\x4b\xd9\x5c\x7c\x79\x47\ +\xb9\x2c\x5f\x98\x95\x2f\xe8\x89\x53\xe9\x0c\x52\xe9\x4c\x93\xdc\ +\xcd\x69\xcb\xe5\x75\xa6\x58\x3a\xe3\xd5\xe5\x39\x8c\x8d\x8e\xb4\ +\x24\x5a\x59\xdf\x42\xb5\xea\xa9\xc5\xbd\x3d\xdd\xa0\xd4\x04\xa5\ +\x14\x94\x52\xbf\xee\xba\x2e\x5c\xd7\x6d\x28\x0e\x11\x79\x78\xe5\ +\x3b\x26\x84\xc0\x30\x0c\x7f\xed\x79\x9e\xaa\xad\x21\x4a\xb1\x10\ +\x02\x8c\xb1\xdf\x26\xd3\x84\x61\x18\xb0\x6d\xfb\x7f\x62\xce\x39\ +\x38\xe7\x7f\x6a\x41\x90\xc4\xb6\xe3\x00\x00\x18\x63\x52\x62\x1d\ +\x04\x84\xb4\x96\x4e\xdc\x7a\x56\x7f\x4f\x1d\x18\x93\x27\xea\xbc\ +\x0f\xd2\x36\xf1\x0f\xd6\xbc\x77\xb9\xbd\x07\x01\x7b\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0e\x68\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x18\x87\x00\x00\x18\x87\ +\x01\xdb\x16\x1c\x29\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0d\xe5\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x79\x70\x53\xd7\xbd\xc7\x3f\xe7\xca\xb2\ +\x2d\xbc\x3b\xc0\xb3\x71\x08\x8b\x59\x8c\x17\x90\x03\x21\x94\x86\ +\x20\x43\x4a\xd3\xa4\x59\x41\x90\xa4\x13\x30\xbc\x0e\x33\x7d\x79\ +\xd3\x99\x66\x92\x36\x6d\xb6\x4b\x5e\xba\xa6\xd3\x37\x6d\xa7\xaf\ +\x4d\x5e\x42\x1c\xc8\x4b\x02\x0a\x4b\x32\x2f\x4d\xc2\x0b\xb1\x9a\ +\x85\x25\x29\x20\xc7\x58\x98\xc5\x60\xb3\xd8\x80\xb1\x8d\x37\x8c\ +\x2d\xe9\x9e\xf7\x87\x2c\x59\x32\xb6\xb1\xad\x2b\x63\x1b\x7f\xfe\ +\xf0\xdc\x73\x74\xee\xef\x77\xf4\x9d\xe3\x7b\xcf\xf2\x3b\x47\x82\ +\x01\xe6\xde\x35\xbf\x8d\x8b\xd2\x5a\xbe\x2d\xa5\xc8\x12\x8a\x9c\ +\x86\x64\x3a\x92\x34\x04\x31\x40\x0c\x10\x0f\x34\x00\xcd\x48\x9a\ +\x11\x54\x4a\x38\xac\x08\x8e\x68\x1e\x51\x22\xa2\xa3\x76\xd9\x5e\ +\x79\xaa\x7e\xa0\xeb\xdd\x5f\xc4\x40\x38\x59\xb1\x5a\xbd\xd9\x23\ +\x59\x2a\x60\x11\x92\x39\x08\x22\x42\x30\xe7\x01\xf6\x01\x9f\x2a\ +\x28\x5b\x37\x15\x3c\xf7\xb5\x4e\xd5\x0c\x0b\x61\x13\xd8\xba\xfa\ +\x57\x63\x90\xae\x7c\xa4\x5c\x89\x20\x3b\x5c\x7e\x10\x1c\x92\x88\ +\x8d\x46\x43\xc4\xfa\xb7\x5f\x7d\xfa\x5c\xd8\xfc\xf4\x13\xdd\x05\ +\xb6\xae\x7c\x31\x4d\x28\xee\x27\x24\xac\x05\x46\x75\x57\xce\x14\ +\x63\x22\xfe\x86\x44\xe2\x6f\x48\x20\x2e\x21\x16\x63\x54\x24\x11\ +\x91\x46\x22\x8c\x46\xdc\x2e\x17\xee\x36\x37\xae\xd6\x56\x9a\x1a\ +\x9a\x69\xa8\xb9\x48\x7d\x4d\x3d\x2d\x4d\x97\x7a\x72\xdd\x82\xe4\ +\x35\x24\x2f\xd9\x36\xa8\x27\xf5\xfe\x5e\xfd\x45\x37\x81\xad\xff\ +\xa6\xc6\x8a\x16\x54\x29\xf9\x77\x20\xaa\xf3\xe7\x91\x51\x46\x6e\ +\x9c\x32\x81\x94\x89\xe3\x48\x9d\x38\x8e\xd8\xc4\xb8\x3e\xfb\x68\ +\xaa\x6f\xe2\x6c\x45\x25\x55\x27\x2a\x39\x5d\x56\x41\x5b\x4b\x5b\ +\x57\xc5\xda\x80\xbf\x12\x19\xfd\xfc\x60\x78\x56\xeb\x22\xf0\xb2\ +\xfc\x75\x56\x81\xfc\x4f\x20\x2d\xd8\xba\xe0\xc6\xf4\x1b\x49\xcf\ +\x99\xc6\xf8\x69\x13\x30\x44\x18\xf4\x70\x07\x80\xc7\xa3\x71\xfa\ +\x68\x05\xc7\xbe\x39\xc2\xe9\x63\xa7\x40\xca\xce\x45\xaa\x80\x27\ +\x6c\x05\xea\x5b\xba\x39\xed\x07\x21\x09\xdc\xde\x23\xf8\x1b\xf0\ +\x48\xb0\x55\xc1\xf8\xf4\xf1\x98\x17\xce\x26\x39\x65\x74\x28\x2e\ +\x7a\x45\xe3\xc5\x06\x0e\x7d\x55\xc2\x91\xfd\x4e\x3c\x1e\xad\xf3\ +\xc7\xdb\x8d\x6d\x51\x6b\xde\x7a\xeb\xe7\x75\x61\xaf\x48\x17\xf4\ +\x5b\x60\x6b\xbe\x6a\x06\x36\x01\xd3\x02\xf3\xc7\x4d\x4a\x63\xee\ +\x9d\xdf\x26\x21\x39\x21\xd4\xba\xf5\x99\xc6\xba\x06\xf6\xee\xd8\ +\xc5\x99\x63\xa7\x3a\x7f\x74\x5c\x53\x58\xb1\x65\xbd\xfa\xcf\x81\ +\xae\x53\xbf\x04\x5e\x9e\xaf\xde\x25\xc1\x46\xc0\x4b\x2c\x3a\xc6\ +\xc4\xad\x4b\xe6\x33\x31\x73\xb2\x6e\x95\xeb\x2f\x27\x4b\xcb\xd9\ +\xf3\xf1\x97\x9d\x5f\x8a\x97\x05\x3c\xbc\xb9\x40\xdd\x3e\x90\x75\ +\xe9\xf3\x43\x71\xd9\xaa\x75\x3f\x40\xf0\x0e\x10\xed\xcb\x4b\x99\ +\x90\xca\x92\x47\xee\x62\x4c\xda\x58\x5d\x2b\xd7\x5f\x12\x46\x27\ +\x32\x65\xd6\x34\xea\xaa\xeb\x68\xac\x6d\xf0\x65\x47\x00\xd6\xcc\ +\xdc\xbc\x73\x4e\x87\x7d\xdf\x40\xd5\xa5\x4f\x02\x2f\x5b\xad\xfe\ +\x50\xc0\xeb\x81\xf7\xcd\xbc\x2d\x97\xdb\xee\x59\x88\x31\x2a\x52\ +\xf7\xca\x85\x42\x84\x31\x82\x49\x59\xe9\x08\x83\xc2\xb9\x8a\x4a\ +\x5f\xb6\x22\xe0\xee\x4c\x73\x5e\xad\xd3\x61\xff\x6a\x20\xea\xd1\ +\x6b\x81\xad\xab\xd4\x7b\x85\x64\x03\xc2\x7b\x8f\x50\x04\xf3\xbe\ +\x77\x1b\xd9\xf3\x66\x81\x18\x90\x01\x61\x9f\x11\x42\x90\x72\x53\ +\x2a\x71\x49\xf1\x9c\x3e\x5a\xe1\xeb\x68\x08\x01\x77\x66\xce\xb2\ +\x9c\x70\x16\xd9\x8b\xc2\x5d\x87\x5e\x09\xbc\x2c\xff\x85\x05\x42\ +\xc8\xf7\x11\x44\x02\x28\x42\x61\xe1\x83\x8b\x49\xcf\x99\x1a\xde\ +\xda\xe9\x44\xd2\xd8\x1b\x48\x4e\x1d\x4d\x45\xe9\x09\xa4\x57\x65\ +\x21\x04\x77\x67\xce\xca\xdb\xed\x2c\xb2\x9f\x08\xa7\xef\xab\x0a\ +\xfc\xc0\xa3\xea\x58\x83\x22\x77\x02\x49\xde\x9a\xc1\xfc\xbb\x17\ +\x30\x39\x7b\x4a\x38\xeb\xa5\x3b\x09\xc9\x09\x24\x8f\x49\xa6\xbc\ +\xf4\x04\x78\x5b\xb2\x41\x08\xbe\x9f\x35\xd3\xf2\x8e\xb3\xc8\x1e\ +\xb6\x01\x49\x8f\x02\xab\xaa\xaa\xd4\x34\xb0\x1d\x98\xe9\xcb\x9b\ +\xb3\xf8\x56\x32\xe6\x64\x85\xab\x3e\x61\x25\x61\x74\x22\x51\xa6\ +\x28\xce\x94\xf9\xbb\x71\x26\x04\x73\xc6\xde\x6f\xd9\x58\x6e\xb7\ +\x5f\xd1\x81\xd6\x03\xa5\xa7\x0f\x9d\xe5\xe2\x49\x60\xb1\x2f\x3d\ +\x29\x2b\x9d\xac\x79\x33\x7b\xb8\x63\xf0\x93\x31\x27\x8b\x29\x33\ +\x83\xba\xee\x0b\x46\x97\x8b\xa7\xc3\xe5\xaf\xdb\x16\x6c\x5d\xa9\ +\xde\x84\x60\x33\x78\x9f\xbb\x71\x49\xf1\x2c\x5e\xfe\x5d\x5d\x87\ +\xbb\xd7\x8a\xb4\xc9\xe3\x39\x75\xac\x82\xcb\xcd\x2d\x00\x08\xf8\ +\x56\xd6\xcd\x8b\x6d\xce\x03\x85\x35\x7a\xfb\xea\xbe\x05\x1b\xf8\ +\x33\xde\x09\x70\x10\x82\xdb\xef\x5f\x34\xe8\xba\x62\xfd\xc5\x60\ +\x34\xb0\xe0\x9e\x3c\x14\xe1\xff\xfa\x51\x68\x9e\x3f\x85\xc3\x57\ +\x97\x02\x2f\x5f\xa3\xde\x81\xe4\x5e\x5f\x7a\x7a\x6e\x06\xa3\xc7\ +\x8d\x09\x87\xff\x6b\x46\xd2\xbf\x24\x93\x31\x37\xe8\x5d\xb2\x64\ +\x79\xfe\xba\x7b\xf4\xf6\xd3\xa5\xc0\x52\xe3\x19\xdf\xb5\x29\xc6\ +\xc4\xcd\x96\xb9\x7a\xfb\x1d\x14\x98\x6f\x9f\xcd\xa8\xb8\x8e\x29\ +\x6b\x89\x7c\xa6\x87\xe2\xfd\xe2\x0a\x81\xad\x2b\x5f\xf8\x16\xb0\ +\xd0\x97\xce\x9a\x37\x8b\x48\xd3\xf0\x78\x34\x74\xc6\x18\x69\x24\ +\x67\xbe\x39\x30\x6b\xee\xf2\x35\xea\x1d\x7a\xfa\xb8\xb2\x05\x2b\ +\xda\x4f\x7d\x97\x51\xa6\x28\xa6\xcf\xce\xd0\xd3\xdf\xa0\x63\xaa\ +\x39\x83\x51\xb1\x26\x7f\x5a\x6a\x3c\xa9\xa7\xfd\x20\x81\xad\xab\ +\x7f\x35\x06\xb8\xdb\x97\xce\xb8\x25\x9b\x08\xa3\x51\x4f\x7f\x83\ +\x0e\x43\x84\x81\x19\xb7\x06\x75\x3d\x17\x5b\x57\xbe\x98\xd6\x5d\ +\xf9\xbe\x12\x24\xb0\xd0\xda\x1e\x06\xbc\x8a\x0a\xc1\xd4\xe0\xfe\ +\xe2\xb0\x25\x3d\x67\x2a\x8a\xe2\x9f\x4f\x31\x48\xe1\xfe\x81\x5e\ +\xb6\x83\x04\x96\x82\x87\x7d\xd7\xa9\x13\x52\x89\x49\x88\xd5\xcb\ +\xcf\xa0\xc6\x14\x63\x62\xdc\xe4\x1b\xfd\x69\x21\xd0\x5f\xe0\xfb\ +\xf3\xd5\x44\xe0\x16\x5f\x7a\xa8\xcd\x35\x84\xca\xe4\xe0\x89\xab\ +\x1c\x6b\xbe\x9a\xa2\x87\x5d\xbf\xc0\x91\x60\x21\x60\x64\x97\x32\ +\x51\xb7\xc7\xd0\x90\x20\x65\xc2\xb8\xc0\x59\x57\x21\xbd\x7a\x84\ +\x8c\x5f\xe0\x40\x83\x71\x49\xf1\xc4\x5e\x27\x8f\x07\x1f\xa6\x18\ +\x13\x89\x63\x93\x03\xb3\x16\xe9\x61\x37\xf0\x19\x9c\xeb\xbb\x48\ +\x99\x90\xaa\x87\xed\x21\x47\xca\x4d\x1d\xdf\x5b\xc8\x0e\x3d\x42\ +\x21\x50\x60\x7f\x87\x37\x71\x4c\x72\x17\x45\x87\x3f\x89\xa3\x93\ +\x3a\x12\x82\xe9\xe8\x10\x37\xa2\x80\xff\x05\xe7\x5f\xb1\xbc\x16\ +\x4b\xee\x83\x81\xf8\xe4\xc4\xc0\x64\xdc\x43\x6b\xd4\x90\xff\x95\ +\x15\x80\x28\x41\xd0\x5a\x7b\x5c\x52\x7c\xa8\x76\x87\x24\x71\x37\ +\x04\x7f\x6f\x0f\x84\x1c\x83\xa0\x00\x78\x24\x41\x96\xa3\x62\xa2\ +\xbb\x2e\x3d\xcc\x89\x8e\x0e\xfe\xde\x42\x23\xe4\x96\xa6\x78\xff\ +\x88\xa0\x48\x3c\xe3\x30\x1f\x1e\x77\x87\xc1\x68\x08\x1c\xd1\x21\ +\x85\xe8\x7b\x84\x62\x27\xbc\x2f\x39\x81\xbf\x4f\xa6\x18\x14\x14\ +\x43\x8f\x2b\x49\xc3\x1a\x63\x64\xc7\xcc\xa1\x44\xea\x24\xb0\x26\ +\x3d\xfe\x9c\xb0\x2c\xfd\x0d\x1d\xb4\xa0\x28\x4d\xe1\xe9\xb6\x60\ +\x2f\xf1\xb5\xe0\xa6\x0e\x07\x1a\x1e\x57\xc8\x76\x87\x24\x52\x4a\ +\xdc\x2e\x97\x3f\x2d\x90\x8d\xa1\xda\x54\x00\x34\x94\x20\x43\xae\ +\x00\x27\xd7\x13\x1e\xb7\x1b\xa9\x75\xb4\x60\x81\xd0\x47\x60\x83\ +\x41\x0b\x8a\x9d\x6d\x69\x6a\x09\xd5\xee\x90\xa4\xa5\xe9\x72\x50\ +\x5a\x7a\x64\xc8\x31\xc5\xde\x16\xdc\x10\x5f\x46\xc0\xd3\xb7\xa1\ +\xf6\x62\xa8\x76\x87\x24\x0d\x35\x9d\xbe\xb7\x91\x63\xa1\xda\x54\ +\x00\x6c\xb6\xc7\x5b\x00\x7f\xb8\xcb\x15\x8e\xae\x13\xea\x6b\x83\ +\x22\xa8\xce\xdb\x5e\x53\x6b\x43\xb5\x19\xd8\x1f\x2b\xf5\x5d\xd4\ +\x9e\x0f\xd9\xee\x90\xa4\xee\x5c\x50\xdc\xc9\x61\x3d\x6c\x76\x08\ +\x2c\xd8\xeb\xbb\x3c\x57\x51\xe5\x8b\x42\xbc\xae\x38\xdb\x11\x47\ +\x0c\xb0\x47\x0f\x9b\x1d\xf3\xc1\x92\x42\xdf\x75\x4b\x73\x0b\xf5\ +\x17\xae\xc9\x9e\x91\x6b\x46\x63\x5d\x03\x4d\xf5\xfe\xde\x2a\x52\ +\x13\x85\x3d\x14\xef\x35\x7e\x81\x9b\xe3\x92\x77\x03\xfe\xee\xc3\ +\xe9\x2b\x37\x92\x0c\x6b\x3a\x7d\x5f\x97\x88\x95\x9f\xeb\x61\xd7\ +\x2f\xf0\x87\x7f\xfe\x71\x2b\xf0\xa9\x2f\x5d\x56\x1c\xf2\x0b\x74\ +\x48\x71\xfc\xe0\xd1\xc0\xe4\xe7\xb6\xff\x52\x9b\xba\x2b\xdb\x17\ +\x82\x57\x95\xe1\x4d\xdf\xf5\xc5\xea\x5a\x6a\xce\xea\x1e\x6c\x38\ +\x28\x69\xa8\xa9\xe7\x42\x65\x75\x60\xd6\x46\xbd\x6c\x07\xc7\x45\ +\x34\xc7\xbf\x07\xf8\xfb\x2a\x47\x0e\x1c\xd2\xcb\xcf\xa0\xa6\x74\ +\x9f\x33\x30\x79\xa9\x55\x31\x6d\xd1\xcb\x76\x90\xc0\x36\xdb\xe3\ +\x2d\x12\xde\xf6\xa5\xcb\x8a\x0e\xd3\xdc\xd8\xac\x97\xaf\x41\x49\ +\x4b\x73\x0b\x47\x1d\xfe\x1e\x2a\x12\x6c\xef\xaf\xff\x59\xc8\x43\ +\x64\x1f\x57\xcc\x4b\x1a\xa4\xe1\xf7\x48\xdc\xe0\xdd\x0f\x5c\xb2\ +\xfb\x1b\xbd\x7c\x0d\x4a\x9c\x7b\x8b\x71\xbb\xdc\xbe\xa4\x26\x04\ +\xbf\xd3\xd3\xfe\x15\x02\x6f\x7a\xe3\xd9\x32\x21\xd8\xe4\x4b\x1f\ +\xde\xef\xec\x3c\xc2\x19\x36\x34\xd7\x37\x51\xfa\xcf\x92\x8e\x0c\ +\xc9\x56\xdb\xeb\xaa\xb3\xfb\x3b\xfa\x4e\x97\x33\xeb\xc2\x63\xf8\ +\xa5\xaf\x15\x6b\x1e\x8d\xaf\x3e\xfa\x52\x4f\x9f\x83\x86\xbd\x3b\ +\x76\x05\xb6\x5e\x8f\x62\x50\x5e\xd4\xdb\x47\x97\x02\x6f\xda\xf8\ +\xec\x21\xa1\xf0\x47\x5f\xba\xf2\xc4\x19\x8e\x97\x0c\xaf\x6e\xdb\ +\xc9\xd2\x72\x4e\x1d\xa9\xf0\xa7\x25\xfc\x6d\xd3\xfa\xe7\x74\xdf\ +\x98\xd8\xed\xda\xd0\x65\x61\x5a\x07\x9c\xf1\xa5\x77\x7f\xf0\xc5\ +\xb0\x79\x54\x5c\x6a\x68\x66\xd7\xdf\x3f\x0b\xcc\x3a\xe7\x06\xdd\ +\xa3\xdb\xa1\x07\x81\xdf\x5f\xff\xb3\x46\x29\xc4\x63\xb4\x6f\xdb\ +\x73\xbb\x5c\x7c\xbe\xfd\xd3\xae\xce\x63\x18\x52\x68\x9a\xc4\xbe\ +\xed\x13\x5a\x5b\x5a\xfd\x79\x42\xf2\xe3\xed\x05\x6a\x58\xa6\x10\ +\x7b\xdc\x93\xe5\x74\xd8\x0f\x67\xe6\x5a\x92\x05\xdc\x0a\xd0\xd2\ +\x74\x89\xba\xea\x3a\x26\x66\x4c\x46\x0c\xd2\xfd\xc9\x3d\x21\xa5\ +\x64\xf7\x07\x9f\x71\xfa\x68\xc7\x91\x3e\x02\x5e\xde\xfc\x86\xfa\ +\xdb\x70\xf9\xbc\xea\xf2\x71\xb2\x31\xf5\x09\x04\xbb\x7d\xe9\x53\ +\x87\xcb\xd9\xfb\xf1\xd0\x7c\xe9\xed\x2f\xfc\x9a\x63\xdf\x1c\x09\ +\xcc\x2a\x96\xcd\xf1\x3f\x09\xa7\xcf\xab\xee\x2a\xdc\xb7\xef\x7f\ +\xb5\x99\xb9\x77\xec\x90\x68\xcb\x80\x04\x80\x9a\xaa\x0b\x78\x5c\ +\x6e\x52\x27\xa5\x0d\x99\x96\xfc\xf5\x27\x7b\x28\xd9\x13\xd4\xa7\ +\xaf\xc2\x63\xf8\x8e\xed\xed\xa7\xaa\xbb\xbb\x47\x0f\x7a\xad\xce\ +\xd2\xfc\xff\x98\xaa\xe0\xf9\x82\x80\x18\xb6\xf4\x9c\xa9\xcc\xff\ +\xfe\xc2\xa0\x60\x8d\xc1\x86\xd4\x24\x1f\xff\xcf\x07\x9c\x3b\x59\ +\x15\x98\xdd\xa0\x69\x8a\x65\xcb\x86\xe7\x0e\x84\xdb\x7f\xaf\xf7\ +\xc5\x1e\x72\x14\xd6\xe6\x98\x2d\x5f\x48\xb0\xd2\x7e\xda\x49\xdd\ +\xf9\x5a\x2e\x9c\x39\x47\x5a\xfa\x78\x22\x8c\xa1\x1c\xe6\x17\x1e\ +\x5a\x5b\x5a\xf9\xc7\xb6\x4f\xa8\x3a\x71\xa6\x23\x53\x82\x80\x9f\ +\xbe\xbb\xe1\xf9\xf7\x06\xa2\x0e\x7d\x6e\x7a\x2b\xfe\x55\xcd\xd6\ +\x3c\x7c\x44\xc0\x11\x5e\xa6\x18\x13\xb7\xdd\x97\xc7\xb8\x49\x83\ +\x27\x2a\xbe\xa6\xb2\x1a\xfb\xb6\x9d\x34\x5d\xec\x72\x5a\xa1\x51\ +\x81\x25\x9b\x0a\x54\x5d\x56\x2d\x7a\xa2\x5f\xff\xdb\x4b\xd7\xa8\ +\x93\x15\x8d\x8f\x00\xff\xc6\x06\xa1\x08\x32\x66\x67\x62\x5e\x78\ +\x0b\x91\x51\xd7\x2e\xb6\xcd\xd5\xe6\xc2\xf1\xd9\x3e\x4a\xbf\x2a\ +\x41\x93\x41\x5d\xca\x3a\xda\xcf\xbc\x68\xa7\x1e\xa9\x2c\xb6\xbd\ +\xf1\x5c\x58\xcf\xef\xe9\xd7\xd6\xf9\x43\x07\xec\x75\x59\x73\xef\ +\xdc\x80\xdb\x3d\x05\x41\x26\x00\x12\x2e\x54\x56\x53\xf6\xcd\x11\ +\xa2\x47\x99\x48\x1a\x93\x3c\xb0\x2f\x40\x29\x39\x5e\x52\x46\xa1\ +\x6d\x07\x95\xc7\xcf\x20\x09\x5a\x53\x7c\xcf\xd8\x16\xb5\xc8\x63\ +\xf0\x78\x04\x2c\x68\xcf\x8b\x06\xf9\x60\xce\x1c\xcb\x87\x25\x07\ +\xec\xe7\xc3\x55\xad\x90\x15\x58\xbe\x6a\xdd\x63\x52\xc8\x97\x00\ +\x53\x60\x7e\x5c\x52\x1c\x39\xf3\x73\xbd\x7b\xd0\xc2\x18\x4c\xa8\ +\x49\x8d\x13\xc5\x65\x14\x7f\x79\xa0\xab\x91\x66\xab\x84\xa7\xde\ +\x2d\x50\xff\x48\xfb\x80\xc9\x9a\xaf\xfe\x0e\x82\x76\x73\x9e\x57\ +\x3c\x06\xcb\xa6\x8d\xcf\x86\x65\xf2\x5b\x97\x26\xd6\xfe\xc8\xf8\ +\x13\x01\xbb\x44\x7d\x44\x9a\x22\x99\x38\x23\x9d\xf4\xec\x29\x8c\ +\x1d\xaf\xcb\xce\x28\x00\x2e\x56\xd7\x51\x56\x7c\x94\xb2\xe2\xa3\ +\x5d\x1f\x1a\x2a\x28\x54\xdc\x86\xc7\xba\x10\x4e\x58\x57\xa9\x7f\ +\x41\xf0\x23\x7f\x8e\xe4\x34\x9a\xe1\x76\xdb\xc6\x67\x75\x3f\xbf\ +\x47\xd7\xff\x61\xeb\xca\x75\x0f\x60\x90\xbf\x44\x32\xa3\xab\xcf\ +\x63\x13\xe2\x48\x99\x90\x4a\xea\xa4\x71\x8c\x49\x4b\x21\x36\x21\ +\x16\xd1\x9b\x2e\x9e\x94\x34\xd5\x37\x51\x5d\x79\x9e\xb3\x27\x2a\ +\xa9\x2a\xaf\xa4\xf1\x62\x43\x77\xa5\x8f\x48\xc4\x33\xef\x16\x3c\ +\x6f\xeb\xc1\xa2\x58\xbe\x4a\x7d\x45\x0a\x7e\x18\x90\x77\xd2\x63\ +\x88\xb8\x7d\xeb\x6b\xcf\x54\x74\x7b\x57\x3f\xd0\xfd\x21\xa9\xaa\ +\xaa\x72\xb0\x5c\x2c\x15\xc8\x5f\x00\xe6\x9e\xca\x1a\x0c\x0a\x71\ +\xc9\x09\xc4\x25\xc4\x11\x11\x69\xc4\x18\x1d\x49\x64\xa4\x91\xb6\ +\x36\x17\xae\xcb\x6d\xb8\x5c\x2e\x9a\xeb\x1b\x69\xa8\xa9\xef\xcd\ +\x1c\x48\xb1\x10\xe2\xd7\xb2\x69\xc6\x66\x9b\x6d\xf9\x55\xc3\x43\ +\xad\xd6\xcd\x06\x11\xe3\x7c\x53\xc2\x43\x01\xd9\x47\x3d\x6e\xe3\ +\xc2\xad\x6f\x3e\x5d\xd5\xed\x8d\x7d\x24\xac\x6f\x21\xeb\xaa\x17\ +\x66\x4b\x45\x5b\x29\x34\x1e\x41\x10\x8e\x53\x42\x1b\x80\xf7\x84\ +\xc2\x86\xcd\xeb\xd5\x9d\x40\x9f\xa2\x65\xd6\xae\x7d\xd9\x58\xe7\ +\xaa\x7a\x37\xf0\xf0\x11\xa0\xd8\xad\x45\xe6\x6d\xdb\xf0\x0b\x5d\ +\x56\x7c\x07\xe4\x35\x9f\x9f\xaf\x46\x5f\x82\x45\xd2\x7b\xc0\xd2\ +\x22\xbc\xa7\x58\xf5\xe7\xcd\x27\x81\x62\x01\x9f\x6a\x82\x9d\xa2\ +\x29\x7e\x67\x7b\x5c\x5d\xbf\xb1\x5a\xd5\x48\x62\xd8\x06\xdc\x15\ +\x90\xed\x30\xb6\x45\x2d\xd2\xe3\xc4\xd6\x6b\x32\xc6\xbd\x3f\x5f\ +\x4d\x8c\x82\x0c\xcd\xbb\x37\x6f\x3a\x90\x82\x24\x16\x48\x44\x30\ +\x0a\xc9\x25\x04\xf5\x12\x9a\x80\xb3\x08\x71\x58\x78\x44\xa9\xd1\ +\x6d\x2c\x0d\xc7\x31\xb5\x56\xeb\x1f\x4c\xc4\x34\xfc\x9d\xe0\xed\ +\xb3\x7b\x5a\x15\xd3\x92\x50\x17\x40\x07\xef\x24\xc2\x00\xf3\xe8\ +\xa3\x2f\xc5\x5c\x36\x34\x7f\x48\x47\x3f\x19\xe0\xcb\x68\x4f\xcc\ +\x77\x37\x6e\x7c\xb2\xdf\x4b\xeb\x23\x02\x07\x60\x5d\xfb\x9b\x04\ +\x5a\x2f\x7f\x82\x60\x4e\x40\xf6\xff\xc5\xc0\xbd\x05\x05\xea\xe5\ +\x6e\x6f\xec\x81\xeb\x77\x3b\x51\x17\xd8\x5e\x79\xaa\x3e\x22\x8a\ +\xef\x21\x39\x18\x90\xfd\x9d\x66\x78\x67\xed\xda\x97\xfb\x35\xfe\ +\x1f\x69\xc1\x5d\xf0\xc0\xa3\xea\xd8\x88\x08\xec\x9d\xfa\xf3\x5b\ +\xaa\x27\xf2\x90\x5d\x55\xdd\xdd\xde\xd8\x05\x23\x2d\xb8\x0b\xb6\ +\x6d\x54\xcf\x7b\x0c\x2c\x01\x02\x47\x76\x4b\x47\x97\xf3\xaa\xaa\ +\xaa\x7d\xd2\x6c\x44\xe0\x6e\xd8\xfa\xaa\x7a\x1a\x0d\x0b\xe0\x1f\ +\xd9\x09\x58\x75\xb0\x9c\xff\xa6\x0f\xff\xf9\x43\xff\x20\xca\x30\ +\xe2\x2c\xb2\xd7\xcf\x30\x2f\xfe\x40\x20\x97\x01\x71\x00\x02\x72\ +\xb3\xcc\x96\x44\xa7\xc3\xfe\x51\x6f\x6c\x8c\x08\x7c\x15\x0e\x39\ +\x0a\x6b\xb3\xcc\x8b\x76\x80\x5c\x4e\xc7\x8f\x02\xcc\xcb\x34\x5b\ +\x0c\x4e\x87\xfd\xaa\x51\xf0\x23\x02\xf7\x02\xa7\xa3\xf0\x7c\x96\ +\xd9\xb2\x03\x58\x41\xfb\xb4\xac\x80\x85\xd9\x66\x8b\xab\xc4\x61\ +\xef\x31\x12\x7e\x44\xe0\x5e\xe2\x74\xd8\xcf\xe6\x98\x2d\xff\x90\ +\x5e\x91\x7d\x3f\x25\xb4\x38\xcb\x9c\x77\xc9\xe9\xb0\xef\xea\xee\ +\xbe\x11\x81\xfb\x40\x89\xc3\x7e\x3a\x7b\xd6\xa2\xcf\x10\x72\x05\ +\xed\xe7\x2a\x03\x77\x64\xe5\xe6\x9d\x77\x3a\xec\x5d\xfe\x08\xca\ +\x88\xc0\x7d\xa4\xa4\xa8\xf0\x54\x96\x39\xef\x6b\xbc\xab\xeb\x11\ +\x78\x7b\x14\x77\x65\xe6\x5a\xce\x38\x1d\xf6\xfd\x9d\xcb\x8f\x08\ +\xdc\x0f\x9c\x0e\xfb\xf1\xcc\xdc\xbc\x83\x02\x96\xe2\xd5\x50\x78\ +\x7f\x9f\xc3\x72\xc4\xe9\xb0\x07\x8e\x02\x47\x04\xee\x2f\x4e\x87\ +\xfd\x70\xf6\xac\x3c\x27\xf0\x20\x02\x05\xef\x8f\xa0\xdc\x97\x35\ +\xcb\x52\xe4\x2c\xb2\xfb\x77\x89\x8e\x08\x1c\x02\x25\x45\xf6\x43\ +\x99\x66\x4b\x85\x10\xdc\x87\xf7\x51\x61\x40\xb0\x34\xdb\x6c\xd9\ +\x5f\xe2\xb0\x1f\x85\x91\xb9\x08\x5d\xb0\xae\x5e\xf7\x23\xa4\xfc\ +\x0b\x1d\x7a\x5e\xd2\x14\x72\xb6\xac\x57\x8f\x8f\x0c\x95\x75\xc0\ +\xf6\xfa\xf3\x7f\x05\x9e\x08\xc8\x1a\x25\x34\xef\x7a\xe4\x88\xc0\ +\x3a\x61\x2b\x50\xff\x20\x84\x78\x1c\x68\x44\x50\x68\xf2\xc4\x7c\ +\x0c\xf0\xff\x58\xd2\x82\x73\x86\x6d\xe0\x21\x00\x00\x00\x00\x49\ +\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\x99\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x1b\xa5\x00\x00\x1b\xa5\ +\x01\x05\x6e\x5a\xf0\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\x16\x49\x44\ +\x41\x54\x78\x9c\xed\xdc\xcf\x4b\x14\x61\x00\xc6\xf1\x67\x46\xdd\ +\x1d\xed\xb0\x25\x4a\x5d\x82\x7e\x40\x45\xe0\xcd\x90\xe8\x90\x09\ +\x75\x29\x48\x82\x0e\xdd\xec\x20\x75\xe9\x0f\x8a\xa0\xa2\x4e\x1d\ +\xc2\xa2\x22\xba\x08\x86\x74\x93\x6e\x15\x52\x41\x87\x7e\x41\x12\ +\x48\xed\xcc\xee\xfc\x78\x3b\x44\x52\xa6\x39\xfb\xce\xfb\xec\xe8\ +\xf4\x7c\xc0\xc3\xe2\xcc\xbb\x2f\x5f\xc6\x77\x67\xd6\xd9\xf5\xc6\ +\x27\xa7\xb6\xfb\x6d\x7c\x45\x01\xc7\x8f\x8d\x62\xfa\xe2\xb9\x22\ +\x43\x94\xee\xce\xdd\x27\x78\xf0\x78\xee\xef\x5f\x78\xb8\x36\xfb\ +\xe8\xe6\x25\x00\xc6\x66\x5c\xbf\xe0\xbc\xaa\xcf\x60\x7a\xe2\xf4\ +\xd4\x55\x00\x9e\xcd\xee\x0a\x9c\x47\x81\xc8\x0a\x9c\x97\x65\x64\ +\x05\xee\x84\x45\xe4\x5e\xe2\x74\xba\xe6\xe3\xa7\x2f\x78\xb9\xf8\ +\x36\xd7\xb6\xdb\xfa\xfb\x31\x76\x64\xc4\xfe\xc9\x7e\x46\x46\xde\ +\x17\xbe\x4a\x04\x5e\x7c\xfd\x0e\xd7\x6f\xdd\xcb\xb5\xed\xae\x9d\ +\x43\xc5\x02\x03\x1d\x45\xd6\x12\x61\x2b\xe7\x72\xa1\xc0\x45\xe4\ +\x88\x5c\x89\x25\x62\xb5\x53\x13\x47\x71\xf0\xc0\x9e\x95\xc7\x37\ +\x6e\xdf\xc7\xb7\xef\x4d\xce\x93\x6d\xb0\x5c\x54\xf2\x08\xde\xbf\ +\x6f\x37\xc6\x46\x47\x56\x7e\x6a\x35\xf2\x71\xf4\x8f\x23\xb9\x92\ +\x81\x4b\xb1\x4e\x64\x05\x76\x69\x8d\xc8\x0a\xec\xda\xaa\xc8\x0a\ +\xcc\xf0\x5b\x64\x05\x66\x31\x98\x1e\x9f\x9c\x6a\x28\x30\x99\x02\ +\x93\x29\x30\x99\x02\x93\x55\xf2\x52\xf9\xc5\xab\x37\x68\xb5\xdb\ +\x2b\x8f\x5b\xad\xb8\xb4\xb9\x54\x32\xf0\xdc\xfc\x02\xe6\xe6\x17\ +\xca\x9e\x06\x00\x2d\x11\x74\x0a\x4c\x56\x89\x25\xe2\xf0\xa1\xbd\ +\xb8\x72\xf9\x42\xae\x6d\xfb\x83\x3a\x79\x36\x7f\xaa\x44\xe0\xe1\ +\xa1\x41\x0c\x0f\x0d\x96\x3d\x8d\x35\x69\x89\x20\x53\x60\x32\x05\ +\x26\x73\xb2\x06\x27\x49\xe2\x62\x98\xdc\xd2\x34\x43\x9a\xa6\x4e\ +\xc7\x4c\x1c\x8f\xf7\x8b\xe7\xe2\xee\x4a\x59\x5b\x56\xc3\x0e\x2d\ +\x11\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\ +\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\ +\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\xd6\xff\x32\x3a\x3f\x79\ +\x12\xbd\xbd\x3d\x2e\xe7\xb2\x29\xcd\x3c\x9c\x45\x14\xb5\x37\xde\ +\x70\x1d\xd6\x81\xcf\x9e\x39\x61\xfd\xa4\x5b\xc9\xd3\x67\xcf\xf1\ +\xfe\xc3\x67\xeb\xfd\xb5\x44\x90\x29\x30\x99\x02\x93\x29\x30\x19\ +\xed\xe6\xbf\x81\x81\x01\x04\x41\xd0\xf1\x7e\xc6\x18\x44\x51\x84\ +\x30\x0c\x09\xb3\xea\x3e\x4a\xe0\x7a\xbd\x8e\x46\xa3\x61\xbd\x7f\ +\x10\x04\x48\x92\x04\x71\x5c\xde\xad\xff\xae\x50\x96\x88\x9e\x9e\ +\xe2\xe7\xc7\x2e\xc6\xd8\x0c\x28\x81\xc3\x30\x44\xbb\x6d\x7f\x72\ +\x1e\x45\x11\xa2\x28\x72\x38\xa3\xf2\x50\x96\x08\x63\x0c\x96\x96\ +\x96\xe0\x79\x1e\x3c\xaf\xb3\xaf\x1a\x33\xc6\xc0\x18\xab\x2f\xd9\ +\xdb\x94\xa8\x77\xb8\x57\x2d\x96\x0d\x9d\xa6\x91\xd1\x8e\x60\xcf\ +\xf3\x9c\xbe\x50\x65\x59\x86\x2c\xcb\x9c\x8d\xd7\x2d\x94\xc0\xbe\ +\xef\xa3\xd1\x68\xc0\xf7\xdd\xfe\x81\x84\x61\x88\x66\x93\xf4\xe5\ +\x46\x24\x94\x25\xa2\x56\xab\x39\x8f\x0b\xc0\xea\xc2\xa5\x6c\x94\ +\xc0\xac\x8f\x14\x74\xfb\xa3\x0a\x2e\x50\x96\x88\x24\x49\xb0\xbc\ +\xbc\x8c\xbe\xbe\x3e\x67\x63\x66\x59\x86\x56\xab\xe5\x6c\xbc\x6e\ +\xa1\xbd\xc8\xc5\x71\x5c\x89\x4b\xdd\xa2\x74\x9a\x46\xa6\xc0\x64\ +\x0a\x4c\xa6\xc0\x64\xd6\x81\xe3\x78\xeb\x9d\x32\xd9\x68\x16\x7c\ +\xe3\xdf\x3a\xf0\xff\xf2\x26\x4e\x9a\x16\xbb\x3c\xd7\x12\x41\xa6\ +\xc0\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\ +\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\x0a\x4c\xa6\xc0\x64\ +\x0a\x4c\xf6\x03\x01\xf9\xdc\x77\x3e\xe8\xe3\x89\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\xed\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\x7f\x00\x00\x06\x7f\ +\x01\xdf\xeb\x85\x01\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x6a\x49\x44\ +\x41\x54\x38\x8d\xa5\x95\x4f\x4b\x54\x61\x14\xc6\x7f\xe7\xf5\xde\ +\xe1\x1a\x92\x54\xb4\x69\x66\xc8\x51\x50\x51\x08\x8a\xa2\x82\xa0\ +\x76\x22\x92\x7f\x16\x42\xd8\xa6\x0f\x20\x16\x29\x8a\x6e\xa4\x85\ +\x09\x43\x64\x89\x1f\x40\x84\x42\x70\x33\x33\x19\x6d\x5d\x86\x04\ +\x45\xa0\x13\x05\x23\x36\x73\xdd\x44\xa8\x68\xce\x4d\xc7\x79\x5b\ +\xcc\x1f\x75\xbc\x33\x9a\x3e\xcb\xfb\x9c\xf3\x7b\xcf\x39\xf7\x9e\ +\xfb\x0a\x45\xb4\xd0\xd9\x74\xbe\xcc\xa3\xda\xd3\x5a\x5a\x05\xea\ +\x01\x5f\xd6\x4a\x08\x44\xd1\x44\xb6\x45\x42\x57\xde\xbe\x5f\x75\ +\xcb\x97\xc2\x07\xf1\xce\xce\xf2\x3f\xc6\xd6\x53\x2d\xba\x1f\x38\ +\x5b\xec\xe0\xac\xd6\x41\x07\x2b\x76\x2a\xc6\xfc\x33\x33\xc9\xa2\ +\xe0\x6f\x0f\x5a\x2f\x69\x95\x0a\x01\x37\x8e\x00\x16\x56\xf7\x65\ +\xd7\x28\x6b\x6b\x9c\x7a\xf7\xf3\x10\xf8\xc7\xc3\x66\x5f\x2a\x2d\ +\x1f\x11\xbc\xff\x03\xdd\xa7\x84\x32\xd4\xad\xba\xa9\x59\x1b\x40\ +\x41\xa6\xfd\x94\x26\x7c\x0a\x28\x80\x2f\x9d\x4a\x87\x96\x1e\xdd\ +\xb3\xf2\xe0\x0d\x73\xb3\x0f\xe4\xda\x29\xa0\x39\x5d\x77\xfe\x9e\ +\x79\x02\x20\x0b\x9d\x4d\xe7\x95\x59\xb6\x44\xc1\x8b\x32\x2f\x5c\ +\x44\x2c\x8b\x6d\x3b\xee\x4a\xf0\x78\xfd\x68\xc7\x61\xe7\xf7\xaf\ +\x42\x6b\x7d\x07\x09\x28\x31\x8d\x8e\x42\x28\x80\x58\x16\xfe\xde\ +\x61\xac\xaa\x9a\x43\x50\xab\xaa\x06\x7f\xef\x30\x62\x59\x6e\x67\ +\x56\x9a\xe8\x36\x05\xfa\xbe\x9b\xbb\x6d\xc7\xb1\x5f\x3f\xc7\xdb\ +\x33\x88\x55\x5d\xbb\x07\xbd\x5c\x8d\xb7\x67\x10\x7b\x22\x58\xb4\ +\x1b\xb4\x6e\x55\x82\x34\xba\xbb\xe0\x2c\xc7\x32\xf0\xee\x7e\xac\ +\xea\xda\x0c\xf4\xf1\x10\xf6\x44\x10\x27\xf6\xbd\x58\x1a\x88\x34\ +\x48\xb4\xab\x65\x03\x74\x45\xf1\xa8\x4c\x95\xbe\xbe\x61\x00\x12\ +\x63\x23\xa5\xa1\x19\xf2\xa6\x3a\x22\x62\x4f\xfa\xd8\x91\x80\x4e\ +\x2b\xd0\x2b\xa5\x42\x72\xed\x27\x5e\x8d\x90\x78\xf1\x2c\x3f\x96\ +\x23\xb4\xa2\x04\x16\x8f\x82\xe6\x66\x5a\x38\xf3\x12\x5a\x54\x68\ +\x22\x6e\x8e\xc7\xeb\xcf\x40\xc7\x47\x0f\xcc\xd4\x59\x8e\x61\x8f\ +\x8f\xe2\xed\xee\xc7\xe3\xf5\xbb\x52\x35\x3a\x9c\x5b\x90\x18\x50\ +\xb9\xdf\x3c\xe9\x82\x08\xac\x25\x3d\x9e\x80\x00\x44\xbb\x9a\x87\ +\x40\x46\x4a\xf5\x76\x5c\x69\xd1\x03\x0d\x6f\x3e\x04\x15\x80\xe5\ +\x49\xbe\x04\x3e\x9d\x1a\x0a\xf3\xe5\x66\x72\x1c\xb2\x3f\xa1\xc0\ +\xe4\x9c\xa3\x0c\xd5\x0e\x24\x4e\x0a\x15\x88\xab\xb4\xd1\x11\x98\ +\x9c\x73\xf2\x60\x80\xba\xa9\x59\x5b\xd2\xc6\x4d\x0d\xf3\x27\xe0\ +\x7e\xde\x35\xca\xee\xd4\x4f\x47\xf2\x9f\xee\x81\x05\xa9\x9f\x8e\ +\xac\x94\x7b\xb6\xee\xa2\x19\x04\xd6\x8f\x51\xe5\x9a\x16\x3d\x60\ +\xac\xea\xdb\xfb\x6f\x8f\xac\xe7\xae\xaf\x5d\x2d\xe7\x4c\x74\x9b\ +\x40\x9b\x86\x7a\x90\xec\x65\xaa\x13\x68\x1d\x45\xa9\xb0\x63\x9a\ +\xe1\xab\x93\xa1\x35\xb7\xfc\x7f\x16\x95\xe4\x7a\x14\x69\xb9\x8d\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x16\xa2\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x15\xa7\x00\x00\x15\xa7\ +\x01\x20\x31\xcf\x2e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x16\x1f\x49\x44\ +\x41\x54\x78\x9c\xd5\x9d\x79\x70\x1c\xd7\x7d\xe7\x3f\xaf\xbb\xe7\ +\xbe\x30\xb8\x08\x90\x14\xc1\x9b\x94\x48\x5b\x5e\x5b\x3e\x24\x3b\ +\x12\x41\x2b\xae\x75\x94\x64\x9d\xa4\x24\xc7\x89\x64\x27\xa9\x8a\ +\x6c\x57\xed\x6e\x95\x44\x66\x65\xcb\xa2\x38\x14\x29\x4b\x49\xe9\ +\x48\x25\x95\x28\x4a\x36\x95\x38\x8a\xd7\x09\x5d\x4e\xb9\x9c\x54\ +\xe2\x54\x6c\x81\xb2\xac\xcb\x91\x63\x27\x26\x65\x02\x24\x28\x90\ +\x14\x88\xfb\x98\x13\x73\x75\xff\xf6\x8f\xc1\x00\x03\x60\x7a\x30\ +\x83\x69\x40\xf2\xb7\x8a\x45\x74\xbf\xe3\xf7\xfa\x37\xaf\x7f\xef\ +\x77\xbd\xd7\x8a\x77\x08\xee\x3c\x7d\x5a\xdf\x76\xb1\x75\x1f\xa6\ +\xb6\x1f\xa5\xf6\x22\xb2\x17\xb4\x7d\x20\x21\x94\x0a\x20\x12\x05\ +\x15\x28\xd5\x96\x34\x4a\xcd\x20\x92\x16\x48\x28\x64\x00\xa5\x06\ +\x14\xaa\xbf\x28\xea\xfc\xf0\xbe\xb1\x81\xaf\xdf\x75\x97\xd9\xcc\ +\x78\x1e\xe1\x91\x9b\x2d\xac\x9f\xc4\x88\xa5\x9a\xe9\x47\x35\xd3\ +\xb8\x59\xdc\x17\xfb\xce\x4e\x4d\xd3\x6e\x57\x4a\xdd\x2e\xa8\x8f\ +\x82\xb4\x3a\xd4\x75\x0a\x78\x55\xc1\x77\x44\xe4\x3b\x4f\x1e\xeb\ +\xfd\x0f\x94\x92\x46\x3a\x88\x11\x7b\x45\xa1\xbe\x75\x9c\xe3\x8f\ +\x35\x33\x90\x0d\x67\xf0\x7d\xb1\xbe\xdd\xba\xce\xdd\xa2\xd4\x3d\ +\x88\xec\x6c\xa4\xad\x61\x68\x00\x14\x8b\x56\xa3\x64\x07\x05\x9e\ +\x13\xd3\x7c\xee\xe9\xd8\xed\x97\x56\xab\x7c\x82\x13\x77\x08\xf2\ +\x4f\xc0\x2c\xb0\x23\x46\x6c\xb6\x51\x82\x65\x6c\x08\x83\x63\xb1\ +\x3e\x23\x69\xf0\x49\x11\x3e\xaf\xe0\x96\x6a\x74\x15\x10\x6e\xf1\ +\x10\x89\x7a\x08\x47\xdc\x84\xc2\xa5\xff\x3d\x6e\x03\xc3\xa5\xe1\ +\x72\x6b\x4b\xea\x17\xf2\x16\xc5\x82\x45\x36\x57\x24\x99\xc8\x93\ +\x4c\xe4\x48\xc4\xf3\xc4\x67\x72\x24\x66\x73\xd8\x4c\x57\x01\x5e\ +\x52\x22\xcf\x5c\xde\x3f\xf9\xf7\x36\x62\x44\xc5\x88\xbd\x06\xbc\ +\xbf\x34\x2e\x15\x3b\xce\xf1\x13\x6b\x7d\xf6\x75\x65\x70\x2c\x76\ +\xda\x9d\xd2\x3b\x3f\x23\xc8\x03\xc0\xae\xe5\xe5\x81\x80\x8b\xae\ +\xad\x41\x36\x6d\xf2\xd3\xd9\xe5\xc7\xe3\x35\x1c\xa1\x9b\xcb\x16\ +\x19\x1b\xcd\x30\x31\x9a\xe1\xda\x70\x8a\x4c\xba\xb0\xb2\x92\xe2\ +\xa2\x12\x1e\x0f\x9a\x13\xcf\xc5\x62\x77\xe5\xcb\xb7\x4f\x70\xe2\ +\x57\x04\xf9\x87\x8a\x9a\x71\x60\x67\x8c\xd8\xf4\x5a\xc6\xb2\x3e\ +\x0c\x16\x51\xf7\x9f\xec\xbb\x47\x29\xf5\x28\xb0\xb5\xb2\xc8\xe5\ +\xd2\xd9\xda\x13\x64\xfb\xae\x16\x3a\x3a\x7d\x28\xb5\xbe\x2f\x91\ +\x88\x30\x31\x36\xc7\xd0\xa5\x59\xae\x0e\x25\xab\x89\x97\xab\x28\ +\xbe\xf8\xe4\x97\x0e\xfd\x3f\x94\x22\x46\xec\x47\xc0\x8d\xcb\xea\ +\x7c\x39\x46\xec\x4b\x6b\xa1\xef\xf8\xd3\xdd\xf7\xc8\xf3\x07\x74\ +\xa5\xfe\x44\xe0\xb6\xca\xfb\x81\x80\x8b\xfd\x07\xda\xd8\xb1\x3b\ +\x82\x6e\x68\x76\xcd\xd7\x15\x66\xd1\xe2\xd2\x60\x9c\xfe\xb3\x53\ +\xa4\x97\xcf\x6a\x45\x9f\xff\x2f\x7e\xfc\x4f\xfa\xe5\xf8\x93\x55\ +\x9a\xa6\x29\xcd\xe2\xf1\x46\x69\x3a\xf3\x4e\x02\xf7\x3e\xfb\xba\ +\x2b\x38\x9e\x38\xa1\x50\x47\x05\x5c\xe5\xfb\xa1\xb0\x87\xeb\x0f\ +\xb6\xd1\xb3\x2b\x8c\xb6\xce\xb3\x75\x35\xe8\x86\xc6\x9e\x7d\x51\ +\x76\xed\x6d\x61\x68\x30\xce\xf9\xb3\x53\x24\x13\x25\xe9\xa0\x4c\ +\x7a\xc9\x14\x0e\xd9\x34\x0d\x00\xbf\x37\xff\xaf\x21\x38\xf2\xc4\ +\xf7\x9f\x7a\xe1\x3a\x25\xf2\x77\x20\xb7\x94\xef\x69\xba\xc6\x8e\ +\x9e\x0e\xde\x7b\x73\x14\x4d\x7f\x7b\x19\x6b\x07\x4b\x84\x8b\xe7\ +\x67\xf8\xc9\x8f\x26\x50\xaf\x8f\xe0\xfd\xc6\xf9\x5a\xd5\xb3\x06\ +\xc6\xee\x87\x78\x68\xb8\x11\x1a\x7a\x73\x43\x84\xfb\x4f\x3e\xff\ +\xcb\x0a\xf5\x6d\x90\xbd\xe5\x7b\x1d\x1d\x2d\xdc\xf8\xee\x1d\xb4\ +\xb7\x45\xd0\x34\x85\xcb\xd3\x90\x0a\xba\x61\x50\x4a\xd1\xd6\xe1\ +\x63\x7b\x4f\x98\x6b\x8f\xbe\x8c\xa4\xaa\x2c\x86\x8b\x30\x2c\x2c\ +\xe3\x0c\x67\xbe\xdd\x08\x8d\xa6\x84\xe1\x91\x53\x7d\x5f\x50\xa8\ +\x6f\x96\x0d\x04\x43\xd7\xb8\xe1\xfa\x6d\xbc\xeb\x60\x0f\x5e\x4f\ +\x49\x4a\xcc\x25\x75\x2c\xeb\x9d\x39\x83\x01\xc4\x12\x26\xbe\x79\ +\x01\x6b\x34\x5d\x4f\xf5\xcf\x9e\xe4\xe4\x9e\x46\xfa\x5f\xdb\x93\ +\x8b\xa8\x23\xa7\xfa\x7e\x1f\xd4\x82\x4c\x0a\x04\x3c\x1c\x3c\xb0\ +\x9d\x40\xc0\xbb\xa2\xba\x3f\x64\x11\x68\x29\xae\x89\x94\x13\x90\ +\xa2\xc5\xdc\xb5\x14\x99\x2b\x89\x15\xff\xd2\x83\xb3\x98\x99\x86\ +\xc7\x36\x0b\x0c\x02\x97\xaa\xfc\x1b\x8a\x11\x5b\x50\x55\x1a\x66\ +\xf0\xbd\xcf\xbe\xee\x0a\x8d\x27\xff\x0a\xf8\xcd\xf2\xbd\xce\xce\ +\x16\x6e\xb8\x7e\x1b\x9a\x56\xbd\x3b\xa5\x84\x68\x57\x11\xdd\xd8\ +\x18\x51\x31\xfd\xca\x35\x46\xfe\x79\x90\xcc\x95\x24\x99\xa1\x38\ +\x99\xb7\x92\x48\xe3\xd6\xdf\x5a\x91\xa2\xc4\xfc\x8b\xc0\xc5\xc6\ +\x44\x84\x88\x0a\x8d\x27\xff\x82\x0a\xe6\x6e\xd9\xd2\xce\xc1\x1b\ +\xec\x99\x3b\xdf\x8c\x74\xa2\x69\x71\x5f\x37\x22\x37\x76\x92\x7e\ +\x33\xce\xc4\x99\x2b\xa4\x87\xe2\x1b\xc9\x5c\x80\x20\x25\x3d\xfa\ +\xd7\xa0\xc1\x45\xee\xa8\xde\xfb\x24\x8a\xcf\x97\xaf\xb7\x6d\xeb\ +\x64\xef\x9e\xcd\x50\x87\xfa\x65\x16\x14\x1e\x9f\xa0\xe9\xeb\x3f\ +\x8b\x35\x97\x46\xf7\x2f\xee\x26\x75\x61\x86\xd4\xc5\x99\x75\xa7\ +\x57\x05\xa2\x50\x47\x62\xc4\x4e\xd5\xcd\xe0\xa3\x27\xcf\x7c\x51\ +\x94\x3c\x54\xbe\xde\xb1\xa3\x8b\x5d\x3b\xbb\x1a\xa2\x6a\x9a\xe0\ +\x0d\x6c\xcc\x6c\x52\xba\xa2\xfb\x17\x76\x92\x19\x4e\x92\x7c\x63\ +\x6a\x43\x68\xce\xc3\x04\x7e\x37\x46\xec\x19\xa8\x73\x06\x1f\x7d\ +\xf4\xf9\x3b\x44\xf8\xbf\xcc\xcb\xec\xad\x5b\xda\xd8\xbd\x6b\x73\ +\xc3\x94\xad\x62\x49\x65\xdb\x28\x59\x8c\xa6\xd8\xf4\xb1\xed\x14\ +\x13\x79\x66\x7f\xd4\xb0\x11\xb6\x16\xe4\x81\xdf\x88\x11\xfb\x6a\ +\xf9\xc6\xaa\x0c\x3e\x72\xea\xbb\x3d\x88\xfe\x6d\xc0\x0f\xa5\x05\ +\xed\xfa\xfd\xd7\xd5\x25\x16\xaa\xa1\x98\x57\xf8\x82\xd6\x86\x39\ +\x4a\x95\x52\x74\x1c\xda\x06\xc0\xf4\xab\xd7\xd6\x93\x54\x46\xa1\ +\x3e\x11\x23\xf6\x8f\x95\x37\x6b\x32\xf8\xde\x67\x5f\x77\x79\xd2\ +\xc5\x7f\x2c\x1b\x11\x81\x80\x97\xf7\xbc\x7b\x07\x4a\x5b\xbb\xfa\ +\x2c\x96\x42\x37\x04\xc3\xbd\xb1\xc6\x47\xdb\xcd\x9b\xd1\xbd\x06\ +\x93\xdf\x7f\x6b\x3d\xba\x9f\xd5\xd0\x3e\x7e\x9c\xe3\x7d\xcb\x0b\ +\x6a\x72\x2a\x38\x9e\x38\x51\x36\x7f\x0d\x5d\xe3\x5d\x07\xb7\xa3\ +\xe9\xcd\x3b\x6a\x32\x71\x03\x79\x1b\x8c\xbb\x9d\x9f\x7f\x0f\x07\ +\x1f\xfd\x39\x54\x0d\x8d\xa7\x61\xb8\xf5\x34\xd0\xfb\x30\x0f\xbf\ +\x54\xad\xd8\x96\x5b\x47\xbe\xfc\x9d\x1b\x14\xea\x68\xf9\x7a\xcf\ +\xde\x2d\xf8\xfd\x1e\x47\xc6\x64\x9a\x25\x0b\xef\xed\xc0\xb6\xbb\ +\x0f\xf0\xee\xa7\x7a\x1d\x11\x51\x12\x72\x93\xfe\xdc\xfb\xdc\xb3\ +\x27\x7b\x73\x76\x75\xaa\x33\x58\x44\x61\x1a\xcf\x30\xef\x15\xeb\ +\xec\x88\xd0\xdd\xe5\x54\xb8\xac\x84\x4c\x42\xc7\x32\xdf\x1e\x13\ +\xba\xb3\xb7\x07\xbb\x90\x47\x23\xb0\x5a\x7d\x58\x1d\x3e\x97\xae\ +\xac\x3f\xb6\xab\x53\xd5\x5d\x79\xff\xc9\xbe\x7b\x50\xea\x56\x28\ +\x79\xc5\x76\xad\x41\x63\x58\x0d\x22\x90\x49\x68\x04\xa3\x2b\xa3\ +\x36\x9a\x52\x84\xbc\x6e\x42\x1e\x17\x3e\x97\x81\xd7\xd0\x31\x74\ +\x0d\x5d\x95\xe6\x83\x29\x16\x45\xd3\x22\x5b\x34\x99\x2b\x14\x49\ +\xe6\x0a\x24\xb3\x79\xac\x3a\xe5\x4e\xf2\xfc\x9a\x82\x13\x2b\xc7\ +\x39\x96\x2a\x3d\x08\xea\xa3\x47\x1f\xe9\xfb\xf5\x27\x1e\xee\xfd\ +\xbb\xe5\x75\x56\x30\xf8\x7f\xfd\xd1\x3f\x7b\x54\x5c\x3d\x5a\xbe\ +\xde\xb9\xbd\x0b\x9f\xcf\xed\xc8\x80\x96\x63\x2e\xa5\xe3\x0b\x5a\ +\xe8\xae\x12\x63\x22\x3e\x0f\xed\x01\x2f\x51\x9f\xa7\x66\xa4\xc3\ +\x50\x1a\x86\xa6\xe1\x75\x19\xb4\xf8\x3c\x74\x53\x72\x3d\xce\xce\ +\xe5\x98\x4c\xcd\x11\xcf\xe6\x6d\xdb\x02\x24\xcf\x3b\xa3\x17\xab\ +\xac\x89\x4a\xe4\x91\x88\x07\x51\x3c\x7e\xef\xb3\xaf\x7f\xe3\xcf\ +\x3f\x7b\xd3\x12\x97\xdc\x0a\x06\x7b\xe2\xfe\x4f\x0b\xb2\x15\x4a\ +\x0e\x9c\xad\xd7\xb5\x3b\x32\x18\x3b\xa4\x13\x3a\xdb\xaf\x33\xd8\ +\x1c\x09\xe0\x73\xad\xdd\xff\xaf\x29\x45\xab\xdf\x4b\xab\xdf\x4b\ +\x26\x5f\xe4\x5a\x22\xc5\x4c\xa6\xba\x68\x4c\x38\xc4\x60\x80\x60\ +\x22\x47\x32\xe2\x01\xe8\x09\x8f\xa7\xee\x06\xfe\x6a\xc9\xb8\x2a\ +\x2f\xee\x3c\x7d\x5a\x17\x64\xc1\x43\x76\xe0\xc6\x36\x5a\x37\x15\ +\x71\x79\xd6\xc7\xfa\x0a\xf8\x34\xde\xb3\x23\xc2\xae\xf6\x48\x53\ +\xcc\x5d\x0e\xbf\xdb\x60\x77\x7b\x0b\xfb\x3a\xa3\x78\x8c\x95\x8b\ +\xa9\x53\x22\x02\xa0\xc3\x5c\xe4\x8d\x20\x5f\x8a\xc5\xfa\x96\x3c\ +\xc8\x12\x06\x6f\x1b\xe8\xf8\x75\x60\x0f\x40\x20\xe8\xa2\x67\x57\ +\x18\x97\x47\x68\xe9\x2c\x12\xe9\x28\x60\xb8\x9c\xd3\xad\xba\xda\ +\xdc\x7c\xf8\xc6\x30\x6d\x2d\xce\x31\x76\x39\xc2\x5e\x37\x07\xba\ +\xda\x68\xab\x70\xa1\x8a\x08\xc9\x01\xe7\x18\x6c\x4c\xa4\xf1\x07\ +\x16\x22\x64\xbb\x92\x86\xba\xb3\xb2\x7c\x09\x83\x45\x16\x1d\x39\ +\xfb\x0f\xb4\x2d\x89\xa1\xb9\xbd\x42\x74\x53\x81\x60\xb4\x88\xd6\ +\xa4\x86\xb5\x67\x9b\x8f\xf7\xee\x0f\x60\x6c\x40\x28\x49\xd7\x14\ +\x3b\xdb\x22\x6c\x6d\x09\x02\x30\x77\x25\x89\x59\x2d\x8c\x5f\x81\ +\xf6\x8f\x6c\xe5\x96\x6f\xfe\x2a\xef\xfd\xd3\x8f\x11\xd8\x19\xa9\ +\x59\x37\xd5\x3f\xcd\xfe\x03\x6d\x8b\x37\x84\xcf\x55\x96\x2f\x3c\ +\xe1\x7d\xb1\xbe\xdd\x9a\xce\x00\xa0\x5c\x2e\x9d\xff\x71\xe7\x6e\ +\xdb\xe8\xaf\x58\xa5\x05\x2a\x93\xd0\x1b\x36\x18\x0e\xee\xf2\xb3\ +\xad\xab\x3e\x7d\x3a\x5f\x2c\x92\x2f\x14\x28\x16\x4d\x4c\xcb\xc2\ +\x92\xd2\xeb\xa8\x29\x0d\x5d\xd3\x30\x0c\x1d\x8f\xcb\x85\xcb\xa8\ +\xef\x2d\x18\x4f\xcd\xf1\x83\xaf\xfd\x27\x3f\xbc\xf7\x5f\xab\x96\ +\x47\x6f\xea\x62\xdf\xef\x7d\x90\xd6\x0f\x75\x2f\xdc\x13\x4b\x18\ +\xfb\x97\x37\xe9\x7f\xe2\x07\xa4\x2f\xad\x4c\xf0\x51\x86\xc6\xed\ +\x3f\xf9\x1d\xbe\xf5\xcd\xc1\x72\x4a\x80\x58\xa6\xb9\xbb\x9c\x41\ +\xb4\x30\x32\x4d\x53\xf7\x80\x28\x80\xeb\x7a\x42\x35\x43\xeb\x4a\ +\x03\x7f\xd8\xc4\x1b\xb0\xc8\x24\x34\xe6\xd2\x7a\x5d\x7a\xe5\xbe\ +\x1e\xdf\xaa\xcc\x15\x11\x32\xd9\x1c\x99\x6c\x16\xd3\xaa\x2e\xfb\ +\x4d\x2c\x0a\x00\x79\x48\x31\x87\xae\x69\xf8\xbd\x5e\xfc\xde\xda\ +\xda\x47\x67\xd0\x07\x6f\x26\x57\xdc\x8f\xde\xd4\xc5\xbe\xa3\x1f\ +\xa0\xf5\xe6\x95\xea\xa8\xd2\x14\x5d\x77\xec\x64\xd3\xc7\x77\x94\ +\x18\xfd\x07\xaf\x91\x1e\x8a\x2f\x8e\xb7\x68\x91\xbd\x1c\x67\x6b\ +\x4f\x98\xa1\xc1\xd9\x52\x13\x43\xbb\x1b\x78\x04\xca\x22\x42\x44\ +\xa1\x71\x77\xb9\x51\xcf\xae\xda\xaf\x45\x19\x9a\x2e\x04\xa3\x26\ +\xad\x9b\x0a\x78\x7c\xb5\x17\xc2\xee\x76\x37\xbb\xb6\xae\x0c\x27\ +\x55\x62\x2e\x97\x63\x72\x36\x4e\x32\x93\xb1\x65\x6e\x35\x98\x96\ +\x45\x32\x93\x61\x72\x36\xce\x5c\xce\xd6\xa8\x2a\xd1\xb8\xb0\x38\ +\x0b\xa3\x37\x75\xf1\xc1\xaf\xfd\x12\x37\x7f\xe3\x13\x55\x99\x5b\ +\x89\x32\xa3\x6f\xfd\xee\x27\xb9\xf1\xa9\x5e\xfc\x3d\xe1\x85\xb2\ +\xc4\xf9\x29\xb6\xef\x0c\x57\xd6\xbe\x07\x29\x4d\x56\x1d\xe0\x3e\ +\xfd\xf0\xbb\x14\xf2\x20\x94\x12\x44\xde\x73\x53\x67\x43\x19\x37\ +\x9a\x0e\x1e\xbf\x85\xdb\x2b\x98\x45\xb5\xc2\x42\x0b\xf8\x34\xde\ +\x7f\x43\xd0\x36\xea\x21\x22\x24\xd2\x69\x52\x73\x59\xa4\x09\x27\ +\x85\x88\x90\xcb\x17\x28\x9a\x26\x1e\xb7\xab\xea\x33\xf4\x1d\xeb\ +\xa3\x6d\x5f\x3b\x07\x4e\xfe\x1c\x7b\x1e\xf8\x20\xfe\xeb\xc2\x55\ +\x7a\xb2\x87\xd2\x14\xe1\x1b\xda\xe9\xb9\xe7\x00\x81\xed\x61\x92\ +\x3f\x9d\xc6\x1d\xf5\xd2\xf3\xdf\x77\x70\x69\x70\x96\x62\xc1\x02\ +\x68\xbd\xe5\xa5\xc1\xd3\xaf\x7c\xf7\x6f\x26\x0c\x00\x4d\x59\x87\ +\xcb\x1d\x74\x6d\x0d\xae\x39\x9d\xc9\xe5\xb1\x68\xe9\xb4\xc8\xcf\ +\x69\xa4\x66\x75\xcc\x62\xa9\x9f\x83\x3b\x03\xe8\x36\x0b\x9a\x65\ +\x59\xcc\x24\x53\x14\x8a\xce\x05\x45\xb3\xf9\x3c\x66\xc2\x22\x1a\ +\x0a\xa2\x55\x78\xfe\x44\x84\x3b\x9e\xb9\x83\x1d\x87\x77\x90\xc8\ +\xe6\xe9\x1f\x5f\x7b\xb4\x43\x19\x1a\x5b\x7e\x6d\x1f\xdd\xbf\xb4\ +\x87\xf8\x7f\x8d\xa3\x94\xa2\x7b\x73\x90\x4b\xf3\x6f\x88\x2a\xea\ +\x87\x81\x37\xb4\x12\x61\x7a\xcb\x0d\x37\x6d\xf2\xaf\x99\x68\x19\ +\x6e\x9f\x45\xb4\xbb\x48\x30\x6a\xb2\xb9\xc3\x65\xab\x8a\x89\x88\ +\xe3\xcc\x2d\xa3\x50\x2c\x32\x93\x4c\x2e\x79\x23\x94\x52\xec\x38\ +\xbc\x03\x28\xa9\x70\x51\x07\x9c\x57\x9a\x5b\x23\x7a\x53\x29\xb2\ +\xb3\xa9\x6b\x91\x77\xa2\x54\x2f\x80\x76\xe7\xe9\xd3\xba\x52\xdc\ +\x0a\x25\x95\xa2\xa3\xab\x79\x06\x97\xfa\x12\x7c\x41\x93\xbd\xdb\ +\xed\xe5\x6e\x3c\x9d\x5e\x17\xe6\x96\x51\x28\x9a\xc4\x53\xf6\xf9\ +\x0e\x9b\xc3\x41\x47\xe9\x75\x76\x07\x2a\x9d\x74\x87\x62\xb1\x98\ +\x66\x6c\xbb\xd8\xba\x0f\x88\x42\x29\x3f\xd7\xeb\x50\x0a\x29\x94\ +\x7c\x0b\x7e\x77\xf5\xfe\xe6\x72\x39\xb2\xb9\xda\x3e\x83\x32\x04\ +\x2e\x68\x8a\x3e\x81\x6b\x00\x0a\x36\x8b\xa8\xc3\x20\xbb\x57\x6b\ +\x9b\xcd\xe7\xc9\x64\x73\xf8\xbd\x2b\x67\xab\xdf\x6d\x10\xf1\xba\ +\x57\xf5\x5d\xd4\x0b\xaf\xd7\x20\x14\xf1\x90\x88\xe7\x00\x69\x4d\ +\xba\x6f\xdb\x6b\x60\x6a\xfb\xcb\x15\x22\xd1\xda\xab\x7c\xa3\x68\ +\xaf\x92\x84\x02\x25\xd1\x90\xca\xcc\xd5\xd1\x83\x3a\xa3\xb0\xbe\ +\xd0\xdd\xde\xfe\x5a\xb5\xd2\xd1\xa9\xa9\x0f\x09\xfc\x3e\x52\x7a\ +\x03\xed\x90\xca\x64\xf0\x7a\xdc\x55\x93\x0f\xdb\x83\x3e\xc7\x18\ +\x0c\xd0\x12\x2d\x33\x18\x94\x25\xfb\x34\x85\xb6\xaf\x5c\x18\x8e\ +\xb8\x6c\x1b\x36\x0a\x5d\x53\x44\x7d\xd5\x65\x5c\x26\x9b\x5b\x4d\ +\x0d\x13\x14\x0f\x77\xb5\x45\x0f\x77\xd9\x30\x17\xa0\xab\xad\xed\ +\xd5\xae\xd6\xd6\x43\x08\x27\xa8\xa1\x89\x5b\x22\x64\xb2\xd9\xaa\ +\x65\x2d\x3e\x8f\xa3\x59\x9f\xe1\xc8\xe2\x33\x0b\xec\xd3\x04\x59\ +\x64\x70\xd8\x99\x88\x05\x40\xd0\xe3\xb6\xd5\x46\xec\x1e\x76\x01\ +\x8a\xe3\xdd\x6d\x6d\x27\x55\x1d\x1b\x57\x94\x52\xd2\xdd\xd1\x16\ +\x43\x4a\x8a\xbd\x1d\xe6\xb2\xd5\xf5\x63\x4d\x29\x42\x1e\xe7\x26\ +\x56\x30\x5c\xe9\xda\xd5\xf6\x69\x54\xa4\xf6\x87\x22\xce\xf9\x7d\ +\xed\x06\x9d\x2f\x16\x57\x99\xbd\xea\x4c\x57\x6b\xeb\xa9\x46\xe9\ +\x75\xb5\xb7\x9e\x40\xf1\x3d\xbb\x72\xd3\xb2\x6c\x17\xd4\x90\xd7\ +\xb9\xe7\x0e\x57\xf2\x50\xd8\xad\x01\x2d\xe5\x6b\x8f\xc7\xb9\x38\ +\x99\x9d\xfb\x31\x5f\xa8\xed\x68\x51\x58\x5f\xa8\x67\xe6\xae\x68\ +\xa7\x94\x68\xf0\x85\x5a\x75\x72\x36\xb4\x9d\x74\x95\x7a\x3c\x4b\ +\xfa\x6a\xd1\x80\x50\xf9\xca\x70\x39\x97\xda\xef\xb5\x19\x74\xb1\ +\x58\x6b\x7f\xa0\xba\x58\x4b\xe6\xae\x86\x4d\x6d\x6d\xaf\x08\x5c\ +\xb0\x2b\xb7\xa3\xed\xad\xe2\x33\x5e\x2b\x0c\x57\xa5\x58\x94\x90\ +\x06\x2a\x04\x25\x1d\xd8\x70\x70\xef\x84\x61\x63\x16\x9b\x96\x3d\ +\x83\x95\x92\xe7\x9b\x26\x2c\xbc\x60\x57\x64\x27\x9a\x0c\x07\x52\ +\x11\xca\x70\x2d\x9d\xa4\x21\x8d\x52\x36\x20\xba\xa1\x39\xba\xe3\ +\x47\xb7\xe9\xab\x56\x60\x52\xa0\xe9\xac\x10\xa5\xd9\xf7\x61\x47\ +\xdb\x6e\xac\x6b\xa2\xaf\x54\xa5\x27\x32\xf4\xf6\x6c\xf7\xb1\x47\ +\xf3\xe3\xb1\xde\xde\xed\xc1\xcb\xa1\x51\x4a\x18\xc6\x2c\x5a\x4d\ +\x79\xb2\x96\xc3\xb4\xe9\xab\x96\xce\xa9\x60\x4b\xb3\x74\x65\xd9\ +\xbe\xbc\x7a\x68\xdb\x8d\x75\x4d\xf4\x45\x30\x17\xf3\x91\x93\x1a\ +\x48\x72\x7e\x60\x6b\xd9\x03\x6c\x8b\xa2\x59\xbd\x2f\xbd\x46\xbc\ +\x49\x44\x0e\xdb\x16\xd6\x09\xa5\x2d\x3a\xae\x56\xd2\xae\xfe\x82\ +\x14\x6c\xc6\xba\x16\x14\x0a\x4b\xfa\x4a\x6a\xc0\x82\x8b\xbf\x58\ +\x70\x8e\x50\xd6\x66\xc5\x36\x6a\xae\xd8\x6a\xd7\xd8\xd4\xd4\xcd\ +\x6b\xa5\x39\x3c\x3d\xfd\x61\x04\xdb\x0d\xe6\x76\xb4\x73\x35\x35\ +\x9b\xc6\x50\x2c\x54\xbe\x0d\x2a\xa9\x51\xda\xd0\x01\x40\x36\xeb\ +\x1c\xa1\xb9\x42\x75\xa5\xde\xed\xaa\x6d\x35\x59\xf0\xb8\xcc\x47\ +\x03\x1a\x81\x88\x68\x9a\x29\x8f\xd7\xaa\xe3\xb1\xa1\x6d\x37\xd6\ +\xb5\x20\x97\x5d\xd2\xd7\xac\x86\xe2\x62\xf9\xaa\xbc\xeb\xd1\x09\ +\x24\x73\xd5\x95\x7a\xb7\x61\xd8\xbe\xaa\x00\x08\xb7\x8e\x4e\x4f\ +\x3f\xdc\x28\xbd\xd1\xc9\xe9\x18\x8a\x8f\xd8\x95\xeb\x9a\x66\x1b\ +\x1c\x4d\x38\xe8\xec\x49\x26\x16\x4d\x72\x41\x2e\x68\x40\x7f\xb5\ +\xc2\xa6\x09\xd5\xc8\x15\xf3\x7b\x57\xf1\xda\x09\xc7\x47\x26\xa6\ +\x62\xf5\xcc\x64\x11\x51\x23\x13\x53\x8f\xa0\x78\xa8\x56\xbd\x6a\ +\xee\x4a\x28\xa9\x6e\x29\x9b\xc9\xb0\x16\x24\xe2\x8b\x7d\x69\xa8\ +\x7e\x4d\xa1\xfa\xab\x15\x36\x8b\x72\xae\x58\x35\xf8\xbd\x9e\xda\ +\xb3\x18\x14\x8a\xe3\xa3\xd3\xd3\x67\xc6\xa6\xa6\x6e\xb1\xab\x34\ +\x36\x35\x75\xcb\xe8\xe4\xf4\xf7\x50\x1c\xa3\x46\x42\xaa\xa6\x94\ +\xed\x8f\x3a\x33\x97\xab\x3b\x69\xb0\x1e\x54\x4e\x52\x0b\xab\xdf\ +\x28\x8a\x3a\xaf\xcf\x7b\xfa\xe2\x33\xab\x78\xb9\x1a\xc4\x64\x6a\ +\x8e\x56\xff\xca\x07\x53\x4a\x11\xf4\xfb\x6a\x46\x1b\x00\x10\x6e\ +\xb5\xe0\xa5\x91\xc9\xc9\x41\x11\xd5\x57\x36\x22\xc4\x62\xab\xd2\ +\x38\x6c\x09\x3b\xeb\xd1\x7a\x43\x01\xbf\xad\x11\x35\x95\xaa\xc7\ +\x2f\x5d\x3f\x66\x2b\x78\x68\x40\xbf\x31\xbc\x6f\x6c\x60\x5b\x7f\ +\xc7\x0c\x10\x4d\xcc\xe6\xc8\x66\x8b\x8e\x45\x35\xe2\xd9\x3c\x99\ +\x7c\xb1\x6a\x54\xc3\xe7\xf1\x90\x2b\x14\xea\x8c\x6a\xa8\x5d\x4a\ +\xb1\xab\xec\xf1\x55\x8a\xba\xf3\x7b\xbd\x6e\x37\x3e\x8f\x8d\x5f\ +\x3a\x5f\x74\xd4\xd9\x9e\xcd\x16\x49\xc6\xcb\xfd\xa9\x69\xbf\xf9\ +\xc2\x05\x6d\xfe\x58\x95\x17\xa0\x34\xe6\x89\xd1\x8c\x63\x04\x01\ +\xae\x25\xec\x0f\x6d\x8a\x04\x02\x75\x67\xe5\xac\x05\x2e\x43\x27\ +\x12\x0c\xd8\x96\x0f\xc7\x9b\x3a\x50\x6a\x05\xc6\x46\xd2\x0b\xbf\ +\xbb\x12\xe9\x8b\xc5\x62\x96\x06\xa0\x94\x2c\x6c\xde\x18\x1b\x73\ +\x96\xc1\x33\x99\x1c\x71\x1b\x59\xac\x94\x22\x1a\x0a\xae\x0b\x93\ +\x5d\x86\x41\x34\x14\xb2\x15\x0d\x93\xb3\x05\x2e\x5f\xb1\x28\x16\ +\x9c\xb3\xac\xc7\x46\x16\x79\x27\x94\x1c\x57\xa5\x95\x46\xa9\x05\ +\x2f\xd6\xc8\x5b\x29\x47\x4d\x66\x80\xcb\x33\x49\x4c\xcb\xc6\x74\ +\xd6\x34\x5a\xc3\x21\x7c\x1e\xe7\x9c\xde\x5e\xb7\x9b\xd6\x70\x68\ +\x49\x4e\x44\x25\x8a\xa6\x70\x76\x30\x43\x3e\xab\x98\x19\x73\x91\ +\x9c\x36\x30\x9b\x34\x01\x44\x84\xd1\x6b\x8b\x6b\x8a\xa9\xf4\x3e\ +\x98\x67\xf0\x13\x0f\x1e\x3a\x47\x69\x03\x33\x99\x74\x81\x89\x31\ +\x67\x05\x7f\xae\x68\x32\x34\x9d\xb0\x2d\x57\x4a\x11\x09\x06\x09\ +\x07\x02\x4d\xc5\xc7\x34\xa5\x88\x04\x03\xb4\x84\x6a\x27\xcf\x9c\ +\x1d\xcc\x90\xc9\xce\x5b\xad\x02\xd9\xb4\xc6\xcc\x88\x9b\x74\xbc\ +\xf1\x64\xc6\x32\xc6\x47\x33\xcc\x65\xe6\xb5\x30\x51\x03\x7f\x78\ +\xec\xb6\x9f\xc2\xe2\x0c\x16\x05\x7f\x5b\xae\x3c\x54\x25\x8b\xb0\ +\x59\x4c\x67\xb2\x5c\x4b\xd4\xd6\x1a\xfc\x5e\x0f\xed\xd1\x16\x82\ +\x7e\xdf\x6a\x6a\xdc\x12\xe8\x9a\x46\xc8\xef\xa3\x23\xda\x62\xbb\ +\xa0\x95\x71\xe1\x6a\x96\x6b\x13\x2b\x17\xb6\xd2\x9e\x11\x9d\xe9\ +\x11\x17\x73\xa9\xc6\x1d\xf0\x43\x83\x8b\x09\x81\x68\xf2\xdc\xc2\ +\x9f\xe5\x3f\x14\xd6\x73\xcc\xaf\xcd\x57\x87\x92\x95\x1e\x21\xc7\ +\x30\x3c\x9b\x62\x7c\x15\xb5\x48\x53\x8a\xa0\xaf\xc4\xac\xb6\x48\ +\x98\xa0\xdf\x87\xd7\xed\xc6\x65\x18\xe8\xba\x86\xae\x97\x2c\x32\ +\xaf\xdb\x4d\xd0\xef\xa3\x2d\x12\xa6\x23\xda\x42\xc0\xb7\xfa\x09\ +\x56\x97\x47\x72\x5c\xb8\x52\x9b\xbe\x65\x2a\x52\x33\x3a\xd3\xa3\ +\x2e\x72\x73\xf5\xfd\xc8\xc5\xa2\xc5\xf0\xd5\x05\x97\x8e\x98\xc5\ +\xc5\xc9\xba\x64\x44\x47\x4e\xf6\xbd\x08\x25\x73\xf3\x7d\x1f\xe8\ +\x62\xf7\xfe\x68\x5d\x04\x1a\x45\x77\x38\xb0\x90\x10\xbd\x51\x18\ +\x7c\x2b\x4b\xff\xe5\xc6\x45\x9f\xe1\x16\x82\x11\x13\x97\xd7\x7e\ +\xc2\x5d\x38\x3f\xcd\x7f\xfc\x60\x0c\x00\x05\x2f\x3c\x71\xac\xf7\ +\x50\xb9\x6c\xc9\x4f\xa4\x44\x9e\x29\xff\x7d\xfe\xdc\x94\xa3\x16\ +\x4e\x25\x46\x12\x69\x2e\x4e\xce\xda\x2e\x7c\x4e\xa2\x68\x0a\x3f\ +\xee\x4f\xaf\x89\xb9\x50\xda\x5b\x3d\x3b\x61\x10\x9f\x70\x61\xe6\ +\x57\xbe\x21\x96\x25\x9c\x3f\x57\xb1\xa9\x46\xf8\xb3\xca\xf2\x25\ +\x0c\xbe\xbc\x7f\xf2\xef\x99\x0f\x1a\xa6\xd3\x05\x2e\x0f\xda\x2f\ +\x4c\xcd\x62\x26\x93\xe3\xdc\xe8\x94\xa3\x8a\xfe\x72\x4c\xcc\x14\ +\xf8\xfe\x8f\x13\x5c\x9b\x6c\x9e\x46\xa5\xc6\x51\x19\x56\x1c\x1a\ +\x8c\x93\x49\xcf\x7b\xd0\x14\x17\x2f\xef\x9f\xf8\x7a\x65\xbb\x25\ +\x0c\xfe\xfa\x5d\x77\x99\x08\x7f\x50\xbe\x7e\xe3\xec\x24\xd6\x3a\ +\xce\xb2\x5c\xd1\x64\x60\x7c\x86\x8b\x13\xb3\x64\xf2\xce\xb9\x0c\ +\x33\xf9\x22\x3f\x3c\x9f\xe2\xdf\xdf\x48\x2d\x6a\x0b\x0e\x40\x28\ +\x69\x1c\xd3\xf3\x1a\x87\x69\x0a\x3f\x3d\xbb\x38\x7b\xc5\xe2\xd1\ +\xe5\xe7\x61\xae\x90\xe2\x21\x6b\xe2\x6f\x80\xab\x00\xa9\x44\x9e\ +\x81\x37\x9c\xdb\x91\x63\x87\x99\xb9\xd2\x6c\x1e\x18\x9f\x61\x3a\ +\x93\x5d\x93\x68\xb2\x44\x98\xca\x64\x19\x18\x9f\xe1\xdc\xe8\x14\ +\xa9\xa2\xb3\x7e\x95\x4a\x94\x35\x8e\x1f\xbd\x3a\x4b\x2a\x39\xff\ +\x76\x28\x86\x52\x9b\x42\x5f\x5d\x5e\xb7\xea\xb2\x7b\xff\x23\x7d\ +\x77\x2b\xc5\x73\x50\x8a\x36\x7f\xfc\x97\x77\x12\x08\x3a\x97\x5e\ +\xb4\x1a\xca\xe9\x4c\x21\xaf\x1b\x9f\xcb\xc0\x63\xe8\xb8\x74\x6d\ +\x21\xfa\x6b\x8a\x50\x30\x2d\x72\xf3\x5b\x69\x13\xd9\x3c\xa9\x5c\ +\x61\xe9\x0f\x23\x30\x3d\xe2\xc2\x5c\xa7\xfd\xd0\xb9\x6c\x9e\x57\ +\x5f\xeb\x5f\x48\x05\x50\x22\x9f\x7c\xe2\xe1\xc3\xa7\x97\xd7\xb3\ +\xcb\xe9\x57\x47\x1e\x3d\xf3\x5d\xe6\x13\xb3\xb7\x5c\x17\xe2\x23\ +\xbd\xb6\xb1\xc4\x77\x2c\xb2\x69\x9d\xe4\xf4\xfa\xec\xea\xff\xaf\ +\x9f\x0c\x31\x39\x39\xaf\xfb\x2a\xfe\xed\xc9\x87\x7a\x3f\x56\xad\ +\x5e\x75\x45\x4f\x29\x11\xcd\xfc\x1c\x90\x03\x18\xbe\x9a\x5c\xaa\ +\x48\xff\x8c\xc0\xeb\x37\xd1\xd7\xe1\xe0\x8f\x6b\x23\xd3\x8b\xcc\ +\x45\xe5\xd1\xf8\xdf\x76\x75\x6d\x35\xe9\xa7\x1e\xbc\x7d\x40\xc1\ +\x13\xe5\xeb\x1f\xbe\x36\x4a\x22\xbe\x7e\x2b\xfe\xba\x40\x41\x30\ +\xe2\x5c\x9c\x11\x20\x95\xce\x32\x70\x61\xf1\xf8\x4a\x85\x3c\xf6\ +\xe4\x83\xbd\xb6\x87\x5e\xd6\x3e\xf1\xc4\x24\x26\xf0\x12\x94\xac\ +\x95\x97\x5f\x78\x6b\x5d\x2c\xbc\xf5\x84\xdb\x6b\x39\xb6\xd7\xda\ +\xb4\x2c\xce\x9d\xbd\x8c\x35\x1f\xe6\x17\x78\x31\x68\x52\x33\x13\ +\xb4\x26\x83\x63\xb1\xde\x22\x4a\xfb\x14\x30\x05\x10\x9f\xcd\xf1\ +\xda\x4b\xd7\x1c\xf7\xb6\xad\x37\x82\x51\xb3\xe9\x74\x1f\x41\x78\ +\xe3\x8d\xab\xa4\x33\x25\xed\x44\xc1\x84\x28\xeb\x53\xb1\x58\x6f\ +\x4d\xfd\x72\x55\x63\xfb\xa9\x87\x6e\xbb\xaa\x34\xf9\x0c\x65\x3f\ +\xc5\xe5\xe4\x82\x59\xf8\xb3\x02\xc3\x25\xb8\xfd\xcd\xcd\xe2\x81\ +\xfe\x61\x26\x26\xca\x4e\x30\xb1\x4c\xf8\xf4\xd3\x0f\x7d\x74\xd5\ +\xa3\x6e\xeb\x5a\x62\x5f\x7e\xfe\x2b\x17\x3e\x7c\xf8\xb7\x33\xc0\ +\xcf\x03\x4c\x4f\x95\x7e\xc5\xce\x2e\xfb\x68\xc1\x3b\x0d\x2e\x8f\ +\x90\x4d\x69\xac\xe5\xb0\x9e\x4b\x6f\x8e\x71\xf5\xea\xc4\xc2\xb5\ +\x28\x8e\x3e\x7d\xec\xf0\x73\x35\x9a\x2c\xa0\x6e\x1d\xe6\xe5\xbe\ +\xbf\x7e\xf9\xc3\xbd\xbf\x15\x44\x71\x0b\xc0\xc4\x58\x06\xd3\x14\ +\xba\xba\x7f\x36\x98\xac\x34\xb0\x2c\x8d\x62\x15\x7f\x42\x2d\x5c\ +\xb9\x32\xce\xa5\x37\x47\x17\x6f\x08\x8f\x3f\x75\xec\x70\xdd\x19\ +\xf8\x8d\x51\x2b\x1d\x6b\xfb\x97\xa0\x7e\xbb\x7c\x6b\xc7\xee\x08\ +\xef\xff\x50\xb7\xb3\x47\x65\xad\x13\xc4\x52\x4c\x8d\x18\x48\x1d\ +\xe7\x19\x0b\xc2\xc0\xc0\x30\xc3\xc3\x4b\x4e\x47\xf9\xea\x93\x0f\ +\x1d\xba\xa7\x91\x8f\x9e\x34\x96\x2e\xaa\x94\x24\x3b\xc3\x9f\x85\ +\x45\x87\xf2\x9b\x17\xe3\xbc\xf2\xe2\xf0\xcf\x84\x76\xa1\x34\xc1\ +\x1f\x5e\x7d\x9c\xa6\x65\x71\xf6\xec\x95\xe5\xcc\xfd\x4a\xc8\xe4\ +\xb7\x1a\xfd\xa2\xcc\x9a\x0f\x68\xbe\xff\xd4\x99\xc7\x14\x3c\x50\ +\xbe\x15\x0e\xbb\xb9\xf9\xb6\xad\xb4\x44\x9d\xdb\xa9\xb4\x2e\x58\ +\xc5\x84\xce\x64\x72\x9c\x3d\x37\x44\x2a\xb5\xe8\xcb\x10\x51\x7f\ +\x14\xb6\xce\xdc\x17\x8b\xc5\x1a\x9e\x45\x4d\xbd\xd7\xf7\x9f\xea\ +\x3b\xaa\x4a\xde\x37\x05\xa5\x2d\x08\xef\xfb\x60\x17\xdb\xeb\x3c\ +\x0e\xe1\xed\x42\x36\xad\x91\x9c\x5e\x19\xc9\x1e\x19\x99\xa6\xff\ +\xc2\xf0\x82\x9e\x5b\x3a\x7a\x44\x3b\xfa\xe4\xb1\x43\x4f\xaf\x95\ +\x56\xd3\x82\xf3\xe8\xa3\xcf\xdf\x21\x96\xfa\x0a\xb0\x70\xae\xca\ +\x96\xeb\x42\xfc\xb7\x0f\x6c\x22\x10\xd8\x38\x07\x51\x23\x10\x60\ +\x76\xd4\xb5\x10\xb2\x9f\x9b\xcb\x73\xe1\xe2\xb5\x0a\xf3\xb7\xa4\ +\xe7\x9a\xf0\xe9\xa7\x8f\xf5\x36\x74\x28\xfe\x72\x38\xb2\x32\xfd\ +\x9f\x58\xdf\x56\x53\xe7\x6b\xb0\x98\xdd\xa8\xeb\x8a\xeb\x0f\xb6\ +\xb3\xff\x5d\x6d\xe8\xef\xc0\x05\xb0\x90\xd3\x98\x1e\xd3\x19\x1e\ +\x9e\xe4\xcd\x4b\xa3\x4b\x12\xc6\x05\x5e\x14\x65\x7d\xaa\x1e\x3d\ +\x77\x35\x38\xf6\xe4\xb1\x58\x9f\x91\xd2\xe5\x61\x41\x7b\x00\x64\ +\x21\xc9\x21\x14\x76\x97\x3e\x54\xb2\x33\x52\xf3\x18\xf2\x8d\x84\ +\x65\x09\x43\x83\x71\xce\xfd\xe7\x34\x99\xa5\x67\xab\xe5\x14\x3c\ +\x1e\x34\x39\xb5\x9a\x85\x56\x2f\x1c\x7f\xe2\x23\x5f\xee\xdb\x8f\ +\xa9\xfe\x04\x96\x6e\x07\xf0\x57\x7c\x6a\xc7\xc9\xed\x62\x8d\xa0\ +\x58\xb4\x78\xf3\x62\x9c\xf3\xe7\x26\x17\xc3\x3c\x65\x28\xfe\x4d\ +\x34\xf3\x7f\x3e\xf5\xe0\xed\x03\x4e\xd2\x5c\xb7\x29\x75\xe4\xd4\ +\x99\x4f\x21\xf2\x18\xd0\x53\x79\xdf\xe5\xd2\xd8\xb2\x2d\xcc\xf6\ +\x9d\x61\x3a\xbb\xec\xb3\x1e\x9d\x82\x88\x30\x3e\x9a\x61\xe8\x52\ +\x82\xe1\x2b\x89\xe5\x7b\x28\x40\x31\xa4\x2c\x79\xa0\x9a\xb3\xdc\ +\x09\xac\xeb\xd3\xdd\xfb\xec\xeb\xae\xf0\x78\xea\x6e\x41\xbe\xc8\ +\xfc\x81\x77\x95\xf0\x05\x0c\xba\x37\x07\xe9\xec\x0a\xb0\xa9\xcb\ +\x8f\xd7\xe7\x4c\x8e\x5a\x76\xae\xc8\xf8\x68\x9a\xd1\x91\x0c\xa3\ +\xd7\xd2\x8b\x19\x37\x95\x10\x35\x20\xc8\x63\xa9\x4d\xa1\xaf\x2e\ +\x3f\x6f\xd2\x49\x6c\x88\x50\xbc\xf3\xf4\x69\x7d\xdb\x40\xe7\x5d\ +\x22\xf2\x79\x55\x5a\x08\xab\xd2\x0d\x47\x3c\xb4\x44\x3d\x84\x23\ +\x1e\x42\x61\x37\xa1\x88\x1b\x8f\x47\xc7\xe5\xd2\x31\xdc\xda\x42\ +\x23\x01\x8a\x79\x8b\x42\xc1\x24\x97\x33\x49\xc4\xf3\x24\xe3\xa5\ +\x8f\xf6\xcd\xce\xe4\x16\xce\x6b\xa8\x02\x01\xf5\xa2\x12\x79\x26\ +\x68\xbd\x70\x7a\x2d\x7a\x6d\xa3\xd8\xf0\x55\xe7\xe8\xc9\x17\x76\ +\x88\x32\xef\x29\x1d\x7d\xc5\xaa\x27\x96\x54\x62\xcd\x9f\x9c\x14\ +\x35\x20\x8a\xbf\xb5\x4c\x79\xee\x0f\x63\xbd\x43\x8d\x35\x6e\x0e\ +\xef\xa0\x8f\xa6\x72\x98\x0a\x5d\xba\x49\x24\x81\xd7\x9a\xf9\x68\ +\xaa\x53\x78\x67\xe8\x4d\x40\x2c\x16\xd3\x32\xfa\xad\x7b\x4c\xd4\ +\xf5\xa8\xf9\x4f\xfe\x8a\xec\x05\x42\x28\x15\x42\x68\x61\x7e\x5f\ +\x35\x90\x42\x31\x8b\x48\x12\x48\x0a\xf4\x2b\x25\x03\x0a\xfa\x35\ +\xe1\xbc\xdf\xfc\xde\x85\x8d\x78\xfd\xeb\xc1\xff\x07\xb2\x66\xe8\ +\xa8\x38\x5c\x2c\x4c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ +\x82\ +\x00\x00\x02\xf3\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x70\x49\x44\ +\x41\x54\x38\x8d\xcd\x95\x3b\x68\x54\x41\x14\x86\xbf\x33\xf7\xee\ +\x6e\x76\xa3\xa2\xec\x46\xf3\x40\x7c\xe2\x03\x54\x70\x93\x22\x11\ +\x34\x28\x22\x56\x69\x54\xb4\x56\xb0\xd2\x84\x88\xa0\xbd\x8d\x16\ +\x9a\x60\xb0\xb3\xb0\xb2\x08\x88\x82\x20\x58\x44\x14\xdf\x92\x64\ +\x11\x15\x25\x08\x2a\x42\xa2\xee\x5e\xd1\xc4\x4d\x76\xdd\x7b\xe7\ +\x58\x18\x1f\xb0\x51\x99\x54\xfe\xe5\x99\x99\xef\x3f\xfc\xcc\x99\ +\x11\xa6\x35\x16\x04\x7b\xb0\x74\x22\x64\x81\x14\x6e\x9a\x44\x19\ +\x56\x43\x6f\x63\x3a\x7d\x09\x40\x00\x46\x0b\x41\xaf\x40\x97\x0b\ +\x29\xb2\x21\xb7\x46\x2e\x32\xf2\xe1\x21\x91\x0d\x59\x9a\xde\xc0\ +\xf6\xb5\xfb\xa9\xf1\x92\x3d\xf5\x75\xe9\x23\x32\x16\x04\x7b\x50\ +\xfa\x5d\xa0\x56\x2d\xe7\xef\x74\x13\xc5\x26\x48\xd6\x26\x10\x84\ +\xc9\xa9\x32\x61\xd1\x70\x70\xf3\x59\xe2\xb1\xe4\x6e\x83\xa5\xd3\ +\x05\x0a\x30\xf8\xe6\x1a\xa1\x37\x4e\x6a\x4e\x0d\x22\x02\x02\xa9\ +\x54\x02\xbf\xd6\x32\xf0\xe2\x02\x02\x5d\x06\x61\xa3\x2b\x78\xe4\ +\xfd\x23\xe2\x29\xbf\xaa\x9e\x4a\x26\x78\x1d\x3c\x06\x25\x6b\x80\ +\xd0\x15\xec\x7b\x31\xb0\xd5\x75\x45\xf1\xc4\x07\x08\x0d\xca\x7d\ +\x57\xf0\xba\x86\x76\x4a\xc5\xea\x7e\x8a\x5f\xca\xac\xaa\x6f\x05\ +\xe5\x9e\x01\x7b\x8a\x19\xfd\xff\x02\x6e\xda\x42\x5d\x72\x39\x13\ +\x1f\xa7\xf8\x5a\xa9\x10\x86\x21\x5f\x3e\x4f\x91\x88\xe6\xd3\xbe\ +\x72\x9f\x55\x35\x27\x05\xe0\x5d\xa1\x70\x58\x91\x1e\xc0\x73\x31\ +\x78\x36\x7a\x9b\x27\xa3\x37\x09\xa3\x0a\xab\x17\xb5\xd2\xb2\x64\ +\x67\x24\x22\x5d\x0d\x99\xcc\x39\xf9\xb1\x69\x34\x9f\x6f\x16\x31\ +\x87\x80\x66\x84\x5a\x17\x03\x94\x22\x30\x68\xad\xe9\x6b\x5a\xb8\ +\x20\xe7\x74\xf6\xbf\xd1\xef\x51\xb4\x4c\x47\x91\x9d\x65\x14\xc3\ +\xaa\xb6\xaf\xb1\xae\x6e\xe8\x27\xf8\x5d\xa1\xd0\xa9\x56\x7b\xca\ +\x77\x6f\x98\xe8\x59\x0e\xf1\x63\xf8\xd9\x56\x62\xd9\x56\xd7\x46\ +\x23\x41\xbb\xeb\x33\x99\x3e\x19\xcb\xe7\xb7\x12\xd9\x81\xe2\xd9\ +\x13\x92\x18\xff\x4c\xc2\x08\xa0\x4c\x5a\x88\x16\x2f\x23\x75\xc0\ +\xe9\x6d\x02\xb0\xa8\xd9\x66\x10\x73\xac\x74\xfd\x8a\xd4\x8c\x7f\ +\x22\x15\xf3\xf1\x3c\x0f\xcf\xf3\x99\x1b\xf3\xf1\xde\xbe\xa2\x92\ +\x7b\xe8\x0a\x36\x60\x8f\x1b\xa0\x2d\x7a\x9a\xa3\xc6\x9f\x61\xf6\ +\x0d\x84\x43\x0f\x5c\xc1\x20\xb4\x19\xc0\x43\xff\x34\x78\x02\x61\ +\xc5\x1d\x0c\xbe\x41\xc9\x79\x2b\xd6\x50\x0e\xa3\xaa\xd5\x92\x55\ +\xbc\xf5\x59\x77\xac\x30\x6c\xd4\xd0\x9b\xe8\xd8\xcb\x64\x2c\x4e\ +\xa9\x12\xa2\xaa\xa0\xca\x54\x18\x52\x99\xb7\x80\xf8\xa6\xad\xce\ +\x5c\x55\xed\xf9\x7e\xdd\xf2\xc1\x19\xfb\xb5\xd4\x5d\xbe\xda\x4f\ +\xf4\xf2\x39\x18\x83\xbf\xbe\x99\xf8\x8e\x0e\xc4\xab\xce\xfe\x1f\ +\xdd\x9e\x6e\x48\xa7\x8f\xfe\x1a\x90\x20\xd8\x25\xd0\x85\xd2\xcc\ +\x6c\x3e\x53\x61\x50\x55\x7b\x1b\x33\x99\xcb\x00\xdf\x00\xf5\x94\ +\xf1\x2c\x21\x53\xca\xcc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x04\x65\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\x9a\x00\x00\x05\x9a\ +\x01\x89\xc5\xac\x5d\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x03\xe2\x49\x44\ +\x41\x54\x38\x8d\x8d\x95\xcd\x6f\x94\x55\x14\xc6\x7f\xe7\xde\x77\ +\x3e\x3b\x9d\x61\xc6\x52\x4a\x3b\x21\x80\xa5\x12\xd3\x04\x43\x50\ +\x31\x6a\x08\x41\x1b\x63\x0c\x45\xf7\x6c\x35\x5d\x99\x18\xac\x71\ +\x37\x3b\x12\x16\x26\xba\x11\x35\xfe\x0b\xf2\x19\x02\xa8\x09\x2e\ +\x24\x50\x09\x10\x03\x62\xd3\x94\x54\x28\x45\xec\xb4\x9d\xce\x07\ +\x9d\x79\xe7\x7d\xef\x71\x51\x5a\x3b\xd2\x02\x67\x79\xcf\x7d\x7e\ +\xcf\xbd\x4f\x4e\xee\x15\xd6\xa8\xf9\xb3\xf9\x5c\x43\x1a\x07\x04\ +\xd9\x8f\x61\x3b\x4a\x1e\x00\x61\x12\xb8\xa5\xe8\xc9\x68\xc3\x3f\ +\xbe\xee\xbd\xf9\xb9\x02\x85\x0f\x0b\x14\xbe\x5d\xa9\x97\xff\x03\ +\xef\x5e\xcc\x27\x62\xb5\xe6\x27\xa2\x3a\x0c\xa4\xd7\x32\x5e\xf2\ +\xbf\xf6\xc3\x8e\x63\x17\x8f\xbe\x7e\x10\xe8\x2f\x50\xf8\x73\xa9\ +\x61\x57\xee\x9a\x3e\xdf\xd1\xed\xf9\xe1\x39\x81\x83\x12\x49\xc7\ +\x6c\x2a\x8f\x98\x18\x1a\x54\x57\xa5\x36\xaa\xb1\xf8\xa5\xef\x77\ +\xbf\x54\x2b\xa6\x4c\x34\xd9\xdc\xfa\x66\x73\xdf\xc9\x0b\x5c\xf0\ +\x5b\x4e\x3c\x73\x26\x97\x77\x9e\x77\x09\xb1\x3d\xb6\x7d\x33\xea\ +\x42\x74\xe1\x01\xb8\x3a\xaa\xba\x0c\x53\x15\x2e\x7c\xb9\x87\xdb\ +\xbf\x6e\xa5\x3e\x1f\x5f\xcd\xef\x6f\xe0\x6b\xbb\x74\x7d\x1b\xea\ +\x8f\x88\x7d\xc1\x66\xb6\xa1\x0b\x45\x5c\x63\x16\x93\xdc\x88\x49\ +\x6c\x40\x9b\x25\x78\x04\x17\x81\xee\xfe\xfb\xdc\xb9\xb2\x89\xea\ +\x74\xea\x31\xaa\x58\xf7\x0b\x2a\x1f\x1b\x80\x78\xd5\x3f\x84\xb2\ +\xd3\xb6\x6f\x46\x1f\x3e\x40\xb5\x89\x97\x7e\x1e\x6d\x14\x09\xcb\ +\x63\x88\xb4\x24\x46\x2c\xd5\x60\xff\xe1\x53\xc4\xdb\x1b\x2d\xeb\ +\xb9\x2d\x33\x7c\x74\xea\xbb\x8b\x05\x0a\x75\x33\x7f\x36\x9f\x03\ +\x0e\x49\x34\x8d\xba\x10\x17\xd4\xb0\x6d\x79\x82\xf2\x18\xd8\x24\ +\x5e\xa6\x0f\x6c\xdb\xe3\x27\x13\x68\x54\xa3\xad\x99\x97\xe3\x58\ +\x2f\x1c\x2e\x9d\xce\x64\xbd\x86\x34\xdf\x17\x48\x9b\xf8\x7a\x5c\ +\x6d\x0a\x93\xec\x26\xac\x4d\x22\xd1\x1c\xc6\x8b\x13\x94\x46\x21\ +\xd2\x81\x66\xdf\x5d\x04\x56\x46\x20\x28\x32\xfb\x57\x96\x48\xa2\ +\xc9\x8e\x0f\x7e\xa7\x77\xcf\x18\x37\x4f\xf7\x73\xe3\xcc\x8b\xd4\ +\xcb\xf1\x8c\xa6\x75\x50\xa6\xcf\x75\x1e\x47\x18\x34\x89\x2e\x5c\ +\xfd\x01\x36\xdd\x47\x58\x1e\xc3\xcb\xf4\x11\x94\x46\x71\xeb\xde\ +\x42\xb7\x1c\x09\x55\xe2\x8b\x79\xb8\x85\xd0\x4c\x0c\xdb\xda\xe8\ +\x65\x22\x49\xbf\x25\x8e\x6a\x31\x85\x17\x09\x88\x65\xea\xc7\x64\ +\xfa\x7c\xe7\x28\xd0\xf7\xdf\x15\x3d\x30\x06\xb1\x6d\x38\xf5\x08\ +\xfb\xcf\x87\x2a\xb1\xdf\x42\x67\x87\x00\xac\x09\x8f\xe2\xea\xbb\ +\xbc\x1b\x03\x96\xa0\xb8\xda\x54\x80\x30\x6a\x80\xee\x95\x6b\xaa\ +\x01\x1a\xfa\x38\x7f\x0e\x4d\xbd\x8c\x4a\xdc\x86\xce\x0e\xe5\x3b\ +\xb3\xd7\xf3\x9d\xd9\xeb\xce\xd9\x21\x4c\xc2\x6a\xfb\x2b\xab\x43\ +\x01\x94\x1e\xb3\x76\xf7\x29\x25\xfa\xa4\xae\xf3\x80\x29\x56\x44\ +\xd1\xa2\xad\x8c\x80\x5b\x08\xad\x89\x1f\xbd\xf7\xcf\xdc\x10\x80\ +\x48\xf0\x8d\xb8\x46\x28\xe5\x11\x6b\xa2\x59\x5c\x50\x03\x42\x70\ +\xe1\x0a\x21\xf7\x0d\xc2\x1f\x6b\xfa\x06\x45\xcc\xc4\xb0\xc5\xd5\ +\x77\x19\xe3\xae\x1a\xe3\xae\x1a\x6d\xec\x94\x89\x4f\x2d\xc1\x2c\ +\x26\xd9\x05\x2e\xc0\xb6\xf7\x82\x08\x26\xd1\x05\x80\x2a\x37\x3d\ +\x45\x4f\x0a\x72\x60\x2d\xb6\x29\xfd\x84\xb9\x31\xb0\x9c\xa9\x54\ +\x2e\x2f\x42\x53\x9b\x70\xf5\x22\xe2\x25\xd1\xb0\x81\xd8\x04\x78\ +\x8b\xf3\x6e\x84\x13\x32\x7f\x36\x9f\xf3\x8d\x7f\x1b\xc8\x3c\x29\ +\xb4\x65\xa3\x68\x16\x93\xec\xc2\xd5\x8b\x38\x7f\x0e\x2f\xdd\x4b\ +\x50\x1e\xc7\xb4\xf5\xa0\x8d\x19\xd4\xaf\x94\xbc\x88\xbf\xc5\x64\ +\xde\x99\x9c\x55\xe4\xc8\xb3\x40\x01\x34\x7c\x48\x50\x1a\x45\xc3\ +\x05\xbc\x74\x2f\x61\x6d\x12\x13\x49\x01\x16\xf5\x2b\x08\x1c\xce\ +\xee\x2d\x95\x0c\x40\x2d\x92\xf8\x02\xe4\xca\x33\x81\x5d\x88\xcd\ +\x6c\x43\x62\x1d\x04\xe5\x71\xc4\x44\x90\xc4\x06\x5c\x75\x02\x60\ +\xa4\x12\x49\x7e\x05\x2b\x9e\xcd\xe2\xcf\xcf\xf5\x68\x68\x2f\xc1\ +\xa3\x9f\xe2\x49\x25\x82\xd8\x04\x92\xe8\x04\xec\x22\x54\x83\xbb\ +\xa0\xbb\xd7\x0f\x14\xa7\x00\x96\xe7\xb8\x63\xdf\xcc\x3d\x70\xaf\ +\x02\x23\x4f\xe5\xc6\xbb\x90\xe4\x46\xb4\x3e\x83\xab\x8c\x83\x86\ +\xd7\xac\x44\xde\x58\x82\xb6\x80\x01\xd6\x0f\x14\xa7\xaa\x91\xe4\ +\x1e\x11\xfd\x1c\x98\x5f\x33\x8e\x85\xfb\xb8\xf2\x38\xda\xac\x94\ +\x04\x3e\x2b\x05\xe9\xd7\x72\x6f\x4f\xdd\x69\x31\x5f\x4b\x5c\x3a\ +\x9d\xc9\xfa\xd1\xe8\xa0\x88\x0c\xa2\xb2\x1d\xf4\x51\x44\x32\xa9\ +\xe8\x2d\xa3\x7a\xc2\x46\x9b\x27\xb2\x7b\x4b\xa5\xd5\xf4\xff\x02\ +\xd5\x2e\xac\x38\xc0\x26\xbd\xb3\x00\x00\x00\x00\x49\x45\x4e\x44\ +\xae\x42\x60\x82\ +\x00\x00\x05\x30\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x04\xad\x49\x44\ +\x41\x54\x78\x9c\xed\xdc\x4b\x6f\x1b\x55\x18\x06\xe0\xf7\x3b\x33\ +\xbe\x87\x24\x76\x88\x93\x3a\x2a\x8b\x52\x40\xe2\x22\x48\x9a\x2c\ +\x80\x05\xaa\x10\x82\x1f\x00\x08\x7e\x00\x20\xb1\x60\xc1\x86\x05\ +\x42\x42\x2c\x90\x90\xf8\x03\x08\x09\x09\x52\x92\x22\x50\x55\x21\ +\x9a\x1b\x51\x89\xc4\x06\xe8\x2d\xad\x20\x45\x0a\x94\x2e\x2a\x4a\ +\xe3\x50\x12\xda\x90\xb4\xb1\xcf\xc7\xa2\xa4\xe4\x62\x8f\xc7\xe3\ +\x33\x19\xe7\xe4\x7b\x76\xf6\x9c\xf1\xbc\x79\xe5\x9c\xcc\x99\x8c\ +\x0d\x08\x21\x84\x10\x42\x08\xb1\xfb\x10\x00\x14\x27\xba\x5e\x24\ +\xe0\x29\x00\x2d\xdb\x75\x60\xcd\x7a\x2c\xff\x74\xf1\xa3\xed\x3a\ +\x5e\x54\xa8\x38\x91\x7f\x0b\xc0\x3b\x11\x1c\xfb\x26\xb4\x7e\xb4\ +\xf3\x99\xf9\xd3\x11\x1c\x7b\xdb\x28\x30\x5e\x8d\xe8\xd8\x71\x28\ +\xf5\xd9\xdc\x37\x9d\xdb\xf6\x5b\x13\x05\x05\x42\x77\x84\xc7\xdf\ +\x4f\xab\xf4\x7e\x84\xc7\x0f\x9d\x8a\x3a\x00\x80\x57\xe6\x26\x3a\ +\x9f\x8b\x3a\x44\x58\x9a\xa1\x60\x10\xd4\x07\x7f\x8e\xe7\xf6\x46\ +\x9d\x23\x0c\x4d\x51\x30\xc0\x59\x4d\xb1\x41\x7e\xbb\x59\xf2\x98\ +\xd3\x44\x3f\x10\x3f\x31\xff\x78\xfe\xf5\xa8\x53\x98\xd6\x44\x05\ +\x03\x60\xbc\x3b\x3f\xd9\x3d\x10\x75\x0c\x93\x9a\xab\x60\x20\xc6\ +\x5a\x0f\xd9\x74\xea\x46\xc5\x89\x3c\x47\x1d\x62\x0b\xc6\x87\xb1\ +\xd5\x1b\x6f\x44\x1d\xa3\x92\xb6\xee\xc5\xeb\xd4\x8f\x55\xbf\xe3\ +\x9b\xb3\xe0\xe6\xb6\x42\xc0\x57\x4e\xec\xe6\x4b\xd9\x83\x0b\x0b\ +\xb5\x06\x37\xdb\x14\xb1\x13\x24\x19\x78\xb6\x54\x8a\xbf\xe7\x67\ +\xb0\x14\x1c\x94\xc6\x93\x7e\x86\x49\xc1\x41\x11\x52\x7e\x86\x49\ +\xc1\x21\x93\x82\x43\x26\x05\x87\x4c\x0a\x0e\x99\x14\x1c\x32\x29\ +\x38\x64\x52\x70\xc8\xa4\xe0\x90\x49\xc1\x21\x73\x1b\x7e\x05\xc2\ +\x35\x52\xc9\x1f\x59\x39\x25\x03\x79\x76\x0c\x82\xf3\xcf\xc2\xa9\ +\x81\x97\x2b\x6d\x63\xd2\x25\x0d\x7c\xd7\xd1\x37\x3a\xd3\xd8\xd5\ +\x34\xa2\x2b\x6e\xf6\xc1\x32\x54\xa2\x10\xf8\x35\xec\xa5\x89\xe8\ +\x85\x86\xa6\x08\x4a\xe4\x7e\x96\x72\xab\x52\xcc\xfc\x66\x23\x05\ +\x6b\x95\x2a\xdc\x67\x2c\x8e\x8d\x18\xfb\x82\x17\xac\xdc\x33\xe4\ +\x24\xa2\xbc\x69\xa5\xf9\x11\x26\x02\x17\xac\x92\x5d\x2b\x26\xb3\ +\x58\x89\x30\x18\xb4\xe0\x25\x4a\x75\x3d\x62\x34\x8c\x7d\xae\xb6\ +\xb7\xf0\x58\xa0\x82\x95\x93\x3e\x4d\xa4\x32\xa6\x13\x59\x85\x30\ +\x4c\xf7\x8c\xde\x08\x54\x30\xa5\x0b\x69\xd3\x79\x6c\xa3\xca\x18\ +\x04\x82\xac\xe4\x98\xfe\xa0\x44\x9b\x4c\x0f\xde\x66\x5b\x0f\x8c\ +\xfc\x00\x04\x29\x38\xd1\x76\x1e\x20\xc7\x78\x24\xbb\x7c\x42\x04\ +\x06\x02\x14\xec\xa6\xf7\xf4\x98\xcf\x63\x15\xa6\x32\x0d\xad\x3d\ +\xa8\xb3\x60\xf5\x13\xdc\xcc\xbd\xa6\x13\x59\xe6\xdb\xf6\x81\x63\ +\x17\xd6\x1e\xd4\x55\x30\xa5\x3a\xe6\xcc\xe7\xb1\x0b\xd1\xad\x3f\ +\x6e\x6b\xea\x29\xb8\xe4\xa6\x0a\xf7\x1b\xce\x63\x15\x06\x56\x18\ +\xf1\x2f\xd6\x3f\xe7\xbb\x60\x56\xb1\x93\xac\x62\x5d\xe6\x63\x59\ +\x84\xf0\x65\xb6\xf7\xe8\x86\xfb\xd5\x7c\x17\xec\x24\xbb\x77\xd5\ +\xf5\xde\x40\xf4\xc6\xe9\x01\xf0\x5b\x30\x61\x41\xa5\xf3\x72\xee\ +\xeb\xad\x98\xe5\x2b\xe3\x9b\x9f\xf4\x55\x30\xb9\xe9\x33\x00\x59\ +\x73\x53\x74\x48\x86\xa9\xff\xd4\x96\xfb\x86\x7d\x15\xac\x52\x3d\ +\xad\xe6\xf3\xd8\x85\xb0\x75\x7a\x00\x7c\x14\x4c\xa0\x8b\x14\x97\ +\xa5\xb1\x17\x02\xce\xb7\xf7\x8d\x9c\xac\xb4\xad\xf6\x3b\x38\x9e\ +\xfd\x05\x80\x2c\x8d\x3d\x68\xaa\xfc\xee\x05\x6a\x17\xcc\x4e\xba\ +\x70\x97\xe1\x3c\xb6\x61\x82\x1e\xae\xb6\xd1\xbb\x60\xe5\x4e\xc3\ +\x4d\xca\xd2\xd8\x0b\x63\x2a\xdb\x3b\x76\xb1\xda\x66\xcf\x82\x55\ +\xe2\xce\xab\xc6\x03\xd9\xa7\xea\xf4\x00\x78\x17\xbc\xa2\xd2\xdd\ +\x0f\x19\x0e\x63\x9b\x65\xe6\x9b\x47\xbc\x06\x54\x2f\xd8\x49\x9c\ +\x00\xb9\x79\xe3\x91\x2c\x42\xc0\xd1\x5c\xff\xe4\xa2\xd7\x98\xaa\ +\x05\xab\xd4\x1e\xf3\x89\x2c\xa3\xc1\x9e\xd3\x03\x50\xbd\xe0\xa2\ +\x4a\x76\xf4\x1b\xce\x63\x9b\xb9\xec\xe2\xf2\xd7\xb5\x06\x55\x2c\ +\x98\x62\x2d\xd3\x00\xf9\xfa\x98\xd2\x2e\x76\x88\x0e\x4e\xd5\xbc\ +\x00\x56\xb1\x60\x95\xee\xc9\x99\xcf\x63\x19\x8f\xc5\xc5\x7a\x95\ +\x0a\x9e\xa5\xd8\x1d\xbd\x86\xe3\xd8\x66\x26\xdb\x3b\x32\xed\x67\ +\xe0\x96\x82\x29\x91\xfb\xad\xd2\xf3\xe2\x7f\xc4\xfc\xb1\xdf\xb1\ +\x9b\x8b\xd4\x6e\xa6\xb0\xcf\x70\x1e\xdb\xe8\xb2\x8b\xa1\xda\xc3\ +\x6e\xd9\x58\x30\xb9\x27\x58\x25\xf7\x1b\x8f\x64\x97\xe3\x1d\x0f\ +\x8f\x5e\xf2\x3b\x78\x43\xc1\x2a\x95\xff\xdb\x7c\x1e\xdb\xd4\x3e\ +\xf7\x5d\x6f\x7d\xc1\x4b\x2a\xd5\xd5\x67\x38\x8d\x6d\x96\x56\x13\ +\xcb\x9e\x4b\xe3\xcd\x6e\x17\x4c\x4e\xea\x7b\x90\xd3\x61\x3e\x93\ +\x55\x8e\xe4\x1f\x98\xba\x5e\xcf\x0e\xb7\x0b\x56\x99\x42\xe3\x9f\ +\x38\xb2\xdc\xe6\x9b\x4a\xfc\x50\x00\xc0\x8c\xcb\x14\x6f\xb7\xea\ +\xeb\xb4\xcc\xe3\xdf\xdb\x66\x33\xc7\xeb\xdd\x4b\x01\x00\xc5\x5b\ +\xcf\xca\xd2\xd8\x1b\x33\x7d\x4a\xcf\x7f\x5e\xae\x77\x3f\x05\x00\ +\x6e\xa6\x47\xee\xd8\xa9\x49\x1f\x0a\xb2\x97\x62\xa6\x73\x70\x33\ +\xf2\x5f\x63\x6f\x67\x73\x07\xc6\xce\x05\xd9\x51\xb9\xe9\xfc\x05\ +\xfc\xf7\x55\xe3\xa2\x9a\xfa\xce\x7d\xd7\x53\x2a\xb3\x57\x3e\x4c\ +\xe8\xad\x5c\xd2\xda\xf7\xd2\x78\x33\xc5\x80\xcc\xbf\x1e\x18\x3c\ +\xd9\xd9\x3f\x7e\x39\xe8\xfe\x8a\x18\x87\x4d\x06\xb2\x8c\x56\x50\ +\x0d\x7d\x05\xba\xdb\xf6\x6b\xe6\xb5\xbf\xee\x5e\x9a\x51\x84\xc7\ +\x18\x88\x99\x4a\xb6\xf3\xd1\x35\x22\x3e\xdc\xde\x7b\x6c\x32\xea\ +\x24\x42\x08\x21\x84\x10\x42\xec\x34\xff\x02\x0d\x0a\x00\x77\x47\ +\x24\x78\x29\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\xa7\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\xbd\x00\x00\x05\xbd\ +\x01\x49\xa9\x2b\xb6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x24\x49\x44\ +\x41\x54\x38\x8d\xb5\xd2\xdf\x6b\x92\x51\x18\x07\xf0\xef\x73\xf4\ +\x75\x31\x96\x90\xbe\x3f\x5a\x04\xbb\x98\xd4\x8d\xa0\x5d\x05\x45\ +\x30\xa1\x14\xc4\x82\x60\x14\xc4\x16\x6b\x17\x11\x42\xc1\xf6\x07\ +\x54\x04\x45\x44\x84\xc1\x8c\xd1\x45\xf3\x26\x56\xb7\x15\x43\xed\ +\x15\xbb\xe8\x62\x7f\xc0\xa8\x60\x44\x54\xd4\xf0\x75\xaf\xae\x0d\ +\x8b\xcc\xf7\x9c\x2e\x96\xa2\xdb\x5b\x53\xb4\xef\xd5\x81\xf3\x3c\ +\x9f\xf3\x1c\xce\x01\xba\x48\x31\xa3\x3e\x28\x66\xe5\x7d\x76\x7b\ +\xac\x13\x68\x55\xd7\x8e\x0b\x01\x6a\xea\x76\x73\xe6\xd8\xd5\x38\ +\x48\x97\x0f\x94\x73\x83\x43\x1d\xc3\x82\x8b\x63\x66\x56\xbb\xdf\ +\x82\xff\x49\x29\xa3\xf9\xc1\x1d\x8f\x05\x27\xd1\x31\xac\x84\x8d\ +\x6b\x20\xbe\x51\x7c\xa9\xdd\x04\x00\x12\x34\x57\xed\x97\x56\xca\ +\xb9\xc1\x21\x8b\x30\xc7\x19\xce\x7a\x4e\x7c\xfd\xd4\x89\xd9\x92\ +\x42\x4e\x1d\x06\x80\xf1\x8b\x33\x87\x21\x04\x19\x79\x65\xc0\xc8\ +\x2b\x7b\x9b\x6b\xb6\x5d\xc9\x2e\x46\x5e\x19\xa0\xaa\x38\xb8\xd9\ +\x20\x2a\x72\xc4\x7c\x37\x76\x69\xe6\x8c\x57\xf5\x3d\xf9\x51\x31\ +\x97\x1e\xde\x3d\x17\x28\xe9\x1e\xb7\xc5\x1d\x3e\x00\x10\x44\xeb\ +\xce\xb6\x46\xac\x21\x08\xc6\xc6\x01\x40\x70\xf1\xfd\x7c\x3c\xb9\ +\xb8\x47\xf6\xcd\x3b\x25\x17\xf5\xbb\x55\xff\x85\xcb\xb3\x21\x71\ +\x52\x72\x80\x61\x14\x9b\xb2\xd9\xd6\xc4\xcd\xa9\x4f\xea\x94\xfa\ +\x88\x5b\x35\x94\x8b\xcb\x53\xa9\x64\x3c\xb1\xb5\xae\xa3\xc7\x0b\ +\x8f\x4e\x1f\xf1\xaa\xc3\xf3\x4e\xa9\x8f\x2c\x5e\x13\xdf\x0a\x6f\ +\xae\xa4\x92\xf1\x44\x29\xa3\xf9\x8d\xac\x76\xbb\xf9\xb7\xb4\x0d\ +\x8f\x44\x27\x82\xb5\x4a\xe9\xd9\xe7\x0f\x8b\xcc\xb2\x7e\x89\x35\ +\x63\x79\xfa\xce\xe9\x5b\x87\xcc\x05\xcf\x7e\x4f\xa4\xb0\x44\x10\ +\xd5\x55\x5d\x9d\xad\xe3\x6d\xc1\x23\xd1\x89\x20\x13\xd0\x41\xf0\ +\xae\x99\x1f\x2b\xef\xdf\xa6\x4f\xa5\x92\xf1\x84\x20\xe1\xaa\xb9\ +\x24\x17\x00\x28\x61\xe3\x2a\x38\x56\x8a\xba\x72\x14\x00\x76\x7c\ +\xbc\x66\x14\x40\x85\x31\xc4\x9e\x3f\xbd\xf7\xca\xae\x56\x89\x18\ +\xd7\xeb\xeb\x7f\x4e\x1c\x8a\x4d\x06\xb6\xa2\xfa\x8b\x54\x03\x65\ +\x84\xe4\x7a\x75\xf7\x17\xbb\xde\xbf\xfe\x8a\x50\x6c\x32\x40\xdc\ +\xd2\x01\x92\xed\xd0\x9d\x62\x0b\x77\x8b\xda\xc2\xbd\x40\xb7\xc1\ +\xbd\x42\x5b\xe0\x5e\xa2\x0d\xb8\xd7\x28\x00\xd0\xff\x40\x01\xc0\ +\x49\x96\xb8\x01\x22\x19\xc0\x06\xe3\x2c\xaa\x2f\x3c\x7a\xdd\x2d\ +\x0a\x00\xec\xa7\x44\x63\x02\x48\x33\xce\xa2\x7a\xba\x37\x28\x00\ +\xfc\x06\x24\xa1\xfd\xe5\x8e\x68\xd6\x39\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x0f\x4e\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x17\x61\x00\x00\x17\x61\ +\x01\xee\x3b\x87\x08\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x0e\xcb\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x79\x74\x5c\xd5\x7d\xc7\x3f\xf7\xbd\x99\ +\xd1\x32\x5a\xbc\x08\xcb\xb6\x16\xab\x5e\xb0\x8d\xc1\x60\x49\x98\ +\x04\x4e\xc1\x0e\x31\x78\x25\x98\xc6\x34\x02\xbb\xf4\xd0\xd4\xac\ +\xcd\x01\x9a\xa4\x24\x84\xe0\x40\x9a\x42\x1c\x0e\xa7\x14\x42\xdd\ +\x9e\x34\x05\x82\xed\xc8\x81\x98\xc8\x32\xd8\xf4\xd8\x2e\x4d\x08\ +\x60\xe1\xda\x24\xf2\x82\x71\xbc\x61\x59\xde\xb4\x58\x1a\x69\x34\ +\xf3\xde\xfb\xf5\x0f\x6b\x16\x8d\x46\xd2\x2c\x6f\x46\x12\xf5\xf7\ +\xaf\xf7\xde\xbd\xef\xf7\xfb\xbd\xcf\xb9\x73\x97\xf7\xee\xbd\x03\ +\x17\x95\x52\xa9\xc1\x0e\x20\x59\xd5\xd5\xad\x71\x8e\xc1\xfd\x3c\ +\x8a\xc9\x76\xda\xd5\xe0\x93\x46\xf1\x3c\x54\x59\x79\x8f\x3f\x19\ +\x3b\xc3\x1a\x70\x5d\xdd\x1a\x67\xa1\x72\xff\x12\x58\x9a\x1a\x0f\ +\xea\xf5\x53\xd2\x5e\x95\x0c\xe4\x61\x0b\x38\xf5\x70\x83\x7a\xe3\ +\x94\x78\xbe\x96\x28\xe4\x61\x09\xf8\x02\xdc\x9c\x6a\x90\x5b\xd3\ +\xe4\x32\x61\xc8\xc3\x0e\x70\x7d\x7d\xb5\x2b\xcf\xeb\xff\x65\x1a\ +\xe1\x06\x54\xeb\xcd\x6b\xfa\x8b\x29\x53\xbe\xd1\x15\xcf\x4d\xc3\ +\x0a\xf0\x20\xc2\x0d\x28\x6e\xc8\xc3\x06\x70\x7d\x7d\xb5\x2b\xaf\ +\xd3\x57\x8d\xe2\x2b\x83\x1c\x4a\x5c\x90\xd3\x06\xf8\xd0\xb2\x2f\ +\xe7\x1b\xce\xcc\xa9\xa6\x98\xe3\x15\x5a\x89\x52\x56\x91\xa5\x54\ +\x91\x12\x0a\x03\x71\x08\x2a\x53\x21\x59\x00\x88\xb4\x01\xcd\x82\ +\xd6\x8c\xa6\x1a\x32\xaf\xbb\x62\x91\x36\xbe\x60\x96\x56\x30\x02\ +\x95\x95\x91\xae\xb0\xfb\x52\xcc\x90\x53\x02\xb8\x7e\xd9\x9c\x1c\ +\xe5\x74\x7f\x01\xa8\x40\x49\xb9\x12\x55\x0e\x32\xc9\x2e\x7f\xca\ +\x9d\x85\x3e\x66\x14\x5a\x71\x01\x7a\xf1\x18\xf4\xc2\xd1\xa0\x6b\ +\x09\xd9\xea\xf2\xfa\xe8\x68\xf7\xe0\xed\xf4\x62\x9a\x26\x62\x09\ +\x0e\x87\x03\x67\x86\x93\xec\x1c\x37\x59\xee\x4c\x54\xb4\xb0\x95\ +\x6c\xf6\xe6\x36\xdf\x36\x10\x64\x5b\x1e\x58\x96\x2d\xd3\x3f\x71\ +\xb5\x95\x8b\xa5\xdf\x24\x4a\xe6\x01\xd7\x02\x4e\x3b\x6c\xc7\x22\ +\xe5\x72\xa2\x97\x8d\x45\x9f\x58\x8c\x63\xd2\x78\x54\xe6\xc0\x25\ +\xdc\xdb\xe1\xe5\xec\xe9\x73\x78\x3b\x3a\xfb\xcd\xe7\x70\x3a\x18\ +\x59\x30\x92\xbc\x91\xf9\xbd\x61\xc5\x00\x39\x61\xc0\x02\xea\x93\ +\xaa\xf9\xd7\x89\xa6\x55\x89\xb0\x0c\xb8\x64\xe0\xbb\x54\x3b\xc8\ +\x31\xe0\x33\xa0\x01\x25\xc7\x94\xd0\x28\x68\x26\x80\x88\x58\x9a\ +\x52\xad\x96\xb2\x34\x34\xbd\xc0\x75\xd5\xd4\xfb\x15\x72\x99\xd5\ +\xd6\x81\x75\xde\x83\xd5\xdc\x06\x5d\xbe\xfe\x5d\xe8\x1a\x8e\x49\ +\x45\x38\x66\x4c\x44\x2f\x1b\x87\xd2\x7a\x96\x6c\x01\x9a\x4e\x9f\ +\xa3\xf9\x6c\x73\x5c\xcf\x9b\x99\x9d\xc9\xb8\xe2\x71\xe8\x0e\x3d\ +\xe2\x91\xfa\x87\x1c\x37\xe0\xfa\xe5\x37\x4f\xd6\x4d\xfd\x6f\x51\ +\x54\x09\x94\xf4\x95\x4f\x41\x8b\xc0\x4e\x85\xec\x02\xed\x23\x0d\ +\x3e\xba\x74\x6d\xed\x9f\x62\xf2\x51\x5f\xed\xca\xf7\xfa\x36\x08\ +\xdc\x12\x99\x66\x9d\xf7\x60\x9d\x69\xc6\x6a\x38\x87\xf9\xd9\x69\ +\xcc\x53\xe7\xc0\xb4\xa2\xc7\x90\x9b\x8d\x6b\xd6\x54\x9c\x33\x27\ +\x41\x86\x0b\x41\x68\x3c\xd6\x88\xa7\xdd\x13\xf3\xf3\x86\xcb\xe9\ +\x72\x52\x5c\x56\x1c\x17\xe4\x98\x00\xcb\xb2\x65\xfa\x01\xa7\x67\ +\xb1\x20\xf7\x81\x9a\x07\x44\xab\xf0\x0c\xe0\x03\x44\x6d\x15\xcd\ +\xda\x3a\xdd\x97\xb3\x53\x6d\xd8\x60\xc6\xfb\x10\xf5\xf5\xd5\xae\ +\x5c\x6f\xd7\xaf\x14\x6a\x49\x4c\xb1\xf9\x0d\xcc\x23\x27\x31\x0e\ +\x9d\xc0\x3c\xf4\x19\xe2\xed\x5d\xc2\x95\xd3\x81\xe3\xca\x29\xb4\ +\x95\x15\xd2\xe2\xe9\x88\x37\xa4\x1e\xca\xcc\xce\xa4\xa8\xb4\x08\ +\xa5\xf5\x42\xf7\x96\x37\xaf\x69\x69\x24\xe4\x7e\x01\x1f\x5c\xb0\ +\x20\xc3\x18\xa9\xdd\x25\xc8\xb7\x15\x4c\x8a\x92\xc5\x54\xa8\x1d\ +\x16\xac\x33\xe0\x8d\x99\x6b\x6b\xe3\xfb\xdd\x45\x28\x5e\xb8\xbd\ +\xa3\xb1\x30\xfe\x74\x02\xa3\xfe\x30\xe6\xe1\x06\xc4\xea\x59\xb2\ +\x2d\x87\x4e\x47\xd9\x38\x3c\x7f\x56\x88\x44\x96\xc2\x38\x34\x7a\ +\xcc\x68\x46\x16\x8c\x8c\x96\xd4\x0b\x72\x54\xc0\x75\x2b\x2b\x9c\ +\xee\xb6\xb1\xf7\xa2\xac\x47\x41\x8d\x8f\x92\xe5\x80\xc0\x1a\x34\ +\x73\xfd\x65\xbf\xd8\x72\x32\xe1\x48\xc3\x74\x78\xfb\xcf\x33\x1d\ +\x79\xce\x37\x80\x05\x76\xd8\xb3\xda\x3a\xf0\xef\xda\x8f\xff\xe3\ +\x43\xe0\xeb\x39\xc2\x35\x33\x9d\xb4\x4d\x2b\xc5\x3b\x6e\x74\xf0\ +\x9a\x33\xc3\xd9\xe9\x72\xb9\xf6\x2b\xa5\x7c\x86\xdf\x98\xec\xf5\ +\x7a\x47\x23\xd1\x6d\x6b\x9a\x62\xc2\xe4\xb2\xde\x55\x05\x20\x48\ +\x4d\x5b\x66\xc6\x57\x67\xcc\xb8\xdd\x07\x51\x00\xef\xbb\x63\xd1\ +\x6d\x20\x4f\x03\x53\x22\x92\x4c\x60\xa3\xa5\xac\x97\x2e\x7b\xed\ +\xed\x6d\x8a\xbe\xdc\xc7\xaf\x6e\xb8\xbf\x06\xe6\xdb\x65\x33\x28\ +\x9f\x9f\x8e\x0f\xea\x31\x76\x1d\x40\x33\x7a\xd6\x58\xbe\x82\x7c\ +\xce\x5f\x5e\x46\xce\xd8\xc2\xe7\x66\xdd\xf2\xd0\x23\xe1\x69\x7b\ +\x6a\x9f\xaf\x6a\x6b\x6b\x7b\xd9\xef\xf7\x47\xed\x0d\x15\x8c\x2d\ +\x60\xc4\xa8\x11\x51\x5d\x86\x43\x0e\x02\xae\xff\xda\xc2\x6b\x34\ +\x8d\x67\x81\xeb\x22\x43\x54\xf0\x8a\xa9\x99\xcf\xcc\xf8\xc5\x96\ +\x4f\x13\x79\xc6\xfe\xd4\x0d\x77\x23\x70\xb3\xdd\xb6\x03\x3a\x77\ +\xfa\x1c\xad\x0d\x67\xc8\x39\xd4\x40\xf6\xd1\xd3\x20\x61\x55\x87\ +\xa6\xfc\x98\xf2\x77\xd3\xd6\x6d\xfe\xb7\xc8\x42\xb3\x7b\xd3\x8b\ +\x73\x5b\x5a\xce\x6e\x13\xe9\x5d\x96\xb2\xdd\x59\x8c\x9f\x50\xd4\ +\x9f\xdb\x4d\xc5\xe7\x8b\x96\xaa\xfd\x77\xdf\x92\x4b\x97\xf1\xb4\ +\x08\xf7\xd2\xb3\xf1\xb2\x80\x97\x0d\xcb\x78\xe2\x8a\xf5\x5b\x8f\ +\x27\xf3\x80\x7d\x29\x1d\x70\x01\x4e\x1e\x3b\x19\xec\x39\x38\xda\ +\x3b\xc9\xab\x3f\x8a\xab\xe9\x7c\x64\xb6\x4d\x4e\xdd\xf8\x9b\xc9\ +\xaf\x6e\x3d\x1d\x7e\xf1\xc3\x8d\xab\x77\x79\xda\x3c\xb3\x22\x33\ +\x6b\xba\xc6\xc4\xa9\x13\xfb\xf5\x2b\x4a\x2f\xd2\xc4\x6b\xd4\x88\ +\x70\x3f\x3d\xe1\x6e\x55\x62\xcd\x9a\xbe\x76\xf3\xdd\xa9\x82\x7b\ +\xfc\xbd\xea\x2c\x47\x9e\xf3\x4d\x52\x0c\x17\xc0\x30\x8c\xd0\x71\ +\x4e\x16\x4d\xb3\xa7\xd2\x3a\x73\x22\xe2\xd0\xc3\xeb\x8c\xc5\x7e\ +\xc3\xb1\x6b\xdf\x1d\x8b\x2a\xc2\xef\x75\xe8\xce\xda\x68\x36\x2d\ +\xd3\x22\x5a\xc9\x8e\x94\x06\x5c\x11\x76\x7e\x10\xd4\xfc\xe9\x6b\ +\x37\xdf\x3c\x6d\xdd\xdb\x1f\xc7\xf5\x14\x71\xe8\xf8\x7b\xd5\x59\ +\x64\xf8\x36\x02\x37\xa5\xca\x47\xb8\x7a\x81\x50\x8a\xce\xa2\x02\ +\x3a\x6e\x9a\xfd\x11\xf0\xdf\xa1\xeb\x14\x81\xbc\xbb\xbf\x6a\xe1\ +\xed\x61\xd7\xda\xfb\xb4\x6b\xc5\x00\x58\x09\xf7\x01\xef\x2b\xd4\ +\x53\x39\x7e\xf7\x95\xd3\xd7\xd6\x6e\x89\xfb\x09\xe2\xd0\xf1\xf7\ +\xaa\xb3\x54\xa6\xff\x4d\xd2\x04\x17\x88\xda\xda\x03\xf8\xb3\x1c\ +\x13\xa6\x5d\x3a\xfb\x4b\x20\x8f\x71\xa1\x4a\x04\xc8\x16\xc5\xfa\ +\x7d\x77\x2e\xf8\x81\x80\x32\x2d\xf3\xfa\x68\xf7\x6a\x9a\x42\x8b\ +\xe1\xfd\x47\x5a\x5f\x57\x1e\x7f\xaf\x3a\x4b\x32\x7c\xbf\x51\xf0\ +\xe5\x74\xfa\x3d\x73\xf2\x0c\xad\xcd\xad\x51\x52\x14\x23\x2e\x19\ +\xb9\x78\xd6\xfc\x6f\xd4\xee\xab\x5a\xb0\x04\xa5\x5e\x03\x72\x83\ +\xa9\x0e\xbd\xfa\xcc\xc2\x6b\x6e\x33\xfc\x86\x23\xf2\xce\x8c\x4c\ +\x17\x25\x13\x4b\xfb\xf5\x2b\x4a\x2f\x4a\xec\x15\x54\x02\x1a\x2c\ +\xb8\x00\xee\x5c\x77\x1f\x29\x82\xa7\xa5\xed\x8d\x3d\xb5\x2f\x5c\ +\x33\x7d\xdd\x5b\x35\xa2\xab\x6b\x81\xc3\xdd\x69\xde\x8e\xca\xa9\ +\xf3\xa2\xc1\x05\xc8\xce\xe9\xcb\x66\x4f\xa5\xa5\x04\x37\xd4\xad\ +\xc9\x36\x95\xfb\x37\xc0\x8d\xe9\xf0\x17\x29\xb1\x84\x23\x9f\x1e\ +\xc1\x34\xa2\x8f\xdc\x75\x4d\x93\x0c\x77\xf6\x07\x0e\x87\xa3\xc6\ +\x71\xbe\x53\xd4\xfe\x23\x77\xb5\x4f\x18\x33\xa9\xcb\xa5\x47\x85\ +\x8b\x82\xd2\x89\xa5\xb8\x32\x5c\xfd\xfb\x55\x7a\x51\xca\x01\x0f\ +\x36\xdc\x80\x5a\x9b\x5a\x39\xd3\x78\xc6\x16\x5b\xb9\x23\x72\x29\ +\x1c\x5f\x38\x60\xbe\x94\x57\x11\x43\x05\x2e\x40\xfe\xc8\x7c\xb2\ +\xb2\x33\x93\xb6\xe3\x70\xe8\x8c\xbe\x64\xf4\xc0\x19\xbb\x95\x32\ +\xc0\x43\x09\x2e\x00\x0a\xc6\x96\x8c\xc3\xe9\x8c\xfe\xab\x8f\xc9\ +\x84\x06\x63\x8b\xc7\xe2\x88\xc3\x46\x4a\x00\x5f\x80\x9b\x53\xc3\ +\x50\x81\xdb\x2d\x5d\xd7\x29\x2a\x2b\x21\x23\x81\x6f\x7a\xba\xae\ +\x33\xbe\xb4\x88\xcc\xec\xac\xb8\xee\xb3\xbd\x0e\x0e\xc1\x95\x2f\ +\xd9\x6d\xdb\x2e\x59\x96\xd0\x7c\xb6\x89\xd6\xa6\x16\xac\x18\x06\ +\x0b\x39\xf9\x39\x14\x8c\x29\x88\xab\xe4\x42\x0a\x1a\xb9\xe1\x00\ +\x37\x5c\x86\x61\xd0\xd6\xd2\x46\x47\xbb\x87\x2e\x6f\x57\x10\xb6\ +\x52\x0a\xa7\xcb\x89\x3b\xd7\x4d\x4e\x5e\x2e\x19\x99\xfd\xf7\x16\ +\xfa\x92\xad\x80\xbb\xeb\xdc\x4d\xc0\x5c\xbb\x6c\xa6\x5b\x96\x75\ +\xe1\xfd\x82\xae\x27\xfe\x32\x3e\x5c\xa2\xf4\xa2\xc4\x6b\xfc\x30\ +\x7d\x1e\xe0\x02\x68\x9a\xfd\x4d\x52\xd2\x16\x3f\x2f\x70\x53\xa5\ +\xa4\x4a\x70\xe3\x9e\x57\xdc\x7e\x43\xab\xe1\x22\xdc\x3e\x95\x30\ +\xe0\xc6\x3d\xaf\xb8\xfd\xa6\xb6\x09\x98\x63\x5f\x38\x9f\x3f\x25\ +\x54\x45\x04\xe1\xca\x45\xb8\x03\x29\x6e\xc0\x17\xe1\xc6\xa7\xb8\ +\x00\x9f\xf9\xed\xcf\x72\x7d\xa6\xb6\xe5\x22\xdc\xd8\x15\x73\x1d\ +\x5c\x57\xb7\x26\xbf\x53\xcb\xac\x55\x22\x91\x5f\x9d\x2f\x2a\x8a\ +\x04\x79\xae\xb4\xbc\xaa\x21\xa6\x12\x5c\x57\xb3\x26\x5b\xce\x1a\ +\xbf\x6e\x6e\x6e\x4b\xdb\x8c\xc9\xe1\x2c\x41\x9e\x2b\xad\x58\xf1\ +\x08\xc4\x50\x82\xf7\x6c\x59\xed\xf6\x89\x51\x03\xcc\xf5\xf9\x4d\ +\x9a\x5a\xda\x3f\x1c\x35\x22\x67\x76\xca\xa3\x1c\xa6\xf2\xbd\xb3\ +\xf3\x5d\xdf\xc7\x9f\xbe\x16\x38\xef\xb7\x04\x5f\x80\xdb\x73\x10\ +\xe1\xf3\x9b\xb3\x9b\x5a\xda\x3f\x4c\x61\x8c\x31\xc9\x6a\x6c\xc2\ +\xf7\xee\x6e\xac\xc6\x73\x83\x1d\x4a\x50\x5d\x6f\xff\xfe\x77\xbe\ +\x8f\x0f\x5e\x0f\xf2\xa3\xc0\xb5\x3e\x01\x87\xe0\xca\x9c\xc8\xb4\ +\x41\x87\x6c\x98\x74\xbe\xbe\x1d\xdf\xce\xbd\x74\xfe\x6a\x5b\x9f\ +\xd3\x57\xd3\x29\xf3\xf0\xc9\x57\xfd\xf5\x87\x03\xed\xd3\xbc\x7d\ +\x7f\xb9\xf0\x52\xe8\x03\x70\x7f\x70\x03\x1a\x4c\xc8\xe6\xe9\x66\ +\xc4\xdb\x3d\x81\xd1\x1f\xf7\x0c\x59\xdb\xa5\x14\xcf\x4e\xf8\xea\ +\xb7\xee\x42\xf8\x63\xe0\x12\x1a\x7f\x0d\x51\x00\xc7\x02\x37\xa0\ +\xc1\x82\x6c\x9d\x0c\x7d\x5b\xd3\x0a\xf2\x13\x5e\x9f\x61\x87\x94\ +\xe2\xd9\xe2\xf2\xe5\xdf\xec\x9e\xd7\xf6\xf3\x50\x02\x8b\x21\x02\ +\xf0\x9e\x2d\xab\xdd\x3e\xb2\x6b\x63\x81\x1b\x50\x37\xe4\x5d\x36\ +\xc5\x1b\x93\xcc\x86\x50\xbd\xab\x15\x8e\x4a\xa7\xeb\x08\xc9\x4f\ +\x8a\xcb\x97\x7f\x33\x78\xa6\x9b\xeb\x08\x4d\x20\xbc\xa2\xfe\xaf\ +\x96\x94\x06\x01\x07\xe1\x0a\x37\xc4\xeb\xc6\xe7\x37\xcb\xd3\x09\ +\xd9\x3a\x13\x9a\xe7\xad\x8d\x8d\xfd\x03\xa4\xbd\x92\x9f\x94\x54\ +\xac\xf8\x56\xf8\x95\xee\xb9\xd2\xfb\x02\xe7\xba\xdf\xbc\x51\x83\ +\xe4\xe0\x06\x94\x36\xc8\x96\x85\xb4\x86\xd6\x58\x0c\x12\xe0\xd5\ +\x91\x70\x03\x52\x8a\x1d\x81\x63\x51\x54\x68\x00\xa6\x91\x55\x80\ +\x50\x96\xac\x57\x9f\xdf\x2c\x6f\x6e\x69\xdb\x99\xac\x9d\xfe\x64\ +\xb5\xb6\xf7\x58\x1a\xa0\xe5\xe7\xa4\xd2\x5d\x34\xad\x2e\xa9\x58\ +\xfe\xed\x7e\xd2\xff\x10\x76\x3c\x5d\x03\x28\x5f\xf4\xe0\x51\xa5\ +\x3b\xae\x27\x38\x6d\x28\x71\x75\xf9\xad\xab\x9b\x5b\x3c\x29\x2b\ +\xc9\xd6\xf9\xb0\x45\x2c\xba\x8e\xca\x48\xeb\xe0\xf2\xc7\x03\xc0\ +\xc5\x32\x55\xd8\x74\x5f\x15\xaa\x83\x2b\xe7\xdd\x73\x4c\xe9\x8e\ +\x39\xd8\x02\xd9\x28\x4f\x19\xe4\xce\xd0\x22\x1e\x95\x13\xdf\x27\ +\xf4\x24\xf5\xe3\x92\x8a\xe5\xff\x30\x50\x26\x4d\x99\x41\xc0\x0a\ +\x29\xe8\xd1\x8b\xa8\x9c\x77\xcf\x31\xdd\x94\xb9\x0c\x61\xc8\xe1\ +\xcb\xb4\xb4\xec\xb4\xad\x59\x8e\x09\x2e\x80\x5f\xac\x60\x0b\x2c\ +\x90\xd5\xab\x03\x59\xbe\xe8\xc1\xa3\xb6\x42\x6e\xb5\x17\xb2\x98\ +\x61\x03\x8b\x14\x7c\xa4\xec\xed\x50\x9e\x89\x15\x2e\x80\x03\xad\ +\xc7\x27\xe9\xa8\x11\xda\x0a\xd9\x67\x33\xe4\xb0\x89\x06\x92\xea\ +\x21\xb2\xc8\x33\x25\x95\x2b\x1e\x8d\xeb\x16\x87\x33\xbc\x63\xde\ +\xda\x67\x11\x08\x40\x56\x70\x24\xd1\xf8\x02\xb2\x13\x72\x8f\xb5\ +\xc7\x7e\xa3\xef\x8c\xc9\x2a\x01\xb8\x00\x18\xd6\xb8\xa0\x09\xc5\ +\xb9\x7e\x7f\x63\xe5\x8b\x1e\x3c\xaa\x99\x32\x67\x28\x41\x0e\xdf\ +\x2b\x22\x75\x25\x58\xad\x4a\x08\x2e\x80\xc6\xe5\xc1\x43\xe1\xc0\ +\x80\x95\x98\xdd\x90\x9b\x5a\xda\xff\x37\x19\x1b\xca\x1d\xea\x39\ +\xc8\x79\x0f\xf4\x31\xa9\x3a\x09\x0f\xab\x4a\x2a\xee\xfc\x41\xc2\ +\x77\x0b\x95\x81\x63\x41\xed\x8d\xa9\x95\xb0\x13\xb2\xcf\x6f\xce\ +\x4a\x06\xb2\xca\x0f\x9b\xba\x6f\x59\x98\x4d\xd1\xd6\x5e\x24\x28\ +\xe1\x89\x64\xe0\xd6\xad\xac\x70\xa2\x24\x38\xa3\x54\x89\xfc\x4f\ +\xcc\xcd\x70\xf9\xa2\x07\x8f\xfa\x45\xb3\xa5\x4e\x4e\x06\xb2\x96\ +\xeb\x46\x85\x4d\xc6\x93\xd3\x2d\xc9\x86\xd3\x6d\x88\x27\x4a\x2a\ +\x97\x3f\x99\x8c\x89\xec\xf6\xb1\x37\x00\x81\x55\xe2\x5d\x5d\x0e\ +\x23\x76\xc0\x00\x5f\x5c\x70\xdf\x91\xa1\x00\x59\x1f\x17\xda\xfb\ +\xc3\x6c\x48\x7e\x59\x80\x88\x7c\x3f\x59\xb8\x00\x0a\x59\x19\x76\ +\xf2\x5f\x57\xbe\xba\xd5\x13\x77\x47\xd2\x6e\xc8\xcd\x2d\x9e\xb8\ +\x21\xeb\x65\xc1\x86\x1a\xe3\xd0\x09\x88\x61\xc5\x65\x5f\x12\x91\ +\xef\x97\x56\xae\x78\x2a\x61\x03\xdd\xda\x7b\xc7\xc2\x09\x84\xed\ +\x42\xa8\x84\x7f\x87\x04\x67\xf6\x7c\x71\xc1\x7d\x47\x14\xcc\x53\ +\x8a\x13\xc9\x06\xd6\xe5\x37\xe2\x86\xac\x4f\x2e\x0a\xf6\x87\xa5\ +\xc3\x7b\x01\x72\x02\xb2\x0b\x2e\x80\x82\x27\x09\x7d\x44\xfe\xec\ +\x64\x43\x47\x2d\x24\x31\xbb\xb2\x62\xfe\x03\x9f\x1a\x4a\x9f\x3b\ +\x18\x90\xb5\x3c\x37\xfa\x84\x50\x29\xf6\xd7\xed\x8d\xdb\xa7\x28\ +\xf5\xb8\x5d\x70\x0f\xdc\xb1\x78\x36\xb0\x22\x74\x45\x3d\x35\x77\ +\xc7\x0e\x03\x92\x9c\xbe\xfa\x85\x9b\xee\x3d\x38\x58\x90\x5d\x15\ +\xd3\x82\xc7\xe6\x89\xb3\x18\x9f\xc4\xbe\x66\x5d\x94\x7a\xbc\xb4\ +\xfc\xce\x1f\xc6\x17\x61\x74\x1d\x5f\xb6\x2c\xcb\x12\xeb\x67\x84\ +\xc6\x98\xfb\x1b\x1b\x3c\xff\x11\x48\x4f\x7a\x30\x6f\x37\xe4\xa6\ +\x66\xcf\xee\x58\xf2\xea\x65\xe3\xd0\xc7\x87\x1a\xbb\xae\x6d\x75\ +\x51\xf7\xeb\x89\x94\xc0\xf7\xec\x82\x0b\xd0\xe6\xec\x78\x16\x15\ +\x1c\x5c\x08\xa8\x87\x02\xa5\x17\x6c\x5a\x65\x64\x27\x64\x9f\x61\ +\x5c\x15\x2b\x64\xd7\x8d\x95\xc1\xa1\xb3\x78\x3a\xf1\x6e\xfa\x6d\ +\xaf\x7d\x7a\xc2\x25\xf0\xbd\xd2\x8a\xe5\xff\x98\x6c\x8c\x01\xed\ +\xad\x5a\xf8\x75\x85\xdc\x17\xbc\xa0\xe4\x85\xc8\xc5\xf4\xb6\xbd\ +\x8e\x1a\x0c\xc8\xfa\x98\x91\x38\xaf\x0b\xed\xc6\x60\x1e\x6d\xa4\ +\xeb\xad\xf7\xa3\x42\x56\xc8\x63\x76\xc2\xdd\xbf\x7c\xd1\x2d\x4a\ +\xf1\x52\xf0\x82\xf0\xc7\x1c\x5f\x4e\xaf\xb7\x6e\xb6\xbe\xef\x1b\ +\x0c\xc8\xae\xab\x2f\xc3\x31\xad\x2c\x78\x6e\xec\x3f\x42\xd7\x9b\ +\xef\x22\x5d\xa1\x8d\x90\x14\xf2\x58\x71\xc5\x8a\x1f\x45\xb9\x3d\ +\x21\xed\xaf\x5a\x78\xbb\x58\xb2\x9e\x50\xaf\xe1\x94\xae\xd4\x57\ +\x4a\x36\x6c\xe8\xb5\x8d\x60\x4a\xd6\x2a\xbf\xbf\xf5\x5f\xa7\xe8\ +\x96\xb9\x03\x88\xb6\x63\x55\x5c\x72\xb9\x1c\xbb\x47\xe5\xbb\xaf\ +\xea\x37\x93\x69\xd2\xb1\x61\x3b\xd6\x89\xd0\x6e\x30\x2a\x3f\x87\ +\x8c\x79\xb3\x71\x96\x8e\xfd\x6e\x71\xe5\xf2\x7f\x4a\x36\x0e\xb8\ +\xd0\xa0\xb5\x3b\xdb\x9f\x04\xf5\xf7\x04\xd9\xa9\x76\x60\xce\xf4\ +\xb5\xb5\x1f\x45\xbb\x27\x65\x8b\xc1\x3f\xa8\x7d\xe1\x52\x4d\x57\ +\xdb\x49\x17\x64\xc3\xc4\xbb\xf9\x3d\x8c\x83\x3d\x7a\x13\xa2\xe0\ +\x4d\xd3\x92\x27\x67\xac\x7f\x2b\xe1\xf7\x1f\x17\xb6\x39\x2b\xbc\ +\x1b\x78\xfc\xc2\xae\x28\x41\x79\x44\x58\x7a\xd9\xba\xcd\xef\xf4\ +\x75\x6f\x4a\x57\xdb\xa7\x1d\xb2\x80\xef\x77\x7b\xf0\x7d\xb8\x37\ +\xda\xe8\xee\x7d\x50\xaf\x8b\xa6\x6d\x9b\x3e\xb9\x62\xb7\x5a\xb5\ +\xaa\xdf\x77\x9d\x75\x2b\x97\x64\x67\xb7\x5b\xd7\x2a\xe1\x76\x94\ +\x75\x1b\xa8\x1e\xf3\x03\x14\x1c\x17\xd4\xd2\xbe\x4a\x6e\x58\xbe\ +\xd4\xca\x4e\xc8\x99\x2e\xc7\xee\x11\x03\x41\x06\xcc\x7d\x87\x5f\ +\xec\xdc\xfc\xfb\x3f\x07\x66\x46\xcf\x21\xe7\x10\xfe\x80\xd2\x4e\ +\x80\x9c\x12\xa4\x45\x03\xb7\x85\x96\xa7\x21\xa3\x04\xae\x02\x26\ +\x03\xd1\x56\x24\x0a\xf0\xb2\xd7\xe5\x7a\x78\xd6\x7f\x6e\x1c\xf0\ +\x4d\x53\x5a\x36\xe4\x48\x2b\x64\xe1\x3b\x25\x95\xcb\x9f\x96\x55\ +\xab\xb4\xfd\x9f\xec\xbc\x15\xe4\x51\xe0\xea\x64\xfd\x02\xa6\x82\ +\x9a\x78\xab\x9b\xb4\xed\xd9\x93\x06\xc8\x82\xc8\xc3\x25\x95\x2b\ +\xfe\x39\x32\xff\x81\x3b\xe7\x5f\x6d\x59\xda\x52\xd1\xb8\x55\x09\ +\xd3\xe3\x70\x65\x82\x7c\x88\x52\x35\x96\xae\xbf\x36\xe3\x95\x9a\ +\x63\xf1\xc6\x9a\xd6\x4d\x91\x52\x08\xb9\x4f\xb8\x91\x3a\x50\xb5\ +\xa4\xc0\xd0\xfc\x57\x2a\xd1\x66\x2a\x64\x3c\xa2\xe5\xa3\x64\x04\ +\x80\x88\x6a\xd3\x94\x75\x06\x38\x6a\xa1\xea\xc5\xdf\xb1\x6b\xc6\ +\x86\x1d\x7d\x6e\xeb\x15\x8b\xd2\xbe\x49\xfe\xce\xb7\x7e\x3a\x15\ +\x25\xdb\xb0\x01\x72\x86\x53\xdf\x33\x72\x44\xce\x4c\x44\x3d\x54\ +\x52\x79\xe7\xf3\x36\x84\x67\xbb\x06\xe5\x5f\x08\x3e\x7a\xe7\xc5\ +\xe9\x96\xc9\x76\x60\xe0\x8d\x6f\x06\x50\x56\x76\xc6\x23\x97\x5f\ +\xff\xf5\xe7\x6c\x08\x2b\x25\x1a\x94\x99\xcb\x15\xf3\x1e\xd8\x87\ +\xa8\x1b\x80\x24\xb7\xc6\x95\xc7\x86\x32\x5c\x18\xe4\xff\xd1\xe8\ +\xae\x2e\xb6\x03\xe3\x06\xcc\x1c\x21\x11\xf5\xdd\xd9\x0b\xee\xb7\ +\x65\x84\x96\x4a\x0d\xfa\x1f\x95\x24\x02\x79\xb8\xc0\x85\x21\x00\ +\x18\xe2\x83\xac\x14\xdf\xa9\xbc\xf9\x81\xa7\xd3\x10\x96\x2d\x1a\ +\x12\x80\x21\x36\xc8\xc3\x0d\x2e\x0c\x21\xc0\x00\x75\x5b\xfe\x65\ +\x9a\x88\xb6\x8d\xde\x90\x45\xe0\xe1\xd9\xf3\x1f\x18\xb0\x9f\x3b\ +\xd4\x34\xa4\x00\x43\x54\xc8\xc3\x16\x2e\x0c\x41\xc0\x10\x84\xbc\ +\x1d\x28\x1c\xce\x70\x87\xb4\x76\x6e\x79\xe9\xf2\x9d\x5b\x7e\xba\ +\x72\xe0\x9c\x17\xf5\xff\x5a\xff\x07\x99\x7a\xae\x36\xac\xc5\x7d\ +\xb6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x4d\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x05\xeb\x00\x00\x05\xeb\ +\x01\x7f\x9f\x3a\x8e\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xca\x49\x44\ +\x41\x54\x38\x8d\xd5\x94\xcf\x6b\x13\x51\x14\x85\xbf\xf3\x32\x69\ +\x16\x1a\xb4\xc8\x44\x11\x5c\x8c\xae\xec\x42\x5c\xb9\x95\x5a\xa8\ +\x0d\x6e\x04\x57\x22\x2e\x92\xba\x6e\xff\x16\x4b\x57\x6a\x40\x70\ +\x23\x64\x25\x82\x6d\x05\xc1\x82\xee\x05\x05\xc5\x1f\x13\x37\xa2\ +\x26\x6a\x91\x8a\x5a\x3b\x79\xd7\xc5\xc4\x42\xd3\x64\x88\x23\x22\ +\x1e\x78\x30\xbc\x7b\xef\xf7\xee\x9c\x79\x73\x45\x0e\xbd\xad\x55\ +\xc3\xa2\xf3\x91\xf7\x2e\x42\x16\x19\x44\x32\x45\xc8\x22\x60\x5f\ +\xb8\x5e\x0e\x95\x05\x78\x77\x71\x7a\x97\x2b\x16\xea\x18\x47\x4c\ +\x16\x09\x22\xd2\xb5\x3b\xab\x2e\x0c\x3a\x63\x41\x56\x42\x50\x70\ +\x13\x1e\x5b\x40\x90\xd9\xc1\x00\xb9\xdf\xcc\xff\xa7\x60\x03\xc8\ +\xb4\x62\x88\x36\x80\x37\x82\xd8\x43\x2c\x29\x06\x8b\x25\x1f\x17\ +\x9c\x7f\x99\x6c\x06\xcb\xa3\x82\x1f\x4a\x2c\x76\xbd\x6b\x91\x24\ +\xad\x03\x37\xee\xb6\xb3\x92\xdb\xb5\x19\x46\x02\x0b\x3d\x0e\x1b\ +\x4b\x37\x47\x68\x60\x9b\xfe\xab\x8f\xf7\x77\xc1\x79\x6e\x05\x00\ +\x06\x6a\xd7\x66\x2e\x48\x9c\x31\xa8\x00\x8f\x8a\x41\x72\x39\xd9\ +\xfc\x03\xb0\x81\x3a\xf5\x6a\x53\xd8\x39\xd8\xfa\x2b\x4f\x25\x49\ +\xa1\x8e\xf8\x9e\x1b\xfc\x61\xf6\xf4\x79\x2c\x85\x6e\x97\xf6\xfe\ +\x7a\xca\xe5\xb1\x79\x77\x22\x2b\xcc\xda\x61\xbf\xd5\xf1\xfb\x4b\ +\x53\xfb\xe5\xc7\xe6\x90\x1d\x97\xd9\x0f\x43\xb7\x12\xa7\x67\x05\ +\x3f\xb0\x36\xce\x00\xbf\x50\xb3\xd9\x0d\x00\x3e\xd6\xaa\x13\x5d\ +\x6f\x0f\xc0\xc6\x31\xb0\xd4\xb5\xb3\xce\xfb\xa7\xe0\x56\xfb\x2b\ +\x37\xbe\x94\xaf\x96\xca\xeb\xb3\xc0\xb1\xbe\x90\x47\x36\x0f\x3d\ +\x2b\xba\xb2\x6b\xc0\xf8\xce\xc3\x75\x74\x50\x4b\x87\x9a\xcd\x6f\ +\x25\xd9\x24\xb0\x80\x78\x05\xac\x09\xee\x21\x37\x59\x69\xac\xa4\ +\xb3\xc2\x40\x1d\x18\xea\x99\x19\xc9\xa0\xfd\x3d\x8d\x95\x4f\xc0\ +\x7c\x6f\xed\x90\x53\xfa\xe6\xaf\x87\x81\x11\xcf\x87\xc6\x32\x94\ +\xde\x8a\x2e\x73\xf4\xe6\x68\x1f\xf5\x49\x12\x04\x8d\xdc\xe0\xca\ +\xf5\xe5\x3b\xc2\xa6\x30\xee\x03\x9f\x81\x16\xa6\xc5\x92\xfc\xc9\ +\x83\x57\x6e\x7f\xcd\x03\xfe\x09\x1b\x84\x97\x6d\x27\x57\xc5\x15\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\x53\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x06\x22\x00\x00\x06\x22\ +\x01\x60\xee\xbd\x31\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\xd0\x49\x44\ +\x41\x54\x38\x8d\xad\xd3\x5d\x48\x53\x61\x18\x07\xf0\xe7\x3d\x67\ +\x1f\xe7\x9c\x39\xa7\x26\xd6\x9c\x8a\x1f\x58\x36\x24\x47\x8a\xa8\ +\x89\xcd\x08\xa4\x6e\x0c\xf3\x44\x60\xb4\x09\x5d\x04\x09\x75\xd1\ +\x07\x65\xd6\xd6\xc7\x6d\xd0\x55\x11\xa8\xc5\x42\x9a\x46\x51\x49\ +\x60\x90\xad\xa8\x10\xca\x98\x66\x2a\x31\x05\xbf\xd7\x9c\xba\x9c\ +\xfb\x38\x3b\x73\x6f\x17\x31\x11\xcf\x9c\x3a\xfc\xdf\xbd\x3c\xef\ +\xf3\xe3\x85\xe7\x79\x11\x44\x08\xab\x37\x68\x28\x86\x6e\x00\x04\ +\x55\x00\x88\x22\x10\x10\xa1\x50\x28\x80\x08\xe2\x87\xdf\xe7\x7b\ +\xd8\xde\x7c\xb3\x13\x00\x70\xa4\xde\x70\xd0\xea\x43\x5d\x9d\x21\ +\x9e\x4c\xa4\xdb\x68\x39\x53\xaa\x39\xb0\x3f\x49\x99\x9d\x06\x22\ +\xb1\xe8\x7f\x11\x63\x70\x4c\x3a\x60\xf8\xdb\xc0\x5f\xfb\xd8\xf4\ +\x0c\xe7\xe6\x6b\xcc\xa6\xa6\xa1\x0d\xe1\x9a\x53\x77\x95\x32\x39\ +\xf9\xb5\xe8\x70\x89\x2a\x67\x5f\xae\x38\xda\x6b\xe6\x66\x9c\xd0\ +\xdd\xd1\x35\xc7\x73\x3c\xdb\xf6\xa8\xf1\xc3\xba\xb0\x5e\x6f\xa0\ +\x96\x69\xaa\xb7\xbc\xba\x32\x4f\x95\x93\x46\x44\x43\xc3\xf1\xba\ +\xbd\xd0\xd9\xfa\xd2\xc9\x2d\x72\x25\xe6\x27\x4d\x23\x6b\xeb\x04\ +\x00\x00\x4f\x53\x97\xf7\x14\xa9\xb3\x36\x8b\x02\x00\x30\x72\x06\ +\x0e\x1e\x3b\x94\x2c\x95\x4b\x9f\x46\xaa\x13\x2c\x6b\x90\x90\x04\ +\x6a\xc8\x2f\x2d\xa0\x37\x8b\x86\xb3\x33\x43\x09\xf1\x49\x8a\xdd\ +\xac\xee\x56\xa1\x00\xc6\x0c\x68\x55\x39\x69\xe2\x95\x21\x6d\x31\ +\x7b\x0b\xd5\x89\xb4\x4c\xaa\x17\xc0\x12\xa9\xb4\x54\x99\xa5\x4a\ +\x88\x49\x05\x80\x94\x8c\x5d\x08\x89\x50\xb9\x00\x16\x4b\xc9\x4c\ +\x3a\x8e\x89\xd5\x05\x8a\xa1\x61\x39\x18\x4a\x16\xc0\x10\xc4\xae\ +\x20\xc7\xc7\x0c\xf3\x7c\x10\x08\x02\x79\x05\xb0\x3f\xc0\xfd\x72\ +\x39\x5d\x5c\xac\xf0\xe2\x9c\x0b\x10\x22\x46\x05\x30\xc2\xa1\xb7\ +\xa3\x03\x36\x77\xac\xf0\xd8\xf0\x88\x87\xf3\xfa\x4c\x02\xf8\x59\ +\x8b\x61\xda\xef\xf5\x0f\xfd\x19\xb7\x47\xfd\xfb\x91\x12\xf0\x07\ +\xc0\xd6\x6f\xf3\x88\x03\xf4\x2b\x01\x0c\x00\xe0\xf7\xf9\xce\x7e\ +\x7e\xf3\x71\x9e\xe7\x02\x5b\x82\xbf\x74\x7e\x5a\x0c\x62\x7c\xc3\ +\x64\xba\xe4\x59\x5b\x23\x01\x00\x06\xad\x96\x59\xb5\xa6\xc2\x31\ +\x65\x9b\xd0\x66\xe6\x65\x53\xa4\x98\x8c\x2e\x62\x0c\xef\xcd\x5d\ +\x7e\xc7\xa4\xfd\x7d\xdb\x83\xab\x17\x23\x5d\x59\x11\x7e\x7e\xef\ +\xb6\xe6\xaa\xcb\xc6\x47\xfa\x7f\x6b\xe3\x14\x72\x4a\x91\x9c\x80\ +\x22\x35\x2c\x38\xe6\xa1\xbb\xfd\xdd\x82\xd3\x3e\x6b\xe1\x39\x5e\ +\x55\x50\xac\x7d\x31\xd0\x6b\x11\x6c\x85\xa0\xf9\x64\xfd\x9d\x74\ +\x89\x4c\x72\x1f\x21\xa8\x48\xcd\x4c\x25\x15\x29\x3b\xe2\x08\x92\ +\x20\x3c\x2e\xf7\xd2\x94\x6d\x22\xc0\x07\xf8\x71\xff\x92\xf7\x9c\ +\xf9\xb1\xa1\xa7\xb6\xde\x58\x8d\x42\xf8\x3a\x88\xa0\xaa\xa3\xd9\ +\x30\x1f\x15\x0e\x87\x65\xef\xd1\x98\x71\x97\x21\x84\xd3\x11\x00\ +\x05\x80\xa6\x30\x12\xf7\x74\xb4\x5e\x9b\x5d\x7d\xef\x84\xce\x78\ +\x1c\x03\xbe\xc0\x91\xf4\xd1\xd7\x2d\x57\x56\xb6\x6b\x5d\x78\x2b\ +\xa9\xd5\x19\x4e\x23\x04\x67\xa8\x65\xd9\x91\xf0\x20\x37\x98\xd2\ +\xe6\x32\xd8\x67\xe9\xcb\xd7\x68\x51\x90\xe0\x6f\x17\x6b\xb4\xcf\ +\xad\x56\x4b\x70\x5b\x5e\x1c\x0e\xab\x37\x9e\x07\xc0\x95\x89\x12\ +\x25\xbb\xad\x30\x00\x00\xab\x33\x36\x22\x02\x73\xff\x00\x8c\x99\ +\x0a\x4d\x3f\x18\xa0\x0f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ +\x60\x82\ +\x00\x00\x06\x59\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x58\x00\x00\x00\x58\x08\x06\x00\x00\x00\x71\x95\x30\x34\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x16\x66\x00\x00\x16\x66\ +\x01\x1b\xca\x40\xf4\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x05\xd6\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\xcd\x8f\x14\x45\x18\xc6\x9f\xb7\xba\x7b\ +\xa6\x77\x76\x76\x76\x06\xf6\x8b\x05\x24\x46\x49\x54\x44\xd9\x80\ +\x90\x98\xe0\x4d\x0f\x7a\xe6\xe2\xc1\xc4\x8b\x09\xff\x85\x27\xaf\ +\x26\xea\xc1\x44\x4f\x42\x48\x60\x43\x24\x2c\xac\x7c\x5c\x48\x90\ +\xa0\x22\x20\x02\x09\x22\x02\x1b\xd0\x5d\x96\xfd\xfe\x80\xd9\x99\ +\xe9\x7e\x3d\x6c\x96\x1d\x76\x66\xbb\x7b\x7b\xaa\x66\x67\x8b\xfa\ +\xdd\xba\xea\xad\xaa\x27\x4f\x2a\xef\x54\xcd\x54\xd7\x10\x6a\x60\ +\x66\xfc\xce\x75\x00\x6f\xd6\xd2\xc7\x1a\xe0\x46\x3a\xf7\xea\xf6\ +\xb8\x8d\x85\x4c\x25\x86\x4a\x8c\xc1\x8a\xb1\xa3\x06\x5e\xfd\xf5\ +\xe8\xc7\x0c\xfa\xa6\xbc\x6c\x6e\x2e\x3f\x92\x4c\xba\xf2\x55\x69\ +\x44\x64\x83\x7d\xa6\x24\x11\x72\xe5\x65\x0c\x1e\x95\x2f\x49\x2f\ +\x4c\x8a\x50\xcc\xb2\x33\xf8\xda\xb9\x2f\xfe\x01\x2f\xce\x58\x9e\ +\x1b\xb8\xea\xbb\x5b\xea\xa3\x4a\x23\x82\x52\x44\x16\x28\x4b\x09\ +\xec\x27\x94\xab\xd1\x10\x93\x22\x14\x63\x0c\x56\x4c\xe4\x55\x44\ +\x5c\x98\x19\xb3\xb3\xd3\x28\x95\x4a\xb1\xfb\x48\xba\x2e\x9a\xdc\ +\x94\x44\x55\xf5\x43\xb9\xc1\xa3\xa3\x43\x18\x1b\x7b\x5c\x73\x3f\ +\x1b\x37\xbd\x8c\xe6\x54\x8b\x04\x45\xf5\x45\x79\x8a\xa8\x65\xe6\ +\x3e\xd7\x4f\x51\x4e\x3f\xf5\x46\xf9\x0c\x6e\x6b\xef\x02\x91\x80\ +\xe7\xd7\x90\x22\x12\x2e\x32\x99\xac\x44\x55\xf5\x43\xb9\xc1\xb6\ +\xe5\xa0\xb3\x73\xa3\xea\x61\x1a\x16\xb3\x8a\x50\x8c\x0d\x00\x13\ +\x27\x5a\x73\x73\xc9\xe4\x6e\x62\xce\x2c\x54\x0c\xae\x9e\x26\xad\ +\xb0\x87\x4f\xb7\xbf\x57\x24\x71\x4c\x30\xe7\x00\x2a\xaf\x1b\x5f\ +\x2d\x51\x3a\x21\x08\xf4\x35\xc0\xb9\xf0\x50\x43\x1c\x04\x08\xdb\ +\x56\x5b\x84\xce\x08\x00\xd6\x6a\x8b\xd0\x19\xe5\xcb\xb4\x62\x61\ +\x0e\x23\x23\x43\xf0\x7c\x5f\xf5\x50\x2b\xc2\x12\x02\x6d\x6d\x5d\ +\x70\x12\x49\xa5\xe3\x28\x37\x78\x64\xf4\x11\xa6\x67\x26\x55\x0f\ +\x13\x0f\x22\x6c\xd8\xf0\x92\xd2\x21\x94\xaf\x83\x93\xc9\x26\xd5\ +\x43\xc4\xc6\xad\x83\x36\xe5\x33\x78\xdd\xba\x76\xa4\x52\xcd\xf0\ +\x7d\x4f\xf5\x50\x2b\x42\x08\x1b\xae\xab\x81\xc1\x00\xe0\xae\xd1\ +\xaf\x1a\x65\x60\xb6\xca\x8a\xa9\xcb\x0c\x5e\xd3\x70\xd1\x19\x39\ +\xd3\x79\x64\xe1\xd1\x67\x7e\xca\x02\xc7\x3b\xdf\x1f\x3e\x1a\xa5\ +\xb9\x31\x38\x04\x86\x6f\x31\x78\xdf\xc2\x33\x11\x40\x8c\x4f\x1e\ +\x9f\xe9\xd8\xdf\xfe\xc1\xf0\xb7\x61\xed\x4d\x8a\x88\xcf\x67\x51\ +\x82\x8c\xc1\xf1\xe9\x8c\x12\x54\x97\x14\xe1\x79\x1e\xbc\x06\x5b\ +\xa6\x59\xc2\x82\x65\xa9\xff\x96\x40\xb9\xc1\x53\x53\xe3\x18\x1a\ +\x7a\x08\x80\x55\x0f\xb5\x22\x88\x08\x9d\x9d\x9b\x90\xc9\xa8\xfd\ +\x22\x51\x79\x8a\x98\x99\x9d\x42\xa3\x99\x0b\xcc\x1f\x27\x98\xd7\ +\xa6\x16\xe5\x33\x38\x97\x6b\x47\xb1\x50\x00\x37\x58\x8a\x20\x61\ +\x21\x97\x6b\x57\x3e\x8e\x72\x83\x9b\xdc\x14\xb6\x6c\xd9\xaa\x7a\ +\x98\x86\xc5\xac\x22\x14\x63\x0c\x56\x8c\x31\x58\x31\xc6\x60\xc5\ +\xc8\xfa\x90\x2b\x01\x3c\x23\xa9\xaf\xc6\x82\x4b\x4f\x41\x98\xa8\ +\x2c\xc7\xcc\xc4\x9f\x1f\x55\x5d\x44\x17\xac\xd9\x62\xc7\xb6\x73\ +\x33\x40\x8d\x06\x13\xb3\xe7\x4f\x9c\x3d\xef\x4f\xf4\xef\x61\xf6\ +\xd6\xe6\xe1\xb1\x70\xb2\xf6\xfa\x5d\x55\xcb\xb9\xc4\x63\xd5\x2a\ +\x9c\x52\x0a\xe3\x57\x3e\xfc\x43\xb0\xb7\xaf\xa6\x14\xe1\xe7\x6f\ +\xdf\xf5\xc6\xfb\xf6\x32\x7b\xe6\xf5\x82\x4a\x76\xf8\xc2\xfa\xb2\ +\x26\x83\x79\xf2\xec\x26\x59\x6a\xb4\x84\xb1\x37\xb6\xc1\x04\x6f\ +\xc0\xf1\x1f\xea\xfe\x9e\x72\xad\xdc\x89\x6d\x70\xb3\x75\xff\x1e\ +\xc0\x14\x1e\xf9\x02\x43\x38\x10\xd7\x60\xce\xd0\xe5\x57\xa4\x8a\ +\xd1\x8f\x52\xb1\x88\xc3\xb1\x0c\xb6\x90\xbf\x9e\xa4\xa9\xcd\xb2\ +\x15\x69\x05\xe3\x74\xc7\xee\xfe\xa1\x58\x06\xb7\x58\xb7\x1a\xf4\ +\xa8\x4e\xe3\x40\xe0\x03\x40\xbc\x9d\x5c\xbe\x55\x5c\x7f\x4b\xb2\ +\x1e\xdd\x98\x7a\xc2\x76\x1f\x10\xc3\x60\x87\xa6\xae\x0a\xcc\xb5\ +\xca\xd7\xa4\x15\xbd\xdd\xbb\xfa\x9e\x00\x31\x0c\xce\xda\xd7\xcc\ +\x71\xd7\x50\xe6\xd3\x03\xb0\x42\x83\x09\x3c\x96\xc6\xdf\x3b\xe4\ +\x0b\xd2\x8a\x81\x6c\xcf\x9e\xf3\x0b\x0f\x2b\x32\x38\x49\xc3\x37\ +\x00\xf3\xd6\x7d\x10\x44\x7c\x90\xe8\xf3\x67\x87\xa1\x57\x64\x70\ +\xce\xfa\xbd\x4d\xbe\x24\xbd\x28\x79\xf6\xc1\xf2\xe7\xc8\x06\x5b\ +\xa2\x50\x72\x69\xf0\x0d\xf9\x92\xb4\xe2\xb7\xb6\x5d\x7d\xb7\xca\ +\x0b\x22\x1b\xdc\x2c\x86\xe5\xcb\xd1\x0c\xe6\xc5\x0f\xb7\x05\xa2\ +\x1a\xcc\x2d\xee\x80\xd9\x1a\x07\x53\x4a\x24\x9c\xde\xa5\x85\x91\ +\x0c\xb6\xa8\x78\xcd\x16\x79\xb3\x35\x0e\x84\xfb\xd3\xdb\x8f\x3f\ +\x5a\x5a\x1a\xc9\xe0\xb4\xf3\x9f\x9e\x3f\x07\x49\x84\x80\x8a\xf4\ +\x00\x44\x33\x38\xdf\xe2\x0e\xc6\xbe\xbb\xf1\x05\x61\x72\x3a\x9f\ +\x3e\x59\xad\x22\xd4\x60\x47\xe4\xaf\x08\x2a\x99\xad\x71\x00\x4c\ +\x7c\x78\xf3\xbb\xbd\x4f\xab\xd5\x85\x1a\x9c\x75\x1f\x38\xf2\x25\ +\x69\x86\x57\xb9\x7a\x58\x20\xd8\x60\xe2\x11\xd7\x19\x31\x5b\xe3\ +\x60\xee\xe7\x76\x9e\xba\xb0\x5c\x65\xa0\xc1\x49\x6b\xf2\x26\xc1\ +\x33\x33\x38\x10\xfe\x81\x68\xf9\xf3\xb9\x81\x06\xb7\x26\x07\x22\ +\x1d\x93\x7f\x91\xb1\x2c\x3e\x14\x54\xbf\xac\xc1\x02\xc5\x07\xae\ +\x3d\xfd\x9a\x7c\x49\xfa\x40\xe0\x8b\x99\xb7\x4f\xfd\x15\x14\xb3\ +\xac\xc1\x2d\xce\x60\xed\x97\x9d\x69\x8e\xbf\xcc\xda\xb7\x9c\xe5\ +\x0c\x2e\xb4\xb8\xff\xbe\x2e\x59\x8f\x6e\x14\xec\xa2\x7b\x24\x2c\ +\xa8\xba\xc1\x96\x73\x49\x90\xd7\x2d\x5d\x92\x4e\x10\x9f\xcc\xec\ +\xf9\x31\xf4\x82\xea\xaa\x06\x5b\x4d\x5d\x45\xf9\x8a\x34\xc3\xb7\ +\x42\xd3\x03\x50\xd5\x60\x1e\xa7\x64\xc7\x4e\xd9\x7a\x34\x63\x2c\ +\x9b\xf1\xfa\xa3\x04\x56\x1a\xec\xa4\x2f\x83\x68\xed\xdd\xc2\x59\ +\x47\x08\x74\x98\xb6\xfe\x34\x17\x25\xb6\xc2\x60\xd1\xd4\x6d\xcc\ +\x0d\xc1\x03\x45\x4a\x0f\xc0\x52\x83\x89\xee\x89\x44\xab\x49\x0f\ +\x81\xd0\x9d\x75\x3d\x27\x7e\x89\x1a\xfd\x9c\xc1\x64\x67\x6f\xc3\ +\x5c\x71\x10\xc6\x81\xa0\xad\xf1\x52\xca\x0d\x66\xd1\xb2\x51\xed\ +\x15\x4c\x6b\x1f\x26\x0f\x07\xc3\xc3\x16\x59\x34\x98\xac\xcb\x24\ +\x5c\xb3\xb9\x08\x82\xe8\x42\xf6\x9d\x93\x77\x57\xd2\xe4\x99\xc1\ +\xc2\x6d\x37\xff\xea\x12\x02\xf9\xe1\x5b\xe3\xa5\x2c\xe4\xdb\xbc\ +\x48\x75\x99\x9f\x85\x02\x60\x20\x0f\xe1\x84\x6e\x8d\x97\x22\x00\ +\x80\xac\xc4\x45\x90\x6d\xb6\xc6\x01\x10\xd0\x97\xeb\x39\x56\xf9\ +\xbe\x5c\x08\xf3\x06\x37\x75\x37\xde\x85\x0e\x0d\x46\xb5\x43\x25\ +\x51\x10\x00\x86\x85\xbb\x7e\xb7\x64\x3d\x9a\xc1\xa3\x39\x37\x7d\ +\x3a\x4e\x4b\x01\xa7\xf9\x0a\x40\x69\xd9\x92\x34\xe3\x10\x6d\xeb\ +\x2d\xc4\x69\x28\xec\xcc\x56\xb5\xf7\xbb\x6a\x80\xa0\x78\xe9\x01\ +\x00\x04\xc8\xee\x91\x29\x46\x43\x6e\xb7\xf6\x9c\xba\x14\xb7\xb1\ +\x00\x70\x53\xa2\x18\xed\x20\xa2\xef\x6a\x69\x2f\x04\x89\x4f\x41\ +\xf4\x33\x80\xb5\xf9\x5f\x36\xea\x98\x05\xf0\x7d\x6b\x22\xf5\x55\ +\x2d\x9d\xfc\x0f\x5a\x97\x7b\xb7\x4d\x2a\xb1\x52\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x05\x5e\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x30\x00\x00\x00\x30\x08\x06\x00\x00\x00\x57\x02\xf9\x87\ +\x00\x00\x05\x25\x49\x44\x41\x54\x78\xda\xed\x9a\x03\x74\x2c\x59\ +\x10\x40\xd7\xb6\x34\x99\xb5\x6d\x7c\xdb\xb6\x6d\x23\x36\x06\xdf\ +\x36\x62\xdb\xb6\x6d\xdb\x1c\xc5\x42\x6d\xa7\xce\xee\xfb\x52\x67\ +\xa6\x23\xf4\x39\x35\xc6\xbd\xdd\xf5\x84\xc7\x46\x8e\xfb\x1c\xca\ +\x1f\xf2\x5f\x57\xfe\x80\x77\x56\xf9\x03\xbd\x29\x42\x85\x51\xd3\ +\x6a\xe4\x47\x19\x57\xa8\x8c\x7d\x7b\xc0\x83\x6b\x3f\xa6\xfd\x84\ +\x12\x8b\xbb\x8e\x8a\x6a\x2a\x40\x59\x8e\x3f\xa3\x5a\x61\xcc\x8c\ +\x1a\xf9\xd1\x40\x85\xa8\xfa\xf0\x98\xfd\xb0\x74\xe9\x93\x03\x12\ +\x5e\x89\xcd\x19\xa7\xc4\xe2\x24\x76\x83\x63\xdc\x2d\x40\x62\x4c\ +\x7a\xf7\x55\x19\x30\xe0\x8a\xec\xa3\x1f\x28\xb3\x38\xc6\x14\x70\ +\x17\x82\x3f\x42\x80\xc4\xe1\x51\x2e\xe2\xc3\xa3\x3e\xea\xbf\x74\ +\xf9\x4e\xfb\x19\x25\x39\xee\x7e\x0a\xb4\x8e\x40\xd3\x16\x20\xd1\ +\x48\x5d\x11\xed\x02\xed\x09\xcf\xf5\x6d\xba\x7c\xc0\x99\x4b\x01\ +\xe6\x11\x58\xa9\x05\x48\x14\x0b\x14\xc6\xac\xeb\x75\x70\x15\x16\ +\xef\x4b\x45\x16\xc7\x8d\x40\x32\x26\x40\xc2\x4f\x24\x3f\xea\x7b\ +\xe6\xd3\xe5\x6d\xed\x97\x94\xe5\xb8\xda\x14\x54\x2b\xc2\xf5\x9a\ +\x00\x46\xbb\x40\x7e\xcc\x59\x91\xd2\x6f\xaf\x32\x80\x0e\x8f\xff\ +\x57\x2d\x56\x12\xb0\xde\x17\xc0\xa8\x96\x1f\x2d\x90\xa9\xda\x55\ +\x64\x73\x7e\x57\x64\x71\xc3\x09\x10\xc3\x02\xf4\x63\x54\x5c\x95\ +\xc2\xd8\xd1\xb4\xc1\x55\x3f\xe2\xbe\x4f\x81\x5f\xa5\x00\x3a\x11\ +\xa4\xdf\x05\x30\xba\x04\xf2\xa3\xad\x85\x87\xc6\xb1\x1f\x0a\x4f\ +\x81\x4f\x24\xd5\x22\x8d\xd0\xfe\xf2\xe4\x1d\xcf\xcf\x4e\xbb\x08\ +\x6e\x1c\x5b\x48\xf3\x08\x84\x82\xc8\x70\xf0\x39\xe5\x7c\x90\x08\ +\x30\x13\x75\x35\x8a\xa3\x27\x3e\x50\x80\x2a\xa8\xdb\xe8\x80\xf3\ +\x7e\xbc\x00\x26\x8b\x1d\xc1\x7d\x77\x30\x9c\x1f\x67\x08\xd7\x97\ +\xdf\x80\xd2\xc4\x68\x80\xae\x9c\x3b\x22\xcc\xd0\x43\x9d\x49\x01\ +\x8c\xc3\x63\xb6\x49\x2b\x80\xe0\xe6\xcb\x9c\x11\xfc\xff\xc8\xf5\ +\x4c\x00\xe8\x24\xd0\x50\x1c\x1f\x05\x41\x17\x5d\xc1\xfa\x80\x19\ +\xe8\xaf\xd4\x5f\x49\x57\x40\x74\x7c\x29\x34\xba\x1f\xc1\x10\x1d\ +\x5d\xcc\xac\x80\xe6\x67\xc7\xc1\x7a\xb5\x07\x02\xfb\xc8\x87\x42\ +\x96\x73\x3c\x94\x45\x25\x43\x65\x42\x0a\x01\xcf\xf4\x0a\x85\x53\ +\x93\x2e\x48\x55\x06\xea\x4c\x0e\x01\xb4\x67\x92\xdf\x82\xf6\x0c\ +\xa8\x33\x3e\xc0\x9c\xc0\x89\x3f\xaf\x11\xf8\x86\xca\x8c\x7b\x52\ +\x25\xc7\x35\x01\x5c\x77\x06\x02\xff\xa7\x9e\x0b\x08\x54\x27\x42\ +\x57\x63\x22\x40\x67\x36\x34\x47\xe9\x43\x4b\xac\x11\xfe\x66\x67\ +\x6d\x2c\xd4\x28\x8d\x63\x46\xe0\xf2\x14\x53\x14\xc8\x74\x8c\xc3\ +\x1f\xaf\xcc\x88\x07\xab\x7d\xa6\x50\x12\x87\x79\x0f\x05\x7e\x89\ +\xf8\xbe\xcb\x36\x7f\x50\x91\xe3\xf5\x48\x40\x7c\x66\x0d\xfe\x46\ +\x7b\x91\x17\x79\xad\xa3\x22\x08\x5f\x13\x1d\x5f\xc6\x8c\x80\xc9\ +\x12\x2c\xb0\x50\x1e\x93\x8c\x3f\x6c\xb6\xc3\x18\x5f\xbf\xb6\xec\ +\x06\x3e\x17\x66\xa5\xe1\xfb\x76\x1b\xbc\x7b\x7c\x05\x84\xdc\xf9\ +\x78\xf6\xbb\x1a\x93\x40\x7c\x6e\x2d\x48\x2e\x6c\x80\xae\x96\x34\ +\x80\x8e\x2c\x10\xea\xcc\x62\x46\xc0\x61\x93\x2f\x60\x81\xf5\x48\ +\x40\xe0\xdc\xe0\x30\xb8\xb2\xe8\x1a\xa4\x79\xe0\x99\x82\x92\xb0\ +\x24\x7c\xdf\x78\xa1\x83\x54\x65\xa0\x2d\xd7\xf5\x9e\xb4\x6c\x8e\ +\xbc\xc9\x4c\x19\x50\xff\xe4\x18\xa9\x71\xfc\x54\x43\xa1\x59\x94\ +\x75\xc7\x1f\xb5\x37\x65\x43\x90\x6e\x38\xbe\x7f\x79\xb2\x69\x8f\ +\x05\x24\x17\x37\x62\xa1\xc5\xbc\x17\x47\x61\xfa\x34\x7a\x9d\x80\ +\x1a\xc5\xb1\xcc\x08\x1c\xf9\xe5\xd2\x1d\xd5\x66\x80\x46\x18\x9e\ +\x71\x71\x7e\x3a\x94\x46\x26\x43\xb0\x1e\xc2\x63\x1c\xfb\xfd\x4a\ +\x8f\x04\x24\x97\x36\x41\x57\x13\xa6\x25\xb4\xa6\x58\x43\x8d\xc2\ +\x58\xe6\xdb\x81\x0b\x13\x0c\x11\x8e\x4e\x68\x7d\x71\x92\x8e\x00\ +\xd6\x2e\x0d\xee\x7c\x52\x75\xb6\x17\x78\x82\x40\x6d\x72\xef\x34\ +\x64\x06\xf3\x6c\x69\xc1\x3b\x6f\xf3\x07\xe5\x47\xf4\x85\x04\x1a\ +\xd3\xa0\xde\x4e\x1d\x3a\xaa\x43\x81\xa4\x60\x81\x07\x08\x54\x26\ +\xf5\x5e\x4b\x6c\xb3\xd6\x83\x96\x80\xf9\x72\xe7\xfb\x76\xe6\xea\ +\xac\x55\x36\x37\x47\xdc\x80\xb6\x2c\x27\xe8\x6a\xc3\x5c\xbf\x27\ +\xda\xf2\xdc\xb0\xf6\x61\x5c\x40\x85\xcd\x03\xd7\x5d\x41\xb4\x04\ +\xae\xcf\xb0\xbc\xaf\x40\x63\xd8\x15\xf5\xdb\x61\x3b\x25\x31\xd0\ +\x14\x70\x1e\x9a\x42\x2e\x41\x5b\xbe\x3b\x56\xa1\xf8\x5e\x47\x16\ +\x34\x7a\x1e\x61\x56\x80\xf3\xdd\x59\xda\xf9\x7f\x7a\xd4\x8d\xfb\ +\x0a\x34\x05\x9c\x95\x6f\x2f\xf3\x87\x96\x38\x53\xec\x1e\xdc\xdd\ +\xba\x8a\x8e\x2d\x81\x96\x04\x33\x22\xd8\x12\x67\x02\xcd\xe1\xd7\ +\xa1\xc1\x41\x1b\x04\x6a\x93\x64\x13\x38\x3d\xea\x26\x6d\x01\xbd\ +\xef\xce\xc8\x34\x1e\x68\xf4\x3e\x75\x4f\x6a\x75\x94\x07\x80\x40\ +\x7d\x8a\xf4\x02\xd7\x66\x5a\xd0\x82\x77\xdb\x19\x84\xe9\x26\x8b\ +\x40\x93\xff\x59\x84\x6e\x2f\xf6\x81\x7a\x7b\x4d\xd2\x9d\x68\x70\ +\xe1\x48\x2f\x60\xbe\xc2\x85\x96\x80\xf5\x5a\x0f\x99\x47\x64\x6d\ +\xd9\x4e\x08\x2c\xb9\xba\xb5\xfb\x39\xa6\x1b\xa6\x54\x82\xa9\x54\ +\x02\x58\x25\x52\x55\x23\x2d\x01\x83\x79\x36\xb2\x0a\x60\x4f\x14\ +\x81\xe3\x4d\x40\x7c\x7a\x55\x77\xc3\x86\xcf\x9b\xfc\xcf\x49\x27\ +\x40\x35\x4a\x08\xe7\xba\x23\x00\xcc\x96\x3a\xc1\xc5\x89\xc6\xc0\ +\xfd\xe1\x3c\x0e\x6a\xec\x37\x7a\xdf\x21\x70\x7e\xbc\xa1\xac\x02\ +\xd8\xf3\xec\x6a\x4d\x85\x3b\x6a\xac\xfa\x78\x10\x72\xe6\x49\x25\ +\x80\x83\x18\xfe\x4f\xe7\x41\x99\xcd\xbf\x07\x4c\xf5\xe3\xa3\xa0\ +\x3f\x97\x34\x70\xd8\xdd\x60\x62\x50\x8f\x67\x3e\xd9\x8a\xca\xff\ +\x40\xbc\x12\x64\x64\x26\x85\x00\xad\x38\xfe\xc7\x55\x70\xda\xea\ +\x8f\x1d\x3e\x06\x04\x98\x6c\xc8\xe8\x87\xc6\xa7\x08\xdf\xa7\x02\ +\x0c\x4d\xab\x90\xe8\x4b\x01\x9c\x56\x19\xf4\x13\x5b\x83\x7f\x6a\ +\x71\xf0\x4f\xee\x4a\x3f\xbd\xde\xd2\x97\xd3\xeb\x23\x0b\x1c\x03\ +\x7f\x89\x69\xe0\x2f\xf2\x8d\x2c\xb3\xd2\x17\x91\xe3\xfc\x49\x41\ +\x47\xd1\x10\x48\xa8\x3e\x3c\x6a\xdc\x00\xdf\x6a\xc0\xab\xa2\xb7\ +\xd5\x60\xf0\x6f\xf6\x18\x39\xfe\x05\xd7\x2b\x79\xd4\x87\xd1\x71\ +\x25\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +" + +qt_resource_name = b"\ +\x00\x06\ +\x07\x03\x7d\xc3\ +\x00\x69\ +\x00\x6d\x00\x61\x00\x67\x00\x65\x00\x73\ +\x00\x0a\ +\x0a\xcb\x27\x16\ +\x00\x6c\ +\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x67\x00\x69\x00\x66\ +\x00\x10\ +\x00\xe7\x33\x67\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x31\x00\x30\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x15\ +\x07\x05\x4c\x07\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x31\x00\x30\x00\x30\ +\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x0e\xf2\x04\x27\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x35\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x05\ \x00\x37\xfb\x78\ \x00\x34\ \x00\x38\x00\x78\x00\x34\x00\x38\ -\x00\x0d\ -\x0d\xdc\xf1\x67\ -\x00\x73\ -\x00\x74\x00\x61\x00\x72\x00\x2d\x00\x67\x00\x72\x00\x61\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x0a\xa0\x36\xe7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x36\x00\x30\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ -\x0e\xf2\x04\x27\ +\x0e\xb2\x04\x27\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x35\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x05\xbf\x20\xa7\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x76\x00\x69\x00\x64\x00\x65\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x03\x26\x60\x87\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x31\x00\x30\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x08\xc2\x5a\x27\ +\x00\x43\ +\x00\x6f\x00\x76\x00\x65\x00\x72\x00\x41\x00\x72\x00\x74\x00\x53\x00\x68\x00\x61\x00\x64\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x08\ +\x00\x28\x5a\xe7\ +\x00\x66\ +\x00\x69\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x14\ \x0a\xb0\x36\xe7\ \x00\x6d\ \x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x35\x00\x30\x00\x2e\ \x00\x70\x00\x6e\x00\x67\ \x00\x0c\ -\x0e\xe2\x04\x27\ +\x0e\xc2\x04\x27\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x36\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x38\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x14\ -\x0a\xa0\x36\xe7\ +\x0a\xf0\x36\xe7\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x36\x00\x30\x00\x2e\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x39\x00\x30\x00\x2e\ \x00\x70\x00\x6e\x00\x67\ -\x00\x0a\ -\x0a\xcb\x27\x16\ -\x00\x6c\ -\x00\x6f\x00\x61\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x67\x00\x69\x00\x66\ \x00\x05\ \x00\x35\x9b\x52\ \x00\x32\ \x00\x32\x00\x78\x00\x32\x00\x32\ -\x00\x0c\ -\x0e\xd2\x04\x27\ +\x00\x17\ +\x05\x80\x09\xa7\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x37\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0a\x90\x36\xe7\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x39\x00\x30\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x04\x4b\x27\xe7\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x0f\ +\x06\xac\x8f\xe7\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x37\x00\x30\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x08\ -\x00\x28\x5a\xe7\ -\x00\x66\ -\x00\x69\x00\x6c\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x38\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x0d\xdc\xf1\x67\ +\x00\x73\ +\x00\x74\x00\x61\x00\x72\x00\x2d\x00\x67\x00\x72\x00\x61\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x04\xe5\xe0\x87\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x76\x00\x69\x00\x64\x00\x65\x00\x6f\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x11\ +\x0e\x00\x5d\x87\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x64\x00\x61\x00\x74\x00\x61\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x17\ +\x05\x80\x05\xa7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x37\x00\x30\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x06\xac\x8b\xe7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x36\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x18\ +\x02\x2f\xb7\x07\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x31\x00\x30\x00\x30\ +\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x03\x8a\x2a\x47\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x05\x80\x01\xa7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x35\x00\x30\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ -\x0e\xc2\x04\x27\ +\x0e\xd2\x04\x27\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x38\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x37\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x14\ \x0a\x80\x36\xe7\ \x00\x6d\ \x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x38\x00\x30\x00\x2e\ \x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x05\xbf\x20\xa7\ +\x00\x12\ +\x0a\x6d\xe8\x87\ \x00\x74\ -\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x76\x00\x69\x00\x64\x00\x65\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x61\x00\x75\x00\x64\x00\x69\x00\x6f\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x0f\ +\x06\xac\x81\xe7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x39\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x05\ \x00\x34\xdb\x46\ \x00\x31\ \x00\x36\x00\x78\x00\x31\x00\x36\ -\x00\x0c\ -\x0e\xb2\x04\x27\ +\x00\x07\ +\x05\x8d\xb5\xe6\ +\x00\x32\ +\x00\x35\x00\x36\x00\x78\x00\x32\x00\x35\x00\x36\ +\x00\x09\ +\x09\x6a\x86\x67\ +\x00\x61\ +\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x05\x80\x07\xa7\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x39\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x38\x00\x30\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x05\ +\x00\x35\xbb\x54\ +\x00\x32\ +\x00\x34\x00\x78\x00\x32\x00\x34\ \x00\x0f\ -\x03\x8a\x2a\x47\ +\x06\xac\x8d\xe7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x37\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x10\ +\x00\xe0\x1d\x47\ +\x00\x66\ +\x00\x69\x00\x6c\x00\x65\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x13\ +\x07\x3b\x4c\xe7\ +\x00\x66\ +\x00\x69\x00\x6c\x00\x65\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x0e\ +\x08\x53\x8e\xe7\ \x00\x74\ -\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x03\x26\x60\x87\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x64\x00\x61\x00\x74\x00\x61\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x05\ +\x00\x36\x9b\x62\ +\x00\x33\ +\x00\x32\x00\x78\x00\x33\x00\x32\ +\x00\x17\ +\x05\x80\x03\xa7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x36\x00\x30\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x06\xac\x89\xe7\ +\x00\x6d\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x35\x00\x30\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0b\ +\x03\x41\x52\x67\ +\x00\x66\ +\x00\x69\x00\x6c\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x0e\xe2\x04\x27\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x31\x00\x30\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x36\x00\x30\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x14\ -\x0a\xf0\x36\xe7\ +\x0a\x90\x36\xe7\ \x00\x6d\ -\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x39\x00\x30\x00\x2e\ +\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2d\x00\x70\x00\x65\x00\x6e\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2d\x00\x37\x00\x30\x00\x2e\ \x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x06\x89\x11\xa7\ -\x00\x70\ -\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x61\x00\x75\x00\x74\x00\x6f\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x58\x3e\xe7\ -\x00\x61\ -\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\ -\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x06\x8b\xba\x67\ -\x00\x70\ -\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x64\x00\x65\x00\x73\x00\x6b\x00\x74\ -\x00\x6f\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x02\x69\x3c\x47\ -\x00\x72\ -\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0a\ -\x0a\xc8\xfb\x07\ -\x00\x66\ -\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x08\ +\x0a\x85\x58\x07\ +\x00\x73\ +\x00\x74\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0b\ +\x03\x6e\x07\x87\ +\x00\x73\ +\x00\x74\x00\x61\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x07\ +\x04\x5f\xb4\x38\ +\x00\x31\ +\x00\x32\x00\x38\x00\x78\x00\x31\x00\x32\x00\x38\ +\x00\x10\ +\x09\xf8\xec\xe7\ +\x00\x73\ +\x00\x74\x00\x61\x00\x72\x00\x2d\x00\x67\x00\x72\x00\x61\x00\x79\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0f\ -\x02\x30\x8b\xe7\ -\x00\x6c\ -\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x00\x24\xf9\x87\ -\x00\x61\ -\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2d\x00\x31\x00\x36\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x05\xff\xc8\x27\ +\x00\x74\ +\x00\x72\x00\x61\x00\x63\x00\x6b\x00\x2d\x00\x61\x00\x75\x00\x64\x00\x69\x00\x6f\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0a\ \x08\x89\x88\x67\ \x00\x70\ \x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x10\ +\x0f\xcb\x90\x67\ +\x00\x64\ +\x00\x69\x00\x61\x00\x6c\x00\x6f\x00\x67\x00\x2d\x00\x65\x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x17\ -\x08\x1f\x12\x27\ +\x0d\xcd\xf8\x07\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ +\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x05\x70\xe6\x47\ +\x00\x65\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x16\ +\x07\xf5\x87\xc7\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x61\x00\x75\x00\x74\x00\x6f\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x40\x00\x32\ +\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x07\xcc\x54\xc7\ \x00\x6d\ \x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x65\x00\x72\x00\x72\ -\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x6f\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x01\xa6\xc4\x87\ +\x00\x64\ +\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x11\ +\x0a\xe4\xc3\xa7\ +\x00\x65\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x70\x00\x61\x00\x73\x00\x74\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x0c\ +\x07\xb1\x59\x27\ +\x00\x65\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x15\ +\x02\x2c\x75\xc7\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x63\x00\x6c\x00\x75\x00\x73\x00\x74\x00\x65\x00\x72\x00\x40\x00\x32\x00\x78\ +\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x0d\x49\x86\xc7\ +\x00\x70\ +\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x64\x00\x65\x00\x73\x00\x6b\x00\x74\ +\x00\x6f\x00\x70\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x16\ \x08\x9b\xc7\x87\ \x00\x6c\ \x00\x6f\x00\x6f\x00\x6b\x00\x75\x00\x70\x00\x2d\x00\x6d\x00\x75\x00\x73\x00\x69\x00\x63\x00\x62\x00\x72\x00\x61\x00\x69\x00\x6e\ \x00\x7a\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x01\xa6\xc4\x87\ +\x00\x13\ +\x0f\xe8\xae\x47\ \x00\x64\ -\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x20\ -\x0a\x57\x7b\xa7\ -\x00\x6d\ -\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ -\x00\x65\x00\x64\x00\x2d\x00\x6d\x00\x6f\x00\x64\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x69\x00\x61\x00\x6c\x00\x6f\x00\x67\x00\x2d\x00\x65\x00\x72\x00\x72\x00\x6f\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x12\ +\x0e\x51\x13\x67\ +\x00\x6c\ +\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x12\ +\x05\x2b\x04\x47\ +\x00\x72\ +\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ \x00\x17\ -\x0d\xcd\xf8\x07\ +\x08\x1f\x12\x27\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x65\x00\x72\x00\x72\ +\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x13\ +\x07\xd8\x55\x07\ +\x00\x76\ +\x00\x69\x00\x65\x00\x77\x00\x2d\x00\x72\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x1a\ +\x09\x6e\xef\x07\ \x00\x6d\ \x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0e\xe8\x99\x87\ +\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x0a\xde\xca\xa7\ \x00\x70\ -\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ +\x00\x6c\x00\x61\x00\x79\x00\x2d\x00\x6d\x00\x75\x00\x73\x00\x69\x00\x63\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x1d\ +\x07\xa6\xd8\x87\ +\x00\x61\ +\x00\x63\x00\x6f\x00\x75\x00\x73\x00\x74\x00\x69\x00\x64\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x67\x00\x65\x00\x72\x00\x70\x00\x72\ +\x00\x69\x00\x6e\x00\x74\x00\x65\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x15\ +\x0c\xb1\x0c\xa7\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x61\x00\x6e\x00\x61\x00\x6c\x00\x79\x00\x7a\x00\x65\x00\x40\x00\x32\x00\x78\ +\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x12\ \x02\xd2\xa5\xe7\ \x00\x70\ \x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x61\x00\x6e\x00\x61\x00\x6c\x00\x79\x00\x7a\x00\x65\x00\x2e\x00\x70\x00\x6e\ \x00\x67\ -\x00\x0e\ -\x0c\xee\xc3\x07\ +\x00\x0f\ +\x02\x69\x3c\x47\ +\x00\x72\ +\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0a\ +\x0a\xc8\xfb\x07\ +\x00\x66\ +\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x12\ +\x09\x17\x4c\x27\ \x00\x70\ -\x00\x6c\x00\x61\x00\x79\x00\x2d\x00\x6d\x00\x75\x00\x73\x00\x69\x00\x63\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x63\x00\x6c\x00\x75\x00\x73\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\ +\x00\x67\ +\x00\x0e\ +\x0c\xaa\xc0\xa7\ +\x00\x65\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x70\x00\x61\x00\x73\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x10\ \x08\x15\x13\x67\ \x00\x76\ \x00\x69\x00\x65\x00\x77\x00\x2d\x00\x72\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x06\x4c\xbf\x47\ +\x00\x19\ +\x0a\x96\x44\x47\ +\x00\x6c\ +\x00\x6f\x00\x6f\x00\x6b\x00\x75\x00\x70\x00\x2d\x00\x6d\x00\x75\x00\x73\x00\x69\x00\x63\x00\x62\x00\x72\x00\x61\x00\x69\x00\x6e\ +\x00\x7a\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x02\x79\x4f\x07\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ +\x00\x18\ +\x09\x77\x53\xa7\ \x00\x61\ -\x00\x64\x00\x64\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x0f\xcb\x90\x67\ -\x00\x64\ -\x00\x69\x00\x61\x00\x6c\x00\x6f\x00\x67\x00\x2d\x00\x65\x00\x72\x00\x72\x00\x6f\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2d\x00\x31\x00\x36\ +\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ -\x0c\xaa\xc0\xa7\ +\x0d\x8b\x39\xe7\ \x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x70\x00\x61\x00\x73\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x04\x78\x27\x87\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x6d\x00\x6f\x00\x64\ +\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x0e\xe8\x99\x87\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x73\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x0d\x1b\x99\xe7\ +\x00\x61\ +\x00\x64\x00\x64\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x1a\ \x0c\x7d\x14\x87\ \x00\x61\ \x00\x63\x00\x6f\x00\x75\x00\x73\x00\x74\x00\x69\x00\x64\x00\x2d\x00\x66\x00\x69\x00\x6e\x00\x67\x00\x65\x00\x72\x00\x70\x00\x72\ \x00\x69\x00\x6e\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x04\x78\x27\x87\ +\x00\x17\ +\x0d\x58\x3e\xe7\ +\x00\x61\ +\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\ +\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x00\xbd\x49\x67\ \x00\x6d\ -\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x6d\x00\x6f\x00\x64\ -\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x07\xb1\x59\x27\ -\x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x23\ +\x01\x54\x1c\x47\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ +\x00\x65\x00\x64\x00\x2d\x00\x6d\x00\x6f\x00\x64\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ \x00\x11\ \x0f\xe3\xd5\x67\ \x00\x64\ \x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ -\x00\x11\ -\x00\xbd\x49\x67\ +\x00\x14\ +\x0b\xb8\xaa\x87\ +\x00\x64\ +\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x73\x00\x61\x00\x76\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x02\x30\x8b\xe7\ +\x00\x6c\ +\x00\x69\x00\x73\x00\x74\x00\x2d\x00\x72\x00\x65\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1d\ +\x04\x97\xd9\xa7\ \x00\x6d\ -\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x12\ -\x09\x17\x4c\x27\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x6d\x00\x6f\x00\x64\ +\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x17\ +\x06\x8b\xba\x67\ \x00\x70\ -\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x63\x00\x6c\x00\x75\x00\x73\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x0e\ -\x0d\x8b\x39\xe7\ +\x00\x72\x00\x65\x00\x66\x00\x65\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2d\x00\x64\x00\x65\x00\x73\x00\x6b\x00\x74\ +\x00\x6f\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0f\ +\x03\x7d\xa0\x87\ \x00\x65\ -\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x63\x00\x75\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x15\ +\x00\x24\xf9\x87\ +\x00\x61\ +\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2d\x00\x67\x00\x6f\x00\x2d\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2d\x00\x31\x00\x36\ +\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x20\ +\x0a\x57\x7b\xa7\ +\x00\x6d\ +\x00\x65\x00\x64\x00\x69\x00\x61\x00\x2d\x00\x6f\x00\x70\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2d\x00\x73\x00\x61\x00\x76\ +\x00\x65\x00\x64\x00\x2d\x00\x6d\x00\x6f\x00\x64\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x1a\ +\x05\x00\xfa\x67\ +\x00\x61\ +\x00\x70\x00\x70\x00\x6c\x00\x69\x00\x63\x00\x61\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2d\x00\x73\x00\x79\x00\x73\x00\x74\ +\x00\x65\x00\x6d\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x09\x5e\x0e\x27\ +\x00\x66\ +\x00\x6f\x00\x6c\x00\x64\x00\x65\x00\x72\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x13\ +\x06\x89\x11\xa7\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x61\x00\x75\x00\x74\x00\x6f\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x17\ +\x0f\x76\x8b\xe7\ +\x00\x70\ +\x00\x69\x00\x63\x00\x61\x00\x72\x00\x64\x00\x2d\x00\x65\x00\x64\x00\x69\x00\x74\x00\x2d\x00\x74\x00\x61\x00\x67\x00\x73\x00\x40\ +\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0e\ +\x0c\xee\xc3\x07\ +\x00\x70\ +\x00\x6c\x00\x61\x00\x79\x00\x2d\x00\x6d\x00\x75\x00\x73\x00\x69\x00\x63\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x0a\xa7\x63\xe7\ +\x00\x64\ +\x00\x6f\x00\x63\x00\x75\x00\x6d\x00\x65\x00\x6e\x00\x74\x00\x2d\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x06\x4c\xbf\x47\ +\x00\x61\ +\x00\x64\x00\x64\x00\x2d\x00\x69\x00\x74\x00\x65\x00\x6d\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x14\ +\x02\x40\x88\x67\ +\x00\x73\ +\x00\x79\x00\x73\x00\x74\x00\x65\x00\x6d\x00\x2d\x00\x73\x00\x65\x00\x61\x00\x72\x00\x63\x00\x68\x00\x40\x00\x32\x00\x78\x00\x2e\ +\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x0e\xfe\x4a\xe7\ \x00\x73\ @@ -5193,96 +17130,468 @@ \ " -qt_resource_struct = "\ +qt_resource_struct_v1 = b"\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x1e\x00\x00\x00\x02\ -\x00\x00\x02\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x4a\x09\ -\x00\x00\x03\x12\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x38\ -\x00\x00\x02\x30\x00\x02\x00\x00\x00\x13\x00\x00\x00\x25\ -\x00\x00\x00\x12\x00\x02\x00\x00\x00\x01\x00\x00\x00\x24\ -\x00\x00\x01\x1a\x00\x02\x00\x00\x00\x01\x00\x00\x00\x23\ -\x00\x00\x01\x4e\x00\x02\x00\x00\x00\x01\x00\x00\x00\x22\ -\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x03\x64\x00\x00\x00\x00\x00\x01\x00\x00\x50\x29\ -\x00\x00\x03\x40\x00\x00\x00\x00\x00\x01\x00\x00\x4f\x94\ -\x00\x00\x00\x94\x00\x02\x00\x00\x00\x01\x00\x00\x00\x21\ -\x00\x00\x01\x06\x00\x02\x00\x00\x00\x01\x00\x00\x00\x20\ -\x00\x00\x02\xee\x00\x00\x00\x00\x00\x01\x00\x00\x4c\xea\ -\x00\x00\x01\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x41\xdb\ -\x00\x00\x00\xd6\x00\x00\x00\x00\x00\x01\x00\x00\x41\x74\ -\x00\x00\x00\x48\x00\x00\x00\x00\x00\x01\x00\x00\x01\x1c\ -\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x03\x6c\ -\x00\x00\x00\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x3e\xbf\ -\x00\x00\x02\xc0\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x7e\ -\x00\x00\x00\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x3c\x9c\ -\x00\x00\x02\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x49\xa7\ -\x00\x00\x01\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x46\x29\ -\x00\x00\x01\x9c\x00\x00\x00\x00\x00\x01\x00\x00\x45\x4d\ -\x00\x00\x02\x16\x00\x00\x00\x00\x00\x01\x00\x00\x46\x95\ -\x00\x00\x03\x84\x00\x00\x00\x00\x00\x01\x00\x00\x50\x9d\ -\x00\x00\x01\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x42\xeb\ -\x00\x00\x03\x22\x00\x00\x00\x00\x00\x01\x00\x00\x4f\x1c\ -\x00\x00\x02\xa2\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x04\ -\x00\x00\x02\x40\x00\x00\x00\x00\x00\x01\x00\x00\x49\x3a\ -\x00\x00\x01\xca\x00\x00\x00\x00\x00\x01\x00\x00\x45\xaf\ -\x00\x00\x01\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x44\xe2\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xdc\x24\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x0f\x67\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xd3\x08\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x6d\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x27\xc1\ -\x00\x00\x07\xba\x00\x00\x00\x00\x00\x01\x00\x00\xc7\x29\ -\x00\x00\x05\x58\x00\x00\x00\x00\x00\x01\x00\x00\xa1\xb1\ -\x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x00\x95\x2b\ -\x00\x00\x06\x28\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x8d\ -\x00\x00\x07\x3a\x00\x00\x00\x00\x00\x01\x00\x00\xba\x7b\ -\x00\x00\x03\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x8e\x13\ -\x00\x00\x04\x12\x00\x00\x00\x00\x00\x01\x00\x00\x90\xd1\ -\x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x00\x97\x16\ -\x00\x00\x05\x26\x00\x00\x00\x00\x00\x01\x00\x00\x9c\x3c\ -\x00\x00\x07\xe2\x00\x00\x00\x00\x00\x01\x00\x00\xcc\x2b\ -\x00\x00\x05\x80\x00\x00\x00\x00\x00\x01\x00\x00\xa5\x41\ -\x00\x00\x04\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x92\x8b\ -\x00\x00\x07\x00\x00\x00\x00\x00\x00\x01\x00\x00\xb7\x10\ -\x00\x00\x06\x52\x00\x00\x00\x00\x00\x01\x00\x00\xb3\xb3\ -\x00\x00\x08\x0c\x00\x00\x00\x00\x00\x01\x00\x00\xce\xa6\ -\x00\x00\x05\xc6\x00\x00\x00\x00\x00\x01\x00\x00\xad\x5d\ -\x00\x00\x05\xfa\x00\x00\x00\x00\x00\x01\x00\x00\xa9\xbe\ -\x00\x00\x08\x2e\x00\x00\x00\x00\x00\x01\x00\x00\xc2\xd6\ -\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x00\xbf\xa7\ -\x00\x00\x04\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x5a\xf0\ -\x00\x00\x07\xba\x00\x00\x00\x00\x00\x01\x00\x00\x86\x55\ -\x00\x00\x05\x58\x00\x00\x00\x00\x00\x01\x00\x00\x64\xc6\ -\x00\x00\x04\x84\x00\x00\x00\x00\x00\x01\x00\x00\x58\x19\ -\x00\x00\x04\x46\x00\x00\x00\x00\x00\x01\x00\x00\x55\x94\ -\x00\x00\x06\x28\x00\x00\x00\x00\x00\x01\x00\x00\x6e\xc5\ -\x00\x00\x07\x3a\x00\x00\x00\x00\x00\x01\x00\x00\x7e\xa6\ -\x00\x00\x06\x9a\x00\x00\x00\x00\x00\x01\x00\x00\x76\x06\ -\x00\x00\x03\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x51\x06\ -\x00\x00\x04\x12\x00\x00\x00\x00\x00\x01\x00\x00\x54\x44\ -\x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x00\x81\xac\ -\x00\x00\x06\x74\x00\x00\x00\x00\x00\x01\x00\x00\x73\x2c\ -\x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x00\x5d\xef\ -\x00\x00\x04\xd8\x00\x00\x00\x00\x00\x01\x00\x00\x5d\x16\ -\x00\x00\x05\x26\x00\x00\x00\x00\x00\x01\x00\x00\x60\xf8\ -\x00\x00\x07\xe2\x00\x00\x00\x00\x00\x01\x00\x00\x89\x0f\ -\x00\x00\x05\x80\x00\x00\x00\x00\x00\x01\x00\x00\x66\x64\ -\x00\x00\x04\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x56\x9b\ -\x00\x00\x07\x00\x00\x00\x00\x00\x00\x01\x00\x00\x7b\xab\ -\x00\x00\x06\xde\x00\x00\x00\x00\x00\x01\x00\x00\x79\xd5\ -\x00\x00\x06\x52\x00\x00\x00\x00\x00\x01\x00\x00\x71\x09\ -\x00\x00\x03\xde\x00\x00\x00\x00\x00\x01\x00\x00\x53\x4e\ -\x00\x00\x08\x0c\x00\x00\x00\x00\x00\x01\x00\x00\x8c\x01\ -\x00\x00\x05\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x69\x4e\ -\x00\x00\x05\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x6b\xee\ -\x00\x00\x06\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x77\xad\ -\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x00\x84\x0d\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x32\x00\x00\x00\x02\ +\x00\x00\x01\x6a\x00\x00\x00\x00\x00\x01\x00\x00\xca\xdd\ +\x00\x00\x04\x7e\x00\x02\x00\x00\x00\x35\x00\x00\x00\x5f\ +\x00\x00\x01\xfa\x00\x02\x00\x00\x00\x26\x00\x00\x00\x39\ +\x00\x00\x04\xee\x00\x02\x00\x00\x00\x01\x00\x00\x00\x38\ +\x00\x00\x05\x96\x00\x02\x00\x00\x00\x01\x00\x00\x00\x37\ +\x00\x00\x00\xa0\x00\x02\x00\x00\x00\x01\x00\x00\x00\x36\ +\x00\x00\x05\x22\x00\x00\x00\x00\x00\x01\x00\x01\x02\x8b\ +\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x02\xa5\ +\x00\x00\x03\x56\x00\x00\x00\x00\x00\x01\x00\x00\xec\xad\ +\x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x87\ +\x00\x00\x05\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x10\x7e\ +\x00\x00\x06\x7c\x00\x00\x00\x00\x00\x01\x00\x01\x19\xec\ +\x00\x00\x03\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xee\x7a\ +\x00\x00\x02\x3e\x00\x00\x00\x00\x00\x01\x00\x00\xd2\x4a\ +\x00\x00\x06\x98\x00\x02\x00\x00\x00\x01\x00\x00\x00\x35\ +\x00\x00\x02\xac\x00\x00\x00\x00\x00\x01\x00\x00\xd9\x7b\ +\x00\x00\x03\xb0\x00\x00\x00\x00\x00\x01\x00\x00\xef\xdf\ +\x00\x00\x05\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x0c\x2a\ +\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00\xe8\x7a\ +\x00\x00\x04\xba\x00\x00\x00\x00\x00\x01\x00\x00\xfe\xa8\ +\x00\x00\x02\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xd0\x45\ +\x00\x00\x04\x8e\x00\x02\x00\x00\x00\x01\x00\x00\x00\x34\ +\x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x08\xb7\ +\x00\x00\x06\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x27\x8c\ +\x00\x00\x04\x5a\x00\x00\x00\x00\x00\x01\x00\x00\xf9\x0c\ +\x00\x00\x05\xda\x00\x00\x00\x00\x00\x01\x00\x01\x0e\x57\ +\x00\x00\x03\x32\x00\x00\x00\x00\x00\x01\x00\x00\xea\x7b\ +\x00\x00\x04\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x00\x84\ +\x00\x00\x02\x68\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x94\ +\x00\x00\x00\x52\x00\x00\x00\x00\x00\x01\x00\x00\x04\x57\ +\x00\x00\x05\x48\x00\x00\x00\x00\x00\x01\x00\x01\x04\x98\ +\x00\x00\x05\x74\x00\x00\x00\x00\x00\x01\x00\x01\x09\xa6\ +\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x00\x0b\x78\ +\x00\x00\x04\xa2\x00\x00\x00\x00\x00\x01\x00\x00\xfb\x16\ +\x00\x00\x06\xac\x00\x00\x00\x00\x00\x01\x00\x01\x20\xd3\ +\x00\x00\x04\x30\x00\x00\x00\x00\x00\x01\x00\x00\xf4\x00\ +\x00\x00\x04\x02\x00\x00\x00\x00\x00\x01\x00\x00\xf3\x1a\ +\x00\x00\x06\x66\x00\x00\x00\x00\x00\x01\x00\x01\x17\xef\ +\x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x01\x16\xee\ +\x00\x00\x00\xb0\x00\x00\x00\x00\x00\x01\x00\x00\x06\x76\ +\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x00\xcd\x02\ +\x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xcf\x41\ +\x00\x00\x02\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xd7\x91\ +\x00\x00\x02\xd6\x00\x00\x00\x00\x00\x01\x00\x00\xdd\xd0\ +\x00\x00\x00\xde\x00\x00\x00\x00\x00\x01\x00\x00\x07\x9c\ +\x00\x00\x01\xae\x00\x00\x00\x00\x00\x01\x00\x00\xce\x1e\ +\x00\x00\x03\xe4\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x05\ +\x00\x00\x06\x1a\x00\x00\x00\x00\x00\x01\x00\x01\x15\xb6\ +\x00\x00\x00\x82\x00\x00\x00\x00\x00\x01\x00\x00\x05\x47\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x46\x99\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x29\x4f\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x03\xf6\x6a\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x41\xa8\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x45\x5f\ +\x00\x00\x0d\x4c\x00\x00\x00\x00\x00\x01\x00\x03\x85\x07\ +\x00\x00\x0d\x74\x00\x00\x00\x00\x00\x01\x00\x03\x89\xa5\ +\x00\x00\x07\xfe\x00\x00\x00\x00\x00\x01\x00\x02\xce\x69\ +\x00\x00\x08\x6c\x00\x00\x00\x00\x00\x01\x00\x02\xd0\xad\ +\x00\x00\x0e\x16\x00\x00\x00\x00\x00\x01\x00\x03\xb2\x3d\ +\x00\x00\x10\x70\x00\x00\x00\x00\x00\x01\x00\x03\xa0\x34\ +\x00\x00\x0b\xcc\x00\x00\x00\x00\x00\x01\x00\x03\x60\x09\ +\x00\x00\x0a\xba\x00\x00\x00\x00\x00\x01\x00\x03\x47\xbc\ +\x00\x00\x0c\x52\x00\x00\x00\x00\x00\x01\x00\x03\x77\x94\ +\x00\x00\x0e\x3a\x00\x00\x00\x00\x00\x01\x00\x03\xb5\x2e\ +\x00\x00\x07\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xb2\x32\ +\x00\x00\x0f\xa2\x00\x00\x00\x00\x00\x01\x00\x03\xd8\x68\ +\x00\x00\x0e\x7a\x00\x00\x00\x00\x00\x01\x00\x03\xcb\xd4\ +\x00\x00\x0a\x4a\x00\x00\x00\x00\x00\x01\x00\x03\x32\x36\ +\x00\x00\x07\xc4\x00\x00\x00\x00\x00\x01\x00\x02\xbb\x99\ +\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x02\xab\x93\ +\x00\x00\x09\x88\x00\x00\x00\x00\x00\x01\x00\x02\xf7\x6e\ +\x00\x00\x08\xd6\x00\x00\x00\x00\x00\x01\x00\x02\xe9\xd3\ +\x00\x00\x0b\x22\x00\x00\x00\x00\x00\x01\x00\x03\x4e\xdc\ +\x00\x00\x0f\x82\x00\x00\x00\x00\x00\x01\x00\x03\xd3\x34\ +\x00\x00\x09\xe8\x00\x00\x00\x00\x00\x01\x00\x02\xfb\xf3\ +\x00\x00\x0f\x02\x00\x00\x00\x00\x00\x01\x00\x03\xce\xcb\ +\x00\x00\x0b\x94\x00\x00\x00\x00\x00\x01\x00\x03\x51\xfb\ +\x00\x00\x10\x24\x00\x00\x00\x00\x00\x01\x00\x03\xf0\x0d\ +\x00\x00\x0b\x08\x00\x00\x00\x00\x00\x01\x00\x03\x4d\x15\ +\x00\x00\x0a\x22\x00\x00\x00\x00\x00\x01\x00\x03\x0e\x0a\ +\x00\x00\x0d\xe8\x00\x00\x00\x00\x00\x01\x00\x03\xae\xa0\ +\x00\x00\x0c\xde\x00\x00\x00\x00\x00\x01\x00\x03\x80\x3e\ +\x00\x00\x0a\x8a\x00\x00\x00\x00\x00\x01\x00\x03\x15\xe2\ +\x00\x00\x10\x02\x00\x00\x00\x00\x00\x01\x00\x03\xea\x65\ +\x00\x00\x08\x9c\x00\x00\x00\x00\x00\x01\x00\x02\xdb\x3d\ +\x00\x00\x0c\x30\x00\x00\x00\x00\x00\x01\x00\x03\x75\x12\ +\x00\x00\x07\x36\x00\x00\x00\x00\x00\x01\x00\x02\xa7\xaa\ +\x00\x00\x09\x34\x00\x00\x00\x00\x00\x01\x00\x02\xed\x6b\ +\x00\x00\x0c\x8c\x00\x00\x00\x00\x00\x01\x00\x03\x7c\x5b\ +\x00\x00\x10\x9e\x00\x00\x00\x00\x00\x01\x00\x03\xec\xb6\ +\x00\x00\x0f\xce\x00\x00\x00\x00\x00\x01\x00\x03\xdb\x13\ +\x00\x00\x0d\xc0\x00\x00\x00\x00\x00\x01\x00\x03\x9e\x46\ +\x00\x00\x0e\xd2\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x71\ +\x00\x00\x0d\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x48\x63\ +\x00\x00\x0d\x74\x00\x00\x00\x00\x00\x01\x00\x02\x4b\x8e\ +\x00\x00\x07\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x95\xc7\ +\x00\x00\x08\x6c\x00\x00\x00\x00\x00\x01\x00\x01\xa1\xf2\ +\x00\x00\x0e\x16\x00\x00\x00\x00\x00\x01\x00\x02\x5f\x44\ +\x00\x00\x0a\xe4\x00\x00\x00\x00\x00\x01\x00\x02\x0d\x14\ +\x00\x00\x0b\xcc\x00\x00\x00\x00\x00\x01\x00\x02\x21\x0b\ +\x00\x00\x0a\xba\x00\x00\x00\x00\x00\x01\x00\x02\x09\xa0\ +\x00\x00\x0e\xae\x00\x00\x00\x00\x00\x01\x00\x02\x73\xda\ +\x00\x00\x0c\x52\x00\x00\x00\x00\x00\x01\x00\x02\x35\xda\ +\x00\x00\x0e\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x61\x93\ +\x00\x00\x0f\x48\x00\x00\x00\x00\x00\x01\x00\x02\x83\xc9\ +\x00\x00\x09\x5e\x00\x00\x00\x00\x00\x01\x00\x01\xc4\x06\ +\x00\x00\x07\x6a\x00\x00\x00\x00\x00\x01\x00\x01\x7e\x2f\ +\x00\x00\x10\x52\x00\x00\x00\x00\x00\x01\x00\x02\xa5\x9f\ +\x00\x00\x0f\xa2\x00\x00\x00\x00\x00\x01\x00\x02\x91\x50\ +\x00\x00\x0e\x7a\x00\x00\x00\x00\x00\x01\x00\x02\x71\x88\ +\x00\x00\x0a\x4a\x00\x00\x00\x00\x00\x01\x00\x01\xe4\xde\ +\x00\x00\x08\x4e\x00\x00\x00\x00\x00\x01\x00\x01\x9f\x54\ +\x00\x00\x07\xc4\x00\x00\x00\x00\x00\x01\x00\x01\x88\x3d\ +\x00\x00\x09\xbc\x00\x00\x00\x00\x00\x01\x00\x01\xc8\xf4\ +\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x01\x82\xd9\ +\x00\x00\x0b\x6e\x00\x00\x00\x00\x00\x01\x00\x02\x14\x69\ +\x00\x00\x09\x88\x00\x00\x00\x00\x00\x01\x00\x01\xc5\xdd\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x02\x82\xf0\ +\x00\x00\x08\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xb4\x4b\ +\x00\x00\x0b\x22\x00\x00\x00\x00\x00\x01\x00\x02\x0f\x67\ +\x00\x00\x0f\x82\x00\x00\x00\x00\x00\x01\x00\x02\x8d\x68\ +\x00\x00\x09\xe8\x00\x00\x00\x00\x00\x01\x00\x01\xd1\xe3\ +\x00\x00\x0b\xfa\x00\x00\x00\x00\x00\x01\x00\x02\x30\x1b\ +\x00\x00\x0f\x02\x00\x00\x00\x00\x00\x01\x00\x02\x7f\xf5\ +\x00\x00\x0b\x94\x00\x00\x00\x00\x00\x01\x00\x02\x16\xe3\ +\x00\x00\x10\x24\x00\x00\x00\x00\x00\x01\x00\x02\xa0\xa5\ +\x00\x00\x0b\x08\x00\x00\x00\x00\x00\x01\x00\x02\x0d\xea\ +\x00\x00\x0a\x22\x00\x00\x00\x00\x00\x01\x00\x01\xde\xdc\ +\x00\x00\x08\x26\x00\x00\x00\x00\x00\x01\x00\x01\x97\xad\ +\x00\x00\x0d\xe8\x00\x00\x00\x00\x00\x01\x00\x02\x5c\x1f\ +\x00\x00\x0c\xde\x00\x00\x00\x00\x00\x01\x00\x02\x42\x7f\ +\x00\x00\x0b\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x11\xdb\ +\x00\x00\x0a\x8a\x00\x00\x00\x00\x00\x01\x00\x01\xf5\x28\ +\x00\x00\x10\x02\x00\x00\x00\x00\x00\x01\x00\x02\x9e\x9c\ +\x00\x00\x0c\xba\x00\x00\x00\x00\x00\x01\x00\x02\x3b\xdd\ +\x00\x00\x08\x9c\x00\x00\x00\x00\x00\x01\x00\x01\xa9\xc6\ +\x00\x00\x0d\x18\x00\x00\x00\x00\x00\x01\x00\x02\x45\xa9\ +\x00\x00\x0c\x30\x00\x00\x00\x00\x00\x01\x00\x02\x34\x03\ +\x00\x00\x07\x36\x00\x00\x00\x00\x00\x01\x00\x01\x7b\x78\ +\x00\x00\x09\x34\x00\x00\x00\x00\x00\x01\x00\x01\xbc\x8b\ +\x00\x00\x0c\x8c\x00\x00\x00\x00\x00\x01\x00\x02\x39\x1f\ +\x00\x00\x0f\xce\x00\x00\x00\x00\x00\x01\x00\x02\x93\x63\ +\x00\x00\x07\x10\x00\x00\x00\x00\x00\x01\x00\x01\x79\xd2\ +\x00\x00\x0d\xc0\x00\x00\x00\x00\x00\x01\x00\x02\x5a\x70\ +\x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x01\xb6\xfe\ " +qt_resource_struct_v2 = b"\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\x00\x00\x02\x00\x00\x00\x32\x00\x00\x00\x02\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x01\x6a\x00\x00\x00\x00\x00\x01\x00\x00\xca\xdd\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x04\x7e\x00\x02\x00\x00\x00\x35\x00\x00\x00\x5f\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x01\xfa\x00\x02\x00\x00\x00\x26\x00\x00\x00\x39\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x04\xee\x00\x02\x00\x00\x00\x01\x00\x00\x00\x38\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x05\x96\x00\x02\x00\x00\x00\x01\x00\x00\x00\x37\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\xa0\x00\x02\x00\x00\x00\x01\x00\x00\x00\x36\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x05\x22\x00\x00\x00\x00\x00\x01\x00\x01\x02\x8b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x00\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x02\xa5\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x03\x56\x00\x00\x00\x00\x00\x01\x00\x00\xec\xad\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x01\x20\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x87\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x05\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x10\x7e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x06\x7c\x00\x00\x00\x00\x00\x01\x00\x01\x19\xec\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x03\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xee\x7a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\x3e\x00\x00\x00\x00\x00\x01\x00\x00\xd2\x4a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\x98\x00\x02\x00\x00\x00\x01\x00\x00\x00\x35\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x02\xac\x00\x00\x00\x00\x00\x01\x00\x00\xd9\x7b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x03\xb0\x00\x00\x00\x00\x00\x01\x00\x00\xef\xdf\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x05\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x0c\x2a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\xfe\x00\x00\x00\x00\x00\x01\x00\x00\xe8\x7a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\xba\x00\x00\x00\x00\x00\x01\x00\x00\xfe\xa8\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xd0\x45\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\x8e\x00\x02\x00\x00\x00\x01\x00\x00\x00\x34\ +\x00\x00\x00\x00\x00\x00\x00\x00\ +\x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x08\xb7\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x27\x8c\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\x5a\x00\x00\x00\x00\x00\x01\x00\x00\xf9\x0c\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x05\xda\x00\x00\x00\x00\x00\x01\x00\x01\x0e\x57\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x03\x32\x00\x00\x00\x00\x00\x01\x00\x00\xea\x7b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x00\x84\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\x68\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x94\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x00\x52\x00\x00\x00\x00\x00\x01\x00\x00\x04\x57\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x05\x48\x00\x00\x00\x00\x00\x01\x00\x01\x04\x98\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x05\x74\x00\x00\x00\x00\x00\x01\x00\x01\x09\xa6\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x01\x40\x00\x00\x00\x00\x00\x01\x00\x00\x0b\x78\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x04\xa2\x00\x00\x00\x00\x00\x01\x00\x00\xfb\x16\ +\x00\x00\x01\x5d\x4a\x08\x8c\xfb\ +\x00\x00\x06\xac\x00\x00\x00\x00\x00\x01\x00\x01\x20\xd3\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\x30\x00\x00\x00\x00\x00\x01\x00\x00\xf4\x00\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x04\x02\x00\x00\x00\x00\x00\x01\x00\x00\xf3\x1a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\x66\x00\x00\x00\x00\x00\x01\x00\x01\x17\xef\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x01\x16\xee\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x00\xb0\x00\x00\x00\x00\x00\x01\x00\x00\x06\x76\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x00\xcd\x02\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ +\x00\x00\x01\x5b\xe8\x99\x9d\x21\ +\x00\x00\x01\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xcf\x41\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xd7\x91\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x02\xd6\x00\x00\x00\x00\x00\x01\x00\x00\xdd\xd0\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x00\xde\x00\x00\x00\x00\x00\x01\x00\x00\x07\x9c\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x01\xae\x00\x00\x00\x00\x00\x01\x00\x00\xce\x1e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x03\xe4\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x05\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\x1a\x00\x00\x00\x00\x00\x01\x00\x01\x15\xb6\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x00\x82\x00\x00\x00\x00\x00\x01\x00\x00\x05\x47\ +\x00\x00\x01\x5d\x4a\x08\x8c\xff\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x46\x99\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x29\x4f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x03\xf6\x6a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x41\xa8\ +\x00\x00\x01\x5b\xe8\x99\x9d\x15\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x45\x5f\ +\x00\x00\x01\x5b\xe8\x99\x9d\x15\ +\x00\x00\x0d\x4c\x00\x00\x00\x00\x00\x01\x00\x03\x85\x07\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0d\x74\x00\x00\x00\x00\x00\x01\x00\x03\x89\xa5\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x07\xfe\x00\x00\x00\x00\x00\x01\x00\x02\xce\x69\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x08\x6c\x00\x00\x00\x00\x00\x01\x00\x02\xd0\xad\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0e\x16\x00\x00\x00\x00\x00\x01\x00\x03\xb2\x3d\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x10\x70\x00\x00\x00\x00\x00\x01\x00\x03\xa0\x34\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0b\xcc\x00\x00\x00\x00\x00\x01\x00\x03\x60\x09\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0a\xba\x00\x00\x00\x00\x00\x01\x00\x03\x47\xbc\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0c\x52\x00\x00\x00\x00\x00\x01\x00\x03\x77\x94\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0e\x3a\x00\x00\x00\x00\x00\x01\x00\x03\xb5\x2e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x07\x6a\x00\x00\x00\x00\x00\x01\x00\x02\xb2\x32\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\xa2\x00\x00\x00\x00\x00\x01\x00\x03\xd8\x68\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0e\x7a\x00\x00\x00\x00\x00\x01\x00\x03\xcb\xd4\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0a\x4a\x00\x00\x00\x00\x00\x01\x00\x03\x32\x36\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\xc4\x00\x00\x00\x00\x00\x01\x00\x02\xbb\x99\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x02\xab\x93\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x09\x88\x00\x00\x00\x00\x00\x01\x00\x02\xf7\x6e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x08\xd6\x00\x00\x00\x00\x00\x01\x00\x02\xe9\xd3\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x22\x00\x00\x00\x00\x00\x01\x00\x03\x4e\xdc\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0f\x82\x00\x00\x00\x00\x00\x01\x00\x03\xd3\x34\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\xe8\x00\x00\x00\x00\x00\x01\x00\x02\xfb\xf3\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0f\x02\x00\x00\x00\x00\x00\x01\x00\x03\xce\xcb\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0b\x94\x00\x00\x00\x00\x00\x01\x00\x03\x51\xfb\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x10\x24\x00\x00\x00\x00\x00\x01\x00\x03\xf0\x0d\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x08\x00\x00\x00\x00\x00\x01\x00\x03\x4d\x15\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\x22\x00\x00\x00\x00\x00\x01\x00\x03\x0e\x0a\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0d\xe8\x00\x00\x00\x00\x00\x01\x00\x03\xae\xa0\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\xde\x00\x00\x00\x00\x00\x01\x00\x03\x80\x3e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\x8a\x00\x00\x00\x00\x00\x01\x00\x03\x15\xe2\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x10\x02\x00\x00\x00\x00\x00\x01\x00\x03\xea\x65\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x08\x9c\x00\x00\x00\x00\x00\x01\x00\x02\xdb\x3d\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0c\x30\x00\x00\x00\x00\x00\x01\x00\x03\x75\x12\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\x36\x00\x00\x00\x00\x00\x01\x00\x02\xa7\xaa\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x09\x34\x00\x00\x00\x00\x00\x01\x00\x02\xed\x6b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\x8c\x00\x00\x00\x00\x00\x01\x00\x03\x7c\x5b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x10\x9e\x00\x00\x00\x00\x00\x01\x00\x03\xec\xb6\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0f\xce\x00\x00\x00\x00\x00\x01\x00\x03\xdb\x13\ +\x00\x00\x01\x5d\x4a\x08\x8c\xf3\ +\x00\x00\x0d\xc0\x00\x00\x00\x00\x00\x01\x00\x03\x9e\x46\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0e\xd2\x00\x00\x00\x00\x00\x01\x00\x02\x7e\x71\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0d\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x48\x63\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0d\x74\x00\x00\x00\x00\x00\x01\x00\x02\x4b\x8e\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\xfe\x00\x00\x00\x00\x00\x01\x00\x01\x95\xc7\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x08\x6c\x00\x00\x00\x00\x00\x01\x00\x01\xa1\xf2\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0e\x16\x00\x00\x00\x00\x00\x01\x00\x02\x5f\x44\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\xe4\x00\x00\x00\x00\x00\x01\x00\x02\x0d\x14\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\xcc\x00\x00\x00\x00\x00\x01\x00\x02\x21\x0b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\xba\x00\x00\x00\x00\x00\x01\x00\x02\x09\xa0\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0e\xae\x00\x00\x00\x00\x00\x01\x00\x02\x73\xda\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\x52\x00\x00\x00\x00\x00\x01\x00\x02\x35\xda\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0e\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x61\x93\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\x48\x00\x00\x00\x00\x00\x01\x00\x02\x83\xc9\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\x5e\x00\x00\x00\x00\x00\x01\x00\x01\xc4\x06\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\x6a\x00\x00\x00\x00\x00\x01\x00\x01\x7e\x2f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x10\x52\x00\x00\x00\x00\x00\x01\x00\x02\xa5\x9f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\xa2\x00\x00\x00\x00\x00\x01\x00\x02\x91\x50\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0e\x7a\x00\x00\x00\x00\x00\x01\x00\x02\x71\x88\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\x4a\x00\x00\x00\x00\x00\x01\x00\x01\xe4\xde\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x08\x4e\x00\x00\x00\x00\x00\x01\x00\x01\x9f\x54\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\xc4\x00\x00\x00\x00\x00\x01\x00\x01\x88\x3d\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\xbc\x00\x00\x00\x00\x00\x01\x00\x01\xc8\xf4\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\x92\x00\x00\x00\x00\x00\x01\x00\x01\x82\xd9\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x6e\x00\x00\x00\x00\x00\x01\x00\x02\x14\x69\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\x88\x00\x00\x00\x00\x00\x01\x00\x01\xc5\xdd\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x02\x82\xf0\ +\x00\x00\x01\x5b\xe8\x99\x9c\xf5\ +\x00\x00\x08\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xb4\x4b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x22\x00\x00\x00\x00\x00\x01\x00\x02\x0f\x67\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\x82\x00\x00\x00\x00\x00\x01\x00\x02\x8d\x68\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\xe8\x00\x00\x00\x00\x00\x01\x00\x01\xd1\xe3\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\xfa\x00\x00\x00\x00\x00\x01\x00\x02\x30\x1b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\x02\x00\x00\x00\x00\x00\x01\x00\x02\x7f\xf5\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x94\x00\x00\x00\x00\x00\x01\x00\x02\x16\xe3\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x10\x24\x00\x00\x00\x00\x00\x01\x00\x02\xa0\xa5\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x08\x00\x00\x00\x00\x00\x01\x00\x02\x0d\xea\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\x22\x00\x00\x00\x00\x00\x01\x00\x01\xde\xdc\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x08\x26\x00\x00\x00\x00\x00\x01\x00\x01\x97\xad\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0d\xe8\x00\x00\x00\x00\x00\x01\x00\x02\x5c\x1f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\xde\x00\x00\x00\x00\x00\x01\x00\x02\x42\x7f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0b\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x11\xdb\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0a\x8a\x00\x00\x00\x00\x00\x01\x00\x01\xf5\x28\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x10\x02\x00\x00\x00\x00\x00\x01\x00\x02\x9e\x9c\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\xba\x00\x00\x00\x00\x00\x01\x00\x02\x3b\xdd\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x08\x9c\x00\x00\x00\x00\x00\x01\x00\x01\xa9\xc6\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0d\x18\x00\x00\x00\x00\x00\x01\x00\x02\x45\xa9\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\x30\x00\x00\x00\x00\x00\x01\x00\x02\x34\x03\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\x36\x00\x00\x00\x00\x00\x01\x00\x01\x7b\x78\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\x34\x00\x00\x00\x00\x00\x01\x00\x01\xbc\x8b\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0c\x8c\x00\x00\x00\x00\x00\x01\x00\x02\x39\x1f\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0f\xce\x00\x00\x00\x00\x00\x01\x00\x02\x93\x63\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x07\x10\x00\x00\x00\x00\x00\x01\x00\x01\x79\xd2\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x0d\xc0\x00\x00\x00\x00\x00\x01\x00\x02\x5a\x70\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +\x00\x00\x09\x08\x00\x00\x00\x00\x00\x01\x00\x01\xb6\xfe\ +\x00\x00\x01\x5d\x4a\x08\x8c\xef\ +" + +qt_version = QtCore.qVersion().split('.') +if qt_version < ['5', '8', '0']: + rcc_version = 1 + qt_resource_struct = qt_resource_struct_v1 +else: + rcc_version = 2 + qt_resource_struct = qt_resource_struct_v2 + def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) + QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) + QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) qInitResources() diff -Nru picard-1.4.2/picard/script.py picard-2.0.0/picard/script.py --- picard-1.4.2/picard/script.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/script.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,34 +22,37 @@ import re import operator +from functools import reduce from collections import namedtuple -from inspect import getargspec +from inspect import getfullargspec +from picard import config from picard.metadata import Metadata from picard.metadata import MULTI_VALUED_JOINER from picard.plugin import ExtensionPoint +from picard.util import uniqify class ScriptError(Exception): pass -class ParseError(ScriptError): +class ScriptParseError(ScriptError): pass -class EndOfFile(ParseError): +class ScriptEndOfFile(ScriptParseError): pass -class SyntaxError(ParseError): +class ScriptSyntaxError(ScriptParseError): pass -class UnknownFunction(ScriptError): +class ScriptUnknownFunction(ScriptError): pass -class ScriptText(unicode): +class ScriptText(str): def eval(self, state): return self @@ -65,9 +68,9 @@ def eval(self, state): name = self.name - if name.startswith(u"_"): - name = u"~" + name[1:] - return state.context.get(name, u"") + if name.startswith("_"): + name = "~" + name[1:] + return state.context.get(name, "") FunctionRegistryItem = namedtuple("FunctionRegistryItem", @@ -88,14 +91,14 @@ raise ScriptError( "Wrong number of arguments for $%s: Expected %s, got %i at position %i, line %i" % (name, - str(argnum_bound.lower) + string_(argnum_bound.lower) if argnum_bound.upper is None else "%i - %i" % (argnum_bound.lower, argnum_bound.upper), argcount, parser._x, parser._y)) except KeyError: - raise UnknownFunction("Unknown function '%s'" % name) + raise ScriptUnknownFunction("Unknown function '%s'" % name) self.name = name self.args = args @@ -143,13 +146,13 @@ _cache = {} def __raise_eof(self): - raise EndOfFile("Unexpected end of script at position %d, line %d" % (self._x, self._y)) + raise ScriptEndOfFile("Unexpected end of script at position %d, line %d" % (self._x, self._y)) def __raise_char(self, ch): #line = self._text[self._line:].split("\n", 1)[0] #cursor = " " * (self._pos - self._line - 1) + "^" - #raise SyntaxError("Unexpected character '%s' at position %d, line %d\n%s\n%s" % (ch, self._x, self._y, line, cursor)) - raise SyntaxError("Unexpected character '%s' at position %d, line %d" % (ch, self._x, self._y)) + #raise ScriptSyntaxError("Unexpected character '%s' at position %d, line %d\n%s\n%s" % (ch, self._x, self._y, line, cursor)) + raise ScriptSyntaxError("Unexpected character '%s' at position %d, line %d" % (ch, self._x, self._y)) def read(self): try: @@ -192,7 +195,7 @@ if ch == '(': name = self._text[start:self._pos-1] if name not in self.functions: - raise UnknownFunction("Unknown function '%s'" % name) + raise ScriptUnknownFunction("Unknown function '%s'" % name) return ScriptFunction(name, self.parse_arguments(), self) elif ch is None: self.__raise_eof() @@ -281,6 +284,13 @@ ScriptParser._cache[key] = self.parse(script, True) return ScriptParser._cache[key].eval(self) +def enabled_tagger_scripts_texts(): + """Returns an iterator over the enabled tagger scripts. + For each script, you'll get a tuple consisting of the script name and text""" + if not config.setting["enable_tagger_scripts"]: + return [] + return [ (s_name, s_text) for _s_pos, s_name, s_enabled, s_text in config.setting["list_of_scripts"] if s_enabled and s_text] + def register_script_function(function, name=None, eval_args=True, check_argcount=True): @@ -291,7 +301,14 @@ If ``check_argcount`` is ``False`` the number of arguments passed to the function will not be verified.""" - args, varargs, keywords, defaults = getargspec(function) + args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults, annotations = getfullargspec(function) + + required_kwonlyargs = len(kwonlyargs) + if kwonlydefaults is not None: + required_kwonlyargs -= len(kwonlydefaults.keys()) + if required_kwonlyargs: + raise TypeError("Functions with required keyword-only parameters are not supported") + args = len(args) - 1 # -1 for the parser varargs = varargs is not None defaults = len(defaults) if defaults else 0 @@ -309,13 +326,38 @@ def _compute_int(operation, *args): - return str(reduce(operation, map(int, args))) + return string_(reduce(operation, map(int, args))) def _compute_logic(operation, *args): return operation(args) +def _get_multi_values(parser, multi, separator): + if isinstance(separator, ScriptExpression): + separator = separator.eval(parser) + + if separator == MULTI_VALUED_JOINER: + # Convert ScriptExpression containing only a single variable into variable + if (isinstance(multi, ScriptExpression) and + len(multi) == 1 and + isinstance(multi[0], ScriptVariable)): + multi = multi[0] + + # If a variable, return multi-values + if isinstance(multi, ScriptVariable): + if multi.name.startswith("_"): + name = "~" + multi.name[1:] + else: + name = multi.name + return parser.context.getall(name) + + # Fall-back to converting to a string and splitting if haystack is an expression + # or user has overridden the separator character. + multi = multi.eval(parser) + return multi.split(separator) if separator else [multi] + + def func_if(parser, _if, _then, _else=None): """If ``if`` is not empty, it returns ``then``, otherwise it returns ``else``.""" if _if.eval(parser): @@ -387,9 +429,14 @@ return "" -def func_inmulti(parser, text, value, separator=MULTI_VALUED_JOINER): - """Splits ``text`` by ``separator``, and returns true if the resulting list contains ``value``.""" - return func_in(parser, text.split(separator) if separator else [text], value) +def func_inmulti(parser, haystack, needle, separator=MULTI_VALUED_JOINER): + """Searches for ``needle`` in ``haystack``, supporting a list variable for + ``haystack``. If a string is used instead, then a ``separator`` can be + used to split it. In both cases, it returns true if the resulting list + contains exactly ``needle`` as a member.""" + + needle = needle.eval(parser) + return func_in(parser, _get_multi_values(parser, haystack, separator), needle) def func_rreplace(parser, text, old, new): @@ -403,19 +450,19 @@ return match.group(1) except IndexError: return match.group(0) - return u"" + return "" def func_num(parser, text, length): try: - format = "%%0%dd" % min(int(length), 20) + format_ = "%%0%dd" % min(int(length), 20) except ValueError: return "" try: value = int(text) except ValueError: value = 0 - return format % value + return format_ % value def func_unset(parser, name): @@ -425,7 +472,7 @@ # Allow wild-card unset for certain keys if name in ('performer:*', 'comment:*', 'lyrics:*'): name = name[:-1] - for key in parser.context.keys(): + for key in list(parser.context.keys()): if key.startswith(name): del parser.context[key] return "" @@ -456,7 +503,7 @@ """Returns the variable ``name`` (equivalent to ``%name%``).""" if name.startswith("_"): name = "~" + name[1:] - return parser.context.get(name, u"") + return parser.context.get(name, "") def func_copy(parser, new, old): @@ -478,7 +525,7 @@ old = "~" + old[1:] newvals = parser.context.getall(new) oldvals = parser.context.getall(old) - parser.context[new] = newvals + list(set(oldvals) - set(newvals)) + parser.context[new] = uniqify(newvals + oldvals) return "" @@ -519,7 +566,7 @@ Eg: $div(x, y, z) = ((x / y) / z) """ try: - return _compute_int(operator.div, x, y, *args) + return _compute_int(operator.floordiv, x, y, *args) except ValueError: return "" @@ -633,7 +680,11 @@ def func_len(parser, text=""): - return str(len(text)) + return string_(len(text)) + + +def func_lenmulti(parser, multi, separator=MULTI_VALUED_JOINER): + return func_len(parser, _get_multi_values(parser, multi, separator)) def func_performer(parser, pattern="", join=", "): @@ -646,7 +697,7 @@ def func_matchedtracks(parser, arg): if parser.file and parser.file.parent: - return str(parser.file.parent.album.get_num_matched_tracks()) + return string_(parser.file.parent.album.get_num_matched_tracks()) return "0" @@ -674,7 +725,7 @@ def func_firstwords(parser, text, length): try: length = int(length) - except ValueError as e: + except ValueError: length = 0 if len(text) <= length: return text @@ -738,7 +789,8 @@ if not prefixes: prefixes = ('A', 'The') text = text.strip() - match = re.match('(' + r'\s+)|('.join(prefixes) + r'\s+)', text) + rx = '(' + r'\s+)|('.join(map(re.escape, prefixes)) + r'\s+)' + match = re.match(rx, text) if match: pref = match.group() return text[len(pref):], pref.strip() @@ -819,10 +871,11 @@ register_script_function(func_gt, "gt") register_script_function(func_gte, "gte") register_script_function(func_in, "in") -register_script_function(func_inmulti, "inmulti") +register_script_function(func_inmulti, "inmulti", eval_args=False) register_script_function(func_copy, "copy") register_script_function(func_copymerge, "copymerge") register_script_function(func_len, "len") +register_script_function(func_lenmulti, "lenmulti", eval_args=False) register_script_function(func_performer, "performer") register_script_function(func_matchedtracks, "matchedtracks") register_script_function(func_is_complete, "is_complete") diff -Nru picard-1.4.2/picard/similarity.py picard-2.0.0/picard/similarity.py --- picard-1.4.2/picard/similarity.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/similarity.py 2018-07-18 13:28:22.000000000 +0000 @@ -45,8 +45,8 @@ def similarity2(a, b): """Calculates similarity of a multi-word strings.""" - alist = filter(bool, _split_words_re.split(a.lower())) - blist = filter(bool, _split_words_re.split(b.lower())) + alist = list(filter(bool, _split_words_re.split(a.lower()))) + blist = list(filter(bool, _split_words_re.split(b.lower()))) total = 0 score = 0.0 if len(alist) > len(blist): diff -Nru picard-1.4.2/picard/tagger.py picard-2.0.0/picard/tagger.py --- picard-1.4.2/picard/tagger.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/tagger.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,15 +18,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from __future__ import print_function -import sip - -sip.setapi("QString", 2) -sip.setapi("QVariant", 2) - -from PyQt4 import QtGui, QtCore +from PyQt5 import QtGui, QtCore, QtWidgets import argparse +import logging import os.path import platform import re @@ -35,12 +30,13 @@ import sys from functools import partial from itertools import chain +from operator import attrgetter -# A "fix" for http://python.org/sf/1438480 -def _patched_shutil_copystat(src, dst): +# A "fix" for https://bugs.python.org/issue1438480 +def _patched_shutil_copystat(src, dst, *, follow_symlinks=True): try: - _orig_shutil_copystat(src, dst) + _orig_shutil_copystat(src, dst, follow_symlinks=follow_symlinks) except OSError: pass @@ -56,19 +52,19 @@ from picard.album import Album, NatAlbum from picard.browser.browser import BrowserIntegration from picard.browser.filelookup import FileLookup -from picard.cluster import Cluster, ClusterList, UnmatchedFiles +from picard.cluster import Cluster, ClusterList, UnclusteredFiles from picard.const import USER_DIR, USER_PLUGIN_DIR from picard.dataobj import DataObject from picard.disc import Disc from picard.file import File -from picard.formats import open as open_file +from picard.formats import open_ as open_file from picard.track import Track, NonAlbumTrack from picard.releasegroup import ReleaseGroup from picard.collection import load_user_collections from picard.ui.mainwindow import MainWindow from picard.ui.itemviews import BaseTreeView from picard.plugin import PluginManager -from picard.acoustidmanager import AcoustIDManager +from picard.acoustid.manager import AcoustIDManager from picard.config_upgrade import upgrade_config from picard.util import ( decode_filename, @@ -80,15 +76,15 @@ is_hidden, versions, ) -from picard.webservice import XmlWebService -from picard.ui.searchdialog import ( - TrackSearchDialog, - AlbumSearchDialog, - ArtistSearchDialog -) +from picard.webservice import WebService +from picard.webservice.api_helpers import MBAPIHelper, AcoustIdAPIHelper +from picard.ui.searchdialog.artist import ArtistSearchDialog +from picard.ui.searchdialog.track import TrackSearchDialog +from picard.ui.searchdialog.album import AlbumSearchDialog -class Tagger(QtGui.QApplication): + +class Tagger(QtWidgets.QApplication): tagger_stats_changed = QtCore.pyqtSignal() listen_port_changed = QtCore.pyqtSignal(int) @@ -99,17 +95,37 @@ __instance = None + _debug = False + _no_restore = False + def __init__(self, picard_args, unparsed_args, localedir, autoupdate): + + # Use the new fusion style from PyQt5 for a modern and consistent look + # across all OSes. + self.setStyle('Fusion') + # Set the WM_CLASS to 'MusicBrainz-Picard' so desktop environments # can use it to look up the app - QtGui.QApplication.__init__(self, ['MusicBrainz-Picard'] + unparsed_args) + super().__init__(['MusicBrainz-Picard'] + unparsed_args) self.__class__.__instance = self - config._setup(self, picard_args.config_file) + # Allow High DPI Support + self.setAttribute(QtCore.Qt.AA_UseHighDpiPixmaps) + self.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling) + super().setStyleSheet( + 'QGroupBox::title { /* PICARD-1206, Qt bug workaround */ }' + ) + self._cmdline_files = picard_args.FILE self._autoupdate = autoupdate - self._debug = False + self._no_restore = picard_args.no_restore + + self.debug( + picard_args.debug + or "PICARD_DEBUG" in os.environ + or config.setting['log_verbosity'] == logging.DEBUG + ) # FIXME: Figure out what's wrong with QThreadPool.globalInstance(). # It's a valid reference, but its start() method doesn't work. @@ -144,25 +160,12 @@ signal.signal(signal.SIGTERM, self.signal) # Setup logging - self.debug(picard_args.debug or "PICARD_DEBUG" in os.environ) log.debug("Starting Picard from %r", os.path.abspath(__file__)) log.debug("Platform: %s %s %s", platform.platform(), platform.python_implementation(), platform.python_version()) log.debug("Versions: %s", versions.as_string()) log.debug("Configuration file path: %r", config.config.fileName()) - # TODO remove this before the final release - if sys.platform == "win32": - olduserdir = "~\\Local Settings\\Application Data\\MusicBrainz Picard" - else: - olduserdir = "~/.picard" - olduserdir = os.path.expanduser(olduserdir) - if os.path.isdir(olduserdir): - log.info("Moving %r to %r", olduserdir, USER_DIR) - try: - shutil.move(olduserdir, USER_DIR) - except: - pass log.debug("User directory: %r", os.path.abspath(USER_DIR)) # for compatibility with pre-1.3 plugins @@ -178,7 +181,9 @@ upgrade_config() - self.xmlws = XmlWebService() + self.webservice = WebService() + self.mb_api = MBAPIHelper(self.webservice) + self.acoustid_api = AcoustIdAPIHelper(self.webservice) load_user_collections() @@ -193,7 +198,6 @@ else: mydir = os.path.dirname(os.path.abspath(__file__)) self.pluginmanager.load_plugindir(os.path.join(mydir, "plugins")) - self.pluginmanager.load_plugindir(os.path.join(mydir, os.pardir, "contrib", "plugins")) if not os.path.exists(USER_PLUGIN_DIR): os.makedirs(USER_PLUGIN_DIR) @@ -208,7 +212,7 @@ self.albums = {} self.release_groups = {} self.mbid_redirects = {} - self.unmatched_files = UnmatchedFiles() + self.unclustered_files = UnclusteredFiles() self.nats = None self.window = MainWindow() self.exit_cleanup = [] @@ -222,15 +226,13 @@ f() def debug(self, debug): - if self._debug == debug: - return + self._debug = debug if debug: - log.log_levels = log.log_levels | log.LOG_DEBUG + log.debug_mode(True) log.debug("Debug mode on") else: - log.debug("Debug mode off") - log.log_levels = log.log_levels & ~log.LOG_DEBUG - self._debug = debug + log.info("Debug mode off") + log.debug_mode(False) def move_files_to_album(self, files, albumid=None, album=None): """Move `files` to tracks on album `albumid`.""" @@ -268,13 +270,15 @@ self.nats.update() def exit(self): - log.debug("Picard stopping") + if self.stopping: + return self.stopping = True + log.debug("Picard stopping") self._acoustid.done() self.thread_pool.waitForDone() self.save_thread_pool.waitForDone() self.browser_integration.stop() - self.xmlws.stop() + self.webservice.stop() self.run_cleanup() QtCore.QCoreApplication.processEvents() @@ -303,13 +307,13 @@ if isinstance(event, thread.ProxyToMainEvent): event.run() elif event.type() == QtCore.QEvent.FileOpen: - f = str(event.file()) + f = string_(event.file()) self.add_files([f]) # We should just return True here, except that seems to # cause the event's sender to get a -9874 error, so # apparently there's some magic inside QFileOpenEvent... return 1 - return QtGui.QApplication.event(self, event) + return super().event(event) def _file_loaded(self, file, target=None): if file is not None and not file.has_error(): @@ -360,6 +364,10 @@ if ignore_hidden and is_hidden(filename): log.debug("File ignored (hidden): %r" % (filename)) continue + # Ignore .smbdelete* files which Applie iOS SMB creates by renaming a file when it cannot delete it + if os.path.basename(filename).startswith(".smbdelete"): + log.debug("File ignored (.smbdelete): %r", filename) + continue if ignoreregex is not None and ignoreregex.search(filename): log.info("File ignored (matching %r): %r" % (pattern, filename)) continue @@ -371,8 +379,8 @@ if new_files: log.debug("Adding files %r", new_files) new_files.sort(key=lambda x: x.filename) - if target is None or target is self.unmatched_files: - self.unmatched_files.add_files(new_files) + if target is None or target is self.unclustered_files: + self.unclustered_files.add_files(new_files) target = None for file in new_files: file.load(partial(self._file_loaded, target=target)) @@ -385,7 +393,7 @@ def _add_directory_recursive(self, path): ignore_hidden = config.setting["ignore_hidden_files"] - walk = os.walk(unicode(path)) + walk = os.walk(path) def get_files(): try: @@ -404,7 +412,7 @@ log.debug("Adding %(count)d files from '%(directory)r'" % mparms) self.window.set_statusbar_message( - ungettext( + ngettext( "Adding %(count)d file from '%(directory)s' ...", "Adding %(count)d files from '%(directory)s' ...", number_of_files), @@ -437,7 +445,7 @@ log.debug("Adding %(count)d files from '%(directory)r'" % mparms) self.window.set_statusbar_message( - ungettext( + ngettext( "Adding %(count)d file from '%(directory)s' ...", "Adding %(count)d files from '%(directory)s' ...", number_of_files), @@ -464,29 +472,39 @@ if mimeData.hasUrls(): BaseTreeView.drop_urls(mimeData.urls(), target) - def search(self, text, type, adv=False): + def search(self, text, search_type, adv=False, mbid_matched_callback=None): """Search on the MusicBrainz website.""" + search_types = { + 'track': { + 'entity': 'recording', + 'dialog': TrackSearchDialog + }, + 'album': { + 'entity': 'release', + 'dialog': AlbumSearchDialog + }, + 'artist': { + 'entity': 'artist', + 'dialog': ArtistSearchDialog + }, + } + if search_type not in search_types: + return + search = search_types[search_type] lookup = self.get_file_lookup() if config.setting["builtin_search"]: - if type == "track" and not lookup.mbidLookup(text, 'recording'): - dialog = TrackSearchDialog(self.window) - dialog.search(text) - dialog.exec_() - elif type == "album" and not lookup.mbidLookup(text, 'release'): - dialog = AlbumSearchDialog(self.window) - dialog.search(text) - dialog.exec_() - elif type == "artist" and not lookup.mbidLookup(text, 'artist'): - dialog = ArtistSearchDialog(self.window) + if not lookup.mbid_lookup(text, search['entity'], + mbid_matched_callback=mbid_matched_callback): + dialog = search['dialog'](self.window) dialog.search(text) dialog.exec_() else: - getattr(lookup, type + "Search")(text, adv) + lookup.search_entity(search['entity'], text, adv, mbid_matched_callback=mbid_matched_callback) def collection_lookup(self): """Lookup the users collections on the MusicBrainz website.""" lookup = self.get_file_lookup() - lookup.collectionLookup(config.persist["oauth_username"]) + lookup.collection_lookup(config.persist["oauth_username"]) def browser_lookup(self, item): """Lookup the object's metadata on the MusicBrainz website.""" @@ -496,16 +514,16 @@ if isinstance(item, DataObject): itemid = item.id if isinstance(item, Track): - lookup.recordingLookup(itemid) + lookup.recording_lookup(itemid) elif isinstance(item, Album): - lookup.albumLookup(itemid) + lookup.album_lookup(itemid) else: - lookup.tagLookup( + lookup.tag_lookup( metadata["albumartist"] if item.is_album_like() else metadata["artist"], metadata["album"], metadata["title"], metadata["tracknumber"], - '' if item.is_album_like() else str(metadata.length), + '' if item.is_album_like() else string_(metadata.length), item.filename if isinstance(item, File) else '') def get_files_from_objects(self, objects, save=False): @@ -518,25 +536,25 @@ for file in files: file.save() - def load_album(self, id, discid=None): - id = self.mbid_redirects.get(id, id) - album = self.albums.get(id) + def load_album(self, album_id, discid=None): + album_id = self.mbid_redirects.get(album_id, album_id) + album = self.albums.get(album_id) if album: - log.debug("Album %s already loaded.", id) + log.debug("Album %s already loaded.", album_id) return album - album = Album(id, discid=discid) - self.albums[id] = album + album = Album(album_id, discid=discid) + self.albums[album_id] = album self.album_added.emit(album) album.load() return album - def load_nat(self, id, node=None): + def load_nat(self, nat_id, node=None): self.create_nats() - nat = self.get_nat_by_id(id) + nat = self.get_nat_by_id(nat_id) if nat: - log.debug("NAT %s already loaded.", id) + log.debug("NAT %s already loaded.", nat_id) return nat - nat = NonAlbumTrack(id) + nat = NonAlbumTrack(nat_id) self.nats.tracks.append(nat) self.nats.update(True) if node: @@ -545,14 +563,14 @@ nat.load() return nat - def get_nat_by_id(self, id): + def get_nat_by_id(self, nat_id): if self.nats is not None: for nat in self.nats.tracks: - if nat.id == id: + if nat.id == nat_id: return nat - def get_release_group_by_id(self, id): - return self.release_groups.setdefault(id, ReleaseGroup(id)) + def get_release_group_by_id(self, rg_id): + return self.release_groups.setdefault(rg_id, ReleaseGroup(rg_id)) def remove_files(self, files, from_parent=True): """Remove files from the tagger.""" @@ -604,7 +622,7 @@ } ) self.remove_album(obj) - elif isinstance(obj, UnmatchedFiles): + elif isinstance(obj, UnclusteredFiles): files.extend(list(obj.files)) elif isinstance(obj, Cluster): self.remove_cluster(obj) @@ -614,15 +632,15 @@ def _lookup_disc(self, disc, result=None, error=None): self.restore_cursor() if error is not None: - QtGui.QMessageBox.critical(self.window, _(u"CD Lookup Error"), - _(u"Error while reading CD:\n\n%s") % error) + QtWidgets.QMessageBox.critical(self.window, _("CD Lookup Error"), + _("Error while reading CD:\n\n%s") % error) else: disc.lookup() def lookup_cd(self, action): """Reads CD from the selected drive and tries to lookup the DiscID on MusicBrainz.""" - if isinstance(action, QtGui.QAction): - device = unicode(action.text()) + if isinstance(action, QtWidgets.QAction): + device = action.text() elif config.setting["cd_lookup_device"] != '': device = config.setting["cd_lookup_device"].split(",", 1)[0] else: @@ -633,7 +651,8 @@ self.set_wait_cursor() thread.run_task( partial(disc.read, encode_filename(device)), - partial(self._lookup_disc, disc)) + partial(self._lookup_disc, disc), + traceback=self._debug) @property def use_acoustid(self): @@ -663,18 +682,14 @@ def cluster(self, objs): """Group files with similar metadata to 'clusters'.""" log.debug("Clustering %r", objs) - if len(objs) <= 1 or self.unmatched_files in objs: - files = list(self.unmatched_files.files) + if len(objs) <= 1 or self.unclustered_files in objs: + files = list(self.unclustered_files.files) else: files = self.get_files_from_objects(objs) - fcmp = lambda a, b: ( - cmp(a.discnumber, b.discnumber) or - cmp(a.tracknumber, b.tracknumber) or - cmp(a.base_filename, b.base_filename)) for name, artist, files in Cluster.cluster(files, 1.0): QtCore.QCoreApplication.processEvents() cluster = self.load_cluster(name, artist) - for file in sorted(files, fcmp): + for file in sorted(files, key=attrgetter('discnumber', 'tracknumber', 'base_filename')): file.move(cluster) def load_cluster(self, name, artist): @@ -693,12 +708,12 @@ def set_wait_cursor(self): """Sets the waiting cursor.""" - QtGui.QApplication.setOverrideCursor( + super().setOverrideCursor( QtGui.QCursor(QtCore.Qt.WaitCursor)) def restore_cursor(self): """Restores the cursor set by ``set_wait_cursor``.""" - QtGui.QApplication.restoreOverrideCursor() + super().restoreOverrideCursor() def refresh(self, objs): for obj in objs: @@ -718,7 +733,7 @@ log.debug("signal %i received", signum) # Send a notification about a received signal from the signal handler # to Qt. - self.signalfd[0].sendall("a") + self.signalfd[0].sendall(b"a") def sighandler(self): self.signalnotifier.setEnabled(False) @@ -744,6 +759,8 @@ help="location of the configuration file") parser.add_argument("-d", "--debug", action='store_true', help="enable debug-level logging") + parser.add_argument("-N", "--no-restore", action='store_true', + help="do not restore positions and/or sizes") parser.add_argument('-v', '--version', action='store_true', help="display version information and exit") parser.add_argument("-V", "--long-version", action='store_true', @@ -755,8 +772,8 @@ def main(localedir=None, autoupdate=True): # Some libs (ie. Phonon) require those to be set - QtGui.QApplication.setApplicationName(PICARD_APP_NAME) - QtGui.QApplication.setOrganizationName(PICARD_ORG_NAME) + QtWidgets.QApplication.setApplicationName(PICARD_APP_NAME) + QtWidgets.QApplication.setOrganizationName(PICARD_ORG_NAME) signal.signal(signal.SIGINT, signal.SIG_DFL) diff -Nru picard-1.4.2/picard/track.py picard-2.0.0/picard/track.py --- picard-1.4.2/picard/track.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/track.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,37 +19,37 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from functools import partial -from PyQt4 import QtCore +from PyQt5 import QtCore from picard import config, log from picard.metadata import Metadata, run_track_metadata_processors from picard.dataobj import DataObject from picard.util.textencoding import asciipunct -from picard.mbxml import recording_to_metadata -from picard.script import ScriptParser +from picard.mbjson import recording_to_metadata +from picard.script import ScriptParser, enabled_tagger_scripts_texts from picard.const import VARIOUS_ARTISTS_ID, SILENCE_TRACK_TITLE, DATA_TRACK_TITLE from picard.ui.item import Item -from picard.util.imagelist import ImageList, update_metadata_images +from picard.util.imagelist import update_metadata_images import traceback _TRANSLATE_TAGS = { - "hip hop": u"Hip-Hop", - "synth-pop": u"Synthpop", - "electronica": u"Electronic", + "hip hop": "Hip-Hop", + "synth-pop": "Synthpop", + "electronica": "Electronic", } class TrackArtist(DataObject): - def __init__(self, id): - DataObject.__init__(self, id) + def __init__(self, ta_id): + super().__init__(ta_id) class Track(DataObject, Item): metadata_images_changed = QtCore.pyqtSignal() - def __init__(self, id, album=None): - DataObject.__init__(self, id) + def __init__(self, track_id, album=None): + DataObject.__init__(self, track_id) self.album = album self.linked_files = [] self.num_linked_files = 0 @@ -71,8 +71,21 @@ def update_file_metadata(self, file): if file not in self.linked_files: return - file.copy_metadata(self.metadata) + file.copy_metadata(self.orig_metadata) file.metadata['~extension'] = file.orig_metadata['~extension'] + self.metadata.copy(file.metadata) + + # Re-run tagger scripts with updated metadata + for s_name, s_text in enabled_tagger_scripts_texts(): + parser = ScriptParser() + try: + parser.eval(s_text, file.metadata) + parser.eval(s_text, self.metadata) + except: + log.exception("Failed to run tagger script %s on file", s_name) + file.metadata.strip_whitespace() + self.metadata.strip_whitespace() + file.metadata.changed = True file.update(signal=False) self.update() @@ -85,6 +98,21 @@ file.copy_metadata(file.orig_metadata) self.album._remove_file(self, file) file.metadata_images_changed.disconnect(self.update_orig_metadata_images) + + if self.num_linked_files > 0: + self.metadata.copy(self.linked_files[-1].orig_metadata) + else: + self.metadata.copy(self.orig_metadata) + + # Restore to non-associated state + for s_name, s_text in enabled_tagger_scripts_texts(): + parser = ScriptParser() + try: + parser.eval(s_text, self.metadata) + except: + log.exception("Failed to run tagger script %s on track", s_name) + self.metadata.strip_whitespace() + self.update() def update(self): @@ -124,7 +152,7 @@ m = self.metadata if column == 'title': prefix = "%s-" % m['discnumber'] if m['discnumber'] and m['totaldiscs'] != "1" else "" - return u"%s%s %s" % (prefix, m['tracknumber'].zfill(2), m['title']) + return "%s%s %s" % (prefix, m['tracknumber'].zfill(2), m['title']) return m[column] def is_video(self): @@ -150,10 +178,10 @@ return True return False - def append_track_artist(self, id): + def append_track_artist(self, ta_id): """Append artist id to the list of track artists and return an TrackArtist instance""" - track_artist = TrackArtist(id) + track_artist = TrackArtist(ta_id) self._track_artists.append(track_artist) return track_artist @@ -199,7 +227,7 @@ maxcount = max(tags.values()) taglist = [] for name, count in tags.items(): - taglist.append((100 * count / maxcount, name)) + taglist.append((100 * count // maxcount, name)) taglist.sort(reverse=True) # And generate the genre metadata tag maxtags = config.setting['max_tags'] @@ -241,8 +269,8 @@ class NonAlbumTrack(Track): - def __init__(self, id): - Track.__init__(self, id, self.tagger.nats) + def __init__(self, nat_id): + super().__init__(nat_id, self.tagger.nats) self.callback = None self.loaded = False @@ -252,11 +280,11 @@ def column(self, column): if column == "title": return self.metadata["title"] - return Track.column(self, column) + return super().column(column) def load(self, priority=False, refresh=False): self.metadata.copy(self.album.metadata) - self.metadata["title"] = u"[loading track information]" + self.metadata["title"] = "[loading track information]" self.loaded = False self.tagger.nats.update(True) mblogin = False @@ -273,22 +301,21 @@ if config.setting["enable_ratings"]: mblogin = True inc += ["user-ratings"] - self.tagger.xmlws.get_track_by_id(self.id, + self.tagger.mb_api.get_track_by_id(self.id, partial(self._recording_request_finished), inc, mblogin=mblogin, priority=priority, refresh=refresh) - def _recording_request_finished(self, document, http, error): + def _recording_request_finished(self, recording, http, error): if error: - log.error("%r", unicode(http.errorString())) + log.error("%r", http.errorString()) return try: - recording = document.metadata[0].recording[0] self._parse_recording(recording) for file in self.linked_files: self.update_file_metadata(file) - except: + except Exception: log.error(traceback.format_exc()) def _parse_recording(self, recording): @@ -296,15 +323,7 @@ recording_to_metadata(recording, m, self) self._customize_metadata() run_track_metadata_processors(self.album, m, None, recording) - if config.setting["enable_tagger_scripts"]: - for s_pos, s_name, s_enabled, s_text in config.setting["list_of_scripts"]: - if s_enabled and s_text: - parser = ScriptParser() - try: - parser.eval(s_text, m) - except: - log.error(traceback.format_exc()) - m.strip_whitespace() + self.orig_metadata.copy(m) self.loaded = True if self.callback: diff -Nru picard-1.4.2/picard/ui/cdlookup.py picard-2.0.0/picard/ui/cdlookup.py --- picard-1.4.2/picard/ui/cdlookup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/cdlookup.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,38 +17,56 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets + +from picard import config, log from picard.ui import PicardDialog from picard.ui.ui_cdlookup import Ui_Dialog -from picard.mbxml import artist_credit_from_node, label_info_from_node +from picard.mbjson import ( + artist_credit_from_node, + label_info_from_node, + release_dates_and_countries_from_node, +) +from picard.util import restore_method class CDLookupDialog(PicardDialog): + defaultsize = QtCore.QSize(720, 360) + autorestore = False + dialog_header_state = "cdlookupdialog_header_state" + + options = [ + config.Option("persist", dialog_header_state, QtCore.QByteArray()) + ] + def __init__(self, releases, disc, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) self.releases = releases self.disc = disc self.ui = Ui_Dialog() self.ui.setupUi(self) self.ui.release_list.setSortingEnabled(True) - self.ui.release_list.setHeaderLabels([_(u"Album"), _(u"Artist"), _(u"Date"), _(u"Country"), - _(u"Labels"), _(u"Catalog #s"), _(u"Barcode")]) + self.ui.release_list.setAlternatingRowColors(True) + self.ui.release_list.setHeaderLabels([_("Album"), _("Artist"), _("Date"), _("Country"), + _("Labels"), _("Catalog #s"), _("Barcode")]) if self.releases: + def myjoin(l): + return "\n".join(l) + for release in self.releases: - labels, catalog_numbers = label_info_from_node(release.label_info_list[0]) - date = release.date[0].text if "date" in release.children else "" - country = release.country[0].text if "country" in release.children else "" - barcode = release.barcode[0].text if "barcode" in release.children else "" - item = QtGui.QTreeWidgetItem(self.ui.release_list) - item.setText(0, release.title[0].text) - item.setText(1, artist_credit_from_node(release.artist_credit[0])[0]) - item.setText(2, date) - item.setText(3, country) - item.setText(4, ", ".join(labels)) - item.setText(5, ", ".join(catalog_numbers)) + labels, catalog_numbers = label_info_from_node(release['label-info']) + dates, countries = release_dates_and_countries_from_node(release) + barcode = release['barcode'] if "barcode" in release else "" + item = QtWidgets.QTreeWidgetItem(self.ui.release_list) + item.setText(0, release['title']) + item.setText(1, artist_credit_from_node(release['artist-credit'])[0]) + item.setText(2, myjoin(dates)) + item.setText(3, myjoin(countries)) + item.setText(4, myjoin(labels)) + item.setText(5, myjoin(catalog_numbers)) item.setText(6, barcode) - item.setData(0, QtCore.Qt.UserRole, release.id) + item.setData(0, QtCore.Qt.UserRole, release['id']) self.ui.release_list.setCurrentItem(self.ui.release_list.topLevelItem(0)) self.ui.ok_button.setEnabled(True) for i in range(self.ui.release_list.columnCount() - 1): @@ -57,13 +75,31 @@ self.ui.release_list.sortByColumn(3, QtCore.Qt.AscendingOrder) self.ui.release_list.sortByColumn(2, QtCore.Qt.DescendingOrder) self.ui.lookup_button.clicked.connect(self.lookup) + self.restore_geometry() + self.restore_header_state() + self.finished.connect(self.save_header_state) def accept(self): release_id = self.ui.release_list.currentItem().data(0, QtCore.Qt.UserRole) self.tagger.load_album(release_id, discid=self.disc.id) - QtGui.QDialog.accept(self) + super().accept() def lookup(self): lookup = self.tagger.get_file_lookup() - lookup.discLookup(self.disc.submission_url) - QtGui.QDialog.accept(self) + lookup.disc_lookup(self.disc.submission_url) + super().accept() + + @restore_method + def restore_header_state(self): + if self.ui.release_list: + header = self.ui.release_list.header() + state = config.persist[self.dialog_header_state] + if state: + header.restoreState(state) + log.debug("restore_state: %s" % self.dialog_header_state) + + def save_header_state(self): + if self.ui.release_list: + state = self.ui.release_list.header().saveState() + config.persist[self.dialog_header_state] = state + log.debug("save_state: %s" % self.dialog_header_state) diff -Nru picard-1.4.2/picard/ui/checkbox_list_item.py picard-2.0.0/picard/ui/checkbox_list_item.py --- picard-1.4.2/picard/ui/checkbox_list_item.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/checkbox_list_item.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,34 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2018 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from PyQt5.QtCore import Qt +from PyQt5.QtWidgets import QListWidgetItem + +class CheckboxListItem(QListWidgetItem): + + def __init__(self, text='', checked=False, data=None): + super().__init__() + self.setText(text) + self.setFlags(self.flags() | Qt.ItemIsUserCheckable) + self.setCheckState(Qt.Checked if checked else Qt.Unchecked) + self.data = data + + @property + def checked(self): + return self.checkState() == Qt.Checked diff -Nru picard-1.4.2/picard/ui/collectionmenu.py picard-2.0.0/picard/ui/collectionmenu.py --- picard-1.4.2/picard/ui/collectionmenu.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/collectionmenu.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,23 +19,23 @@ import locale -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets from picard.collection import user_collections, load_user_collections -class CollectionMenu(QtGui.QMenu): +class CollectionMenu(QtWidgets.QMenu): def __init__(self, albums, *args): - QtGui.QMenu.__init__(self, *args) + super().__init__(*args) self.ids = set(a.id for a in albums) self.update_collections() def update_collections(self): self.clear() - for id, collection in sorted(user_collections.iteritems(), + for id_, collection in sorted(user_collections.items(), key=lambda k_v: - (locale.strxfrm(k_v[1].name.encode('utf-8')), k_v[0])): - action = QtGui.QWidgetAction(self) + (locale.strxfrm(string_(k_v[1])), k_v[0])): + action = QtWidgets.QWidgetAction(self) action.setDefaultWidget(CollectionCheckBox(self, collection)) self.addAction(action) self.addSeparator() @@ -51,12 +51,12 @@ self.refresh_list() -class CollectionCheckBox(QtGui.QCheckBox): +class CollectionCheckBox(QtWidgets.QCheckBox): def __init__(self, menu, collection): self.menu = menu self.collection = collection - QtGui.QCheckBox.__init__(self, self.label()) + super().__init__(self.label()) releases = collection.releases & menu.ids if len(releases) == len(menu.ids): @@ -83,4 +83,4 @@ def label(self): c = self.collection - return ungettext("%s (%i release)", "%s (%i releases)", c.size) % (c.name, c.size) + return ngettext("%s (%i release)", "%s (%i releases)", c.size) % (c.name, c.size) diff -Nru picard-1.4.2/picard/ui/coverartbox.py picard-2.0.0/picard/ui/coverartbox.py --- picard-1.4.2/picard/ui/coverartbox.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/coverartbox.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,9 +18,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import os -import sys from functools import partial -from PyQt4 import QtCore, QtGui, QtNetwork +from PyQt5 import QtCore, QtGui, QtNetwork, QtWidgets from picard import config, log from picard.album import Album from picard.coverart.image import CoverArtImage, CoverArtImageError @@ -30,23 +29,15 @@ from picard.util.lrucache import LRUCache from picard.const import MAX_COVERS_TO_STACK -if sys.platform == 'darwin': - try: - from Foundation import NSURL - NSURL_IMPORTED = True - except ImportError: - NSURL_IMPORTED = False - log.warning("Unable to import NSURL, file drag'n'drop might not work correctly") - -class ActiveLabel(QtGui.QLabel): +class ActiveLabel(QtWidgets.QLabel): """Clickable QLabel.""" clicked = QtCore.pyqtSignal() image_dropped = QtCore.pyqtSignal(QtCore.QUrl, QtCore.QByteArray) def __init__(self, active=True, drops=False, *args): - QtGui.QLabel.__init__(self, *args) + super().__init__(*args) self.setMargin(0) self.setActive(active) self.setAcceptDrops(drops) @@ -63,21 +54,42 @@ self.clicked.emit() def dragEnterEvent(self, event): - for url in event.mimeData().urls(): - if url.scheme() in ('https', 'http', 'file'): - event.acceptProposedAction() - break + event.acceptProposedAction() def dropEvent(self, event): accepted = False # Chromium includes the actual data of the dragged image in the drop event. This # is useful for Google Images, where the url links to the page that contains the image # so we use it if the downloaded url is not an image. - dropped_data = event.mimeData().data('application/octet-stream') - for url in event.mimeData().urls(): - if url.scheme() in ('https', 'http', 'file'): + mime_data = event.mimeData() + dropped_data = mime_data.data('application/octet-stream') + + if not dropped_data: + dropped_data = mime_data.data('application/x-qt-image') + + try: + mime = imageinfo.identify(dropped_data)[2] + if mime in ('image/jpeg', 'image/png'): + accepted = True + self.image_dropped.emit(QtCore.QUrl(''), dropped_data) + except imageinfo.IdentificationError: + pass + + if not accepted: + for url in event.mimeData().urls(): + if url.scheme() in ('https', 'http', 'file'): + accepted = True + self.image_dropped.emit(url, dropped_data) + + if not accepted: + if mime_data.hasImage(): + image_bytes = QtCore.QByteArray() + image_buffer = QtCore.QBuffer(image_bytes) + mime_data.imageData().save(image_buffer, 'JPEG') + accepted = True - self.image_dropped.emit(url, dropped_data) + self.image_dropped.emit(QtCore.QUrl(''), image_bytes) + if accepted: event.acceptProposedAction() @@ -85,10 +97,14 @@ class CoverArtThumbnail(ActiveLabel): def __init__(self, active=False, drops=False, pixmap_cache=None, *args, **kwargs): - super(CoverArtThumbnail, self).__init__(active, drops, *args, **kwargs) + super().__init__(active, drops, *args, **kwargs) self.data = None self.has_common_images = None self.shadow = QtGui.QPixmap(":/images/CoverArtShadow.png") + self.pixel_ratio = self.tagger.primaryScreen().devicePixelRatio() + w, h = self.scaled(128, 128) + self.shadow = self.shadow.scaled(w, h, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation) + self.shadow.setDevicePixelRatio(self.pixel_ratio) self.release = None self.setPixmap(self.shadow) self.setAlignment(QtCore.Qt.AlignTop | QtCore.Qt.AlignHCenter) @@ -103,18 +119,22 @@ else: return True + def scaled(self, *dimensions): + return (self.pixel_ratio * dimension for dimension in dimensions) + def show(self): self.set_data(self.data, True) def decorate_cover(self, pixmap): - offx, offy, w, h = (1, 1, 121, 121) + offx, offy, w, h = self.scaled(1, 1, 121, 121) cover = QtGui.QPixmap(self.shadow) pixmap = pixmap.scaled(w, h, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation) + pixmap.setDevicePixelRatio(self.pixel_ratio) painter = QtGui.QPainter(cover) bgcolor = QtGui.QColor.fromRgb(0, 0, 0, 128) painter.fillRect(QtCore.QRectF(offx, offy, w, h), bgcolor) - x = offx + (w - pixmap.width()) / 2 - y = offy + (h - pixmap.height()) / 2 + x = offx + (w - pixmap.width()) // 2 + y = offy + (h - pixmap.height()) // 2 painter.drawPixmap(x, y, pixmap) painter.end() return cover @@ -137,8 +157,8 @@ if len(self.data) == 1: has_common_images = True - w, h, displacements = (128, 128, 20) - key = hash(tuple(sorted(self.data)) + (has_common_images,)) + w, h, displacements = self.scaled(128, 128, 20) + key = hash(tuple(sorted(self.data, key=lambda x: x.types_as_string())) + (has_common_images,)) try: pixmap = self._pixmap_cache[key] except KeyError: @@ -159,19 +179,19 @@ bgcolor = self.palette().color(QtGui.QPalette.Window) painter = QtGui.QPainter(pixmap) painter.fillRect(QtCore.QRectF(0, 0, stack_width, stack_height), bgcolor) - cx = stack_width - w / 2 - cy = h / 2 + cx = stack_width - w // 2 + cy = h // 2 if limited: - x, y = (cx - self.shadow.width() / 2, cy - self.shadow.height() / 2) + x, y = (cx - self.shadow.width() // 2, cy - self.shadow.height() // 2) for i in range(3): painter.drawPixmap(x, y, self.shadow) - x -= displacements / 3 - y += displacements / 3 + x -= displacements // 3 + y += displacements // 3 cx -= displacements cy += displacements else: - cx = stack_width - w / 2 - cy = h / 2 + cx = stack_width - w // 2 + cy = h // 2 for image in reversed(data_to_paint): if isinstance(image, QtGui.QPixmap): thumb = image @@ -179,7 +199,7 @@ thumb = QtGui.QPixmap() thumb.loadFromData(image.data) thumb = self.decorate_cover(thumb) - x, y = (cx - thumb.width() / 2, cy - thumb.height() / 2) + x, y = (cx - thumb.width() // 2, cy - thumb.height() // 2) painter.drawPixmap(x, y, thumb) cx -= displacements cy += displacements @@ -187,18 +207,19 @@ color = QtGui.QColor("darkgoldenrod") border_length = 10 for k in range(border_length): - color.setAlpha(255 - k * 255 / border_length) + color.setAlpha(255 - k * 255 // border_length) painter.setPen(color) painter.drawLine(x, y - k - 1, x + 121 + k + 1, y - k - 1) painter.drawLine(x + 121 + k + 2, y - 1 - k, x + 121 + k + 2, y + 121 + 4) for k in range(5): - bgcolor.setAlpha(80 + k * 255 / 7) + bgcolor.setAlpha(80 + k * 255 // 7) painter.setPen(bgcolor) painter.drawLine(x + 121 + 2, y + 121 + 2 + k, x + 121 + border_length + 2, y + 121 + 2 + k) painter.end() pixmap = pixmap.scaled(w, h, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation) self._pixmap_cache[key] = pixmap + pixmap.setDevicePixelRatio(self.pixel_ratio) self.setPixmap(pixmap) self.current_pixmap_key = key @@ -218,15 +239,15 @@ release = metadata.get("musicbrainz_albumid", None) if release: self.setActive(True) - text = _(u"View release on MusicBrainz") + text = _("View release on MusicBrainz") else: self.setActive(False) text = "" if hasattr(metadata, 'has_common_images'): if has_common_images: - note = _(u'Common images on all tracks') + note = _('Common images on all tracks') else: - note = _(u'Tracks contain different images') + note = _('Tracks contain different images') if text: text += '
' text += '%s' % note @@ -235,7 +256,7 @@ def open_release_page(self): lookup = self.tagger.get_file_lookup() - lookup.albumLookup(self.release) + lookup.album_lookup(self.release) def set_image_replace(obj, coverartimage): @@ -246,11 +267,11 @@ obj.metadata.append_image(coverartimage) -class CoverArtBox(QtGui.QGroupBox): +class CoverArtBox(QtWidgets.QGroupBox): def __init__(self, parent): - QtGui.QGroupBox.__init__(self, "") - self.layout = QtGui.QVBoxLayout() + super().__init__("") + self.layout = QtWidgets.QVBoxLayout() self.layout.setSpacing(6) self.parent = parent # Kills off any borders @@ -258,15 +279,15 @@ self.setFlat(True) self.item = None self.pixmap_cache = LRUCache(40) - self.cover_art_label = QtGui.QLabel('') + self.cover_art_label = QtWidgets.QLabel('') self.cover_art_label.setAlignment(QtCore.Qt.AlignTop | QtCore.Qt.AlignHCenter) self.cover_art = CoverArtThumbnail(False, True, self.pixmap_cache, parent) self.cover_art.image_dropped.connect(self.fetch_remote_image) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) - self.orig_cover_art_label = QtGui.QLabel('') + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) + self.orig_cover_art_label = QtWidgets.QLabel('') self.orig_cover_art = CoverArtThumbnail(False, False, self.pixmap_cache, parent) self.orig_cover_art_label.setAlignment(QtCore.Qt.AlignTop | QtCore.Qt.AlignHCenter) - self.show_details_button = QtGui.QPushButton(_(u'Show more details'), self) + self.show_details_button = QtWidgets.QPushButton(_('Show more details'), self) self.layout.addWidget(self.cover_art_label) self.layout.addWidget(self.cover_art) self.layout.addWidget(self.orig_cover_art_label) @@ -303,12 +324,12 @@ else: self.show_details_button.setVisible(True) self.orig_cover_art.setVisible(True) - self.cover_art_label.setText(_(u'New Cover Art')) - self.orig_cover_art_label.setText(_(u'Original Cover Art')) + self.cover_art_label.setText(_('New Cover Art')) + self.orig_cover_art_label.setText(_('Original Cover Art')) def show(self): self.update_display(True) - super(CoverArtBox, self).show() + super().show() def set_metadata(self, metadata, orig_metadata, item): if not metadata or not metadata.images: @@ -322,31 +343,24 @@ def fetch_remote_image(self, url, fallback_data=None): if self.item is None: return - if url.scheme() in ('https', 'http'): - path = url.encodedPath() + + if fallback_data is not None: + self.load_remote_image(url, None, fallback_data) + + if url.scheme() in ('http', 'https'): + path = url.path(QtCore.QUrl.FullyEncoded) if url.hasQuery(): - path += '?' + url.encodedQuery() + path += '?' + url.query(QtCore.QUrl.FullyEncoded) if url.scheme() == 'https': port = 443 else: port = 80 - self.tagger.xmlws.get(str(url.encodedHost()), url.port(port), str(path), + self.tagger.webservice.get(string_(url.encodedHost()), url.port(port), string_(path), partial(self.on_remote_image_fetched, url, fallback_data=fallback_data), - xml=False, + parse_response_type=None, priority=True, important=True) elif url.scheme() == 'file': - log.debug("Dropped the URL: %r", url.toString(QtCore.QUrl.RemoveUserInfo)) - if sys.platform == 'darwin' and unicode(url.path()).startswith('/.file/id='): - # Workaround for https://bugreports.qt.io/browse/QTBUG-40449 - # OSX Urls follow the NSURL scheme and need to be converted - if NSURL_IMPORTED: - path = os.path.normpath(os.path.realpath(unicode(NSURL.URLWithString_(str(url.toString())).filePathURL().path()).rstrip("\0"))) - log.debug('OSX NSURL path detected. Dropped File is: %r', path) - else: - log.error("Unable to get appropriate file path for %r", url.toString(QtCore.QUrl.RemoveUserInfo)) - else: - # Dropping a file from iTunes gives a path with a NULL terminator - path = os.path.normpath(os.path.realpath(unicode(url.toLocalFile()).rstrip("\0"))) + path = os.path.normpath(os.path.realpath(url.toLocalFile().rstrip("\0"))) if path and os.path.exists(path): mime = 'image/png' if path.lower().endswith('.png') else 'image/jpeg' with open(path, 'rb') as f: @@ -377,11 +391,11 @@ try: coverartimage = CoverArtImage( url=url.toString(), - types=[u'front'], + types=['front'], data=data ) except CoverArtImageError as e: - log.warning("Can't load image: %s" % unicode(e)) + log.warning("Can't load image: %s" % e) return if config.setting["load_image_behavior"] == 'replace': @@ -427,29 +441,29 @@ config.setting["load_image_behavior"] = behavior def contextMenuEvent(self, event): - menu = QtGui.QMenu(self) + menu = QtWidgets.QMenu(self) if self.show_details_button.isVisible(): - name = _(u'Show more details...') - show_more_details_action = QtGui.QAction(name, self.parent) + name = _('Show more details...') + show_more_details_action = QtWidgets.QAction(name, self.parent) show_more_details_action.triggered.connect(self.show_cover_art_info) menu.addAction(show_more_details_action) if self.orig_cover_art.isVisible(): - name = _(u'Keep original cover art') - use_orig_value_action = QtGui.QAction(name, self.parent) + name = _('Keep original cover art') + use_orig_value_action = QtWidgets.QAction(name, self.parent) use_orig_value_action.triggered.connect(self.item.keep_original_images) menu.addAction(use_orig_value_action) if not menu.isEmpty(): menu.addSeparator() - load_image_behavior_group = QtGui.QActionGroup(self.parent, exclusive=True) - action = load_image_behavior_group.addAction(QtGui.QAction(_(u'Replace front cover art on drop'), self.parent, checkable=True)) + load_image_behavior_group = QtWidgets.QActionGroup(self.parent, exclusive=True) + action = load_image_behavior_group.addAction(QtWidgets.QAction(_('Replace front cover art on drop'), self.parent, checkable=True)) action.triggered.connect(partial(self.set_load_image_behavior, behavior='replace')) if config.setting["load_image_behavior"] == 'replace': action.setChecked(True) menu.addAction(action) - action = load_image_behavior_group.addAction(QtGui.QAction(_(u'Append front cover art on drop'), self.parent, checkable=True)) + action = load_image_behavior_group.addAction(QtWidgets.QAction(_('Append front cover art on drop'), self.parent, checkable=True)) action.triggered.connect(partial(self.set_load_image_behavior, behavior='append')) if config.setting["load_image_behavior"] == 'append': action.setChecked(True) diff -Nru picard-1.4.2/picard/ui/edittagdialog.py picard-2.0.0/picard/ui/edittagdialog.py --- picard-1.4.2/picard/ui/edittagdialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/edittagdialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets from picard.util.tags import TAG_NAMES from picard.ui import PicardDialog from picard.ui.ui_edittagdialog import Ui_EditTagDialog @@ -25,8 +25,11 @@ class EditTagDialog(PicardDialog): + defaultsize = None + autorestore = False + def __init__(self, window, tag): - PicardDialog.__init__(self, window) + super().__init__(window) self.ui = Ui_EditTagDialog() self.ui.setupUi(self) self.window = window @@ -36,18 +39,17 @@ self.modified_tags = {} self.different = False self.default_tags = sorted( - set(TAG_NAMES.keys() + self.metadata_box.tag_diff.tag_names)) + set(list(TAG_NAMES.keys()) + self.metadata_box.tag_diff.tag_names)) if len(self.metadata_box.files) == 1: current_file = list(self.metadata_box.files)[0] - self.default_tags = filter(lambda x: current_file.supports_tag(x), - self.default_tags) + self.default_tags = list(filter(current_file.supports_tag, self.default_tags)) tag_names = self.ui.tag_names tag_names.editTextChanged.connect(self.tag_changed) tag_names.addItem("") visible_tags = [tn for tn in self.default_tags if not tn.startswith("~")] tag_names.addItems(visible_tags) - self.completer = QtGui.QCompleter(visible_tags, tag_names) - self.completer.setCompletionMode(QtGui.QCompleter.PopupCompletion) + self.completer = QtWidgets.QCompleter(visible_tags, tag_names) + self.completer.setCompletionMode(QtWidgets.QCompleter.PopupCompletion) tag_names.setCompleter(self.completer) self.tag_changed(tag) self.value_selection_changed() @@ -56,6 +58,7 @@ self.ui.remove_value.clicked.connect(self.remove_value) self.value_list.itemChanged.connect(self.value_edited) self.value_list.itemSelectionChanged.connect(self.value_selection_changed) + self.restore_geometry() def edit_value(self): item = self.value_list.currentItem() @@ -64,7 +67,7 @@ def add_value(self): self._modified_tag().append("") - item = QtGui.QListWidgetItem() + item = QtWidgets.QListWidgetItem() item.setFlags(QtCore.Qt.ItemIsSelectable | QtCore.Qt.ItemIsEnabled | QtCore.Qt.ItemIsEditable) self.value_list.addItem(item) self.value_list.editItem(item) @@ -98,7 +101,7 @@ tag_names.removeItem(tag_names.findText(self.tag, flags)) row = tag_names.findText(tag, flags) - self.tag = unicode(tag) + self.tag = string_(tag) if row <= 0: if tag: # add custom tags to the QComboBox immediately @@ -124,13 +127,13 @@ self.ui.add_value.setEnabled(not self.different) self._add_value_items(values) - self.value_list.setCurrentItem(self.value_list.item(0), QtGui.QItemSelectionModel.SelectCurrent) + self.value_list.setCurrentItem(self.value_list.item(0), QtCore.QItemSelectionModel.SelectCurrent) tag_names.editTextChanged.connect(self.tag_changed) def _add_value_items(self, values): values = [v for v in values if v] or [""] for value in values: - item = QtGui.QListWidgetItem(value) + item = QtWidgets.QListWidgetItem(value) item.setFlags(QtCore.Qt.ItemIsSelectable | QtCore.Qt.ItemIsEnabled | QtCore.Qt.ItemIsEditable) font = item.font() font.setItalic(self.different) @@ -139,7 +142,7 @@ def value_edited(self, item): row = self.value_list.row(item) - value = unicode(item.text()) + value = item.text() if row == 0 and self.different: self.modified_tags[self.tag] = [value] self.different = False @@ -176,4 +179,4 @@ obj.update() self.window.ignore_selection_changes = False self.window.update_selection() - QtGui.QDialog.accept(self) + super().accept() diff -Nru picard-1.4.2/picard/ui/filebrowser.py picard-2.0.0/picard/ui/filebrowser.py --- picard-1.4.2/picard/ui/filebrowser.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/filebrowser.py 2018-07-18 13:28:22.000000000 +0000 @@ -20,32 +20,36 @@ import os import sys -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets +from PyQt5.QtCore import QStandardPaths from picard import config from picard.formats import supported_formats from picard.util import find_existing_path -class FileBrowser(QtGui.QTreeView): +_default_current_browser_path = QStandardPaths.writableLocation(QStandardPaths.HomeLocation) + + +class FileBrowser(QtWidgets.QTreeView): options = [ - config.TextOption("persist", "current_browser_path", ""), + config.TextOption("persist", "current_browser_path", _default_current_browser_path), config.BoolOption("persist", "show_hidden_files", False), ] def __init__(self, parent): - QtGui.QTreeView.__init__(self, parent) - self.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) + super().__init__(parent) + self.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) self.setDragEnabled(True) - self.move_files_here_action = QtGui.QAction(_("&Move Tagged Files Here"), self) + self.move_files_here_action = QtWidgets.QAction(_("&Move Tagged Files Here"), self) self.move_files_here_action.triggered.connect(self.move_files_here) self.addAction(self.move_files_here_action) - self.toggle_hidden_action = QtGui.QAction(_("Show &Hidden Files"), self) + self.toggle_hidden_action = QtWidgets.QAction(_("Show &Hidden Files"), self) self.toggle_hidden_action.setCheckable(True) self.toggle_hidden_action.setChecked(config.persist["show_hidden_files"]) self.toggle_hidden_action.toggled.connect(self.show_hidden) self.addAction(self.toggle_hidden_action) - self.set_as_starting_directory_action = QtGui.QAction(_("&Set as starting directory"), self) + self.set_as_starting_directory_action = QtWidgets.QAction(_("&Set as starting directory"), self) self.set_as_starting_directory_action.triggered.connect(self.set_as_starting_directory) self.addAction(self.set_as_starting_directory_action) self.setContextMenuPolicy(QtCore.Qt.ActionsContextMenu) @@ -53,7 +57,7 @@ self._set_model() def _set_model(self): - self.model = QtGui.QFileSystemModel() + self.model = QtWidgets.QFileSystemModel() self.model.layoutChanged.connect(self._layout_changed) self.model.setRootPath("") self._set_model_filter() @@ -71,15 +75,15 @@ header.hideSection(1) header.hideSection(2) header.hideSection(3) - header.setResizeMode(QtGui.QHeaderView.ResizeToContents) + header.setSectionResizeMode(QtWidgets.QHeaderView.ResizeToContents) header.setStretchLastSection(False) header.setVisible(False) def _set_model_filter(self): - filter = QtCore.QDir.AllDirs | QtCore.QDir.Files | QtCore.QDir.Drives | QtCore.QDir.NoDotAndDotDot + model_filter = QtCore.QDir.AllDirs | QtCore.QDir.Files | QtCore.QDir.Drives | QtCore.QDir.NoDotAndDotDot if config.persist["show_hidden_files"]: - filter |= QtCore.QDir.Hidden - self.model.setFilter(filter) + model_filter |= QtCore.QDir.Hidden + self.model.setFilter(model_filter) def _layout_changed(self): def scroll(): @@ -96,12 +100,12 @@ def mousePressEvent(self, event): index = self.indexAt(event.pos()) if index.isValid(): - self.selectionModel().setCurrentIndex(index, QtGui.QItemSelectionModel.NoUpdate) - QtGui.QTreeView.mousePressEvent(self, event) + self.selectionModel().setCurrentIndex(index, QtCore.QItemSelectionModel.NoUpdate) + super().mousePressEvent(event) def focusInEvent(self, event): self.focused = True - QtGui.QTreeView.focusInEvent(self, event) + super().focusInEvent(event) def show_hidden(self, state): config.persist["show_hidden_files"] = state @@ -111,7 +115,7 @@ indexes = self.selectedIndexes() if indexes: path = self.model.filePath(indexes[0]) - config.persist["current_browser_path"] = os.path.normpath(unicode(path)) + config.persist["current_browser_path"] = os.path.normpath(path) def restore_state(self): pass @@ -119,18 +123,18 @@ def _restore_state(self): if config.setting["starting_directory"]: path = config.setting["starting_directory_path"] - scrolltype = QtGui.QAbstractItemView.PositionAtTop + scrolltype = QtWidgets.QAbstractItemView.PositionAtTop else: path = config.persist["current_browser_path"] - scrolltype = QtGui.QAbstractItemView.PositionAtCenter + scrolltype = QtWidgets.QAbstractItemView.PositionAtCenter if path: - index = self.model.index(find_existing_path(unicode(path))) + index = self.model.index(find_existing_path(path)) self.setCurrentIndex(index) self.expand(index) self.scrollTo(index, scrolltype) def _get_destination_from_path(self, path): - destination = os.path.normpath(unicode(path)) + destination = os.path.normpath(path) if not os.path.isdir(destination): destination = os.path.dirname(destination) return destination diff -Nru picard-1.4.2/picard/ui/infodialog.py picard-2.0.0/picard/ui/infodialog.py --- picard-1.4.2/picard/ui/infodialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/infodialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,23 +17,53 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +from collections import namedtuple import os.path -import cgi import traceback -from PyQt4 import QtGui, QtCore +from PyQt5 import QtGui, QtCore, QtWidgets from picard import log from picard.file import File from picard.track import Track from picard.album import Album from picard.coverart.image import CoverArtImageIOError -from picard.util import format_time, encode_filename, bytes2human, webbrowser2, union_sorted_lists +from picard.util import (format_time, encode_filename, + bytes2human, webbrowser2, + union_sorted_lists, htmlescape) from picard.ui import PicardDialog from picard.ui.ui_infodialog import Ui_InfoDialog +from picard.ui.util import StandardButton -class ArtworkTable(QtGui.QTableWidget): +class ArtworkCoverWidget(QtWidgets.QWidget): + """A QWidget that can be added to artwork column cell of ArtworkTable.""" + + SIZE = 170 + + def __init__(self, pixmap=None, text=None, parent=None): + super().__init__(parent=parent) + layout = QtWidgets.QVBoxLayout() + + if pixmap is not None: + image_label = QtWidgets.QLabel() + image_label.setPixmap(pixmap.scaled(self.SIZE, self.SIZE, + QtCore.Qt.KeepAspectRatio, + QtCore.Qt.SmoothTransformation)) + image_label.setAlignment(QtCore.Qt.AlignCenter) + layout.addWidget(image_label) + + if text is not None: + text_label = QtWidgets.QLabel() + text_label.setText(text) + text_label.setAlignment(QtCore.Qt.AlignCenter) + text_label.setWordWrap(True) + layout.addWidget(text_label) + + self.setLayout(layout) + + +class ArtworkTable(QtWidgets.QTableWidget): def __init__(self, display_existing_art): - QtGui.QTableWidget.__init__(self, 0, 2) + super().__init__(0, 2) self.display_existing_art = display_existing_art h_header = self.horizontalHeader() v_header = self.verticalHeader() @@ -46,58 +76,20 @@ self.insertColumn(2) self.setHorizontalHeaderLabels([_("Existing Cover"), _("Type"), _("New Cover")]) - self.arrow_pixmap = QtGui.QPixmap(":/images/arrow.png") else: self._type_col = 0 self._new_cover_col = 1 self.setHorizontalHeaderLabels([_("Type"), _("Cover")]) self.setColumnWidth(self._type_col, 140) - def get_coverart_widget(self, pixmap, text): - """Return a QWidget that can be added to artwork column cell of ArtworkTable.""" - coverart_widget = QtGui.QWidget() - image_label = QtGui.QLabel() - text_label = QtGui.QLabel() - layout = QtGui.QVBoxLayout() - image_label.setPixmap(pixmap.scaled(170, 170, QtCore.Qt.KeepAspectRatio, - QtCore.Qt.SmoothTransformation)) - image_label.setAlignment(QtCore.Qt.AlignCenter) - text_label.setText(text) - text_label.setAlignment(QtCore.Qt.AlignCenter) - text_label.setWordWrap(True) - layout.addWidget(image_label) - layout.addWidget(text_label) - coverart_widget.setLayout(layout) - return coverart_widget - - def get_type_widget(self, type_text): - """Return a QWidget that can be added to type column cell of ArtworkTable. - If both existing and new artwork are to be displayed, insert an arrow icon to make comparison - obvious. - """ - type_widget = QtGui.QWidget() - type_label = QtGui.QLabel() - layout = QtGui.QVBoxLayout() - type_label.setText(type_text) - type_label.setAlignment(QtCore.Qt.AlignCenter) - type_label.setWordWrap(True) - if self.display_existing_art: - arrow_label = QtGui.QLabel() - arrow_label.setPixmap(self.arrow_pixmap.scaled(170, 170, QtCore.Qt.KeepAspectRatio, - QtCore.Qt.SmoothTransformation)) - arrow_label.setAlignment(QtCore.Qt.AlignCenter) - layout.addWidget(arrow_label) - layout.addWidget(type_label) - else: - layout.addWidget(type_label) - type_widget.setLayout(layout) - return type_widget - class InfoDialog(PicardDialog): + defaultsize = QtCore.QSize(665, 436) + autorestore = False + def __init__(self, obj, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) self.obj = obj self.images = [] self.existing_images = [] @@ -123,21 +115,21 @@ self.existing_images = [] self.display_existing_artwork = False self.ui.setupUi(self) + self.ui.buttonBox.addButton( + StandardButton(StandardButton.CLOSE), QtWidgets.QDialogButtonBox.AcceptRole) self.ui.buttonBox.accepted.connect(self.accept) - self.ui.buttonBox.rejected.connect(self.reject) # Add the ArtworkTable to the ui self.ui.artwork_table = ArtworkTable(self.display_existing_artwork) self.ui.artwork_table.setObjectName("artwork_table") self.ui.vboxlayout1.addWidget(self.ui.artwork_table) - if self.display_existing_artwork: - self.resize(665, 436) self.setTabOrder(self.ui.tabWidget, self.ui.artwork_table) self.setTabOrder(self.ui.artwork_table, self.ui.buttonBox) self.setWindowTitle(_("Info")) self.artwork_table = self.ui.artwork_table self._display_tabs() + self.restore_geometry() def _display_tabs(self): self._display_info_tab() @@ -166,14 +158,13 @@ try: data = image.thumbnail.data except CoverArtImageIOError as e: - log.warning(unicode(e)) - pass + log.warning(e) else: data = image.data except CoverArtImageIOError: log.error(traceback.format_exc()) continue - item = QtGui.QTableWidgetItem() + item = QtWidgets.QTableWidgetItem() item.setData(QtCore.Qt.UserRole, image) pixmap = QtGui.QPixmap() if data is not None: @@ -185,14 +176,14 @@ infos = [] if image.comment: infos.append(image.comment) - infos.append(u"%s (%s)" % + infos.append("%s (%s)" % (bytes2human.decimal(image.datalength), bytes2human.binary(image.datalength))) if image.width and image.height: - infos.append(u"%d x %d" % (image.width, image.height)) + infos.append("%d x %d" % (image.width, image.height)) infos.append(image.mimetype) - img_wgt = self.artwork_table.get_coverart_widget(pixmap, "\n".join(infos)) + img_wgt = ArtworkCoverWidget(pixmap=pixmap, text="\n".join(infos)) self.artwork_table.setCellWidget(row, col, img_wgt) self.artwork_table.setItem(row, col, item) row += 1 @@ -206,11 +197,14 @@ existing_types = [image.types_as_string() for image in self.existing_images] # Merge both types and existing types list in sorted order. types = union_sorted_lists(types, existing_types) - for row, type in enumerate(types): + pixmap_arrow = QtGui.QPixmap(":/images/arrow.png") + else: + pixmap_arrow = None + for row, artwork_type in enumerate(types): self.artwork_table.insertRow(row) - type_wgt = self.artwork_table.get_type_widget(type) - item = QtGui.QTableWidgetItem() - item.setData(QtCore.Qt.UserRole, type) + item = QtWidgets.QTableWidgetItem() + item.setData(QtCore.Qt.UserRole, artwork_type) + type_wgt = ArtworkCoverWidget(pixmap=pixmap_arrow, text=artwork_type) self.artwork_table.setCellWidget(row, self.artwork_table._type_col, type_wgt) self.artwork_table.setItem(row, self.artwork_table._type_col, item) @@ -222,6 +216,7 @@ if self.existing_images: self._display_artwork(self.existing_images, self.artwork_table._existing_cover_col) self.artwork_table.itemDoubleClicked.connect(self.show_item) + self.artwork_table.verticalHeader().resizeSections(QtWidgets.QHeaderView.ResizeToContents) def tab_hide(self, widget): tab = self.ui.tabWidget @@ -231,62 +226,62 @@ def show_item(self, item): data = item.data(QtCore.Qt.UserRole) # Check if this function isn't triggered by cell in Type column - if isinstance(data, unicode): + if isinstance(data, str): return filename = data.tempfile_filename if filename: webbrowser2.open("file://" + filename) -class FileInfoDialog(InfoDialog): +def format_file_info(file_): + info = [] + info.append((_('Filename:'), file_.filename)) + if '~format' in file_.orig_metadata: + info.append((_('Format:'), file_.orig_metadata['~format'])) + try: + size = os.path.getsize(encode_filename(file_.filename)) + sizestr = "%s (%s)" % (bytes1human.decimal(size), bytes2human.binary(size)) + info.append((_('Size:'), sizestr)) + except: + pass + if file_.orig_metadata.length: + info.append((_('Length:'), format_time(file_.orig_metadata.length))) + if '~bitrate' in file_.orig_metadata: + info.append((_('Bitrate:'), '%s kbps' % file_.orig_metadata['~bitrate'])) + if '~sample_rate' in file_.orig_metadata: + info.append((_('Sample rate:'), '%s Hz' % file_.orig_metadata['~sample_rate'])) + if '~bits_per_sample' in file_.orig_metadata: + info.append((_('Bits per sample:'), string_(file_.orig_metadata['~bits_per_sample']))) + if '~channels' in file_.orig_metadata: + ch = file_.orig_metadata['~channels'] + if ch == 1: + ch = _('Mono') + elif ch == 2: + ch = _('Stereo') + else: + ch = string_(ch) + info.append((_('Channels:'), ch)) + return '
'.join(map(lambda i: '%s %s' % + (htmlescape(i[0]), + htmlescape(i[1])), info)) - def __init__(self, file, parent=None): - InfoDialog.__init__(self, file, parent) - self.setWindowTitle(_("Info") + " - " + file.base_filename) - @staticmethod - def format_file_info(file): - info = [] - info.append((_('Filename:'), file.filename)) - if '~format' in file.orig_metadata: - info.append((_('Format:'), file.orig_metadata['~format'])) - try: - size = os.path.getsize(encode_filename(file.filename)) - sizestr = "%s (%s)" % (bytes2human.decimal(size), bytes2human.binary(size)) - info.append((_('Size:'), sizestr)) - except: - pass - if file.orig_metadata.length: - info.append((_('Length:'), format_time(file.orig_metadata.length))) - if '~bitrate' in file.orig_metadata: - info.append((_('Bitrate:'), '%s kbps' % file.orig_metadata['~bitrate'])) - if '~sample_rate' in file.orig_metadata: - info.append((_('Sample rate:'), '%s Hz' % file.orig_metadata['~sample_rate'])) - if '~bits_per_sample' in file.orig_metadata: - info.append((_('Bits per sample:'), str(file.orig_metadata['~bits_per_sample']))) - if '~channels' in file.orig_metadata: - ch = file.orig_metadata['~channels'] - if ch == 1: - ch = _('Mono') - elif ch == 2: - ch = _('Stereo') - else: - ch = str(ch) - info.append((_('Channels:'), ch)) - return '
'.join(map(lambda i: '%s
%s' % - (cgi.escape(i[0]), - cgi.escape(i[1])), info)) +class FileInfoDialog(InfoDialog): + + def __init__(self, file_, parent=None): + super().__init__(file_, parent) + self.setWindowTitle(_("Info") + " - " + file_.base_filename) def _display_info_tab(self): - file = self.obj - text = FileInfoDialog.format_file_info(file) + file_ = self.obj + text = format_file_info(file_) self.ui.info.setText(text) class AlbumInfoDialog(InfoDialog): def __init__(self, album, parent=None): - InfoDialog.__init__(self, album, parent) + super().__init__(album, parent) self.setWindowTitle(_("Album Info")) def _display_info_tab(self): @@ -297,7 +292,7 @@ if album.errors: tabWidget.setTabText(tab_index, _("&Errors")) text = '
'.join(map(lambda s: '%s' % - '
'.join(unicode(QtCore.Qt.escape(s)) + '
'.join(htmlescape(s) .replace('\t', ' ') .replace(' ', ' ') .splitlines() @@ -309,10 +304,10 @@ self.tab_hide(tab) -class TrackInfoDialog(FileInfoDialog): +class TrackInfoDialog(InfoDialog): def __init__(self, track, parent=None): - InfoDialog.__init__(self, track, parent) + super().__init__(track, parent) self.setWindowTitle(_("Track Info")) def _display_info_tab(self): @@ -326,9 +321,9 @@ return tabWidget.setTabText(tab_index, _("&Info")) - text = ungettext("%i file in this track", "%i files in this track", + text = ngettext("%i file in this track", "%i files in this track", track.num_linked_files) % track.num_linked_files - info_files = [FileInfoDialog.format_file_info(file) for file in track.linked_files] + info_files = [format_file_info(file_) for file_ in track.linked_files] text += '
' + '
'.join(info_files) self.ui.info.setText(text) @@ -336,7 +331,7 @@ class ClusterInfoDialog(InfoDialog): def __init__(self, cluster, parent=None): - InfoDialog.__init__(self, cluster, parent) + super().__init__(cluster, parent) self.setWindowTitle(_("Cluster Info")) def _display_info_tab(self): @@ -347,17 +342,24 @@ tabWidget.setTabText(tab_index, _("&Info")) info = [] info.append("%s %s" % (_('Album:'), - unicode(QtCore.Qt.escape(cluster.metadata["album"])))) + htmlescape(cluster.metadata["album"]))) info.append("%s %s" % (_('Artist:'), - unicode(QtCore.Qt.escape(cluster.metadata["albumartist"])))) + htmlescape(cluster.metadata["albumartist"]))) info.append("") - lines = [] - for file in cluster.iterfiles(False): - m = file.metadata + TrackListItem = namedtuple('TrackListItem', 'tracknumber, title, artist, length') + tracklist = [] + for file_ in cluster.iterfiles(False): + m = file_.metadata artist = m["artist"] or m["albumartist"] or cluster.metadata["albumartist"] - lines.append(m["tracknumber"] + u" " + - m["title"] + " - " + artist + " (" + - m["~length"] + ")") + tracklist.append(TrackListItem(m["tracknumber"], m["title"], artist, + m["~length"])) + def sorttracknum(item): + try: + return int(item.tracknumber) + except: + return item.tracknumber + + lines = ["%s %s - %s (%s)" % item for item in sorted(tracklist, key=sorttracknum)] info.append("%s
%s" % (_('Tracklist:'), - '
'.join([unicode(QtCore.Qt.escape(s)).replace(' ', ' ') for s in lines]))) + '
'.join([htmlescape(s).replace(' ', ' ') for s in lines]))) self.ui.info.setText('
'.join(info)) diff -Nru picard-1.4.2/picard/ui/infostatus.py picard-2.0.0/picard/ui/infostatus.py --- picard-1.4.2/picard/ui/infostatus.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/infostatus.py 2018-07-18 13:28:22.000000000 +0000 @@ -16,16 +16,15 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui -from PyQt4.QtGui import QIcon +from PyQt5 import QtCore, QtGui, QtWidgets from picard.util import icontheme from picard.ui.ui_infostatus import Ui_InfoStatus -class InfoStatus(QtGui.QWidget, Ui_InfoStatus): +class InfoStatus(QtWidgets.QWidget, Ui_InfoStatus): def __init__(self, parent): - QtGui.QWidget.__init__(self, parent) + QtWidgets.QWidget.__init__(self, parent) Ui_InfoStatus.__init__(self) self.setupUi(self) @@ -38,7 +37,7 @@ self.label1.setPixmap(self.icon_file.pixmap(size)) self.label2.setPixmap(self.icon_cd.pixmap(size)) self.label3.setPixmap(self.icon_file_pending.pixmap(size)) - self.label4.setPixmap(self.icon_download.pixmap(size, QIcon.Disabled)) + self.label4.setPixmap(self.icon_download.pixmap(size, QtGui.QIcon.Disabled)) self._init_tooltips() def _create_icons(self): @@ -62,18 +61,18 @@ self.label4.setToolTip(t4) def setFiles(self, num): - self.val1.setText(unicode(num)) + self.val1.setText(string_(num)) def setAlbums(self, num): - self.val2.setText(unicode(num)) + self.val2.setText(string_(num)) def setPendingFiles(self, num): - self.val3.setText(unicode(num)) + self.val3.setText(string_(num)) def setPendingRequests(self, num): if num <= 0: - enabled = QIcon.Disabled + enabled = QtGui.QIcon.Disabled else: - enabled = QIcon.Normal + enabled = QtGui.QIcon.Normal self.label4.setPixmap(self.icon_download.pixmap(self._size, enabled)) - self.val4.setText(unicode(num)) + self.val4.setText(string_(num)) diff -Nru picard-1.4.2/picard/ui/__init__.py picard-2.0.0/picard/ui/__init__.py --- picard-1.4.2/picard/ui/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,12 +18,71 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +import uuid +from picard import config +from PyQt5 import QtCore, QtWidgets +from picard.util import restore_method -class PicardDialog(QtGui.QDialog): +class PreserveGeometry: - flags = QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint + defaultsize = None + autorestore = True + + def __init__(self): + config.Option("persist", self.opt_name(), QtCore.QByteArray()) + if self.autorestore: + self.restore_geometry() + if getattr(self, 'finished', None): + self.finished.connect(self.save_geometry) + + def opt_name(self): + return 'geometry_' + self.__class__.__name__ + + @restore_method + def restore_geometry(self): + geometry = config.persist[self.opt_name()] + if not geometry.isNull(): + self.restoreGeometry(geometry) + elif self.defaultsize: + self.resize(self.defaultsize) + + def save_geometry(self): + config.persist[self.opt_name()] = self.saveGeometry() + + +class PicardDialog(QtWidgets.QDialog, PreserveGeometry): + + flags = QtCore.Qt.WindowSystemMenuHint | QtCore.Qt.WindowTitleHint | QtCore.Qt.WindowCloseButtonHint def __init__(self, parent=None): - QtGui.QDialog.__init__(self, parent, self.flags) + super().__init__(parent, self.flags) + + +# With py3, QObjects are no longer hashable unless they have +# an explicit __hash__ implemented. +# See: http://python.6.x6.nabble.com/QTreeWidgetItem-is-not-hashable-in-Py3-td5212216.html +class HashableTreeWidgetItem(QtWidgets.QTreeWidgetItem): + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.id = uuid.uuid4() + + def __eq__(self, other): + return self.id == other.id + + def __hash__(self): + return hash(string_(self.id)) + + +class HashableListWidgetItem(QtWidgets.QListWidgetItem): + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.id = uuid.uuid4() + + def __eq__(self, other): + return self.id == other.id + + def __hash__(self): + return hash(string_(self.id)) diff -Nru picard-1.4.2/picard/ui/itemviews.py picard-2.0.0/picard/ui/itemviews.py --- picard-1.4.2/picard/ui/itemviews.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/itemviews.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,34 +19,25 @@ import os import re -import sys from functools import partial -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config, log from picard.album import Album, NatAlbum -from picard.cluster import Cluster, ClusterList, UnmatchedFiles +from picard.cluster import Cluster, ClusterList, UnclusteredFiles from picard.file import File from picard.track import Track, NonAlbumTrack -from picard.util import encode_filename, icontheme +from picard.util import encode_filename, icontheme, restore_method from picard.plugin import ExtensionPoint from picard.ui.ratingwidget import RatingWidget from picard.ui.collectionmenu import CollectionMenu -if sys.platform == 'darwin': - try: - from Foundation import NSURL - NSURL_IMPORTED = True - except ImportError: - NSURL_IMPORTED = False - log.warning("Unable to import NSURL, file drag'n'drop might not work correctly") - -class BaseAction(QtGui.QAction): +class BaseAction(QtWidgets.QAction): NAME = "Unknown" MENU = [] def __init__(self): - QtGui.QAction.__init__(self, self.NAME, None) + super().__init__(self.NAME, None) self.triggered.connect(self.__callback) def __callback(self): @@ -93,7 +84,7 @@ c2[2] + (c1[2] - c2[2]) * similarity) -class MainPanel(QtGui.QSplitter): +class MainPanel(QtWidgets.QSplitter): options = [ config.Option("persist", "splitter_state", QtCore.QByteArray()), @@ -106,7 +97,7 @@ ] def __init__(self, window, parent=None): - QtGui.QSplitter.__init__(self, parent) + super().__init__(parent) self.window = window self.create_icons() self.views = [FileTreeView(window, self), AlbumTreeView(window, self)] @@ -138,12 +129,13 @@ for view in self.views: view.save_state() + @restore_method def restore_state(self): self.restoreState(config.persist["splitter_state"]) def create_icons(self): - if hasattr(QtGui.QStyle, 'SP_DirIcon'): - ClusterItem.icon_dir = self.style().standardIcon(QtGui.QStyle.SP_DirIcon) + if hasattr(QtWidgets.QStyle, 'SP_DirIcon'): + ClusterItem.icon_dir = self.style().standardIcon(QtWidgets.QStyle.SP_DirIcon) else: ClusterItem.icon_dir = icontheme.lookup('folder', icontheme.ICON_SIZE_MENU) AlbumItem.icon_cd = icontheme.lookup('media-optical', icontheme.ICON_SIZE_MENU) @@ -220,7 +212,7 @@ self.update_current_view() -class BaseTreeView(QtGui.QTreeWidget): +class BaseTreeView(QtWidgets.QTreeWidget): options = [ config.Option("setting", "color_modified", QtGui.QColor(QtGui.QPalette.WindowText)), @@ -230,7 +222,7 @@ ] def __init__(self, window, parent=None): - QtGui.QTreeWidget.__init__(self, parent) + super().__init__(parent) self.window = window self.panel = parent @@ -241,7 +233,7 @@ self.setAcceptDrops(True) self.setDragEnabled(True) self.setDropIndicatorShown(True) - self.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) + self.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) # enable sorting, but don't actually use it by default # XXX it would be nice to be able to go to the 'no sort' mode, but the @@ -249,13 +241,13 @@ self.header().setSortIndicator(-1, QtCore.Qt.AscendingOrder) self.setSortingEnabled(True) - self.expand_all_action = QtGui.QAction(_("&Expand all"), self) + self.expand_all_action = QtWidgets.QAction(_("&Expand all"), self) self.expand_all_action.triggered.connect(self.expandAll) - self.collapse_all_action = QtGui.QAction(_("&Collapse all"), self) + self.collapse_all_action = QtWidgets.QAction(_("&Collapse all"), self) self.collapse_all_action.triggered.connect(self.collapseAll) - self.select_all_action = QtGui.QAction(_("Select &all"), self) + self.select_all_action = QtWidgets.QAction(_("Select &all"), self) self.select_all_action.triggered.connect(self.selectAll) - self.select_all_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+A"))) + self.select_all_action.setShortcut(QtGui.QKeySequence(_("Ctrl+A"))) self.doubleClicked.connect(self.activate_item) def contextMenuEvent(self, event): @@ -265,7 +257,7 @@ obj = item.obj plugin_actions = None can_view_info = self.window.view_info_action.isEnabled() - menu = QtGui.QMenu(self) + menu = QtWidgets.QMenu(self) if isinstance(obj, Track): if can_view_info: @@ -287,7 +279,7 @@ menu.addSeparator() menu.addAction(self.window.autotag_action) menu.addAction(self.window.analyze_action) - if isinstance(obj, UnmatchedFiles): + if isinstance(obj, UnclusteredFiles): menu.addAction(self.window.cluster_action) else: menu.addAction(self.window.album_search_action) @@ -321,7 +313,7 @@ bottom_separator = False if isinstance(obj, Album) and not isinstance(obj, NatAlbum) and obj.loaded: - releases_menu = QtGui.QMenu(_("&Other versions"), menu) + releases_menu = QtWidgets.QMenu(_("&Other versions"), menu) menu.addSeparator() menu.addMenu(releases_menu) loading = releases_menu.addAction(_('Loading...')) @@ -347,8 +339,8 @@ for version in versions: priority = { "trackmatch": "0" if version['totaltracks'] == albumtracks else "?", - "countrymatch": "0" if len(preferred_countries) == 0 or preferred_countries & set(version['countries']) else "?", - "formatmatch": "0" if len(preferred_formats) == 0 or preferred_formats & set(version['formats']) else "?", + "countrymatch": "0" if len(preferred_countries) == 0 or preferred_countries & set(version['countries'] or '') else "?", + "formatmatch": "0" if len(preferred_formats) == 0 or preferred_formats & set(version['formats'] or '') else "?", } priorities[version['id']] = "".join(priority[k] for k in matches) versions.sort(key=lambda version: priorities[version['id']] + version['name']) @@ -378,7 +370,7 @@ if config.setting["enable_ratings"] and \ len(self.window.selected_objects) == 1 and isinstance(obj, Track): menu.addSeparator() - action = QtGui.QWidgetAction(menu) + action = QtWidgets.QWidgetAction(menu) action.setDefaultWidget(RatingWidget(menu, obj)) menu.addAction(action) menu.addSeparator() @@ -392,7 +384,7 @@ menu.addMenu(CollectionMenu(selected_albums, _("Collections"), menu)) if plugin_actions: - plugin_menu = QtGui.QMenu(_("P&lugins"), menu) + plugin_menu = QtWidgets.QMenu(_("P&lugins"), menu) plugin_menu.setIcon(self.panel.icon_plugins) menu.addSeparator() menu.addMenu(plugin_menu) @@ -400,7 +392,7 @@ plugin_menus = {} for action in plugin_actions: action_menu = plugin_menu - for index in xrange(1, len(action.MENU) + 1): + for index in range(1, len(action.MENU) + 1): key = tuple(action.MENU[:index]) if key in plugin_menus: action_menu = plugin_menus[key] @@ -417,6 +409,7 @@ menu.exec_(event.globalPos()) event.accept() + @restore_method def restore_state(self): sizes = config.persist[self.view_sizes.name] header = self.header() @@ -429,7 +422,7 @@ def save_state(self): cols = range(self.numHeaderSections - 1) - sizes = " ".join(str(self.header().sectionSize(i)) for i in cols) + sizes = " ".join(string_(self.header().sectionSize(i)) for i in cols) config.persist[self.view_sizes.name] = sizes def supportedDropActions(self): @@ -452,7 +445,7 @@ if items: drag = QtGui.QDrag(self) drag.setMimeData(self.mimeData(items)) - drag.start(supportedActions) + drag.exec_(QtCore.Qt.MoveAction) def mimeData(self, items): """Return MIME data for specified items.""" @@ -462,11 +455,11 @@ for item in items: obj = item.obj if isinstance(obj, Album): - album_ids.append(str(obj.id)) + album_ids.append(string_(obj.id)) elif obj.iterfiles: files.extend([url(f.filename) for f in obj.iterfiles()]) mimeData = QtCore.QMimeData() - mimeData.setData("application/picard.album-list", "\n".join(album_ids)) + mimeData.setData("application/picard.album-list", "\n".join(album_ids).encode()) if files: mimeData.setUrls(files) return mimeData @@ -478,18 +471,7 @@ for url in urls: log.debug("Dropped the URL: %r", url.toString(QtCore.QUrl.RemoveUserInfo)) if url.scheme() == "file" or not url.scheme(): - if sys.platform == 'darwin' and unicode(url.path()).startswith('/.file/id='): - # Workaround for https://bugreports.qt.io/browse/QTBUG-40449 - # OSX Urls follow the NSURL scheme and need to be converted - if NSURL_IMPORTED: - filename = os.path.normpath(os.path.realpath(unicode(NSURL.URLWithString_(str(url.toString())).filePathURL().path()).rstrip("\0"))) - log.debug('OSX NSURL path detected. Dropped File is: %r', filename) - else: - log.error("Unable to get appropriate file path for %r", url.toString(QtCore.QUrl.RemoveUserInfo)) - continue - else: - # Dropping a file from iTunes gives a filename with a NULL terminator - filename = os.path.normpath(os.path.realpath(unicode(url.toLocalFile()).rstrip("\0"))) + filename = os.path.normpath(os.path.realpath(url.toLocalFile().rstrip("\0"))) file = BaseTreeView.tagger.files.get(filename) if file: files.append(file) @@ -498,7 +480,7 @@ else: new_files.append(filename) elif url.scheme() in ("http", "https"): - path = unicode(url.path()) + path = url.path() match = re.search(r"/(release|recording)/([0-9a-z\-]{36})", path) if match: entity = match.group(1) @@ -513,7 +495,7 @@ BaseTreeView.tagger.add_files(new_files, target=target) def dropEvent(self, event): - return QtGui.QTreeView.dropEvent(self, event) + return QtWidgets.QTreeView.dropEvent(self, event) def dropMimeData(self, parent, index, data, action): target = None @@ -535,8 +517,8 @@ albums = data.data("application/picard.album-list") if albums: if isinstance(self, FileTreeView) and target is None: - target = self.tagger.unmatched_files - albums = [self.tagger.load_album(id) for id in str(albums).split("\n")] + target = self.tagger.unclustered_files + albums = [self.tagger.load_album(id) for id in string_(albums).split("\n")] self.tagger.move_files(self.tagger.get_files_from_objects(albums), target) handled = True return handled @@ -559,11 +541,11 @@ cluster_item.add_files(cluster.files) def moveCursor(self, action, modifiers): - if action in (QtGui.QAbstractItemView.MoveUp, QtGui.QAbstractItemView.MoveDown): + if action in (QtWidgets.QAbstractItemView.MoveUp, QtWidgets.QAbstractItemView.MoveDown): item = self.currentItem() if item and not item.isSelected(): self.setCurrentItem(item) - return QtGui.QTreeWidget.moveCursor(self, action, modifiers) + return QtWidgets.QTreeWidget.moveCursor(self, action, modifiers) class FileTreeView(BaseTreeView): @@ -571,15 +553,15 @@ view_sizes = config.TextOption("persist", "file_view_sizes", "250 40 100") def __init__(self, window, parent=None): - BaseTreeView.__init__(self, window, parent) + super().__init__(window, parent) self.setAccessibleName(_("file view")) self.setAccessibleDescription(_("Contains unmatched files and clusters")) - self.unmatched_files = ClusterItem(self.tagger.unmatched_files, False, self) + self.unmatched_files = ClusterItem(self.tagger.unclustered_files, False, self) self.unmatched_files.update() - self.setItemExpanded(self.unmatched_files, True) + self.unmatched_files.setExpanded(True) self.clusters = ClusterItem(self.tagger.clusters, False, self) self.set_clusters_text() - self.setItemExpanded(self.clusters, True) + self.clusters.setExpanded(True) self.tagger.cluster_added.connect(self.add_file_cluster) self.tagger.cluster_removed.connect(self.remove_file_cluster) @@ -593,7 +575,7 @@ self.set_clusters_text() def set_clusters_text(self): - self.clusters.setText(0, '%s (%d)' % (_(u"Clusters"), len(self.tagger.clusters))) + self.clusters.setText(0, '%s (%d)' % (_("Clusters"), len(self.tagger.clusters))) class AlbumTreeView(BaseTreeView): @@ -601,7 +583,7 @@ view_sizes = config.TextOption("persist", "album_view_sizes", "250 40 100") def __init__(self, window, parent=None): - BaseTreeView.__init__(self, window, parent) + super().__init__(window, parent) self.setAccessibleName(_("album view")) self.setAccessibleDescription(_("Contains albums and matched files")) self.tagger.album_added.connect(self.add_album) @@ -622,12 +604,12 @@ self.takeTopLevelItem(self.indexOfTopLevelItem(album.item)) -class TreeItem(QtGui.QTreeWidgetItem): +class TreeItem(QtWidgets.QTreeWidgetItem): __lt__ = lambda self, other: False def __init__(self, obj, sortable, *args): - QtGui.QTreeWidgetItem.__init__(self, *args) + super().__init__(*args) self.obj = obj if obj is not None: obj.item = self @@ -645,7 +627,7 @@ class ClusterItem(TreeItem): def __init__(self, *args): - TreeItem.__init__(self, *args) + super().__init__(*args) self.setIcon(0, ClusterItem.icon_dir) def update(self): @@ -688,11 +670,11 @@ oldnum = self.childCount() - 1 newnum = len(album.tracks) if oldnum > newnum: # remove old items - for i in xrange(oldnum - newnum): + for i in range(oldnum - newnum): self.takeChild(newnum - 1) oldnum = newnum # update existing items - for i in xrange(oldnum): + for i in range(oldnum): item = self.child(i) track = album.tracks[i] item.obj = track @@ -700,7 +682,7 @@ item.update(update_album=False) if newnum > oldnum: # add new items items = [] - for i in xrange(newnum - 1, oldnum - 1, -1): # insertChildren is backwards + for i in range(newnum - 1, oldnum - 1, -1): # insertChildren is backwards item = TrackItem(album.tracks[i], False) item.setHidden(False) # Workaround to make sure the parent state gets updated items.append(item) @@ -759,10 +741,10 @@ oldnum = self.childCount() newnum = track.num_linked_files if oldnum > newnum: # remove old items - for i in xrange(oldnum - newnum): + for i in range(oldnum - newnum): self.takeChild(newnum - 1).obj.item = None oldnum = newnum - for i in xrange(oldnum): # update existing items + for i in range(oldnum): # update existing items item = self.child(i) file = track.linked_files[i] item.obj = file @@ -770,7 +752,7 @@ item.update(update_track=False) if newnum > oldnum: # add new items items = [] - for i in xrange(newnum - 1, oldnum - 1, -1): + for i in range(newnum - 1, oldnum - 1, -1): item = FileItem(track.linked_files[i], False) item.update(update_track=False) items.append(item) diff -Nru picard-1.4.2/picard/ui/logview.py picard-2.0.0/picard/ui/logview.py --- picard-1.4.2/picard/ui/logview.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/logview.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,127 +18,274 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +import logging +import os + +from functools import partial + +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config, log from picard.ui import PicardDialog -class LogViewCommon(PicardDialog): +class LogViewDialog(PicardDialog): + defaultsize = QtCore.QSize(570, 400) - def __init__(self, title, logger, w=740, h=340, parent=None): - PicardDialog.__init__(self, parent) - self.logger = logger + def __init__(self, title, parent=None): + super().__init__(parent) self.setWindowFlags(QtCore.Qt.Window) - self.resize(w, h) self.setWindowTitle(title) - self.doc = QtGui.QTextDocument(self) + self.doc = QtGui.QTextDocument() self.textCursor = QtGui.QTextCursor(self.doc) - self.browser = QtGui.QTextBrowser(self) + self.browser = QtWidgets.QTextBrowser() self.browser.setDocument(self.doc) - self.vbox = QtGui.QVBoxLayout(self) + self.vbox = QtWidgets.QVBoxLayout() + self.setLayout(self.vbox) self.vbox.addWidget(self.browser) - self._display() - def _setup_formats(self): - font = QtGui.QFont() - font.setFamily("Monospace") - self.textFormatInfo = QtGui.QTextCharFormat() - self.textFormatInfo.setFont(font) - self.textFormatInfo.setForeground(QtGui.QColor('black')) - self.textFormatDebug = QtGui.QTextCharFormat() - self.textFormatDebug.setFont(font) - self.textFormatDebug.setForeground(QtGui.QColor('purple')) - self.textFormatWarning = QtGui.QTextCharFormat() - self.textFormatWarning.setFont(font) - self.textFormatWarning.setForeground(QtGui.QColor('darkorange')) - self.textFormatError = QtGui.QTextCharFormat() - self.textFormatError.setFont(font) - self.textFormatError.setForeground(QtGui.QColor('red')) - self.formats = { - log.LOG_INFO: self.textFormatInfo, - log.LOG_WARNING: self.textFormatWarning, - log.LOG_ERROR: self.textFormatError, - log.LOG_DEBUG: self.textFormatDebug, - } - def _format(self, level): - return self.formats[level] +class LogViewCommon(LogViewDialog): - def _display(self): - self._setup_formats() - for level, time, msg in self.logger.entries: - self._add_entry(level, time, msg) - self.logger.register_receiver(self._add_entry) + def __init__(self, log_tail, *args, **kwargs): + self.displaying = False + self.prev = -1 + self.log_tail = log_tail + self.log_tail.updated.connect(self._updated) + super().__init__(*args, **kwargs) + + def show(self): + self.display(clear=True) + super().show() + + def _updated(self): + if self.displaying: + return + self.display() + + def display(self, clear=False): + self.displaying = True + if clear: + self.prev = -1 + self.doc.clear() + self.textCursor.movePosition(QtGui.QTextCursor.Start) + for logitem in self.log_tail.contents(self.prev): + self._add_entry(logitem) + self.prev = logitem.pos + self.displaying = False - def _add_entry(self, level, time, msg): + def _add_entry(self, logitem): self.textCursor.movePosition(QtGui.QTextCursor.End) - self.textCursor.insertText(self._formatted_log_line(level, time, msg), - self._format(level)) + self.textCursor.insertText(logitem.message) self.textCursor.insertBlock() sb = self.browser.verticalScrollBar() sb.setValue(sb.maximum()) - def _formatted_log_line(self, level, time, msg): - return log.formatted_log_line(level, time, msg) - def closeEvent(self, event): - self.logger.unregister_receiver(self._add_entry) - return QtGui.QDialog.closeEvent(self, event) - - def saveWindowState(self, position, size): - pos = self.pos() - if not pos.isNull(): - config.persist[position] = pos - config.persist[size] = self.size() - - def restoreWindowState(self, position, size): - pos = config.persist[position] - if pos.x() > 0 and pos.y() > 0: - self.move(pos) - self.resize(config.persist[size]) +class Highlighter(QtGui.QSyntaxHighlighter): + def __init__(self, string, parent=None): + super().__init__(parent) + + self.fmt = QtGui.QTextCharFormat() + self.fmt.setBackground(QtCore.Qt.lightGray) + + self.reg = QtCore.QRegExp() + self.reg.setPatternSyntax(QtCore.QRegExp.Wildcard) + self.reg.setCaseSensitivity(QtCore.Qt.CaseInsensitive) + self.reg.setPattern(string) + + def highlightBlock(self, text): + expression = self.reg + index = expression.indexIn(text) + while index >= 0: + length = expression.matchedLength() + self.setFormat(index, length, self.fmt) + index = expression.indexIn(text, index + length) + + +class VerbosityMenu(QtWidgets.QMenu): + verbosity_changed = QtCore.pyqtSignal(int) + + def __init__(self, parent=None): + super().__init__(parent=parent) + + self.action_group = QtWidgets.QActionGroup(self) + self.action_group .setExclusive(True) + self.actions = {} + for level, feat in log.levels_features.items(): + act = QtWidgets.QAction(_(feat.name), self, checkable=True) + act.triggered.connect(partial(self.verbosity_changed.emit, level)) + self.action_group.addAction(act) + self.addAction(act) + self.actions[level] = act + + def set_verbosity(self, level): + self.actions[level].setChecked(True) class LogView(LogViewCommon): options = [ - config.Option("persist", "logview_position", QtCore.QPoint()), - config.Option("persist", "logview_size", QtCore.QSize(560, 400)), + config.IntOption("setting", "log_verbosity", log.VERBOSITY_DEFAULT), ] def __init__(self, parent=None): - title = _("Log") - logger = log.main_logger - LogViewCommon.__init__(self, title, logger, parent=parent) - self.restoreWindowState("logview_position", "logview_size") - cb = QtGui.QCheckBox(_('Debug mode'), self) - cb.setChecked(QtCore.QObject.tagger._debug) - cb.stateChanged.connect(self.toggleDebug) - self.vbox.addWidget(cb) - - def toggleDebug(self, state): - QtCore.QObject.tagger.debug(state == QtCore.Qt.Checked) - - def closeEvent(self, event): - self.saveWindowState("logview_position", "logview_size") - event.accept() + super().__init__(log.main_tail, _("Log"), parent=parent) + self.verbosity = config.setting['log_verbosity'] + self._setup_formats() + self.hl_text = '' + self.hl = None -class HistoryView(LogViewCommon): + self.hbox = QtWidgets.QHBoxLayout() + self.vbox.addLayout(self.hbox) - options = [ - config.Option("persist", "historyview_position", QtCore.QPoint()), - config.Option("persist", "historyview_size", QtCore.QSize(560, 400)), - ] + # Verbosity + if QtCore.QObject.tagger._debug: + self.verbosity = logging.DEBUG + self.verbosity_menu_button = QtWidgets.QPushButton(_("Verbosity")) + self.hbox.addWidget(self.verbosity_menu_button) + + self.verbosity_menu = VerbosityMenu() + self.verbosity_menu.set_verbosity(self.verbosity) + self.verbosity_menu.verbosity_changed.connect(self._verbosity_changed) + self.verbosity_menu_button.setMenu(self.verbosity_menu) + + # highlight input + self.highlight_text = QtWidgets.QLineEdit() + self.highlight_text.setPlaceholderText(_("String to highlight")) + self.highlight_text.textEdited.connect(self._highlight_text_edited) + self.hbox.addWidget(self.highlight_text) + + # highlight button + self.highlight_button = QtWidgets.QPushButton(_("Highlight")) + self.hbox.addWidget(self.highlight_button) + self.highlight_button.setDefault(True) + self.highlight_button.setEnabled(False) + self.highlight_button.clicked.connect(self._highlight_do) + + self.highlight_text.returnPressed.connect(self.highlight_button.click) + + # clear highlight button + self.clear_highlight_button = QtWidgets.QPushButton(_("Clear Highlight")) + self.hbox.addWidget(self.clear_highlight_button) + self.clear_highlight_button.setEnabled(False) + self.clear_highlight_button.clicked.connect(self._clear_highlight_do) + + # clear log + self.clear_log_button = QtWidgets.QPushButton(_("Clear Log")) + self.hbox.addWidget(self.clear_log_button) + self.clear_log_button.clicked.connect(self._clear_log_do) + + # save as + self.save_log_as_button = QtWidgets.QPushButton(_("Save As...")) + self.hbox.addWidget(self.save_log_as_button) + self.save_log_as_button.clicked.connect(self._save_log_as_do) + + + def _clear_highlight_do(self): + self.highlight_text.setText('') + self.highlight_button.setEnabled(False) + self._highlight_do() + + def _highlight_text_edited(self, text): + if text and self.hl_text != text: + self.highlight_button.setEnabled(True) + else: + self.highlight_button.setEnabled(False) + if not text: + self.clear_highlight_button.setEnabled(bool(self.hl)) + + def _highlight_do(self): + new_hl_text = self.highlight_text.text() + if new_hl_text != self.hl_text: + self.hl_text = new_hl_text + if self.hl is not None: + self.hl.setDocument(None) + self.hl = None + if self.hl_text: + self.hl = Highlighter(self.hl_text, parent=self.doc) + self.clear_highlight_button.setEnabled(bool(self.hl)) + + def _setup_formats(self): + self.formats = {} + font = QtGui.QFont() + font.setFamily("Monospace") + for level, feat in log.levels_features.items(): + text_fmt = QtGui.QTextCharFormat() + text_fmt.setFont(font) + text_fmt.setForeground(QtGui.QColor(feat.fgcolor)) + self.formats[level] = text_fmt + + def _format(self, level): + return self.formats[level] + + def _save_log_as_do(self): + path, ok = QtWidgets.QFileDialog.getSaveFileName( + self, + caption=_("Save Log View to File"), + options=QtWidgets.QFileDialog.DontConfirmOverwrite + ) + if ok and path: + if os.path.isfile(path): + reply = QtWidgets.QMessageBox.question( + self, + _("Save Log View to File"), + _("File already exists, do you really want to save to this file?"), + QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No + ) + if reply != QtWidgets.QMessageBox.Yes: + return + + writer = QtGui.QTextDocumentWriter(path) + writer.setFormat(b"plaintext") + success = writer.write(self.doc) + if not success: + QtWidgets.QMessageBox.critical( + self, + _("Failed to save Log View to file"), + _("Something prevented data to be written to '%s'") % writer.fileName() + ) + + def show(self): + self.highlight_text.setFocus(QtCore.Qt.OtherFocusReason) + super().show() + + def _clear_log_do(self): + reply = QtWidgets.QMessageBox.question( + self, + _("Clear Log"), + _("Are you sure you want to clear the log?"), + QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No + ) + if reply != QtWidgets.QMessageBox.Yes: + return + self.log_tail.clear() + self.display(clear=True) + + def is_shown(self, logitem): + return logitem.level >= self.verbosity + + def _add_entry(self, logitem): + if not self.is_shown(logitem): + return + fmt = self.textCursor.blockCharFormat() + self.textCursor.setBlockCharFormat(self._format(logitem.level)) + super()._add_entry(logitem) + self.textCursor.setBlockCharFormat(fmt) + + def _set_verbosity(self, level): + self.verbosity = level + self.verbosity_menu.set_verbosity(self.verbosity) + + def _verbosity_changed(self, level): + if level != self.verbosity: + config.setting['log_verbosity'] = level + QtCore.QObject.tagger.debug(level == logging.DEBUG) + self.verbosity = level + self.display(clear=True) + + +class HistoryView(LogViewCommon): def __init__(self, parent=None): - title = _("Activity History") - logger = log.history_logger - LogViewCommon.__init__(self, title, logger, parent=parent) - self.restoreWindowState("historyview_position", "historyview_size") - - def _formatted_log_line(self, level, time, msg): - return log.formatted_log_line(level, time, msg, level_prefixes=False) - - def closeEvent(self, event): - self.saveWindowState("historyview_position", "historyview_size") - event.accept() + super().__init__(log.history_tail, _("Activity History"), parent=parent) diff -Nru picard-1.4.2/picard/ui/mainwindow.py picard-2.0.0/picard/ui/mainwindow.py --- picard-1.4.2/picard/ui/mainwindow.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/mainwindow.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,8 +17,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets +from collections import OrderedDict +from functools import partial import os.path from picard import config, log @@ -27,6 +29,7 @@ from picard.file import File from picard.track import Track from picard.formats import supported_formats +from picard.ui import PreserveGeometry from picard.ui.coverartbox import CoverArtBox from picard.ui.itemviews import MainPanel from picard.ui.metadatabox import MetadataBox @@ -37,15 +40,14 @@ from picard.ui.infostatus import InfoStatus from picard.ui.passworddialog import PasswordDialog, ProxyDialog from picard.ui.logview import LogView, HistoryView -from picard.ui.searchdialog import ( - TrackSearchDialog, - AlbumSearchDialog) +from picard.ui.searchdialog.track import TrackSearchDialog +from picard.ui.searchdialog.album import AlbumSearchDialog from picard.ui.util import ( find_starting_directory, ButtonLineEdit, MultiDirsSelectDialog ) -from picard.util import icontheme, webbrowser2, throttle, thread +from picard.util import icontheme, webbrowser2, throttle, thread, restore_method from picard.util.cdrom import discid, get_cdrom_drives from picard.plugin import ExtensionPoint @@ -57,14 +59,14 @@ ui_init.register(function.__module__, function) -class MainWindow(QtGui.QMainWindow): +class MainWindow(QtWidgets.QMainWindow, PreserveGeometry): + defaultsize = QtCore.QSize(780, 560) + autorestore = False selection_updated = QtCore.pyqtSignal(object) options = [ config.Option("persist", "window_state", QtCore.QByteArray()), - config.Option("persist", "window_position", QtCore.QPoint()), - config.Option("persist", "window_size", QtCore.QSize(780, 560)), config.Option("persist", "bottom_splitter_state", QtCore.QByteArray()), config.BoolOption("persist", "window_maximized", False), config.BoolOption("persist", "view_cover_art", True), @@ -74,9 +76,10 @@ ] def __init__(self, parent=None): - QtGui.QMainWindow.__init__(self, parent) + super().__init__(parent) self.selected_objects = [] self.ignore_selection_changes = False + self.toolbar = None self.setupUi() def setupUi(self): @@ -95,7 +98,7 @@ self.create_toolbar() self.create_menus() - mainLayout = QtGui.QSplitter(QtCore.Qt.Vertical) + mainLayout = QtWidgets.QSplitter(QtCore.Qt.Vertical) mainLayout.setContentsMargins(0, 0, 0, 0) mainLayout.setHandleWidth(1) @@ -114,12 +117,12 @@ self.logDialog = LogView(self) self.historyDialog = HistoryView(self) - bottomLayout = QtGui.QHBoxLayout() + bottomLayout = QtWidgets.QHBoxLayout() bottomLayout.setContentsMargins(0, 0, 0, 0) bottomLayout.setSpacing(0) bottomLayout.addWidget(self.metadata_box, 1) bottomLayout.addWidget(self.cover_art_box, 0) - bottom = QtGui.QWidget() + bottom = QtWidgets.QWidget() bottom.setLayout(bottomLayout) mainLayout.addWidget(self.panel) @@ -139,11 +142,11 @@ else: self.remove() else: - QtGui.QMainWindow.keyPressEvent(self, event) + super().keyPressEvent(event) def show(self): self.restoreWindowState() - QtGui.QMainWindow.show(self) + super().show() self.metadata_box.restore_state() def closeEvent(self, event): @@ -154,23 +157,23 @@ event.accept() def show_quit_confirmation(self): - unsaved_files = sum(a.get_num_unsaved_files() for a in self.tagger.albums.itervalues()) - QMessageBox = QtGui.QMessageBox + unsaved_files = sum(a.get_num_unsaved_files() for a in self.tagger.albums.values()) + QMessageBox = QtWidgets.QMessageBox if unsaved_files > 0: msg = QMessageBox(self) msg.setIcon(QMessageBox.Question) msg.setWindowModality(QtCore.Qt.WindowModal) - msg.setWindowTitle(_(u"Unsaved Changes")) - msg.setText(_(u"Are you sure you want to quit Picard?")) - txt = ungettext( + msg.setWindowTitle(_("Unsaved Changes")) + msg.setText(_("Are you sure you want to quit Picard?")) + txt = ngettext( "There is %d unsaved file. Closing Picard will lose all unsaved changes.", "There are %d unsaved files. Closing Picard will lose all unsaved changes.", unsaved_files) % unsaved_files msg.setInformativeText(txt) cancel = msg.addButton(QMessageBox.Cancel) msg.setDefaultButton(cancel) - msg.addButton(_(u"&Quit Picard"), QMessageBox.YesRole) + msg.addButton(_("&Quit Picard"), QMessageBox.YesRole) ret = msg.exec_() if ret == QMessageBox.Cancel: @@ -181,16 +184,7 @@ def saveWindowState(self): config.persist["window_state"] = self.saveState() isMaximized = int(self.windowState()) & QtCore.Qt.WindowMaximized != 0 - if isMaximized: - # FIXME: this doesn't include the window frame - geom = self.normalGeometry() - config.persist["window_position"] = geom.topLeft() - config.persist["window_size"] = geom.size() - else: - pos = self.pos() - if not pos.isNull(): - config.persist["window_position"] = pos - config.persist["window_size"] = self.size() + self.save_geometry() config.persist["window_maximized"] = isMaximized config.persist["view_cover_art"] = self.show_cover_art_action.isChecked() config.persist["view_toolbar"] = self.show_toolbar_action.isChecked() @@ -200,18 +194,10 @@ self.panel.save_state() self.metadata_box.save_state() + @restore_method def restoreWindowState(self): self.restoreState(config.persist["window_state"]) - pos = config.persist["window_position"] - size = config.persist["window_size"] - self._desktopgeo = self.tagger.desktop().screenGeometry() - if (pos.x() > 0 and pos.y() > 0 - and pos.x() + size.width() < self._desktopgeo.width() - and pos.y() + size.height() < self._desktopgeo.height()): - self.move(pos) - if size.width() <= 0 or size.height() <= 0: - size = QtCore.QSize(780, 560) - self.resize(size) + self.restore_geometry() if config.persist["window_maximized"]: self.setWindowState(QtCore.Qt.WindowMaximized) bottom_splitter_state = config.persist["bottom_splitter_state"] @@ -225,7 +211,7 @@ """Creates a new status bar.""" self.statusBar().showMessage(_("Ready")) self.infostatus = InfoStatus(self) - self.listening_label = QtGui.QLabel() + self.listening_label = QtWidgets.QLabel() self.listening_label.setVisible(False) self.listening_label.setToolTip("" + _( "Picard listens on this port to integrate with your browser. When " @@ -244,7 +230,7 @@ self.infostatus.setFiles(len(self.tagger.files)) self.infostatus.setAlbums(len(self.tagger.albums)) self.infostatus.setPendingFiles(File.num_pending_files) - ws = self.tagger.xmlws + ws = self.tagger.webservice self.infostatus.setPendingRequests(ws.num_pending_web_requests) def update_statusbar_listen_port(self, listen_port): @@ -281,7 +267,7 @@ return hasattr(obj, 'keys') and hasattr(obj, '__getitem__') echo = kwargs.get('echo', log.debug) - # _ is defined using __builtin__.__dict__, so setting it as default named argument + # _ is defined using builtins.__dict__, so setting it as default named argument # value doesn't work as expected translate = kwargs.get('translate', _) timeout = kwargs.get('timeout', 0) @@ -305,197 +291,220 @@ def _on_submit_acoustid(self): if self.tagger.use_acoustid: if not config.setting["acoustid_apikey"]: - QtGui.QMessageBox.warning(self, - _(u"Submission Error"), - _(u"You need to configure your AcoustID API key before you can submit fingerprints.")) + QtWidgets.QMessageBox.warning(self, + _("Submission Error"), + _("You need to configure your AcoustID API key before you can submit fingerprints.")) else: self.tagger.acoustidmanager.submit() def create_actions(self): - self.options_action = QtGui.QAction(icontheme.lookup('preferences-desktop'), _("&Options..."), self) - self.options_action.setMenuRole(QtGui.QAction.PreferencesRole) + self.options_action = QtWidgets.QAction(icontheme.lookup('preferences-desktop'), _("&Options..."), self) + self.options_action.setMenuRole(QtWidgets.QAction.PreferencesRole) self.options_action.triggered.connect(self.show_options) - self.cut_action = QtGui.QAction(icontheme.lookup('edit-cut', icontheme.ICON_SIZE_MENU), _(u"&Cut"), self) + self.cut_action = QtWidgets.QAction(icontheme.lookup('edit-cut', icontheme.ICON_SIZE_MENU), _("&Cut"), self) self.cut_action.setShortcut(QtGui.QKeySequence.Cut) self.cut_action.setEnabled(False) self.cut_action.triggered.connect(self.cut) - self.paste_action = QtGui.QAction(icontheme.lookup('edit-paste', icontheme.ICON_SIZE_MENU), _(u"&Paste"), self) + self.paste_action = QtWidgets.QAction(icontheme.lookup('edit-paste', icontheme.ICON_SIZE_MENU), _("&Paste"), self) self.paste_action.setShortcut(QtGui.QKeySequence.Paste) self.paste_action.setEnabled(False) self.paste_action.triggered.connect(self.paste) - self.help_action = QtGui.QAction(_("&Help..."), self) + self.help_action = QtWidgets.QAction(_("&Help..."), self) self.help_action.setShortcut(QtGui.QKeySequence.HelpContents) self.help_action.triggered.connect(self.show_help) - self.about_action = QtGui.QAction(_("&About..."), self) - self.about_action.setMenuRole(QtGui.QAction.AboutRole) + self.about_action = QtWidgets.QAction(_("&About..."), self) + self.about_action.setMenuRole(QtWidgets.QAction.AboutRole) self.about_action.triggered.connect(self.show_about) - self.donate_action = QtGui.QAction(_("&Donate..."), self) + self.donate_action = QtWidgets.QAction(_("&Donate..."), self) self.donate_action.triggered.connect(self.open_donation_page) - self.report_bug_action = QtGui.QAction(_("&Report a Bug..."), self) + self.report_bug_action = QtWidgets.QAction(_("&Report a Bug..."), self) self.report_bug_action.triggered.connect(self.open_bug_report) - self.support_forum_action = QtGui.QAction(_("&Support Forum..."), self) + self.support_forum_action = QtWidgets.QAction(_("&Support Forum..."), self) self.support_forum_action.triggered.connect(self.open_support_forum) - self.add_files_action = QtGui.QAction(icontheme.lookup('document-open'), _(u"&Add Files..."), self) - self.add_files_action.setStatusTip(_(u"Add files to the tagger")) + self.add_files_action = QtWidgets.QAction(icontheme.lookup('document-open'), _("&Add Files..."), self) + self.add_files_action.setStatusTip(_("Add files to the tagger")) # TR: Keyboard shortcut for "Add Files..." self.add_files_action.setShortcut(QtGui.QKeySequence.Open) self.add_files_action.triggered.connect(self.add_files) - self.add_directory_action = QtGui.QAction(icontheme.lookup('folder'), _(u"A&dd Folder..."), self) - self.add_directory_action.setStatusTip(_(u"Add a folder to the tagger")) + self.add_directory_action = QtWidgets.QAction(icontheme.lookup('folder'), _("A&dd Folder..."), self) + self.add_directory_action.setStatusTip(_("Add a folder to the tagger")) # TR: Keyboard shortcut for "Add Directory..." - self.add_directory_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+D"))) + self.add_directory_action.setShortcut(QtGui.QKeySequence(_("Ctrl+D"))) self.add_directory_action.triggered.connect(self.add_directory) - self.save_action = QtGui.QAction(icontheme.lookup('document-save'), _(u"&Save"), self) - self.save_action.setStatusTip(_(u"Save selected files")) + self.save_action = QtWidgets.QAction(icontheme.lookup('document-save'), _("&Save"), self) + self.save_action.setStatusTip(_("Save selected files")) # TR: Keyboard shortcut for "Save" self.save_action.setShortcut(QtGui.QKeySequence.Save) self.save_action.setEnabled(False) self.save_action.triggered.connect(self.save) - self.submit_acoustid_action = QtGui.QAction(icontheme.lookup('acoustid-fingerprinter'), _(u"S&ubmit AcoustIDs"), self) - self.submit_acoustid_action.setStatusTip(_(u"Submit acoustic fingerprints")) + self.submit_acoustid_action = QtWidgets.QAction(icontheme.lookup('acoustid-fingerprinter'), _("S&ubmit AcoustIDs"), self) + self.submit_acoustid_action.setStatusTip(_("Submit acoustic fingerprints")) self.submit_acoustid_action.setEnabled(False) self.submit_acoustid_action.triggered.connect(self._on_submit_acoustid) - self.exit_action = QtGui.QAction(_(u"E&xit"), self) - self.exit_action.setMenuRole(QtGui.QAction.QuitRole) + self.exit_action = QtWidgets.QAction(_("E&xit"), self) + self.exit_action.setMenuRole(QtWidgets.QAction.QuitRole) # TR: Keyboard shortcut for "Exit" - self.exit_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+Q"))) + self.exit_action.setShortcut(QtGui.QKeySequence(_("Ctrl+Q"))) self.exit_action.triggered.connect(self.close) - self.remove_action = QtGui.QAction(icontheme.lookup('list-remove'), _(u"&Remove"), self) - self.remove_action.setStatusTip(_(u"Remove selected files/albums")) + self.remove_action = QtWidgets.QAction(icontheme.lookup('list-remove'), _("&Remove"), self) + self.remove_action.setStatusTip(_("Remove selected files/albums")) self.remove_action.setEnabled(False) self.remove_action.triggered.connect(self.remove) - self.browser_lookup_action = QtGui.QAction(icontheme.lookup('lookup-musicbrainz'), _(u"Lookup in &Browser"), self) - self.browser_lookup_action.setStatusTip(_(u"Lookup selected item on MusicBrainz website")) + self.browser_lookup_action = QtWidgets.QAction(icontheme.lookup('lookup-musicbrainz'), _("Lookup in &Browser"), self) + self.browser_lookup_action.setStatusTip(_("Lookup selected item on MusicBrainz website")) self.browser_lookup_action.setEnabled(False) # TR: Keyboard shortcut for "Lookup in Browser" - self.browser_lookup_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+Shift+L"))) + self.browser_lookup_action.setShortcut(QtGui.QKeySequence(_("Ctrl+Shift+L"))) self.browser_lookup_action.triggered.connect(self.browser_lookup) - self.album_search_action = QtGui.QAction(icontheme.lookup('system-search'), _(u"Search for similar albums..."), self) - self.album_search_action.setStatusTip(_(u"View similar releases and optionally choose a different release")) + self.album_search_action = QtWidgets.QAction(icontheme.lookup('system-search'), _("Search for similar albums..."), self) + self.album_search_action.setStatusTip(_("View similar releases and optionally choose a different release")) self.album_search_action.triggered.connect(self.show_more_albums) - self.track_search_action = QtGui.QAction(icontheme.lookup('system-search'), _(u"Search for similar tracks..."), self) - self.track_search_action.setStatusTip(_(u"View similar tracks and optionally choose a different release")) + self.track_search_action = QtWidgets.QAction(icontheme.lookup('system-search'), _("Search for similar tracks..."), self) + self.track_search_action.setStatusTip(_("View similar tracks and optionally choose a different release")) self.track_search_action.triggered.connect(self.show_more_tracks) - self.show_file_browser_action = QtGui.QAction(_(u"File &Browser"), self) + self.show_file_browser_action = QtWidgets.QAction(_("File &Browser"), self) self.show_file_browser_action.setCheckable(True) if config.persist["view_file_browser"]: self.show_file_browser_action.setChecked(True) - self.show_file_browser_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+B"))) + self.show_file_browser_action.setShortcut(QtGui.QKeySequence(_("Ctrl+B"))) self.show_file_browser_action.triggered.connect(self.show_file_browser) - self.show_cover_art_action = QtGui.QAction(_(u"&Cover Art"), self) + self.show_cover_art_action = QtWidgets.QAction(_("&Cover Art"), self) self.show_cover_art_action.setCheckable(True) if config.persist["view_cover_art"]: self.show_cover_art_action.setChecked(True) self.show_cover_art_action.triggered.connect(self.show_cover_art) - self.show_toolbar_action = QtGui.QAction(_(u"&Actions"), self) + self.show_toolbar_action = QtWidgets.QAction(_("&Actions"), self) self.show_toolbar_action.setCheckable(True) if config.persist["view_toolbar"]: self.show_toolbar_action.setChecked(True) self.show_toolbar_action.triggered.connect(self.show_toolbar) - self.search_action = QtGui.QAction(icontheme.lookup('system-search'), _(u"Search"), self) + self.search_action = QtWidgets.QAction(icontheme.lookup('system-search'), _("Search"), self) self.search_action.setEnabled(False) self.search_action.triggered.connect(self.search) - self.cd_lookup_action = QtGui.QAction(icontheme.lookup('media-optical'), _(u"Lookup &CD..."), self) - self.cd_lookup_action.setStatusTip(_(u"Lookup the details of the CD in your drive")) + self.cd_lookup_action = QtWidgets.QAction(icontheme.lookup('media-optical'), _("Lookup &CD..."), self) + self.cd_lookup_action.setStatusTip(_("Lookup the details of the CD in your drive")) # TR: Keyboard shortcut for "Lookup CD" self.cd_lookup_action.setShortcut(QtGui.QKeySequence(_("Ctrl+K"))) self.cd_lookup_action.triggered.connect(self.tagger.lookup_cd) - self.analyze_action = QtGui.QAction(icontheme.lookup('picard-analyze'), _(u"&Scan"), self) - self.analyze_action.setStatusTip(_(u"Use AcoustID audio fingerprint to identify the files by the actual music, even if they have no metadata")) + self.cd_lookup_menu = QtWidgets.QMenu(_("Lookup &CD...")) + self.cd_lookup_menu.triggered.connect(self.tagger.lookup_cd) + self.cd_lookup_action.setEnabled(False) + if discid is None: + log.warning("CDROM: discid library not found - Lookup CD functionality disabled") + else: + drives = get_cdrom_drives() + if not drives: + log.warning("CDROM: No CD-ROM drives found - Lookup CD functionality disabled") + else: + shortcut_drive = config.setting["cd_lookup_device"].split(",")[0] if len(drives) > 1 else "" + self.cd_lookup_action.setEnabled(True) + for drive in drives: + action = self.cd_lookup_menu.addAction(drive) + if drive == shortcut_drive: + # Clear existing shortcode on main action and assign it to sub-action + self.cd_lookup_action.setShortcut(QtGui.QKeySequence()) + action.setShortcut(QtGui.QKeySequence(_("Ctrl+K"))) + + self.analyze_action = QtWidgets.QAction(icontheme.lookup('picard-analyze'), _("&Scan"), self) + self.analyze_action.setStatusTip(_("Use AcoustID audio fingerprint to identify the files by the actual music, even if they have no metadata")) self.analyze_action.setEnabled(False) - self.analyze_action.setToolTip(_(u'Identify the file using its AcoustID audio fingerprint')) + self.analyze_action.setToolTip(_('Identify the file using its AcoustID audio fingerprint')) # TR: Keyboard shortcut for "Analyze" - self.analyze_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+Y"))) + self.analyze_action.setShortcut(QtGui.QKeySequence(_("Ctrl+Y"))) self.analyze_action.triggered.connect(self.analyze) - self.cluster_action = QtGui.QAction(icontheme.lookup('picard-cluster'), _(u"Cl&uster"), self) - self.cluster_action.setStatusTip(_(u"Cluster files into album clusters")) + self.cluster_action = QtWidgets.QAction(icontheme.lookup('picard-cluster'), _("Cl&uster"), self) + self.cluster_action.setStatusTip(_("Cluster files into album clusters")) self.cluster_action.setEnabled(False) # TR: Keyboard shortcut for "Cluster" - self.cluster_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+U"))) + self.cluster_action.setShortcut(QtGui.QKeySequence(_("Ctrl+U"))) self.cluster_action.triggered.connect(self.cluster) - self.autotag_action = QtGui.QAction(icontheme.lookup('picard-auto-tag'), _(u"&Lookup"), self) - tip = _(u"Lookup selected items in MusicBrainz") + self.autotag_action = QtWidgets.QAction(icontheme.lookup('picard-auto-tag'), _("&Lookup"), self) + tip = _("Lookup selected items in MusicBrainz") self.autotag_action.setToolTip(tip) self.autotag_action.setStatusTip(tip) self.autotag_action.setEnabled(False) # TR: Keyboard shortcut for "Lookup" - self.autotag_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+L"))) + self.autotag_action.setShortcut(QtGui.QKeySequence(_("Ctrl+L"))) self.autotag_action.triggered.connect(self.autotag) - self.view_info_action = QtGui.QAction(icontheme.lookup('picard-edit-tags'), _(u"&Info..."), self) + self.view_info_action = QtWidgets.QAction(icontheme.lookup('picard-edit-tags'), _("&Info..."), self) self.view_info_action.setEnabled(False) # TR: Keyboard shortcut for "Info" - self.view_info_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+I"))) + self.view_info_action.setShortcut(QtGui.QKeySequence(_("Ctrl+I"))) self.view_info_action.triggered.connect(self.view_info) - self.refresh_action = QtGui.QAction(icontheme.lookup('view-refresh', icontheme.ICON_SIZE_MENU), _("&Refresh"), self) - self.refresh_action.setShortcut(QtGui.QKeySequence(_(u"Ctrl+R"))) + self.refresh_action = QtWidgets.QAction(icontheme.lookup('view-refresh', icontheme.ICON_SIZE_MENU), _("&Refresh"), self) + self.refresh_action.setShortcut(QtGui.QKeySequence(_("Ctrl+R"))) self.refresh_action.triggered.connect(self.refresh) - self.enable_renaming_action = QtGui.QAction(_(u"&Rename Files"), self) + self.enable_renaming_action = QtWidgets.QAction(_("&Rename Files"), self) self.enable_renaming_action.setCheckable(True) self.enable_renaming_action.setChecked(config.setting["rename_files"]) self.enable_renaming_action.triggered.connect(self.toggle_rename_files) - self.enable_moving_action = QtGui.QAction(_(u"&Move Files"), self) + self.enable_moving_action = QtWidgets.QAction(_("&Move Files"), self) self.enable_moving_action.setCheckable(True) self.enable_moving_action.setChecked(config.setting["move_files"]) self.enable_moving_action.triggered.connect(self.toggle_move_files) - self.enable_tag_saving_action = QtGui.QAction(_(u"Save &Tags"), self) + self.enable_tag_saving_action = QtWidgets.QAction(_("Save &Tags"), self) self.enable_tag_saving_action.setCheckable(True) self.enable_tag_saving_action.setChecked(not config.setting["dont_write_tags"]) self.enable_tag_saving_action.triggered.connect(self.toggle_tag_saving) - self.tags_from_filenames_action = QtGui.QAction(_(u"Tags From &File Names..."), self) + self.tags_from_filenames_action = QtWidgets.QAction(_("Tags From &File Names..."), self) self.tags_from_filenames_action.triggered.connect(self.open_tags_from_filenames) self.tags_from_filenames_action.setEnabled(False) - self.open_collection_in_browser_action = QtGui.QAction(_(u"&Open My Collections in Browser"), self) + self.open_collection_in_browser_action = QtWidgets.QAction(_("&Open My Collections in Browser"), self) self.open_collection_in_browser_action.triggered.connect(self.open_collection_in_browser) - self.open_collection_in_browser_action.setEnabled(config.setting["username"] != u'') + self.open_collection_in_browser_action.setEnabled(config.setting["username"] != '') - self.view_log_action = QtGui.QAction(_(u"View Error/Debug &Log"), self) + self.view_log_action = QtWidgets.QAction(_("View &Error/Debug Log"), self) self.view_log_action.triggered.connect(self.show_log) + # TR: Keyboard shortcut for "View Error/Debug Log" + self.view_log_action.setShortcut(QtGui.QKeySequence(_("Ctrl+E"))) - self.view_history_action = QtGui.QAction(_(u"View Activity &History"), self) + self.view_history_action = QtWidgets.QAction(_("View Activity &History"), self) self.view_history_action.triggered.connect(self.show_history) + # TR: Keyboard shortcut for "View Activity History" + self.view_history_action.setShortcut(QtGui.QKeySequence(_("Ctrl+H"))) - xmlws_manager = self.tagger.xmlws.manager - xmlws_manager.authenticationRequired.connect(self.show_password_dialog) - xmlws_manager.proxyAuthenticationRequired.connect(self.show_proxy_dialog) + webservice_manager = self.tagger.webservice.manager + webservice_manager.authenticationRequired.connect(self.show_password_dialog) + webservice_manager.proxyAuthenticationRequired.connect(self.show_proxy_dialog) - self.play_file_action = QtGui.QAction(icontheme.lookup('play-music'), _(u"Open in &Player"), self) - self.play_file_action.setStatusTip(_(u"Play the file in your default media player")) + self.play_file_action = QtWidgets.QAction(icontheme.lookup('play-music'), _("Open in &Player"), self) + self.play_file_action.setStatusTip(_("Play the file in your default media player")) self.play_file_action.setEnabled(False) self.play_file_action.triggered.connect(self.play_file) - self.open_folder_action = QtGui.QAction(icontheme.lookup('folder', icontheme.ICON_SIZE_MENU), _(u"Open Containing &Folder"), self) - self.open_folder_action.setStatusTip(_(u"Open the containing folder in your file explorer")) + self.open_folder_action = QtWidgets.QAction(icontheme.lookup('folder', icontheme.ICON_SIZE_MENU), _("Open Containing &Folder"), self) + self.open_folder_action.setStatusTip(_("Open the containing folder in your file explorer")) self.open_folder_action.setEnabled(False) self.open_folder_action.triggered.connect(self.open_folder) @@ -511,7 +520,7 @@ def get_selected_or_unmatched_files(self): files = self.tagger.get_files_from_objects(self.selected_objects) if not files: - files = self.tagger.unmatched_files.files + files = self.tagger.unclustered_files.files return files def open_tags_from_filenames(self): @@ -524,7 +533,7 @@ self.tagger.collection_lookup() def create_menus(self): - menu = self.menuBar().addMenu(_(u"&File")) + menu = self.menuBar().addMenu(_("&File")) menu.addAction(self.add_directory_action) menu.addAction(self.add_files_action) menu.addSeparator() @@ -535,27 +544,30 @@ menu.addAction(self.submit_acoustid_action) menu.addSeparator() menu.addAction(self.exit_action) - menu = self.menuBar().addMenu(_(u"&Edit")) + menu = self.menuBar().addMenu(_("&Edit")) menu.addAction(self.cut_action) menu.addAction(self.paste_action) menu.addSeparator() menu.addAction(self.view_info_action) menu.addAction(self.remove_action) - menu = self.menuBar().addMenu(_(u"&View")) + menu = self.menuBar().addMenu(_("&View")) menu.addAction(self.show_file_browser_action) menu.addAction(self.show_cover_art_action) menu.addSeparator() menu.addAction(self.show_toolbar_action) menu.addAction(self.search_toolbar_toggle_action) - menu = self.menuBar().addMenu(_(u"&Options")) + menu = self.menuBar().addMenu(_("&Options")) menu.addAction(self.enable_renaming_action) menu.addAction(self.enable_moving_action) menu.addAction(self.enable_tag_saving_action) menu.addSeparator() menu.addAction(self.options_action) - menu = self.menuBar().addMenu(_(u"&Tools")) + menu = self.menuBar().addMenu(_("&Tools")) menu.addAction(self.refresh_action) - menu.addAction(self.cd_lookup_action) + if len(self.cd_lookup_menu.actions()) > 1: + menu.addMenu(self.cd_lookup_menu) + else: + menu.addAction(self.cd_lookup_action) menu.addAction(self.autotag_action) menu.addAction(self.analyze_action) menu.addAction(self.cluster_action) @@ -564,7 +576,7 @@ menu.addAction(self.tags_from_filenames_action) menu.addAction(self.open_collection_in_browser_action) self.menuBar().addSeparator() - menu = self.menuBar().addMenu(_(u"&Help")) + menu = self.menuBar().addMenu(_("&Help")) menu.addAction(self.help_action) menu.addSeparator() menu.addAction(self.view_history_action) @@ -581,18 +593,17 @@ self.toolbar.setToolButtonStyle(QtCore.Qt.ToolButtonTextUnderIcon) else: self.toolbar.setToolButtonStyle(QtCore.Qt.ToolButtonIconOnly) - self.cd_lookup_action.setEnabled(len(get_cdrom_drives()) > 0 and - discid is not None) + def create_toolbar(self): self.create_search_toolbar() self.create_action_toolbar() def create_action_toolbar(self): - if getattr(self, 'toolbar', None): + if self.toolbar: self.toolbar.clear() self.removeToolBar(self.toolbar) - self.toolbar = toolbar = QtGui.QToolBar(_(u"Actions")) + self.toolbar = toolbar = QtWidgets.QToolBar(_("Actions")) self.insertToolBar(self.search_toolbar, self.toolbar) self.update_toolbar_style() toolbar.setObjectName("main_toolbar") @@ -604,46 +615,63 @@ widget.setAttribute(QtCore.Qt.WA_MacShowFocusRect) for action in config.setting['toolbar_layout']: - if action not in ('cd_lookup_action', 'separator'): - try: - add_toolbar_action(getattr(self, action)) - except AttributeError: - log.warning('Warning: Unknown action name "%r" found in config. Ignored.', action) - elif action == 'cd_lookup_action': + if action == 'cd_lookup_action': add_toolbar_action(self.cd_lookup_action) - drives = get_cdrom_drives() - if len(drives) > 1: - self.cd_lookup_menu = QtGui.QMenu() - for drive in drives: - self.cd_lookup_menu.addAction(drive) - self.cd_lookup_menu.triggered.connect(self.tagger.lookup_cd) + if len(self.cd_lookup_menu.actions()) > 1: button = toolbar.widgetForAction(self.cd_lookup_action) - button.setPopupMode(QtGui.QToolButton.MenuButtonPopup) + button.setPopupMode(QtWidgets.QToolButton.MenuButtonPopup) button.setMenu(self.cd_lookup_menu) elif action == 'separator': toolbar.addSeparator() + else: + try: + add_toolbar_action(getattr(self, action)) + except AttributeError: + log.warning('Warning: Unknown action name "%r" found in config. Ignored.', action) self.show_toolbar() def create_search_toolbar(self): - self.search_toolbar = toolbar = self.addToolBar(_(u"Search")) + self.search_toolbar = toolbar = self.addToolBar(_("Search")) self.search_toolbar_toggle_action = self.search_toolbar.toggleViewAction() toolbar.setObjectName("search_toolbar") - search_panel = QtGui.QWidget(toolbar) - hbox = QtGui.QHBoxLayout(search_panel) - self.search_combo = QtGui.QComboBox(search_panel) - self.search_combo.addItem(_(u"Album"), "album") - self.search_combo.addItem(_(u"Artist"), "artist") - self.search_combo.addItem(_(u"Track"), "track") + search_panel = QtWidgets.QWidget(toolbar) + hbox = QtWidgets.QHBoxLayout(search_panel) + self.search_combo = QtWidgets.QComboBox(search_panel) + self.search_combo.addItem(_("Album"), "album") + self.search_combo.addItem(_("Artist"), "artist") + self.search_combo.addItem(_("Track"), "track") hbox.addWidget(self.search_combo, 0) self.search_edit = ButtonLineEdit(search_panel) self.search_edit.returnPressed.connect(self.trigger_search_action) self.search_edit.textChanged.connect(self.enable_search) hbox.addWidget(self.search_edit, 0) - self.search_button = QtGui.QToolButton(search_panel) + self.search_button = QtWidgets.QToolButton(search_panel) self.search_button.setAutoRaise(True) self.search_button.setDefaultAction(self.search_action) self.search_button.setIconSize(QtCore.QSize(22, 22)) self.search_button.setAttribute(QtCore.Qt.WA_MacShowFocusRect) + + # search button contextual menu, shortcut to toggle search options + def search_button_menu(position): + menu = QtWidgets.QMenu() + opts = OrderedDict([ + ('use_adv_search_syntax', N_("&Advanced search")), + ('builtin_search', N_("&Builtin search")) + ]) + + def toggle_opt(opt, checked): + config.setting[opt] = checked + + for opt, label in opts.items(): + action = QtWidgets.QAction(_(label), menu) + action.setCheckable(True) + action.setChecked(config.setting[opt]) + action.triggered.connect(partial(toggle_opt, opt)) + menu.addAction(action) + menu.exec_(self.search_button.mapToGlobal(position)) + + self.search_button.setContextMenuPolicy(QtCore.Qt.CustomContextMenu) + self.search_button.customContextMenuRequested.connect(search_button_menu) hbox.addWidget(self.search_button) toolbar.addWidget(search_panel) @@ -695,11 +723,16 @@ if self.search_action.isEnabled(): self.search_action.trigger() + def search_mbid_found(self, entity, mbid): + self.search_edit.setText('%s:%s' % (entity, mbid)) + def search(self): """Search for album, artist or track on the MusicBrainz website.""" text = self.search_edit.text() - type = self.search_combo.itemData(self.search_combo.currentIndex()) - self.tagger.search(text, type, config.setting["use_adv_search_syntax"]) + entity = self.search_combo.itemData(self.search_combo.currentIndex()) + self.tagger.search(text, entity, + config.setting["use_adv_search_syntax"], + mbid_matched_callback=self.search_mbid_found) def add_files(self): """Add files to the tagger.""" @@ -713,9 +746,8 @@ formats.sort() extensions.sort() formats.insert(0, _("All Supported Formats") + " (%s)" % " ".join(extensions)) - files = QtGui.QFileDialog.getOpenFileNames(self, "", current_directory, u";;".join(formats)) + files, _filter = QtWidgets.QFileDialog.getOpenFileNames(self, "", current_directory, ";;".join(formats)) if files: - files = map(unicode, files) config.persist["current_directory"] = os.path.dirname(files[0]) self.tagger.add_files(files) @@ -725,12 +757,12 @@ dir_list = [] if not config.setting["toolbar_multiselect"]: - directory = QtGui.QFileDialog.getExistingDirectory(self, "", current_directory) + directory = QtWidgets.QFileDialog.getExistingDirectory(self, "", current_directory) if directory: dir_list.append(directory) else: file_dialog = MultiDirsSelectDialog(self, "", current_directory) - if file_dialog.exec_() == QtGui.QDialog.Accepted: + if file_dialog.exec_() == QtWidgets.QDialog.Accepted: dir_list = file_dialog.selectedFiles() dir_count = len(dir_list) @@ -816,12 +848,12 @@ QtGui.QDesktopServices.openUrl(self._openUrl(folder)) def show_analyze_settings_info(self): - ret = QtGui.QMessageBox.question(self, - _(u"Configuration Required"), - _(u"Audio fingerprinting is not yet configured. Would you like to configure it now?"), - QtGui.QMessageBox.Yes | QtGui.QMessageBox.No, - QtGui.QMessageBox.Yes) - return ret == QtGui.QMessageBox.Yes + ret = QtWidgets.QMessageBox.question(self, + _("Configuration Required"), + _("Audio fingerprinting is not yet configured. Would you like to configure it now?"), + QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No, + QtWidgets.QMessageBox.Yes) + return ret == QtWidgets.QMessageBox.Yes def show_more_tracks(self): obj = self.selected_objects[0] @@ -873,7 +905,8 @@ single = self.selected_objects[0] if len(self.selected_objects) == 1 else None can_view_info = bool(single and single.can_view_info()) can_browser_lookup = bool(single and single.can_browser_lookup()) - have_files = len(self.tagger.get_files_from_objects(self.selected_objects)) > 0 + have_files = bool(self.tagger.get_files_from_objects(self.selected_objects)) + have_objects = bool(self.selected_objects) for obj in self.selected_objects: if obj is None: continue @@ -899,9 +932,10 @@ self.browser_lookup_action.setEnabled(can_browser_lookup) self.play_file_action.setEnabled(have_files) self.open_folder_action.setEnabled(have_files) - self.cut_action.setEnabled(bool(self.selected_objects)) + self.cut_action.setEnabled(have_objects) files = self.get_selected_or_unmatched_files() self.tags_from_filenames_action.setEnabled(bool(files)) + self.track_search_action.setEnabled(have_objects) def update_selection(self, objects=None): if self.ignore_selection_changes: @@ -988,7 +1022,7 @@ if self.show_file_browser_action.isChecked(): sizes = self.panel.sizes() if sizes[0] == 0: - sizes[0] = sum(sizes) / 4 + sizes[0] = sum(sizes) // 4 self.panel.setSizes(sizes) self.file_browser.show() else: @@ -996,12 +1030,12 @@ def show_password_dialog(self, reply, authenticator): if reply.url().host() == config.setting['server_host']: - ret = QtGui.QMessageBox.question(self, - _(u"Authentication Required"), - _(u"Picard needs authorization to access your personal data on the MusicBrainz server. Would you like to log in now?"), - QtGui.QMessageBox.Yes | QtGui.QMessageBox.No, - QtGui.QMessageBox.Yes) - if ret == QtGui.QMessageBox.Yes: + ret = QtWidgets.QMessageBox.question(self, + _("Authentication Required"), + _("Picard needs authorization to access your personal data on the MusicBrainz server. Would you like to log in now?"), + QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No, + QtWidgets.QMessageBox.Yes) + if ret == QtWidgets.QMessageBox.Yes: pass else: dialog = PasswordDialog(authenticator, reply, parent=self) @@ -1021,7 +1055,7 @@ def paste(self): selected_objects = self.selected_objects if not selected_objects: - target = self.tagger.unmatched_files + target = self.tagger.unclustered_files else: target = selected_objects[0] self.tagger.paste_files(target) diff -Nru picard-1.4.2/picard/ui/metadatabox.py picard-2.0.0/picard/ui/metadatabox.py --- picard-1.4.2/picard/ui/metadatabox.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/metadatabox.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets from collections import defaultdict from functools import partial from picard import config @@ -26,7 +26,7 @@ from picard.cluster import Cluster from picard.track import Track from picard.file import File -from picard.util import format_time, throttle, thread, uniqify +from picard.util import format_time, throttle, thread, uniqify, restore_method from picard.util.tags import display_tag_name from picard.ui.edittagdialog import EditTagDialog from picard.metadata import MULTI_VALUED_JOINER @@ -65,7 +65,7 @@ self.different = set() def __getitem__(self, tag): - return dict.get(self, tag, [""]) + return super().get(tag, [""]) def add(self, tag, values): if tag not in self.different: @@ -81,7 +81,7 @@ missing = self.parent.objects - count if tag in self.different: - return (ungettext("(different across %d item)", "(different across %d items)", count) % count, True) + return (ngettext("(different across %d item)", "(different across %d items)", count) % count, True) else: if tag == "~length": msg = format_time(self.get(tag, 0)) @@ -89,25 +89,26 @@ msg = MULTI_VALUED_JOINER.join(self[tag]) if count > 0 and missing > 0: - return (msg + " " + (ungettext("(missing from %d item)", "(missing from %d items)", missing) % missing), True) + return (msg + " " + (ngettext("(missing from %d item)", "(missing from %d items)", missing) % missing), True) else: return (msg, False) class TagDiff(object): - __slots__ = ("tag_names", "new", "orig", "status", "objects") + __slots__ = ("tag_names", "new", "orig", "status", "objects", "max_length_delta_ms") - def __init__(self): + def __init__(self, max_length_diff=2): self.tag_names = [] self.new = TagCounter(self) self.orig = TagCounter(self) self.status = defaultdict(lambda: 0) self.objects = 0 + self.max_length_delta_ms = max_length_diff * 1000 def __tag_ne(self, tag, orig, new): if tag == "~length": - return abs(float(orig) - float(new)) > 2000 + return abs(float(orig) - float(new)) > self.max_length_delta_ms else: return orig != new @@ -142,7 +143,33 @@ return TagStatus.NoChange -class MetadataBox(QtGui.QTableWidget): +class PreservedTags: + + opt_name = 'preserved_tags' + + def __init__(self): + self._tags = self._from_config() + + def _to_config(self): + config.setting[self.opt_name] = ", ".join(sorted(self._tags)) + + def _from_config(self): + tags = config.setting[self.opt_name].split(',') + return set(filter(bool, map(str.strip, tags))) + + def add(self, name): + self._tags.add(name) + self._to_config() + + def discard(self, name): + self._tags.discard(name) + self._to_config() + + def __contains__(self, key): + return key in self._tags + + +class MetadataBox(QtWidgets.QTableWidget): options = ( config.Option("persist", "metadatabox_header_state", QtCore.QByteArray()), @@ -150,19 +177,19 @@ ) def __init__(self, parent): - QtGui.QTableWidget.__init__(self, parent) + super().__init__(parent) self.parent = parent self.setAccessibleName(_("metadata view")) self.setAccessibleDescription(_("Displays original and new tags for the selected files")) self.setColumnCount(3) self.setHorizontalHeaderLabels((_("Tag"), _("Original Value"), _("New Value"))) self.horizontalHeader().setStretchLastSection(True) - self.horizontalHeader().setResizeMode(QtGui.QHeaderView.Stretch) - self.horizontalHeader().setClickable(False) + self.horizontalHeader().setSectionResizeMode(QtWidgets.QHeaderView.Stretch) + self.horizontalHeader().setSectionsClickable(False) self.verticalHeader().setDefaultSectionSize(21) self.verticalHeader().setVisible(False) - self.setHorizontalScrollMode(QtGui.QAbstractItemView.ScrollPerPixel) - self.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) + self.setHorizontalScrollMode(QtWidgets.QAbstractItemView.ScrollPerPixel) + self.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) self.setTabKeyNavigation(False) self.setStyleSheet("QTableWidget {border: none;}") self.setAttribute(QtCore.Qt.WA_MacShowFocusRect, 1) @@ -179,20 +206,21 @@ self.selection_dirty = False self.editing = None # the QTableWidgetItem being edited self.clipboard = [""] - self.add_tag_action = QtGui.QAction(_(u"Add New Tag..."), parent) + self.add_tag_action = QtWidgets.QAction(_("Add New Tag..."), parent) self.add_tag_action.triggered.connect(partial(self.edit_tag, "")) - self.changes_first_action = QtGui.QAction(_(u"Show Changes First"), parent) + self.changes_first_action = QtWidgets.QAction(_("Show Changes First"), parent) self.changes_first_action.setCheckable(True) self.changes_first_action.setChecked(config.persist["show_changes_first"]) self.changes_first_action.toggled.connect(self.toggle_changes_first) self.browser_integration = BrowserIntegration() # TR: Keyboard shortcut for "Add New Tag..." - self.add_tag_shortcut = QtGui.QShortcut(QtGui.QKeySequence(_("Alt+Shift+A")), self, partial(self.edit_tag, "")) + self.add_tag_shortcut = QtWidgets.QShortcut(QtGui.QKeySequence(_("Alt+Shift+A")), self, partial(self.edit_tag, "")) self.add_tag_action.setShortcut(self.add_tag_shortcut.key()) # TR: Keyboard shortcut for "Edit..." (tag) - self.edit_tag_shortcut = QtGui.QShortcut(QtGui.QKeySequence(_("Alt+Shift+E")), self, partial(self.edit_selected_tag)) + self.edit_tag_shortcut = QtWidgets.QShortcut(QtGui.QKeySequence(_("Alt+Shift+E")), self, partial(self.edit_selected_tag)) # TR: Keyboard shortcut for "Remove" (tag) - self.remove_tag_shortcut = QtGui.QShortcut(QtGui.QKeySequence(_("Alt+Shift+R")), self, self.remove_selected_tags) + self.remove_tag_shortcut = QtWidgets.QShortcut(QtGui.QKeySequence(_("Alt+Shift+R")), self, self.remove_selected_tags) + self.preserved_tags = PreservedTags() def get_file_lookup(self): """Return a FileLookup object.""" @@ -203,14 +231,14 @@ def lookup_tags(self): lookup = self.get_file_lookup() LOOKUP_TAGS = { - "musicbrainz_recordingid": lookup.recordingLookup, - "musicbrainz_trackid": lookup.trackLookup, - "musicbrainz_albumid": lookup.albumLookup, - "musicbrainz_workid": lookup.workLookup, - "musicbrainz_artistid": lookup.artistLookup, - "musicbrainz_albumartistid": lookup.artistLookup, - "musicbrainz_releasegroupid": lookup.releaseGroupLookup, - "acoustid_id": lookup.acoustLookup + "musicbrainz_recordingid": lookup.recording_lookup, + "musicbrainz_trackid": lookup.track_lookup, + "musicbrainz_albumid": lookup.album_lookup, + "musicbrainz_workid": lookup.work_lookup, + "musicbrainz_artistid": lookup.artist_lookup, + "musicbrainz_albumartistid": lookup.artist_lookup, + "musicbrainz_releasegroupid": lookup.release_group_lookup, + "acoustid_id": lookup.acoust_lookup } return LOOKUP_TAGS @@ -225,9 +253,9 @@ return False item = self.itemFromIndex(index) if item.flags() & QtCore.Qt.ItemIsEditable and \ - trigger in (QtGui.QAbstractItemView.DoubleClicked, - QtGui.QAbstractItemView.EditKeyPressed, - QtGui.QAbstractItemView.AnyKeyPressed): + trigger in (QtWidgets.QAbstractItemView.DoubleClicked, + QtWidgets.QAbstractItemView.EditKeyPressed, + QtWidgets.QAbstractItemView.AnyKeyPressed): tag = self.tag_diff.tag_names[item.row()] values = self.tag_diff.new[tag] if len(values) > 1: @@ -236,7 +264,7 @@ else: self.editing = item item.setText(values[0]) - return QtGui.QTableWidget.edit(self, index, trigger, event) + return super().edit(index, trigger, event) return False def event(self, e): @@ -251,13 +279,13 @@ self.clipboard = list(self.tag_diff.new[tag]) elif e.key() == QtCore.Qt.Key_V and column == 2 and tag != "~length": self.set_tag_values(tag, list(self.clipboard)) - return QtGui.QTableWidget.event(self, e) + return super().event(e) def closeEditor(self, editor, hint): - QtGui.QTableWidget.closeEditor(self, editor, hint) + super().closeEditor(editor, hint) tag = self.tag_diff.tag_names[self.editing.row()] old = self.tag_diff.new[tag] - new = [unicode(editor.text())] + new = [editor.text()] if old == new: self.editing.setText(old[0]) else: @@ -266,61 +294,59 @@ self.update() def contextMenuEvent(self, event): - menu = QtGui.QMenu(self) + menu = QtWidgets.QMenu(self) if self.objects: - tags = self.selected_tags(discard=('~length')) + tags = self.selected_tags(discard=('~length',)) if len(tags) == 1: selected_tag = tags[0] - edit_tag_action = QtGui.QAction(_(u"Edit..."), self.parent) + edit_tag_action = QtWidgets.QAction(_("Edit..."), self.parent) edit_tag_action.triggered.connect(partial(self.edit_tag, selected_tag)) edit_tag_action.setShortcut(self.edit_tag_shortcut.key()) menu.addAction(edit_tag_action) - preserved_tags = [tag for tag in - map(lambda x: x.strip(), config.setting['preserved_tags'].split(',')) - if tag != ""] - if selected_tag not in preserved_tags: - add_to_preserved_tags_action = QtGui.QAction(_(u"Add to 'Preserve Tags' List"), self.parent) - add_to_preserved_tags_action.triggered.connect(partial(self.add_to_preserved_tags, selected_tag, preserved_tags)) + if selected_tag not in self.preserved_tags: + add_to_preserved_tags_action = QtWidgets.QAction(_("Add to 'Preserve Tags' List"), self.parent) + add_to_preserved_tags_action.triggered.connect(partial(self.preserved_tags.add, selected_tag)) menu.addAction(add_to_preserved_tags_action) else: - remove_from_preserved_tags_action = QtGui.QAction(_(u"Remove from 'Preserve Tags' List"), self.parent) - remove_from_preserved_tags_action.triggered.connect(partial(self.remove_from_preserved_tags, selected_tag, preserved_tags)) + remove_from_preserved_tags_action = QtWidgets.QAction(_("Remove from 'Preserve Tags' List"), self.parent) + remove_from_preserved_tags_action.triggered.connect(partial(self.preserved_tags.discard, selected_tag)) menu.addAction(remove_from_preserved_tags_action) removals = [] useorigs = [] item = self.currentItem() - column = item.column() - for tag in tags: - if tag in self.lookup_tags().keys(): - if (column == 1 or column == 2) and len(tags) == 1 and item.text(): - if column == 1: - values = self.tag_diff.orig[tag] - else: - values = self.tag_diff.new[tag] - lookup_action = QtGui.QAction(_(u"Lookup in &Browser"), self.parent) - lookup_action.triggered.connect(partial(self.open_link, values, tag)) - menu.addAction(lookup_action) - if self.tag_is_removable(tag): - removals.append(partial(self.remove_tag, tag)) - status = self.tag_diff.status[tag] & TagStatus.Changed - if status == TagStatus.Changed or status == TagStatus.Removed: - for file in self.files: - objects = [file] - if file.parent in self.tracks and len(self.files & set(file.parent.linked_files)) == 1: - objects.append(file.parent) - orig_values = list(file.orig_metadata.getall(tag)) or [""] - useorigs.append(partial(self.set_tag_values, tag, orig_values, objects)) - if removals: - remove_tag_action = QtGui.QAction(_(u"Remove"), self.parent) - remove_tag_action.triggered.connect(lambda: [f() for f in removals]) - remove_tag_action.setShortcut(self.remove_tag_shortcut.key()) - menu.addAction(remove_tag_action) - if useorigs: - name = ungettext("Use Original Value", "Use Original Values", len(useorigs)) - use_orig_value_action = QtGui.QAction(name, self.parent) - use_orig_value_action.triggered.connect(lambda: [f() for f in useorigs]) - menu.addAction(use_orig_value_action) - menu.addSeparator() + if item: + column = item.column() + for tag in tags: + if tag in self.lookup_tags().keys(): + if (column == 1 or column == 2) and len(tags) == 1 and item.text(): + if column == 1: + values = self.tag_diff.orig[tag] + else: + values = self.tag_diff.new[tag] + lookup_action = QtWidgets.QAction(_("Lookup in &Browser"), self.parent) + lookup_action.triggered.connect(partial(self.open_link, values, tag)) + menu.addAction(lookup_action) + if self.tag_is_removable(tag): + removals.append(partial(self.remove_tag, tag)) + status = self.tag_diff.status[tag] & TagStatus.Changed + if status == TagStatus.Changed or status == TagStatus.Removed: + for file in self.files: + objects = [file] + if file.parent in self.tracks and len(self.files & set(file.parent.linked_files)) == 1: + objects.append(file.parent) + orig_values = list(file.orig_metadata.getall(tag)) or [""] + useorigs.append(partial(self.set_tag_values, tag, orig_values, objects)) + if removals: + remove_tag_action = QtWidgets.QAction(_("Remove"), self.parent) + remove_tag_action.triggered.connect(lambda: [f() for f in removals]) + remove_tag_action.setShortcut(self.remove_tag_shortcut.key()) + menu.addAction(remove_tag_action) + if useorigs: + name = ngettext("Use Original Value", "Use Original Values", len(useorigs)) + use_orig_value_action = QtWidgets.QAction(name, self.parent) + use_orig_value_action.triggered.connect(lambda: [f() for f in useorigs]) + menu.addAction(use_orig_value_action) + menu.addSeparator() if len(tags) == 1 or removals or useorigs: menu.addSeparator() menu.addAction(self.add_tag_action) @@ -329,23 +355,11 @@ menu.exec_(event.globalPos()) event.accept() - @staticmethod - def _save_preserved_tags(preserved_tags): - config.setting['preserved_tags'] = ", ".join(uniqify(preserved_tags)) - - def add_to_preserved_tags(self, name, preserved_tags): - preserved_tags.append(name) - self._save_preserved_tags(preserved_tags) - - def remove_from_preserved_tags(self, name, preserved_tags): - preserved_tags = filter(lambda x: x != name, preserved_tags) - self._save_preserved_tags(preserved_tags) - def edit_tag(self, tag): EditTagDialog(self.parent, tag).exec_() def edit_selected_tag(self): - tags = self.selected_tags(discard=('~length')) + tags = self.selected_tags(discard=('~length',)) if len(tags) == 1: self.edit_tag(tags[0]) @@ -368,7 +382,7 @@ self.set_tag_values(tag, [""]) def remove_selected_tags(self): - for tag in self.selected_tags(discard=('~length')): + for tag in self.selected_tags(discard=('~length',)): if self.tag_is_removable(tag): self.remove_tag(tag) @@ -427,7 +441,7 @@ if not (files or tracks): return None - tag_diff = TagDiff() + tag_diff = TagDiff(max_length_diff=config.setting["ignore_track_duration_difference_under"]) orig_tags = tag_diff.orig new_tags = tag_diff.new # existing_tags are orig_tags that would not be overwritten by @@ -440,7 +454,7 @@ for file in files: new_metadata = file.new_metadata orig_metadata = file.orig_metadata - tags = set(new_metadata.keys() + orig_metadata.keys()) + tags = set(list(new_metadata.keys()) + list(orig_metadata.keys())) for name in filter(lambda x: not x.startswith("~") and file.supports_tag(x), tags): new_values = new_metadata.getall(name) @@ -454,20 +468,20 @@ tag_diff.add(name, orig_values, new_values, True, removed) tag_diff.add("~length", - str(orig_metadata.length), str(new_metadata.length), False) + string_(orig_metadata.length), string_(new_metadata.length), False) for track in tracks: if track.num_linked_files == 0: - for name, values in dict.iteritems(track.metadata): + for name, values in track.metadata.rawitems(): if not name.startswith("~"): tag_diff.add(name, values, values, True) - length = str(track.metadata.length) + length = string_(track.metadata.length) tag_diff.add("~length", length, length, False) tag_diff.objects += 1 - all_tags = set(orig_tags.keys() + new_tags.keys()) + all_tags = set(list(orig_tags.keys()) + list(new_tags.keys())) tag_names = COMMON_TAGS + \ sorted(all_tags.difference(COMMON_TAGS), key=lambda x: display_tag_name(x).lower()) @@ -507,27 +521,29 @@ new_flags = orig_flags | QtCore.Qt.ItemIsEditable for i, name in enumerate(result.tag_names): - length = name == "~length" tag_item = self.item(i, 0) orig_item = self.item(i, 1) new_item = self.item(i, 2) if not tag_item: - tag_item = QtGui.QTableWidgetItem() + tag_item = QtWidgets.QTableWidgetItem() tag_item.setFlags(orig_flags) font = tag_item.font() font.setBold(True) tag_item.setFont(font) self.setItem(i, 0, tag_item) if not orig_item: - orig_item = QtGui.QTableWidgetItem() + orig_item = QtWidgets.QTableWidgetItem() orig_item.setFlags(orig_flags) self.setItem(i, 1, orig_item) if not new_item: - new_item = QtGui.QTableWidgetItem() + new_item = QtWidgets.QTableWidgetItem() self.setItem(i, 2, new_item) tag_item.setText(display_tag_name(name)) self.set_item_value(orig_item, self.tag_diff.orig, name) - new_item.setFlags(orig_flags if length else new_flags) + if name == "~length": + new_item.setFlags(orig_flags) + else: + new_item.setFlags(new_flags) self.set_item_value(new_item, self.tag_diff.new, name) font = new_item.font() @@ -550,11 +566,12 @@ font.setItalic(italic) item.setFont(font) + @restore_method def restore_state(self): state = config.persist["metadatabox_header_state"] header = self.horizontalHeader() header.restoreState(state) - header.setResizeMode(QtGui.QHeaderView.Interactive) + header.setSectionResizeMode(QtWidgets.QHeaderView.Interactive) def save_state(self): header = self.horizontalHeader() diff -Nru picard-1.4.2/picard/ui/moveable_list_view.py picard-2.0.0/picard/ui/moveable_list_view.py --- picard-1.4.2/picard/ui/moveable_list_view.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/moveable_list_view.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2018 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from functools import partial +from PyQt5 import QtWidgets, QtCore + +class MoveableListView: + + def __init__(self, list_widget, up_button, down_button, callback=None): + self.list_widget = list_widget + self.up_button = up_button + self.down_button = down_button + self.update_callback = callback + self.up_button.clicked.connect(partial(self.move_item, 1)) + self.down_button.clicked.connect(partial(self.move_item, -1)) + self.list_widget.currentRowChanged.connect(self.update_buttons) + self.list_widget.setDragDropMode(QtWidgets.QAbstractItemView.DragDrop) + self.list_widget.setDefaultDropAction(QtCore.Qt.MoveAction) + + def move_item(self, offset): + current_index = self.list_widget.currentRow() + offset_index = current_index - offset + offset_item = self.list_widget.item(offset_index) + if offset_item: + current_item = self.list_widget.takeItem(current_index) + self.list_widget.insertItem(offset_index, current_item) + self.list_widget.setCurrentItem(current_item) + self.update_buttons() + + def update_buttons(self): + current_row = self.list_widget.currentRow() + self.up_button.setEnabled(current_row > 0) + self.down_button.setEnabled(current_row < self.list_widget.count() - 1) + if self.update_callback: + self.update_callback() diff -Nru picard-1.4.2/picard/ui/options/about.py picard-2.0.0/picard/ui/options/about.py --- picard-1.4.2/picard/ui/options/about.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/about.py 2018-07-18 13:28:22.000000000 +0000 @@ -33,7 +33,7 @@ ACTIVE = True def __init__(self, parent=None): - super(AboutOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_AboutOptionsPage() self.ui.setupUi(self) @@ -54,11 +54,11 @@ else: args["translator-credits"] = "" - args['third_parties_versions'] = '
'.join([u"%s %s" % + args['third_parties_versions'] = '
'.join(["%s %s" % (versions.version_name(name), value) for name, value in versions.as_dict(i18n=True).items() if name != 'version']) - text = _(u"""

MusicBrainz Picard
+ text = _("""

MusicBrainz Picard
Version %(version)s

%(third_parties_versions)s @@ -68,7 +68,14 @@ Thank you for using Picard. Picard relies on the MusicBrainz database, which is operated by the MetaBrainz Foundation with the help of thousands of volunteers. If you like this application please consider donating to the MetaBrainz Foundation to keep the service running.

Donate now!

Credits
-Copyright © 2004-2017 Robert Kaye, Lukáš Lalinský, Laurent Monin and others%(translator-credits)s

+Copyright © 2004-2017 Robert Kaye, Lukáš Lalinský, Laurent Monin, Sambhav Kothari and others%(translator-credits)s

+

Icons made by Sambhav Kothari +and Madebyoliver, +Pixel Buddha, +Nikita Golubev, +Maxim Basinski +from www.flaticon.com +

Official website
%(picard-doc-url)s

""") % args self.ui.label.setOpenExternalLinks(True) diff -Nru picard-1.4.2/picard/ui/options/advanced.py picard-2.0.0/picard/ui/options/advanced.py --- picard-1.4.2/picard/ui/options/advanced.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/advanced.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,8 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4.QtGui import QPalette, QColor - from picard import config from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_advanced import Ui_AdvancedOptionsPage @@ -36,6 +34,7 @@ config.TextOption("setting", "ignore_regex", ""), config.BoolOption("setting", "ignore_hidden_files", False), config.BoolOption("setting", "recursively_add_files", True), + config.IntOption("setting", "ignore_track_duration_difference_under", 2), config.BoolOption("setting", "completeness_ignore_videos", False), config.BoolOption("setting", "completeness_ignore_pregap", False), config.BoolOption("setting", "completeness_ignore_data", False), @@ -43,7 +42,7 @@ ] def __init__(self, parent=None): - super(AdvancedOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_AdvancedOptionsPage() self.ui.setupUi(self) self.init_regex_checker(self.ui.ignore_regex, self.ui.regex_error) @@ -52,15 +51,17 @@ self.ui.ignore_regex.setText(config.setting["ignore_regex"]) self.ui.ignore_hidden_files.setChecked(config.setting["ignore_hidden_files"]) self.ui.recursively_add_files.setChecked(config.setting["recursively_add_files"]) + self.ui.ignore_track_duration_difference_under.setValue(config.setting["ignore_track_duration_difference_under"]) self.ui.completeness_ignore_videos.setChecked(config.setting["completeness_ignore_videos"]) self.ui.completeness_ignore_pregap.setChecked(config.setting["completeness_ignore_pregap"]) self.ui.completeness_ignore_data.setChecked(config.setting["completeness_ignore_data"]) self.ui.completeness_ignore_silence.setChecked(config.setting["completeness_ignore_silence"]) def save(self): - config.setting["ignore_regex"] = unicode(self.ui.ignore_regex.text()) + config.setting["ignore_regex"] = self.ui.ignore_regex.text() config.setting["ignore_hidden_files"] = self.ui.ignore_hidden_files.isChecked() config.setting["recursively_add_files"] = self.ui.recursively_add_files.isChecked() + config.setting["ignore_track_duration_difference_under"] = self.ui.ignore_track_duration_difference_under.value() config.setting["completeness_ignore_videos"] = self.ui.completeness_ignore_videos.isChecked() config.setting["completeness_ignore_pregap"] = self.ui.completeness_ignore_pregap.isChecked() config.setting["completeness_ignore_data"] = self.ui.completeness_ignore_data.isChecked() diff -Nru picard-1.4.2/picard/ui/options/cdlookup.py picard-2.0.0/picard/ui/options/cdlookup.py --- picard-1.4.2/picard/ui/options/cdlookup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/cdlookup.py 2018-07-18 13:28:22.000000000 +0000 @@ -46,7 +46,7 @@ ] def __init__(self, parent=None): - super(CDLookupOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_CDLookupOptionsPage() self.ui.setupUi(self) if AUTO_DETECT_DRIVES: @@ -64,9 +64,9 @@ def save(self): if AUTO_DETECT_DRIVES: - config.setting["cd_lookup_device"] = unicode(self.ui.cd_lookup_device.currentText()) + config.setting["cd_lookup_device"] = self.ui.cd_lookup_device.currentText() else: - config.setting["cd_lookup_device"] = unicode(self.ui.cd_lookup_device.text()) + config.setting["cd_lookup_device"] = self.ui.cd_lookup_device.text() register_options_page(CDLookupOptionsPage) diff -Nru picard-1.4.2/picard/ui/options/cover.py picard-2.0.0/picard/ui/options/cover.py --- picard-1.4.2/picard/ui/options/cover.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/cover.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,15 +17,12 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui from picard import config from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_cover import Ui_CoverOptionsPage from picard.coverart.providers import cover_art_providers, is_provider_enabled -from picard.ui.sortablecheckboxlist import ( - SortableCheckboxListWidget, - SortableCheckboxListItem -) +from picard.ui.moveable_list_view import MoveableListView +from picard.ui.checkbox_list_item import CheckboxListItem class CoverOptionsPage(OptionsPage): @@ -52,14 +49,13 @@ ] def __init__(self, parent=None): - super(CoverOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_CoverOptionsPage() self.ui.setupUi(self) self.ui.save_images_to_files.clicked.connect(self.update_filename) self.ui.save_images_to_tags.clicked.connect(self.update_save_images_to_tags) - self.provider_list_widget = SortableCheckboxListWidget() - self.ui.ca_providers_list.insertWidget(0, self.provider_list_widget) - self.ca_providers = [] + self.move_view = MoveableListView(self.ui.ca_providers_list, self.ui.up_button, + self.ui.down_button) def load_cover_art_providers(self): """Load available providers, initialize provider-specific options, restore state of each @@ -71,16 +67,19 @@ except AttributeError: title = provider.NAME checked = is_provider_enabled(provider.NAME) - self.provider_list_widget.addItem(SortableCheckboxListItem(title, checked=checked, data=provider.NAME)) - - def update_providers_options(items): - self.ca_providers = [(item.data, item.checked) for item in items] - self.provider_list_widget.changed.connect(update_providers_options) + self.ui.ca_providers_list.addItem(CheckboxListItem(title, checked=checked, data=provider.NAME)) def restore_defaults(self): # Remove previous entries self.provider_list_widget.clear() - super(CoverOptionsPage, self).restore_defaults() + super().restore_defaults() + + def ca_providers(self): + items = [] + for i in range(self.ui.ca_providers_list.count()): + item = self.ui.ca_providers_list.item(i) + items.append((item.data, item.checked)) + return items def load(self): self.ui.save_images_to_tags.setChecked(config.setting["save_images_to_tags"]) @@ -88,17 +87,17 @@ self.ui.save_images_to_files.setChecked(config.setting["save_images_to_files"]) self.ui.cover_image_filename.setText(config.setting["cover_image_filename"]) self.ui.save_images_overwrite.setChecked(config.setting["save_images_overwrite"]) - self.ca_providers = config.setting["ca_providers"] self.load_cover_art_providers() + self.ui.ca_providers_list.setCurrentRow(0) self.update_all() def save(self): config.setting["save_images_to_tags"] = self.ui.save_images_to_tags.isChecked() config.setting["embed_only_one_front_image"] = self.ui.cb_embed_front_only.isChecked() config.setting["save_images_to_files"] = self.ui.save_images_to_files.isChecked() - config.setting["cover_image_filename"] = unicode(self.ui.cover_image_filename.text()) + config.setting["cover_image_filename"] = self.ui.cover_image_filename.text() config.setting["save_images_overwrite"] = self.ui.save_images_overwrite.isChecked() - config.setting["ca_providers"] = self.ca_providers + config.setting["ca_providers"] = self.ca_providers() def update_all(self): self.update_filename() diff -Nru picard-1.4.2/picard/ui/options/dialog.py picard-2.0.0/picard/ui/options/dialog.py --- picard-1.4.2/picard/ui/options/dialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/dialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,10 +17,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets from picard import config -from picard.util import webbrowser2 -from picard.ui import PicardDialog +from picard.util import webbrowser2, restore_method +from picard.ui import PicardDialog, HashableTreeWidgetItem from picard.ui.util import StandardButton from picard.ui.options import ( about, @@ -47,9 +47,10 @@ class OptionsDialog(PicardDialog): + defaultsize = QtCore.QSize(560, 400) + autorestore = False + options = [ - config.Option("persist", "options_position", QtCore.QPoint()), - config.Option("persist", "options_size", QtCore.QSize(560, 400)), config.Option("persist", "options_splitter", QtCore.QByteArray()), ] @@ -57,7 +58,7 @@ pages = [(p.SORT_ORDER, p.NAME, p) for p in self.pages if p.PARENT == parent] items = [] for foo, bar, page in sorted(pages): - item = QtGui.QTreeWidgetItem(parent_item) + item = HashableTreeWidgetItem(parent_item) item.setText(0, _(page.TITLE)) if page.ACTIVE: self.item_to_page[item] = page @@ -73,24 +74,24 @@ self.default_item = items[0] def __init__(self, default_page=None, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) from picard.ui.ui_options import Ui_Dialog self.ui = Ui_Dialog() self.ui.setupUi(self) - self.ui.reset_all_button = QtGui.QPushButton(_("&Restore all Defaults")) + self.ui.reset_all_button = QtWidgets.QPushButton(_("&Restore all Defaults")) self.ui.reset_all_button.setToolTip(_("Reset all of Picard's settings")) - self.ui.reset_button = QtGui.QPushButton(_("Restore &Defaults")) + self.ui.reset_button = QtWidgets.QPushButton(_("Restore &Defaults")) self.ui.reset_button.setToolTip(_("Reset all settings for current option page")) ok = StandardButton(StandardButton.OK) ok.setText(_("Make It So!")) - self.ui.buttonbox.addButton(ok, QtGui.QDialogButtonBox.AcceptRole) - self.ui.buttonbox.addButton(StandardButton(StandardButton.CANCEL), QtGui.QDialogButtonBox.RejectRole) - self.ui.buttonbox.addButton(StandardButton(StandardButton.HELP), QtGui.QDialogButtonBox.HelpRole) - self.ui.buttonbox.addButton(self.ui.reset_all_button, QtGui.QDialogButtonBox.ActionRole) - self.ui.buttonbox.addButton(self.ui.reset_button, QtGui.QDialogButtonBox.ActionRole) + self.ui.buttonbox.addButton(ok, QtWidgets.QDialogButtonBox.AcceptRole) + self.ui.buttonbox.addButton(StandardButton(StandardButton.CANCEL), QtWidgets.QDialogButtonBox.RejectRole) + self.ui.buttonbox.addButton(StandardButton(StandardButton.HELP), QtWidgets.QDialogButtonBox.HelpRole) + self.ui.buttonbox.addButton(self.ui.reset_all_button, QtWidgets.QDialogButtonBox.ActionRole) + self.ui.buttonbox.addButton(self.ui.reset_button, QtWidgets.QDialogButtonBox.ActionRole) self.ui.buttonbox.accepted.connect(self.accept) self.ui.buttonbox.rejected.connect(self.reject) @@ -111,13 +112,15 @@ self.ui.pages_tree.expandAll() max_page_name = self.ui.pages_tree.sizeHintForColumn(0) + 2*self.ui.pages_tree.frameWidth() self.ui.pages_tree.collapseAll() - self.ui.pages_tree.setMinimumWidth(max_page_name) + self.ui.splitter.setSizes([max_page_name, + self.geometry().width() - max_page_name]) self.ui.pages_tree.setHeaderLabels([""]) self.ui.pages_tree.header().hide() self.ui.pages_tree.itemSelectionChanged.connect(self.switch_page) self.restoreWindowState() + self.finished.connect(self.saveWindowState) for page in self.pages: page.load() @@ -142,25 +145,14 @@ return for page in self.pages: page.save() - self.saveWindowState() - QtGui.QDialog.accept(self) - - def closeEvent(self, event): - self.saveWindowState() - event.accept() + super().accept() def saveWindowState(self): - pos = self.pos() - if not pos.isNull(): - config.persist["options_position"] = pos - config.persist["options_size"] = self.size() config.persist["options_splitter"] = self.ui.splitter.saveState() + @restore_method def restoreWindowState(self): - pos = config.persist["options_position"] - if pos.x() > 0 and pos.y() > 0: - self.move(pos) - self.resize(config.persist["options_size"]) + self.restore_geometry() self.ui.splitter.restoreState(config.persist["options_splitter"]) def restore_all_defaults(self): @@ -179,11 +171,11 @@ self._show_dialog(msg, self.restore_all_defaults) def _show_dialog(self, msg, function): - message_box = QtGui.QMessageBox() - message_box.setIcon(QtGui.QMessageBox.Warning) + message_box = QtWidgets.QMessageBox() + message_box.setIcon(QtWidgets.QMessageBox.Warning) message_box.setWindowModality(QtCore.Qt.WindowModal) message_box.setWindowTitle(_("Confirm Reset")) message_box.setText(_("Are you sure?") + "\n\n" + msg) - message_box.setStandardButtons(QtGui.QMessageBox.Yes | QtGui.QMessageBox.No) - if message_box.exec_() == QtGui.QMessageBox.Yes: + message_box.setStandardButtons(QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No) + if message_box.exec_() == QtWidgets.QMessageBox.Yes: function() diff -Nru picard-1.4.2/picard/ui/options/fingerprinting.py picard-2.0.0/picard/ui/options/fingerprinting.py --- picard-1.4.2/picard/ui/options/fingerprinting.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/fingerprinting.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import os -from PyQt4 import QtGui, QtCore +from PyQt5 import QtCore, QtWidgets from picard import config from picard.util import webbrowser2, find_executable from picard.const import FPCALC_NAMES @@ -42,7 +42,7 @@ ] def __init__(self, parent=None): - super(FingerprintingOptionsPage, self).__init__(parent) + super().__init__(parent) self._fpcalc_valid = True self.ui = Ui_FingerprintingOptionsPage() self.ui.setupUi(self) @@ -68,8 +68,8 @@ config.setting["fingerprinting_system"] = "acoustid" else: config.setting["fingerprinting_system"] = "" - config.setting["acoustid_fpcalc"] = unicode(self.ui.acoustid_fpcalc.text()) - config.setting["acoustid_apikey"] = unicode(self.ui.acoustid_apikey.text()) + config.setting["acoustid_fpcalc"] = self.ui.acoustid_fpcalc.text() + config.setting["acoustid_apikey"] = self.ui.acoustid_apikey.text() config.setting["ignore_existing_acoustid_fingerprints"] = self.ui.ignore_existing_acoustid_fingerprints.isChecked() def update_groupboxes(self): @@ -84,9 +84,9 @@ self._acoustid_fpcalc_check() def acoustid_fpcalc_browse(self): - path = QtGui.QFileDialog.getOpenFileName(self, "", self.ui.acoustid_fpcalc.text()) + path, _filter = QtWidgets.QFileDialog.getOpenFileName(self, "", self.ui.acoustid_fpcalc.text()) if path: - path = os.path.normpath(unicode(path)) + path = os.path.normpath(path) self.ui.acoustid_fpcalc.setText(path) def acoustid_fpcalc_download(self): @@ -99,7 +99,7 @@ if not self.ui.use_acoustid.isChecked(): self._acoustid_fpcalc_set_success("") return - fpcalc = unicode(self.ui.acoustid_fpcalc.text()) + fpcalc = self.ui.acoustid_fpcalc.text() if not fpcalc: self._acoustid_fpcalc_set_success("") return @@ -113,7 +113,7 @@ def _on_acoustid_fpcalc_check_finished(self, exit_code, exit_status): process = self.sender() if exit_code == 0 and exit_status == 0: - output = str(process.readAllStandardOutput()) + output = string_(process.readAllStandardOutput()) if output.startswith("fpcalc version"): self._acoustid_fpcalc_set_success(output.strip()) else: diff -Nru picard-1.4.2/picard/ui/options/folksonomy.py picard-2.0.0/picard/ui/options/folksonomy.py --- picard-1.4.2/picard/ui/options/folksonomy.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/folksonomy.py 2018-07-18 13:28:22.000000000 +0000 @@ -40,7 +40,7 @@ ] def __init__(self, parent=None): - super(FolksonomyOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_FolksonomyOptionsPage() self.ui.setupUi(self) diff -Nru picard-1.4.2/picard/ui/options/general.py picard-2.0.0/picard/ui/options/general.py --- picard-1.4.2/picard/ui/options/general.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/general.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,9 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4.QtGui import QInputDialog -from PyQt4.QtCore import QUrl -from picard import config, log +from PyQt5.QtWidgets import QInputDialog +from picard import config from picard.util import webbrowser2 from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_general import Ui_GeneralOptionsPage @@ -49,7 +48,7 @@ ] def __init__(self, parent=None): - super(GeneralOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_GeneralOptionsPage() self.ui.setupUi(self) self.ui.server_host.addItems(MUSICBRAINZ_SERVERS) @@ -64,13 +63,13 @@ self.ui.ignore_file_mbids.setChecked(config.setting["ignore_file_mbids"]) def save(self): - config.setting["server_host"] = unicode(self.ui.server_host.currentText()).strip() + config.setting["server_host"] = self.ui.server_host.currentText().strip() config.setting["server_port"] = self.ui.server_port.value() config.setting["analyze_new_files"] = self.ui.analyze_new_files.isChecked() config.setting["ignore_file_mbids"] = self.ui.ignore_file_mbids.isChecked() def update_login_logout(self): - if self.tagger.xmlws.oauth_manager.is_logged_in(): + if self.tagger.webservice.oauth_manager.is_logged_in(): self.ui.logged_in.setText(_("Logged in as %s.") % config.persist["oauth_username"]) self.ui.logged_in.show() self.ui.login.hide() @@ -82,21 +81,21 @@ def login(self): scopes = "profile tag rating collection submit_isrc submit_barcode" - authorization_url = self.tagger.xmlws.oauth_manager.get_authorization_url(scopes) + authorization_url = self.tagger.webservice.oauth_manager.get_authorization_url(scopes) webbrowser2.open(authorization_url) authorization_code, ok = QInputDialog.getText(self, _("MusicBrainz Account"), _("Authorization code:")) if ok: - self.tagger.xmlws.oauth_manager.exchange_authorization_code( + self.tagger.webservice.oauth_manager.exchange_authorization_code( authorization_code, scopes, self.on_authorization_finished) def restore_defaults(self): - super(GeneralOptionsPage, self).restore_defaults() + super().restore_defaults() self.logout() def on_authorization_finished(self, successful): if successful: - self.tagger.xmlws.oauth_manager.fetch_username( + self.tagger.webservice.oauth_manager.fetch_username( self.on_login_finished) def on_login_finished(self, successful): @@ -105,7 +104,7 @@ load_user_collections() def logout(self): - self.tagger.xmlws.oauth_manager.revoke_tokens() + self.tagger.webservice.oauth_manager.revoke_tokens() self.update_login_logout() load_user_collections() diff -Nru picard-1.4.2/picard/ui/options/__init__.py picard-2.0.0/picard/ui/options/__init__.py --- picard-1.4.2/picard/ui/options/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import re -from PyQt4 import QtGui +from PyQt5 import QtWidgets from picard import config from picard.plugin import ExtensionPoint @@ -30,12 +30,17 @@ self.info = info -class OptionsPage(QtGui.QWidget): +class OptionsPage(QtWidgets.QWidget): PARENT = None SORT_ORDER = 1000 ACTIVE = True STYLESHEET_ERROR = "QWidget { background-color: #f55; color: white; font-weight:bold }" + STYLESHEET = "QLabel { qproperty-wordWrap: true; }" + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.setStyleSheet(self.STYLESHEET) def info(self): raise NotImplementedError @@ -65,7 +70,7 @@ config.setting[key] = old_options[key] def display_error(self, error): - dialog = QtGui.QMessageBox(QtGui.QMessageBox.Warning, error.title, error.info, QtGui.QMessageBox.Ok, self) + dialog = QtWidgets.QMessageBox(QtWidgets.QMessageBox.Warning, error.title, error.info, QtWidgets.QMessageBox.Ok, self) dialog.exec_() def init_regex_checker(self, regex_edit, regex_error): @@ -78,9 +83,9 @@ def check(): try: - re.compile(unicode(regex_edit.text())) + re.compile(regex_edit.text()) except re.error as e: - raise OptionsCheckError(_("Regex Error"), str(e)) + raise OptionsCheckError(_("Regex Error"), string_(e)) def live_checker(text): regex_error.setStyleSheet("") diff -Nru picard-1.4.2/picard/ui/options/interface.py picard-2.0.0/picard/ui/options/interface.py --- picard-1.4.2/picard/ui/options/interface.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/interface.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,17 +19,21 @@ import os.path from functools import partial -from PyQt4 import QtCore, QtGui -from picard import config, log +from PyQt5 import QtCore, QtWidgets +from PyQt5.QtCore import QStandardPaths +from picard import config from picard.util import icontheme +from picard.ui.moveable_list_view import MoveableListView from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_interface import Ui_InterfaceOptionsPage from picard.ui.util import enabledSlot from picard.const import UI_LANGUAGES -import operator import locale +_default_starting_dir = QStandardPaths.writableLocation(QStandardPaths.HomeLocation) + + class InterfaceOptionsPage(OptionsPage): NAME = "interface" @@ -37,54 +41,54 @@ PARENT = None SORT_ORDER = 80 ACTIVE = True - SEPARATOR = u'—'*5 + SEPARATOR = '—'*5 TOOLBAR_BUTTONS = { 'add_directory_action': { - 'label': N_(u'Add Folder'), + 'label': N_('Add Folder'), 'icon': 'folder' }, 'add_files_action': { - 'label': N_(u'Add Files'), + 'label': N_('Add Files'), 'icon': 'document-open' }, 'cluster_action': { - 'label': N_(u'Cluster'), + 'label': N_('Cluster'), 'icon': 'picard-cluster' }, 'autotag_action': { - 'label': N_(u'Lookup'), + 'label': N_('Lookup'), 'icon': 'picard-auto-tag' }, 'analyze_action': { - 'label': N_(u'Scan'), + 'label': N_('Scan'), 'icon': 'picard-analyze' }, 'browser_lookup_action': { - 'label': N_(u'Lookup in Browser'), + 'label': N_('Lookup in Browser'), 'icon': 'lookup-musicbrainz' }, 'save_action': { - 'label': N_(u'Save'), + 'label': N_('Save'), 'icon': 'document-save' }, 'view_info_action': { - 'label': N_(u'Info'), + 'label': N_('Info'), 'icon': 'picard-edit-tags' }, 'remove_action': { - 'label': N_(u'Remove'), + 'label': N_('Remove'), 'icon': 'list-remove' }, 'submit_acoustid_action': { - 'label': N_(u'Submit AcoustIDs'), + 'label': N_('Submit AcoustIDs'), 'icon': 'acoustid-fingerprinter' }, 'play_file_action': { - 'label': N_(u'Open in Player'), + 'label': N_('Open in Player'), 'icon': 'play-music' }, 'cd_lookup_action': { - 'label': N_(u'Lookup CD...'), + 'label': N_('Lookup CD...'), 'icon': 'media-optical' }, } @@ -95,9 +99,9 @@ config.BoolOption("setting", "builtin_search", False), config.BoolOption("setting", "use_adv_search_syntax", False), config.BoolOption("setting", "quit_confirmation", True), - config.TextOption("setting", "ui_language", u""), + config.TextOption("setting", "ui_language", ""), config.BoolOption("setting", "starting_directory", False), - config.TextOption("setting", "starting_directory_path", ""), + config.TextOption("setting", "starting_directory_path", _default_starting_dir), config.TextOption("setting", "load_image_behavior", "append"), config.ListOption("setting", "toolbar_layout", [ 'add_directory_action', @@ -120,15 +124,15 @@ ] def __init__(self, parent=None): - super(InterfaceOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_InterfaceOptionsPage() self.ui.setupUi(self) self.ui.ui_language.addItem(_('System default'), '') language_list = [(l[0], l[1], _(l[2])) for l in UI_LANGUAGES] - for lang_code, native, translation in sorted(language_list, key=operator.itemgetter(2), - cmp=locale.strcoll): + fcmp = lambda x: locale.strxfrm(x[2]) + for lang_code, native, translation in sorted(language_list, key=fcmp): if native and native != translation: - name = u'%s (%s)' % (translation, native) + name = '%s (%s)' % (translation, native) else: name = translation self.ui.ui_language.addItem(name, lang_code) @@ -148,11 +152,9 @@ self.ui.add_button.clicked.connect(self.add_to_toolbar) self.ui.insert_separator_button.clicked.connect(self.insert_separator) self.ui.remove_button.clicked.connect(self.remove_action) - self.ui.up_button.clicked.connect(partial(self.move_item, 1)) - self.ui.down_button.clicked.connect(partial(self.move_item, -1)) - self.ui.toolbar_layout_list.currentRowChanged.connect(self.update_buttons) - self.ui.toolbar_layout_list.setDragDropMode(QtGui.QAbstractItemView.DragDrop) - self.ui.toolbar_layout_list.setDefaultDropAction(QtCore.Qt.MoveAction) + self.move_view = MoveableListView(self.ui.toolbar_layout_list, self.ui.up_button, + self.ui.down_button, self.update_action_buttons) + self.update_buttons = self.move_view.update_buttons def load(self): self.ui.toolbar_show_labels.setChecked(config.setting["toolbar_show_labels"]) @@ -178,26 +180,26 @@ new_language = self.ui.ui_language.itemData(self.ui.ui_language.currentIndex()) if new_language != config.setting["ui_language"]: config.setting["ui_language"] = self.ui.ui_language.itemData(self.ui.ui_language.currentIndex()) - dialog = QtGui.QMessageBox( - QtGui.QMessageBox.Information, + dialog = QtWidgets.QMessageBox( + QtWidgets.QMessageBox.Information, _('Language changed'), _('You have changed the interface language. You have to restart Picard in order for the change to take effect.'), - QtGui.QMessageBox.Ok, + QtWidgets.QMessageBox.Ok, self) dialog.exec_() config.setting["starting_directory"] = self.ui.starting_directory.isChecked() - config.setting["starting_directory_path"] = os.path.normpath(unicode(self.ui.starting_directory_path.text())) + config.setting["starting_directory_path"] = os.path.normpath(self.ui.starting_directory_path.text()) self.update_layout_config() def restore_defaults(self): - super(InterfaceOptionsPage, self).restore_defaults() + super().restore_defaults() self.update_buttons() def starting_directory_browse(self): item = self.ui.starting_directory_path - path = QtGui.QFileDialog.getExistingDirectory(self, "", item.text()) + path = QtWidgets.QFileDialog.getExistingDirectory(self, "", item.text()) if path: - path = os.path.normpath(unicode(path)) + path = os.path.normpath(path) item.setText(path) def _get_icon_from_name(self, name): @@ -205,7 +207,7 @@ def _insert_item(self, action, index=None): list_item = ToolbarListItem(action) - list_item.setToolTip(_(u'Drag and Drop to re-order')) + list_item.setToolTip(_('Drag and Drop to re-order')) if action in self.TOOLBAR_BUTTONS: list_item.setText(_(self.TOOLBAR_BUTTONS[action]['label'])) list_item.setIcon(icontheme.lookup(self._get_icon_from_name(action), icontheme.ICON_SIZE_MENU)) @@ -223,8 +225,7 @@ def _added_actions(self): actions = self._all_list_items() - actions = filter(lambda x: x != 'separator', actions) - return set(actions) + return set(action for action in actions if action != 'separator') def populate_action_list(self): self.ui.toolbar_layout_list.clear() @@ -232,11 +233,8 @@ if name in self.ACTION_NAMES or name == 'separator': self._insert_item(name) - def update_buttons(self): + def update_action_buttons(self): self.ui.add_button.setEnabled(self._added_actions() != self.ACTION_NAMES) - current_row = self.ui.toolbar_layout_list.currentRow() - self.ui.up_button.setEnabled(current_row > 0) - self.ui.down_button.setEnabled(current_row < self.ui.toolbar_layout_list.count() - 1) def add_to_toolbar(self): display_list = set.difference(self.ACTION_NAMES, self._added_actions()) @@ -250,16 +248,6 @@ insert_index = self.ui.toolbar_layout_list.currentRow() + 1 self._insert_item('separator', insert_index) - def move_item(self, offset): - current_index = self.ui.toolbar_layout_list.currentRow() - offset_index = current_index - offset - offset_item = self.ui.toolbar_layout_list.item(offset_index) - if offset_item: - current_item = self.ui.toolbar_layout_list.takeItem(current_index) - self.ui.toolbar_layout_list.insertItem(offset_index, current_item) - self.ui.toolbar_layout_list.setCurrentItem(current_item) - self.update_buttons() - def remove_action(self): item = self.ui.toolbar_layout_list.takeItem(self.ui.toolbar_layout_list.currentRow()) del item @@ -271,34 +259,34 @@ def _update_toolbar(self): widget = self.parent() - while not isinstance(widget, QtGui.QMainWindow): + while not isinstance(widget, QtWidgets.QMainWindow): widget = widget.parent() # Call the main window's create toolbar method widget.create_action_toolbar() widget.set_tab_order() -class ToolbarListItem(QtGui.QListWidgetItem): +class ToolbarListItem(QtWidgets.QListWidgetItem): def __init__(self, action_name, *args, **kwargs): - super(ToolbarListItem, self).__init__(*args, **kwargs) + super().__init__(*args, **kwargs) self.action_name = action_name -class AddActionDialog(QtGui.QDialog): +class AddActionDialog(QtWidgets.QDialog): def __init__(self, action_list, *args, **kwargs): - super(AddActionDialog, self).__init__(*args, **kwargs) + super().__init__(*args, **kwargs) - layout = QtGui.QVBoxLayout(self) + layout = QtWidgets.QVBoxLayout(self) self.action_list = sorted([[_(self.parent().TOOLBAR_BUTTONS[action]['label']), action] for action in action_list]) - self.combo_box = QtGui.QComboBox(self) + self.combo_box = QtWidgets.QComboBox(self) self.combo_box.addItems([label for label, action in self.action_list]) layout.addWidget(self.combo_box) - buttons = QtGui.QDialogButtonBox( - QtGui.QDialogButtonBox.Ok | QtGui.QDialogButtonBox.Cancel, + buttons = QtWidgets.QDialogButtonBox( + QtWidgets.QDialogButtonBox.Ok | QtWidgets.QDialogButtonBox.Cancel, QtCore.Qt.Horizontal, self) buttons.accepted.connect(self.accept) buttons.rejected.connect(self.reject) @@ -312,7 +300,7 @@ dialog = AddActionDialog(action_list, parent) result = dialog.exec_() selected_action = dialog.selected_action() - return (selected_action, result == QtGui.QDialog.Accepted) + return (selected_action, result == QtWidgets.QDialog.Accepted) register_options_page(InterfaceOptionsPage) diff -Nru picard-1.4.2/picard/ui/options/matching.py picard-2.0.0/picard/ui/options/matching.py --- picard-1.4.2/picard/ui/options/matching.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/matching.py 2018-07-18 13:28:22.000000000 +0000 @@ -39,7 +39,7 @@ _release_type_sliders = {} def __init__(self, parent=None): - super(MatchingOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_MatchingOptionsPage() self.ui.setupUi(self) diff -Nru picard-1.4.2/picard/ui/options/metadata.py picard-2.0.0/picard/ui/options/metadata.py --- picard-1.4.2/picard/ui/options/metadata.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/metadata.py 2018-07-18 13:28:22.000000000 +0000 @@ -32,9 +32,9 @@ ACTIVE = True options = [ - config.TextOption("setting", "va_name", u"Various Artists"), - config.TextOption("setting", "nat_name", u"[non-album tracks]"), - config.TextOption("setting", "artist_locale", u"en"), + config.TextOption("setting", "va_name", "Various Artists"), + config.TextOption("setting", "nat_name", "[non-album tracks]"), + config.TextOption("setting", "artist_locale", "en"), config.BoolOption("setting", "translate_artist_names", False), config.BoolOption("setting", "release_ars", True), config.BoolOption("setting", "track_ars", False), @@ -44,7 +44,7 @@ ] def __init__(self, parent=None): - super(MetadataOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_MetadataOptionsPage() self.ui.setupUi(self) self.ui.va_name_default.clicked.connect(self.set_va_name_default) @@ -79,7 +79,7 @@ config.setting["track_ars"] = self.ui.track_ars.isChecked() config.setting["folksonomy_tags"] = self.ui.folksonomy_tags.isChecked() config.setting["va_name"] = self.ui.va_name.text() - nat_name = unicode(self.ui.nat_name.text()) + nat_name = self.ui.nat_name.text() if nat_name != config.setting["nat_name"]: config.setting["nat_name"] = nat_name if self.tagger.nats is not None: diff -Nru picard-1.4.2/picard/ui/options/network.py picard-2.0.0/picard/ui/options/network.py --- picard-1.4.2/picard/ui/options/network.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/network.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,7 +17,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore from picard import config from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_network import Ui_NetworkOptionsPage @@ -43,7 +42,7 @@ ] def __init__(self, parent=None): - super(NetworkOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_NetworkOptionsPage() self.ui.setupUi(self) @@ -57,17 +56,15 @@ self.ui.browser_integration_port.setValue(config.setting["browser_integration_port"]) self.ui.browser_integration_localhost_only.setChecked( config.setting["browser_integration_localhost_only"]) - QtCore.QObject.connect(self.ui.browser_integration_port, - QtCore.SIGNAL('valueChanged(int)'), - self.change_browser_integration_port) + self.ui.browser_integration_port.valueChanged.connect(self.change_browser_integration_port) def save(self): config.setting["use_proxy"] = self.ui.web_proxy.isChecked() - config.setting["proxy_server_host"] = unicode(self.ui.server_host.text()) + config.setting["proxy_server_host"] = self.ui.server_host.text() config.setting["proxy_server_port"] = self.ui.server_port.value() - config.setting["proxy_username"] = unicode(self.ui.username.text()) - config.setting["proxy_password"] = unicode(self.ui.password.text()) - self.tagger.xmlws.setup_proxy() + config.setting["proxy_username"] = self.ui.username.text() + config.setting["proxy_password"] = self.ui.password.text() + self.tagger.webservice.setup_proxy() config.setting["browser_integration"] = self.ui.browser_integration.isChecked() config.setting["browser_integration_port"] = self.ui.browser_integration_port.value() config.setting["browser_integration_localhost_only"] = \ @@ -81,7 +78,7 @@ self.tagger.browser_integration.stop() def change_browser_integration_port(self, port): - config.setting["browser_integration_port"] = self.ui.browser_integration_port.value() + config.setting["browser_integration_port"] = port register_options_page(NetworkOptionsPage) diff -Nru picard-1.4.2/picard/ui/options/plugins.py picard-2.0.0/picard/ui/options/plugins.py --- picard-1.4.2/picard/ui/options/plugins.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/plugins.py 2018-07-18 13:28:22.000000000 +0000 @@ -23,25 +23,28 @@ import os.path import sys from functools import partial -from PyQt4 import QtCore, QtGui +from operator import attrgetter +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config, log from picard.const import ( USER_PLUGIN_DIR, PLUGINS_API, + PLUGIN_ACTION_NONE, + PLUGIN_ACTION_INSTALL, + PLUGIN_ACTION_UPDATE, + PLUGIN_ACTION_UNINSTALL, ) +from picard.ui import HashableTreeWidgetItem from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_plugins import Ui_PluginsOptionsPage +COLUMN_NAME, COLUMN_VERSION, COLUMN_ACTION = range(3) -def cmp_plugins(a, b): - return cmp(a.name, b.name) - - -class PluginTreeWidgetItem(QtGui.QTreeWidgetItem): +class PluginTreeWidgetItem(HashableTreeWidgetItem): def __lt__(self, other): if (not isinstance(other, PluginTreeWidgetItem)): - return super(PluginTreeWidgetItem, self).__lt__(other) + return super().__lt__(other) tree = self.treeWidget() if not tree: @@ -52,7 +55,7 @@ return self.sortData(column) < other.sortData(column) def __init__(self, *args): - super(PluginTreeWidgetItem, self).__init__(*args) + super().__init__(*args) self._sortData = {} def sortData(self, column): @@ -80,9 +83,11 @@ ] def __init__(self, parent=None): - super(PluginsOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_PluginsOptionsPage() self.ui.setupUi(self) + #fix for PICARD-1226, QT bug (https://bugreports.qt.io/browse/QTBUG-22572) workaround + self.ui.plugins.setStyleSheet('') self.items = {} self.ui.plugins.itemSelectionChanged.connect(self.change_details) self.ui.plugins.mimeTypes = self.mimeTypes @@ -98,9 +103,9 @@ self.tagger.pluginmanager.plugin_installed.connect(self.plugin_installed) self.tagger.pluginmanager.plugin_updated.connect(self.plugin_updated) self.ui.plugins.header().setStretchLastSection(False) - self.ui.plugins.header().setResizeMode(0, QtGui.QHeaderView.Stretch) - self.ui.plugins.header().setResizeMode(1, QtGui.QHeaderView.Stretch) - self.ui.plugins.header().resizeSection(2, 100) + self.ui.plugins.header().setSectionResizeMode(COLUMN_NAME, QtWidgets.QHeaderView.Stretch) + self.ui.plugins.header().setSectionResizeMode(COLUMN_VERSION, QtWidgets.QHeaderView.Stretch) + self.ui.plugins.header().resizeSection(COLUMN_ACTION, 100) self.ui.plugins.setSortingEnabled(True) def save_state(self): @@ -109,7 +114,7 @@ config.persist["plugins_list_sort_section"] = header.sortIndicatorSection() config.persist["plugins_list_sort_order"] = header.sortIndicatorOrder() try: - selected = self.items[self.ui.plugins.selectedItems()[0]].module_name + selected = self.items[self.ui.plugins.selectedItems()[COLUMN_NAME]].module_name except IndexError: selected = "" config.persist["plugins_list_selected"] = selected @@ -134,34 +139,32 @@ def _populate(self): self.ui.details.setText("" + _("No plugins installed.") + "") self._user_interaction(False) - plugins = sorted(self.tagger.pluginmanager.plugins, cmp=cmp_plugins) + plugins = sorted(self.tagger.pluginmanager.plugins, key=attrgetter('name')) enabled_plugins = config.setting["enabled_plugins"] available_plugins = dict([(p.module_name, p.version) for p in self.tagger.pluginmanager.available_plugins]) installed = [] for plugin in plugins: - if plugin.module_name in enabled_plugins: - plugin.enabled = True + plugin.enabled = plugin.module_name in enabled_plugins if plugin.module_name in available_plugins.keys(): latest = available_plugins[plugin.module_name] if latest.split('.') > plugin.version.split('.'): plugin.new_version = latest plugin.can_be_updated = True - item = self.add_plugin_item(plugin) + self.add_plugin_item(plugin) installed.append(plugin.module_name) - for plugin in sorted(self.tagger.pluginmanager.available_plugins, cmp=cmp_plugins): + for plugin in sorted(self.tagger.pluginmanager.available_plugins, key=attrgetter('name')): if plugin.module_name not in installed: plugin.can_be_downloaded = True - item = self.add_plugin_item(plugin) + self.add_plugin_item(plugin) self._user_interaction(True) def _remove_all(self): for i, p in self.items.items(): idx = self.ui.plugins.indexOfTopLevelItem(i) - item = self.ui.plugins.takeTopLevelItem(idx) - del item + self.ui.plugins.takeTopLevelItem(idx) self.items = {} def restore_defaults(self): @@ -171,7 +174,7 @@ # Remove previous entries self._user_interaction(False) self._remove_all() - super(PluginsOptionsPage, self).restore_defaults() + super().restore_defaults() def load(self): self._populate() @@ -194,10 +197,10 @@ def plugin_installed(self, plugin): if not plugin.compatible: - msgbox = QtGui.QMessageBox(self) - msgbox.setText(_(u"The plugin '%s' is not compatible with this version of Picard.") % plugin.name) - msgbox.setStandardButtons(QtGui.QMessageBox.Ok) - msgbox.setDefaultButton(QtGui.QMessageBox.Ok) + msgbox = QtWidgets.QMessageBox(self) + msgbox.setText(_("The plugin '%s' is not compatible with this version of Picard.") % plugin.name) + msgbox.setStandardButtons(QtWidgets.QMessageBox.Ok) + msgbox.setDefaultButton(QtWidgets.QMessageBox.Ok) msgbox.exec_() return plugin.new_version = "" @@ -206,7 +209,7 @@ plugin.can_be_downloaded = False for i, p in self.items.items(): if plugin.module_name == p.module_name: - if i.checkState(0) == QtCore.Qt.Checked: + if i.checkState(COLUMN_NAME) == QtCore.Qt.Checked: plugin.enabled = True self.add_plugin_item(plugin, item=i) self.ui.plugins.setCurrentItem(i) @@ -221,74 +224,120 @@ p.can_be_updated = False p.can_be_downloaded = False p.marked_for_update = True - msgbox = QtGui.QMessageBox(self) + item = self.ui.plugins.currentItem() + self.ui.plugins.itemWidget(item, COLUMN_VERSION).setText(_("Updated")) + self.ui.plugins.itemWidget(item, COLUMN_VERSION).setEnabled(False) + msgbox = QtWidgets.QMessageBox(self) msgbox.setText( - _(u"The plugin '%s' will be upgraded to version %s on next run of Picard.") + _("The plugin '%s' will be upgraded to version %s on next run of Picard.") % (p.name, p.new_version)) - msgbox.setStandardButtons(QtGui.QMessageBox.Ok) - msgbox.setDefaultButton(QtGui.QMessageBox.Ok) + msgbox.setStandardButtons(QtWidgets.QMessageBox.Ok) + msgbox.setDefaultButton(QtWidgets.QMessageBox.Ok) msgbox.exec_() self.add_plugin_item(p, item=i) self.ui.plugins.setCurrentItem(i) self.change_details() break + def uninstall_plugin(self): + plugin = self.items[self.ui.plugins.selectedItems()[COLUMN_NAME]] + buttonReply = QtWidgets.QMessageBox.question(self, _("Uninstall plugin?"), + _("Do you really want to uninstall the plugin '%s' ?") % plugin.name, + QtWidgets.QMessageBox.Yes | QtWidgets.QMessageBox.No, QtWidgets.QMessageBox.No) + if buttonReply == QtWidgets.QMessageBox.Yes: + self.tagger.pluginmanager.remove_plugin(plugin.module_name) + item = self.ui.plugins.currentItem() + plugin.is_uninstalled = True + plugin.enabled = False + + if plugin.module_name in config.setting["enabled_plugins"]: + config.setting["enabled_plugins"].remove(plugin.module_name) + + self.ui.plugins.itemWidget(item, COLUMN_ACTION).setText(_("Uninstalled")) + self.ui.plugins.itemWidget(item, COLUMN_ACTION).setEnabled(False) + item.setCheckState(COLUMN_NAME, QtCore.Qt.Unchecked) + item.setFlags(item.flags() ^ QtCore.Qt.ItemIsUserCheckable) + def add_plugin_item(self, plugin, item=None): if item is None: item = PluginTreeWidgetItem(self.ui.plugins) item.setFlags(item.flags() | QtCore.Qt.ItemIsUserCheckable) - item.setText(0, plugin.name) - item.setSortData(0, plugin.name.lower()) + item.setText(COLUMN_NAME, plugin.name) + item.setSortData(COLUMN_NAME, plugin.name.lower()) if plugin.enabled: - item.setCheckState(0, QtCore.Qt.Checked) + item.setCheckState(COLUMN_NAME, QtCore.Qt.Checked) else: - item.setCheckState(0, QtCore.Qt.Unchecked) + item.setCheckState(COLUMN_NAME, QtCore.Qt.Unchecked) if plugin.marked_for_update: - item.setText(1, plugin.new_version) + item.setText(COLUMN_VERSION, plugin.new_version) else: - item.setText(1, plugin.version) + item.setText(COLUMN_VERSION, plugin.version) - label = None - if plugin.can_be_updated: - label = _("Update") - elif plugin.can_be_downloaded: - label = _("Install") + def download_processor(action): + self.ui.plugins.setCurrentItem(item) + self.download_plugin(action) + + def uninstall_processor(): + self.ui.plugins.setCurrentItem(item) + self.uninstall_plugin() + + bt_action = PLUGIN_ACTION_NONE + if plugin.is_uninstalled: + item.setFlags(item.flags() ^ QtCore.Qt.ItemIsUserCheckable) + + if plugin.can_be_downloaded: + bt_action = PLUGIN_ACTION_INSTALL item.setFlags(item.flags() ^ QtCore.Qt.ItemIsUserCheckable) + else: + bt_action = PLUGIN_ACTION_UNINSTALL - if label is not None: - button = QtGui.QPushButton(label) + if bt_action != PLUGIN_ACTION_NONE: + labels = { + PLUGIN_ACTION_INSTALL: N_("Install"), + PLUGIN_ACTION_UNINSTALL: N_("Uninstall"), + } + label = _(labels[bt_action]) + if plugin.is_uninstalled: + label = _("Uninstalled") + button = QtWidgets.QPushButton(label) button.setMaximumHeight(button.fontMetrics().boundingRect(label).height() + 7) - self.ui.plugins.setItemWidget(item, 2, button) + self.ui.plugins.setItemWidget(item, COLUMN_ACTION, button) + if plugin.is_uninstalled: + button.setEnabled(False) - def download_button_process(): - self.ui.plugins.setCurrentItem(item) - self.download_plugin() - button.released.connect(download_button_process) - else: - # Note: setText() don't work after it was set to a button + if bt_action == PLUGIN_ACTION_INSTALL: + button.released.connect(partial(download_processor, bt_action)) + else: + button.released.connect(uninstall_processor) + + if plugin.can_be_updated: + label = _("Upgrade from %s to %s" % (plugin.version, plugin.new_version)) if plugin.marked_for_update: label = _("Updated") - else: - label = _("Installed") - self.ui.plugins.setItemWidget(item, 2, QtGui.QLabel(label)) - item.setSortData(2, label) + button = QtWidgets.QPushButton(label) + button.setMaximumHeight(button.fontMetrics().boundingRect(label).height() + 7) + self.ui.plugins.setItemWidget(item, COLUMN_VERSION, button) + if plugin.marked_for_update: + button.setEnabled(False) - self.ui.plugins.header().resizeSections(QtGui.QHeaderView.ResizeToContents) + button.released.connect(partial(download_processor, PLUGIN_ACTION_UPDATE)) + + self.ui.plugins.header().resizeSections(QtWidgets.QHeaderView.ResizeToContents) self.items[item] = plugin return item def save(self): enabled_plugins = [] - for item, plugin in self.items.iteritems(): - if item.checkState(0) == QtCore.Qt.Checked: + for item, plugin in self.items.items(): + if item.checkState(COLUMN_NAME) == QtCore.Qt.Checked: enabled_plugins.append(plugin.module_name) config.setting["enabled_plugins"] = enabled_plugins self.save_state() def change_details(self): try: - plugin = self.items[self.ui.plugins.selectedItems()[0]] + plugin = self.items[self.ui.plugins.selectedItems()[COLUMN_NAME]] except IndexError: return text = [] @@ -309,44 +358,47 @@ self.ui.details.setText("

%s

" % "
\n".join(text)) def open_plugins(self): - files = QtGui.QFileDialog.getOpenFileNames(self, "", - QtCore.QDir.homePath(), - "Picard plugin (*.py *.pyc *.zip)") + files, _filter = QtWidgets.QFileDialog.getOpenFileNames( + self, + "", + QtCore.QDir.homePath(), + "Picard plugin (*.py *.pyc *.zip)" + ) if files: - files = map(unicode, files) for path in files: - self.tagger.pluginmanager.install_plugin(path) + self.tagger.pluginmanager.install_plugin(path, action=PLUGIN_ACTION_INSTALL) - def download_plugin(self): - selected = self.ui.plugins.selectedItems()[0] + def download_plugin(self, action): + selected = self.ui.plugins.selectedItems()[COLUMN_NAME] plugin = self.items[selected] - self.tagger.xmlws.get( + self.tagger.webservice.get( PLUGINS_API['host'], PLUGINS_API['port'], PLUGINS_API['endpoint']['download'], - partial(self.download_handler, plugin=plugin), - xml=False, + partial(self.download_handler, action, plugin=plugin), + parse_response_type=None, priority=True, important=True, queryargs={"id": plugin.module_name} ) - def download_handler(self, response, reply, error, plugin): + def download_handler(self, action, response, reply, error, plugin): if error: - msgbox = QtGui.QMessageBox(self) - msgbox.setText(_(u"The plugin '%s' could not be downloaded.") % plugin.module_name) + msgbox = QtWidgets.QMessageBox(self) + msgbox.setText(_("The plugin '%s' could not be downloaded.") % plugin.module_name) msgbox.setInformativeText(_("Please try again later.")) - msgbox.setStandardButtons(QtGui.QMessageBox.Ok) - msgbox.setDefaultButton(QtGui.QMessageBox.Ok) + msgbox.setStandardButtons(QtWidgets.QMessageBox.Ok) + msgbox.setDefaultButton(QtWidgets.QMessageBox.Ok) msgbox.exec_() log.error("Error occurred while trying to download the plugin: '%s'" % plugin.module_name) return self.tagger.pluginmanager.install_plugin( None, + action, plugin_name=plugin.module_name, - plugin_data=response + plugin_data=response, ) def open_plugin_dir(self): @@ -360,8 +412,8 @@ event.accept() def dropEvent(self, event): - for path in [os.path.normpath(unicode(u.toLocalFile())) for u in event.mimeData().urls()]: - self.tagger.pluginmanager.install_plugin(path) + for path in [os.path.normpath(u.toLocalFile()) for u in event.mimeData().urls()]: + self.tagger.pluginmanager.install_plugin(path, action=PLUGIN_ACTION_INSTALL) register_options_page(PluginsOptionsPage) diff -Nru picard-1.4.2/picard/ui/options/ratings.py picard-2.0.0/picard/ui/options/ratings.py --- picard-1.4.2/picard/ui/options/ratings.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/ratings.py 2018-07-18 13:28:22.000000000 +0000 @@ -38,7 +38,7 @@ ] def __init__(self, parent=None): - super(RatingsOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_RatingsOptionsPage() self.ui.setupUi(self) diff -Nru picard-1.4.2/picard/ui/options/releases.py picard-2.0.0/picard/ui/options/releases.py --- picard-1.4.2/picard/ui/options/releases.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/releases.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,8 +18,8 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from operator import itemgetter -from locale import strcoll -from PyQt4 import QtCore, QtGui +from locale import strxfrm +from PyQt5 import QtCore, QtWidgets from picard import config from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_releases import Ui_ReleasesOptionsPage @@ -27,11 +27,11 @@ RELEASE_FORMATS, RELEASE_PRIMARY_GROUPS, RELEASE_SECONDARY_GROUPS) -from picard.i18n import ugettext_attr +from picard.i18n import gettext_attr _DEFAULT_SCORE = 0.5 -_release_type_scores = [(g, _DEFAULT_SCORE) for g in RELEASE_PRIMARY_GROUPS.keys() + RELEASE_SECONDARY_GROUPS.keys()] +_release_type_scores = [(g, _DEFAULT_SCORE) for g in list(RELEASE_PRIMARY_GROUPS.keys()) + list(RELEASE_SECONDARY_GROUPS.keys())] class ReleaseTypeScore: @@ -40,10 +40,10 @@ row, column = cell # it uses 2 cells (r,c and r,c+1) self.group = group self.layout = layout - self.label = QtGui.QLabel(self.group) + self.label = QtWidgets.QLabel(self.group) self.label.setText(label) self.layout.addWidget(self.label, row, column, 1, 1) - self.slider = QtGui.QSlider(self.group) + self.slider = QtWidgets.QSlider(self.group) self.slider.setMaximum(100) self.slider.setOrientation(QtCore.Qt.Horizontal) self.layout.addWidget(self.slider, row, column + 1, 1, 1) @@ -71,7 +71,7 @@ def __iter__(self): return self - def next(self): + def __next__(self): row, col = self.current row += 1 if row == self.rows: @@ -96,14 +96,14 @@ ] def __init__(self, parent=None): - super(ReleasesOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_ReleasesOptionsPage() self.ui.setupUi(self) self._release_type_sliders = {} def add_slider(name, griditer, context): - label = ugettext_attr(name, context) + label = gettext_attr(name, context) self._release_type_sliders[name] = \ ReleaseTypeScore(self.ui.type_group, self.ui.gridLayout, @@ -113,13 +113,13 @@ griditer = RowColIter(len(RELEASE_PRIMARY_GROUPS) + len(RELEASE_SECONDARY_GROUPS) + 1) # +1 for Reset button for name in RELEASE_PRIMARY_GROUPS: - add_slider(name, griditer, context=u'release_group_primary_type') + add_slider(name, griditer, context='release_group_primary_type') for name in RELEASE_SECONDARY_GROUPS: - add_slider(name, griditer, context=u'release_group_secondary_type') + add_slider(name, griditer, context='release_group_secondary_type') - self.reset_preferred_types_btn = QtGui.QPushButton(self.ui.type_group) + self.reset_preferred_types_btn = QtWidgets.QPushButton(self.ui.type_group) self.reset_preferred_types_btn.setText(_("Reset all")) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.reset_preferred_types_btn.sizePolicy().hasHeightForWidth()) @@ -132,10 +132,10 @@ self.ui.remove_countries.clicked.connect(self.remove_preferred_countries) self.ui.add_formats.clicked.connect(self.add_preferred_formats) self.ui.remove_formats.clicked.connect(self.remove_preferred_formats) - self.ui.country_list.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) - self.ui.preferred_country_list.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) - self.ui.format_list.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) - self.ui.preferred_format_list.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) + self.ui.country_list.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) + self.ui.preferred_country_list.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) + self.ui.format_list.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) + self.ui.preferred_format_list.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) def restore_defaults(self): # Clear lists @@ -143,11 +143,11 @@ self.ui.preferred_format_list.clear() self.ui.country_list.clear() self.ui.format_list.clear() - super(ReleasesOptionsPage, self).restore_defaults() + super().restore_defaults() def load(self): scores = dict(config.setting["release_type_scores"]) - for (release_type, release_type_slider) in self._release_type_sliders.iteritems(): + for (release_type, release_type_slider) in self._release_type_sliders.items(): release_type_slider.setValue(scores.get(release_type, _DEFAULT_SCORE)) @@ -158,7 +158,7 @@ def save(self): scores = [] - for (release_type, release_type_slider) in self._release_type_sliders.iteritems(): + for (release_type, release_type_slider) in self._release_type_sliders.items(): scores.append((release_type, release_type_slider.value())) config.setting["release_type_scores"] = scores @@ -191,18 +191,19 @@ def _load_list_items(self, setting, source, list1, list2): if setting == "preferred_release_countries": - source_list = [(c[0], ugettext_countries(c[1])) for c in + source_list = [(c[0], gettext_countries(c[1])) for c in source.items()] elif setting == "preferred_release_formats": - source_list = [(c[0], ugettext_attr(c[1], u"medium_format")) for c + source_list = [(c[0], gettext_attr(c[1], "medium_format")) for c in source.items()] else: source_list = [(c[0], _(c[1])) for c in source.items()] - source_list.sort(key=itemgetter(1), cmp=strcoll) + fcmp = lambda x: strxfrm(x[1]) + source_list.sort(key=fcmp) saved_data = config.setting[setting] move = [] for data, name in source_list: - item = QtGui.QListWidgetItem(name) + item = QtWidgets.QListWidgetItem(name) item.setData(QtCore.Qt.UserRole, data) try: i = saved_data.index(data) @@ -217,7 +218,7 @@ data = [] for i in range(list1.count()): item = list1.item(i) - data.append(unicode(item.data(QtCore.Qt.UserRole))) + data.append(string_(item.data(QtCore.Qt.UserRole))) config.setting[setting] = data diff -Nru picard-1.4.2/picard/ui/options/renaming.py picard-2.0.0/picard/ui/options/renaming.py --- picard-1.4.2/picard/ui/options/renaming.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/renaming.py 2018-07-18 13:28:22.000000000 +0000 @@ -21,12 +21,13 @@ import os.path import sys from functools import partial -from PyQt4 import QtGui -from PyQt4.QtGui import QPalette, QColor +from PyQt5 import QtWidgets +from PyQt5.QtCore import QStandardPaths +from PyQt5.QtGui import QPalette from picard import config from picard.const import PICARD_URLS from picard.file import File -from picard.script import ScriptParser, SyntaxError, ScriptError, UnknownFunction +from picard.script import ScriptParser, ScriptSyntaxError, ScriptError from picard.ui.options import OptionsPage, OptionsCheckError, register_options_page from picard.ui.ui_options_renaming import Ui_RenamingOptionsPage from picard.ui.util import enabledSlot @@ -40,6 +41,10 @@ "$if(%_multiartist%,%artist% - ,)" \ "%title%" + +_default_music_dir = QStandardPaths.writableLocation(QStandardPaths.MusicLocation) + + class RenamingOptionsPage(OptionsPage): NAME = "filerenaming" @@ -58,14 +63,14 @@ _DEFAULT_FILE_NAMING_FORMAT, ), config.BoolOption("setting", "move_files", False), - config.TextOption("setting", "move_files_to", ""), + config.TextOption("setting", "move_files_to", _default_music_dir), config.BoolOption("setting", "move_additional_files", False), config.TextOption("setting", "move_additional_files_pattern", "*.jpg *.png"), config.BoolOption("setting", "delete_empty_dirs", True), ] def __init__(self, parent=None): - super(RenamingOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_RenamingOptionsPage() self.ui.setupUi(self) @@ -131,8 +136,8 @@ 'rename_files': self.ui.rename_files.isChecked(), 'move_files': self.ui.move_files.isChecked(), 'use_va_format': False, # TODO remove - 'file_naming_format': unicode(self.ui.file_naming_format.toPlainText()), - 'move_files_to': os.path.normpath(unicode(self.ui.move_files_to.text())) + 'file_naming_format': self.ui.file_naming_format.toPlainText(), + 'move_files_to': os.path.normpath(self.ui.move_files_to.text()) } try: if config.setting["enable_tagger_scripts"]: @@ -144,7 +149,7 @@ if not settings["move_files"]: return os.path.basename(filename) return filename - except SyntaxError: + except ScriptSyntaxError: return "" except ScriptError: return "" @@ -172,7 +177,7 @@ args = { "picard-doc-scripting-url": PICARD_URLS['doc_scripting'], } - text = _(u'Open Scripting' + text = _('Open Scripting' ' Documentation in your browser') % args self.ui.file_naming_format_documentation.setText(text) self.ui.move_files_to.setText(config.setting["move_files_to"]) @@ -184,29 +189,29 @@ def check(self): self.check_format() - if self.ui.move_files.isChecked() and not unicode(self.ui.move_files_to.text()).strip(): + if self.ui.move_files.isChecked() and not self.ui.move_files_to.text().strip(): raise OptionsCheckError(_("Error"), _("The location to move files to must not be empty.")) def check_format(self): parser = ScriptParser() try: - parser.eval(unicode(self.ui.file_naming_format.toPlainText())) + parser.eval(self.ui.file_naming_format.toPlainText()) except Exception as e: - raise OptionsCheckError("", str(e)) + raise OptionsCheckError("", string_(e)) if self.ui.rename_files.isChecked(): - if not unicode(self.ui.file_naming_format.toPlainText()).strip(): + if not self.ui.file_naming_format.toPlainText().strip(): raise OptionsCheckError("", _("The file naming format must not be empty.")) def save(self): config.setting["windows_compatibility"] = self.ui.windows_compatibility.isChecked() config.setting["ascii_filenames"] = self.ui.ascii_filenames.isChecked() config.setting["rename_files"] = self.ui.rename_files.isChecked() - config.setting["file_naming_format"] = unicode(self.ui.file_naming_format.toPlainText()) + config.setting["file_naming_format"] = self.ui.file_naming_format.toPlainText() self.tagger.window.enable_renaming_action.setChecked(config.setting["rename_files"]) config.setting["move_files"] = self.ui.move_files.isChecked() - config.setting["move_files_to"] = os.path.normpath(unicode(self.ui.move_files_to.text())) + config.setting["move_files_to"] = os.path.normpath(self.ui.move_files_to.text()) config.setting["move_additional_files"] = self.ui.move_additional_files.isChecked() - config.setting["move_additional_files_pattern"] = unicode(self.ui.move_additional_files_pattern.text()) + config.setting["move_additional_files_pattern"] = self.ui.move_additional_files_pattern.text() config.setting["delete_empty_dirs"] = self.ui.delete_empty_dirs.isChecked() self.tagger.window.enable_moving_action.setChecked(config.setting["move_files"]) @@ -247,38 +252,38 @@ def example_2(self): file = File("track05.mp3") file.state = File.NORMAL - file.metadata['album'] = u"Coup d'État, Volume 1: Ku De Ta / Prologue" - file.metadata['title'] = u"I've Got to Learn the Mambo" - file.metadata['artist'] = u"Snowboy feat. James Hunter" - file.metadata['artistsort'] = u"Snowboy feat. Hunter, James" + file.metadata['album'] = "Coup d'État, Volume 1: Ku De Ta / Prologue" + file.metadata['title'] = "I've Got to Learn the Mambo" + file.metadata['artist'] = "Snowboy feat. James Hunter" + file.metadata['artistsort'] = "Snowboy feat. Hunter, James" file.metadata['albumartist'] = config.setting['va_name'] file.metadata['albumartistsort'] = config.setting['va_name'] file.metadata['tracknumber'] = '5' file.metadata['totaltracks'] = '13' file.metadata['discnumber'] = '2' file.metadata['totaldiscs'] = '2' - file.metadata['discsubtitle'] = u"Beat Up" - file.metadata['date'] = u'2005-07-04' - file.metadata['releasetype'] = [u'album', u'compilation'] - file.metadata['~primaryreleasetype'] = u'album' - file.metadata['~secondaryreleasetype'] = u'compilation' - file.metadata['releasestatus'] = u'official' - file.metadata['releasecountry'] = u'AU' + file.metadata['discsubtitle'] = "Beat Up" + file.metadata['date'] = '2005-07-04' + file.metadata['releasetype'] = ['album', 'compilation'] + file.metadata['~primaryreleasetype'] = 'album' + file.metadata['~secondaryreleasetype'] = 'compilation' + file.metadata['releasestatus'] = 'official' + file.metadata['releasecountry'] = 'AU' file.metadata['compilation'] = '1' file.metadata['~multiartist'] = '1' file.metadata['~extension'] = 'mp3' - file.metadata['musicbrainz_albumid'] = u'4b50c71e-0a07-46ac-82e4-cb85dc0c9bdd' - file.metadata['musicbrainz_recordingid'] = u'b3c487cb-0e55-477d-8df3-01ec6590f099' - file.metadata['musicbrainz_releasetrackid'] = u'f8649a05-da39-39ba-957c-7abf8f9012be' - file.metadata['musicbrainz_albumartistid'] = u'89ad4ac3-39f7-470e-963a-56509c546377' - file.metadata['musicbrainz_artistid'] = [u'7b593455-d207-482c-8c6f-19ce22c94679', - u'9e082466-2390-40d1-891e-4803531f43fd'] + file.metadata['musicbrainz_albumid'] = '4b50c71e-0a07-46ac-82e4-cb85dc0c9bdd' + file.metadata['musicbrainz_recordingid'] = 'b3c487cb-0e55-477d-8df3-01ec6590f099' + file.metadata['musicbrainz_releasetrackid'] = 'f8649a05-da39-39ba-957c-7abf8f9012be' + file.metadata['musicbrainz_albumartistid'] = '89ad4ac3-39f7-470e-963a-56509c546377' + file.metadata['musicbrainz_artistid'] = ['7b593455-d207-482c-8c6f-19ce22c94679', + '9e082466-2390-40d1-891e-4803531f43fd'] return file def move_files_to_browse(self): - path = QtGui.QFileDialog.getExistingDirectory(self, "", self.ui.move_files_to.text()) + path = QtWidgets.QFileDialog.getExistingDirectory(self, "", self.ui.move_files_to.text()) if path: - path = os.path.normpath(unicode(path)) + path = os.path.normpath(path) self.ui.move_files_to.setText(path) def test(self): diff -Nru picard-1.4.2/picard/ui/options/scripting.py picard-2.0.0/picard/ui/options/scripting.py --- picard-1.4.2/picard/ui/options/scripting.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/scripting.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,12 +17,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config from picard.const import PICARD_URLS from picard.script import ScriptParser +from picard.ui import HashableListWidgetItem from picard.ui.options import OptionsPage, OptionsCheckError, register_options_page from picard.ui.ui_options_script import Ui_ScriptingOptionsPage +from picard.util import restore_method DEFAULT_NUMBERED_SCRIPT_NAME = N_("My script %d") @@ -32,7 +34,7 @@ class TaggerScriptSyntaxHighlighter(QtGui.QSyntaxHighlighter): def __init__(self, document): - QtGui.QSyntaxHighlighter.__init__(self, document) + super().__init__(document) self.func_re = QtCore.QRegExp(r"\$(?!noop)[a-zA-Z][_a-zA-Z0-9]*\(") self.func_fmt = QtGui.QTextCharFormat() self.func_fmt.setFontWeight(QtGui.QFont.Bold) @@ -98,7 +100,7 @@ self.setCurrentBlockState(open_brackets) -class AdvancedScriptItem(QtGui.QWidget): +class AdvancedScriptItem(QtWidgets.QWidget): """Custom widget for script list items""" _CHECKBOX_POS = 0 @@ -108,37 +110,37 @@ _BUTTON_OTHER = 4 def __init__(self, name=None, state=True, parent=None): - super(AdvancedScriptItem, self).__init__(parent) - layout = QtGui.QGridLayout() + super().__init__(parent) + layout = QtWidgets.QGridLayout() layout.setHorizontalSpacing(5) layout.setVerticalSpacing(2) layout.setContentsMargins(0, 0, 0, 0) self.setLayout(layout) - checkbox = QtGui.QCheckBox() + checkbox = QtWidgets.QCheckBox() checkbox.setChecked(state) checkbox.setMaximumSize(QtCore.QSize(22, 22)) layout.addWidget(checkbox, 0, self._CHECKBOX_POS) - layout.addWidget(QtGui.QLabel(name), 0, self._NAME_POS) + layout.addWidget(QtWidgets.QLabel(name), 0, self._NAME_POS) - up_button = QtGui.QToolButton() + up_button = QtWidgets.QToolButton() up_button.setArrowType(QtCore.Qt.UpArrow) up_button.setMaximumSize(QtCore.QSize(16, 16)) up_button.setToolTip(_("Move script up")) - down_button = QtGui.QToolButton() + down_button = QtWidgets.QToolButton() down_button.setArrowType(QtCore.Qt.DownArrow) down_button.setMaximumSize(QtCore.QSize(16, 16)) down_button.setToolTip(_("Move script down")) layout.addWidget(up_button, 0, self._BUTTON_UP) layout.addWidget(down_button, 0, self._BUTTON_DOWN) - other_button = QtGui.QToolButton() + other_button = QtWidgets.QToolButton() other_button.setText("...") other_button.setAutoRaise(True) other_button.setMaximumSize(QtCore.QSize(16, 16)) other_button.setToolTip(_("Other options")) - menu = QtGui.QMenu() + menu = QtWidgets.QMenu() menu.addAction(_("Rename script")) menu.addAction(_("Remove script")) self.menu = menu @@ -215,7 +217,7 @@ ] def __init__(self, parent=None): - super(ScriptingOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_ScriptingOptionsPage() self.ui.setupUi(self) self.highlighter = TaggerScriptSyntaxHighlighter(self.ui.tagger_script.document()) @@ -230,6 +232,14 @@ self.last_selected_script_pos = 0 self.ui.splitter.setStretchFactor(0, 1) self.ui.splitter.setStretchFactor(1, 2) + self.delete_shortcut = QtWidgets.QShortcut(self.ui.script_list) + self.delete_shortcut.setKey(QtGui.QKeySequence.Delete) + self.delete_shortcut.activated.connect(self.delete_selected_script) + + def delete_selected_script(self): + items = self.ui.script_list.selectedItems() + if items: + self.remove_from_list_of_scripts(self.ui.script_list.row(items[0])) def script_name_changed(self): items = self.ui.script_list.selectedItems() @@ -258,7 +268,7 @@ list_widget.set_rename_connection(lambda: self.rename_script(item)) def rename_script(self, item): - self.ui.script_list.setItemSelected(item, True) + item.setSelected(True) self.ui.script_name.setFocus() self.ui.script_name.selectAll() @@ -272,14 +282,14 @@ numbered_name = _(DEFAULT_NUMBERED_SCRIPT_NAME) % (count + 1) script = ScriptItem(pos=count, name=numbered_name) - list_item = QtGui.QListWidgetItem() + list_item = HashableListWidgetItem() list_widget = AdvancedScriptItem(numbered_name) self.setSignals(list_widget, list_item) self.ui.script_list.addItem(list_item) self.ui.script_list.setItemWidget(list_item, list_widget) self.listitem_to_scriptitem[list_item] = script self.list_of_scripts.append(script.get_all()) - self.ui.script_list.setItemSelected(list_item, True) + list_item.setSelected(True) def update_script_positions(self): for i, script in enumerate(self.list_of_scripts): @@ -289,11 +299,11 @@ def remove_from_list_of_scripts(self, row): item = self.ui.script_list.item(row) - confirm_remove = QtGui.QMessageBox() + confirm_remove = QtWidgets.QMessageBox() msg = _("Are you sure you want to remove this script?") - reply = confirm_remove.question(confirm_remove, _('Confirm Remove'), msg, QtGui.QMessageBox.Yes, - QtGui.QMessageBox.No) - if item and reply == QtGui.QMessageBox.Yes: + reply = confirm_remove.question(confirm_remove, _('Confirm Remove'), msg, QtWidgets.QMessageBox.Yes, + QtWidgets.QMessageBox.No) + if item and reply == QtWidgets.QMessageBox.Yes: item = self.ui.script_list.takeItem(row) script = self.listitem_to_scriptitem[item] del self.listitem_to_scriptitem[item] @@ -315,10 +325,11 @@ if not self.ui.script_list.selectedItems(): current_item = self.ui.script_list.currentItem() if current_item: - self.ui.script_list.setItemSelected(current_item, True) + current_item.setSelected(True) else: item = self.ui.script_list.item(0) - self.ui.script_list.setItemSelected(item, True) + if item: + item.setSelected(True) elif row < self.last_selected_script_pos: self.last_selected_script_pos -= 1 @@ -372,23 +383,23 @@ def check(self): parser = ScriptParser() try: - parser.eval(unicode(self.ui.tagger_script.toPlainText())) + parser.eval(self.ui.tagger_script.toPlainText()) except Exception as e: - raise OptionsCheckError(_("Script Error"), str(e)) + raise OptionsCheckError(_("Script Error"), string_(e)) def restore_defaults(self): # Remove existing scripts self.ui.script_list.clear() self.ui.script_name.setText("") self.ui.tagger_script.setText("") - super(ScriptingOptionsPage, self).restore_defaults() + super().restore_defaults() def load(self): self.ui.enable_tagger_scripts.setChecked(config.setting["enable_tagger_scripts"]) self.list_of_scripts = config.setting["list_of_scripts"] for s_pos, s_name, s_enabled, s_text in self.list_of_scripts: script = ScriptItem(s_pos, s_name, s_enabled, s_text) - list_item = QtGui.QListWidgetItem() + list_item = HashableListWidgetItem() list_widget = AdvancedScriptItem(name=s_name, state=s_enabled) self.setSignals(list_widget, list_item) self.ui.script_list.addItem(list_item) @@ -399,18 +410,22 @@ self.last_selected_script_pos = config.persist["last_selected_script_pos"] last_selected_script = self.ui.script_list.item(self.last_selected_script_pos) if last_selected_script: - self.ui.script_list.setItemSelected(last_selected_script, True) + last_selected_script.setSelected(True) - # Preserve previous splitter position - self.ui.splitter.restoreState(config.persist["scripting_splitter"]) + self.restore_state() args = { "picard-doc-scripting-url": PICARD_URLS['doc_scripting'], } - text = _(u'Open Scripting' + text = _('Open Scripting' ' Documentation in your browser') % args self.ui.scripting_doc_link.setText(text) + @restore_method + def restore_state(self): + # Preserve previous splitter position + self.ui.splitter.restoreState(config.persist["scripting_splitter"]) + def save(self): config.setting["enable_tagger_scripts"] = self.ui.enable_tagger_scripts.isChecked() config.setting["list_of_scripts"] = self.list_of_scripts diff -Nru picard-1.4.2/picard/ui/options/tags.py picard-2.0.0/picard/ui/options/tags.py --- picard-1.4.2/picard/ui/options/tags.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/options/tags.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. from functools import partial -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets from picard import config from picard.ui.options import OptionsPage, register_options_page from picard.ui.ui_options_tags import Ui_TagsOptionsPage @@ -48,12 +48,12 @@ ] def __init__(self, parent=None): - super(TagsOptionsPage, self).__init__(parent) + super().__init__(parent) self.ui = Ui_TagsOptionsPage() self.ui.setupUi(self) self.ui.write_id3v23.clicked.connect(self.update_encodings) self.ui.write_id3v24.clicked.connect(partial(self.update_encodings, force_utf8=True)) - self.completer = QtGui.QCompleter(sorted(TAG_NAMES.keys()), self) + self.completer = QtWidgets.QCompleter(sorted(TAG_NAMES.keys()), self) self.completer.setCaseSensitivity(QtCore.Qt.CaseInsensitive) self.completer.setWidget(self.ui.preserved_tags) self.ui.preserved_tags.textEdited.connect(self.preserved_tags_edited) @@ -89,7 +89,7 @@ self.tagger.window.metadata_box.update() config.setting["write_id3v1"] = self.ui.write_id3v1.isChecked() config.setting["write_id3v23"] = self.ui.write_id3v23.isChecked() - config.setting["id3v23_join_with"] = unicode(self.ui.id3v23_join_with.currentText()) + config.setting["id3v23_join_with"] = self.ui.id3v23_join_with.currentText() if self.ui.enc_iso88591.isChecked(): config.setting["id3v2_encoding"] = "iso-8859-1" elif self.ui.enc_utf16.isChecked(): @@ -98,7 +98,7 @@ config.setting["id3v2_encoding"] = "utf-8" config.setting["remove_ape_from_mp3"] = self.ui.remove_ape_from_mp3.isChecked() config.setting["remove_id3_from_flac"] = self.ui.remove_id3_from_flac.isChecked() - config.setting["preserved_tags"] = unicode(self.ui.preserved_tags.text()) + config.setting["preserved_tags"] = self.ui.preserved_tags.text() self.tagger.window.enable_tag_saving_action.setChecked(not config.setting["dont_write_tags"]) def update_encodings(self, force_utf8=False): @@ -116,7 +116,7 @@ self.ui.id3v23_join_with.setEnabled(False) def preserved_tags_edited(self, text): - prefix = unicode(text)[:self.ui.preserved_tags.cursorPosition()].split(",")[-1] + prefix = text[:self.ui.preserved_tags.cursorPosition()].split(",")[-1] self.completer.setCompletionPrefix(prefix) if prefix: self.completer.complete() @@ -124,12 +124,12 @@ self.completer.popup().hide() def completer_activated(self, text): - input = self.ui.preserved_tags - current = unicode(input.text()) - i = input.cursorPosition() + input_field = self.ui.preserved_tags + current = input_field.text() + i = input_field.cursorPosition() p = len(self.completer.completionPrefix()) - input.setText("%s%s %s" % (current[:i - p], text, current[i:])) - input.setCursorPosition(i - p + len(text) + 1) + input_field.setText("%s%s %s" % (current[:i - p], text, current[i:])) + input_field.setCursorPosition(i - p + len(text) + 1) register_options_page(TagsOptionsPage) diff -Nru picard-1.4.2/picard/ui/passworddialog.py picard-2.0.0/picard/ui/passworddialog.py --- picard-1.4.2/picard/ui/passworddialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/passworddialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,7 +18,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore from picard import config from picard.ui import PicardDialog from picard.ui.ui_passworddialog import Ui_PasswordDialog @@ -27,7 +26,7 @@ class PasswordDialog(PicardDialog): def __init__(self, authenticator, reply, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) self._authenticator = authenticator self.ui = Ui_PasswordDialog() self.ui.setupUi(self) @@ -39,15 +38,15 @@ self.ui.buttonbox.accepted.connect(self.set_new_password) def set_new_password(self): - self._authenticator.setUser(unicode(self.ui.username.text())) - self._authenticator.setPassword(unicode(self.ui.password.text())) + self._authenticator.setUser(self.ui.username.text()) + self._authenticator.setPassword(self.ui.password.text()) self.accept() class ProxyDialog(PicardDialog): def __init__(self, authenticator, proxy, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) self._authenticator = authenticator self._proxy = proxy self.ui = Ui_PasswordDialog() @@ -59,8 +58,8 @@ self.ui.buttonbox.accepted.connect(self.set_proxy_password) def set_proxy_password(self): - config.setting["proxy_username"] = unicode(self.ui.username.text()) - config.setting["proxy_password"] = unicode(self.ui.password.text()) - self._authenticator.setUser(unicode(self.ui.username.text())) - self._authenticator.setPassword(unicode(self.ui.password.text())) + config.setting["proxy_username"] = self.ui.username.text() + config.setting["proxy_password"] = self.ui.password.text() + self._authenticator.setUser(self.ui.username.text()) + self._authenticator.setPassword(self.ui.password.text()) self.accept() diff -Nru picard-1.4.2/picard/ui/ratingwidget.py picard-2.0.0/picard/ui/ratingwidget.py --- picard-1.4.2/picard/ui/ratingwidget.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ratingwidget.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,14 +17,14 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config -class RatingWidget(QtGui.QWidget): +class RatingWidget(QtWidgets.QWidget): def __init__(self, parent, track): - QtGui.QWidget.__init__(self, parent) + super().__init__(parent) self._track = track self._maximum = config.setting["rating_steps"] - 1 self._rating = int(track.metadata["~rating"] or 0) @@ -38,7 +38,7 @@ self._height = self._star_size + 6 self.setMaximumSize(self._width, self._height) self.setMinimumSize(self._width, self._height) - self.setSizePolicy(QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)) + self.setSizePolicy(QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)) self.setMouseTracking(True) def sizeHint(self): @@ -79,10 +79,10 @@ def _update_track(self): track = self._track - track.metadata["~rating"] = unicode(self._rating) + track.metadata["~rating"] = string_(self._rating) if config.setting["submit_ratings"]: ratings = {("recording", track.id): self._rating} - self.tagger.xmlws.submit_ratings(ratings, None) + self.tagger.mb_api.submit_ratings(ratings, None) def paintEvent(self, event=None): painter = QtGui.QPainter(self) diff -Nru picard-1.4.2/picard/ui/searchdialog/album.py picard-2.0.0/picard/ui/searchdialog/album.py --- picard-1.4.2/picard/ui/searchdialog/album.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/searchdialog/album.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2016 Rahul Raturi +# Copyright (C) 2018 Laurent Monin +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from PyQt5 import QtGui, QtCore, QtWidgets +from PyQt5.QtCore import pyqtSignal +from functools import partial +from picard import config, log +from picard.util import load_json +from picard.mbjson import ( + release_to_metadata, + release_group_to_metadata, + media_formats_from_node, + country_list_from_node +) +from picard.metadata import Metadata +from picard.webservice.api_helpers import escape_lucene_query +from picard.const import CAA_HOST, CAA_PORT, QUERY_LIMIT +from picard.coverart.image import CaaThumbnailCoverArtImage +from picard.ui.searchdialog import SearchDialog, Retry, BY_NUMBER + + +class CoverWidget(QtWidgets.QWidget): + + shown = pyqtSignal() + + def __init__(self, parent, width=100, height=100): + super().__init__(parent) + self.layout = QtWidgets.QVBoxLayout(self) + self.layout.setContentsMargins(0, 0, 0, 0) + self.layout.setAlignment(QtCore.Qt.AlignCenter) + self.loading_gif_label = QtWidgets.QLabel(self) + self.loading_gif_label.setAlignment(QtCore.Qt.AlignCenter) + loading_gif = QtGui.QMovie(":/images/loader.gif") + self.loading_gif_label.setMovie(loading_gif) + loading_gif.start() + self.layout.addWidget(self.loading_gif_label) + self.__sizehint = self.__size = QtCore.QSize(width, height) + self.setStyleSheet("padding: 0") + + def set_pixmap(self, pixmap): + wid = self.layout.takeAt(0) + if wid: + wid.widget().deleteLater() + cover_label = QtWidgets.QLabel(self) + pixmap = pixmap.scaled(self.__size, QtCore.Qt.KeepAspectRatio, + QtCore.Qt.SmoothTransformation) + self.__sizehint = pixmap.size() + cover_label.setPixmap(pixmap) + self.layout.addWidget(cover_label) + + def not_found(self): + """Update the widget with a blank image.""" + shadow = QtGui.QPixmap(":/images/CoverArtShadow.png") + self.set_pixmap(shadow) + + def sizeHint(self): + return self.__sizehint + + def showEvent(self, event): + super().showEvent(event) + self.shown.emit() + + + +class CoverCell: + + def __init__(self, parent, release, row, colname, on_show=None): + self.parent = parent + self.release = release + self.fetched = False + self.fetch_task = None + self.row = row + self.column = self.parent.colpos(colname) + widget = CoverWidget(self.parent.table) + if on_show is not None: + widget.shown.connect(partial(on_show, self)) + self.parent.table.setCellWidget(row, self.column, widget) + + def widget(self): + if not self.parent.table: + return None + return self.parent.table.cellWidget(self.row, self.column) + + def is_visible(self): + widget = self.widget() + if not widget: + return False + return not widget.visibleRegion().isEmpty() + + def set_pixmap(self, pixmap): + widget = self.widget() + if widget: + widget.set_pixmap(pixmap) + + def not_found(self): + widget = self.widget() + if widget: + widget.not_found() + + +class AlbumSearchDialog(SearchDialog): + + dialog_header_state = "albumsearchdialog_header_state" + + options = [ + config.Option("persist", dialog_header_state, QtCore.QByteArray()) + ] + + def __init__(self, parent): + super().__init__( + parent, + accept_button_title=_("Load into Picard")) + self.cluster = None + self.setWindowTitle(_("Album Search Results")) + self.columns = [ + ('name', _("Name")), + ('artist', _("Artist")), + ('format', _("Format")), + ('tracks', _("Tracks")), + ('date', _("Date")), + ('country', _("Country")), + ('labels', _("Labels")), + ('catnums', _("Catalog #s")), + ('barcode', _("Barcode")), + ('language', _("Language")), + ('type', _("Type")), + ('status', _("Status")), + ('cover', _("Cover")), + ('score', _("Score")), + ] + self.cover_cells = [] + self.fetching = False + self.scrolled.connect(self.fetch_coverarts) + + def search(self, text): + """Perform search using query provided by the user.""" + self.retry_params = Retry(self.search, text) + self.search_box_text(text) + self.show_progress() + self.tagger.mb_api.find_releases(self.handle_reply, + query=text, + search=True, + limit=QUERY_LIMIT) + + def show_similar_albums(self, cluster): + """Perform search by using existing metadata information + from the cluster as query.""" + self.retry_params = Retry(self.show_similar_albums, cluster) + self.cluster = cluster + metadata = cluster.metadata + query = { + "artist": metadata["albumartist"], + "release": metadata["album"], + "tracks": string_(len(cluster.files)) + } + + # Generate query to be displayed to the user (in search box). + # If advanced query syntax setting is enabled by user, display query in + # advanced syntax style. Otherwise display only album title. + if config.setting["use_adv_search_syntax"]: + query_str = ' '.join(['%s:(%s)' % (item, escape_lucene_query(value)) + for item, value in query.items() if value]) + else: + query_str = query["release"] + + query["limit"] = QUERY_LIMIT + self.search_box_text(query_str) + self.show_progress() + self.tagger.mb_api.find_releases( + self.handle_reply, + **query) + + def retry(self): + self.retry_params.function(self.retry_params.query) + + def handle_reply(self, document, http, error): + if error: + self.network_error(http, error) + return + + try: + releases = document['releases'] + except (KeyError, TypeError): + self.no_results_found() + return + + del self.search_results[:] + self.parse_releases(releases) + self.display_results() + self.fetch_coverarts() + + def fetch_coverarts(self): + if self.fetching: + return + self.fetching = True + for cell in self.cover_cells: + self.fetch_coverart(cell) + self.fetching = False + + def fetch_coverart(self, cell): + """Queue cover art jsons from CAA server for each album in search + results. + """ + if cell.fetched: + return + if not cell.is_visible(): + return + cell.fetched = True + caa_path = "/release/%s" % cell.release["musicbrainz_albumid"] + cell.fetch_task = self.tagger.webservice.download( + CAA_HOST, + CAA_PORT, + caa_path, + partial(self._caa_json_downloaded, cell) + ) + + def _caa_json_downloaded(self, cover_cell, data, http, error): + """Handle json reply from CAA server. + If server replies without error, try to get small thumbnail of front + coverart of the release. + """ + if not self.table: + return + + cover_cell.fetch_task = None + + if error: + cover_cell.not_found() + return + + try: + caa_data = load_json(data) + except ValueError: + cover_cell.not_found() + return + + front = None + for image in caa_data["images"]: + if image["front"]: + front = image + break + + if front: + url = front["thumbnails"]["small"] + coverartimage = CaaThumbnailCoverArtImage(url=url) + cover_cell.fetch_task = self.tagger.webservice.download( + coverartimage.host, + coverartimage.port, + coverartimage.path, + partial(self._cover_downloaded, cover_cell), + ) + else: + cover_cell.not_found() + + def _cover_downloaded(self, cover_cell, data, http, error): + """Handle cover art query reply from CAA server. + If server returns the cover image successfully, update the cover art + cell of particular release. + + Args: + row -- Album's row in results table + """ + if not self.table: + return + + cover_cell.fetch_task = None + + if error: + cover_cell.not_found() + else: + pixmap = QtGui.QPixmap() + try: + pixmap.loadFromData(data) + cover_cell.set_pixmap(pixmap) + except Exception as e: + cover_cell.not_found() + log.error(e) + + def fetch_cleanup(self): + for cell in self.cover_cells: + if cell.fetch_task is not None: + log.debug("Removing cover art fetch task for %s", + cell.release['musicbrainz_albumid']) + self.tagger.webservice.remove_task(cell.fetch_task) + + def closeEvent(self, event): + if self.cover_cells: + self.fetch_cleanup() + super().closeEvent(event) + + def parse_releases(self, releases): + for node in releases: + release = Metadata() + release_to_metadata(node, release) + release['score'] = node['score'] + rg_node = node['release-group'] + release_group_to_metadata(rg_node, release) + if "media" in node: + media = node['media'] + release["format"] = media_formats_from_node(media) + release["tracks"] = node['track-count'] + countries = country_list_from_node(node) + if countries: + release["country"] = ", ".join(countries) + self.search_results.append(release) + + def display_results(self): + self.prepare_table() + self.cover_cells = [] + for row, release in enumerate(self.search_results): + self.table.insertRow(row) + self.set_table_item(row, 'name', release, "album") + self.set_table_item(row, 'artist', release, "albumartist") + self.set_table_item(row, 'format', release, "format") + self.set_table_item(row, 'tracks', release, "tracks", sort=BY_NUMBER) + self.set_table_item(row, 'date', release, "date") + self.set_table_item(row, 'country', release, "country") + self.set_table_item(row, 'labels', release, "label") + self.set_table_item(row, 'catnums', release, "catalognumber") + self.set_table_item(row, 'barcode', release, "barcode", sort=BY_NUMBER) + self.set_table_item(row, 'language', release, "~releaselanguage") + self.set_table_item(row, 'type', release, "releasetype") + self.set_table_item(row, 'status', release, "releasestatus") + self.set_table_item(row, 'score', release, "score", sort=BY_NUMBER) + self.cover_cells.append(CoverCell(self, release, row, 'cover', + on_show=self.fetch_coverart)) + self.show_table(sort_column='score') + + def accept_event(self, arg): + self.load_selection(arg) + + def load_selection(self, row): + release = self.search_results[row] + self.tagger.get_release_group_by_id( + release["musicbrainz_releasegroupid"]).loaded_albums.add( + release["musicbrainz_albumid"]) + album = self.tagger.load_album(release["musicbrainz_albumid"]) + if self.cluster: + files = self.tagger.get_files_from_objects([self.cluster]) + self.tagger.move_files_to_album(files, release["musicbrainz_albumid"], + album) diff -Nru picard-1.4.2/picard/ui/searchdialog/artist.py picard-2.0.0/picard/ui/searchdialog/artist.py --- picard-1.4.2/picard/ui/searchdialog/artist.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/searchdialog/artist.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,107 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2016 Rahul Raturi +# Copyright (C) 2018 Laurent Monin +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from PyQt5 import QtCore +from picard import config +from picard.mbjson import artist_to_metadata +from picard.metadata import Metadata +from picard.const import QUERY_LIMIT +from picard.ui.searchdialog import SearchDialog, Retry, BY_NUMBER + + +class ArtistSearchDialog(SearchDialog): + + dialog_header_state = "artistsearchdialog_header_state" + + options = [ + config.Option("persist", dialog_header_state, QtCore.QByteArray()) + ] + + def __init__(self, parent): + super().__init__( + parent, + accept_button_title=_("Show in browser")) + self.setWindowTitle(_("Artist Search Dialog")) + self.columns = [ + ('name', _("Name")), + ('type', _("Type")), + ('gender', _("Gender")), + ('area', _("Area")), + ('begindate', _("Begin")), + ('beginarea', _("Begin Area")), + ('enddate', _("End")), + ('endarea', _("End Area")), + ('score', _("Score")), + ] + + def search(self, text): + self.retry_params = Retry(self.search, text) + self.search_box_text(text) + self.show_progress() + self.tagger.mb_api.find_artists(self.handle_reply, + query=text, + search=True, + limit=QUERY_LIMIT) + + def retry(self): + self.retry_params.function(self.retry_params.query) + + def handle_reply(self, document, http, error): + if error: + self.network_error(http, error) + return + + try: + artists = document['artists'] + except (KeyError, TypeError): + self.no_results() + return + + del self.search_results[:] + self.parse_artists(artists) + self.display_results() + + def parse_artists(self, artists): + for node in artists: + artist = Metadata() + artist_to_metadata(node, artist) + artist['score'] = node['score'] + self.search_results.append(artist) + + def display_results(self): + self.prepare_table() + for row, artist in enumerate(self.search_results): + self.table.insertRow(row) + self.set_table_item(row, 'name', artist, "name") + self.set_table_item(row, 'type', artist, "type") + self.set_table_item(row, 'gender', artist, "gender") + self.set_table_item(row, 'area', artist, "area") + self.set_table_item(row, 'begindate', artist, "begindate") + self.set_table_item(row, 'beginarea', artist, "beginarea") + self.set_table_item(row, 'enddate', artist, "enddate") + self.set_table_item(row, 'endarea', artist, "endarea") + self.set_table_item(row, 'score', artist, "score", sort=BY_NUMBER) + self.show_table(sort_column='score') + + def accept_event(self, row): + self.load_in_browser(row) + + def load_in_browser(self, row): + self.tagger.search(self.search_results[row]["musicbrainz_artistid"], "artist") diff -Nru picard-1.4.2/picard/ui/searchdialog/__init__.py picard-2.0.0/picard/ui/searchdialog/__init__.py --- picard-1.4.2/picard/ui/searchdialog/__init__.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/searchdialog/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,374 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2016 Rahul Raturi +# Copyright (C) 2018 Laurent Monin +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from PyQt5 import QtGui, QtCore, QtNetwork, QtWidgets +from PyQt5.QtCore import pyqtSignal +from collections import namedtuple, OrderedDict +from picard import config, log +from picard.ui import PicardDialog +from picard.ui.util import StandardButton, ButtonLineEdit +from picard.util import icontheme, throttle, restore_method + + +class ResultTable(QtWidgets.QTableWidget): + + def __init__(self, parent, column_titles): + super().__init__(0, len(column_titles), parent) + self.setHorizontalHeaderLabels(column_titles) + self.setSelectionMode( + QtWidgets.QAbstractItemView.SingleSelection) + self.setSelectionBehavior( + QtWidgets.QAbstractItemView.SelectRows) + self.setEditTriggers( + QtWidgets.QAbstractItemView.NoEditTriggers) + self.horizontalHeader().setStretchLastSection(True) + self.horizontalHeader().setSectionResizeMode( + QtWidgets.QHeaderView.Stretch) + self.horizontalHeader().setSectionResizeMode( + QtWidgets.QHeaderView.Interactive) + #only emit scrolled signal once per second + @throttle(1000) + def emit_scrolled(x): + parent.scrolled.emit() + self.horizontalScrollBar().valueChanged.connect(emit_scrolled) + self.verticalScrollBar().valueChanged.connect(emit_scrolled) + self.setHorizontalScrollMode(QtWidgets.QAbstractItemView.ScrollPerPixel) + + +class SearchBox(QtWidgets.QWidget): + + def __init__(self, parent): + super().__init__(parent) + self.search_action = QtWidgets.QAction(icontheme.lookup('system-search'), + _("Search"), self) + self.search_action.setEnabled(False) + self.search_action.triggered.connect(self.search) + self.setupUi() + + def focus_in_event(self, event): + # When focus is on search edit box (ButtonLineEdit), need to disable + # dialog's accept button. This would avoid closing of dialog when user + # hits enter. + parent = self.parent() + if parent.table: + parent.table.clearSelection() + parent.accept_button.setEnabled(False) + + def setupUi(self): + self.layout = QtWidgets.QVBoxLayout(self) + self.search_row_widget = QtWidgets.QWidget(self) + self.search_row_layout = QtWidgets.QHBoxLayout(self.search_row_widget) + self.search_row_layout.setContentsMargins(1, 1, 1, 1) + self.search_row_layout.setSpacing(1) + self.search_edit = ButtonLineEdit(self.search_row_widget) + self.search_edit.returnPressed.connect(self.trigger_search_action) + self.search_edit.textChanged.connect(self.enable_search) + self.search_edit.setFocusPolicy(QtCore.Qt.StrongFocus) + self.search_edit.focusInEvent = self.focus_in_event + self.search_row_layout.addWidget(self.search_edit) + self.search_button = QtWidgets.QToolButton(self.search_row_widget) + self.search_button.setAutoRaise(True) + self.search_button.setDefaultAction(self.search_action) + self.search_button.setIconSize(QtCore.QSize(22, 22)) + self.search_row_layout.addWidget(self.search_button) + self.search_row_widget.setLayout(self.search_row_layout) + self.layout.addWidget(self.search_row_widget) + self.adv_opt_row_widget = QtWidgets.QWidget(self) + self.adv_opt_row_layout = QtWidgets.QHBoxLayout(self.adv_opt_row_widget) + self.adv_opt_row_layout.setAlignment(QtCore.Qt.AlignLeft) + self.adv_opt_row_layout.setContentsMargins(1, 1, 1, 1) + self.adv_opt_row_layout.setSpacing(1) + self.use_adv_search_syntax = QtWidgets.QCheckBox(self.adv_opt_row_widget) + self.use_adv_search_syntax.setText(_("Use advanced query syntax")) + self.use_adv_search_syntax.stateChanged.connect(self.update_advanced_syntax_setting) + self.adv_opt_row_layout.addWidget(self.use_adv_search_syntax) + self.adv_syntax_help = QtWidgets.QLabel(self.adv_opt_row_widget) + self.adv_syntax_help.setOpenExternalLinks(True) + self.adv_syntax_help.setText(_( + " (" + "Syntax Help)")) + self.adv_opt_row_layout.addWidget(self.adv_syntax_help) + self.adv_opt_row_widget.setLayout(self.adv_opt_row_layout) + self.layout.addWidget(self.adv_opt_row_widget) + self.layout.setContentsMargins(1, 1, 1, 1) + self.layout.setSpacing(1) + self.setMaximumHeight(60) + + def search(self): + self.parent().search(self.search_edit.text()) + + def restore_checkbox_state(self): + self.use_adv_search_syntax.setChecked(config.setting["use_adv_search_syntax"]) + + def update_advanced_syntax_setting(self): + config.setting["use_adv_search_syntax"] = self.use_adv_search_syntax.isChecked() + + def enable_search(self): + if self.search_edit.text(): + self.search_action.setEnabled(True) + else: + self.search_action.setEnabled(False) + + def trigger_search_action(self): + if self.search_action.isEnabled(): + self.search_action.trigger() + + +Retry = namedtuple("Retry", ["function", "query"]) + + +BY_NUMBER, BY_DURATION = range(2) + + +class SortableTableWidgetItem(QtWidgets.QTableWidgetItem): + + def __init__(self, sort_key): + super().__init__() + self.sort_key = sort_key + + def __lt__(self, other): + return self.sort_key < other.sort_key + + +def to_seconds(timestr): + if not timestr: + return 0 + seconds = 0 + for part in timestr.split(':'): + seconds = seconds * 60 + int(part) + return seconds + + +class SearchDialog(PicardDialog): + + defaultsize = QtCore.QSize(720, 360) + autorestore = False + scrolled = pyqtSignal() + + def __init__(self, parent, accept_button_title, show_search=True): + super().__init__(parent) + self.search_results = [] + self.table = None + self.show_search = show_search + self.search_box = None + self.setupUi(accept_button_title) + self.restore_state() + # self.columns has to be an ordered dict, with column name as keys, and + # matching label as values + self.columns = None + self.sorting_enabled = True + self.finished.connect(self.save_state) + + @property + def columns(self): + return self.__columns + + @columns.setter + def columns(self, list_of_tuples): + if not list_of_tuples: + list_of_tuples = [] + self.__columns = OrderedDict(list_of_tuples) + self.__colkeys = list(self.columns.keys()) + + @property + def table_headers(self): + return list(self.columns.values()) + + def colpos(self, colname): + return self.__colkeys.index(colname) + + def set_table_item(self, row, colname, obj, key, default="", sort=None): + # QVariant remembers the original type of the data + # matching comparison operator will be used when sorting + # get() will return a string, force conversion if asked to + value = obj.get(key, default) + if sort == BY_DURATION: + item = SortableTableWidgetItem(to_seconds(value)) + elif sort == BY_NUMBER: + try: + sortkey = float(value) + except ValueError: + sortkey = 0.0 + item = SortableTableWidgetItem(sortkey) + else: + item = QtWidgets.QTableWidgetItem() + item.setData(QtCore.Qt.DisplayRole, value) + pos = self.colpos(colname) + if pos == 0: + item.setData(QtCore.Qt.UserRole, row) + self.table.setItem(row, pos, item) + + def setupUi(self, accept_button_title): + self.verticalLayout = QtWidgets.QVBoxLayout(self) + self.verticalLayout.setObjectName("vertical_layout") + if self.show_search: + self.search_box = SearchBox(self) + self.search_box.setObjectName("search_box") + self.verticalLayout.addWidget(self.search_box) + self.center_widget = QtWidgets.QWidget(self) + self.center_widget.setObjectName("center_widget") + self.center_layout = QtWidgets.QVBoxLayout(self.center_widget) + self.center_layout.setObjectName("center_layout") + self.center_layout.setContentsMargins(1, 1, 1, 1) + self.center_widget.setLayout(self.center_layout) + self.verticalLayout.addWidget(self.center_widget) + self.buttonBox = QtWidgets.QDialogButtonBox(self) + self.accept_button = QtWidgets.QPushButton( + accept_button_title, + self.buttonBox) + self.accept_button.setEnabled(False) + self.buttonBox.addButton( + self.accept_button, + QtWidgets.QDialogButtonBox.AcceptRole) + self.buttonBox.addButton( + StandardButton(StandardButton.CANCEL), + QtWidgets.QDialogButtonBox.RejectRole) + self.buttonBox.accepted.connect(self.accept) + self.buttonBox.rejected.connect(self.reject) + self.verticalLayout.addWidget(self.buttonBox) + + def add_widget_to_center_layout(self, widget): + """Update center widget with new child. If child widget exists, + schedule it for deletion.""" + wid = self.center_layout.takeAt(0) + if wid: + if wid.widget().objectName() == "results_table": + self.table = None + wid.widget().deleteLater() + self.center_layout.addWidget(widget) + + def show_progress(self): + self.progress_widget = QtWidgets.QWidget(self) + self.progress_widget.setObjectName("progress_widget") + layout = QtWidgets.QVBoxLayout(self.progress_widget) + text_label = QtWidgets.QLabel(_('Loading...'), self.progress_widget) + text_label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignBottom) + gif_label = QtWidgets.QLabel(self.progress_widget) + movie = QtGui.QMovie(":/images/loader.gif") + gif_label.setMovie(movie) + movie.start() + gif_label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignTop) + layout.addWidget(text_label) + layout.addWidget(gif_label) + layout.setContentsMargins(1, 1, 1, 1) + self.progress_widget.setLayout(layout) + self.add_widget_to_center_layout(self.progress_widget) + + def show_error(self, error, show_retry_button=False): + """Display the error string. + + Args: + error -- Error string + show_retry_button -- Whether to display retry button or not + """ + self.error_widget = QtWidgets.QWidget(self) + self.error_widget.setObjectName("error_widget") + layout = QtWidgets.QVBoxLayout(self.error_widget) + error_label = QtWidgets.QLabel(error, self.error_widget) + error_label.setWordWrap(True) + error_label.setAlignment(QtCore.Qt.AlignCenter) + error_label.setTextInteractionFlags(QtCore.Qt.TextSelectableByMouse) + layout.addWidget(error_label) + if show_retry_button: + retry_widget = QtWidgets.QWidget(self.error_widget) + retry_layout = QtWidgets.QHBoxLayout(retry_widget) + retry_button = QtWidgets.QPushButton(_("Retry"), self.error_widget) + retry_button.clicked.connect(self.retry) + retry_button.setSizePolicy(QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Maximum, QtWidgets.QSizePolicy.Fixed)) + retry_layout.addWidget(retry_button) + retry_layout.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignTop) + retry_widget.setLayout(retry_layout) + layout.addWidget(retry_widget) + self.error_widget.setLayout(layout) + self.add_widget_to_center_layout(self.error_widget) + + def prepare_table(self): + self.table = ResultTable(self, self.table_headers) + self.table.verticalHeader().setDefaultSectionSize(100) + self.table.setSortingEnabled(False) + self.table.setObjectName("results_table") + self.table.cellDoubleClicked.connect(self.accept) + self.restore_table_header_state() + self.add_widget_to_center_layout(self.table) + + def enable_accept_button(): + self.accept_button.setEnabled(True) + self.table.itemSelectionChanged.connect( + enable_accept_button) + + def show_table(self, sort_column=None, sort_order=QtCore.Qt.DescendingOrder): + self.table.horizontalHeader().setSortIndicatorShown(self.sorting_enabled) + self.table.setSortingEnabled(self.sorting_enabled) + if self.sorting_enabled and sort_column: + self.table.sortItems(self.colpos(sort_column), sort_order) + + self.table.resizeColumnsToContents() + self.table.resizeRowsToContents() + self.table.setAlternatingRowColors(True) + + def network_error(self, reply, error): + error_msg = _("Following error occurred while fetching results:

" + "Network request error for %s:
%s (QT code %d, HTTP code %s)
") % ( + reply.request().url().toString(QtCore.QUrl.RemoveUserInfo), + reply.errorString(), + error, + repr(reply.attribute( + QtNetwork.QNetworkRequest.HttpStatusCodeAttribute)) + ) + self.show_error(error_msg, show_retry_button=True) + + def no_results_found(self): + error_msg = _("No results found. Please try a different search query.") + self.show_error(error_msg) + + def accept(self): + if self.table: + idx = self.table.selectionModel().selectedRows()[0] + row = self.table.itemFromIndex(idx).data(QtCore.Qt.UserRole) + self.accept_event(row) + super().accept() + + @restore_method + def restore_state(self): + self.restore_geometry() + if self.show_search: + self.search_box.restore_checkbox_state() + + @restore_method + def restore_table_header_state(self): + header = self.table.horizontalHeader() + state = config.persist[self.dialog_header_state] + if state: + header.restoreState(state) + header.setSectionResizeMode(QtWidgets.QHeaderView.Interactive) + log.debug("restore_state: %s" % self.dialog_header_state) + + def save_state(self): + if self.table: + self.save_table_header_state() + + def save_table_header_state(self): + state = self.table.horizontalHeader().saveState() + config.persist[self.dialog_header_state] = state + log.debug("save_state: %s" % self.dialog_header_state) + + def search_box_text(self, text): + if self.search_box: + self.search_box.search_edit.setText(text) diff -Nru picard-1.4.2/picard/ui/searchdialog/track.py picard-2.0.0/picard/ui/searchdialog/track.py --- picard-1.4.2/picard/ui/searchdialog/track.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/ui/searchdialog/track.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,206 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2016 Rahul Raturi +# Copyright (C) 2018 Laurent Monin +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +from PyQt5 import QtCore +from operator import itemgetter +from picard import config +from picard.file import File +from picard.mbjson import ( + recording_to_metadata, + release_to_metadata, + release_group_to_metadata, + country_list_from_node +) +from picard.metadata import Metadata +from picard.webservice.api_helpers import escape_lucene_query +from picard.track import Track +from picard.const import QUERY_LIMIT +from picard.ui.searchdialog import SearchDialog, Retry, BY_DURATION, BY_NUMBER + + +class TrackSearchDialog(SearchDialog): + + dialog_header_state = "tracksearchdialog_header_state" + + options = [ + config.Option("persist", dialog_header_state, QtCore.QByteArray()) + ] + + def __init__(self, parent): + super().__init__( + parent, + accept_button_title=_("Load into Picard")) + self.file_ = None + self.setWindowTitle(_("Track Search Results")) + self.columns = [ + ('name', _("Name")), + ('length', _("Length")), + ('artist', _("Artist")), + ('release', _("Release")), + ('date', _("Date")), + ('country', _("Country")), + ('type', _("Type")), + ('score', _("Score")), + ] + + def search(self, text): + """Perform search using query provided by the user.""" + self.retry_params = Retry(self.search, text) + self.search_box_text(text) + self.show_progress() + self.tagger.mb_api.find_tracks(self.handle_reply, + query=text, + search=True, + limit=QUERY_LIMIT) + + def load_similar_tracks(self, file_): + """Perform search using existing metadata information + from the file as query.""" + self.retry_params = Retry(self.load_similar_tracks, file_) + self.file_ = file_ + metadata = file_.orig_metadata + query = { + 'track': metadata['title'], + 'artist': metadata['artist'], + 'release': metadata['album'], + 'tnum': metadata['tracknumber'], + 'tracks': metadata['totaltracks'], + 'qdur': string_(metadata.length // 2000), + 'isrc': metadata['isrc'], + } + + # Generate query to be displayed to the user (in search box). + # If advanced query syntax setting is enabled by user, display query in + # advanced syntax style. Otherwise display only track title. + if config.setting["use_adv_search_syntax"]: + query_str = ' '.join(['%s:(%s)' % (item, escape_lucene_query(value)) + for item, value in query.items() if value]) + else: + query_str = query["track"] + + query["limit"] = QUERY_LIMIT + self.search_box_text(query_str) + self.show_progress() + self.tagger.mb_api.find_tracks( + self.handle_reply, + **query) + + def retry(self): + self.retry_params.function(self.retry_params.query) + + def handle_reply(self, document, http, error): + if error: + self.network_error(http, error) + return + + try: + tracks = document['recordings'] + except (KeyError, TypeError): + self.no_results_found() + return + + if self.file_: + sorted_results = sorted( + (self.file_.orig_metadata.compare_to_track( + track, + File.comparison_weights) + for track in tracks), + reverse=True, + key=itemgetter(0)) + tracks = [item[3] for item in sorted_results] + + del self.search_results[:] # Clear existing data + self.parse_tracks(tracks) + self.display_results() + + def display_results(self): + self.prepare_table() + for row, obj in enumerate(self.search_results): + track = obj[0] + self.table.insertRow(row) + self.set_table_item(row, 'name', track, "title") + self.set_table_item(row, 'length', track, "~length", sort=BY_DURATION) + self.set_table_item(row, 'artist', track, "artist") + self.set_table_item(row, 'release', track, "album") + self.set_table_item(row, 'date', track, "date") + self.set_table_item(row, 'country', track, "country") + self.set_table_item(row, 'type', track, "releasetype") + self.set_table_item(row, 'score', track, "score", sort=BY_NUMBER) + self.show_table(sort_column='score') + + def parse_tracks(self, tracks): + for node in tracks: + if "releases" in node: + for rel_node in node['releases']: + track = Metadata() + recording_to_metadata(node, track) + track['score'] = node['score'] + release_to_metadata(rel_node, track) + rg_node = rel_node['release-group'] + release_group_to_metadata(rg_node, track) + countries = country_list_from_node(rel_node) + if countries: + track["country"] = ", ".join(countries) + self.search_results.append((track, node)) + else: + # This handles the case when no release is associated with a track + # i.e. the track is an NAT + track = Metadata() + recording_to_metadata(node, track) + track['score'] = node['score'] + track["album"] = _("Standalone Recording") + self.search_results.append((track, node)) + + def accept_event(self, arg): + self.load_selection(arg) + + def load_selection(self, row): + """Load the album corresponding to the selected track. + If the search is performed for a file, also associate the file to + corresponding track in the album. + """ + + track, node = self.search_results[row] + if track.get("musicbrainz_albumid"): + # The track is not an NAT + self.tagger.get_release_group_by_id(track["musicbrainz_releasegroupid"]).loaded_albums.add( + track["musicbrainz_albumid"]) + if self.file_: + # Search is performed for a file. + # Have to move that file from its existing album to the new one. + if isinstance(self.file_.parent, Track): + album = self.file_.parent.album + self.tagger.move_file_to_track(self.file_, track["musicbrainz_albumid"], track["musicbrainz_recordingid"]) + if album._files == 0: + # Remove album if it has no more files associated + self.tagger.remove_album(album) + else: + self.tagger.move_file_to_track(self.file_, track["musicbrainz_albumid"], track["musicbrainz_recordingid"]) + else: + # No files associated. Just a normal search. + self.tagger.load_album(track["musicbrainz_albumid"]) + else: + if self.file_: + album = self.file_.parent.album + self.tagger.move_file_to_nat(track["musicbrainz_recordingid"]) + if album._files == 0: + self.tagger.remove_album(album) + else: + self.tagger.load_nat(track["musicbrainz_recordingid"], node) diff -Nru picard-1.4.2/picard/ui/searchdialog.py picard-2.0.0/picard/ui/searchdialog.py --- picard-1.4.2/picard/ui/searchdialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/searchdialog.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,823 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2016 Rahul Raturi -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -import json -from PyQt4 import QtGui, QtCore, QtNetwork -from operator import itemgetter -from functools import partial -from collections import namedtuple -from picard import config -from picard.file import File -from picard.ui import PicardDialog -from picard.ui.util import StandardButton, ButtonLineEdit -from picard.util import format_time, icontheme -from picard.mbxml import ( - artist_to_metadata, - recording_to_metadata, - release_to_metadata, - release_group_to_metadata, - media_formats_from_node, - country_list_from_node -) -from picard.i18n import ugettext_attr -from picard.metadata import Metadata -from picard.webservice import escape_lucene_query -from picard.track import Track -from picard.const import CAA_HOST, CAA_PORT, QUERY_LIMIT -from picard.coverart.image import CaaThumbnailCoverArtImage - - -class ResultTable(QtGui.QTableWidget): - - def __init__(self, parent, column_titles): - QtGui.QTableWidget.__init__(self, 0, len(column_titles)) - self.parent = parent - self.setHorizontalHeaderLabels(column_titles) - self.setSelectionMode( - QtGui.QAbstractItemView.SingleSelection) - self.setSelectionBehavior( - QtGui.QAbstractItemView.SelectRows) - self.setEditTriggers( - QtGui.QAbstractItemView.NoEditTriggers) - self.horizontalHeader().setStretchLastSection(True) - self.horizontalHeader().setResizeMode( - QtGui.QHeaderView.Stretch) - self.horizontalHeader().setResizeMode( - QtGui.QHeaderView.Interactive) - - -class SearchBox(QtGui.QWidget): - - def __init__(self, parent): - self.parent = parent - QtGui.QWidget.__init__(self, parent) - self.search_action = QtGui.QAction(icontheme.lookup('system-search'), - _(u"Search"), self) - self.search_action.setEnabled(False) - self.search_action.triggered.connect(self.search) - self.setupUi() - - def focus_in_event(self, event): - # When focus is on search edit box (ButtonLineEdit), need to disable - # dialog's accept button. This would avoid closing of dialog when user - # hits enter. - if self.parent.table: - self.parent.table.clearSelection() - self.parent.accept_button.setEnabled(False) - - def setupUi(self): - self.layout = QtGui.QVBoxLayout(self) - self.search_row_widget = QtGui.QWidget(self) - self.search_row_layout = QtGui.QHBoxLayout(self.search_row_widget) - self.search_row_layout.setContentsMargins(1, 1, 1, 1) - self.search_row_layout.setSpacing(1) - self.search_edit = ButtonLineEdit(self.search_row_widget) - self.search_edit.returnPressed.connect(self.trigger_search_action) - self.search_edit.textChanged.connect(self.enable_search) - self.search_edit.setFocusPolicy(QtCore.Qt.StrongFocus) - self.search_edit.focusInEvent = self.focus_in_event - self.search_row_layout.addWidget(self.search_edit) - self.search_button = QtGui.QToolButton(self.search_row_widget) - self.search_button.setAutoRaise(True) - self.search_button.setDefaultAction(self.search_action) - self.search_button.setIconSize(QtCore.QSize(22, 22)) - self.search_row_layout.addWidget(self.search_button) - self.search_row_widget.setLayout(self.search_row_layout) - self.layout.addWidget(self.search_row_widget) - self.adv_opt_row_widget = QtGui.QWidget(self) - self.adv_opt_row_layout = QtGui.QHBoxLayout(self.adv_opt_row_widget) - self.adv_opt_row_layout.setAlignment(QtCore.Qt.AlignLeft) - self.adv_opt_row_layout.setContentsMargins(1, 1, 1, 1) - self.adv_opt_row_layout.setSpacing(1) - self.use_adv_search_syntax = QtGui.QCheckBox(self.adv_opt_row_widget) - self.use_adv_search_syntax.setText(_("Use advanced query syntax")) - self.use_adv_search_syntax.stateChanged.connect(self.update_advanced_syntax_setting) - self.adv_opt_row_layout.addWidget(self.use_adv_search_syntax) - self.adv_syntax_help = QtGui.QLabel(self.adv_opt_row_widget) - self.adv_syntax_help.setOpenExternalLinks(True) - self.adv_syntax_help.setText(_( - " (" - "Syntax Help)")) - self.adv_opt_row_layout.addWidget(self.adv_syntax_help) - self.adv_opt_row_widget.setLayout(self.adv_opt_row_layout) - self.layout.addWidget(self.adv_opt_row_widget) - self.layout.setContentsMargins(1, 1, 1, 1) - self.layout.setSpacing(1) - self.setMaximumHeight(60) - - def search(self): - self.parent.search(self.search_edit.text()) - - def restore_checkbox_state(self): - self.use_adv_search_syntax.setChecked(config.setting["use_adv_search_syntax"]) - - def update_advanced_syntax_setting(self): - config.setting["use_adv_search_syntax"] = self.use_adv_search_syntax.isChecked() - - def enable_search(self): - if self.search_edit.text(): - self.search_action.setEnabled(True) - else: - self.search_action.setEnabled(False) - - def trigger_search_action(self): - if self.search_action.isEnabled(): - self.search_action.trigger() - - -class CoverArt(QtGui.QWidget): - - def __init__(self, parent): - QtGui.QWidget.__init__(self, parent) - self.layout = QtGui.QVBoxLayout(self) - self.loading_gif_label = QtGui.QLabel(self) - self.loading_gif_label.setAlignment(QtCore.Qt.AlignCenter) - loading_gif = QtGui.QMovie(":/images/loader.gif") - self.loading_gif_label.setMovie(loading_gif) - loading_gif.start() - self.layout.addWidget(self.loading_gif_label) - - def update(self, pixmap): - wid = self.layout.takeAt(0) - if wid: - wid.widget().deleteLater() - cover_label = QtGui.QLabel(self) - cover_label.setPixmap(pixmap.scaled(100, - 100, - QtCore.Qt.KeepAspectRatio, - QtCore.Qt.SmoothTransformation) - ) - self.layout.addWidget(cover_label) - - def not_found(self): - """Update the widget with a blank image.""" - shadow = QtGui.QPixmap(":/images/CoverArtShadow.png") - self.update(shadow) - - -Retry = namedtuple("Retry", ["function", "query"]) - - -class SearchDialog(PicardDialog): - - def __init__(self, parent, accept_button_title): - PicardDialog.__init__(self, parent) - self.search_results = [] - self.table = None - self.setupUi(accept_button_title) - self.restore_state() - - def setupUi(self, accept_button_title): - self.verticalLayout = QtGui.QVBoxLayout(self) - self.verticalLayout.setObjectName("vertical_layout") - self.search_box = SearchBox(self) - self.search_box.setObjectName("search_box") - self.verticalLayout.addWidget(self.search_box) - self.center_widget = QtGui.QWidget(self) - self.center_widget.setObjectName("center_widget") - self.center_layout = QtGui.QVBoxLayout(self.center_widget) - self.center_layout.setObjectName("center_layout") - self.center_layout.setContentsMargins(1, 1, 1, 1) - self.center_widget.setLayout(self.center_layout) - self.verticalLayout.addWidget(self.center_widget) - self.buttonBox = QtGui.QDialogButtonBox(self) - self.accept_button = QtGui.QPushButton( - accept_button_title, - self.buttonBox) - self.accept_button.setEnabled(False) - self.buttonBox.addButton( - self.accept_button, - QtGui.QDialogButtonBox.AcceptRole) - self.buttonBox.addButton( - StandardButton(StandardButton.CANCEL), - QtGui.QDialogButtonBox.RejectRole) - self.buttonBox.accepted.connect(self.accept) - self.buttonBox.rejected.connect(self.reject) - self.verticalLayout.addWidget(self.buttonBox) - - def add_widget_to_center_layout(self, widget): - """Update center widget with new child. If child widget exists, - schedule it for deletion.""" - wid = self.center_layout.takeAt(0) - if wid: - if wid.widget().objectName() == "results_table": - self.table = None - wid.widget().deleteLater() - self.center_layout.addWidget(widget) - - def show_progress(self): - self.progress_widget = QtGui.QWidget(self) - self.progress_widget.setObjectName("progress_widget") - layout = QtGui.QVBoxLayout(self.progress_widget) - text_label = QtGui.QLabel(_('Loading...'), self.progress_widget) - text_label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignBottom) - gif_label = QtGui.QLabel(self.progress_widget) - movie = QtGui.QMovie(":/images/loader.gif") - gif_label.setMovie(movie) - movie.start() - gif_label.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignTop) - layout.addWidget(text_label) - layout.addWidget(gif_label) - layout.setContentsMargins(1, 1, 1, 1) - self.progress_widget.setLayout(layout) - self.add_widget_to_center_layout(self.progress_widget) - - def show_error(self, error, show_retry_button=False): - """Display the error string. - - Args: - error -- Error string - show_retry_button -- Whether to display retry button or not - """ - self.error_widget = QtGui.QWidget(self) - self.error_widget.setObjectName("error_widget") - layout = QtGui.QVBoxLayout(self.error_widget) - error_label = QtGui.QLabel(error, self.error_widget) - error_label.setWordWrap(True) - error_label.setAlignment(QtCore.Qt.AlignCenter) - error_label.setTextInteractionFlags(QtCore.Qt.TextSelectableByMouse) - layout.addWidget(error_label) - if show_retry_button: - retry_widget = QtGui.QWidget(self.error_widget) - retry_layout = QtGui.QHBoxLayout(retry_widget) - retry_button = QtGui.QPushButton(_("Retry"), self.error_widget) - retry_button.clicked.connect(self.retry) - retry_button.setSizePolicy(QtGui.QSizePolicy(QtGui.QSizePolicy.Maximum, QtGui.QSizePolicy.Fixed)) - retry_layout.addWidget(retry_button) - retry_layout.setAlignment(QtCore.Qt.AlignHCenter | QtCore.Qt.AlignTop) - retry_widget.setLayout(retry_layout) - layout.addWidget(retry_widget) - self.error_widget.setLayout(layout) - self.add_widget_to_center_layout(self.error_widget) - - def show_table(self, column_headers): - self.table = ResultTable(self, self.table_headers) - self.table.setObjectName("results_table") - self.table.cellDoubleClicked.connect(self.accept) - self.table.horizontalHeader().sectionResized.connect( - self.save_table_header_state) - self.restore_table_header_state() - self.add_widget_to_center_layout(self.table) - def enable_accept_button(): - self.accept_button.setEnabled(True) - self.table.itemSelectionChanged.connect( - enable_accept_button) - - def network_error(self, reply, error): - error_msg = _("Following error occurred while fetching results:

" - "Network request error for %s:
%s (QT code %d, HTTP code %s)
") % ( - reply.request().url().toString(QtCore.QUrl.RemoveUserInfo), - reply.errorString(), - error, - repr(reply.attribute(QtNetwork.QNetworkRequest.HttpStatusCodeAttribute)) - ) - self.show_error(error_msg, show_retry_button=True) - - def no_results_found(self): - error_msg = _("No results found. Please try a different search query.") - self.show_error(error_msg) - - def accept(self): - if self.table: - row = self.table.selectionModel().selectedRows()[0].row() - self.accept_event(row) - self.save_state() - QtGui.QDialog.accept(self) - - def reject(self): - self.save_state() - QtGui.QDialog.reject(self) - - - -class TrackSearchDialog(SearchDialog): - - options = [ - config.Option("persist", "tracksearchdialog_window_size", QtCore.QSize(720, 360)), - config.Option("persist", "tracksearchdialog_header_state", QtCore.QByteArray()) - ] - - - def __init__(self, parent): - super(TrackSearchDialog, self).__init__( - parent, - accept_button_title=_("Load into Picard")) - self.file_ = None - self.setWindowTitle(_("Track Search Results")) - self.table_headers = [ - _("Name"), - _("Length"), - _("Artist"), - _("Release"), - _("Date"), - _("Country"), - _("Type") - ] - - def search(self, text): - """Perform search using query provided by the user.""" - self.retry_params = Retry(self.search, text) - self.search_box.search_edit.setText(text) - self.show_progress() - self.tagger.xmlws.find_tracks(self.handle_reply, - query=text, - search=True, - limit=QUERY_LIMIT) - - def load_similar_tracks(self, file_): - """Perform search using existing metadata information - from the file as query.""" - self.retry_params = Retry(self.load_similar_tracks, file_) - self.file_ = file_ - metadata = file_.orig_metadata - query = { - 'track': metadata['title'], - 'artist': metadata['artist'], - 'release': metadata['album'], - 'tnum': metadata['tracknumber'], - 'tracks': metadata['totaltracks'], - 'qdur': str(metadata.length / 2000), - 'isrc': metadata['isrc'], - } - - # Generate query to be displayed to the user (in search box). - # If advanced query syntax setting is enabled by user, display query in - # advanced syntax style. Otherwise display only track title. - if config.setting["use_adv_search_syntax"]: - query_str = ' '.join(['%s:(%s)' % (item, escape_lucene_query(value)) - for item, value in query.iteritems() if value]) - else: - query_str = query["track"] - - query["limit"] = QUERY_LIMIT - self.search_box.search_edit.setText(query_str) - self.show_progress() - self.tagger.xmlws.find_tracks( - self.handle_reply, - **query) - - def retry(self): - self.retry_params.function(self.retry_params.query) - - def handle_reply(self, document, http, error): - if error: - self.network_error(http, error) - return - - try: - tracks = document.metadata[0].recording_list[0].recording - except (AttributeError, IndexError): - self.no_results_found() - return - - if self.file_: - sorted_results = sorted( - (self.file_.orig_metadata.compare_to_track( - track, - File.comparison_weights) - for track in tracks), - reverse=True, - key=itemgetter(0)) - tracks = [item[3] for item in sorted_results] - - del self.search_results[:] # Clear existing data - self.parse_tracks_from_xml(tracks) - self.display_results() - - def display_results(self): - self.show_table(self.table_headers) - for row, obj in enumerate(self.search_results): - track = obj[0] - table_item = QtGui.QTableWidgetItem - self.table.insertRow(row) - self.table.setItem(row, 0, table_item(track.get("title", ""))) - self.table.setItem(row, 1, table_item(track.get("~length", ""))) - self.table.setItem(row, 2, table_item(track.get("artist", ""))) - self.table.setItem(row, 3, table_item(track.get("album", ""))) - self.table.setItem(row, 4, table_item(track.get("date", ""))) - self.table.setItem(row, 5, table_item(track.get("country", ""))) - self.table.setItem(row, 6, table_item(track.get("releasetype", ""))) - - def parse_tracks_from_xml(self, tracks_xml): - for node in tracks_xml: - if "release_list" in node.children and "release" in node.release_list[0].children: - for rel_node in node.release_list[0].release: - track = Metadata() - recording_to_metadata(node, track) - release_to_metadata(rel_node, track) - rg_node = rel_node.release_group[0] - release_group_to_metadata(rg_node, track) - countries = country_list_from_node(rel_node) - if countries: - track["country"] = ", ".join(countries) - self.search_results.append((track, node)) - else: - # This handles the case when no release is associated with a track - # i.e. the track is an NAT - track = Metadata() - recording_to_metadata(node, track) - track["album"] = _("Standalone Recording") - self.search_results.append((track, node)) - - def accept_event(self, arg): - self.load_selection(arg) - - def load_selection(self, row): - """Load the album corresponding to the selected track. - If the search is performed for a file, also associate the file to - corresponding track in the album. - """ - - track, node = self.search_results[row] - if track.get("musicbrainz_albumid"): - # The track is not an NAT - self.tagger.get_release_group_by_id(track["musicbrainz_releasegroupid"]).loaded_albums.add( - track["musicbrainz_albumid"]) - if self.file_: - # Search is performed for a file. - # Have to move that file from its existing album to the new one. - if isinstance(self.file_.parent, Track): - album = self.file_.parent.album - self.tagger.move_file_to_track(self.file_, track["musicbrainz_albumid"], track["musicbrainz_recordingid"]) - if album._files == 0: - # Remove album if it has no more files associated - self.tagger.remove_album(album) - else: - self.tagger.move_file_to_track(self.file_, track["musicbrainz_albumid"], track["musicbrainz_recordingid"]) - else: - # No files associated. Just a normal search. - self.tagger.load_album(track["musicbrainz_albumid"]) - else: - if self.file_: - album = self.file_.parent.album - self.tagger.move_file_to_nat(track["musicbrainz_recordingid"]) - if album._files == 0: - self.tagger.remove_album(album) - else: - self.tagger.load_nat(track["musicbrainz_recordingid"], node) - - def restore_state(self): - size = config.persist["tracksearchdialog_window_size"] - if size: - self.resize(size) - self.search_box.restore_checkbox_state() - - def restore_table_header_state(self): - header = self.table.horizontalHeader() - state = config.persist["tracksearchdialog_header_state"] - if state: - header.restoreState(state) - header.setResizeMode(QtGui.QHeaderView.Interactive) - - def save_state(self): - if self.table: - self.save_table_header_state() - config.persist["tracksearchdialog_window_size"] = self.size() - - def save_table_header_state(self): - state = self.table.horizontalHeader().saveState() - config.persist["tracksearchdialog_header_state"] = state - - -class AlbumSearchDialog(SearchDialog): - - options = [ - config.Option("persist", "albumsearchdialog_window_size", QtCore.QSize(720, 360)), - config.Option("persist", "albumsearchdialog_header_state", QtCore.QByteArray()) - ] - - def __init__(self, parent): - super(AlbumSearchDialog, self).__init__( - parent, - accept_button_title=_("Load into Picard")) - self.cluster = None - self.setWindowTitle(_("Album Search Results")) - self.table_headers = [ - _("Name"), - _("Artist"), - _("Format"), - _("Tracks"), - _("Date"), - _("Country"), - _("Labels"), - _("Catalog #s"), - _("Barcode"), - _("Language"), - _("Type"), - _("Status"), - _("Cover") - ] - - def search(self, text): - """Perform search using query provided by the user.""" - self.retry_params = Retry(self.search, text) - self.search_box.search_edit.setText(text) - self.show_progress() - self.tagger.xmlws.find_releases(self.handle_reply, - query=text, - search=True, - limit=QUERY_LIMIT) - - def show_similar_albums(self, cluster): - """Perform search by using existing metadata information - from the cluster as query.""" - self.retry_params = Retry(self.show_similar_albums, cluster) - self.cluster = cluster - metadata = cluster.metadata - query = { - "artist": metadata["albumartist"], - "release": metadata["album"], - "tracks": str(len(cluster.files)) - } - - # Generate query to be displayed to the user (in search box). - # If advanced query syntax setting is enabled by user, display query in - # advanced syntax style. Otherwise display only album title. - if config.setting["use_adv_search_syntax"]: - query_str = ' '.join(['%s:(%s)' % (item, escape_lucene_query(value)) - for item, value in query.iteritems() if value]) - else: - query_str = query["release"] - - query["limit"] = QUERY_LIMIT - self.search_box.search_edit.setText(query_str) - self.show_progress() - self.tagger.xmlws.find_releases( - self.handle_reply, - **query) - - def retry(self): - self.retry_params.function(self.retry_params.query) - - def handle_reply(self, document, http, error): - if error: - self.network_error(http, error) - return - - try: - releases = document.metadata[0].release_list[0].release - except (AttributeError, IndexError): - self.no_results_found() - return - - del self.search_results[:] - self.parse_releases_from_xml(releases) - self.display_results() - self.fetch_coverarts() - - def fetch_coverarts(self): - """Queue cover art jsons from CAA server for each album in search - results. - """ - for row, release in enumerate(self.search_results): - caa_path = "/release/%s" % release["musicbrainz_albumid"] - self.tagger.xmlws.download( - CAA_HOST, - CAA_PORT, - caa_path, - partial(self._caa_json_downloaded, row) - ) - - def _caa_json_downloaded(self, row, data, http, error): - """Handle json reply from CAA server. - If server replies without error, try to get small thumbnail of front - coverart of the release. - """ - if not self.table: - return - - cover_cell = self.table.cellWidget(row, len(self.table_headers)-1) - - if error: - cover_cell.not_found() - return - - try: - caa_data = json.loads(data) - except ValueError: - cover_cell.not_found() - return - - front = None - for image in caa_data["images"]: - if image["front"]: - front = image - break - - if front: - url = front["thumbnails"]["small"] - coverartimage = CaaThumbnailCoverArtImage(url=url) - self.tagger.xmlws.download( - coverartimage.host, - coverartimage.port, - coverartimage.path, - partial(self._cover_downloaded, row), - ) - else: - cover_cell.not_found() - - def _cover_downloaded(self, row, data, http, error): - """Handle cover art query reply from CAA server. - If server returns the cover image succesfully, update the cover art cell - of particular release. - - Args: - row -- Album's row in results table - """ - cover_cell = self.table.cellWidget(row, len(self.table_headers)-1) - - if error: - cover_cell.not_found() - else: - pixmap = QtGui.QPixmap() - try: - pixmap.loadFromData(data) - cover_cell.update(pixmap) - except: - cover_cell.not_found() - - def parse_releases_from_xml(self, release_xml): - for node in release_xml: - release = Metadata() - release_to_metadata(node, release) - rg_node = node.release_group[0] - release_group_to_metadata(rg_node, release) - if "medium_list" in node.children: - medium_list = node.medium_list[0] - release["format"] = media_formats_from_node(medium_list) - release["tracks"] = medium_list.track_count[0].text - countries = country_list_from_node(node) - if countries: - release["country"] = ", ".join(countries) - self.search_results.append(release) - - def display_results(self): - self.show_table(self.table_headers) - self.table.verticalHeader().setDefaultSectionSize(100) - for row, release in enumerate(self.search_results): - table_item = QtGui.QTableWidgetItem - self.table.insertRow(row) - self.table.setItem(row, 0, table_item(release.get("album", ""))) - self.table.setItem(row, 1, table_item(release.get("albumartist", ""))) - self.table.setItem(row, 2, table_item(release.get("format", ""))) - self.table.setItem(row, 3, table_item(release.get("tracks", ""))) - self.table.setItem(row, 4, table_item(release.get("date", ""))) - self.table.setItem(row, 5, table_item(release.get("country", ""))) - self.table.setItem(row, 6, table_item(release.get("label", ""))) - self.table.setItem(row, 7, table_item(release.get("catalognumber", ""))) - self.table.setItem(row, 8, table_item(release.get("barcode", ""))) - self.table.setItem(row, 9, table_item(release.get("~releaselanguage", ""))) - self.table.setItem(row, 10, table_item(release.get("releasetype", ""))) - self.table.setItem(row, 11, table_item(release.get("releasestatus", ""))) - self.table.setCellWidget(row, 12, CoverArt(self.table)) - - def accept_event(self, arg): - self.load_selection(arg) - - def load_selection(self, row): - release = self.search_results[row] - self.tagger.get_release_group_by_id( - release["musicbrainz_releasegroupid"]).loaded_albums.add( - release["musicbrainz_albumid"]) - album = self.tagger.load_album(release["musicbrainz_albumid"]) - if self.cluster: - files = self.tagger.get_files_from_objects([self.cluster]) - self.tagger.move_files_to_album(files, release["musicbrainz_albumid"], - album) - - def restore_state(self): - size = config.persist["albumsearchdialog_window_size"] - if size: - self.resize(size) - self.search_box.restore_checkbox_state() - - def restore_table_header_state(self): - header = self.table.horizontalHeader() - state = config.persist["albumsearchdialog_header_state"] - if state: - header.restoreState(state) - header.setResizeMode(QtGui.QHeaderView.Interactive) - - def save_state(self): - if self.table: - self.save_table_header_state() - config.persist["albumsearchdialog_window_size"] = self.size() - - def save_table_header_state(self): - state = self.table.horizontalHeader().saveState() - config.persist["albumsearchdialog_header_state"] = state - - -class ArtistSearchDialog(SearchDialog): - - options = [ - config.Option("persist", "artistsearchdialog_window_size", QtCore.QSize(720, 360)), - config.Option("persist", "artistsearchdialog_header_state", QtCore.QByteArray()) - ] - - def __init__(self, parent): - super(ArtistSearchDialog, self).__init__( - parent, - accept_button_title=_("Show in browser")) - self.setWindowTitle(_("Artist Search Dialog")) - self.table_headers = [ - _("Name"), - _("Type"), - _("Gender"), - _("Area"), - _("Begin"), - _("Begin Area"), - _("End"), - _("End Area"), - ] - - def search(self, text): - self.retry_params = (self.search, text) - self.search_box.search_edit.setText(text) - self.show_progress() - self.tagger.xmlws.find_artists(self.handle_reply, - query=text, - search=True, - limit=QUERY_LIMIT) - - def retry(self): - self.retry_params[0](self.retry_params[1]) - - def handle_reply(self, document, http, error): - if error: - self.network_error(http, error) - return - - try: - artists = document.metadata[0].artist_list[0].artist - except (AttributeError, IndexError): - self.no_results() - return - - del self.search_results[:] - self.parse_artists_from_xml(artists) - self.display_results() - - def parse_artists_from_xml(self, artist_xml): - for node in artist_xml: - artist = Metadata() - artist_to_metadata(node, artist) - self.search_results.append(artist) - - def display_results(self): - self.show_table(self.table_headers) - for row, artist in enumerate(self.search_results): - table_item = QtGui.QTableWidgetItem - self.table.insertRow(row) - self.table.setItem(row, 0, table_item(artist.get("name", ""))) - self.table.setItem(row, 1, table_item(artist.get("type", ""))) - self.table.setItem(row, 2, table_item(artist.get("gender", ""))) - self.table.setItem(row, 3, table_item(artist.get("area", ""))) - self.table.setItem(row, 4, table_item(artist.get("begindate", ""))) - self.table.setItem(row, 5, table_item(artist.get("beginarea", ""))) - self.table.setItem(row, 6, table_item(artist.get("enddate", ""))) - self.table.setItem(row, 7, table_item(artist.get("endarea", ""))) - - def accept_event(self, row): - self.load_in_browser(row) - - def load_in_browser(self, row): - self.tagger.search(self.search_results[row]["musicbrainz_artistid"], "artist") - - def restore_state(self): - size = config.persist["artistsearchdialog_window_size"] - if size: - self.resize(size) - self.search_box.restore_checkbox_state() - - def restore_table_header_state(self): - header = self.table.horizontalHeader() - state = config.persist["artistsearchdialog_header_state"] - if state: - header.restoreState(state) - header.setResizeMode(QtGui.QHeaderView.Interactive) - - def save_state(self): - if self.table: - self.save_table_header_state() - config.persist["artistsearchdialog_window_size"] = self.size() - - def save_table_header_state(self): - state = self.table.horizontalHeader().saveState() - config.persist["artistsearchdialog_header_state"] = state diff -Nru picard-1.4.2/picard/ui/sortablecheckboxlist.py picard-2.0.0/picard/ui/sortablecheckboxlist.py --- picard-1.4.2/picard/ui/sortablecheckboxlist.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/sortablecheckboxlist.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,149 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2015 Laurent Monin -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -import sys -from functools import partial -from PyQt4 import QtGui, QtCore -from PyQt4.QtCore import pyqtSignal - - -class SortableCheckboxListWidget(QtGui.QWidget): - _CHECKBOX_POS = 0 - _BUTTON_UP = 1 - _BUTTON_DOWN = 2 - - __no_emit = False - changed = pyqtSignal(list) - - def __init__(self, parent=None): - super(SortableCheckboxListWidget, self).__init__(parent) - layout = QtGui.QGridLayout() - layout.setHorizontalSpacing(5) - layout.setVerticalSpacing(2) - layout.setContentsMargins(0, 0, 0, 0) - self.setLayout(layout) - self.__items = [] - - def addItems(self, items): - for item in items: - self.addItem(item) - - def setSignals(self, row): - layout = self.layout() - checkbox = layout.itemAtPosition(row, self._CHECKBOX_POS).widget() - up = layout.itemAtPosition(row, self._BUTTON_UP).widget() - down = layout.itemAtPosition(row, self._BUTTON_DOWN).widget() - checkbox.stateChanged.connect(partial(self.checkbox_toggled, row)) - up.clicked.connect(partial(self.move_button_clicked, row, up=True)) - down.clicked.connect(partial(self.move_button_clicked, row, up=False)) - - def moveItem(self, from_row, to_row): - to_row = to_row % len(self.__items) - self.__items[to_row], self.__items[from_row] = \ - self.__items[from_row], self.__items[to_row] - self.updateRow(to_row) - self.updateRow(from_row) - self._emit_changed() - - def checkbox_toggled(self, row, state): - self.__items[row].setChecked(state == QtCore.Qt.Checked) - self._emit_changed() - - def move_button_clicked(self, row, up): - if up: - to = row - 1 - else: - to = row + 1 - self.moveItem(row, to) - - def updateRow(self, row): - self.__no_emit = True - item = self.__items[row] - layout = self.layout() - checkbox = layout.itemAtPosition(row, self._CHECKBOX_POS).widget() - checkbox.setText(item.text) - checkbox.setChecked(item.checked) - self.__no_emit = False - - def addItem(self, item): - self.__items.append(item) - row = len(self.__items) - 1 - layout = self.layout() - layout.addWidget(QtGui.QCheckBox(), row, self._CHECKBOX_POS) - self.updateRow(row) - up_button = QtGui.QToolButton() - up_button.setArrowType(QtCore.Qt.UpArrow) - up_button.setMaximumSize(QtCore.QSize(16, 16)) - down_button = QtGui.QToolButton() - down_button.setArrowType(QtCore.Qt.DownArrow) - down_button.setMaximumSize(QtCore.QSize(16, 16)) - layout.addWidget(up_button, row, self._BUTTON_UP) - layout.addWidget(down_button, row, self._BUTTON_DOWN) - self.setSignals(row) - - def _emit_changed(self): - if not self.__no_emit: - self.changed.emit(self.__items) - - def clear(self): - for i in reversed(range(len(self.__items))): - self._remove(i) - self.__items = [] - - def _remove(self, row): - self.layout().itemAtPosition(row, self._CHECKBOX_POS).widget().setParent(None) - self.layout().itemAtPosition(row, self._BUTTON_UP).widget().setParent(None) - self.layout().itemAtPosition(row, self._BUTTON_DOWN).widget().setParent(None) - - -class SortableCheckboxListItem(object): - - def __init__(self, text=u'', checked=False, data=None): - self._checked = checked - self._text = text - self._data = data - - @property - def text(self): - return self._text - - def setText(self, text): - self._text = text - - @property - def checked(self): - return self._checked - - def setChecked(self, state): - self._checked = state - - @property - def data(self): - return self._data - - def setData(self, data): - self._data = data - - def __repr__(self): - params = [] - params.append('text=' + repr(self.text)) - params.append('checked=' + repr(self.checked)) - if self.data is not None: - params.append('data=' + repr(self.data)) - return "%s(%s)" % (self.__class__.__name__, ", ".join(params)) diff -Nru picard-1.4.2/picard/ui/tagsfromfilenames.py picard-2.0.0/picard/ui/tagsfromfilenames.py --- picard-1.4.2/picard/ui/tagsfromfilenames.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/tagsfromfilenames.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,7 +19,7 @@ import re import os.path -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtWidgets from picard import config from picard.ui.util import StandardButton from picard.ui import PicardDialog @@ -29,14 +29,14 @@ class TagsFromFileNamesDialog(PicardDialog): + defaultsize = QtCore.QSize(560, 400) + options = [ config.TextOption("persist", "tags_from_filenames_format", ""), - config.Option("persist", "tags_from_filenames_position", QtCore.QPoint()), - config.Option("persist", "tags_from_filenames_size", QtCore.QSize(560, 400)), ] def __init__(self, files, parent=None): - PicardDialog.__init__(self, parent) + super().__init__(parent) self.ui = Ui_TagsFromFileNamesDialog() self.ui.setupUi(self) items = [ @@ -48,36 +48,35 @@ "%artist% - %album%/%tracknumber% %title%", "%artist% - %album%/%tracknumber% - %title%", ] - format = config.persist["tags_from_filenames_format"] - if format not in items: + tff_format = config.persist["tags_from_filenames_format"] + if tff_format not in items: selected_index = 0 - if format: - items.insert(0, format) + if tff_format: + items.insert(0, tff_format) else: - selected_index = items.index(format) + selected_index = items.index(tff_format) self.ui.format.addItems(items) self.ui.format.setCurrentIndex(selected_index) - self.ui.buttonbox.addButton(StandardButton(StandardButton.OK), QtGui.QDialogButtonBox.AcceptRole) - self.ui.buttonbox.addButton(StandardButton(StandardButton.CANCEL), QtGui.QDialogButtonBox.RejectRole) + self.ui.buttonbox.addButton(StandardButton(StandardButton.OK), QtWidgets.QDialogButtonBox.AcceptRole) + self.ui.buttonbox.addButton(StandardButton(StandardButton.CANCEL), QtWidgets.QDialogButtonBox.RejectRole) self.ui.buttonbox.accepted.connect(self.accept) self.ui.buttonbox.rejected.connect(self.reject) self.ui.preview.clicked.connect(self.preview) self.ui.files.setHeaderLabels([_("File Name")]) - self.restoreWindowState() self.files = files self.items = [] for file in files: - item = QtGui.QTreeWidgetItem(self.ui.files) + item = QtWidgets.QTreeWidgetItem(self.ui.files) item.setText(0, os.path.basename(file.filename)) self.items.append(item) self._tag_re = re.compile(r"(%\w+%)") self.numeric_tags = ('tracknumber', 'totaltracks', 'discnumber', 'totaldiscs') - def parse_format(self): - format = unicode(self.ui.format.currentText()) + def parse_response(self): + tff_format = self.ui.format.currentText() columns = [] format_re = ['(?:^|/)'] - for part in self._tag_re.split(format): + for part in self._tag_re.split(tff_format): if part.startswith('%') and part.endswith('%'): name = part[1:-1] columns.append(name) @@ -93,11 +92,11 @@ format_re = re.compile("".join(format_re)) return format_re, columns - def match_file(self, file, format): - match = format.search(file.filename.replace('\\','/')) + def match_file(self, file, tff_format): + match = tff_format.search(file.filename.replace('\\','/')) if match: result = {} - for name, value in match.groupdict().iteritems(): + for name, value in match.groupdict().items(): value = value.strip() if name in self.numeric_tags: value = value.lstrip("0") @@ -109,43 +108,21 @@ return {} def preview(self): - format, columns = self.parse_format() - self.ui.files.setHeaderLabels([_("File Name")] + map(display_tag_name, columns)) + tff_format, columns = self.parse_response() + self.ui.files.setHeaderLabels([_("File Name")] + list(map(display_tag_name, columns))) for item, file in zip(self.items, self.files): - matches = self.match_file(file, format) - for i in range(len(columns)): - value = matches.get(columns[i], '') - item.setText(i + 1, value) - self.ui.files.header().resizeSections(QtGui.QHeaderView.ResizeToContents) + matches = self.match_file(file, tff_format) + for i, column in enumerate(columns): + item.setText(i + 1, matches.get(column, '')) + self.ui.files.header().resizeSections(QtWidgets.QHeaderView.ResizeToContents) self.ui.files.header().setStretchLastSection(True) def accept(self): - format, columns = self.parse_format() + tff_format, columns = self.parse_response() for file in self.files: - metadata = self.match_file(file, format) - for name, value in metadata.iteritems(): + metadata = self.match_file(file, tff_format) + for name, value in metadata.items(): file.metadata[name] = value file.update() config.persist["tags_from_filenames_format"] = self.ui.format.currentText() - self.saveWindowState() - QtGui.QDialog.accept(self) - - def reject(self): - self.saveWindowState() - QtGui.QDialog.reject(self) - - def closeEvent(self, event): - self.saveWindowState() - event.accept() - - def saveWindowState(self): - pos = self.pos() - if not pos.isNull(): - config.persist["tags_from_filenames_position"] = pos - config.persist["tags_from_filenames_size"] = self.size() - - def restoreWindowState(self): - pos = config.persist["tags_from_filenames_position"] - if pos.x() > 0 and pos.y() > 0: - self.move(pos) - self.resize(config.persist["tags_from_filenames_size"]) + super().accept() diff -Nru picard-1.4.2/picard/ui/ui_cdlookup.py picard-2.0.0/picard/ui/ui_cdlookup.py --- picard-1.4.2/picard/ui/ui_cdlookup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_cdlookup.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,56 +3,54 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_Dialog(object): def setupUi(self, Dialog): - Dialog.setObjectName(_fromUtf8("Dialog")) + Dialog.setObjectName("Dialog") Dialog.resize(640, 240) - self.vboxlayout = QtGui.QVBoxLayout(Dialog) + self.vboxlayout = QtWidgets.QVBoxLayout(Dialog) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setMargin(9) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.label = QtGui.QLabel(Dialog) - self.label.setObjectName(_fromUtf8("label")) + self.vboxlayout.setObjectName("vboxlayout") + self.label = QtWidgets.QLabel(Dialog) + self.label.setObjectName("label") self.vboxlayout.addWidget(self.label) - self.release_list = QtGui.QTreeWidget(Dialog) - self.release_list.setRootIsDecorated(False) - self.release_list.setObjectName(_fromUtf8("release_list")) + self.release_list = QtWidgets.QTreeWidget(Dialog) + self.release_list.setObjectName("release_list") + self.release_list.headerItem().setText(0, "1") self.vboxlayout.addWidget(self.release_list) - self.hboxlayout = QtGui.QHBoxLayout() + self.hboxlayout = QtWidgets.QHBoxLayout() + self.hboxlayout.setContentsMargins(0, 0, 0, 0) self.hboxlayout.setSpacing(6) - self.hboxlayout.setMargin(0) - self.hboxlayout.setObjectName(_fromUtf8("hboxlayout")) - spacerItem = QtGui.QSpacerItem(111, 31, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + self.hboxlayout.setObjectName("hboxlayout") + spacerItem = QtWidgets.QSpacerItem(111, 31, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.hboxlayout.addItem(spacerItem) - self.ok_button = QtGui.QPushButton(Dialog) + self.ok_button = QtWidgets.QPushButton(Dialog) self.ok_button.setEnabled(False) - self.ok_button.setObjectName(_fromUtf8("ok_button")) + self.ok_button.setObjectName("ok_button") self.hboxlayout.addWidget(self.ok_button) - self.lookup_button = QtGui.QPushButton(Dialog) - self.lookup_button.setObjectName(_fromUtf8("lookup_button")) + self.lookup_button = QtWidgets.QPushButton(Dialog) + self.lookup_button.setObjectName("lookup_button") self.hboxlayout.addWidget(self.lookup_button) - self.cancel_button = QtGui.QPushButton(Dialog) - self.cancel_button.setObjectName(_fromUtf8("cancel_button")) + self.cancel_button = QtWidgets.QPushButton(Dialog) + self.cancel_button.setObjectName("cancel_button") self.hboxlayout.addWidget(self.cancel_button) self.vboxlayout.addLayout(self.hboxlayout) self.retranslateUi(Dialog) - QtCore.QObject.connect(self.ok_button, QtCore.SIGNAL(_fromUtf8("clicked()")), Dialog.accept) - QtCore.QObject.connect(self.cancel_button, QtCore.SIGNAL(_fromUtf8("clicked()")), Dialog.reject) + self.ok_button.clicked.connect(Dialog.accept) + self.cancel_button.clicked.connect(Dialog.reject) QtCore.QMetaObject.connectSlotsByName(Dialog) - Dialog.setTabOrder(self.ok_button, self.cancel_button) + Dialog.setTabOrder(self.release_list, self.ok_button) + Dialog.setTabOrder(self.ok_button, self.lookup_button) + Dialog.setTabOrder(self.lookup_button, self.cancel_button) def retranslateUi(self, Dialog): + _translate = QtCore.QCoreApplication.translate Dialog.setWindowTitle(_("CD Lookup")) self.label.setText(_("The following releases on MusicBrainz match the CD:")) - self.ok_button.setText(_("OK")) - self.lookup_button.setText(_("Lookup manually")) - self.cancel_button.setText(_("Cancel")) + self.ok_button.setText(_("&Load into Picard")) + self.lookup_button.setText(_("Lookup in &Browser")) + self.cancel_button.setText(_("&Cancel")) diff -Nru picard-1.4.2/picard/ui/ui_edittagdialog.py picard-2.0.0/picard/ui/ui_edittagdialog.py --- picard-1.4.2/picard/ui/ui_edittagdialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_edittagdialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,88 +3,89 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_EditTagDialog(object): def setupUi(self, EditTagDialog): - EditTagDialog.setObjectName(_fromUtf8("EditTagDialog")) + EditTagDialog.setObjectName("EditTagDialog") EditTagDialog.setWindowModality(QtCore.Qt.ApplicationModal) EditTagDialog.resize(400, 250) EditTagDialog.setFocusPolicy(QtCore.Qt.StrongFocus) EditTagDialog.setModal(True) - self.verticalLayout_2 = QtGui.QVBoxLayout(EditTagDialog) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.tag_names = QtGui.QComboBox(EditTagDialog) + self.verticalLayout_2 = QtWidgets.QVBoxLayout(EditTagDialog) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.tag_names = QtWidgets.QComboBox(EditTagDialog) self.tag_names.setEditable(True) - self.tag_names.setObjectName(_fromUtf8("tag_names")) + self.tag_names.setObjectName("tag_names") self.verticalLayout_2.addWidget(self.tag_names) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.value_list = QtGui.QListWidget(EditTagDialog) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.value_list = QtWidgets.QListWidget(EditTagDialog) self.value_list.setFocusPolicy(QtCore.Qt.StrongFocus) self.value_list.setTabKeyNavigation(False) self.value_list.setProperty("showDropIndicator", False) - self.value_list.setObjectName(_fromUtf8("value_list")) + self.value_list.setObjectName("value_list") self.horizontalLayout.addWidget(self.value_list) - self.verticalLayout = QtGui.QVBoxLayout() - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.edit_value = QtGui.QPushButton(EditTagDialog) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + self.verticalLayout = QtWidgets.QVBoxLayout() + self.verticalLayout.setObjectName("verticalLayout") + self.edit_value = QtWidgets.QPushButton(EditTagDialog) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(100) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.edit_value.sizePolicy().hasHeightForWidth()) self.edit_value.setSizePolicy(sizePolicy) self.edit_value.setMinimumSize(QtCore.QSize(100, 0)) self.edit_value.setAutoDefault(False) - self.edit_value.setObjectName(_fromUtf8("edit_value")) + self.edit_value.setObjectName("edit_value") self.verticalLayout.addWidget(self.edit_value) - self.add_value = QtGui.QPushButton(EditTagDialog) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + self.add_value = QtWidgets.QPushButton(EditTagDialog) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(100) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.add_value.sizePolicy().hasHeightForWidth()) self.add_value.setSizePolicy(sizePolicy) self.add_value.setMinimumSize(QtCore.QSize(100, 0)) self.add_value.setAutoDefault(False) - self.add_value.setObjectName(_fromUtf8("add_value")) + self.add_value.setObjectName("add_value") self.verticalLayout.addWidget(self.add_value) - self.remove_value = QtGui.QPushButton(EditTagDialog) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + self.remove_value = QtWidgets.QPushButton(EditTagDialog) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(120) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.remove_value.sizePolicy().hasHeightForWidth()) self.remove_value.setSizePolicy(sizePolicy) self.remove_value.setMinimumSize(QtCore.QSize(120, 0)) self.remove_value.setAutoDefault(False) - self.remove_value.setObjectName(_fromUtf8("remove_value")) + self.remove_value.setObjectName("remove_value") self.verticalLayout.addWidget(self.remove_value) - spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) self.horizontalLayout.addLayout(self.verticalLayout) self.verticalLayout_2.addLayout(self.horizontalLayout) - self.buttonbox = QtGui.QDialogButtonBox(EditTagDialog) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + self.buttonbox = QtWidgets.QDialogButtonBox(EditTagDialog) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(150) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.buttonbox.sizePolicy().hasHeightForWidth()) self.buttonbox.setSizePolicy(sizePolicy) self.buttonbox.setMinimumSize(QtCore.QSize(150, 0)) self.buttonbox.setOrientation(QtCore.Qt.Horizontal) - self.buttonbox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Save) - self.buttonbox.setObjectName(_fromUtf8("buttonbox")) + self.buttonbox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Save) + self.buttonbox.setObjectName("buttonbox") self.verticalLayout_2.addWidget(self.buttonbox) self.retranslateUi(EditTagDialog) - QtCore.QObject.connect(self.buttonbox, QtCore.SIGNAL(_fromUtf8("accepted()")), EditTagDialog.accept) - QtCore.QObject.connect(self.buttonbox, QtCore.SIGNAL(_fromUtf8("rejected()")), EditTagDialog.reject) + self.buttonbox.accepted.connect(EditTagDialog.accept) + self.buttonbox.rejected.connect(EditTagDialog.reject) QtCore.QMetaObject.connectSlotsByName(EditTagDialog) + EditTagDialog.setTabOrder(self.tag_names, self.value_list) + EditTagDialog.setTabOrder(self.value_list, self.edit_value) + EditTagDialog.setTabOrder(self.edit_value, self.add_value) + EditTagDialog.setTabOrder(self.add_value, self.remove_value) + EditTagDialog.setTabOrder(self.remove_value, self.buttonbox) def retranslateUi(self, EditTagDialog): + _translate = QtCore.QCoreApplication.translate EditTagDialog.setWindowTitle(_("Edit Tag")) self.edit_value.setText(_("Edit value")) self.add_value.setText(_("Add value")) diff -Nru picard-1.4.2/picard/ui/ui_infodialog.py picard-2.0.0/picard/ui/ui_infodialog.py --- picard-1.4.2/picard/ui/ui_infodialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_infodialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,62 +3,49 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_InfoDialog(object): def setupUi(self, InfoDialog): - InfoDialog.setObjectName(_fromUtf8("InfoDialog")) + InfoDialog.setObjectName("InfoDialog") InfoDialog.resize(535, 436) - self.verticalLayout = QtGui.QVBoxLayout(InfoDialog) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.tabWidget = QtGui.QTabWidget(InfoDialog) - self.tabWidget.setObjectName(_fromUtf8("tabWidget")) - self.info_tab = QtGui.QWidget() - self.info_tab.setObjectName(_fromUtf8("info_tab")) - self.vboxlayout = QtGui.QVBoxLayout(self.info_tab) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.info_scroll = QtGui.QScrollArea(self.info_tab) + self.verticalLayout = QtWidgets.QVBoxLayout(InfoDialog) + self.verticalLayout.setObjectName("verticalLayout") + self.tabWidget = QtWidgets.QTabWidget(InfoDialog) + self.tabWidget.setObjectName("tabWidget") + self.info_tab = QtWidgets.QWidget() + self.info_tab.setObjectName("info_tab") + self.vboxlayout = QtWidgets.QVBoxLayout(self.info_tab) + self.vboxlayout.setObjectName("vboxlayout") + self.info_scroll = QtWidgets.QScrollArea(self.info_tab) self.info_scroll.setWidgetResizable(True) - self.info_scroll.setObjectName(_fromUtf8("info_scroll")) - self.scrollAreaWidgetContents = QtGui.QWidget() + self.info_scroll.setObjectName("info_scroll") + self.scrollAreaWidgetContents = QtWidgets.QWidget() self.scrollAreaWidgetContents.setEnabled(True) - self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 493, 334)) - self.scrollAreaWidgetContents.setObjectName(_fromUtf8("scrollAreaWidgetContents")) - self.verticalLayoutLabel = QtGui.QVBoxLayout(self.scrollAreaWidgetContents) - self.verticalLayoutLabel.setObjectName(_fromUtf8("verticalLayoutLabel")) - self.info = QtGui.QLabel(self.scrollAreaWidgetContents) - self.info.setText(_fromUtf8("")) + self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 493, 358)) + self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") + self.verticalLayoutLabel = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents) + self.verticalLayoutLabel.setContentsMargins(0, 0, 0, 0) + self.verticalLayoutLabel.setObjectName("verticalLayoutLabel") + self.info = QtWidgets.QLabel(self.scrollAreaWidgetContents) + self.info.setText("") self.info.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) self.info.setWordWrap(True) self.info.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByKeyboard|QtCore.Qt.TextSelectableByMouse) - self.info.setObjectName(_fromUtf8("info")) + self.info.setObjectName("info") self.verticalLayoutLabel.addWidget(self.info) self.info_scroll.setWidget(self.scrollAreaWidgetContents) self.vboxlayout.addWidget(self.info_scroll) - self.tabWidget.addTab(self.info_tab, _fromUtf8("")) - self.artwork_tab = QtGui.QWidget() - self.artwork_tab.setObjectName(_fromUtf8("artwork_tab")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.artwork_tab) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.tabWidget.addTab(self.artwork_tab, _fromUtf8("")) + self.tabWidget.addTab(self.info_tab, "") + self.artwork_tab = QtWidgets.QWidget() + self.artwork_tab.setObjectName("artwork_tab") + self.vboxlayout1 = QtWidgets.QVBoxLayout(self.artwork_tab) + self.vboxlayout1.setObjectName("vboxlayout1") + self.tabWidget.addTab(self.artwork_tab, "") self.verticalLayout.addWidget(self.tabWidget) - self.buttonBox = QtGui.QDialogButtonBox(InfoDialog) - self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) - self.buttonBox.setObjectName(_fromUtf8("buttonBox")) + self.buttonBox = QtWidgets.QDialogButtonBox(InfoDialog) + self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.NoButton) + self.buttonBox.setObjectName("buttonBox") self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(InfoDialog) @@ -67,6 +54,7 @@ InfoDialog.setTabOrder(self.tabWidget, self.buttonBox) def retranslateUi(self, InfoDialog): + _translate = QtCore.QCoreApplication.translate self.tabWidget.setTabText(self.tabWidget.indexOf(self.info_tab), _("&Info")) self.tabWidget.setTabText(self.tabWidget.indexOf(self.artwork_tab), _("A&rtwork")) diff -Nru picard-1.4.2/picard/ui/ui_infostatus.py picard-2.0.0/picard/ui/ui_infostatus.py --- picard-1.4.2/picard/ui/ui_infostatus.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_infostatus.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,95 +3,90 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_InfoStatus(object): def setupUi(self, InfoStatus): - InfoStatus.setObjectName(_fromUtf8("InfoStatus")) + InfoStatus.setObjectName("InfoStatus") InfoStatus.resize(350, 24) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(InfoStatus.sizePolicy().hasHeightForWidth()) InfoStatus.setSizePolicy(sizePolicy) InfoStatus.setMinimumSize(QtCore.QSize(0, 0)) - self.horizontalLayout = QtGui.QHBoxLayout(InfoStatus) + self.horizontalLayout = QtWidgets.QHBoxLayout(InfoStatus) + self.horizontalLayout.setContentsMargins(0, 0, 0, 0) self.horizontalLayout.setSpacing(2) - self.horizontalLayout.setMargin(0) - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.val1 = QtGui.QLabel(InfoStatus) + self.horizontalLayout.setObjectName("horizontalLayout") + self.val1 = QtWidgets.QLabel(InfoStatus) self.val1.setMinimumSize(QtCore.QSize(40, 0)) - self.val1.setText(_fromUtf8("")) + self.val1.setText("") self.val1.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.val1.setObjectName(_fromUtf8("val1")) + self.val1.setObjectName("val1") self.horizontalLayout.addWidget(self.val1) - self.label1 = QtGui.QLabel(InfoStatus) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Preferred) + self.label1 = QtWidgets.QLabel(InfoStatus) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label1.sizePolicy().hasHeightForWidth()) self.label1.setSizePolicy(sizePolicy) - self.label1.setFrameShape(QtGui.QFrame.NoFrame) + self.label1.setFrameShape(QtWidgets.QFrame.NoFrame) self.label1.setTextFormat(QtCore.Qt.AutoText) self.label1.setScaledContents(False) - self.label1.setMargin(1) - self.label1.setObjectName(_fromUtf8("label1")) + self.label1.setObjectName("label1") self.horizontalLayout.addWidget(self.label1) - self.val2 = QtGui.QLabel(InfoStatus) + self.val2 = QtWidgets.QLabel(InfoStatus) self.val2.setMinimumSize(QtCore.QSize(40, 0)) - self.val2.setText(_fromUtf8("")) + self.val2.setText("") self.val2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.val2.setObjectName(_fromUtf8("val2")) + self.val2.setObjectName("val2") self.horizontalLayout.addWidget(self.val2) - self.label2 = QtGui.QLabel(InfoStatus) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Preferred) + self.label2 = QtWidgets.QLabel(InfoStatus) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label2.sizePolicy().hasHeightForWidth()) self.label2.setSizePolicy(sizePolicy) - self.label2.setText(_fromUtf8("")) - self.label2.setObjectName(_fromUtf8("label2")) + self.label2.setText("") + self.label2.setObjectName("label2") self.horizontalLayout.addWidget(self.label2) - self.val3 = QtGui.QLabel(InfoStatus) + self.val3 = QtWidgets.QLabel(InfoStatus) self.val3.setMinimumSize(QtCore.QSize(40, 0)) - self.val3.setText(_fromUtf8("")) + self.val3.setText("") self.val3.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.val3.setObjectName(_fromUtf8("val3")) + self.val3.setObjectName("val3") self.horizontalLayout.addWidget(self.val3) - self.label3 = QtGui.QLabel(InfoStatus) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Preferred) + self.label3 = QtWidgets.QLabel(InfoStatus) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label3.sizePolicy().hasHeightForWidth()) self.label3.setSizePolicy(sizePolicy) - self.label3.setText(_fromUtf8("")) - self.label3.setObjectName(_fromUtf8("label3")) + self.label3.setText("") + self.label3.setObjectName("label3") self.horizontalLayout.addWidget(self.label3) - self.val4 = QtGui.QLabel(InfoStatus) + self.val4 = QtWidgets.QLabel(InfoStatus) self.val4.setMinimumSize(QtCore.QSize(40, 0)) - self.val4.setText(_fromUtf8("")) + self.val4.setText("") self.val4.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.val4.setObjectName(_fromUtf8("val4")) + self.val4.setObjectName("val4") self.horizontalLayout.addWidget(self.val4) - self.label4 = QtGui.QLabel(InfoStatus) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Preferred) + self.label4 = QtWidgets.QLabel(InfoStatus) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label4.sizePolicy().hasHeightForWidth()) self.label4.setSizePolicy(sizePolicy) - self.label4.setText(_fromUtf8("")) + self.label4.setText("") self.label4.setScaledContents(False) - self.label4.setObjectName(_fromUtf8("label4")) + self.label4.setObjectName("label4") self.horizontalLayout.addWidget(self.label4) self.retranslateUi(InfoStatus) QtCore.QMetaObject.connectSlotsByName(InfoStatus) def retranslateUi(self, InfoStatus): + _translate = QtCore.QCoreApplication.translate InfoStatus.setWindowTitle(_("Form")) diff -Nru picard-1.4.2/picard/ui/ui_options_about.py picard-2.0.0/picard/ui/ui_options_about.py --- picard-1.4.2/picard/ui/ui_options_about.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_about.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,41 +3,37 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_AboutOptionsPage(object): def setupUi(self, AboutOptionsPage): - AboutOptionsPage.setObjectName(_fromUtf8("AboutOptionsPage")) + AboutOptionsPage.setObjectName("AboutOptionsPage") AboutOptionsPage.resize(171, 137) - self.vboxlayout = QtGui.QVBoxLayout(AboutOptionsPage) + self.vboxlayout = QtWidgets.QVBoxLayout(AboutOptionsPage) + self.vboxlayout.setContentsMargins(0, 0, 0, 0) self.vboxlayout.setSpacing(6) - self.vboxlayout.setMargin(0) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.scrollArea = QtGui.QScrollArea(AboutOptionsPage) - self.scrollArea.setFrameShape(QtGui.QFrame.NoFrame) - self.scrollArea.setFrameShadow(QtGui.QFrame.Plain) + self.vboxlayout.setObjectName("vboxlayout") + self.scrollArea = QtWidgets.QScrollArea(AboutOptionsPage) + self.scrollArea.setFrameShape(QtWidgets.QFrame.NoFrame) + self.scrollArea.setFrameShadow(QtWidgets.QFrame.Plain) self.scrollArea.setLineWidth(0) self.scrollArea.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) self.scrollArea.setWidgetResizable(True) self.scrollArea.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) - self.scrollArea.setObjectName(_fromUtf8("scrollArea")) - self.scrollAreaWidgetContents = QtGui.QWidget() + self.scrollArea.setObjectName("scrollArea") + self.scrollAreaWidgetContents = QtWidgets.QWidget() self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 171, 137)) - self.scrollAreaWidgetContents.setObjectName(_fromUtf8("scrollAreaWidgetContents")) - self.verticalLayout = QtGui.QVBoxLayout(self.scrollAreaWidgetContents) + self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") + self.verticalLayout = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents) + self.verticalLayout.setContentsMargins(9, 9, 9, 9) self.verticalLayout.setSpacing(6) - self.verticalLayout.setMargin(9) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.label = QtGui.QLabel(self.scrollAreaWidgetContents) - self.label.setText(_fromUtf8("")) + self.verticalLayout.setObjectName("verticalLayout") + self.label = QtWidgets.QLabel(self.scrollAreaWidgetContents) + self.label.setText("") self.label.setAlignment(QtCore.Qt.AlignHCenter|QtCore.Qt.AlignTop) self.label.setWordWrap(True) - self.label.setObjectName(_fromUtf8("label")) + self.label.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByKeyboard|QtCore.Qt.TextSelectableByMouse) + self.label.setObjectName("label") self.verticalLayout.addWidget(self.label) self.scrollArea.setWidget(self.scrollAreaWidgetContents) self.vboxlayout.addWidget(self.scrollArea) diff -Nru picard-1.4.2/picard/ui/ui_options_advanced.py picard-2.0.0/picard/ui/ui_options_advanced.py --- picard-1.4.2/picard/ui/ui_options_advanced.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_advanced.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,79 +3,107 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_AdvancedOptionsPage(object): def setupUi(self, AdvancedOptionsPage): - AdvancedOptionsPage.setObjectName(_fromUtf8("AdvancedOptionsPage")) + AdvancedOptionsPage.setObjectName("AdvancedOptionsPage") AdvancedOptionsPage.resize(570, 435) - self.vboxlayout = QtGui.QVBoxLayout(AdvancedOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.groupBox = QtGui.QGroupBox(AdvancedOptionsPage) - self.groupBox.setObjectName(_fromUtf8("groupBox")) - self.gridlayout = QtGui.QGridLayout(self.groupBox) + self.vboxlayout = QtWidgets.QVBoxLayout(AdvancedOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.groupBox = QtWidgets.QGroupBox(AdvancedOptionsPage) + self.groupBox.setObjectName("groupBox") + self.gridlayout = QtWidgets.QGridLayout(self.groupBox) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.regex_error = QtGui.QLabel(self.groupBox) - self.regex_error.setText(_fromUtf8("")) - self.regex_error.setObjectName(_fromUtf8("regex_error")) - self.gridlayout.addWidget(self.regex_error, 3, 0, 1, 1) - self.label_ignore_regex = QtGui.QLabel(self.groupBox) - self.label_ignore_regex.setObjectName(_fromUtf8("label_ignore_regex")) + self.gridlayout.setObjectName("gridlayout") + self.recursively_add_files = QtWidgets.QCheckBox(self.groupBox) + self.recursively_add_files.setObjectName("recursively_add_files") + self.gridlayout.addWidget(self.recursively_add_files, 5, 0, 1, 1) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setSizeConstraint(QtWidgets.QLayout.SetDefaultConstraint) + self.horizontalLayout.setObjectName("horizontalLayout") + self.label_track_duration_diff = QtWidgets.QLabel(self.groupBox) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.label_track_duration_diff.sizePolicy().hasHeightForWidth()) + self.label_track_duration_diff.setSizePolicy(sizePolicy) + self.label_track_duration_diff.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter) + self.label_track_duration_diff.setObjectName("label_track_duration_diff") + self.horizontalLayout.addWidget(self.label_track_duration_diff) + self.ignore_track_duration_difference_under = QtWidgets.QSpinBox(self.groupBox) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.ignore_track_duration_difference_under.sizePolicy().hasHeightForWidth()) + self.ignore_track_duration_difference_under.setSizePolicy(sizePolicy) + self.ignore_track_duration_difference_under.setButtonSymbols(QtWidgets.QAbstractSpinBox.UpDownArrows) + self.ignore_track_duration_difference_under.setAccelerated(True) + self.ignore_track_duration_difference_under.setSuffix("") + self.ignore_track_duration_difference_under.setMinimum(1) + self.ignore_track_duration_difference_under.setMaximum(7200) + self.ignore_track_duration_difference_under.setProperty("value", 2) + self.ignore_track_duration_difference_under.setObjectName("ignore_track_duration_difference_under") + self.horizontalLayout.addWidget(self.ignore_track_duration_difference_under) + self.gridlayout.addLayout(self.horizontalLayout, 6, 0, 2, 1) + self.label_ignore_regex = QtWidgets.QLabel(self.groupBox) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.label_ignore_regex.sizePolicy().hasHeightForWidth()) + self.label_ignore_regex.setSizePolicy(sizePolicy) + self.label_ignore_regex.setWordWrap(True) + self.label_ignore_regex.setObjectName("label_ignore_regex") self.gridlayout.addWidget(self.label_ignore_regex, 1, 0, 1, 1) - self.ignore_hidden_files = QtGui.QCheckBox(self.groupBox) - self.ignore_hidden_files.setObjectName(_fromUtf8("ignore_hidden_files")) + self.regex_error = QtWidgets.QLabel(self.groupBox) + self.regex_error.setText("") + self.regex_error.setObjectName("regex_error") + self.gridlayout.addWidget(self.regex_error, 3, 0, 1, 1) + self.ignore_hidden_files = QtWidgets.QCheckBox(self.groupBox) + self.ignore_hidden_files.setObjectName("ignore_hidden_files") self.gridlayout.addWidget(self.ignore_hidden_files, 4, 0, 1, 1) - self.ignore_regex = QtGui.QLineEdit(self.groupBox) - self.ignore_regex.setObjectName(_fromUtf8("ignore_regex")) + self.ignore_regex = QtWidgets.QLineEdit(self.groupBox) + self.ignore_regex.setObjectName("ignore_regex") self.gridlayout.addWidget(self.ignore_regex, 2, 0, 1, 1) - self.recursively_add_files = QtGui.QCheckBox(self.groupBox) - self.recursively_add_files.setObjectName(_fromUtf8("recursively_add_files")) - self.gridlayout.addWidget(self.recursively_add_files, 5, 0, 1, 1) self.vboxlayout.addWidget(self.groupBox) - self.groupBox_completeness = QtGui.QGroupBox(AdvancedOptionsPage) - self.groupBox_completeness.setObjectName(_fromUtf8("groupBox_completeness")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.groupBox_completeness) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.completeness_ignore_videos = QtGui.QCheckBox(self.groupBox_completeness) - self.completeness_ignore_videos.setObjectName(_fromUtf8("completeness_ignore_videos")) + self.groupBox_completeness = QtWidgets.QGroupBox(AdvancedOptionsPage) + self.groupBox_completeness.setObjectName("groupBox_completeness") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox_completeness) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.completeness_ignore_videos = QtWidgets.QCheckBox(self.groupBox_completeness) + self.completeness_ignore_videos.setObjectName("completeness_ignore_videos") self.verticalLayout_2.addWidget(self.completeness_ignore_videos) - self.completeness_ignore_pregap = QtGui.QCheckBox(self.groupBox_completeness) - self.completeness_ignore_pregap.setObjectName(_fromUtf8("completeness_ignore_pregap")) + self.completeness_ignore_pregap = QtWidgets.QCheckBox(self.groupBox_completeness) + self.completeness_ignore_pregap.setObjectName("completeness_ignore_pregap") self.verticalLayout_2.addWidget(self.completeness_ignore_pregap) - self.completeness_ignore_data = QtGui.QCheckBox(self.groupBox_completeness) + self.completeness_ignore_data = QtWidgets.QCheckBox(self.groupBox_completeness) self.completeness_ignore_data.setCheckable(True) - self.completeness_ignore_data.setObjectName(_fromUtf8("completeness_ignore_data")) + self.completeness_ignore_data.setObjectName("completeness_ignore_data") self.verticalLayout_2.addWidget(self.completeness_ignore_data) - self.completeness_ignore_silence = QtGui.QCheckBox(self.groupBox_completeness) - self.completeness_ignore_silence.setObjectName(_fromUtf8("completeness_ignore_silence")) + self.completeness_ignore_silence = QtWidgets.QCheckBox(self.groupBox_completeness) + self.completeness_ignore_silence.setObjectName("completeness_ignore_silence") self.verticalLayout_2.addWidget(self.completeness_ignore_silence) self.vboxlayout.addWidget(self.groupBox_completeness) - spacerItem = QtGui.QSpacerItem(181, 21, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(181, 21, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem) self.retranslateUi(AdvancedOptionsPage) QtCore.QMetaObject.connectSlotsByName(AdvancedOptionsPage) + AdvancedOptionsPage.setTabOrder(self.ignore_regex, self.ignore_hidden_files) + AdvancedOptionsPage.setTabOrder(self.ignore_hidden_files, self.recursively_add_files) + AdvancedOptionsPage.setTabOrder(self.recursively_add_files, self.ignore_track_duration_difference_under) + AdvancedOptionsPage.setTabOrder(self.ignore_track_duration_difference_under, self.completeness_ignore_videos) + AdvancedOptionsPage.setTabOrder(self.completeness_ignore_videos, self.completeness_ignore_pregap) + AdvancedOptionsPage.setTabOrder(self.completeness_ignore_pregap, self.completeness_ignore_data) + AdvancedOptionsPage.setTabOrder(self.completeness_ignore_data, self.completeness_ignore_silence) def retranslateUi(self, AdvancedOptionsPage): + _translate = QtCore.QCoreApplication.translate self.groupBox.setTitle(_("Advanced options")) + self.recursively_add_files.setText(_("Recursively add files and folders from directory")) + self.label_track_duration_diff.setText(_("Ignore track duration difference under this number of seconds")) self.label_ignore_regex.setText(_("Ignore file paths matching the following regular expression:")) self.ignore_hidden_files.setText(_("Ignore hidden files")) - self.recursively_add_files.setText(_("Recursively add files and folders from directory")) self.groupBox_completeness.setTitle(_("Ignore the following tracks when determining whether a release is complete")) self.completeness_ignore_videos.setText(_("Video tracks")) self.completeness_ignore_pregap.setText(_("Pregap tracks")) diff -Nru picard-1.4.2/picard/ui/ui_options_cdlookup.py picard-2.0.0/picard/ui/ui_options_cdlookup.py --- picard-1.4.2/picard/ui/ui_options_cdlookup.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_cdlookup.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,35 +3,30 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_CDLookupOptionsPage(object): def setupUi(self, CDLookupOptionsPage): - CDLookupOptionsPage.setObjectName(_fromUtf8("CDLookupOptionsPage")) + CDLookupOptionsPage.setObjectName("CDLookupOptionsPage") CDLookupOptionsPage.resize(224, 176) - self.vboxlayout = QtGui.QVBoxLayout(CDLookupOptionsPage) - self.vboxlayout.setMargin(9) + self.vboxlayout = QtWidgets.QVBoxLayout(CDLookupOptionsPage) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.rename_files = QtGui.QGroupBox(CDLookupOptionsPage) - self.rename_files.setObjectName(_fromUtf8("rename_files")) - self.gridlayout = QtGui.QGridLayout(self.rename_files) - self.gridlayout.setMargin(9) + self.vboxlayout.setObjectName("vboxlayout") + self.rename_files = QtWidgets.QGroupBox(CDLookupOptionsPage) + self.rename_files.setObjectName("rename_files") + self.gridlayout = QtWidgets.QGridLayout(self.rename_files) + self.gridlayout.setContentsMargins(9, 9, 9, 9) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.cd_lookup_device = QtGui.QLineEdit(self.rename_files) - self.cd_lookup_device.setObjectName(_fromUtf8("cd_lookup_device")) + self.gridlayout.setObjectName("gridlayout") + self.cd_lookup_device = QtWidgets.QLineEdit(self.rename_files) + self.cd_lookup_device.setObjectName("cd_lookup_device") self.gridlayout.addWidget(self.cd_lookup_device, 1, 0, 1, 1) - self.label_3 = QtGui.QLabel(self.rename_files) - self.label_3.setObjectName(_fromUtf8("label_3")) + self.label_3 = QtWidgets.QLabel(self.rename_files) + self.label_3.setObjectName("label_3") self.gridlayout.addWidget(self.label_3, 0, 0, 1, 1) self.vboxlayout.addWidget(self.rename_files) - spacerItem = QtGui.QSpacerItem(161, 81, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(161, 81, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem) self.label_3.setBuddy(self.cd_lookup_device) @@ -39,6 +34,7 @@ QtCore.QMetaObject.connectSlotsByName(CDLookupOptionsPage) def retranslateUi(self, CDLookupOptionsPage): + _translate = QtCore.QCoreApplication.translate self.rename_files.setTitle(_("CD Lookup")) self.label_3.setText(_("CD-ROM device to use for lookups:")) diff -Nru picard-1.4.2/picard/ui/ui_options_cdlookup_select.py picard-2.0.0/picard/ui/ui_options_cdlookup_select.py --- picard-1.4.2/picard/ui/ui_options_cdlookup_select.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_cdlookup_select.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,42 +3,37 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_CDLookupOptionsPage(object): def setupUi(self, CDLookupOptionsPage): - CDLookupOptionsPage.setObjectName(_fromUtf8("CDLookupOptionsPage")) + CDLookupOptionsPage.setObjectName("CDLookupOptionsPage") CDLookupOptionsPage.resize(255, 155) - self.vboxlayout = QtGui.QVBoxLayout(CDLookupOptionsPage) - self.vboxlayout.setMargin(9) + self.vboxlayout = QtWidgets.QVBoxLayout(CDLookupOptionsPage) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.rename_files = QtGui.QGroupBox(CDLookupOptionsPage) - self.rename_files.setObjectName(_fromUtf8("rename_files")) - self.gridlayout = QtGui.QGridLayout(self.rename_files) - self.gridlayout.setMargin(9) + self.vboxlayout.setObjectName("vboxlayout") + self.rename_files = QtWidgets.QGroupBox(CDLookupOptionsPage) + self.rename_files.setObjectName("rename_files") + self.gridlayout = QtWidgets.QGridLayout(self.rename_files) + self.gridlayout.setContentsMargins(9, 9, 9, 9) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.cd_lookup_ = QtGui.QLabel(self.rename_files) - self.cd_lookup_.setObjectName(_fromUtf8("cd_lookup_")) + self.gridlayout.setObjectName("gridlayout") + self.cd_lookup_ = QtWidgets.QLabel(self.rename_files) + self.cd_lookup_.setObjectName("cd_lookup_") self.gridlayout.addWidget(self.cd_lookup_, 0, 0, 1, 1) - self.hboxlayout = QtGui.QHBoxLayout() - self.hboxlayout.setMargin(0) + self.hboxlayout = QtWidgets.QHBoxLayout() + self.hboxlayout.setContentsMargins(0, 0, 0, 0) self.hboxlayout.setSpacing(6) - self.hboxlayout.setObjectName(_fromUtf8("hboxlayout")) - self.cd_lookup_device = QtGui.QComboBox(self.rename_files) - self.cd_lookup_device.setObjectName(_fromUtf8("cd_lookup_device")) + self.hboxlayout.setObjectName("hboxlayout") + self.cd_lookup_device = QtWidgets.QComboBox(self.rename_files) + self.cd_lookup_device.setObjectName("cd_lookup_device") self.hboxlayout.addWidget(self.cd_lookup_device) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.hboxlayout.addItem(spacerItem) self.gridlayout.addLayout(self.hboxlayout, 1, 0, 1, 1) self.vboxlayout.addWidget(self.rename_files) - spacerItem1 = QtGui.QSpacerItem(161, 81, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem1 = QtWidgets.QSpacerItem(161, 81, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem1) self.cd_lookup_.setBuddy(self.cd_lookup_device) @@ -46,6 +41,7 @@ QtCore.QMetaObject.connectSlotsByName(CDLookupOptionsPage) def retranslateUi(self, CDLookupOptionsPage): + _translate = QtCore.QCoreApplication.translate self.rename_files.setTitle(_("CD Lookup")) self.cd_lookup_.setText(_("Default CD-ROM drive to use for lookups:")) diff -Nru picard-1.4.2/picard/ui/ui_options_cover.py picard-2.0.0/picard/ui/ui_options_cover.py --- picard-1.4.2/picard/ui/ui_options_cover.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_cover.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,69 +3,75 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_CoverOptionsPage(object): def setupUi(self, CoverOptionsPage): - CoverOptionsPage.setObjectName(_fromUtf8("CoverOptionsPage")) + CoverOptionsPage.setObjectName("CoverOptionsPage") CoverOptionsPage.resize(632, 560) - self.verticalLayout = QtGui.QVBoxLayout(CoverOptionsPage) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.location = QtGui.QGroupBox(CoverOptionsPage) - self.location.setObjectName(_fromUtf8("location")) - self.vboxlayout = QtGui.QVBoxLayout(self.location) + self.verticalLayout = QtWidgets.QVBoxLayout(CoverOptionsPage) + self.verticalLayout.setObjectName("verticalLayout") + self.location = QtWidgets.QGroupBox(CoverOptionsPage) + self.location.setObjectName("location") + self.vboxlayout = QtWidgets.QVBoxLayout(self.location) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(2) - self.vboxlayout.setMargin(9) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.save_images_to_tags = QtGui.QCheckBox(self.location) - self.save_images_to_tags.setObjectName(_fromUtf8("save_images_to_tags")) + self.vboxlayout.setObjectName("vboxlayout") + self.save_images_to_tags = QtWidgets.QCheckBox(self.location) + self.save_images_to_tags.setObjectName("save_images_to_tags") self.vboxlayout.addWidget(self.save_images_to_tags) - self.cb_embed_front_only = QtGui.QCheckBox(self.location) - self.cb_embed_front_only.setObjectName(_fromUtf8("cb_embed_front_only")) + self.cb_embed_front_only = QtWidgets.QCheckBox(self.location) + self.cb_embed_front_only.setObjectName("cb_embed_front_only") self.vboxlayout.addWidget(self.cb_embed_front_only) - self.save_images_to_files = QtGui.QCheckBox(self.location) - self.save_images_to_files.setObjectName(_fromUtf8("save_images_to_files")) + self.save_images_to_files = QtWidgets.QCheckBox(self.location) + self.save_images_to_files.setObjectName("save_images_to_files") self.vboxlayout.addWidget(self.save_images_to_files) - self.label_use_filename = QtGui.QLabel(self.location) - self.label_use_filename.setObjectName(_fromUtf8("label_use_filename")) + self.label_use_filename = QtWidgets.QLabel(self.location) + self.label_use_filename.setObjectName("label_use_filename") self.vboxlayout.addWidget(self.label_use_filename) - self.cover_image_filename = QtGui.QLineEdit(self.location) - self.cover_image_filename.setObjectName(_fromUtf8("cover_image_filename")) + self.cover_image_filename = QtWidgets.QLineEdit(self.location) + self.cover_image_filename.setObjectName("cover_image_filename") self.vboxlayout.addWidget(self.cover_image_filename) - self.save_images_overwrite = QtGui.QCheckBox(self.location) - self.save_images_overwrite.setObjectName(_fromUtf8("save_images_overwrite")) + self.save_images_overwrite = QtWidgets.QCheckBox(self.location) + self.save_images_overwrite.setObjectName("save_images_overwrite") self.vboxlayout.addWidget(self.save_images_overwrite) self.verticalLayout.addWidget(self.location) - self.ca_providers_groupbox = QtGui.QGroupBox(CoverOptionsPage) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + self.ca_providers_groupbox = QtWidgets.QGroupBox(CoverOptionsPage) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.ca_providers_groupbox.sizePolicy().hasHeightForWidth()) self.ca_providers_groupbox.setSizePolicy(sizePolicy) - self.ca_providers_groupbox.setObjectName(_fromUtf8("ca_providers_groupbox")) - self.ca_providers_layout = QtGui.QVBoxLayout(self.ca_providers_groupbox) - self.ca_providers_layout.setObjectName(_fromUtf8("ca_providers_layout")) - self.ca_providers_list = QtGui.QHBoxLayout() - self.ca_providers_list.setObjectName(_fromUtf8("ca_providers_list")) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) - self.ca_providers_list.addItem(spacerItem) - self.ca_providers_layout.addLayout(self.ca_providers_list) - self.verticalLayout.addWidget(self.ca_providers_groupbox) - spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + self.ca_providers_groupbox.setObjectName("ca_providers_groupbox") + self.ca_providers_layout = QtWidgets.QVBoxLayout(self.ca_providers_groupbox) + self.ca_providers_layout.setObjectName("ca_providers_layout") + self.ca_providers_list = QtWidgets.QListWidget(self.ca_providers_groupbox) + self.ca_providers_list.setObjectName("ca_providers_list") + self.ca_providers_layout.addWidget(self.ca_providers_list) + self.ca_layout = QtWidgets.QHBoxLayout() + self.ca_layout.setObjectName("ca_layout") + self.move_label = QtWidgets.QLabel(self.ca_providers_groupbox) + self.move_label.setObjectName("move_label") + self.ca_layout.addWidget(self.move_label) + self.up_button = QtWidgets.QToolButton(self.ca_providers_groupbox) + self.up_button.setLayoutDirection(QtCore.Qt.LeftToRight) + self.up_button.setText("") + self.up_button.setToolButtonStyle(QtCore.Qt.ToolButtonIconOnly) + self.up_button.setAutoRaise(False) + self.up_button.setArrowType(QtCore.Qt.UpArrow) + self.up_button.setObjectName("up_button") + self.ca_layout.addWidget(self.up_button) + self.down_button = QtWidgets.QToolButton(self.ca_providers_groupbox) + self.down_button.setText("") + self.down_button.setToolButtonStyle(QtCore.Qt.ToolButtonIconOnly) + self.down_button.setArrowType(QtCore.Qt.DownArrow) + self.down_button.setObjectName("down_button") + self.ca_layout.addWidget(self.down_button) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) + self.ca_layout.addItem(spacerItem) + self.ca_providers_layout.addLayout(self.ca_layout) + self.verticalLayout.addWidget(self.ca_providers_groupbox, 0, QtCore.Qt.AlignTop) + spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem1) self.retranslateUi(CoverOptionsPage) @@ -76,6 +82,7 @@ CoverOptionsPage.setTabOrder(self.cover_image_filename, self.save_images_overwrite) def retranslateUi(self, CoverOptionsPage): + _translate = QtCore.QCoreApplication.translate self.location.setTitle(_("Location")) self.save_images_to_tags.setText(_("Embed cover images into tags")) self.cb_embed_front_only.setText(_("Only embed a front image")) @@ -83,4 +90,7 @@ self.label_use_filename.setText(_("Use the following file name for images:")) self.save_images_overwrite.setText(_("Overwrite the file if it already exists")) self.ca_providers_groupbox.setTitle(_("Cover Art Providers")) + self.move_label.setText(_("Reorder Priority: ")) + self.up_button.setToolTip(_("Move selected item up")) + self.down_button.setToolTip(_("Move selected item down")) diff -Nru picard-1.4.2/picard/ui/ui_options_fingerprinting.py picard-2.0.0/picard/ui/ui_options_fingerprinting.py --- picard-1.4.2/picard/ui/ui_options_fingerprinting.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_fingerprinting.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,86 +3,73 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_FingerprintingOptionsPage(object): def setupUi(self, FingerprintingOptionsPage): - FingerprintingOptionsPage.setObjectName(_fromUtf8("FingerprintingOptionsPage")) + FingerprintingOptionsPage.setObjectName("FingerprintingOptionsPage") FingerprintingOptionsPage.resize(371, 408) - self.verticalLayout = QtGui.QVBoxLayout(FingerprintingOptionsPage) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.fingerprinting = QtGui.QGroupBox(FingerprintingOptionsPage) + self.verticalLayout = QtWidgets.QVBoxLayout(FingerprintingOptionsPage) + self.verticalLayout.setObjectName("verticalLayout") + self.fingerprinting = QtWidgets.QGroupBox(FingerprintingOptionsPage) self.fingerprinting.setCheckable(False) - self.fingerprinting.setObjectName(_fromUtf8("fingerprinting")) - self.verticalLayout_3 = QtGui.QVBoxLayout(self.fingerprinting) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.disable_fingerprinting = QtGui.QRadioButton(self.fingerprinting) - self.disable_fingerprinting.setObjectName(_fromUtf8("disable_fingerprinting")) + self.fingerprinting.setObjectName("fingerprinting") + self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.fingerprinting) + self.verticalLayout_3.setObjectName("verticalLayout_3") + self.disable_fingerprinting = QtWidgets.QRadioButton(self.fingerprinting) + self.disable_fingerprinting.setObjectName("disable_fingerprinting") self.verticalLayout_3.addWidget(self.disable_fingerprinting) - self.use_acoustid = QtGui.QRadioButton(self.fingerprinting) - self.use_acoustid.setObjectName(_fromUtf8("use_acoustid")) + self.use_acoustid = QtWidgets.QRadioButton(self.fingerprinting) + self.use_acoustid.setObjectName("use_acoustid") self.verticalLayout_3.addWidget(self.use_acoustid) self.verticalLayout.addWidget(self.fingerprinting) - self.acoustid_settings = QtGui.QGroupBox(FingerprintingOptionsPage) - self.acoustid_settings.setObjectName(_fromUtf8("acoustid_settings")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.acoustid_settings) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.ignore_existing_acoustid_fingerprints = QtGui.QCheckBox(self.acoustid_settings) - self.ignore_existing_acoustid_fingerprints.setObjectName(_fromUtf8("ignore_existing_acoustid_fingerprints")) + self.acoustid_settings = QtWidgets.QGroupBox(FingerprintingOptionsPage) + self.acoustid_settings.setObjectName("acoustid_settings") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.acoustid_settings) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.ignore_existing_acoustid_fingerprints = QtWidgets.QCheckBox(self.acoustid_settings) + self.ignore_existing_acoustid_fingerprints.setObjectName("ignore_existing_acoustid_fingerprints") self.verticalLayout_2.addWidget(self.ignore_existing_acoustid_fingerprints) - self.label = QtGui.QLabel(self.acoustid_settings) - self.label.setObjectName(_fromUtf8("label")) + self.label = QtWidgets.QLabel(self.acoustid_settings) + self.label.setObjectName("label") self.verticalLayout_2.addWidget(self.label) - self.horizontalLayout_2 = QtGui.QHBoxLayout() - self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2")) - self.acoustid_fpcalc = QtGui.QLineEdit(self.acoustid_settings) - self.acoustid_fpcalc.setObjectName(_fromUtf8("acoustid_fpcalc")) + self.horizontalLayout_2 = QtWidgets.QHBoxLayout() + self.horizontalLayout_2.setObjectName("horizontalLayout_2") + self.acoustid_fpcalc = QtWidgets.QLineEdit(self.acoustid_settings) + self.acoustid_fpcalc.setObjectName("acoustid_fpcalc") self.horizontalLayout_2.addWidget(self.acoustid_fpcalc) - self.acoustid_fpcalc_browse = QtGui.QPushButton(self.acoustid_settings) - self.acoustid_fpcalc_browse.setObjectName(_fromUtf8("acoustid_fpcalc_browse")) + self.acoustid_fpcalc_browse = QtWidgets.QPushButton(self.acoustid_settings) + self.acoustid_fpcalc_browse.setObjectName("acoustid_fpcalc_browse") self.horizontalLayout_2.addWidget(self.acoustid_fpcalc_browse) - self.acoustid_fpcalc_download = QtGui.QPushButton(self.acoustid_settings) - self.acoustid_fpcalc_download.setObjectName(_fromUtf8("acoustid_fpcalc_download")) + self.acoustid_fpcalc_download = QtWidgets.QPushButton(self.acoustid_settings) + self.acoustid_fpcalc_download.setObjectName("acoustid_fpcalc_download") self.horizontalLayout_2.addWidget(self.acoustid_fpcalc_download) self.verticalLayout_2.addLayout(self.horizontalLayout_2) - self.acoustid_fpcalc_info = QtGui.QLabel(self.acoustid_settings) - self.acoustid_fpcalc_info.setText(_fromUtf8("")) - self.acoustid_fpcalc_info.setObjectName(_fromUtf8("acoustid_fpcalc_info")) + self.acoustid_fpcalc_info = QtWidgets.QLabel(self.acoustid_settings) + self.acoustid_fpcalc_info.setText("") + self.acoustid_fpcalc_info.setObjectName("acoustid_fpcalc_info") self.verticalLayout_2.addWidget(self.acoustid_fpcalc_info) - self.label_2 = QtGui.QLabel(self.acoustid_settings) - self.label_2.setObjectName(_fromUtf8("label_2")) + self.label_2 = QtWidgets.QLabel(self.acoustid_settings) + self.label_2.setObjectName("label_2") self.verticalLayout_2.addWidget(self.label_2) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.acoustid_apikey = QtGui.QLineEdit(self.acoustid_settings) - self.acoustid_apikey.setObjectName(_fromUtf8("acoustid_apikey")) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.acoustid_apikey = QtWidgets.QLineEdit(self.acoustid_settings) + self.acoustid_apikey.setObjectName("acoustid_apikey") self.horizontalLayout.addWidget(self.acoustid_apikey) - self.acoustid_apikey_get = QtGui.QPushButton(self.acoustid_settings) - self.acoustid_apikey_get.setObjectName(_fromUtf8("acoustid_apikey_get")) + self.acoustid_apikey_get = QtWidgets.QPushButton(self.acoustid_settings) + self.acoustid_apikey_get.setObjectName("acoustid_apikey_get") self.horizontalLayout.addWidget(self.acoustid_apikey_get) self.verticalLayout_2.addLayout(self.horizontalLayout) self.verticalLayout.addWidget(self.acoustid_settings) - spacerItem = QtGui.QSpacerItem(181, 21, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(181, 21, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) self.retranslateUi(FingerprintingOptionsPage) QtCore.QMetaObject.connectSlotsByName(FingerprintingOptionsPage) def retranslateUi(self, FingerprintingOptionsPage): + _translate = QtCore.QCoreApplication.translate self.fingerprinting.setTitle(_("Audio Fingerprinting")) self.disable_fingerprinting.setText(_("Do not use audio fingerprinting")) self.use_acoustid.setText(_("Use AcoustID")) diff -Nru picard-1.4.2/picard/ui/ui_options_folksonomy.py picard-2.0.0/picard/ui/ui_options_folksonomy.py --- picard-1.4.2/picard/ui/ui_options_folksonomy.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_folksonomy.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,107 +3,93 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_FolksonomyOptionsPage(object): def setupUi(self, FolksonomyOptionsPage): - FolksonomyOptionsPage.setObjectName(_fromUtf8("FolksonomyOptionsPage")) + FolksonomyOptionsPage.setObjectName("FolksonomyOptionsPage") FolksonomyOptionsPage.resize(590, 304) - self.verticalLayout_2 = QtGui.QVBoxLayout(FolksonomyOptionsPage) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.rename_files_3 = QtGui.QGroupBox(FolksonomyOptionsPage) - self.rename_files_3.setObjectName(_fromUtf8("rename_files_3")) - self.verticalLayout = QtGui.QVBoxLayout(self.rename_files_3) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.ignore_tags_2 = QtGui.QLabel(self.rename_files_3) - self.ignore_tags_2.setObjectName(_fromUtf8("ignore_tags_2")) + self.verticalLayout_2 = QtWidgets.QVBoxLayout(FolksonomyOptionsPage) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.rename_files_3 = QtWidgets.QGroupBox(FolksonomyOptionsPage) + self.rename_files_3.setObjectName("rename_files_3") + self.verticalLayout = QtWidgets.QVBoxLayout(self.rename_files_3) + self.verticalLayout.setObjectName("verticalLayout") + self.ignore_tags_2 = QtWidgets.QLabel(self.rename_files_3) + self.ignore_tags_2.setObjectName("ignore_tags_2") self.verticalLayout.addWidget(self.ignore_tags_2) - self.ignore_tags = QtGui.QLineEdit(self.rename_files_3) - self.ignore_tags.setObjectName(_fromUtf8("ignore_tags")) + self.ignore_tags = QtWidgets.QLineEdit(self.rename_files_3) + self.ignore_tags.setObjectName("ignore_tags") self.verticalLayout.addWidget(self.ignore_tags) - self.only_my_tags = QtGui.QCheckBox(self.rename_files_3) - self.only_my_tags.setObjectName(_fromUtf8("only_my_tags")) + self.only_my_tags = QtWidgets.QCheckBox(self.rename_files_3) + self.only_my_tags.setObjectName("only_my_tags") self.verticalLayout.addWidget(self.only_my_tags) - self.artists_tags = QtGui.QCheckBox(self.rename_files_3) + self.artists_tags = QtWidgets.QCheckBox(self.rename_files_3) self.artists_tags.setEnabled(True) - self.artists_tags.setObjectName(_fromUtf8("artists_tags")) + self.artists_tags.setObjectName("artists_tags") self.verticalLayout.addWidget(self.artists_tags) - self.hboxlayout = QtGui.QHBoxLayout() + self.hboxlayout = QtWidgets.QHBoxLayout() + self.hboxlayout.setContentsMargins(0, 0, 0, 0) self.hboxlayout.setSpacing(6) - self.hboxlayout.setMargin(0) - self.hboxlayout.setObjectName(_fromUtf8("hboxlayout")) - self.label_5 = QtGui.QLabel(self.rename_files_3) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.hboxlayout.setObjectName("hboxlayout") + self.label_5 = QtWidgets.QLabel(self.rename_files_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_5.sizePolicy().hasHeightForWidth()) self.label_5.setSizePolicy(sizePolicy) - self.label_5.setObjectName(_fromUtf8("label_5")) + self.label_5.setObjectName("label_5") self.hboxlayout.addWidget(self.label_5) - self.min_tag_usage = QtGui.QSpinBox(self.rename_files_3) + self.min_tag_usage = QtWidgets.QSpinBox(self.rename_files_3) self.min_tag_usage.setMaximum(100) - self.min_tag_usage.setObjectName(_fromUtf8("min_tag_usage")) + self.min_tag_usage.setObjectName("min_tag_usage") self.hboxlayout.addWidget(self.min_tag_usage) self.verticalLayout.addLayout(self.hboxlayout) - self.hboxlayout1 = QtGui.QHBoxLayout() + self.hboxlayout1 = QtWidgets.QHBoxLayout() + self.hboxlayout1.setContentsMargins(0, 0, 0, 0) self.hboxlayout1.setSpacing(6) - self.hboxlayout1.setMargin(0) - self.hboxlayout1.setObjectName(_fromUtf8("hboxlayout1")) - self.label_6 = QtGui.QLabel(self.rename_files_3) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.hboxlayout1.setObjectName("hboxlayout1") + self.label_6 = QtWidgets.QLabel(self.rename_files_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_6.sizePolicy().hasHeightForWidth()) self.label_6.setSizePolicy(sizePolicy) - self.label_6.setObjectName(_fromUtf8("label_6")) + self.label_6.setObjectName("label_6") self.hboxlayout1.addWidget(self.label_6) - self.max_tags = QtGui.QSpinBox(self.rename_files_3) + self.max_tags = QtWidgets.QSpinBox(self.rename_files_3) self.max_tags.setMaximum(100) - self.max_tags.setObjectName(_fromUtf8("max_tags")) + self.max_tags.setObjectName("max_tags") self.hboxlayout1.addWidget(self.max_tags) self.verticalLayout.addLayout(self.hboxlayout1) - self.hboxlayout2 = QtGui.QHBoxLayout() + self.hboxlayout2 = QtWidgets.QHBoxLayout() + self.hboxlayout2.setContentsMargins(0, 0, 0, 0) self.hboxlayout2.setSpacing(6) - self.hboxlayout2.setMargin(0) - self.hboxlayout2.setObjectName(_fromUtf8("hboxlayout2")) - self.ignore_tags_4 = QtGui.QLabel(self.rename_files_3) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + self.hboxlayout2.setObjectName("hboxlayout2") + self.ignore_tags_4 = QtWidgets.QLabel(self.rename_files_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(4) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.ignore_tags_4.sizePolicy().hasHeightForWidth()) self.ignore_tags_4.setSizePolicy(sizePolicy) - self.ignore_tags_4.setObjectName(_fromUtf8("ignore_tags_4")) + self.ignore_tags_4.setObjectName("ignore_tags_4") self.hboxlayout2.addWidget(self.ignore_tags_4) - self.join_tags = QtGui.QComboBox(self.rename_files_3) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) + self.join_tags = QtWidgets.QComboBox(self.rename_files_3) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(1) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.join_tags.sizePolicy().hasHeightForWidth()) self.join_tags.setSizePolicy(sizePolicy) self.join_tags.setEditable(True) - self.join_tags.setObjectName(_fromUtf8("join_tags")) - self.join_tags.addItem(_fromUtf8("")) - self.join_tags.setItemText(0, _fromUtf8("")) - self.join_tags.addItem(_fromUtf8("")) - self.join_tags.addItem(_fromUtf8("")) + self.join_tags.setObjectName("join_tags") + self.join_tags.addItem("") + self.join_tags.setItemText(0, "") + self.join_tags.addItem("") + self.join_tags.addItem("") self.hboxlayout2.addWidget(self.join_tags) self.verticalLayout.addLayout(self.hboxlayout2) self.verticalLayout_2.addWidget(self.rename_files_3) - spacerItem = QtGui.QSpacerItem(181, 31, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(181, 31, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout_2.addItem(spacerItem) self.label_5.setBuddy(self.min_tag_usage) self.label_6.setBuddy(self.min_tag_usage) @@ -112,6 +98,7 @@ QtCore.QMetaObject.connectSlotsByName(FolksonomyOptionsPage) def retranslateUi(self, FolksonomyOptionsPage): + _translate = QtCore.QCoreApplication.translate self.rename_files_3.setTitle(_("Folksonomy Tags")) self.ignore_tags_2.setText(_("Ignore tags:")) self.only_my_tags.setText(_("Only use my tags")) diff -Nru picard-1.4.2/picard/ui/ui_options_general.py picard-2.0.0/picard/ui/ui_options_general.py --- picard-1.4.2/picard/ui/ui_options_general.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_general.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,85 +3,71 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_GeneralOptionsPage(object): def setupUi(self, GeneralOptionsPage): - GeneralOptionsPage.setObjectName(_fromUtf8("GeneralOptionsPage")) + GeneralOptionsPage.setObjectName("GeneralOptionsPage") GeneralOptionsPage.resize(283, 435) - self.vboxlayout = QtGui.QVBoxLayout(GeneralOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.groupBox = QtGui.QGroupBox(GeneralOptionsPage) - self.groupBox.setObjectName(_fromUtf8("groupBox")) - self.gridlayout = QtGui.QGridLayout(self.groupBox) + self.vboxlayout = QtWidgets.QVBoxLayout(GeneralOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.groupBox = QtWidgets.QGroupBox(GeneralOptionsPage) + self.groupBox.setObjectName("groupBox") + self.gridlayout = QtWidgets.QGridLayout(self.groupBox) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.server_host = QtGui.QComboBox(self.groupBox) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + self.gridlayout.setObjectName("gridlayout") + self.server_host = QtWidgets.QComboBox(self.groupBox) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.server_host.sizePolicy().hasHeightForWidth()) self.server_host.setSizePolicy(sizePolicy) self.server_host.setEditable(True) - self.server_host.setObjectName(_fromUtf8("server_host")) + self.server_host.setObjectName("server_host") self.gridlayout.addWidget(self.server_host, 1, 0, 1, 1) - self.label_7 = QtGui.QLabel(self.groupBox) - self.label_7.setObjectName(_fromUtf8("label_7")) + self.label_7 = QtWidgets.QLabel(self.groupBox) + self.label_7.setObjectName("label_7") self.gridlayout.addWidget(self.label_7, 0, 1, 1, 1) - self.server_port = QtGui.QSpinBox(self.groupBox) + self.server_port = QtWidgets.QSpinBox(self.groupBox) self.server_port.setMinimum(1) self.server_port.setMaximum(65535) self.server_port.setProperty("value", 80) - self.server_port.setObjectName(_fromUtf8("server_port")) + self.server_port.setObjectName("server_port") self.gridlayout.addWidget(self.server_port, 1, 1, 1, 1) - self.label = QtGui.QLabel(self.groupBox) - self.label.setObjectName(_fromUtf8("label")) + self.label = QtWidgets.QLabel(self.groupBox) + self.label.setObjectName("label") self.gridlayout.addWidget(self.label, 0, 0, 1, 1) self.vboxlayout.addWidget(self.groupBox) - self.rename_files_2 = QtGui.QGroupBox(GeneralOptionsPage) - self.rename_files_2.setObjectName(_fromUtf8("rename_files_2")) - self.gridlayout1 = QtGui.QGridLayout(self.rename_files_2) + self.rename_files_2 = QtWidgets.QGroupBox(GeneralOptionsPage) + self.rename_files_2.setObjectName("rename_files_2") + self.gridlayout1 = QtWidgets.QGridLayout(self.rename_files_2) self.gridlayout1.setSpacing(2) - self.gridlayout1.setObjectName(_fromUtf8("gridlayout1")) - self.login = QtGui.QPushButton(self.rename_files_2) - self.login.setObjectName(_fromUtf8("login")) + self.gridlayout1.setObjectName("gridlayout1") + self.login = QtWidgets.QPushButton(self.rename_files_2) + self.login.setObjectName("login") self.gridlayout1.addWidget(self.login, 1, 0, 1, 1) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.gridlayout1.addItem(spacerItem, 1, 2, 1, 1) - self.logout = QtGui.QPushButton(self.rename_files_2) - self.logout.setObjectName(_fromUtf8("logout")) + self.logout = QtWidgets.QPushButton(self.rename_files_2) + self.logout.setObjectName("logout") self.gridlayout1.addWidget(self.logout, 1, 1, 1, 1) - self.logged_in = QtGui.QLabel(self.rename_files_2) - self.logged_in.setText(_fromUtf8("")) - self.logged_in.setObjectName(_fromUtf8("logged_in")) + self.logged_in = QtWidgets.QLabel(self.rename_files_2) + self.logged_in.setText("") + self.logged_in.setObjectName("logged_in") self.gridlayout1.addWidget(self.logged_in, 0, 0, 1, 3) self.vboxlayout.addWidget(self.rename_files_2) - self.groupBox_2 = QtGui.QGroupBox(GeneralOptionsPage) - self.groupBox_2.setObjectName(_fromUtf8("groupBox_2")) - self.verticalLayout = QtGui.QVBoxLayout(self.groupBox_2) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.analyze_new_files = QtGui.QCheckBox(self.groupBox_2) - self.analyze_new_files.setObjectName(_fromUtf8("analyze_new_files")) + self.groupBox_2 = QtWidgets.QGroupBox(GeneralOptionsPage) + self.groupBox_2.setObjectName("groupBox_2") + self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox_2) + self.verticalLayout.setObjectName("verticalLayout") + self.analyze_new_files = QtWidgets.QCheckBox(self.groupBox_2) + self.analyze_new_files.setObjectName("analyze_new_files") self.verticalLayout.addWidget(self.analyze_new_files) - self.ignore_file_mbids = QtGui.QCheckBox(self.groupBox_2) - self.ignore_file_mbids.setObjectName(_fromUtf8("ignore_file_mbids")) + self.ignore_file_mbids = QtWidgets.QCheckBox(self.groupBox_2) + self.ignore_file_mbids.setObjectName("ignore_file_mbids") self.verticalLayout.addWidget(self.ignore_file_mbids) self.vboxlayout.addWidget(self.groupBox_2) - spacerItem1 = QtGui.QSpacerItem(181, 21, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem1 = QtWidgets.QSpacerItem(181, 21, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem1) self.retranslateUi(GeneralOptionsPage) @@ -89,6 +75,7 @@ GeneralOptionsPage.setTabOrder(self.server_host, self.server_port) def retranslateUi(self, GeneralOptionsPage): + _translate = QtCore.QCoreApplication.translate self.groupBox.setTitle(_("MusicBrainz Server")) self.label_7.setText(_("Port:")) self.label.setText(_("Server address:")) diff -Nru picard-1.4.2/picard/ui/ui_options_interface.py picard-2.0.0/picard/ui/ui_options_interface.py --- picard-1.4.2/picard/ui/ui_options_interface.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_interface.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,122 +3,123 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_InterfaceOptionsPage(object): def setupUi(self, InterfaceOptionsPage): - InterfaceOptionsPage.setObjectName(_fromUtf8("InterfaceOptionsPage")) + InterfaceOptionsPage.setObjectName("InterfaceOptionsPage") InterfaceOptionsPage.resize(466, 500) - self.vboxlayout = QtGui.QVBoxLayout(InterfaceOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.groupBox_2 = QtGui.QGroupBox(InterfaceOptionsPage) - self.groupBox_2.setObjectName(_fromUtf8("groupBox_2")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.groupBox_2) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.toolbar_show_labels = QtGui.QCheckBox(self.groupBox_2) - self.toolbar_show_labels.setObjectName(_fromUtf8("toolbar_show_labels")) + self.vboxlayout = QtWidgets.QVBoxLayout(InterfaceOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.groupBox_2 = QtWidgets.QGroupBox(InterfaceOptionsPage) + self.groupBox_2.setObjectName("groupBox_2") + self.vboxlayout1 = QtWidgets.QVBoxLayout(self.groupBox_2) + self.vboxlayout1.setObjectName("vboxlayout1") + self.toolbar_show_labels = QtWidgets.QCheckBox(self.groupBox_2) + self.toolbar_show_labels.setObjectName("toolbar_show_labels") self.vboxlayout1.addWidget(self.toolbar_show_labels) - self.toolbar_multiselect = QtGui.QCheckBox(self.groupBox_2) - self.toolbar_multiselect.setObjectName(_fromUtf8("toolbar_multiselect")) + self.toolbar_multiselect = QtWidgets.QCheckBox(self.groupBox_2) + self.toolbar_multiselect.setObjectName("toolbar_multiselect") self.vboxlayout1.addWidget(self.toolbar_multiselect) - self.builtin_search = QtGui.QCheckBox(self.groupBox_2) - self.builtin_search.setObjectName(_fromUtf8("builtin_search")) + self.builtin_search = QtWidgets.QCheckBox(self.groupBox_2) + self.builtin_search.setObjectName("builtin_search") self.vboxlayout1.addWidget(self.builtin_search) - self.use_adv_search_syntax = QtGui.QCheckBox(self.groupBox_2) - self.use_adv_search_syntax.setObjectName(_fromUtf8("use_adv_search_syntax")) + self.use_adv_search_syntax = QtWidgets.QCheckBox(self.groupBox_2) + self.use_adv_search_syntax.setObjectName("use_adv_search_syntax") self.vboxlayout1.addWidget(self.use_adv_search_syntax) - self.quit_confirmation = QtGui.QCheckBox(self.groupBox_2) - self.quit_confirmation.setObjectName(_fromUtf8("quit_confirmation")) + self.quit_confirmation = QtWidgets.QCheckBox(self.groupBox_2) + self.quit_confirmation.setObjectName("quit_confirmation") self.vboxlayout1.addWidget(self.quit_confirmation) - self.starting_directory = QtGui.QCheckBox(self.groupBox_2) - self.starting_directory.setObjectName(_fromUtf8("starting_directory")) + self.starting_directory = QtWidgets.QCheckBox(self.groupBox_2) + self.starting_directory.setObjectName("starting_directory") self.vboxlayout1.addWidget(self.starting_directory) - self.horizontalLayout_4 = QtGui.QHBoxLayout() + self.horizontalLayout_4 = QtWidgets.QHBoxLayout() self.horizontalLayout_4.setSpacing(2) - self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4")) - self.starting_directory_path = QtGui.QLineEdit(self.groupBox_2) + self.horizontalLayout_4.setObjectName("horizontalLayout_4") + self.starting_directory_path = QtWidgets.QLineEdit(self.groupBox_2) self.starting_directory_path.setEnabled(False) - self.starting_directory_path.setObjectName(_fromUtf8("starting_directory_path")) + self.starting_directory_path.setObjectName("starting_directory_path") self.horizontalLayout_4.addWidget(self.starting_directory_path) - self.starting_directory_browse = QtGui.QPushButton(self.groupBox_2) + self.starting_directory_browse = QtWidgets.QPushButton(self.groupBox_2) self.starting_directory_browse.setEnabled(False) - self.starting_directory_browse.setObjectName(_fromUtf8("starting_directory_browse")) + self.starting_directory_browse.setObjectName("starting_directory_browse") self.horizontalLayout_4.addWidget(self.starting_directory_browse) self.vboxlayout1.addLayout(self.horizontalLayout_4) - self.label = QtGui.QLabel(self.groupBox_2) - self.label.setObjectName(_fromUtf8("label")) + self.label = QtWidgets.QLabel(self.groupBox_2) + self.label.setObjectName("label") self.vboxlayout1.addWidget(self.label) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.ui_language = QtGui.QComboBox(self.groupBox_2) - self.ui_language.setObjectName(_fromUtf8("ui_language")) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.ui_language = QtWidgets.QComboBox(self.groupBox_2) + self.ui_language.setObjectName("ui_language") self.horizontalLayout.addWidget(self.ui_language) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.horizontalLayout.addItem(spacerItem) self.vboxlayout1.addLayout(self.horizontalLayout) self.vboxlayout.addWidget(self.groupBox_2) - self.customize_toolbar_box = QtGui.QGroupBox(InterfaceOptionsPage) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Preferred) + self.customize_toolbar_box = QtWidgets.QGroupBox(InterfaceOptionsPage) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.customize_toolbar_box.sizePolicy().hasHeightForWidth()) self.customize_toolbar_box.setSizePolicy(sizePolicy) - self.customize_toolbar_box.setObjectName(_fromUtf8("customize_toolbar_box")) - self.verticalLayout = QtGui.QVBoxLayout(self.customize_toolbar_box) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.toolbar_layout_list = QtGui.QListWidget(self.customize_toolbar_box) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.customize_toolbar_box.setObjectName("customize_toolbar_box") + self.verticalLayout = QtWidgets.QVBoxLayout(self.customize_toolbar_box) + self.verticalLayout.setObjectName("verticalLayout") + self.toolbar_layout_list = QtWidgets.QListWidget(self.customize_toolbar_box) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.toolbar_layout_list.sizePolicy().hasHeightForWidth()) self.toolbar_layout_list.setSizePolicy(sizePolicy) - self.toolbar_layout_list.setObjectName(_fromUtf8("toolbar_layout_list")) + self.toolbar_layout_list.setObjectName("toolbar_layout_list") self.verticalLayout.addWidget(self.toolbar_layout_list) - self.edit_button_box = QtGui.QWidget(self.customize_toolbar_box) - self.edit_button_box.setObjectName(_fromUtf8("edit_button_box")) - self.edit_box_layout = QtGui.QHBoxLayout(self.edit_button_box) - self.edit_box_layout.setMargin(0) - self.edit_box_layout.setObjectName(_fromUtf8("edit_box_layout")) - self.add_button = QtGui.QPushButton(self.edit_button_box) - self.add_button.setObjectName(_fromUtf8("add_button")) + self.edit_button_box = QtWidgets.QWidget(self.customize_toolbar_box) + self.edit_button_box.setObjectName("edit_button_box") + self.edit_box_layout = QtWidgets.QHBoxLayout(self.edit_button_box) + self.edit_box_layout.setContentsMargins(0, 0, 0, 0) + self.edit_box_layout.setObjectName("edit_box_layout") + self.add_button = QtWidgets.QPushButton(self.edit_button_box) + self.add_button.setObjectName("add_button") self.edit_box_layout.addWidget(self.add_button) - self.insert_separator_button = QtGui.QPushButton(self.edit_button_box) - self.insert_separator_button.setObjectName(_fromUtf8("insert_separator_button")) + self.insert_separator_button = QtWidgets.QPushButton(self.edit_button_box) + self.insert_separator_button.setObjectName("insert_separator_button") self.edit_box_layout.addWidget(self.insert_separator_button) - spacerItem1 = QtGui.QSpacerItem(50, 20, QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Minimum) + spacerItem1 = QtWidgets.QSpacerItem(50, 20, QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.Minimum) self.edit_box_layout.addItem(spacerItem1) - self.up_button = QtGui.QToolButton(self.edit_button_box) + self.up_button = QtWidgets.QToolButton(self.edit_button_box) self.up_button.setArrowType(QtCore.Qt.UpArrow) - self.up_button.setObjectName(_fromUtf8("up_button")) + self.up_button.setObjectName("up_button") self.edit_box_layout.addWidget(self.up_button) - self.down_button = QtGui.QToolButton(self.edit_button_box) + self.down_button = QtWidgets.QToolButton(self.edit_button_box) self.down_button.setArrowType(QtCore.Qt.DownArrow) - self.down_button.setObjectName(_fromUtf8("down_button")) + self.down_button.setObjectName("down_button") self.edit_box_layout.addWidget(self.down_button) - self.remove_button = QtGui.QPushButton(self.edit_button_box) - self.remove_button.setObjectName(_fromUtf8("remove_button")) + self.remove_button = QtWidgets.QPushButton(self.edit_button_box) + self.remove_button.setObjectName("remove_button") self.edit_box_layout.addWidget(self.remove_button) self.verticalLayout.addWidget(self.edit_button_box) self.vboxlayout.addWidget(self.customize_toolbar_box) self.retranslateUi(InterfaceOptionsPage) QtCore.QMetaObject.connectSlotsByName(InterfaceOptionsPage) + InterfaceOptionsPage.setTabOrder(self.toolbar_show_labels, self.toolbar_multiselect) + InterfaceOptionsPage.setTabOrder(self.toolbar_multiselect, self.builtin_search) + InterfaceOptionsPage.setTabOrder(self.builtin_search, self.use_adv_search_syntax) + InterfaceOptionsPage.setTabOrder(self.use_adv_search_syntax, self.quit_confirmation) + InterfaceOptionsPage.setTabOrder(self.quit_confirmation, self.starting_directory) + InterfaceOptionsPage.setTabOrder(self.starting_directory, self.starting_directory_path) + InterfaceOptionsPage.setTabOrder(self.starting_directory_path, self.starting_directory_browse) + InterfaceOptionsPage.setTabOrder(self.starting_directory_browse, self.ui_language) + InterfaceOptionsPage.setTabOrder(self.ui_language, self.toolbar_layout_list) + InterfaceOptionsPage.setTabOrder(self.toolbar_layout_list, self.add_button) + InterfaceOptionsPage.setTabOrder(self.add_button, self.insert_separator_button) + InterfaceOptionsPage.setTabOrder(self.insert_separator_button, self.up_button) + InterfaceOptionsPage.setTabOrder(self.up_button, self.down_button) + InterfaceOptionsPage.setTabOrder(self.down_button, self.remove_button) def retranslateUi(self, InterfaceOptionsPage): + _translate = QtCore.QCoreApplication.translate self.groupBox_2.setTitle(_("Miscellaneous")) self.toolbar_show_labels.setText(_("Show text labels under icons")) self.toolbar_multiselect.setText(_("Allow selection of multiple directories")) diff -Nru picard-1.4.2/picard/ui/ui_options_matching.py picard-2.0.0/picard/ui/ui_options_matching.py --- picard-1.4.2/picard/ui/ui_options_matching.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_matching.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,62 +3,57 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MatchingOptionsPage(object): def setupUi(self, MatchingOptionsPage): - MatchingOptionsPage.setObjectName(_fromUtf8("MatchingOptionsPage")) + MatchingOptionsPage.setObjectName("MatchingOptionsPage") MatchingOptionsPage.resize(413, 612) - self.vboxlayout = QtGui.QVBoxLayout(MatchingOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.rename_files = QtGui.QGroupBox(MatchingOptionsPage) - self.rename_files.setObjectName(_fromUtf8("rename_files")) - self.gridlayout = QtGui.QGridLayout(self.rename_files) + self.vboxlayout = QtWidgets.QVBoxLayout(MatchingOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.rename_files = QtWidgets.QGroupBox(MatchingOptionsPage) + self.rename_files.setObjectName("rename_files") + self.gridlayout = QtWidgets.QGridLayout(self.rename_files) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.label_6 = QtGui.QLabel(self.rename_files) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.gridlayout.setObjectName("gridlayout") + self.label_6 = QtWidgets.QLabel(self.rename_files) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_6.sizePolicy().hasHeightForWidth()) self.label_6.setSizePolicy(sizePolicy) - self.label_6.setObjectName(_fromUtf8("label_6")) + self.label_6.setObjectName("label_6") self.gridlayout.addWidget(self.label_6, 2, 0, 1, 1) - self.track_matching_threshold = QtGui.QSpinBox(self.rename_files) + self.track_matching_threshold = QtWidgets.QSpinBox(self.rename_files) self.track_matching_threshold.setMaximum(100) - self.track_matching_threshold.setObjectName(_fromUtf8("track_matching_threshold")) + self.track_matching_threshold.setObjectName("track_matching_threshold") self.gridlayout.addWidget(self.track_matching_threshold, 2, 1, 1, 1) - self.cluster_lookup_threshold = QtGui.QSpinBox(self.rename_files) + self.cluster_lookup_threshold = QtWidgets.QSpinBox(self.rename_files) self.cluster_lookup_threshold.setMaximum(100) - self.cluster_lookup_threshold.setObjectName(_fromUtf8("cluster_lookup_threshold")) + self.cluster_lookup_threshold.setObjectName("cluster_lookup_threshold") self.gridlayout.addWidget(self.cluster_lookup_threshold, 1, 1, 1, 1) - self.file_lookup_threshold = QtGui.QSpinBox(self.rename_files) + self.file_lookup_threshold = QtWidgets.QSpinBox(self.rename_files) self.file_lookup_threshold.setMaximum(100) - self.file_lookup_threshold.setObjectName(_fromUtf8("file_lookup_threshold")) + self.file_lookup_threshold.setObjectName("file_lookup_threshold") self.gridlayout.addWidget(self.file_lookup_threshold, 0, 1, 1, 1) - self.label_4 = QtGui.QLabel(self.rename_files) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.label_4 = QtWidgets.QLabel(self.rename_files) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_4.sizePolicy().hasHeightForWidth()) self.label_4.setSizePolicy(sizePolicy) - self.label_4.setObjectName(_fromUtf8("label_4")) + self.label_4.setObjectName("label_4") self.gridlayout.addWidget(self.label_4, 0, 0, 1, 1) - self.label_5 = QtGui.QLabel(self.rename_files) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.label_5 = QtWidgets.QLabel(self.rename_files) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_5.sizePolicy().hasHeightForWidth()) self.label_5.setSizePolicy(sizePolicy) - self.label_5.setObjectName(_fromUtf8("label_5")) + self.label_5.setObjectName("label_5") self.gridlayout.addWidget(self.label_5, 1, 0, 1, 1) self.vboxlayout.addWidget(self.rename_files) - spacerItem = QtGui.QSpacerItem(20, 41, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(20, 41, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem) self.label_6.setBuddy(self.file_lookup_threshold) self.label_4.setBuddy(self.file_lookup_threshold) @@ -70,6 +65,7 @@ MatchingOptionsPage.setTabOrder(self.cluster_lookup_threshold, self.track_matching_threshold) def retranslateUi(self, MatchingOptionsPage): + _translate = QtCore.QCoreApplication.translate self.rename_files.setTitle(_("Thresholds")) self.label_6.setText(_("Minimal similarity for matching files to tracks:")) self.track_matching_threshold.setSuffix(_(" %")) diff -Nru picard-1.4.2/picard/ui/ui_options_metadata.py picard-2.0.0/picard/ui/ui_options_metadata.py --- picard-1.4.2/picard/ui/ui_options_metadata.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_metadata.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,83 +3,78 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_MetadataOptionsPage(object): def setupUi(self, MetadataOptionsPage): - MetadataOptionsPage.setObjectName(_fromUtf8("MetadataOptionsPage")) + MetadataOptionsPage.setObjectName("MetadataOptionsPage") MetadataOptionsPage.resize(423, 553) - self.verticalLayout = QtGui.QVBoxLayout(MetadataOptionsPage) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.metadata_groupbox = QtGui.QGroupBox(MetadataOptionsPage) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Maximum) + self.verticalLayout = QtWidgets.QVBoxLayout(MetadataOptionsPage) + self.verticalLayout.setObjectName("verticalLayout") + self.metadata_groupbox = QtWidgets.QGroupBox(MetadataOptionsPage) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.metadata_groupbox.sizePolicy().hasHeightForWidth()) self.metadata_groupbox.setSizePolicy(sizePolicy) self.metadata_groupbox.setMinimumSize(QtCore.QSize(397, 135)) self.metadata_groupbox.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) - self.metadata_groupbox.setObjectName(_fromUtf8("metadata_groupbox")) - self.verticalLayout_3 = QtGui.QVBoxLayout(self.metadata_groupbox) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.translate_artist_names = QtGui.QCheckBox(self.metadata_groupbox) - self.translate_artist_names.setObjectName(_fromUtf8("translate_artist_names")) + self.metadata_groupbox.setObjectName("metadata_groupbox") + self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.metadata_groupbox) + self.verticalLayout_3.setObjectName("verticalLayout_3") + self.translate_artist_names = QtWidgets.QCheckBox(self.metadata_groupbox) + self.translate_artist_names.setObjectName("translate_artist_names") self.verticalLayout_3.addWidget(self.translate_artist_names) - self.artist_locale = QtGui.QComboBox(self.metadata_groupbox) - self.artist_locale.setObjectName(_fromUtf8("artist_locale")) + self.artist_locale = QtWidgets.QComboBox(self.metadata_groupbox) + self.artist_locale.setObjectName("artist_locale") self.verticalLayout_3.addWidget(self.artist_locale) - self.standardize_artists = QtGui.QCheckBox(self.metadata_groupbox) - self.standardize_artists.setObjectName(_fromUtf8("standardize_artists")) + self.standardize_artists = QtWidgets.QCheckBox(self.metadata_groupbox) + self.standardize_artists.setObjectName("standardize_artists") self.verticalLayout_3.addWidget(self.standardize_artists) - self.convert_punctuation = QtGui.QCheckBox(self.metadata_groupbox) - self.convert_punctuation.setObjectName(_fromUtf8("convert_punctuation")) + self.convert_punctuation = QtWidgets.QCheckBox(self.metadata_groupbox) + self.convert_punctuation.setObjectName("convert_punctuation") self.verticalLayout_3.addWidget(self.convert_punctuation) - self.release_ars = QtGui.QCheckBox(self.metadata_groupbox) - self.release_ars.setObjectName(_fromUtf8("release_ars")) + self.release_ars = QtWidgets.QCheckBox(self.metadata_groupbox) + self.release_ars.setObjectName("release_ars") self.verticalLayout_3.addWidget(self.release_ars) - self.track_ars = QtGui.QCheckBox(self.metadata_groupbox) - self.track_ars.setObjectName(_fromUtf8("track_ars")) + self.track_ars = QtWidgets.QCheckBox(self.metadata_groupbox) + self.track_ars.setObjectName("track_ars") self.verticalLayout_3.addWidget(self.track_ars) - self.folksonomy_tags = QtGui.QCheckBox(self.metadata_groupbox) - self.folksonomy_tags.setObjectName(_fromUtf8("folksonomy_tags")) + self.folksonomy_tags = QtWidgets.QCheckBox(self.metadata_groupbox) + self.folksonomy_tags.setObjectName("folksonomy_tags") self.verticalLayout_3.addWidget(self.folksonomy_tags) self.verticalLayout.addWidget(self.metadata_groupbox) - self.custom_fields_groupbox = QtGui.QGroupBox(MetadataOptionsPage) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Maximum) + self.custom_fields_groupbox = QtWidgets.QGroupBox(MetadataOptionsPage) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Maximum) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.custom_fields_groupbox.sizePolicy().hasHeightForWidth()) self.custom_fields_groupbox.setSizePolicy(sizePolicy) self.custom_fields_groupbox.setMinimumSize(QtCore.QSize(397, 0)) - self.custom_fields_groupbox.setObjectName(_fromUtf8("custom_fields_groupbox")) - self.gridlayout = QtGui.QGridLayout(self.custom_fields_groupbox) + self.custom_fields_groupbox.setObjectName("custom_fields_groupbox") + self.gridlayout = QtWidgets.QGridLayout(self.custom_fields_groupbox) self.gridlayout.setSpacing(2) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.label_6 = QtGui.QLabel(self.custom_fields_groupbox) - self.label_6.setObjectName(_fromUtf8("label_6")) + self.gridlayout.setObjectName("gridlayout") + self.label_6 = QtWidgets.QLabel(self.custom_fields_groupbox) + self.label_6.setObjectName("label_6") self.gridlayout.addWidget(self.label_6, 0, 0, 1, 2) - self.label_7 = QtGui.QLabel(self.custom_fields_groupbox) - self.label_7.setObjectName(_fromUtf8("label_7")) + self.label_7 = QtWidgets.QLabel(self.custom_fields_groupbox) + self.label_7.setObjectName("label_7") self.gridlayout.addWidget(self.label_7, 2, 0, 1, 2) - self.nat_name = QtGui.QLineEdit(self.custom_fields_groupbox) - self.nat_name.setObjectName(_fromUtf8("nat_name")) + self.nat_name = QtWidgets.QLineEdit(self.custom_fields_groupbox) + self.nat_name.setObjectName("nat_name") self.gridlayout.addWidget(self.nat_name, 3, 0, 1, 1) - self.nat_name_default = QtGui.QPushButton(self.custom_fields_groupbox) - self.nat_name_default.setObjectName(_fromUtf8("nat_name_default")) + self.nat_name_default = QtWidgets.QPushButton(self.custom_fields_groupbox) + self.nat_name_default.setObjectName("nat_name_default") self.gridlayout.addWidget(self.nat_name_default, 3, 1, 1, 1) - self.va_name_default = QtGui.QPushButton(self.custom_fields_groupbox) - self.va_name_default.setObjectName(_fromUtf8("va_name_default")) + self.va_name_default = QtWidgets.QPushButton(self.custom_fields_groupbox) + self.va_name_default.setObjectName("va_name_default") self.gridlayout.addWidget(self.va_name_default, 1, 1, 1, 1) - self.va_name = QtGui.QLineEdit(self.custom_fields_groupbox) - self.va_name.setObjectName(_fromUtf8("va_name")) + self.va_name = QtWidgets.QLineEdit(self.custom_fields_groupbox) + self.va_name.setObjectName("va_name") self.gridlayout.addWidget(self.va_name, 1, 0, 1, 1) self.verticalLayout.addWidget(self.custom_fields_groupbox) - spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.MinimumExpanding) + spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.MinimumExpanding) self.verticalLayout.addItem(spacerItem) self.label_6.setBuddy(self.va_name_default) self.label_7.setBuddy(self.nat_name_default) @@ -98,6 +93,7 @@ MetadataOptionsPage.setTabOrder(self.nat_name, self.nat_name_default) def retranslateUi(self, MetadataOptionsPage): + _translate = QtCore.QCoreApplication.translate self.metadata_groupbox.setTitle(_("Metadata")) self.translate_artist_names.setText(_("Translate artist names to this locale where possible:")) self.standardize_artists.setText(_("Use standardized artist names")) diff -Nru picard-1.4.2/picard/ui/ui_options_network.py picard-2.0.0/picard/ui/ui_options_network.py --- picard-1.4.2/picard/ui/ui_options_network.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_network.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,95 +3,90 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_NetworkOptionsPage(object): def setupUi(self, NetworkOptionsPage): - NetworkOptionsPage.setObjectName(_fromUtf8("NetworkOptionsPage")) + NetworkOptionsPage.setObjectName("NetworkOptionsPage") NetworkOptionsPage.resize(316, 337) - self.vboxlayout = QtGui.QVBoxLayout(NetworkOptionsPage) + self.vboxlayout = QtWidgets.QVBoxLayout(NetworkOptionsPage) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setMargin(9) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.web_proxy = QtGui.QGroupBox(NetworkOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.web_proxy = QtWidgets.QGroupBox(NetworkOptionsPage) self.web_proxy.setCheckable(True) - self.web_proxy.setObjectName(_fromUtf8("web_proxy")) - self.gridlayout = QtGui.QGridLayout(self.web_proxy) + self.web_proxy.setObjectName("web_proxy") + self.gridlayout = QtWidgets.QGridLayout(self.web_proxy) + self.gridlayout.setContentsMargins(9, 9, 9, 9) self.gridlayout.setSpacing(2) - self.gridlayout.setMargin(9) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.password = QtGui.QLineEdit(self.web_proxy) - self.password.setEchoMode(QtGui.QLineEdit.Password) - self.password.setObjectName(_fromUtf8("password")) + self.gridlayout.setObjectName("gridlayout") + self.password = QtWidgets.QLineEdit(self.web_proxy) + self.password.setEchoMode(QtWidgets.QLineEdit.Password) + self.password.setObjectName("password") self.gridlayout.addWidget(self.password, 5, 0, 1, 2) - self.username = QtGui.QLineEdit(self.web_proxy) - self.username.setObjectName(_fromUtf8("username")) + self.username = QtWidgets.QLineEdit(self.web_proxy) + self.username.setObjectName("username") self.gridlayout.addWidget(self.username, 3, 0, 1, 2) - self.label_5 = QtGui.QLabel(self.web_proxy) - self.label_5.setObjectName(_fromUtf8("label_5")) + self.label_5 = QtWidgets.QLabel(self.web_proxy) + self.label_5.setObjectName("label_5") self.gridlayout.addWidget(self.label_5, 4, 0, 1, 2) - self.label_6 = QtGui.QLabel(self.web_proxy) - self.label_6.setObjectName(_fromUtf8("label_6")) + self.label_6 = QtWidgets.QLabel(self.web_proxy) + self.label_6.setObjectName("label_6") self.gridlayout.addWidget(self.label_6, 2, 0, 1, 2) - self.server_host = QtGui.QLineEdit(self.web_proxy) - self.server_host.setObjectName(_fromUtf8("server_host")) + self.server_host = QtWidgets.QLineEdit(self.web_proxy) + self.server_host.setObjectName("server_host") self.gridlayout.addWidget(self.server_host, 1, 0, 1, 1) - self.label_7 = QtGui.QLabel(self.web_proxy) - self.label_7.setObjectName(_fromUtf8("label_7")) + self.label_7 = QtWidgets.QLabel(self.web_proxy) + self.label_7.setObjectName("label_7") self.gridlayout.addWidget(self.label_7, 0, 1, 1, 1) - self.server_port = QtGui.QSpinBox(self.web_proxy) + self.server_port = QtWidgets.QSpinBox(self.web_proxy) self.server_port.setMinimum(1) self.server_port.setMaximum(65535) self.server_port.setProperty("value", 80) - self.server_port.setObjectName(_fromUtf8("server_port")) + self.server_port.setObjectName("server_port") self.gridlayout.addWidget(self.server_port, 1, 1, 1, 1) - self.label = QtGui.QLabel(self.web_proxy) - self.label.setObjectName(_fromUtf8("label")) + self.label = QtWidgets.QLabel(self.web_proxy) + self.label.setObjectName("label") self.gridlayout.addWidget(self.label, 0, 0, 1, 1) self.vboxlayout.addWidget(self.web_proxy) - self.browser_integration = QtGui.QGroupBox(NetworkOptionsPage) + self.browser_integration = QtWidgets.QGroupBox(NetworkOptionsPage) self.browser_integration.setCheckable(True) self.browser_integration.setChecked(True) - self.browser_integration.setObjectName(_fromUtf8("browser_integration")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.browser_integration) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.widget = QtGui.QWidget(self.browser_integration) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Maximum, QtGui.QSizePolicy.Preferred) + self.browser_integration.setObjectName("browser_integration") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.browser_integration) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.widget = QtWidgets.QWidget(self.browser_integration) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Maximum, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.widget.sizePolicy().hasHeightForWidth()) self.widget.setSizePolicy(sizePolicy) - self.widget.setObjectName(_fromUtf8("widget")) - self.horizontalLayout = QtGui.QHBoxLayout(self.widget) + self.widget.setObjectName("widget") + self.horizontalLayout = QtWidgets.QHBoxLayout(self.widget) self.horizontalLayout.setContentsMargins(6, 0, 0, 0) - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.label_2 = QtGui.QLabel(self.widget) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.horizontalLayout.setObjectName("horizontalLayout") + self.label_2 = QtWidgets.QLabel(self.widget) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_2.sizePolicy().hasHeightForWidth()) self.label_2.setSizePolicy(sizePolicy) self.label_2.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter) - self.label_2.setObjectName(_fromUtf8("label_2")) + self.label_2.setObjectName("label_2") self.horizontalLayout.addWidget(self.label_2) - self.browser_integration_port = QtGui.QSpinBox(self.widget) + self.browser_integration_port = QtWidgets.QSpinBox(self.widget) self.browser_integration_port.setMinimum(1) self.browser_integration_port.setMaximum(65535) self.browser_integration_port.setProperty("value", 8000) - self.browser_integration_port.setObjectName(_fromUtf8("browser_integration_port")) + self.browser_integration_port.setObjectName("browser_integration_port") self.horizontalLayout.addWidget(self.browser_integration_port) self.verticalLayout_2.addWidget(self.widget) - self.browser_integration_localhost_only = QtGui.QCheckBox(self.browser_integration) + self.browser_integration_localhost_only = QtWidgets.QCheckBox(self.browser_integration) self.browser_integration_localhost_only.setChecked(False) - self.browser_integration_localhost_only.setObjectName(_fromUtf8("browser_integration_localhost_only")) + self.browser_integration_localhost_only.setObjectName("browser_integration_localhost_only") self.verticalLayout_2.addWidget(self.browser_integration_localhost_only) self.vboxlayout.addWidget(self.browser_integration) - spacerItem = QtGui.QSpacerItem(101, 31, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(101, 31, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem) self.label_5.setBuddy(self.password) self.label_6.setBuddy(self.username) @@ -99,11 +94,16 @@ self.retranslateUi(NetworkOptionsPage) QtCore.QMetaObject.connectSlotsByName(NetworkOptionsPage) + NetworkOptionsPage.setTabOrder(self.web_proxy, self.server_host) NetworkOptionsPage.setTabOrder(self.server_host, self.server_port) NetworkOptionsPage.setTabOrder(self.server_port, self.username) NetworkOptionsPage.setTabOrder(self.username, self.password) + NetworkOptionsPage.setTabOrder(self.password, self.browser_integration) + NetworkOptionsPage.setTabOrder(self.browser_integration, self.browser_integration_port) + NetworkOptionsPage.setTabOrder(self.browser_integration_port, self.browser_integration_localhost_only) def retranslateUi(self, NetworkOptionsPage): + _translate = QtCore.QCoreApplication.translate self.web_proxy.setTitle(_("Web Proxy")) self.label_5.setText(_("Password:")) self.label_6.setText(_("Username:")) diff -Nru picard-1.4.2/picard/ui/ui_options_plugins.py picard-2.0.0/picard/ui/ui_options_plugins.py --- picard-1.4.2/picard/ui/ui_options_plugins.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_plugins.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,128 +3,114 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_PluginsOptionsPage(object): def setupUi(self, PluginsOptionsPage): - PluginsOptionsPage.setObjectName(_fromUtf8("PluginsOptionsPage")) - PluginsOptionsPage.resize(513, 312) - self.vboxlayout = QtGui.QVBoxLayout(PluginsOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.plugins_container = QtGui.QSplitter(PluginsOptionsPage) + PluginsOptionsPage.setObjectName("PluginsOptionsPage") + PluginsOptionsPage.resize(513, 315) + self.vboxlayout = QtWidgets.QVBoxLayout(PluginsOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.plugins_container = QtWidgets.QSplitter(PluginsOptionsPage) self.plugins_container.setEnabled(True) self.plugins_container.setOrientation(QtCore.Qt.Vertical) self.plugins_container.setHandleWidth(2) - self.plugins_container.setObjectName(_fromUtf8("plugins_container")) - self.groupBox_2 = QtGui.QGroupBox(self.plugins_container) - self.groupBox_2.setObjectName(_fromUtf8("groupBox_2")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.groupBox_2) + self.plugins_container.setObjectName("plugins_container") + self.groupBox_2 = QtWidgets.QGroupBox(self.plugins_container) + self.groupBox_2.setObjectName("groupBox_2") + self.vboxlayout1 = QtWidgets.QVBoxLayout(self.groupBox_2) self.vboxlayout1.setSpacing(2) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.plugins = QtGui.QTreeWidget(self.groupBox_2) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.MinimumExpanding, QtGui.QSizePolicy.Expanding) + self.vboxlayout1.setObjectName("vboxlayout1") + self.plugins = QtWidgets.QTreeWidget(self.groupBox_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.plugins.sizePolicy().hasHeightForWidth()) self.plugins.setSizePolicy(sizePolicy) self.plugins.setAcceptDrops(True) - self.plugins.setDragDropMode(QtGui.QAbstractItemView.DropOnly) + self.plugins.setDragDropMode(QtWidgets.QAbstractItemView.DropOnly) self.plugins.setRootIsDecorated(False) - self.plugins.setObjectName(_fromUtf8("plugins")) + self.plugins.setObjectName("plugins") self.vboxlayout1.addWidget(self.plugins) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.install_plugin = QtGui.QPushButton(self.groupBox_2) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.install_plugin = QtWidgets.QPushButton(self.groupBox_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.install_plugin.sizePolicy().hasHeightForWidth()) self.install_plugin.setSizePolicy(sizePolicy) - self.install_plugin.setObjectName(_fromUtf8("install_plugin")) + self.install_plugin.setObjectName("install_plugin") self.horizontalLayout.addWidget(self.install_plugin) - self.folder_open = QtGui.QPushButton(self.groupBox_2) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + self.folder_open = QtWidgets.QPushButton(self.groupBox_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.folder_open.sizePolicy().hasHeightForWidth()) self.folder_open.setSizePolicy(sizePolicy) - self.folder_open.setObjectName(_fromUtf8("folder_open")) + self.folder_open.setObjectName("folder_open") self.horizontalLayout.addWidget(self.folder_open) - self.reload_list_of_plugins = QtGui.QPushButton(self.groupBox_2) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + self.reload_list_of_plugins = QtWidgets.QPushButton(self.groupBox_2) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.reload_list_of_plugins.sizePolicy().hasHeightForWidth()) self.reload_list_of_plugins.setSizePolicy(sizePolicy) - self.reload_list_of_plugins.setObjectName(_fromUtf8("reload_list_of_plugins")) + self.reload_list_of_plugins.setObjectName("reload_list_of_plugins") self.horizontalLayout.addWidget(self.reload_list_of_plugins) self.vboxlayout1.addLayout(self.horizontalLayout) - self.groupBox = QtGui.QGroupBox(self.plugins_container) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.groupBox = QtWidgets.QGroupBox(self.plugins_container) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth()) self.groupBox.setSizePolicy(sizePolicy) - self.groupBox.setObjectName(_fromUtf8("groupBox")) - self.vboxlayout2 = QtGui.QVBoxLayout(self.groupBox) + self.groupBox.setObjectName("groupBox") + self.vboxlayout2 = QtWidgets.QVBoxLayout(self.groupBox) self.vboxlayout2.setSpacing(0) - self.vboxlayout2.setObjectName(_fromUtf8("vboxlayout2")) - self.scrollArea = QtGui.QScrollArea(self.groupBox) + self.vboxlayout2.setObjectName("vboxlayout2") + self.scrollArea = QtWidgets.QScrollArea(self.groupBox) self.scrollArea.setEnabled(True) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.scrollArea.sizePolicy().hasHeightForWidth()) self.scrollArea.setSizePolicy(sizePolicy) - self.scrollArea.setFrameShape(QtGui.QFrame.HLine) - self.scrollArea.setFrameShadow(QtGui.QFrame.Plain) + self.scrollArea.setFrameShape(QtWidgets.QFrame.HLine) + self.scrollArea.setFrameShadow(QtWidgets.QFrame.Plain) self.scrollArea.setLineWidth(0) self.scrollArea.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded) self.scrollArea.setWidgetResizable(True) self.scrollArea.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter) - self.scrollArea.setObjectName(_fromUtf8("scrollArea")) - self.scrollAreaWidgetContents = QtGui.QWidget() - self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 469, 76)) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.scrollArea.setObjectName("scrollArea") + self.scrollAreaWidgetContents = QtWidgets.QWidget() + self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 477, 90)) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.scrollAreaWidgetContents.sizePolicy().hasHeightForWidth()) self.scrollAreaWidgetContents.setSizePolicy(sizePolicy) - self.scrollAreaWidgetContents.setObjectName(_fromUtf8("scrollAreaWidgetContents")) - self.verticalLayout = QtGui.QVBoxLayout(self.scrollAreaWidgetContents) - self.verticalLayout.setSizeConstraint(QtGui.QLayout.SetNoConstraint) + self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") + self.verticalLayout = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents) + self.verticalLayout.setSizeConstraint(QtWidgets.QLayout.SetNoConstraint) self.verticalLayout.setContentsMargins(0, 0, 6, 0) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.details = QtGui.QLabel(self.scrollAreaWidgetContents) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.verticalLayout.setObjectName("verticalLayout") + self.details = QtWidgets.QLabel(self.scrollAreaWidgetContents) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.details.sizePolicy().hasHeightForWidth()) self.details.setSizePolicy(sizePolicy) self.details.setMinimumSize(QtCore.QSize(0, 0)) - self.details.setFrameShape(QtGui.QFrame.Box) + self.details.setFrameShape(QtWidgets.QFrame.Box) self.details.setLineWidth(0) - self.details.setText(_fromUtf8("")) + self.details.setText("") self.details.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignTop) self.details.setWordWrap(True) self.details.setIndent(0) self.details.setOpenExternalLinks(True) self.details.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByMouse) - self.details.setObjectName(_fromUtf8("details")) + self.details.setObjectName("details") self.verticalLayout.addWidget(self.details) self.scrollArea.setWidget(self.scrollAreaWidgetContents) self.vboxlayout2.addWidget(self.scrollArea) @@ -132,12 +118,17 @@ self.retranslateUi(PluginsOptionsPage) QtCore.QMetaObject.connectSlotsByName(PluginsOptionsPage) + PluginsOptionsPage.setTabOrder(self.plugins, self.install_plugin) + PluginsOptionsPage.setTabOrder(self.install_plugin, self.folder_open) + PluginsOptionsPage.setTabOrder(self.folder_open, self.reload_list_of_plugins) + PluginsOptionsPage.setTabOrder(self.reload_list_of_plugins, self.scrollArea) def retranslateUi(self, PluginsOptionsPage): + _translate = QtCore.QCoreApplication.translate self.groupBox_2.setTitle(_("Plugins")) self.plugins.headerItem().setText(0, _("Name")) self.plugins.headerItem().setText(1, _("Version")) - self.plugins.headerItem().setText(2, _("Status")) + self.plugins.headerItem().setText(2, _("Action")) self.install_plugin.setText(_("Install plugin...")) self.folder_open.setText(_("Open plugin folder")) self.reload_list_of_plugins.setText(_("Reload List of Plugins")) diff -Nru picard-1.4.2/picard/ui/ui_options.py picard-2.0.0/picard/ui/ui_options.py --- picard-1.4.2/picard/ui/ui_options.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,37 +3,43 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_Dialog(object): def setupUi(self, Dialog): - Dialog.setObjectName(_fromUtf8("Dialog")) - Dialog.resize(485, 398) - self.vboxlayout = QtGui.QVBoxLayout(Dialog) - self.vboxlayout.setMargin(9) + Dialog.setObjectName("Dialog") + Dialog.resize(800, 450) + self.vboxlayout = QtWidgets.QVBoxLayout(Dialog) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.splitter = QtGui.QSplitter(Dialog) + self.vboxlayout.setObjectName("vboxlayout") + self.splitter = QtWidgets.QSplitter(Dialog) self.splitter.setOrientation(QtCore.Qt.Horizontal) - self.splitter.setObjectName(_fromUtf8("splitter")) - self.pages_tree = QtGui.QTreeWidget(self.splitter) - self.pages_tree.setObjectName(_fromUtf8("pages_tree")) - self.pages_stack = QtGui.QStackedWidget(self.splitter) - self.pages_stack.setObjectName(_fromUtf8("pages_stack")) + self.splitter.setObjectName("splitter") + self.pages_tree = QtWidgets.QTreeWidget(self.splitter) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Ignored, QtWidgets.QSizePolicy.Preferred) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.pages_tree.sizePolicy().hasHeightForWidth()) + self.pages_tree.setSizePolicy(sizePolicy) + self.pages_tree.setObjectName("pages_tree") + self.pages_stack = QtWidgets.QStackedWidget(self.splitter) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Ignored, QtWidgets.QSizePolicy.Preferred) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.pages_stack.sizePolicy().hasHeightForWidth()) + self.pages_stack.setSizePolicy(sizePolicy) + self.pages_stack.setObjectName("pages_stack") self.vboxlayout.addWidget(self.splitter) - self.buttonbox = QtGui.QDialogButtonBox(Dialog) + self.buttonbox = QtWidgets.QDialogButtonBox(Dialog) self.buttonbox.setOrientation(QtCore.Qt.Horizontal) - self.buttonbox.setObjectName(_fromUtf8("buttonbox")) + self.buttonbox.setObjectName("buttonbox") self.vboxlayout.addWidget(self.buttonbox) self.retranslateUi(Dialog) QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): + _translate = QtCore.QCoreApplication.translate Dialog.setWindowTitle(_("Options")) diff -Nru picard-1.4.2/picard/ui/ui_options_ratings.py picard-2.0.0/picard/ui/ui_options_ratings.py --- picard-1.4.2/picard/ui/ui_options_ratings.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_ratings.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,49 +3,45 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_RatingsOptionsPage(object): def setupUi(self, RatingsOptionsPage): - RatingsOptionsPage.setObjectName(_fromUtf8("RatingsOptionsPage")) + RatingsOptionsPage.setObjectName("RatingsOptionsPage") RatingsOptionsPage.resize(397, 267) - self.vboxlayout = QtGui.QVBoxLayout(RatingsOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.enable_ratings = QtGui.QGroupBox(RatingsOptionsPage) + self.vboxlayout = QtWidgets.QVBoxLayout(RatingsOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.enable_ratings = QtWidgets.QGroupBox(RatingsOptionsPage) self.enable_ratings.setCheckable(True) self.enable_ratings.setChecked(True) - self.enable_ratings.setObjectName(_fromUtf8("enable_ratings")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.enable_ratings) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.label = QtGui.QLabel(self.enable_ratings) + self.enable_ratings.setObjectName("enable_ratings") + self.vboxlayout1 = QtWidgets.QVBoxLayout(self.enable_ratings) + self.vboxlayout1.setObjectName("vboxlayout1") + self.label = QtWidgets.QLabel(self.enable_ratings) self.label.setWordWrap(True) - self.label.setObjectName(_fromUtf8("label")) + self.label.setObjectName("label") self.vboxlayout1.addWidget(self.label) - self.ignore_tags_2 = QtGui.QLabel(self.enable_ratings) + self.ignore_tags_2 = QtWidgets.QLabel(self.enable_ratings) self.ignore_tags_2.setEnabled(True) self.ignore_tags_2.setWordWrap(True) - self.ignore_tags_2.setObjectName(_fromUtf8("ignore_tags_2")) + self.ignore_tags_2.setObjectName("ignore_tags_2") self.vboxlayout1.addWidget(self.ignore_tags_2) - self.rating_user_email = QtGui.QLineEdit(self.enable_ratings) + self.rating_user_email = QtWidgets.QLineEdit(self.enable_ratings) self.rating_user_email.setReadOnly(False) - self.rating_user_email.setObjectName(_fromUtf8("rating_user_email")) + self.rating_user_email.setObjectName("rating_user_email") self.vboxlayout1.addWidget(self.rating_user_email) - self.submit_ratings = QtGui.QCheckBox(self.enable_ratings) - self.submit_ratings.setObjectName(_fromUtf8("submit_ratings")) + self.submit_ratings = QtWidgets.QCheckBox(self.enable_ratings) + self.submit_ratings.setObjectName("submit_ratings") self.vboxlayout1.addWidget(self.submit_ratings) self.vboxlayout.addWidget(self.enable_ratings) - spacerItem = QtGui.QSpacerItem(181, 31, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(181, 31, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem) self.retranslateUi(RatingsOptionsPage) QtCore.QMetaObject.connectSlotsByName(RatingsOptionsPage) def retranslateUi(self, RatingsOptionsPage): + _translate = QtCore.QCoreApplication.translate self.enable_ratings.setTitle(_("Enable track ratings")) self.label.setText(_("Picard saves the ratings together with an e-mail address identifying the user who did the rating. That way different ratings for different users can be stored in the files. Please specify the e-mail you want to use to save your ratings.")) self.ignore_tags_2.setText(_("E-mail:")) diff -Nru picard-1.4.2/picard/ui/ui_options_releases.py picard-2.0.0/picard/ui/ui_options_releases.py --- picard-1.4.2/picard/ui/ui_options_releases.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_releases.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,97 +3,92 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_ReleasesOptionsPage(object): def setupUi(self, ReleasesOptionsPage): - ReleasesOptionsPage.setObjectName(_fromUtf8("ReleasesOptionsPage")) + ReleasesOptionsPage.setObjectName("ReleasesOptionsPage") ReleasesOptionsPage.resize(551, 497) - self.verticalLayout_3 = QtGui.QVBoxLayout(ReleasesOptionsPage) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.type_group = QtGui.QGroupBox(ReleasesOptionsPage) - self.type_group.setObjectName(_fromUtf8("type_group")) - self.gridLayout = QtGui.QGridLayout(self.type_group) + self.verticalLayout_3 = QtWidgets.QVBoxLayout(ReleasesOptionsPage) + self.verticalLayout_3.setObjectName("verticalLayout_3") + self.type_group = QtWidgets.QGroupBox(ReleasesOptionsPage) + self.type_group.setObjectName("type_group") + self.gridLayout = QtWidgets.QGridLayout(self.type_group) self.gridLayout.setVerticalSpacing(6) - self.gridLayout.setObjectName(_fromUtf8("gridLayout")) + self.gridLayout.setObjectName("gridLayout") self.verticalLayout_3.addWidget(self.type_group) - self.country_group = QtGui.QGroupBox(ReleasesOptionsPage) - self.country_group.setObjectName(_fromUtf8("country_group")) - self.horizontalLayout = QtGui.QHBoxLayout(self.country_group) + self.country_group = QtWidgets.QGroupBox(ReleasesOptionsPage) + self.country_group.setObjectName("country_group") + self.horizontalLayout = QtWidgets.QHBoxLayout(self.country_group) self.horizontalLayout.setSpacing(4) - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.country_list = QtGui.QListWidget(self.country_group) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.horizontalLayout.setObjectName("horizontalLayout") + self.country_list = QtWidgets.QListWidget(self.country_group) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.country_list.sizePolicy().hasHeightForWidth()) self.country_list.setSizePolicy(sizePolicy) - self.country_list.setObjectName(_fromUtf8("country_list")) + self.country_list.setObjectName("country_list") self.horizontalLayout.addWidget(self.country_list) - self.verticalLayout = QtGui.QVBoxLayout() - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + self.verticalLayout = QtWidgets.QVBoxLayout() + self.verticalLayout.setObjectName("verticalLayout") + spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) - self.add_countries = QtGui.QPushButton(self.country_group) - self.add_countries.setObjectName(_fromUtf8("add_countries")) + self.add_countries = QtWidgets.QPushButton(self.country_group) + self.add_countries.setObjectName("add_countries") self.verticalLayout.addWidget(self.add_countries) - self.remove_countries = QtGui.QPushButton(self.country_group) - self.remove_countries.setObjectName(_fromUtf8("remove_countries")) + self.remove_countries = QtWidgets.QPushButton(self.country_group) + self.remove_countries.setObjectName("remove_countries") self.verticalLayout.addWidget(self.remove_countries) - spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem1) self.horizontalLayout.addLayout(self.verticalLayout) - self.preferred_country_list = QtGui.QListWidget(self.country_group) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.preferred_country_list = QtWidgets.QListWidget(self.country_group) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.preferred_country_list.sizePolicy().hasHeightForWidth()) self.preferred_country_list.setSizePolicy(sizePolicy) self.preferred_country_list.setDragEnabled(True) - self.preferred_country_list.setDragDropMode(QtGui.QAbstractItemView.InternalMove) - self.preferred_country_list.setObjectName(_fromUtf8("preferred_country_list")) + self.preferred_country_list.setDragDropMode(QtWidgets.QAbstractItemView.InternalMove) + self.preferred_country_list.setObjectName("preferred_country_list") self.horizontalLayout.addWidget(self.preferred_country_list) self.verticalLayout_3.addWidget(self.country_group) - self.format_group = QtGui.QGroupBox(ReleasesOptionsPage) - self.format_group.setObjectName(_fromUtf8("format_group")) - self.horizontalLayout_2 = QtGui.QHBoxLayout(self.format_group) + self.format_group = QtWidgets.QGroupBox(ReleasesOptionsPage) + self.format_group.setObjectName("format_group") + self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.format_group) self.horizontalLayout_2.setSpacing(4) - self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2")) - self.format_list = QtGui.QListWidget(self.format_group) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.horizontalLayout_2.setObjectName("horizontalLayout_2") + self.format_list = QtWidgets.QListWidget(self.format_group) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.format_list.sizePolicy().hasHeightForWidth()) self.format_list.setSizePolicy(sizePolicy) - self.format_list.setObjectName(_fromUtf8("format_list")) + self.format_list.setObjectName("format_list") self.horizontalLayout_2.addWidget(self.format_list) - self.verticalLayout_2 = QtGui.QVBoxLayout() - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + self.verticalLayout_2 = QtWidgets.QVBoxLayout() + self.verticalLayout_2.setObjectName("verticalLayout_2") + spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout_2.addItem(spacerItem2) - self.add_formats = QtGui.QPushButton(self.format_group) - self.add_formats.setObjectName(_fromUtf8("add_formats")) + self.add_formats = QtWidgets.QPushButton(self.format_group) + self.add_formats.setObjectName("add_formats") self.verticalLayout_2.addWidget(self.add_formats) - self.remove_formats = QtGui.QPushButton(self.format_group) - self.remove_formats.setObjectName(_fromUtf8("remove_formats")) + self.remove_formats = QtWidgets.QPushButton(self.format_group) + self.remove_formats.setObjectName("remove_formats") self.verticalLayout_2.addWidget(self.remove_formats) - spacerItem3 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem3 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout_2.addItem(spacerItem3) self.horizontalLayout_2.addLayout(self.verticalLayout_2) - self.preferred_format_list = QtGui.QListWidget(self.format_group) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.preferred_format_list = QtWidgets.QListWidget(self.format_group) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.preferred_format_list.sizePolicy().hasHeightForWidth()) self.preferred_format_list.setSizePolicy(sizePolicy) self.preferred_format_list.setDragEnabled(True) - self.preferred_format_list.setDragDropMode(QtGui.QAbstractItemView.InternalMove) - self.preferred_format_list.setObjectName(_fromUtf8("preferred_format_list")) + self.preferred_format_list.setDragDropMode(QtWidgets.QAbstractItemView.InternalMove) + self.preferred_format_list.setObjectName("preferred_format_list") self.horizontalLayout_2.addWidget(self.preferred_format_list) self.verticalLayout_3.addWidget(self.format_group) @@ -101,6 +96,7 @@ QtCore.QMetaObject.connectSlotsByName(ReleasesOptionsPage) def retranslateUi(self, ReleasesOptionsPage): + _translate = QtCore.QCoreApplication.translate self.type_group.setTitle(_("Preferred release types")) self.country_group.setTitle(_("Preferred release countries")) self.add_countries.setText(_(">")) diff -Nru picard-1.4.2/picard/ui/ui_options_renaming.py picard-2.0.0/picard/ui/ui_options_renaming.py --- picard-1.4.2/picard/ui/ui_options_renaming.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_renaming.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,163 +3,160 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_RenamingOptionsPage(object): def setupUi(self, RenamingOptionsPage): - RenamingOptionsPage.setObjectName(_fromUtf8("RenamingOptionsPage")) + RenamingOptionsPage.setObjectName("RenamingOptionsPage") RenamingOptionsPage.setEnabled(True) - RenamingOptionsPage.resize(453, 465) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + RenamingOptionsPage.resize(453, 540) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(RenamingOptionsPage.sizePolicy().hasHeightForWidth()) RenamingOptionsPage.setSizePolicy(sizePolicy) - self.verticalLayout_5 = QtGui.QVBoxLayout(RenamingOptionsPage) - self.verticalLayout_5.setObjectName(_fromUtf8("verticalLayout_5")) - self.move_files = QtGui.QGroupBox(RenamingOptionsPage) + self.verticalLayout_5 = QtWidgets.QVBoxLayout(RenamingOptionsPage) + self.verticalLayout_5.setObjectName("verticalLayout_5") + self.move_files = QtWidgets.QGroupBox(RenamingOptionsPage) self.move_files.setFlat(False) self.move_files.setCheckable(True) self.move_files.setChecked(False) - self.move_files.setObjectName(_fromUtf8("move_files")) - self.verticalLayout_4 = QtGui.QVBoxLayout(self.move_files) - self.verticalLayout_4.setObjectName(_fromUtf8("verticalLayout_4")) - self.label = QtGui.QLabel(self.move_files) - self.label.setObjectName(_fromUtf8("label")) + self.move_files.setObjectName("move_files") + self.verticalLayout_4 = QtWidgets.QVBoxLayout(self.move_files) + self.verticalLayout_4.setObjectName("verticalLayout_4") + self.label = QtWidgets.QLabel(self.move_files) + self.label.setObjectName("label") self.verticalLayout_4.addWidget(self.label) - self.horizontalLayout_4 = QtGui.QHBoxLayout() + self.horizontalLayout_4 = QtWidgets.QHBoxLayout() self.horizontalLayout_4.setSpacing(2) - self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4")) - self.move_files_to = QtGui.QLineEdit(self.move_files) + self.horizontalLayout_4.setObjectName("horizontalLayout_4") + self.move_files_to = QtWidgets.QLineEdit(self.move_files) self.move_files_to.setEnabled(False) - self.move_files_to.setObjectName(_fromUtf8("move_files_to")) + self.move_files_to.setObjectName("move_files_to") self.horizontalLayout_4.addWidget(self.move_files_to) - self.move_files_to_browse = QtGui.QPushButton(self.move_files) + self.move_files_to_browse = QtWidgets.QPushButton(self.move_files) self.move_files_to_browse.setEnabled(False) - self.move_files_to_browse.setObjectName(_fromUtf8("move_files_to_browse")) + self.move_files_to_browse.setObjectName("move_files_to_browse") self.horizontalLayout_4.addWidget(self.move_files_to_browse) self.verticalLayout_4.addLayout(self.horizontalLayout_4) - self.move_additional_files = QtGui.QCheckBox(self.move_files) + self.move_additional_files = QtWidgets.QCheckBox(self.move_files) self.move_additional_files.setEnabled(False) - self.move_additional_files.setObjectName(_fromUtf8("move_additional_files")) + self.move_additional_files.setObjectName("move_additional_files") self.verticalLayout_4.addWidget(self.move_additional_files) - self.move_additional_files_pattern = QtGui.QLineEdit(self.move_files) + self.move_additional_files_pattern = QtWidgets.QLineEdit(self.move_files) self.move_additional_files_pattern.setEnabled(False) - self.move_additional_files_pattern.setObjectName(_fromUtf8("move_additional_files_pattern")) + self.move_additional_files_pattern.setObjectName("move_additional_files_pattern") self.verticalLayout_4.addWidget(self.move_additional_files_pattern) - self.delete_empty_dirs = QtGui.QCheckBox(self.move_files) + self.delete_empty_dirs = QtWidgets.QCheckBox(self.move_files) self.delete_empty_dirs.setEnabled(False) - self.delete_empty_dirs.setObjectName(_fromUtf8("delete_empty_dirs")) + self.delete_empty_dirs.setObjectName("delete_empty_dirs") self.verticalLayout_4.addWidget(self.delete_empty_dirs) self.verticalLayout_5.addWidget(self.move_files) - self.rename_files = QtGui.QGroupBox(RenamingOptionsPage) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) + self.rename_files = QtWidgets.QGroupBox(RenamingOptionsPage) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.rename_files.sizePolicy().hasHeightForWidth()) self.rename_files.setSizePolicy(sizePolicy) self.rename_files.setCheckable(True) self.rename_files.setChecked(False) - self.rename_files.setObjectName(_fromUtf8("rename_files")) - self.verticalLayout_3 = QtGui.QVBoxLayout(self.rename_files) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.ascii_filenames = QtGui.QCheckBox(self.rename_files) - self.ascii_filenames.setObjectName(_fromUtf8("ascii_filenames")) + self.rename_files.setObjectName("rename_files") + self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.rename_files) + self.verticalLayout_3.setObjectName("verticalLayout_3") + self.ascii_filenames = QtWidgets.QCheckBox(self.rename_files) + self.ascii_filenames.setObjectName("ascii_filenames") self.verticalLayout_3.addWidget(self.ascii_filenames) - self.windows_compatibility = QtGui.QCheckBox(self.rename_files) - self.windows_compatibility.setObjectName(_fromUtf8("windows_compatibility")) + self.windows_compatibility = QtWidgets.QCheckBox(self.rename_files) + self.windows_compatibility.setObjectName("windows_compatibility") self.verticalLayout_3.addWidget(self.windows_compatibility) - self.file_naming_format_group = QtGui.QGroupBox(self.rename_files) - self.file_naming_format_group.setObjectName(_fromUtf8("file_naming_format_group")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.file_naming_format_group) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.file_naming_format = QtGui.QTextEdit(self.file_naming_format_group) + self.file_naming_format_group = QtWidgets.QGroupBox(self.rename_files) + self.file_naming_format_group.setObjectName("file_naming_format_group") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.file_naming_format_group) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.file_naming_format = QtWidgets.QTextEdit(self.file_naming_format_group) self.file_naming_format.setEnabled(False) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.file_naming_format.sizePolicy().hasHeightForWidth()) self.file_naming_format.setSizePolicy(sizePolicy) self.file_naming_format.setMinimumSize(QtCore.QSize(0, 0)) font = QtGui.QFont() - font.setFamily(_fromUtf8("Monospace")) + font.setFamily("Monospace") self.file_naming_format.setFont(font) self.file_naming_format.viewport().setProperty("cursor", QtGui.QCursor(QtCore.Qt.IBeamCursor)) self.file_naming_format.setTabChangesFocus(False) - self.file_naming_format.setLineWrapMode(QtGui.QTextEdit.NoWrap) + self.file_naming_format.setLineWrapMode(QtWidgets.QTextEdit.NoWrap) self.file_naming_format.setTabStopWidth(20) self.file_naming_format.setAcceptRichText(True) self.file_naming_format.setTextInteractionFlags(QtCore.Qt.TextEditorInteraction) - self.file_naming_format.setObjectName(_fromUtf8("file_naming_format")) + self.file_naming_format.setObjectName("file_naming_format") self.verticalLayout_2.addWidget(self.file_naming_format) - self.horizontalLayout = QtGui.QHBoxLayout() + self.horizontalLayout = QtWidgets.QHBoxLayout() self.horizontalLayout.setSpacing(2) - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.renaming_error = QtGui.QLabel(self.file_naming_format_group) - self.renaming_error.setText(_fromUtf8("")) + self.horizontalLayout.setObjectName("horizontalLayout") + self.renaming_error = QtWidgets.QLabel(self.file_naming_format_group) + self.renaming_error.setText("") self.renaming_error.setAlignment(QtCore.Qt.AlignCenter) - self.renaming_error.setObjectName(_fromUtf8("renaming_error")) + self.renaming_error.setObjectName("renaming_error") self.horizontalLayout.addWidget(self.renaming_error) - self.file_naming_format_default = QtGui.QPushButton(self.file_naming_format_group) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) + self.file_naming_format_default = QtWidgets.QPushButton(self.file_naming_format_group) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.file_naming_format_default.sizePolicy().hasHeightForWidth()) self.file_naming_format_default.setSizePolicy(sizePolicy) self.file_naming_format_default.setMinimumSize(QtCore.QSize(0, 0)) - self.file_naming_format_default.setObjectName(_fromUtf8("file_naming_format_default")) + self.file_naming_format_default.setObjectName("file_naming_format_default") self.horizontalLayout.addWidget(self.file_naming_format_default) self.verticalLayout_2.addLayout(self.horizontalLayout) self.verticalLayout_3.addWidget(self.file_naming_format_group) - self.file_naming_format_documentation = QtGui.QLabel(self.rename_files) - self.file_naming_format_documentation.setText(_fromUtf8("")) - self.file_naming_format_documentation.setOpenExternalLinks(True) + self.file_naming_format_documentation = QtWidgets.QLabel(self.rename_files) + self.file_naming_format_documentation.setText("") self.file_naming_format_documentation.setTextFormat(QtCore.Qt.RichText) self.file_naming_format_documentation.setWordWrap(True) - self.file_naming_format_documentation.setObjectName(_fromUtf8("file_naming_format_documentation")) + self.file_naming_format_documentation.setOpenExternalLinks(True) + self.file_naming_format_documentation.setObjectName("file_naming_format_documentation") self.verticalLayout_3.addWidget(self.file_naming_format_documentation) self.verticalLayout_5.addWidget(self.rename_files) - self.groupBox = QtGui.QGroupBox(RenamingOptionsPage) - self.groupBox.setObjectName(_fromUtf8("groupBox")) - self.verticalLayout = QtGui.QVBoxLayout(self.groupBox) + self.groupBox = QtWidgets.QGroupBox(RenamingOptionsPage) + self.groupBox.setObjectName("groupBox") + self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox) self.verticalLayout.setContentsMargins(2, 0, 2, 0) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.example_filename = QtGui.QLabel(self.groupBox) - self.example_filename.setText(_fromUtf8("")) + self.verticalLayout.setObjectName("verticalLayout") + self.example_filename = QtWidgets.QLabel(self.groupBox) + self.example_filename.setText("") self.example_filename.setTextFormat(QtCore.Qt.RichText) self.example_filename.setWordWrap(True) - self.example_filename.setObjectName(_fromUtf8("example_filename")) + self.example_filename.setObjectName("example_filename") self.verticalLayout.addWidget(self.example_filename) - self.example_filename_va = QtGui.QLabel(self.groupBox) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + self.example_filename_va = QtWidgets.QLabel(self.groupBox) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.example_filename_va.sizePolicy().hasHeightForWidth()) self.example_filename_va.setSizePolicy(sizePolicy) - self.example_filename_va.setText(_fromUtf8("")) + self.example_filename_va.setText("") self.example_filename_va.setWordWrap(True) - self.example_filename_va.setObjectName(_fromUtf8("example_filename_va")) + self.example_filename_va.setObjectName("example_filename_va") self.verticalLayout.addWidget(self.example_filename_va) self.verticalLayout_5.addWidget(self.groupBox) self.retranslateUi(RenamingOptionsPage) QtCore.QMetaObject.connectSlotsByName(RenamingOptionsPage) + RenamingOptionsPage.setTabOrder(self.move_files, self.move_files_to) + RenamingOptionsPage.setTabOrder(self.move_files_to, self.move_files_to_browse) + RenamingOptionsPage.setTabOrder(self.move_files_to_browse, self.move_additional_files) + RenamingOptionsPage.setTabOrder(self.move_additional_files, self.move_additional_files_pattern) + RenamingOptionsPage.setTabOrder(self.move_additional_files_pattern, self.delete_empty_dirs) + RenamingOptionsPage.setTabOrder(self.delete_empty_dirs, self.rename_files) + RenamingOptionsPage.setTabOrder(self.rename_files, self.ascii_filenames) + RenamingOptionsPage.setTabOrder(self.ascii_filenames, self.windows_compatibility) + RenamingOptionsPage.setTabOrder(self.windows_compatibility, self.file_naming_format) + RenamingOptionsPage.setTabOrder(self.file_naming_format, self.file_naming_format_default) def retranslateUi(self, RenamingOptionsPage): + _translate = QtCore.QCoreApplication.translate self.move_files.setTitle(_("Move files when saving")) self.label.setText(_("Destination directory:")) self.move_files_to_browse.setText(_("Browse...")) @@ -172,8 +169,8 @@ self.file_naming_format.setHtml(_translate("RenamingOptionsPage", "\n" "\n" -"


", None)) +"\n" +"


")) self.file_naming_format_default.setText(_("Default")) self.groupBox.setTitle(_("Examples")) diff -Nru picard-1.4.2/picard/ui/ui_options_script.py picard-2.0.0/picard/ui/ui_options_script.py --- picard-1.4.2/picard/ui/ui_options_script.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_script.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,101 +3,93 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_ScriptingOptionsPage(object): def setupUi(self, ScriptingOptionsPage): - ScriptingOptionsPage.setObjectName(_fromUtf8("ScriptingOptionsPage")) + ScriptingOptionsPage.setObjectName("ScriptingOptionsPage") ScriptingOptionsPage.resize(605, 377) - self.vboxlayout = QtGui.QVBoxLayout(ScriptingOptionsPage) - self.vboxlayout.setMargin(9) + self.vboxlayout = QtWidgets.QVBoxLayout(ScriptingOptionsPage) + self.vboxlayout.setContentsMargins(9, 9, 9, 9) self.vboxlayout.setSpacing(6) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.enable_tagger_scripts = QtGui.QGroupBox(ScriptingOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.enable_tagger_scripts = QtWidgets.QGroupBox(ScriptingOptionsPage) self.enable_tagger_scripts.setCheckable(True) - self.enable_tagger_scripts.setObjectName(_fromUtf8("enable_tagger_scripts")) - self.verticalLayout = QtGui.QVBoxLayout(self.enable_tagger_scripts) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.groupBox = QtGui.QGroupBox(self.enable_tagger_scripts) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) + self.enable_tagger_scripts.setObjectName("enable_tagger_scripts") + self.verticalLayout = QtWidgets.QVBoxLayout(self.enable_tagger_scripts) + self.verticalLayout.setObjectName("verticalLayout") + self.groupBox = QtWidgets.QGroupBox(self.enable_tagger_scripts) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.groupBox.sizePolicy().hasHeightForWidth()) self.groupBox.setSizePolicy(sizePolicy) - self.groupBox.setTitle(_fromUtf8("")) - self.groupBox.setObjectName(_fromUtf8("groupBox")) - self.verticalLayout_3 = QtGui.QVBoxLayout(self.groupBox) - self.verticalLayout_3.setMargin(0) + self.groupBox.setTitle("") + self.groupBox.setObjectName("groupBox") + self.verticalLayout_3 = QtWidgets.QVBoxLayout(self.groupBox) + self.verticalLayout_3.setContentsMargins(0, 0, 0, 0) self.verticalLayout_3.setSpacing(6) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.add_script = QtGui.QPushButton(self.groupBox) - self.add_script.setObjectName(_fromUtf8("add_script")) + self.verticalLayout_3.setObjectName("verticalLayout_3") + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.add_script = QtWidgets.QPushButton(self.groupBox) + self.add_script.setObjectName("add_script") self.horizontalLayout.addWidget(self.add_script) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.horizontalLayout.addItem(spacerItem) self.verticalLayout_3.addLayout(self.horizontalLayout) - self.splitter = QtGui.QSplitter(self.groupBox) + self.splitter = QtWidgets.QSplitter(self.groupBox) self.splitter.setOrientation(QtCore.Qt.Horizontal) self.splitter.setChildrenCollapsible(False) - self.splitter.setObjectName(_fromUtf8("splitter")) - self.script_list = QtGui.QListWidget(self.splitter) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Ignored, QtGui.QSizePolicy.Expanding) + self.splitter.setObjectName("splitter") + self.script_list = QtWidgets.QListWidget(self.splitter) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.script_list.sizePolicy().hasHeightForWidth()) self.script_list.setSizePolicy(sizePolicy) - self.script_list.setObjectName(_fromUtf8("script_list")) - self.formWidget = QtGui.QWidget(self.splitter) - self.formWidget.setObjectName(_fromUtf8("formWidget")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.formWidget) - self.verticalLayout_2.setMargin(0) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.script_name = QtGui.QLineEdit(self.formWidget) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + self.script_list.setMinimumSize(QtCore.QSize(80, 0)) + self.script_list.setObjectName("script_list") + self.formWidget = QtWidgets.QWidget(self.splitter) + self.formWidget.setObjectName("formWidget") + self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.formWidget) + self.verticalLayout_2.setContentsMargins(0, 0, 0, 0) + self.verticalLayout_2.setObjectName("verticalLayout_2") + self.script_name = QtWidgets.QLineEdit(self.formWidget) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.script_name.sizePolicy().hasHeightForWidth()) self.script_name.setSizePolicy(sizePolicy) - self.script_name.setObjectName(_fromUtf8("script_name")) + self.script_name.setObjectName("script_name") self.verticalLayout_2.addWidget(self.script_name) - self.tagger_script = QtGui.QTextEdit(self.formWidget) - self.tagger_script.setObjectName(_fromUtf8("tagger_script")) + self.tagger_script = QtWidgets.QTextEdit(self.formWidget) + self.tagger_script.setObjectName("tagger_script") self.verticalLayout_2.addWidget(self.tagger_script) self.verticalLayout_3.addWidget(self.splitter) self.verticalLayout.addWidget(self.groupBox) - self.script_error = QtGui.QLabel(self.enable_tagger_scripts) - self.script_error.setText(_fromUtf8("")) + self.script_error = QtWidgets.QLabel(self.enable_tagger_scripts) + self.script_error.setText("") self.script_error.setAlignment(QtCore.Qt.AlignCenter) - self.script_error.setObjectName(_fromUtf8("script_error")) + self.script_error.setObjectName("script_error") self.verticalLayout.addWidget(self.script_error) - self.scripting_doc_link = QtGui.QLabel(self.enable_tagger_scripts) - self.scripting_doc_link.setText(_fromUtf8("")) + self.scripting_doc_link = QtWidgets.QLabel(self.enable_tagger_scripts) + self.scripting_doc_link.setText("") self.scripting_doc_link.setWordWrap(True) self.scripting_doc_link.setOpenExternalLinks(True) - self.scripting_doc_link.setObjectName(_fromUtf8("scripting_doc_link")) + self.scripting_doc_link.setObjectName("scripting_doc_link") self.verticalLayout.addWidget(self.scripting_doc_link) self.vboxlayout.addWidget(self.enable_tagger_scripts) self.retranslateUi(ScriptingOptionsPage) QtCore.QMetaObject.connectSlotsByName(ScriptingOptionsPage) + ScriptingOptionsPage.setTabOrder(self.enable_tagger_scripts, self.add_script) + ScriptingOptionsPage.setTabOrder(self.add_script, self.script_list) + ScriptingOptionsPage.setTabOrder(self.script_list, self.script_name) + ScriptingOptionsPage.setTabOrder(self.script_name, self.tagger_script) def retranslateUi(self, ScriptingOptionsPage): + _translate = QtCore.QCoreApplication.translate self.enable_tagger_scripts.setTitle(_("Tagger Script(s)")) self.add_script.setToolTip(_("Add new script")) self.add_script.setText(_("Add new script")) diff -Nru picard-1.4.2/picard/ui/ui_options_tags.py picard-2.0.0/picard/ui/ui_options_tags.py --- picard-1.4.2/picard/ui/ui_options_tags.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_options_tags.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,134 +3,129 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_TagsOptionsPage(object): def setupUi(self, TagsOptionsPage): - TagsOptionsPage.setObjectName(_fromUtf8("TagsOptionsPage")) - TagsOptionsPage.resize(539, 425) - self.vboxlayout = QtGui.QVBoxLayout(TagsOptionsPage) - self.vboxlayout.setObjectName(_fromUtf8("vboxlayout")) - self.write_tags = QtGui.QCheckBox(TagsOptionsPage) - self.write_tags.setObjectName(_fromUtf8("write_tags")) + TagsOptionsPage.setObjectName("TagsOptionsPage") + TagsOptionsPage.resize(539, 474) + self.vboxlayout = QtWidgets.QVBoxLayout(TagsOptionsPage) + self.vboxlayout.setObjectName("vboxlayout") + self.write_tags = QtWidgets.QCheckBox(TagsOptionsPage) + self.write_tags.setObjectName("write_tags") self.vboxlayout.addWidget(self.write_tags) - self.preserve_timestamps = QtGui.QCheckBox(TagsOptionsPage) - self.preserve_timestamps.setObjectName(_fromUtf8("preserve_timestamps")) + self.preserve_timestamps = QtWidgets.QCheckBox(TagsOptionsPage) + self.preserve_timestamps.setObjectName("preserve_timestamps") self.vboxlayout.addWidget(self.preserve_timestamps) - self.before_tagging = QtGui.QGroupBox(TagsOptionsPage) - self.before_tagging.setObjectName(_fromUtf8("before_tagging")) - self.vboxlayout1 = QtGui.QVBoxLayout(self.before_tagging) - self.vboxlayout1.setSpacing(2) + self.before_tagging = QtWidgets.QGroupBox(TagsOptionsPage) + self.before_tagging.setObjectName("before_tagging") + self.vboxlayout1 = QtWidgets.QVBoxLayout(self.before_tagging) self.vboxlayout1.setContentsMargins(-1, 6, -1, 7) - self.vboxlayout1.setObjectName(_fromUtf8("vboxlayout1")) - self.clear_existing_tags = QtGui.QCheckBox(self.before_tagging) - self.clear_existing_tags.setObjectName(_fromUtf8("clear_existing_tags")) + self.vboxlayout1.setSpacing(2) + self.vboxlayout1.setObjectName("vboxlayout1") + self.clear_existing_tags = QtWidgets.QCheckBox(self.before_tagging) + self.clear_existing_tags.setObjectName("clear_existing_tags") self.vboxlayout1.addWidget(self.clear_existing_tags) - self.remove_id3_from_flac = QtGui.QCheckBox(self.before_tagging) - self.remove_id3_from_flac.setObjectName(_fromUtf8("remove_id3_from_flac")) + self.remove_id3_from_flac = QtWidgets.QCheckBox(self.before_tagging) + self.remove_id3_from_flac.setObjectName("remove_id3_from_flac") self.vboxlayout1.addWidget(self.remove_id3_from_flac) - self.remove_ape_from_mp3 = QtGui.QCheckBox(self.before_tagging) - self.remove_ape_from_mp3.setObjectName(_fromUtf8("remove_ape_from_mp3")) + self.remove_ape_from_mp3 = QtWidgets.QCheckBox(self.before_tagging) + self.remove_ape_from_mp3.setObjectName("remove_ape_from_mp3") self.vboxlayout1.addWidget(self.remove_ape_from_mp3) - spacerItem = QtGui.QSpacerItem(20, 6, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + spacerItem = QtWidgets.QSpacerItem(20, 6, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) self.vboxlayout1.addItem(spacerItem) - self.preserved_tags_label = QtGui.QLabel(self.before_tagging) - self.preserved_tags_label.setObjectName(_fromUtf8("preserved_tags_label")) + self.preserved_tags_label = QtWidgets.QLabel(self.before_tagging) + self.preserved_tags_label.setObjectName("preserved_tags_label") self.vboxlayout1.addWidget(self.preserved_tags_label) - self.preserved_tags = QtGui.QLineEdit(self.before_tagging) - self.preserved_tags.setObjectName(_fromUtf8("preserved_tags")) + self.preserved_tags = QtWidgets.QLineEdit(self.before_tagging) + self.preserved_tags.setObjectName("preserved_tags") self.vboxlayout1.addWidget(self.preserved_tags) - self.preserved_tags_help = QtGui.QLabel(self.before_tagging) - self.preserved_tags_help.setObjectName(_fromUtf8("preserved_tags_help")) + self.preserved_tags_help = QtWidgets.QLabel(self.before_tagging) + self.preserved_tags_help.setObjectName("preserved_tags_help") self.vboxlayout1.addWidget(self.preserved_tags_help) self.vboxlayout.addWidget(self.before_tagging) - self.tag_compatibility = QtGui.QGroupBox(TagsOptionsPage) - self.tag_compatibility.setObjectName(_fromUtf8("tag_compatibility")) - self.vboxlayout2 = QtGui.QVBoxLayout(self.tag_compatibility) - self.vboxlayout2.setSpacing(2) + self.tag_compatibility = QtWidgets.QGroupBox(TagsOptionsPage) + self.tag_compatibility.setObjectName("tag_compatibility") + self.vboxlayout2 = QtWidgets.QVBoxLayout(self.tag_compatibility) self.vboxlayout2.setContentsMargins(-1, 6, -1, 7) - self.vboxlayout2.setObjectName(_fromUtf8("vboxlayout2")) - self.id3v2_version = QtGui.QGroupBox(self.tag_compatibility) + self.vboxlayout2.setSpacing(2) + self.vboxlayout2.setObjectName("vboxlayout2") + self.id3v2_version = QtWidgets.QGroupBox(self.tag_compatibility) self.id3v2_version.setFlat(False) self.id3v2_version.setCheckable(False) - self.id3v2_version.setObjectName(_fromUtf8("id3v2_version")) - self.horizontalLayout = QtGui.QHBoxLayout(self.id3v2_version) + self.id3v2_version.setObjectName("id3v2_version") + self.horizontalLayout = QtWidgets.QHBoxLayout(self.id3v2_version) self.horizontalLayout.setContentsMargins(-1, 6, -1, 7) - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.write_id3v24 = QtGui.QRadioButton(self.id3v2_version) + self.horizontalLayout.setObjectName("horizontalLayout") + self.write_id3v24 = QtWidgets.QRadioButton(self.id3v2_version) self.write_id3v24.setChecked(True) - self.write_id3v24.setObjectName(_fromUtf8("write_id3v24")) + self.write_id3v24.setObjectName("write_id3v24") self.horizontalLayout.addWidget(self.write_id3v24) - self.write_id3v23 = QtGui.QRadioButton(self.id3v2_version) + self.write_id3v23 = QtWidgets.QRadioButton(self.id3v2_version) self.write_id3v23.setChecked(False) - self.write_id3v23.setObjectName(_fromUtf8("write_id3v23")) + self.write_id3v23.setObjectName("write_id3v23") self.horizontalLayout.addWidget(self.write_id3v23) - self.label = QtGui.QLabel(self.id3v2_version) - self.label.setText(_fromUtf8("")) + self.label = QtWidgets.QLabel(self.id3v2_version) + self.label.setText("") self.label.setWordWrap(True) - self.label.setObjectName(_fromUtf8("label")) + self.label.setObjectName("label") self.horizontalLayout.addWidget(self.label) - spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.horizontalLayout.addItem(spacerItem1) self.vboxlayout2.addWidget(self.id3v2_version) - self.id3v2_text_encoding = QtGui.QGroupBox(self.tag_compatibility) - self.id3v2_text_encoding.setObjectName(_fromUtf8("id3v2_text_encoding")) - self.horizontalLayout_2 = QtGui.QHBoxLayout(self.id3v2_text_encoding) + self.id3v2_text_encoding = QtWidgets.QGroupBox(self.tag_compatibility) + self.id3v2_text_encoding.setObjectName("id3v2_text_encoding") + self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.id3v2_text_encoding) self.horizontalLayout_2.setContentsMargins(-1, 6, -1, 7) - self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2")) - self.enc_utf8 = QtGui.QRadioButton(self.id3v2_text_encoding) - self.enc_utf8.setObjectName(_fromUtf8("enc_utf8")) + self.horizontalLayout_2.setObjectName("horizontalLayout_2") + self.enc_utf8 = QtWidgets.QRadioButton(self.id3v2_text_encoding) + self.enc_utf8.setObjectName("enc_utf8") self.horizontalLayout_2.addWidget(self.enc_utf8) - self.enc_utf16 = QtGui.QRadioButton(self.id3v2_text_encoding) - self.enc_utf16.setObjectName(_fromUtf8("enc_utf16")) + self.enc_utf16 = QtWidgets.QRadioButton(self.id3v2_text_encoding) + self.enc_utf16.setObjectName("enc_utf16") self.horizontalLayout_2.addWidget(self.enc_utf16) - self.enc_iso88591 = QtGui.QRadioButton(self.id3v2_text_encoding) - self.enc_iso88591.setObjectName(_fromUtf8("enc_iso88591")) + self.enc_iso88591 = QtWidgets.QRadioButton(self.id3v2_text_encoding) + self.enc_iso88591.setObjectName("enc_iso88591") self.horizontalLayout_2.addWidget(self.enc_iso88591) - spacerItem2 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem2 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.horizontalLayout_2.addItem(spacerItem2) - self.label_2 = QtGui.QLabel(self.id3v2_text_encoding) - self.label_2.setText(_fromUtf8("")) + self.label_2 = QtWidgets.QLabel(self.id3v2_text_encoding) + self.label_2.setText("") self.label_2.setWordWrap(True) - self.label_2.setObjectName(_fromUtf8("label_2")) + self.label_2.setObjectName("label_2") self.horizontalLayout_2.addWidget(self.label_2) self.vboxlayout2.addWidget(self.id3v2_text_encoding) - self.hbox_id3v23_join_with = QtGui.QHBoxLayout() - self.hbox_id3v23_join_with.setObjectName(_fromUtf8("hbox_id3v23_join_with")) - self.label_id3v23_join_with = QtGui.QLabel(self.tag_compatibility) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + self.hbox_id3v23_join_with = QtWidgets.QHBoxLayout() + self.hbox_id3v23_join_with.setObjectName("hbox_id3v23_join_with") + self.label_id3v23_join_with = QtWidgets.QLabel(self.tag_compatibility) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(4) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.label_id3v23_join_with.sizePolicy().hasHeightForWidth()) self.label_id3v23_join_with.setSizePolicy(sizePolicy) - self.label_id3v23_join_with.setObjectName(_fromUtf8("label_id3v23_join_with")) + self.label_id3v23_join_with.setObjectName("label_id3v23_join_with") self.hbox_id3v23_join_with.addWidget(self.label_id3v23_join_with) - self.id3v23_join_with = QtGui.QComboBox(self.tag_compatibility) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) + self.id3v23_join_with = QtWidgets.QComboBox(self.tag_compatibility) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(1) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.id3v23_join_with.sizePolicy().hasHeightForWidth()) self.id3v23_join_with.setSizePolicy(sizePolicy) self.id3v23_join_with.setEditable(True) - self.id3v23_join_with.setObjectName(_fromUtf8("id3v23_join_with")) - self.id3v23_join_with.addItem(_fromUtf8("")) - self.id3v23_join_with.setItemText(0, _fromUtf8("/")) - self.id3v23_join_with.addItem(_fromUtf8("")) - self.id3v23_join_with.setItemText(1, _fromUtf8("; ")) - self.id3v23_join_with.addItem(_fromUtf8("")) - self.id3v23_join_with.setItemText(2, _fromUtf8(" / ")) + self.id3v23_join_with.setObjectName("id3v23_join_with") + self.id3v23_join_with.addItem("") + self.id3v23_join_with.setItemText(0, "/") + self.id3v23_join_with.addItem("") + self.id3v23_join_with.setItemText(1, "; ") + self.id3v23_join_with.addItem("") + self.id3v23_join_with.setItemText(2, " / ") self.hbox_id3v23_join_with.addWidget(self.id3v23_join_with) self.vboxlayout2.addLayout(self.hbox_id3v23_join_with) - self.write_id3v1 = QtGui.QCheckBox(self.tag_compatibility) - self.write_id3v1.setObjectName(_fromUtf8("write_id3v1")) + self.write_id3v1 = QtWidgets.QCheckBox(self.tag_compatibility) + self.write_id3v1.setObjectName("write_id3v1") self.vboxlayout2.addWidget(self.write_id3v1) self.vboxlayout.addWidget(self.tag_compatibility) - spacerItem3 = QtGui.QSpacerItem(274, 41, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem3 = QtWidgets.QSpacerItem(274, 41, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.vboxlayout.addItem(spacerItem3) self.retranslateUi(TagsOptionsPage) @@ -149,6 +144,7 @@ TagsOptionsPage.setTabOrder(self.id3v23_join_with, self.write_id3v1) def retranslateUi(self, TagsOptionsPage): + _translate = QtCore.QCoreApplication.translate self.write_tags.setText(_("Write tags to files")) self.preserve_timestamps.setText(_("Preserve timestamps of tagged files")) self.before_tagging.setTitle(_("Before Tagging")) diff -Nru picard-1.4.2/picard/ui/ui_passworddialog.py picard-2.0.0/picard/ui/ui_passworddialog.py --- picard-1.4.2/picard/ui/ui_passworddialog.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_passworddialog.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,64 +3,60 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_PasswordDialog(object): def setupUi(self, PasswordDialog): - PasswordDialog.setObjectName(_fromUtf8("PasswordDialog")) + PasswordDialog.setObjectName("PasswordDialog") PasswordDialog.setWindowModality(QtCore.Qt.WindowModal) PasswordDialog.resize(378, 246) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Preferred) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(PasswordDialog.sizePolicy().hasHeightForWidth()) PasswordDialog.setSizePolicy(sizePolicy) - self.verticalLayout = QtGui.QVBoxLayout(PasswordDialog) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.info_text = QtGui.QLabel(PasswordDialog) - self.info_text.setText(_fromUtf8("")) + self.verticalLayout = QtWidgets.QVBoxLayout(PasswordDialog) + self.verticalLayout.setObjectName("verticalLayout") + self.info_text = QtWidgets.QLabel(PasswordDialog) + self.info_text.setText("") self.info_text.setWordWrap(True) - self.info_text.setObjectName(_fromUtf8("info_text")) + self.info_text.setObjectName("info_text") self.verticalLayout.addWidget(self.info_text) - spacerItem = QtGui.QSpacerItem(20, 60, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(20, 60, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) - self.label = QtGui.QLabel(PasswordDialog) - self.label.setObjectName(_fromUtf8("label")) + self.label = QtWidgets.QLabel(PasswordDialog) + self.label.setObjectName("label") self.verticalLayout.addWidget(self.label) - self.username = QtGui.QLineEdit(PasswordDialog) + self.username = QtWidgets.QLineEdit(PasswordDialog) self.username.setWindowModality(QtCore.Qt.NonModal) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Fixed) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.username.sizePolicy().hasHeightForWidth()) self.username.setSizePolicy(sizePolicy) - self.username.setObjectName(_fromUtf8("username")) + self.username.setObjectName("username") self.verticalLayout.addWidget(self.username) - self.label_2 = QtGui.QLabel(PasswordDialog) - self.label_2.setObjectName(_fromUtf8("label_2")) + self.label_2 = QtWidgets.QLabel(PasswordDialog) + self.label_2.setObjectName("label_2") self.verticalLayout.addWidget(self.label_2) - self.password = QtGui.QLineEdit(PasswordDialog) - self.password.setEchoMode(QtGui.QLineEdit.Password) - self.password.setObjectName(_fromUtf8("password")) + self.password = QtWidgets.QLineEdit(PasswordDialog) + self.password.setEchoMode(QtWidgets.QLineEdit.Password) + self.password.setObjectName("password") self.verticalLayout.addWidget(self.password) - spacerItem1 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem1) - self.buttonbox = QtGui.QDialogButtonBox(PasswordDialog) + self.buttonbox = QtWidgets.QDialogButtonBox(PasswordDialog) self.buttonbox.setOrientation(QtCore.Qt.Horizontal) - self.buttonbox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok) - self.buttonbox.setObjectName(_fromUtf8("buttonbox")) + self.buttonbox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) + self.buttonbox.setObjectName("buttonbox") self.verticalLayout.addWidget(self.buttonbox) self.retranslateUi(PasswordDialog) - QtCore.QObject.connect(self.buttonbox, QtCore.SIGNAL(_fromUtf8("rejected()")), PasswordDialog.reject) + self.buttonbox.rejected.connect(PasswordDialog.reject) QtCore.QMetaObject.connectSlotsByName(PasswordDialog) def retranslateUi(self, PasswordDialog): + _translate = QtCore.QCoreApplication.translate PasswordDialog.setWindowTitle(_("Authentication required")) self.label.setText(_("Username:")) self.label_2.setText(_("Password:")) diff -Nru picard-1.4.2/picard/ui/ui_provider_options_caa.py picard-2.0.0/picard/ui/ui_provider_options_caa.py --- picard-1.4.2/picard/ui/ui_provider_options_caa.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_provider_options_caa.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,92 +3,83 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_CaaOptions(object): def setupUi(self, CaaOptions): - CaaOptions.setObjectName(_fromUtf8("CaaOptions")) + CaaOptions.setObjectName("CaaOptions") CaaOptions.resize(660, 194) - self.verticalLayout = QtGui.QVBoxLayout(CaaOptions) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.select_caa_types_group = QtGui.QHBoxLayout() - self.select_caa_types_group.setObjectName(_fromUtf8("select_caa_types_group")) - self.restrict_images_types = QtGui.QCheckBox(CaaOptions) - self.restrict_images_types.setObjectName(_fromUtf8("restrict_images_types")) + self.verticalLayout = QtWidgets.QVBoxLayout(CaaOptions) + self.verticalLayout.setObjectName("verticalLayout") + self.select_caa_types_group = QtWidgets.QHBoxLayout() + self.select_caa_types_group.setObjectName("select_caa_types_group") + self.restrict_images_types = QtWidgets.QCheckBox(CaaOptions) + self.restrict_images_types.setObjectName("restrict_images_types") self.select_caa_types_group.addWidget(self.restrict_images_types) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum) self.select_caa_types_group.addItem(spacerItem) - self.select_caa_types = QtGui.QPushButton(CaaOptions) + self.select_caa_types = QtWidgets.QPushButton(CaaOptions) self.select_caa_types.setEnabled(False) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(100) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.select_caa_types.sizePolicy().hasHeightForWidth()) self.select_caa_types.setSizePolicy(sizePolicy) - self.select_caa_types.setObjectName(_fromUtf8("select_caa_types")) + self.select_caa_types.setObjectName("select_caa_types") self.select_caa_types_group.addWidget(self.select_caa_types) self.verticalLayout.addLayout(self.select_caa_types_group) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - self.label = QtGui.QLabel(CaaOptions) - self.label.setObjectName(_fromUtf8("label")) + self.horizontalLayout = QtWidgets.QHBoxLayout() + self.horizontalLayout.setObjectName("horizontalLayout") + self.label = QtWidgets.QLabel(CaaOptions) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Preferred) + sizePolicy.setHorizontalStretch(0) + sizePolicy.setVerticalStretch(0) + sizePolicy.setHeightForWidth(self.label.sizePolicy().hasHeightForWidth()) + self.label.setSizePolicy(sizePolicy) + self.label.setObjectName("label") self.horizontalLayout.addWidget(self.label) - spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) + spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Ignored, QtWidgets.QSizePolicy.Minimum) self.horizontalLayout.addItem(spacerItem1) - self.cb_image_size = QtGui.QComboBox(CaaOptions) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed) + self.cb_image_size = QtWidgets.QComboBox(CaaOptions) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.cb_image_size.sizePolicy().hasHeightForWidth()) self.cb_image_size.setSizePolicy(sizePolicy) - self.cb_image_size.setObjectName(_fromUtf8("cb_image_size")) - self.cb_image_size.addItem(_fromUtf8("")) - self.cb_image_size.addItem(_fromUtf8("")) - self.cb_image_size.addItem(_fromUtf8("")) + self.cb_image_size.setObjectName("cb_image_size") self.horizontalLayout.addWidget(self.cb_image_size) self.verticalLayout.addLayout(self.horizontalLayout) - self.cb_save_single_front_image = QtGui.QCheckBox(CaaOptions) - self.cb_save_single_front_image.setObjectName(_fromUtf8("cb_save_single_front_image")) + self.cb_save_single_front_image = QtWidgets.QCheckBox(CaaOptions) + self.cb_save_single_front_image.setObjectName("cb_save_single_front_image") self.verticalLayout.addWidget(self.cb_save_single_front_image) - self.cb_approved_only = QtGui.QCheckBox(CaaOptions) - self.cb_approved_only.setObjectName(_fromUtf8("cb_approved_only")) + self.cb_approved_only = QtWidgets.QCheckBox(CaaOptions) + self.cb_approved_only.setObjectName("cb_approved_only") self.verticalLayout.addWidget(self.cb_approved_only) - self.cb_type_as_filename = QtGui.QCheckBox(CaaOptions) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Fixed) + self.cb_type_as_filename = QtWidgets.QCheckBox(CaaOptions) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.cb_type_as_filename.sizePolicy().hasHeightForWidth()) self.cb_type_as_filename.setSizePolicy(sizePolicy) - self.cb_type_as_filename.setObjectName(_fromUtf8("cb_type_as_filename")) + self.cb_type_as_filename.setObjectName("cb_type_as_filename") self.verticalLayout.addWidget(self.cb_type_as_filename) - spacerItem2 = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem2) self.retranslateUi(CaaOptions) QtCore.QMetaObject.connectSlotsByName(CaaOptions) + CaaOptions.setTabOrder(self.restrict_images_types, self.select_caa_types) + CaaOptions.setTabOrder(self.select_caa_types, self.cb_image_size) + CaaOptions.setTabOrder(self.cb_image_size, self.cb_save_single_front_image) + CaaOptions.setTabOrder(self.cb_save_single_front_image, self.cb_approved_only) + CaaOptions.setTabOrder(self.cb_approved_only, self.cb_type_as_filename) def retranslateUi(self, CaaOptions): + _translate = QtCore.QCoreApplication.translate CaaOptions.setWindowTitle(_("Form")) self.restrict_images_types.setText(_("Download only cover art images matching selected types")) self.select_caa_types.setText(_("Select types...")) self.label.setText(_("Only use images of the following size:")) - self.cb_image_size.setItemText(0, _("250 px")) - self.cb_image_size.setItemText(1, _("500 px")) - self.cb_image_size.setItemText(2, _("Full size")) self.cb_save_single_front_image.setText(_("Save only one front image as separate file")) self.cb_approved_only.setText(_("Download only approved images")) self.cb_type_as_filename.setText(_("Use the first image type as the filename. This will not change the filename of front images.")) diff -Nru picard-1.4.2/picard/ui/ui_provider_options_local.py picard-2.0.0/picard/ui/ui_provider_options_local.py --- picard-1.4.2/picard/ui/ui_provider_options_local.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_provider_options_local.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,63 +3,50 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - def _fromUtf8(s): - return s - -try: - _encoding = QtGui.QApplication.UnicodeUTF8 - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig, _encoding) -except AttributeError: - def _translate(context, text, disambig): - return QtGui.QApplication.translate(context, text, disambig) +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_LocalOptions(object): def setupUi(self, LocalOptions): - LocalOptions.setObjectName(_fromUtf8("LocalOptions")) + LocalOptions.setObjectName("LocalOptions") LocalOptions.resize(472, 215) - self.verticalLayout = QtGui.QVBoxLayout(LocalOptions) - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.local_cover_regex_label = QtGui.QLabel(LocalOptions) - self.local_cover_regex_label.setObjectName(_fromUtf8("local_cover_regex_label")) + self.verticalLayout = QtWidgets.QVBoxLayout(LocalOptions) + self.verticalLayout.setObjectName("verticalLayout") + self.local_cover_regex_label = QtWidgets.QLabel(LocalOptions) + self.local_cover_regex_label.setObjectName("local_cover_regex_label") self.verticalLayout.addWidget(self.local_cover_regex_label) - self.local_cover_regex_edit = QtGui.QLineEdit(LocalOptions) - self.local_cover_regex_edit.setObjectName(_fromUtf8("local_cover_regex_edit")) + self.local_cover_regex_edit = QtWidgets.QLineEdit(LocalOptions) + self.local_cover_regex_edit.setObjectName("local_cover_regex_edit") self.verticalLayout.addWidget(self.local_cover_regex_edit) - self.horizontalLayout_2 = QtGui.QHBoxLayout() - self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2")) - self.local_cover_regex_error = QtGui.QLabel(LocalOptions) - self.local_cover_regex_error.setText(_fromUtf8("")) - self.local_cover_regex_error.setObjectName(_fromUtf8("local_cover_regex_error")) + self.horizontalLayout_2 = QtWidgets.QHBoxLayout() + self.horizontalLayout_2.setObjectName("horizontalLayout_2") + self.local_cover_regex_error = QtWidgets.QLabel(LocalOptions) + self.local_cover_regex_error.setText("") + self.local_cover_regex_error.setObjectName("local_cover_regex_error") self.horizontalLayout_2.addWidget(self.local_cover_regex_error) - self.local_cover_regex_default = QtGui.QPushButton(LocalOptions) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed) + self.local_cover_regex_default = QtWidgets.QPushButton(LocalOptions) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.local_cover_regex_default.sizePolicy().hasHeightForWidth()) self.local_cover_regex_default.setSizePolicy(sizePolicy) - self.local_cover_regex_default.setObjectName(_fromUtf8("local_cover_regex_default")) + self.local_cover_regex_default.setObjectName("local_cover_regex_default") self.horizontalLayout_2.addWidget(self.local_cover_regex_default) self.verticalLayout.addLayout(self.horizontalLayout_2) - self.note = QtGui.QLabel(LocalOptions) + self.note = QtWidgets.QLabel(LocalOptions) font = QtGui.QFont() font.setItalic(True) self.note.setFont(font) self.note.setWordWrap(True) - self.note.setObjectName(_fromUtf8("note")) + self.note.setObjectName("note") self.verticalLayout.addWidget(self.note) - spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding) + spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) self.verticalLayout.addItem(spacerItem) self.retranslateUi(LocalOptions) QtCore.QMetaObject.connectSlotsByName(LocalOptions) def retranslateUi(self, LocalOptions): + _translate = QtCore.QCoreApplication.translate LocalOptions.setWindowTitle(_("Form")) self.local_cover_regex_label.setText(_("Local cover art files match the following regular expression:")) self.local_cover_regex_default.setText(_("Default")) diff -Nru picard-1.4.2/picard/ui/ui_tagsfromfilenames.py picard-2.0.0/picard/ui/ui_tagsfromfilenames.py --- picard-1.4.2/picard/ui/ui_tagsfromfilenames.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/ui_tagsfromfilenames.py 2018-07-18 13:28:22.000000000 +0000 @@ -3,50 +3,51 @@ # Automatically generated - don't edit. # Use `python setup.py build_ui` to update it. -from PyQt4 import QtCore, QtGui - -try: - _fromUtf8 = QtCore.QString.fromUtf8 -except AttributeError: - _fromUtf8 = lambda s: s +from PyQt5 import QtCore, QtGui, QtWidgets class Ui_TagsFromFileNamesDialog(object): def setupUi(self, TagsFromFileNamesDialog): - TagsFromFileNamesDialog.setObjectName(_fromUtf8("TagsFromFileNamesDialog")) + TagsFromFileNamesDialog.setObjectName("TagsFromFileNamesDialog") TagsFromFileNamesDialog.resize(487, 368) - self.gridlayout = QtGui.QGridLayout(TagsFromFileNamesDialog) - self.gridlayout.setMargin(9) + self.gridlayout = QtWidgets.QGridLayout(TagsFromFileNamesDialog) + self.gridlayout.setContentsMargins(9, 9, 9, 9) self.gridlayout.setSpacing(6) - self.gridlayout.setObjectName(_fromUtf8("gridlayout")) - self.files = QtGui.QTreeWidget(TagsFromFileNamesDialog) + self.gridlayout.setObjectName("gridlayout") + self.files = QtWidgets.QTreeWidget(TagsFromFileNamesDialog) self.files.setAlternatingRowColors(True) self.files.setRootIsDecorated(False) - self.files.setObjectName(_fromUtf8("files")) + self.files.setObjectName("files") + self.files.headerItem().setText(0, "1") self.gridlayout.addWidget(self.files, 1, 0, 1, 2) - self.replace_underscores = QtGui.QCheckBox(TagsFromFileNamesDialog) - self.replace_underscores.setObjectName(_fromUtf8("replace_underscores")) + self.replace_underscores = QtWidgets.QCheckBox(TagsFromFileNamesDialog) + self.replace_underscores.setObjectName("replace_underscores") self.gridlayout.addWidget(self.replace_underscores, 2, 0, 1, 2) - self.buttonbox = QtGui.QDialogButtonBox(TagsFromFileNamesDialog) + self.buttonbox = QtWidgets.QDialogButtonBox(TagsFromFileNamesDialog) self.buttonbox.setOrientation(QtCore.Qt.Horizontal) - self.buttonbox.setObjectName(_fromUtf8("buttonbox")) + self.buttonbox.setObjectName("buttonbox") self.gridlayout.addWidget(self.buttonbox, 3, 0, 1, 2) - self.preview = QtGui.QPushButton(TagsFromFileNamesDialog) - self.preview.setObjectName(_fromUtf8("preview")) + self.preview = QtWidgets.QPushButton(TagsFromFileNamesDialog) + self.preview.setObjectName("preview") self.gridlayout.addWidget(self.preview, 0, 1, 1, 1) - self.format = QtGui.QComboBox(TagsFromFileNamesDialog) - sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Policy(7), QtGui.QSizePolicy.Policy(0)) + self.format = QtWidgets.QComboBox(TagsFromFileNamesDialog) + sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Fixed) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.format.sizePolicy().hasHeightForWidth()) self.format.setSizePolicy(sizePolicy) self.format.setEditable(True) - self.format.setObjectName(_fromUtf8("format")) + self.format.setObjectName("format") self.gridlayout.addWidget(self.format, 0, 0, 1, 1) self.retranslateUi(TagsFromFileNamesDialog) QtCore.QMetaObject.connectSlotsByName(TagsFromFileNamesDialog) + TagsFromFileNamesDialog.setTabOrder(self.format, self.preview) + TagsFromFileNamesDialog.setTabOrder(self.preview, self.files) + TagsFromFileNamesDialog.setTabOrder(self.files, self.replace_underscores) + TagsFromFileNamesDialog.setTabOrder(self.replace_underscores, self.buttonbox) def retranslateUi(self, TagsFromFileNamesDialog): + _translate = QtCore.QCoreApplication.translate TagsFromFileNamesDialog.setWindowTitle(_("Convert File Names to Tags")) self.replace_underscores.setText(_("Replace underscores with spaces")) self.preview.setText(_("&Preview")) diff -Nru picard-1.4.2/picard/ui/util.py picard-2.0.0/picard/ui/util.py --- picard-1.4.2/picard/ui/util.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/ui/util.py 2018-07-18 13:28:22.000000000 +0000 @@ -18,21 +18,23 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. import sys -from PyQt4 import QtCore, QtGui +from PyQt5 import QtCore, QtGui, QtWidgets from picard import config from picard.util import find_existing_path, icontheme -class StandardButton(QtGui.QPushButton): +class StandardButton(QtWidgets.QPushButton): OK = 0 CANCEL = 1 HELP = 2 + CLOSE = 4 __types = { OK: (N_('&Ok'), 'SP_DialogOkButton'), CANCEL: (N_('&Cancel'), 'SP_DialogCancelButton'), HELP: (N_('&Help'), 'SP_DialogHelpButton'), + CLOSE: (N_('Clos&e'), 'SP_DialogCloseButton'), } def __init__(self, btntype): @@ -40,10 +42,10 @@ args = [label] if sys.platform != 'win32' and sys.platform != 'darwin': iconname = self.__types[btntype][1] - if hasattr(QtGui.QStyle, iconname): - icon = self.tagger.style().standardIcon(getattr(QtGui.QStyle, iconname)) + if hasattr(QtWidgets.QStyle, iconname): + icon = self.tagger.style().standardIcon(getattr(QtWidgets.QStyle, iconname)) args = [icon, label] - QtGui.QPushButton.__init__(self, *args) + super().__init__(*args) # The following code is there to fix @@ -62,15 +64,15 @@ path = config.setting["starting_directory_path"] else: path = config.persist["current_directory"] or QtCore.QDir.homePath() - return find_existing_path(unicode(path)) + return find_existing_path(path) -class ButtonLineEdit(QtGui.QLineEdit): +class ButtonLineEdit(QtWidgets.QLineEdit): def __init__(self, parent=None): - QtGui.QLineEdit.__init__(self, parent) + super().__init__(parent) - self.clear_button = QtGui.QToolButton(self) + self.clear_button = QtWidgets.QToolButton(self) self.clear_button.setVisible(False) self.clear_button.setCursor(QtCore.Qt.PointingHandCursor) self.clear_button.setFocusPolicy(QtCore.Qt.NoFocus) @@ -79,11 +81,10 @@ fallback_icon)) self.clear_button.setStyleSheet( "QToolButton { background: transparent; border: none;} QToolButton QWidget { color: black;}") - layout = QtGui.QHBoxLayout(self) + layout = QtWidgets.QHBoxLayout(self) layout.addWidget(self.clear_button, 0, QtCore.Qt.AlignRight) layout.setSpacing(0) - layout.setMargin(5) self.clear_button.setToolTip(_("Clear entry")) self.clear_button.clicked.connect(self.clear) self.textChanged.connect(self._update_clear_button) @@ -95,20 +96,19 @@ self.setTextMargins(left, top, right + self.clear_button.width(), bottom) -class MultiDirsSelectDialog(QtGui.QFileDialog): +class MultiDirsSelectDialog(QtWidgets.QFileDialog): """Custom file selection dialog which allows the selection of multiple directories. Depending on the platform, dialog may fallback on non-native. """ - def __init__(self, *args): - super(MultiDirsSelectDialog, self).__init__(*args) + super().__init__(*args) self.setFileMode(self.Directory) self.setOption(self.ShowDirsOnly) - if sys.platform == "darwin": + if sys.platform in ["darwin", "win32"]: # The native dialog doesn't allow selecting >1 directory self.setOption(self.DontUseNativeDialog) - for view in self.findChildren((QtGui.QListView, QtGui.QTreeView)): - if isinstance(view.model(), QtGui.QFileSystemModel): - view.setSelectionMode(QtGui.QAbstractItemView.ExtendedSelection) + for view in self.findChildren((QtWidgets.QListView, QtWidgets.QTreeView)): + if isinstance(view.model(), QtWidgets.QFileSystemModel): + view.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection) diff -Nru picard-1.4.2/picard/util/_astrcmp.c picard-2.0.0/picard/util/_astrcmp.c --- picard-1.4.2/picard/util/_astrcmp.c 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/util/_astrcmp.c 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,186 @@ +/* + * Picard, the next-generation MusicBrainz tagger + * Copyright (C) 2006 Lukáš Lalinský + * Copyright (C) 2003 Benbuck Nason + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +/*** + * + * Approximate string comparison + * + * This work is based on the Levenshtein Metric or "edit distance", which is + * well known, simple, and seems to be unencumbered by any usage restrictions. + * For more information on the Levenshtein Distance you can refer to the web, + * e.g. http://www.merriampark.com/ld.htm + * + * Accuracy and speed enhancements could probably be made to this algorithm by + * implementing the improvements suggested by such people as Esko Ukkonen, Hal + * Berghel & David Roach, and Sun Wu and Udi Manber. + * + * This has been successfully compiled using: + * Microsoft Visual C++ 6 SP 5 + * GNU gcc 3.2 & Cygwin + * GNU gcc 3.2 & MinGW + * + * Benbuck Nason, February 28th, 2003 + * + ***/ + +#include +#include +#include +#include + + +/*** + * Compute Levenshtein distance. Levenshtein distance, also known as + * "edit distance," is a measure of the cost to transform one string + * into another. + ***/ + +#define MIN(x, y) (((x) > (y)) ? (y) : (x)) +#define MAX(x, y) (((x) > (y)) ? (x) : (y)) +#define MATRIX(a, b) matrix[(b) * (len1 + 1) + (a)] + +float LevenshteinDistance(const Py_UNICODE * s1, int len1, + const Py_UNICODE * s2, int len2) +{ + int *matrix, index1, index2; + float result; + + /* Step 1 */ + /* Check string lengths */ + + if (len1 == 0) + return 0.0f; + + if (len2 == 0) + return 0.0f; + + /* Step 2 */ + /* Allocate matrix for algorithm and fill it with default values */ + + matrix = malloc(sizeof(int) * (len1 + 1) * (len2 + 1)); + + for (index1 = 0; index1 <= len1; index1++) + MATRIX(index1, 0) = index1; + + for (index2 = 0; index2 <= len2; index2++) + MATRIX(0, index2) = index2; + + /* Step 3 */ + /* Loop through first string */ + + for (index1 = 1; index1 <= len1; index1++) + { + Py_UNICODE s1_current = s1[index1 - 1]; + + /* Step 4 */ + /* Loop through second string */ + + for (index2 = 1; index2 <= len2; index2++) + { + Py_UNICODE s2_current = s2[index2 - 1]; + + /* Step 5 */ + /* Calculate cost of this iteration + (handles deletion, insertion, and substitution) */ + + int cost = (s1_current == s2_current) ? 0 : 1; + + /* Step 6 */ + /* Calculate the total cost up to this point */ + + int above = MATRIX(index1 - 1, index2); + int left = MATRIX(index1, index2 - 1); + int diagonal = MATRIX(index1 - 1, index2 - 1); + int cell = MIN(MIN(above + 1, left + 1), diagonal + cost); + + /* Step 6a */ + /* Also cover transposition. This step is taken from: + Berghel, Hal ; Roach, David : "An Extension of Ukkonen's + Enhanced Dynamic Programming ASM Algorithm" + (http://berghel.net/publications/asm/asm.php) */ + + if (index1 > 2 && index2 > 2) + { + int trans = MATRIX(index1 - 2, index2 - 2) + 1; + if (s1[index1 - 2] != s2_current) + trans++; + if (s1_current != s2[index2 - 2]) + trans++; + if (cell > trans) + cell = trans; + } + + MATRIX(index1, index2) = cell; + } + } + + + /* Step 7 */ + /* Return result */ + + result = ((float)1 - ((float)MATRIX(len1, len2) / (float)MAX(len1, len2))); + + free(matrix); + + return result; +} + +static PyObject * +astrcmp(PyObject *self, PyObject *args) +{ + PyObject *s1, *s2; + float d; + const Py_UNICODE *us1, *us2; + int len1, len2; + PyThreadState *_save; + + if (!PyArg_ParseTuple(args, "UU", &s1, &s2)) + return NULL; + + us1 = PyUnicode_AS_UNICODE(s1); + us2 = PyUnicode_AS_UNICODE(s2); + len1 = PyUnicode_GetSize(s1); + len2 = PyUnicode_GetSize(s2); + + Py_UNBLOCK_THREADS + d = LevenshteinDistance(us1, len1, us2, len2); + Py_BLOCK_THREADS + return Py_BuildValue("f", d); +} + +static PyMethodDef AstrcmpMethods[] = { + {"astrcmp", astrcmp, METH_VARARGS, "Compute Levenshtein distance"}, + {NULL, NULL, 0, NULL} +}; + +static struct PyModuleDef AstrcmpModule = +{ + PyModuleDef_HEAD_INIT, + "astrcmp", /* name of module */ + NULL, /* module documentation, may be NULL */ + -1, /* size of per-interpreter state of the module, or -1 if the module keeps state in global variables. */ + AstrcmpMethods +}; + +PyMODINIT_FUNC +PyInit__astrcmp(void) +{ + return PyModule_Create(&AstrcmpModule); +} diff -Nru picard-1.4.2/picard/util/astrcmp.c picard-2.0.0/picard/util/astrcmp.c --- picard-1.4.2/picard/util/astrcmp.c 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/astrcmp.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,177 +0,0 @@ -/* - * Picard, the next-generation MusicBrainz tagger - * Copyright (C) 2006 Lukáš Lalinský - * Copyright (C) 2003 Benbuck Nason - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -/*** - * - * Approximate string comparison - * - * This work is based on the Levenshtein Metric or "edit distance", which is - * well known, simple, and seems to be unencumbered by any usage restrictions. - * For more information on the Levenshtein Distance you can refer to the web, - * e.g. http://www.merriampark.com/ld.htm - * - * Accuracy and speed enhancements could probably be made to this algorithm by - * implementing the improvements suggested by such people as Esko Ukkonen, Hal - * Berghel & David Roach, and Sun Wu and Udi Manber. - * - * This has been succesfully compiled using: - * Microsoft Visual C++ 6 SP 5 - * GNU gcc 3.2 & Cygwin - * GNU gcc 3.2 & MinGW - * - * Benbuck Nason, February 28th, 2003 - * - ***/ - -#include -#include -#include -#include - - -/*** - * Compute Levenshtein distance. Levenshtein distance, also known as - * "edit distance," is a measure of the cost to transform one string - * into another. - ***/ - -#define MIN(x, y) (((x) > (y)) ? (y) : (x)) -#define MAX(x, y) (((x) > (y)) ? (x) : (y)) -#define MATRIX(a, b) matrix[(b) * (len1 + 1) + (a)] - -float LevenshteinDistance(const Py_UNICODE * s1, int len1, - const Py_UNICODE * s2, int len2) -{ - int *matrix, index1, index2; - float result; - - /* Step 1 */ - /* Check string lengths */ - - if (len1 == 0) - return 0.0f; - - if (len2 == 0) - return 0.0f; - - /* Step 2 */ - /* Allocate matrix for algorithm and fill it with default values */ - - matrix = malloc(sizeof(int) * (len1 + 1) * (len2 + 1)); - - for (index1 = 0; index1 <= len1; index1++) - MATRIX(index1, 0) = index1; - - for (index2 = 0; index2 <= len2; index2++) - MATRIX(0, index2) = index2; - - /* Step 3 */ - /* Loop through first string */ - - for (index1 = 1; index1 <= len1; index1++) - { - Py_UNICODE s1_current = s1[index1 - 1]; - - /* Step 4 */ - /* Loop through second string */ - - for (index2 = 1; index2 <= len2; index2++) - { - Py_UNICODE s2_current = s2[index2 - 1]; - - /* Step 5 */ - /* Calculate cost of this iteration - (handles deletion, insertion, and substitution) */ - - int cost = (s1_current == s2_current) ? 0 : 1; - - /* Step 6 */ - /* Calculate the total cost up to this point */ - - int above = MATRIX(index1 - 1, index2); - int left = MATRIX(index1, index2 - 1); - int diagonal = MATRIX(index1 - 1, index2 - 1); - int cell = MIN(MIN(above + 1, left + 1), diagonal + cost); - - /* Step 6a */ - /* Also cover transposition. This step is taken from: - Berghel, Hal ; Roach, David : "An Extension of Ukkonen's - Enhanced Dynamic Programming ASM Algorithm" - (http://berghel.net/publications/asm/asm.php) */ - - if (index1 > 2 && index2 > 2) - { - int trans = MATRIX(index1 - 2, index2 - 2) + 1; - if (s1[index1 - 2] != s2_current) - trans++; - if (s1_current != s2[index2 - 2]) - trans++; - if (cell > trans) - cell = trans; - } - - MATRIX(index1, index2) = cell; - } - } - - - /* Step 7 */ - /* Return result */ - - result = ((float)1 - ((float)MATRIX(len1, len2) / (float)MAX(len1, len2))); - - free(matrix); - - return result; -} - -static PyObject * -astrcmp(PyObject *self, PyObject *args) -{ - PyObject *s1, *s2; - float d; - const Py_UNICODE *us1, *us2; - int len1, len2; - PyThreadState *_save; - - if (!PyArg_ParseTuple(args, "UU", &s1, &s2)) - return NULL; - - us1 = PyUnicode_AS_UNICODE(s1); - us2 = PyUnicode_AS_UNICODE(s2); - len1 = PyUnicode_GetSize(s1); - len2 = PyUnicode_GetSize(s2); - - Py_UNBLOCK_THREADS - d = LevenshteinDistance(us1, len1, us2, len2); - Py_BLOCK_THREADS - return Py_BuildValue("f", d); -} - -static PyMethodDef AstrcmpMethods[] = { - {"astrcmp", astrcmp, METH_VARARGS, "Compute Levenshtein distance"}, - {NULL, NULL, 0, NULL} -}; - -PyMODINIT_FUNC -initastrcmp(void) -{ - (void)Py_InitModule("astrcmp", AstrcmpMethods); -} diff -Nru picard-1.4.2/picard/util/astrcmp.py picard-2.0.0/picard/util/astrcmp.py --- picard-1.4.2/picard/util/astrcmp.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/util/astrcmp.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,42 @@ +# http://hetland.org/coding/python/levenshtein.py + +# This is a straightforward implementation of a well-known algorithm, and thus +# probably shouldn't be covered by copyright to begin with. But in case it is, +# the author (Magnus Lie Hetland) has, to the extent possible under law, +# dedicated all copyright and related and neighboring rights to this software +# to the public domain worldwide, by distributing it under the CC0 license, +# version 1.0. This software is distributed without any warranty. For more +# information, see + + +def astrcmp_py(a,b): + "Calculates the Levenshtein distance between a and b." + n, m = len(a), len(b) + if n > m: + # Make sure n <= m, to use O(min(n,m)) space + a, b = b, a + n, m = m, n + + if n == 0 or m == 0.0: + return 0.0 + + current = range(n+1) + for i in range(1, m+1): + previous, current = current, [i]+[0]*n + for j in range(1, n+1): + add, delete = previous[j]+1, current[j-1]+1 + change = previous[j-1] + if a[j-1] != b[i-1]: + change = change + 1 + current[j] = min(add, delete, change) + + return 1.0 - current[n] / max(m, n) + + +try: + from picard.util._astrcmp import astrcmp as astrcmp_c + astrcmp = astrcmp_c + astrcmp_implementation = "C" +except ImportError: + astrcmp = astrcmp_py + astrcmp_implementation = "Python" diff -Nru picard-1.4.2/picard/util/cdrom.py picard-2.0.0/picard/util/cdrom.py --- picard-1.4.2/picard/util/cdrom.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/cdrom.py 2018-07-18 13:28:22.000000000 +0000 @@ -22,7 +22,7 @@ if sys.platform == 'win32': from ctypes import windll -from PyQt4.QtCore import QFile, QIODevice +from PyQt5.QtCore import QFile, QIODevice from picard import config from picard.util import uniqify @@ -63,7 +63,7 @@ if sys.platform == 'win32': GetLogicalDrives = windll.kernel32.GetLogicalDrives - GetDriveType = windll.kernel32.GetDriveTypeA + GetDriveType = windll.kernel32.GetDriveTypeW DRIVE_CDROM = 5 mask = GetLogicalDrives() for i in range(26): @@ -78,7 +78,7 @@ if cdinfo.open(QIODevice.ReadOnly | QIODevice.Text): drive_names = [] drive_audio_caps = [] - line = unicode(cdinfo.readLine()) + line = string_(cdinfo.readLine()) while line: if ":" in line: key, values = line.split(':') @@ -87,11 +87,11 @@ elif key == 'Can play audio': drive_audio_caps = [v == '1' for v in values.split()] break # no need to continue past this line - line = unicode(cdinfo.readLine()) + line = string_(cdinfo.readLine()) # Show only drives that are capable of playing audio for index, drive in enumerate(drive_names): if drive_audio_caps[index]: - device = u'/dev/%s' % drive + device = '/dev/%s' % drive symlink_target = QFile.symLinkTarget(device) if symlink_target != '': device = symlink_target @@ -101,7 +101,7 @@ for device in config.setting["cd_lookup_device"].split(","): # Need to filter out empty strings, # particularly if the device list is empty - if device.strip() != u'': + if device.strip() != '': drives.append(device.strip()) # make sure no drive is listed twice (given by multiple sources) diff -Nru picard-1.4.2/picard/util/devutil/__init__.py picard-2.0.0/picard/util/devutil/__init__.py --- picard-1.4.2/picard/util/devutil/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/devutil/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -61,38 +61,38 @@ ) """ - indentstr = u" "*4 + indentstr = " "*4 def indented(front, l, back, indent): ind0 = indentstr*indent ind1 = indentstr*(indent+1) if not l: return front + back if len(l) > 1: - return front + u"\n" + u',\n'.join([ind1 + x for x in l]) + u"\n" + ind0 + back + return front + "\n" + ',\n'.join([ind1 + x for x in l]) + "\n" + ind0 + back else: return front + l[0] + back el = [] if node.text: - el.append(u'text=' + repr(node.text).decode('unicode-escape')) + el.append('text=' + repr(node.text).decode('unicode-escape')) if node.attribs: l = [] - for k,v in node.attribs.iteritems(): - l.append(repr(k).decode('unicode-escape') + u': ' + repr(v).decode('unicode-escape')) - el.append(indented(u'attribs={', l, u'}', indent+1)) + for k,v in node.attribs.items(): + l.append(repr(k).decode('unicode-escape') + ': ' + repr(v).decode('unicode-escape')) + el.append(indented('attribs={', l, '}', indent+1)) if node.children: l = [] - for k, v in node.children.iteritems(): + for k, v in node.children.items(): l.append( indented( - repr(k).decode('unicode-escape') + u': [', + repr(k).decode('unicode-escape') + ': [', [printable_node(x, indent+3) for x in v], - u']', + ']', indent+2 ) ) - el.append(indented(u'children={', l, u'}', indent+1)) + el.append(indented('children={', l, '}', indent+1)) - return indented(u'XmlNode(', el, u')', indent) + return indented('XmlNode(', el, ')', indent) diff -Nru picard-1.4.2/picard/util/filenaming.py picard-2.0.0/picard/util/filenaming.py --- picard-1.4.2/picard/util/filenaming.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/filenaming.py 2018-07-18 13:28:22.000000000 +0000 @@ -29,7 +29,7 @@ """Returns the number of code points used by a unicode object in its UTF-16 representation. """ - if isinstance(text, str): + if isinstance(text, bytes): return len(text) # if this is a narrow Python build, len will in fact return exactly # what we're looking for @@ -41,9 +41,9 @@ def _shorten_to_utf16_length(text, length): - """Truncates a unicode object to the given number of UTF-16 code points. + """Truncates a str object to the given number of UTF-16 code points. """ - assert isinstance(text, unicode), "This function only works on unicode" + assert isinstance(text, str), "This function only works on unicode" # if this is a narrow Python build, regular slicing will do exactly # what we're looking for if sys.maxunicode == 0xFFFF: @@ -83,7 +83,7 @@ """Truncates a unicode object to the given number of bytes it would take when encoded in the "filesystem encoding". """ - assert isinstance(text, unicode), "This function only works on unicode" + assert isinstance(text, str), "This function only works on unicode" raw = encode_filename(text) # maybe there's no need to truncate anything if len(raw) <= length: @@ -97,7 +97,7 @@ i = length # a UTF-8 intermediate byte starts with the bits 10xxxxxx, # so ord(char) & 0b11000000 = 0b10000000 - while i > 0 and (ord(raw[i]) & 0xC0) == 0x80: + while i > 0 and (raw[i] & 0xC0) == 0x80: i -= 1 return decode_filename(raw[:i]) # finally, a brute force approach @@ -109,7 +109,7 @@ pass i -= 1 # hmm. we got here? - return u"" + return "" SHORTEN_BYTES, SHORTEN_UTF16, SHORTEN_UTF16_NFD = 0, 1, 2 @@ -117,7 +117,7 @@ """Truncates a filename to the given number of thingies, as implied by `mode`. """ - if isinstance(filename, str): + if isinstance(filename, bytes): return filename[:length] if mode == SHORTEN_BYTES: return _shorten_to_bytes_length(filename, length) @@ -134,7 +134,7 @@ length: Maximum number of code points / bytes allowed in a node. mode: One of SHORTEN_BYTES, SHORTEN_UTF16, SHORTEN_UTF16_NFD. """ - shorten = lambda n, l: n and shorten_filename(n, l, mode).strip() or u"" + shorten = lambda n, l: n and shorten_filename(n, l, mode).strip() or "" dirpath, filename = os.path.split(path) fileroot, ext = os.path.splitext(filename) return os.path.join( @@ -148,7 +148,7 @@ """Shortens the string to the given ratio (and strips it).""" length = _get_utf16_length(text) limit = max(1, int(math.floor(length / ratio))) - if isinstance(text, str): + if isinstance(text, bytes): return text[:limit].strip() else: return _shorten_to_utf16_length(text, limit).strip() diff -Nru picard-1.4.2/picard/util/icontheme.py picard-2.0.0/picard/util/icontheme.py --- picard-1.4.2/picard/util/icontheme.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/icontheme.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,7 +19,7 @@ import sys import os.path -from PyQt4 import QtGui +from PyQt5 import QtGui if sys.platform == 'win32': _search_paths = [] @@ -34,8 +34,7 @@ if 'XDG_CURRENT_DESKTOP' in os.environ: desktop = os.environ['XDG_CURRENT_DESKTOP'].lower() if desktop in ('gnome', 'unity'): - _current_theme = (os.popen('gconftool-2 -g /desktop/gnome/interface/icon_theme').read().strip() - or os.popen('dconf read /org/gnome/desktop/interface/icon-theme').read().strip()[1:-1] + _current_theme = (os.popen('gsettings get org.gnome.desktop.interface icon-theme').read().strip()[1:-1] or None) elif os.environ.get('KDE_FULL_SESSION'): _current_theme = (os.popen("kreadconfig --file kdeglobals --group Icons --key Theme --default crystalsvg").read().strip() diff -Nru picard-1.4.2/picard/util/imageinfo.py picard-2.0.0/picard/util/imageinfo.py --- picard-1.4.2/picard/util/imageinfo.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/imageinfo.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,8 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import StringIO import struct +from io import BytesIO class IdentificationError(Exception): @@ -62,21 +62,21 @@ extension = '' # http://en.wikipedia.org/wiki/Graphics_Interchange_Format - if data[:6] in ('GIF87a', 'GIF89a'): + if data[:6] in (b'GIF87a', b'GIF89a'): w, h = struct.unpack('LL', data[16:24]) mime = 'image/png' extension = '.png' # http://en.wikipedia.org/wiki/JPEG - elif data[:2] == '\xFF\xD8': # Start Of Image (SOI) marker - jpeg = StringIO.StringIO(data) + elif data[:2] == b'\xFF\xD8': # Start Of Image (SOI) marker + jpeg = BytesIO(data) # skip SOI jpeg.read(2) b = jpeg.read(1) diff -Nru picard-1.4.2/picard/util/imagelist.py picard-2.0.0/picard/util/imagelist.py --- picard-1.4.2/picard/util/imagelist.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/imagelist.py 2018-07-18 13:28:22.000000000 +0000 @@ -27,11 +27,12 @@ def __eq__(self, other): return sorted(self, key=get_image_type) == sorted(other, key=get_image_type) - def __getslice__(self, i, j): - length = len(self) - i = max(0, min(i, length)) - j = max(0, min(j, length)) - return ImageList([self[it] for it in range(i, j)]) + def __getitem__(self, k): + result = super().__getitem__(k) + try: + return ImageList(result) + except TypeError: + return result def _process_images(state, src_obj): diff -Nru picard-1.4.2/picard/util/__init__.py picard-2.0.0/picard/util/__init__.py --- picard-1.4.2/picard/util/__init__.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,29 +17,35 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - +import html +import json import os import ntpath import re import sys import unicodedata +import builtins if sys.platform == 'win32': - from ctypes import windll + from ctypes import windll from time import time -from PyQt4 import QtCore +from PyQt5 import QtCore from string import Template # Required for compatibility with lastfmplus which imports this from here rather than loading it direct. -from functools import partial from picard.const import MUSICBRAINZ_SERVERS +# These variables are set by pyinstaller if running from a packaged build +# See http://pyinstaller.readthedocs.io/en/stable/runtime-information.html +is_frozen = getattr(sys, 'frozen', False) +frozen_temp_path = getattr(sys, '_MEIPASS', '') + class LockableObject(QtCore.QObject): """Read/write lockable object.""" def __init__(self): - QtCore.QObject.__init__(self) + super().__init__() self.__lock = QtCore.QReadWriteLock() def lock_for_read(self): @@ -81,7 +87,7 @@ def encode_filename(filename): """Encode unicode strings to filesystem encoding.""" - if isinstance(filename, unicode): + if isinstance(filename, str): if os.path.supports_unicode_filenames and sys.platform != "darwin": return filename else: @@ -92,7 +98,7 @@ def decode_filename(filename): """Decode strings from filesystem encoding to unicode.""" - if isinstance(filename, unicode): + if isinstance(filename, str): return filename else: return filename.decode(_io_encoding) @@ -130,7 +136,7 @@ _re_win32_incompat = re.compile(r'["*:<>?|]', re.UNICODE) -def replace_win32_incompat(string, repl=u"_"): +def replace_win32_incompat(string, repl="_"): """Replace win32 filename incompatible characters from ``string`` by ``repl``.""" # Don't replace : with _ for windows drive @@ -144,7 +150,7 @@ _re_non_alphanum = re.compile(r'\W+', re.UNICODE) def strip_non_alnum(string): """Remove all non-alphanumeric characters from ``string``.""" - return _re_non_alphanum.sub(u" ", string).strip() + return _re_non_alphanum.sub(" ", string).strip() _re_slashes = re.compile(r'[\\/]', re.UNICODE) @@ -196,6 +202,9 @@ executables = [e + '.exe' for e in executables] paths = [os.path.dirname(sys.executable)] if sys.executable else [] paths += os.environ.get('PATH', '').split(os.pathsep) + # This is for searching for executables bundled in packaged builds + if is_frozen: + paths += [frozen_temp_path] for path in paths: for executable in executables: f = os.path.join(path, executable) @@ -330,7 +339,7 @@ # than just checking for dot files, see # https://stackoverflow.com/questions/284115/cross-platform-hidden-file-detection try: - attrs = windll.kernel32.GetFileAttributesW(unicode(filepath)) + attrs = windll.kernel32.GetFileAttributesW(filepath) assert attrs != -1 return bool(attrs & 2) except (AttributeError, AssertionError): @@ -404,10 +413,13 @@ if path is not None: url.setPath(path) if queryargs is not None: - for k, v in queryargs.iteritems(): - url.addEncodedQueryItem(k, unicode(v)) + url_query = QtCore.QUrlQuery() + for k, v in queryargs.items(): + url_query.addQueryItem(k, string_(v)) + url.setQuery(url_query) return url + def union_sorted_lists(list1, list2): """ Returns union of two sorted lists. @@ -436,3 +448,51 @@ union.extend(list1[i:]) return union + + +def convert_to_string(obj): + """Appropriately converts the input `obj` to a string. + + Args: + obj (QByteArray, bytes, bytearray, ...): The input object + + Returns: + string: The appropriately decoded string + + """ + if isinstance(obj, QtCore.QByteArray): + return bytes(obj).decode() + elif isinstance(obj, (bytes, bytearray)): + return obj.decode() + else: + return str(obj) + + +def htmlescape(string): + return html.escape(string, quote=False) + + +def load_json(data): + """Deserializes a string or bytes like json response and converts + it to a python object. + + Args: + data (QByteArray, bytes, bytearray, ...): The json response + + Returns: + dict: Response data as a python dict + + """ + return json.loads(convert_to_string(data)) + + +def parse_json(reply): + return load_json(reply.readAll()) + +def restore_method(func): + def func_wrapper(*args, **kwargs): + if not QtCore.QObject.tagger._no_restore: + return func(*args, **kwargs) + return func_wrapper + +builtins.__dict__['string_'] = convert_to_string diff -Nru picard-1.4.2/picard/util/lrucache.py picard-2.0.0/picard/util/lrucache.py --- picard-1.4.2/picard/util/lrucache.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/lrucache.py 2018-07-18 13:28:22.000000000 +0000 @@ -38,14 +38,14 @@ Traceback (most recent call last): File "", line 1, in File "lrucache.py", line 48, in __getitem__ - return super(LRUCache, self).__getitem__(key) + return super().__getitem__(key) KeyError: 'item2' >>> cache['item5'] = 'This will push item3 out of the cache' >>> cache['item3'] Traceback (most recent call last): File "", line 1, in File "lrucache.py", line 48, in __getitem__ - return super(LRUCache, self).__getitem__(key) + return super().__getitem__(key) KeyError: 'item3' >>> cache['item1'] 'some value' @@ -59,21 +59,21 @@ if key in self: self._ordered_keys.remove(key) self._ordered_keys.insert(0, key) - return super(LRUCache, self).__getitem__(key) + return super().__getitem__(key) def __setitem__(self, key, value): if key in self: self._ordered_keys.remove(key) self._ordered_keys.insert(0, key) - r = super(LRUCache, self).__setitem__(key, value) + r = super().__setitem__(key, value) if len(self) > self._max_size: item = self._ordered_keys.pop() - super(LRUCache, self).__delitem__(item) + super().__delitem__(item) return r def __delitem__(self, key): self._ordered_keys.remove(key) - super(LRUCache, self).__delitem__(key) + super().__delitem__(key) diff -Nru picard-1.4.2/picard/util/tags.py picard-2.0.0/picard/util/tags.py --- picard-1.4.2/picard/util/tags.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/tags.py 2018-07-18 13:28:22.000000000 +0000 @@ -91,7 +91,7 @@ 'originalartist': N_('Original Artist'), 'musicbrainz_originalartistid': N_('MusicBrainz Original Artist Id'), 'originalalbum': N_('Original Album'), - 'musicbrainz_originalalbumid': N_('MusicBrainz Orignal Release Id'), + 'musicbrainz_originalalbumid': N_('MusicBrainz Original Release Id'), } PRESERVED_TAGS = [ diff -Nru picard-1.4.2/picard/util/textencoding.py picard-2.0.0/picard/util/textencoding.py --- picard-1.4.2/picard/util/textencoding.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/textencoding.py 2018-07-18 13:28:22.000000000 +0000 @@ -75,26 +75,26 @@ return re.compile('([' + ''.join(iterable) + '])', re.UNICODE) _additional_compatibility = { - u"\u0276": u"Œ", # LATIN LETTER SMALL CAPITAL OE - u"\u1D00": u"A", # LATIN LETTER SMALL CAPITAL A - u"\u1D01": u"Æ", # LATIN LETTER SMALL CAPITAL AE - u"\u1D04": u"C", # LATIN LETTER SMALL CAPITAL C - u"\u1D05": u"D", # LATIN LETTER SMALL CAPITAL D - u"\u1D07": u"E", # LATIN LETTER SMALL CAPITAL E - u"\u1D0A": u"J", # LATIN LETTER SMALL CAPITAL J - u"\u1D0B": u"K", # LATIN LETTER SMALL CAPITAL K - u"\u1D0D": u"M", # LATIN LETTER SMALL CAPITAL M - u"\u1D0F": u"O", # LATIN LETTER SMALL CAPITAL O - u"\u1D18": u"P", # LATIN LETTER SMALL CAPITAL P - u"\u1D1B": u"T", # LATIN LETTER SMALL CAPITAL T - u"\u1D1C": u"U", # LATIN LETTER SMALL CAPITAL U - u"\u1D20": u"V", # LATIN LETTER SMALL CAPITAL V - u"\u1D21": u"W", # LATIN LETTER SMALL CAPITAL W - u"\u1D22": u"Z", # LATIN LETTER SMALL CAPITAL Z - u"\u3007": u"0", # IDEOGRAPHIC NUMBER ZERO - u"\u00A0": u" ", # NO-BREAK SPACE - u"\u3000": u" ", # IDEOGRAPHIC SPACE (from ‹character-fallback›) - u"\u2033": u"”", # DOUBLE PRIME + "\u0276": "Œ", # LATIN LETTER SMALL CAPITAL OE + "\u1D00": "A", # LATIN LETTER SMALL CAPITAL A + "\u1D01": "Æ", # LATIN LETTER SMALL CAPITAL AE + "\u1D04": "C", # LATIN LETTER SMALL CAPITAL C + "\u1D05": "D", # LATIN LETTER SMALL CAPITAL D + "\u1D07": "E", # LATIN LETTER SMALL CAPITAL E + "\u1D0A": "J", # LATIN LETTER SMALL CAPITAL J + "\u1D0B": "K", # LATIN LETTER SMALL CAPITAL K + "\u1D0D": "M", # LATIN LETTER SMALL CAPITAL M + "\u1D0F": "O", # LATIN LETTER SMALL CAPITAL O + "\u1D18": "P", # LATIN LETTER SMALL CAPITAL P + "\u1D1B": "T", # LATIN LETTER SMALL CAPITAL T + "\u1D1C": "U", # LATIN LETTER SMALL CAPITAL U + "\u1D20": "V", # LATIN LETTER SMALL CAPITAL V + "\u1D21": "W", # LATIN LETTER SMALL CAPITAL W + "\u1D22": "Z", # LATIN LETTER SMALL CAPITAL Z + "\u3007": "0", # IDEOGRAPHIC NUMBER ZERO + "\u00A0": " ", # NO-BREAK SPACE + "\u3000": " ", # IDEOGRAPHIC SPACE (from ‹character-fallback›) + "\u2033": "”", # DOUBLE PRIME } _re_additional_compatibility = _re_any(_additional_compatibility.keys()) @@ -105,74 +105,74 @@ _simplify_punctuation = { - u"\u013F": u"L", # LATIN CAPITAL LETTER L WITH MIDDLE DOT (compat) - u"\u0140": u"l", # LATIN SMALL LETTER L WITH MIDDLE DOT (compat) - u"\u2018": u"'", # LEFT SINGLE QUOTATION MARK (from ‹character-fallback›) - u"\u2019": u"'", # RIGHT SINGLE QUOTATION MARK (from ‹character-fallback›) - u"\u201A": u"'", # SINGLE LOW-9 QUOTATION MARK (from ‹character-fallback›) - u"\u201B": u"'", # SINGLE HIGH-REVERSED-9 QUOTATION MARK (from ‹character-fallback›) - u"\u201C": u"\"", # LEFT DOUBLE QUOTATION MARK (from ‹character-fallback›) - u"\u201D": u"\"", # RIGHT DOUBLE QUOTATION MARK (from ‹character-fallback›) - u"\u201E": u"\"", # DOUBLE LOW-9 QUOTATION MARK (from ‹character-fallback›) - u"\u201F": u"\"", # DOUBLE HIGH-REVERSED-9 QUOTATION MARK (from ‹character-fallback›) - u"\u2032": u"'", # PRIME - u"\u2033": u"\"", # DOUBLE PRIME - u"\u301D": u"\"", # REVERSED DOUBLE PRIME QUOTATION MARK - u"\u301E": u"\"", # DOUBLE PRIME QUOTATION MARK - u"\u00AB": u"<<", # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (from ‹character-fallback›) - u"\u00BB": u">>", # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (from ‹character-fallback›) - u"\u2039": u"<", # SINGLE LEFT-POINTING ANGLE QUOTATION MARK - u"\u203A": u">", # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK - u"\u00AD": u"", # SOFT HYPHEN (from ‹character-fallback›) - u"\u2010": u"-", # HYPHEN (from ‹character-fallback›) - u"\u2011": u"-", # NON-BREAKING HYPHEN (from ‹character-fallback›) - u"\u2012": u"-", # FIGURE DASH (from ‹character-fallback›) - u"\u2013": u"-", # EN DASH (from ‹character-fallback›) - u"\u2014": u"-", # EM DASH (from ‹character-fallback›) - u"\u2015": u"-", # HORIZONTAL BAR (from ‹character-fallback›) - u"\uFE31": u"|", # PRESENTATION FORM FOR VERTICAL EM DASH (compat) - u"\uFE32": u"|", # PRESENTATION FORM FOR VERTICAL EN DASH (compat) - u"\uFE58": u"-", # SMALL EM DASH (compat) - u"\u2016": u"||", # DOUBLE VERTICAL LINE - u"\u2044": u"/", # FRACTION SLASH (from ‹character-fallback›) - u"\u2045": u"[", # LEFT SQUARE BRACKET WITH QUILL - u"\u2046": u"]", # RIGHT SQUARE BRACKET WITH QUILL - u"\u204E": u"*", # LOW ASTERISK - u"\u3008": u"<", # LEFT ANGLE BRACKET - u"\u3009": u">", # RIGHT ANGLE BRACKET - u"\u300A": u"<<", # LEFT DOUBLE ANGLE BRACKET - u"\u300B": u">>", # RIGHT DOUBLE ANGLE BRACKET - u"\u3014": u"[", # LEFT TORTOISE SHELL BRACKET - u"\u3015": u"]", # RIGHT TORTOISE SHELL BRACKET - u"\u3018": u"[", # LEFT WHITE TORTOISE SHELL BRACKET - u"\u3019": u"]", # RIGHT WHITE TORTOISE SHELL BRACKET - u"\u301A": u"[", # LEFT WHITE SQUARE BRACKET - u"\u301B": u"]", # RIGHT WHITE SQUARE BRACKET - u"\uFE11": u",", # PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA (compat) - u"\uFE12": u".", # PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP (compat) - u"\uFE39": u"[", # PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET (compat) - u"\uFE3A": u"]", # PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET (compat) - u"\uFE3D": u"<<", # PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET (compat) - u"\uFE3E": u">>", # PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET (compat) - u"\uFE3F": u"<", # PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET (compat) - u"\uFE40": u">", # PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET (compat) - u"\uFE51": u",", # SMALL IDEOGRAPHIC COMMA (compat) - u"\uFE5D": u"[", # SMALL LEFT TORTOISE SHELL BRACKET (compat) - u"\uFE5E": u"]", # SMALL RIGHT TORTOISE SHELL BRACKET (compat) - u"\uFF5F": u"((", # FULLWIDTH LEFT WHITE PARENTHESIS (compat)(from ‹character-fallback›) - u"\uFF60": u"))", # FULLWIDTH RIGHT WHITE PARENTHESIS (compat)(from ‹character-fallback›) - u"\uFF61": u".", # HALFWIDTH IDEOGRAPHIC FULL STOP (compat) - u"\uFF64": u",", # HALFWIDTH IDEOGRAPHIC COMMA (compat) - u"\u2212": u"-", # MINUS SIGN (from ‹character-fallback›) - u"\u2215": u"/", # DIVISION SLASH (from ‹character-fallback›) - u"\u2216": u"\\", # SET MINUS (from ‹character-fallback›) - u"\u2223": u"|", # DIVIDES (from ‹character-fallback›) - u"\u2225": u"||", # PARALLEL TO (from ‹character-fallback›) - u"\u226A": u"<<", # MUCH LESS-THAN - u"\u226B": u">>", # MUCH GREATER-THAN - u"\u2985": u"((", # LEFT WHITE PARENTHESIS - u"\u2986": u"))", # RIGHT WHITE PARENTHESIS - u"\u200B": u"", # Zero Width Space + "\u013F": "L", # LATIN CAPITAL LETTER L WITH MIDDLE DOT (compat) + "\u0140": "l", # LATIN SMALL LETTER L WITH MIDDLE DOT (compat) + "\u2018": "'", # LEFT SINGLE QUOTATION MARK (from ‹character-fallback›) + "\u2019": "'", # RIGHT SINGLE QUOTATION MARK (from ‹character-fallback›) + "\u201A": "'", # SINGLE LOW-9 QUOTATION MARK (from ‹character-fallback›) + "\u201B": "'", # SINGLE HIGH-REVERSED-9 QUOTATION MARK (from ‹character-fallback›) + "\u201C": "\"", # LEFT DOUBLE QUOTATION MARK (from ‹character-fallback›) + "\u201D": "\"", # RIGHT DOUBLE QUOTATION MARK (from ‹character-fallback›) + "\u201E": "\"", # DOUBLE LOW-9 QUOTATION MARK (from ‹character-fallback›) + "\u201F": "\"", # DOUBLE HIGH-REVERSED-9 QUOTATION MARK (from ‹character-fallback›) + "\u2032": "'", # PRIME + "\u2033": "\"", # DOUBLE PRIME + "\u301D": "\"", # REVERSED DOUBLE PRIME QUOTATION MARK + "\u301E": "\"", # DOUBLE PRIME QUOTATION MARK + "\u00AB": "<<", # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK (from ‹character-fallback›) + "\u00BB": ">>", # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK (from ‹character-fallback›) + "\u2039": "<", # SINGLE LEFT-POINTING ANGLE QUOTATION MARK + "\u203A": ">", # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + "\u00AD": "", # SOFT HYPHEN (from ‹character-fallback›) + "\u2010": "-", # HYPHEN (from ‹character-fallback›) + "\u2011": "-", # NON-BREAKING HYPHEN (from ‹character-fallback›) + "\u2012": "-", # FIGURE DASH (from ‹character-fallback›) + "\u2013": "-", # EN DASH (from ‹character-fallback›) + "\u2014": "-", # EM DASH (from ‹character-fallback›) + "\u2015": "-", # HORIZONTAL BAR (from ‹character-fallback›) + "\uFE31": "|", # PRESENTATION FORM FOR VERTICAL EM DASH (compat) + "\uFE32": "|", # PRESENTATION FORM FOR VERTICAL EN DASH (compat) + "\uFE58": "-", # SMALL EM DASH (compat) + "\u2016": "||", # DOUBLE VERTICAL LINE + "\u2044": "/", # FRACTION SLASH (from ‹character-fallback›) + "\u2045": "[", # LEFT SQUARE BRACKET WITH QUILL + "\u2046": "]", # RIGHT SQUARE BRACKET WITH QUILL + "\u204E": "*", # LOW ASTERISK + "\u3008": "<", # LEFT ANGLE BRACKET + "\u3009": ">", # RIGHT ANGLE BRACKET + "\u300A": "<<", # LEFT DOUBLE ANGLE BRACKET + "\u300B": ">>", # RIGHT DOUBLE ANGLE BRACKET + "\u3014": "[", # LEFT TORTOISE SHELL BRACKET + "\u3015": "]", # RIGHT TORTOISE SHELL BRACKET + "\u3018": "[", # LEFT WHITE TORTOISE SHELL BRACKET + "\u3019": "]", # RIGHT WHITE TORTOISE SHELL BRACKET + "\u301A": "[", # LEFT WHITE SQUARE BRACKET + "\u301B": "]", # RIGHT WHITE SQUARE BRACKET + "\uFE11": ",", # PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA (compat) + "\uFE12": ".", # PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP (compat) + "\uFE39": "[", # PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET (compat) + "\uFE3A": "]", # PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET (compat) + "\uFE3D": "<<", # PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET (compat) + "\uFE3E": ">>", # PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET (compat) + "\uFE3F": "<", # PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET (compat) + "\uFE40": ">", # PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET (compat) + "\uFE51": ",", # SMALL IDEOGRAPHIC COMMA (compat) + "\uFE5D": "[", # SMALL LEFT TORTOISE SHELL BRACKET (compat) + "\uFE5E": "]", # SMALL RIGHT TORTOISE SHELL BRACKET (compat) + "\uFF5F": "((", # FULLWIDTH LEFT WHITE PARENTHESIS (compat)(from ‹character-fallback›) + "\uFF60": "))", # FULLWIDTH RIGHT WHITE PARENTHESIS (compat)(from ‹character-fallback›) + "\uFF61": ".", # HALFWIDTH IDEOGRAPHIC FULL STOP (compat) + "\uFF64": ",", # HALFWIDTH IDEOGRAPHIC COMMA (compat) + "\u2212": "-", # MINUS SIGN (from ‹character-fallback›) + "\u2215": "/", # DIVISION SLASH (from ‹character-fallback›) + "\u2216": "\\", # SET MINUS (from ‹character-fallback›) + "\u2223": "|", # DIVIDES (from ‹character-fallback›) + "\u2225": "||", # PARALLEL TO (from ‹character-fallback›) + "\u226A": "<<", # MUCH LESS-THAN + "\u226B": ">>", # MUCH GREATER-THAN + "\u2985": "((", # LEFT WHITE PARENTHESIS + "\u2986": "))", # RIGHT WHITE PARENTHESIS + "\u200B": "", # Zero Width Space } _re_simplify_punctuation = _re_any(_simplify_punctuation.keys()) @@ -182,229 +182,229 @@ _simplify_combinations = { - u"\u00C6": u"AE", # LATIN CAPITAL LETTER AE (from ‹character-fallback›) - u"\u00D0": u"D", # LATIN CAPITAL LETTER ETH - u"\u00D8": u"OE", # LATIN CAPITAL LETTER O WITH STROKE (see https://en.wikipedia.org/wiki/%C3%98) - u"\u00DE": u"TH", # LATIN CAPITAL LETTER THORN - u"\u00DF": u"ss", # LATIN SMALL LETTER SHARP S (from ‹character-fallback›) - u"\u00E6": u"ae", # LATIN SMALL LETTER AE (from ‹character-fallback›) - u"\u00F0": u"d", # LATIN SMALL LETTER ETH - u"\u00F8": u"oe", # LATIN SMALL LETTER O WITH STROKE (see https://en.wikipedia.org/wiki/%C3%98) - u"\u00FE": u"th", # LATIN SMALL LETTER THORN - u"\u0110": u"D", # LATIN CAPITAL LETTER D WITH STROKE - u"\u0111": u"d", # LATIN SMALL LETTER D WITH STROKE - u"\u0126": u"H", # LATIN CAPITAL LETTER H WITH STROKE - u"\u0127": u"h", # LATIN CAPITAL LETTER H WITH STROKE - u"\u0131": u"i", # LATIN SMALL LETTER DOTLESS I - u"\u0138": u"q", # LATIN SMALL LETTER KRA (collates with q in DUCET) - u"\u0141": u"L", # LATIN CAPITAL LETTER L WITH STROKE - u"\u0142": u"l", # LATIN SMALL LETTER L WITH STROKE - u"\u0149": u"'n", # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE (from ‹character-fallback›) - u"\u014A": u"N", # LATIN CAPITAL LETTER ENG - u"\u014B": u"n", # LATIN SMALL LETTER ENG - u"\u0152": u"OE", # LATIN CAPITAL LIGATURE OE (from ‹character-fallback›) - u"\u0153": u"oe", # LATIN SMALL LIGATURE OE (from ‹character-fallback›) - u"\u0166": u"T", # LATIN CAPITAL LETTER T WITH STROKE - u"\u0167": u"t", # LATIN SMALL LETTER T WITH STROKE - u"\u0180": u"b", # LATIN SMALL LETTER B WITH STROKE - u"\u0181": u"B", # LATIN CAPITAL LETTER B WITH HOOK - u"\u0182": u"B", # LATIN CAPITAL LETTER B WITH TOPBAR - u"\u0183": u"b", # LATIN SMALL LETTER B WITH TOPBAR - u"\u0187": u"C", # LATIN CAPITAL LETTER C WITH HOOK - u"\u0188": u"c", # LATIN SMALL LETTER C WITH HOOK - u"\u0189": u"D", # LATIN CAPITAL LETTER AFRICAN D - u"\u018A": u"D", # LATIN CAPITAL LETTER D WITH HOOK - u"\u018B": u"D", # LATIN CAPITAL LETTER D WITH TOPBAR - u"\u018C": u"d", # LATIN SMALL LETTER D WITH TOPBAR - u"\u0190": u"E", # LATIN CAPITAL LETTER OPEN E - u"\u0191": u"F", # LATIN CAPITAL LETTER F WITH HOOK - u"\u0192": u"f", # LATIN SMALL LETTER F WITH HOOK - u"\u0193": u"G", # LATIN CAPITAL LETTER G WITH HOOK - u"\u0195": u"hv", # LATIN SMALL LETTER HV - u"\u0196": u"I", # LATIN CAPITAL LETTER IOTA - u"\u0197": u"I", # LATIN CAPITAL LETTER I WITH STROKE - u"\u0198": u"K", # LATIN CAPITAL LETTER K WITH HOOK - u"\u0199": u"k", # LATIN SMALL LETTER K WITH HOOK - u"\u019A": u"l", # LATIN SMALL LETTER L WITH BAR - u"\u019D": u"N", # LATIN CAPITAL LETTER N WITH LEFT HOOK - u"\u019E": u"n", # LATIN SMALL LETTER N WITH LONG RIGHT LEG - u"\u01A2": u"GH", # LATIN CAPITAL LETTER GHA (see http://unicode.org/notes/tn27/) - u"\u01A3": u"gh", # LATIN SMALL LETTER GHA (see http://unicode.org/notes/tn27/) - u"\u01A4": u"P", # LATIN CAPITAL LETTER P WITH HOOK - u"\u01A5": u"p", # LATIN SMALL LETTER P WITH HOOK - u"\u01AB": u"t", # LATIN SMALL LETTER T WITH PALATAL HOOK - u"\u01AC": u"T", # LATIN CAPITAL LETTER T WITH HOOK - u"\u01AD": u"t", # LATIN SMALL LETTER T WITH HOOK - u"\u01AE": u"T", # LATIN CAPITAL LETTER T WITH RETROFLEX HOOK - u"\u01B2": u"V", # LATIN CAPITAL LETTER V WITH HOOK - u"\u01B3": u"Y", # LATIN CAPITAL LETTER Y WITH HOOK - u"\u01B4": u"y", # LATIN SMALL LETTER Y WITH HOOK - u"\u01B5": u"Z", # LATIN CAPITAL LETTER Z WITH STROKE - u"\u01B6": u"z", # LATIN SMALL LETTER Z WITH STROKE - u"\u01C4": u"DZ", # LATIN CAPITAL LETTER DZ WITH CARON (compat) - u"\u01C5": u"Dz", # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON (compat) - u"\u01C6": u"dz", # LATIN SMALL LETTER DZ WITH CARON (compat) - u"\u01E4": u"G", # LATIN CAPITAL LETTER G WITH STROKE - u"\u01E5": u"g", # LATIN SMALL LETTER G WITH STROKE - u"\u0221": u"d", # LATIN SMALL LETTER D WITH CURL - u"\u0224": u"Z", # LATIN CAPITAL LETTER Z WITH HOOK - u"\u0225": u"z", # LATIN SMALL LETTER Z WITH HOOK - u"\u0234": u"l", # LATIN SMALL LETTER L WITH CURL - u"\u0235": u"n", # LATIN SMALL LETTER N WITH CURL - u"\u0236": u"t", # LATIN SMALL LETTER T WITH CURL - u"\u0237": u"j", # LATIN SMALL LETTER DOTLESS J - u"\u0238": u"db", # LATIN SMALL LETTER DB DIGRAPH - u"\u0239": u"qp", # LATIN SMALL LETTER QP DIGRAPH - u"\u023A": u"A", # LATIN CAPITAL LETTER A WITH STROKE - u"\u023B": u"C", # LATIN CAPITAL LETTER C WITH STROKE - u"\u023C": u"c", # LATIN SMALL LETTER C WITH STROKE - u"\u023D": u"L", # LATIN CAPITAL LETTER L WITH BAR - u"\u023E": u"T", # LATIN CAPITAL LETTER T WITH DIAGONAL STROKE - u"\u023F": u"s", # LATIN SMALL LETTER S WITH SWASH TAIL - u"\u0240": u"z", # LATIN SMALL LETTER Z WITH SWASH TAIL - u"\u0243": u"B", # LATIN CAPITAL LETTER B WITH STROKE - u"\u0244": u"U", # LATIN CAPITAL LETTER U BAR - u"\u0246": u"E", # LATIN CAPITAL LETTER E WITH STROKE - u"\u0247": u"e", # LATIN SMALL LETTER E WITH STROKE - u"\u0248": u"J", # LATIN CAPITAL LETTER J WITH STROKE - u"\u0249": u"j", # LATIN SMALL LETTER J WITH STROKE - u"\u024C": u"R", # LATIN CAPITAL LETTER R WITH STROKE - u"\u024D": u"r", # LATIN SMALL LETTER R WITH STROKE - u"\u024E": u"Y", # LATIN CAPITAL LETTER Y WITH STROKE - u"\u024F": u"y", # LATIN SMALL LETTER Y WITH STROKE - u"\u0253": u"b", # LATIN SMALL LETTER B WITH HOOK - u"\u0255": u"c", # LATIN SMALL LETTER C WITH CURL - u"\u0256": u"d", # LATIN SMALL LETTER D WITH TAIL - u"\u0257": u"d", # LATIN SMALL LETTER D WITH HOOK - u"\u025B": u"e", # LATIN SMALL LETTER OPEN E - u"\u025F": u"j", # LATIN SMALL LETTER DOTLESS J WITH STROKE - u"\u0260": u"g", # LATIN SMALL LETTER G WITH HOOK - u"\u0261": u"g", # LATIN SMALL LETTER SCRIPT G - u"\u0262": u"G", # LATIN LETTER SMALL CAPITAL G - u"\u0266": u"h", # LATIN SMALL LETTER H WITH HOOK - u"\u0267": u"h", # LATIN SMALL LETTER HENG WITH HOOK - u"\u0268": u"i", # LATIN SMALL LETTER I WITH STROKE - u"\u026A": u"I", # LATIN LETTER SMALL CAPITAL I - u"\u026B": u"l", # LATIN SMALL LETTER L WITH MIDDLE TILDE - u"\u026C": u"l", # LATIN SMALL LETTER L WITH BELT - u"\u026D": u"l", # LATIN SMALL LETTER L WITH RETROFLEX HOOK - u"\u0271": u"m", # LATIN SMALL LETTER M WITH HOOK - u"\u0272": u"n", # LATIN SMALL LETTER N WITH LEFT HOOK - u"\u0273": u"n", # LATIN SMALL LETTER N WITH RETROFLEX HOOK - u"\u0274": u"N", # LATIN LETTER SMALL CAPITAL N - u"\u0276": u"OE", # LATIN LETTER SMALL CAPITAL OE - u"\u027C": u"r", # LATIN SMALL LETTER R WITH LONG LEG - u"\u027D": u"r", # LATIN SMALL LETTER R WITH TAIL - u"\u027E": u"r", # LATIN SMALL LETTER R WITH FISHHOOK - u"\u0280": u"R", # LATIN LETTER SMALL CAPITAL R - u"\u0282": u"s", # LATIN SMALL LETTER S WITH HOOK - u"\u0288": u"t", # LATIN SMALL LETTER T WITH RETROFLEX HOOK - u"\u0289": u"u", # LATIN SMALL LETTER U BAR - u"\u028B": u"v", # LATIN SMALL LETTER V WITH HOOK - u"\u028F": u"Y", # LATIN LETTER SMALL CAPITAL Y - u"\u0290": u"z", # LATIN SMALL LETTER Z WITH RETROFLEX HOOK - u"\u0291": u"z", # LATIN SMALL LETTER Z WITH CURL - u"\u0299": u"B", # LATIN LETTER SMALL CAPITAL B - u"\u029B": u"G", # LATIN LETTER SMALL CAPITAL G WITH HOOK - u"\u029C": u"H", # LATIN LETTER SMALL CAPITAL H - u"\u029D": u"j", # LATIN SMALL LETTER J WITH CROSSED-TAIL - u"\u029F": u"L", # LATIN LETTER SMALL CAPITAL L - u"\u02A0": u"q", # LATIN SMALL LETTER Q WITH HOOK - u"\u02A3": u"dz", # LATIN SMALL LETTER DZ DIGRAPH - u"\u02A5": u"dz", # LATIN SMALL LETTER DZ DIGRAPH WITH CURL - u"\u02A6": u"ts", # LATIN SMALL LETTER TS DIGRAPH - u"\u02AA": u"ls", # LATIN SMALL LETTER LS DIGRAPH - u"\u02AB": u"lz", # LATIN SMALL LETTER LZ DIGRAPH - u"\u1D01": u"AE", # LATIN LETTER SMALL CAPITAL AE - u"\u1D03": u"B", # LATIN LETTER SMALL CAPITAL BARRED B - u"\u1D06": u"D", # LATIN LETTER SMALL CAPITAL ETH - u"\u1D0C": u"L", # LATIN LETTER SMALL CAPITAL L WITH STROKE - u"\u1D6B": u"ue", # LATIN SMALL LETTER UE - u"\u1D6C": u"b", # LATIN SMALL LETTER B WITH MIDDLE TILDE - u"\u1D6D": u"d", # LATIN SMALL LETTER D WITH MIDDLE TILDE - u"\u1D6E": u"f", # LATIN SMALL LETTER F WITH MIDDLE TILDE - u"\u1D6F": u"m", # LATIN SMALL LETTER M WITH MIDDLE TILDE - u"\u1D70": u"n", # LATIN SMALL LETTER N WITH MIDDLE TILDE - u"\u1D71": u"p", # LATIN SMALL LETTER P WITH MIDDLE TILDE - u"\u1D72": u"r", # LATIN SMALL LETTER R WITH MIDDLE TILDE - u"\u1D73": u"r", # LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE - u"\u1D74": u"s", # LATIN SMALL LETTER S WITH MIDDLE TILDE - u"\u1D75": u"t", # LATIN SMALL LETTER T WITH MIDDLE TILDE - u"\u1D76": u"z", # LATIN SMALL LETTER Z WITH MIDDLE TILDE - u"\u1D7A": u"th", # LATIN SMALL LETTER TH WITH STRIKETHROUGH - u"\u1D7B": u"I", # LATIN SMALL CAPITAL LETTER I WITH STROKE - u"\u1D7D": u"p", # LATIN SMALL LETTER P WITH STROKE - u"\u1D7E": u"U", # LATIN SMALL CAPITAL LETTER U WITH STROKE - u"\u1D80": u"b", # LATIN SMALL LETTER B WITH PALATAL HOOK - u"\u1D81": u"d", # LATIN SMALL LETTER D WITH PALATAL HOOK - u"\u1D82": u"f", # LATIN SMALL LETTER F WITH PALATAL HOOK - u"\u1D83": u"g", # LATIN SMALL LETTER G WITH PALATAL HOOK - u"\u1D84": u"k", # LATIN SMALL LETTER K WITH PALATAL HOOK - u"\u1D85": u"l", # LATIN SMALL LETTER L WITH PALATAL HOOK - u"\u1D86": u"m", # LATIN SMALL LETTER M WITH PALATAL HOOK - u"\u1D87": u"n", # LATIN SMALL LETTER N WITH PALATAL HOOK - u"\u1D88": u"p", # LATIN SMALL LETTER P WITH PALATAL HOOK - u"\u1D89": u"r", # LATIN SMALL LETTER R WITH PALATAL HOOK - u"\u1D8A": u"s", # LATIN SMALL LETTER S WITH PALATAL HOOK - u"\u1D8C": u"v", # LATIN SMALL LETTER V WITH PALATAL HOOK - u"\u1D8D": u"x", # LATIN SMALL LETTER X WITH PALATAL HOOK - u"\u1D8E": u"z", # LATIN SMALL LETTER Z WITH PALATAL HOOK - u"\u1D8F": u"a", # LATIN SMALL LETTER A WITH RETROFLEX HOOK - u"\u1D91": u"d", # LATIN SMALL LETTER D WITH HOOK AND TAIL - u"\u1D92": u"e", # LATIN SMALL LETTER E WITH RETROFLEX HOOK - u"\u1D93": u"e", # LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK - u"\u1D96": u"i", # LATIN SMALL LETTER I WITH RETROFLEX HOOK - u"\u1D99": u"u", # LATIN SMALL LETTER U WITH RETROFLEX HOOK - u"\u1E9A": u"a", # LATIN SMALL LETTER A WITH RIGHT HALF RING - u"\u1E9C": u"s", # LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE - u"\u1E9D": u"s", # LATIN SMALL LETTER LONG S WITH HIGH STROKE - u"\u1E9E": u"SS", # LATIN CAPITAL LETTER SHARP S - u"\u1EFA": u"LL", # LATIN CAPITAL LETTER MIDDLE-WELSH LL - u"\u1EFB": u"ll", # LATIN SMALL LETTER MIDDLE-WELSH LL - u"\u1EFC": u"V", # LATIN CAPITAL LETTER MIDDLE-WELSH V - u"\u1EFD": u"v", # LATIN SMALL LETTER MIDDLE-WELSH V - u"\u1EFE": u"Y", # LATIN CAPITAL LETTER Y WITH LOOP - u"\u1EFF": u"y", # LATIN SMALL LETTER Y WITH LOOP - u"\u00A9": u"(C)", # COPYRIGHT SIGN (from ‹character-fallback›) - u"\u00AE": u"(R)", # REGISTERED SIGN (from ‹character-fallback›) - u"\u20A0": u"CE", # EURO-CURRENCY SIGN (from ‹character-fallback›) - u"\u20A2": u"Cr", # CRUZEIRO SIGN (from ‹character-fallback›) - u"\u20A3": u"Fr.", # FRENCH FRANC SIGN (from ‹character-fallback›) - u"\u20A4": u"L.", # LIRA SIGN (from ‹character-fallback›) - u"\u20A7": u"Pts", # PESETA SIGN (from ‹character-fallback›) - u"\u20BA": u"TL", # TURKISH LIRA SIGN (from ‹character-fallback›) - u"\u20B9": u"Rs", # INDIAN RUPEE SIGN (from ‹character-fallback›) - u"\u211E": u"Rx", # PRESCRIPTION TAKE (from ‹character-fallback›) - u"\u33A7": u"m/s", # SQUARE M OVER S (compat) (from ‹character-fallback›) - u"\u33AE": u"rad/s", # SQUARE RAD OVER S (compat) (from ‹character-fallback›) - u"\u33C6": u"C/kg", # SQUARE C OVER KG (compat) (from ‹character-fallback›) - u"\u33DE": u"V/m", # SQUARE V OVER M (compat) (from ‹character-fallback›) - u"\u33DF": u"A/m", # SQUARE A OVER M (compat) (from ‹character-fallback›) - u"\u00BC": u" 1/4", # VULGAR FRACTION ONE QUARTER (from ‹character-fallback›) - u"\u00BD": u" 1/2", # VULGAR FRACTION ONE HALF (from ‹character-fallback›) - u"\u00BE": u" 3/4", # VULGAR FRACTION THREE QUARTERS (from ‹character-fallback›) - u"\u2153": u" 1/3", # VULGAR FRACTION ONE THIRD (from ‹character-fallback›) - u"\u2154": u" 2/3", # VULGAR FRACTION TWO THIRDS (from ‹character-fallback›) - u"\u2155": u" 1/5", # VULGAR FRACTION ONE FIFTH (from ‹character-fallback›) - u"\u2156": u" 2/5", # VULGAR FRACTION TWO FIFTHS (from ‹character-fallback›) - u"\u2157": u" 3/5", # VULGAR FRACTION THREE FIFTHS (from ‹character-fallback›) - u"\u2158": u" 4/5", # VULGAR FRACTION FOUR FIFTHS (from ‹character-fallback›) - u"\u2159": u" 1/6", # VULGAR FRACTION ONE SIXTH (from ‹character-fallback›) - u"\u215A": u" 5/6", # VULGAR FRACTION FIVE SIXTHS (from ‹character-fallback›) - u"\u215B": u" 1/8", # VULGAR FRACTION ONE EIGHTH (from ‹character-fallback›) - u"\u215C": u" 3/8", # VULGAR FRACTION THREE EIGHTHS (from ‹character-fallback›) - u"\u215D": u" 5/8", # VULGAR FRACTION FIVE EIGHTHS (from ‹character-fallback›) - u"\u215E": u" 7/8", # VULGAR FRACTION SEVEN EIGHTHS (from ‹character-fallback›) - u"\u215F": u" 1/", # FRACTION NUMERATOR ONE (from ‹character-fallback›) - u"\u3001": u",", # IDEOGRAPHIC COMMA - u"\u3002": u".", # IDEOGRAPHIC FULL STOP - u"\u00D7": u"x", # MULTIPLICATION SIGN - u"\u00F7": u"/", # DIVISION SIGN - u"\u00B7": u".", # MIDDLE DOT - u"\u1E9F": u"dd", # LATIN SMALL LETTER DELTA - u"\u0184": u"H", # LATIN CAPITAL LETTER TONE SIX - u"\u0185": u"h", # LATIN SMALL LETTER TONE SIX - u"\u01BE": u"ts", # LATIN LETTER TS LIGATION (see http://unicode.org/notes/tn27/) + "\u00C6": "AE", # LATIN CAPITAL LETTER AE (from ‹character-fallback›) + "\u00D0": "D", # LATIN CAPITAL LETTER ETH + "\u00D8": "OE", # LATIN CAPITAL LETTER O WITH STROKE (see https://en.wikipedia.org/wiki/%C3%98) + "\u00DE": "TH", # LATIN CAPITAL LETTER THORN + "\u00DF": "ss", # LATIN SMALL LETTER SHARP S (from ‹character-fallback›) + "\u00E6": "ae", # LATIN SMALL LETTER AE (from ‹character-fallback›) + "\u00F0": "d", # LATIN SMALL LETTER ETH + "\u00F8": "oe", # LATIN SMALL LETTER O WITH STROKE (see https://en.wikipedia.org/wiki/%C3%98) + "\u00FE": "th", # LATIN SMALL LETTER THORN + "\u0110": "D", # LATIN CAPITAL LETTER D WITH STROKE + "\u0111": "d", # LATIN SMALL LETTER D WITH STROKE + "\u0126": "H", # LATIN CAPITAL LETTER H WITH STROKE + "\u0127": "h", # LATIN CAPITAL LETTER H WITH STROKE + "\u0131": "i", # LATIN SMALL LETTER DOTLESS I + "\u0138": "q", # LATIN SMALL LETTER KRA (collates with q in DUCET) + "\u0141": "L", # LATIN CAPITAL LETTER L WITH STROKE + "\u0142": "l", # LATIN SMALL LETTER L WITH STROKE + "\u0149": "'n", # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE (from ‹character-fallback›) + "\u014A": "N", # LATIN CAPITAL LETTER ENG + "\u014B": "n", # LATIN SMALL LETTER ENG + "\u0152": "OE", # LATIN CAPITAL LIGATURE OE (from ‹character-fallback›) + "\u0153": "oe", # LATIN SMALL LIGATURE OE (from ‹character-fallback›) + "\u0166": "T", # LATIN CAPITAL LETTER T WITH STROKE + "\u0167": "t", # LATIN SMALL LETTER T WITH STROKE + "\u0180": "b", # LATIN SMALL LETTER B WITH STROKE + "\u0181": "B", # LATIN CAPITAL LETTER B WITH HOOK + "\u0182": "B", # LATIN CAPITAL LETTER B WITH TOPBAR + "\u0183": "b", # LATIN SMALL LETTER B WITH TOPBAR + "\u0187": "C", # LATIN CAPITAL LETTER C WITH HOOK + "\u0188": "c", # LATIN SMALL LETTER C WITH HOOK + "\u0189": "D", # LATIN CAPITAL LETTER AFRICAN D + "\u018A": "D", # LATIN CAPITAL LETTER D WITH HOOK + "\u018B": "D", # LATIN CAPITAL LETTER D WITH TOPBAR + "\u018C": "d", # LATIN SMALL LETTER D WITH TOPBAR + "\u0190": "E", # LATIN CAPITAL LETTER OPEN E + "\u0191": "F", # LATIN CAPITAL LETTER F WITH HOOK + "\u0192": "f", # LATIN SMALL LETTER F WITH HOOK + "\u0193": "G", # LATIN CAPITAL LETTER G WITH HOOK + "\u0195": "hv", # LATIN SMALL LETTER HV + "\u0196": "I", # LATIN CAPITAL LETTER IOTA + "\u0197": "I", # LATIN CAPITAL LETTER I WITH STROKE + "\u0198": "K", # LATIN CAPITAL LETTER K WITH HOOK + "\u0199": "k", # LATIN SMALL LETTER K WITH HOOK + "\u019A": "l", # LATIN SMALL LETTER L WITH BAR + "\u019D": "N", # LATIN CAPITAL LETTER N WITH LEFT HOOK + "\u019E": "n", # LATIN SMALL LETTER N WITH LONG RIGHT LEG + "\u01A2": "GH", # LATIN CAPITAL LETTER GHA (see http://unicode.org/notes/tn27/) + "\u01A3": "gh", # LATIN SMALL LETTER GHA (see http://unicode.org/notes/tn27/) + "\u01A4": "P", # LATIN CAPITAL LETTER P WITH HOOK + "\u01A5": "p", # LATIN SMALL LETTER P WITH HOOK + "\u01AB": "t", # LATIN SMALL LETTER T WITH PALATAL HOOK + "\u01AC": "T", # LATIN CAPITAL LETTER T WITH HOOK + "\u01AD": "t", # LATIN SMALL LETTER T WITH HOOK + "\u01AE": "T", # LATIN CAPITAL LETTER T WITH RETROFLEX HOOK + "\u01B2": "V", # LATIN CAPITAL LETTER V WITH HOOK + "\u01B3": "Y", # LATIN CAPITAL LETTER Y WITH HOOK + "\u01B4": "y", # LATIN SMALL LETTER Y WITH HOOK + "\u01B5": "Z", # LATIN CAPITAL LETTER Z WITH STROKE + "\u01B6": "z", # LATIN SMALL LETTER Z WITH STROKE + "\u01C4": "DZ", # LATIN CAPITAL LETTER DZ WITH CARON (compat) + "\u01C5": "Dz", # LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON (compat) + "\u01C6": "dz", # LATIN SMALL LETTER DZ WITH CARON (compat) + "\u01E4": "G", # LATIN CAPITAL LETTER G WITH STROKE + "\u01E5": "g", # LATIN SMALL LETTER G WITH STROKE + "\u0221": "d", # LATIN SMALL LETTER D WITH CURL + "\u0224": "Z", # LATIN CAPITAL LETTER Z WITH HOOK + "\u0225": "z", # LATIN SMALL LETTER Z WITH HOOK + "\u0234": "l", # LATIN SMALL LETTER L WITH CURL + "\u0235": "n", # LATIN SMALL LETTER N WITH CURL + "\u0236": "t", # LATIN SMALL LETTER T WITH CURL + "\u0237": "j", # LATIN SMALL LETTER DOTLESS J + "\u0238": "db", # LATIN SMALL LETTER DB DIGRAPH + "\u0239": "qp", # LATIN SMALL LETTER QP DIGRAPH + "\u023A": "A", # LATIN CAPITAL LETTER A WITH STROKE + "\u023B": "C", # LATIN CAPITAL LETTER C WITH STROKE + "\u023C": "c", # LATIN SMALL LETTER C WITH STROKE + "\u023D": "L", # LATIN CAPITAL LETTER L WITH BAR + "\u023E": "T", # LATIN CAPITAL LETTER T WITH DIAGONAL STROKE + "\u023F": "s", # LATIN SMALL LETTER S WITH SWASH TAIL + "\u0240": "z", # LATIN SMALL LETTER Z WITH SWASH TAIL + "\u0243": "B", # LATIN CAPITAL LETTER B WITH STROKE + "\u0244": "U", # LATIN CAPITAL LETTER U BAR + "\u0246": "E", # LATIN CAPITAL LETTER E WITH STROKE + "\u0247": "e", # LATIN SMALL LETTER E WITH STROKE + "\u0248": "J", # LATIN CAPITAL LETTER J WITH STROKE + "\u0249": "j", # LATIN SMALL LETTER J WITH STROKE + "\u024C": "R", # LATIN CAPITAL LETTER R WITH STROKE + "\u024D": "r", # LATIN SMALL LETTER R WITH STROKE + "\u024E": "Y", # LATIN CAPITAL LETTER Y WITH STROKE + "\u024F": "y", # LATIN SMALL LETTER Y WITH STROKE + "\u0253": "b", # LATIN SMALL LETTER B WITH HOOK + "\u0255": "c", # LATIN SMALL LETTER C WITH CURL + "\u0256": "d", # LATIN SMALL LETTER D WITH TAIL + "\u0257": "d", # LATIN SMALL LETTER D WITH HOOK + "\u025B": "e", # LATIN SMALL LETTER OPEN E + "\u025F": "j", # LATIN SMALL LETTER DOTLESS J WITH STROKE + "\u0260": "g", # LATIN SMALL LETTER G WITH HOOK + "\u0261": "g", # LATIN SMALL LETTER SCRIPT G + "\u0262": "G", # LATIN LETTER SMALL CAPITAL G + "\u0266": "h", # LATIN SMALL LETTER H WITH HOOK + "\u0267": "h", # LATIN SMALL LETTER HENG WITH HOOK + "\u0268": "i", # LATIN SMALL LETTER I WITH STROKE + "\u026A": "I", # LATIN LETTER SMALL CAPITAL I + "\u026B": "l", # LATIN SMALL LETTER L WITH MIDDLE TILDE + "\u026C": "l", # LATIN SMALL LETTER L WITH BELT + "\u026D": "l", # LATIN SMALL LETTER L WITH RETROFLEX HOOK + "\u0271": "m", # LATIN SMALL LETTER M WITH HOOK + "\u0272": "n", # LATIN SMALL LETTER N WITH LEFT HOOK + "\u0273": "n", # LATIN SMALL LETTER N WITH RETROFLEX HOOK + "\u0274": "N", # LATIN LETTER SMALL CAPITAL N + "\u0276": "OE", # LATIN LETTER SMALL CAPITAL OE + "\u027C": "r", # LATIN SMALL LETTER R WITH LONG LEG + "\u027D": "r", # LATIN SMALL LETTER R WITH TAIL + "\u027E": "r", # LATIN SMALL LETTER R WITH FISHHOOK + "\u0280": "R", # LATIN LETTER SMALL CAPITAL R + "\u0282": "s", # LATIN SMALL LETTER S WITH HOOK + "\u0288": "t", # LATIN SMALL LETTER T WITH RETROFLEX HOOK + "\u0289": "u", # LATIN SMALL LETTER U BAR + "\u028B": "v", # LATIN SMALL LETTER V WITH HOOK + "\u028F": "Y", # LATIN LETTER SMALL CAPITAL Y + "\u0290": "z", # LATIN SMALL LETTER Z WITH RETROFLEX HOOK + "\u0291": "z", # LATIN SMALL LETTER Z WITH CURL + "\u0299": "B", # LATIN LETTER SMALL CAPITAL B + "\u029B": "G", # LATIN LETTER SMALL CAPITAL G WITH HOOK + "\u029C": "H", # LATIN LETTER SMALL CAPITAL H + "\u029D": "j", # LATIN SMALL LETTER J WITH CROSSED-TAIL + "\u029F": "L", # LATIN LETTER SMALL CAPITAL L + "\u02A0": "q", # LATIN SMALL LETTER Q WITH HOOK + "\u02A3": "dz", # LATIN SMALL LETTER DZ DIGRAPH + "\u02A5": "dz", # LATIN SMALL LETTER DZ DIGRAPH WITH CURL + "\u02A6": "ts", # LATIN SMALL LETTER TS DIGRAPH + "\u02AA": "ls", # LATIN SMALL LETTER LS DIGRAPH + "\u02AB": "lz", # LATIN SMALL LETTER LZ DIGRAPH + "\u1D01": "AE", # LATIN LETTER SMALL CAPITAL AE + "\u1D03": "B", # LATIN LETTER SMALL CAPITAL BARRED B + "\u1D06": "D", # LATIN LETTER SMALL CAPITAL ETH + "\u1D0C": "L", # LATIN LETTER SMALL CAPITAL L WITH STROKE + "\u1D6B": "ue", # LATIN SMALL LETTER UE + "\u1D6C": "b", # LATIN SMALL LETTER B WITH MIDDLE TILDE + "\u1D6D": "d", # LATIN SMALL LETTER D WITH MIDDLE TILDE + "\u1D6E": "f", # LATIN SMALL LETTER F WITH MIDDLE TILDE + "\u1D6F": "m", # LATIN SMALL LETTER M WITH MIDDLE TILDE + "\u1D70": "n", # LATIN SMALL LETTER N WITH MIDDLE TILDE + "\u1D71": "p", # LATIN SMALL LETTER P WITH MIDDLE TILDE + "\u1D72": "r", # LATIN SMALL LETTER R WITH MIDDLE TILDE + "\u1D73": "r", # LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE + "\u1D74": "s", # LATIN SMALL LETTER S WITH MIDDLE TILDE + "\u1D75": "t", # LATIN SMALL LETTER T WITH MIDDLE TILDE + "\u1D76": "z", # LATIN SMALL LETTER Z WITH MIDDLE TILDE + "\u1D7A": "th", # LATIN SMALL LETTER TH WITH STRIKETHROUGH + "\u1D7B": "I", # LATIN SMALL CAPITAL LETTER I WITH STROKE + "\u1D7D": "p", # LATIN SMALL LETTER P WITH STROKE + "\u1D7E": "U", # LATIN SMALL CAPITAL LETTER U WITH STROKE + "\u1D80": "b", # LATIN SMALL LETTER B WITH PALATAL HOOK + "\u1D81": "d", # LATIN SMALL LETTER D WITH PALATAL HOOK + "\u1D82": "f", # LATIN SMALL LETTER F WITH PALATAL HOOK + "\u1D83": "g", # LATIN SMALL LETTER G WITH PALATAL HOOK + "\u1D84": "k", # LATIN SMALL LETTER K WITH PALATAL HOOK + "\u1D85": "l", # LATIN SMALL LETTER L WITH PALATAL HOOK + "\u1D86": "m", # LATIN SMALL LETTER M WITH PALATAL HOOK + "\u1D87": "n", # LATIN SMALL LETTER N WITH PALATAL HOOK + "\u1D88": "p", # LATIN SMALL LETTER P WITH PALATAL HOOK + "\u1D89": "r", # LATIN SMALL LETTER R WITH PALATAL HOOK + "\u1D8A": "s", # LATIN SMALL LETTER S WITH PALATAL HOOK + "\u1D8C": "v", # LATIN SMALL LETTER V WITH PALATAL HOOK + "\u1D8D": "x", # LATIN SMALL LETTER X WITH PALATAL HOOK + "\u1D8E": "z", # LATIN SMALL LETTER Z WITH PALATAL HOOK + "\u1D8F": "a", # LATIN SMALL LETTER A WITH RETROFLEX HOOK + "\u1D91": "d", # LATIN SMALL LETTER D WITH HOOK AND TAIL + "\u1D92": "e", # LATIN SMALL LETTER E WITH RETROFLEX HOOK + "\u1D93": "e", # LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK + "\u1D96": "i", # LATIN SMALL LETTER I WITH RETROFLEX HOOK + "\u1D99": "u", # LATIN SMALL LETTER U WITH RETROFLEX HOOK + "\u1E9A": "a", # LATIN SMALL LETTER A WITH RIGHT HALF RING + "\u1E9C": "s", # LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE + "\u1E9D": "s", # LATIN SMALL LETTER LONG S WITH HIGH STROKE + "\u1E9E": "SS", # LATIN CAPITAL LETTER SHARP S + "\u1EFA": "LL", # LATIN CAPITAL LETTER MIDDLE-WELSH LL + "\u1EFB": "ll", # LATIN SMALL LETTER MIDDLE-WELSH LL + "\u1EFC": "V", # LATIN CAPITAL LETTER MIDDLE-WELSH V + "\u1EFD": "v", # LATIN SMALL LETTER MIDDLE-WELSH V + "\u1EFE": "Y", # LATIN CAPITAL LETTER Y WITH LOOP + "\u1EFF": "y", # LATIN SMALL LETTER Y WITH LOOP + "\u00A9": "(C)", # COPYRIGHT SIGN (from ‹character-fallback›) + "\u00AE": "(R)", # REGISTERED SIGN (from ‹character-fallback›) + "\u20A0": "CE", # EURO-CURRENCY SIGN (from ‹character-fallback›) + "\u20A2": "Cr", # CRUZEIRO SIGN (from ‹character-fallback›) + "\u20A3": "Fr.", # FRENCH FRANC SIGN (from ‹character-fallback›) + "\u20A4": "L.", # LIRA SIGN (from ‹character-fallback›) + "\u20A7": "Pts", # PESETA SIGN (from ‹character-fallback›) + "\u20BA": "TL", # TURKISH LIRA SIGN (from ‹character-fallback›) + "\u20B9": "Rs", # INDIAN RUPEE SIGN (from ‹character-fallback›) + "\u211E": "Rx", # PRESCRIPTION TAKE (from ‹character-fallback›) + "\u33A7": "m/s", # SQUARE M OVER S (compat) (from ‹character-fallback›) + "\u33AE": "rad/s", # SQUARE RAD OVER S (compat) (from ‹character-fallback›) + "\u33C6": "C/kg", # SQUARE C OVER KG (compat) (from ‹character-fallback›) + "\u33DE": "V/m", # SQUARE V OVER M (compat) (from ‹character-fallback›) + "\u33DF": "A/m", # SQUARE A OVER M (compat) (from ‹character-fallback›) + "\u00BC": " 1/4", # VULGAR FRACTION ONE QUARTER (from ‹character-fallback›) + "\u00BD": " 1/2", # VULGAR FRACTION ONE HALF (from ‹character-fallback›) + "\u00BE": " 3/4", # VULGAR FRACTION THREE QUARTERS (from ‹character-fallback›) + "\u2153": " 1/3", # VULGAR FRACTION ONE THIRD (from ‹character-fallback›) + "\u2154": " 2/3", # VULGAR FRACTION TWO THIRDS (from ‹character-fallback›) + "\u2155": " 1/5", # VULGAR FRACTION ONE FIFTH (from ‹character-fallback›) + "\u2156": " 2/5", # VULGAR FRACTION TWO FIFTHS (from ‹character-fallback›) + "\u2157": " 3/5", # VULGAR FRACTION THREE FIFTHS (from ‹character-fallback›) + "\u2158": " 4/5", # VULGAR FRACTION FOUR FIFTHS (from ‹character-fallback›) + "\u2159": " 1/6", # VULGAR FRACTION ONE SIXTH (from ‹character-fallback›) + "\u215A": " 5/6", # VULGAR FRACTION FIVE SIXTHS (from ‹character-fallback›) + "\u215B": " 1/8", # VULGAR FRACTION ONE EIGHTH (from ‹character-fallback›) + "\u215C": " 3/8", # VULGAR FRACTION THREE EIGHTHS (from ‹character-fallback›) + "\u215D": " 5/8", # VULGAR FRACTION FIVE EIGHTHS (from ‹character-fallback›) + "\u215E": " 7/8", # VULGAR FRACTION SEVEN EIGHTHS (from ‹character-fallback›) + "\u215F": " 1/", # FRACTION NUMERATOR ONE (from ‹character-fallback›) + "\u3001": ",", # IDEOGRAPHIC COMMA + "\u3002": ".", # IDEOGRAPHIC FULL STOP + "\u00D7": "x", # MULTIPLICATION SIGN + "\u00F7": "/", # DIVISION SIGN + "\u00B7": ".", # MIDDLE DOT + "\u1E9F": "dd", # LATIN SMALL LETTER DELTA + "\u0184": "H", # LATIN CAPITAL LETTER TONE SIX + "\u0185": "h", # LATIN SMALL LETTER TONE SIX + "\u01BE": "ts", # LATIN LETTER TS LIGATION (see http://unicode.org/notes/tn27/) } _re_simplify_combinations = _re_any(_simplify_combinations) @@ -435,8 +435,8 @@ interim = unicode_simplify_punctuation(interim) interim = unicode_simplify_compatibility(interim) - def error_repl(e, repl=u"_"): + def error_repl(e, repl="_"): return(repl, e.start + 1) - codecs.register_error('repl', partial(error_repl, repl=unicode(repl))) - - return interim.encode('ascii', 'repl') + codecs.register_error('repl', partial(error_repl, repl=repl)) + # Decoding and encoding to allow replacements + return interim.encode('ascii', 'repl').decode('ascii') diff -Nru picard-1.4.2/picard/util/thread.py picard-2.0.0/picard/util/thread.py --- picard-1.4.2/picard/util/thread.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/thread.py 2018-07-18 13:28:22.000000000 +0000 @@ -19,13 +19,13 @@ import sys import traceback -from PyQt4.QtCore import QRunnable, QCoreApplication, QEvent +from PyQt5.QtCore import QRunnable, QCoreApplication, QEvent class ProxyToMainEvent(QEvent): def __init__(self, func, *args, **kwargs): - QEvent.__init__(self, QEvent.User) + super().__init__(QEvent.User) self.func = func self.args = args self.kwargs = kwargs @@ -36,26 +36,28 @@ class Runnable(QRunnable): - def __init__(self, func, next): - QRunnable.__init__(self) + def __init__(self, func, next_func, traceback=True): + super().__init__() self.func = func - self.next = next + self.next_func = next_func + self.traceback = traceback def run(self): try: result = self.func() except: from picard import log - log.error(traceback.format_exc()) - to_main(self.next, error=sys.exc_info()[1]) + if self.traceback: + log.error(traceback.format_exc()) + to_main(self.next_func, error=sys.exc_info()[1]) else: - to_main(self.next, result=result) + to_main(self.next_func, result=result) -def run_task(func, next, priority=0, thread_pool=None): +def run_task(func, next_func, priority=0, thread_pool=None, traceback=True): if thread_pool is None: thread_pool = QCoreApplication.instance().thread_pool - thread_pool.start(Runnable(func, next), priority) + thread_pool.start(Runnable(func, next_func, traceback), priority) def to_main(func, *args, **kwargs): diff -Nru picard-1.4.2/picard/util/versions.py picard-2.0.0/picard/util/versions.py --- picard-1.4.2/picard/util/versions.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/versions.py 2018-07-18 13:28:22.000000000 +0000 @@ -20,9 +20,11 @@ from collections import OrderedDict from mutagen import version_string as mutagen_version -from PyQt4.QtCore import PYQT_VERSION_STR as pyqt_version, QT_VERSION_STR +from PyQt5.QtCore import PYQT_VERSION_STR as pyqt_version, QT_VERSION_STR from picard import PICARD_FANCY_VERSION_STR from picard.disc import discid_version +from picard.util.astrcmp import astrcmp_implementation +from PyQt5.QtNetwork import QSslSocket _versions = OrderedDict([ @@ -31,6 +33,8 @@ ("qt-version", QT_VERSION_STR), ("mutagen-version", mutagen_version), ("discid-version", discid_version), + ("astrcmp", astrcmp_implementation), + ("SSL", QSslSocket.sslLibraryVersionString()) ]) _names = { @@ -39,6 +43,8 @@ "qt-version": "Qt", "mutagen-version": "Mutagen", "discid-version": "Discid", + "astrcmp": "astrcmp", + "SSL": "SSL", } diff -Nru picard-1.4.2/picard/util/webbrowser2.py picard-2.0.0/picard/util/webbrowser2.py --- picard-1.4.2/picard/util/webbrowser2.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/util/webbrowser2.py 2018-07-18 13:28:22.000000000 +0000 @@ -17,77 +17,21 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -import os -import sys import webbrowser -from PyQt4 import QtGui +from PyQt5 import QtWidgets from picard.const import PICARD_URLS """ -A webbrowser extension that respects user's preferred browser on each -platform. Python 2.5 already has *some* support for this, but it's not -enough, in my opinion. See also: -http://sourceforge.net/tracker/index.php?func=detail&aid=1681228&group_id=5470&atid=105470 +A webbrowser extension for Picard. It handles and displays errors +in PyQt and also adds a utility function for opening Picard URLS. """ -if sys.version_info >= (2, 5): - # Cross-platform default tool - if webbrowser._iscommand('xdg-open'): - webbrowser.register('xdg-open', None, webbrowser.BackgroundBrowser(["xdg-open", "%s"]), update_tryorder=-1) - else: - # KDE default browser - if 'KDE_FULL_SESSION' in os.environ and os.environ['KDE_FULL_SESSION'] == 'true' and webbrowser._iscommand('kfmclient'): - webbrowser.register('kfmclient', None, webbrowser.BackgroundBrowser(["kfmclient", "exec", "%s"]), update_tryorder=-1) - # GNOME default browser - if 'XDG_CURRENT_DESKTOP' in os.environ and os.environ['XDG_CURRENT_DESKTOP'].lower() == 'gnome' and webbrowser._iscommand('gnome-open'): - webbrowser.register('gnome-open', None, webbrowser.BackgroundBrowser(["gnome-open", "%s"]), update_tryorder=-1) - - -else: - # KDE default browser - if 'KDE_FULL_SESSION' in os.environ and os.environ['KDE_FULL_SESSION'] == 'true' and webbrowser._iscommand('kfmclient'): - webbrowser.register('kfmclient', None, webbrowser.GenericBrowser("kfmclient exec '%s' &")) - if 'BROWSER' in os.environ: - webbrowser._tryorder.insert(len(os.environ['BROWSER'].split(os.pathsep)), 'kfmclient') - else: - webbrowser._tryorder.insert(0, 'kfmclient') - # GNOME default browser - if 'DESKTOP_SESSION' in os.environ and os.environ['DESKTOP_SESSION'].lower() == 'gnome' and webbrowser._iscommand('gnome-open'): - webbrowser.register('gnome-open', None, webbrowser.GenericBrowser("gnome-open '%s' &")) - if 'BROWSER' in os.environ: - webbrowser._tryorder.insert(len(os.environ['BROWSER'].split(os.pathsep)), 'gnome-open') - else: - webbrowser._tryorder.insert(0, 'gnome-open') - - -if 'windows-default' in webbrowser._tryorder: - class WindowsDefault2(webbrowser.BaseBrowser): - - def open(self, url, new=0, autoraise=1): - try: - os.startfile(url) - except WindowsError: - # [Error 22] No application is associated with the specified - # file for this operation: '' - return False - else: - return True - - webbrowser._tryorder.remove('windows-default') - webbrowser.register('windows-default-2', WindowsDefault2, - update_tryorder=-1) - - iexplore = webbrowser.BackgroundBrowser( - os.path.join(os.environ.get('PROGRAMFILES', 'C:\\Program Files'), - 'Internet Explorer\\IEXPLORE.EXE')) - webbrowser.register('iexplore', None, iexplore) - def open(url): try: - webbrowser.open(url) + webbrowser.open(string_(url)) except webbrowser.Error as e: - QtGui.QMessageBox.critical(None, _("Web Browser Error"), _("Error while launching a web browser:\n\n%s") % (e,)) + QtWidgets.QMessageBox.critical(None, _("Web Browser Error"), _("Error while launching a web browser:\n\n%s") % (e,)) def goto(url_id): diff -Nru picard-1.4.2/picard/util/xml.py picard-2.0.0/picard/util/xml.py --- picard-1.4.2/picard/util/xml.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/util/xml.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,84 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2007 Lukáš Lalinský +# Copyright (C) 2009 Carlin Mangar +# Copyright (C) 2017 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +import re +from PyQt5.QtCore import QXmlStreamReader + +_node_name_re = re.compile('[^a-zA-Z0-9]') + + +class XmlNode(object): + + def __init__(self): + self.text = '' + self.children = {} + self.attribs = {} + + def __repr__(self): + return repr(self.__dict__) + + def append_child(self, name, node=None): + if node is None: + node = XmlNode() + self.children.setdefault(name, []).append(node) + return node + + def __getattr__(self, name): + try: + return self.children[name] + except KeyError: + try: + return self.attribs[name] + except KeyError: + raise AttributeError(name) + + +def _node_name(n): + return _node_name_re.sub('_', n) + + +def parse_xml(response): + stream = QXmlStreamReader(response) + document = XmlNode() + current_node = document + path = [] + + while not stream.atEnd(): + stream.readNext() + + if stream.isStartElement(): + node = XmlNode() + attrs = stream.attributes() + + for i in range(attrs.count()): + attr = attrs.at(i) + node.attribs[_node_name(attr.name())] = string_(attr.value()) + + current_node.append_child(_node_name(stream.name()), node) + path.append(current_node) + current_node = node + + elif stream.isEndElement(): + current_node = path.pop() + + elif stream.isCharacters(): + current_node.text += stream.text() + return document diff -Nru picard-1.4.2/picard/webservice/api_helpers.py picard-2.0.0/picard/webservice/api_helpers.py --- picard-1.4.2/picard/webservice/api_helpers.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/webservice/api_helpers.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,252 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2017 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +import re +from PyQt5.QtCore import QUrl +from picard import config, PICARD_VERSION_STR +from picard.const import (ACOUSTID_KEY, + ACOUSTID_HOST, + ACOUSTID_PORT, + CAA_HOST, + CAA_PORT) + +from picard.webservice import ( + CLIENT_STRING, + DEFAULT_RESPONSE_PARSER_TYPE, + ratecontrol, +) + +ratecontrol.set_minimum_delay((ACOUSTID_HOST, ACOUSTID_PORT), 333) +ratecontrol.set_minimum_delay((CAA_HOST, CAA_PORT), 0) + + +def escape_lucene_query(text): + return re.sub(r'([+\-&|!(){}\[\]\^"~*?:\\/])', r'\\\1', text) + + +def _wrap_xml_metadata(data): + return ('' + + '%s' % data) + + +class APIHelper(object): + + def __init__(self, host, port, api_path, webservice): + self.host = host + self.port = port + self.api_path = api_path + self._webservice = webservice + + def get(self, path_list, handler, priority=False, important=False, mblogin=False, + cacheloadcontrol=None, refresh=False, queryargs=None, parse_response_type=DEFAULT_RESPONSE_PARSER_TYPE): + path = self.api_path + "/".join(path_list) + return self._webservice.get(self.host, self.port, path, handler, + priority=priority, important=important, mblogin=mblogin, + refresh=refresh, queryargs=queryargs, parse_response_type=parse_response_type) + + def post(self, path_list, data, handler, priority=False, important=False, + mblogin=True, queryargs=None, parse_response_type=DEFAULT_RESPONSE_PARSER_TYPE): + path = self.api_path + "/".join(path_list) + return self._webservice.post(self.host, self.port, path, data, handler, + priority=priority, important=important, mblogin=mblogin, + queryargs=queryargs, parse_response_type=parse_response_type) + + def put(self, path_list, data, handler, priority=True, important=False, + mblogin=True, queryargs=None): + path = self.api_path + "/".join(path_list) + return self._webservice.put(self.host, self.port, path, data, handler, + priority=priority, important=important, mblogin=mblogin, + queryargs=queryargs) + + def delete(self, path_list, handler, priority=True, important=False, + mblogin=True, queryargs=None): + path = self.api_path + "/".join(path_list) + return self._webservice.delete(self.host, self.port, path, handler, + priority=priority, important=important, mblogin=mblogin, + queryargs=queryargs) + + +class MBAPIHelper(APIHelper): + + def __init__(self, webservice): + super().__init__(config.setting['server_host'], config.setting['server_port'], + "/ws/2/", webservice) + + def _get_by_id(self, entitytype, entityid, handler, inc=None, queryargs=None, + priority=False, important=False, mblogin=False, refresh=False): + path_list = [entitytype, entityid] + if queryargs is None: + queryargs = {} + if inc: + queryargs["inc"] = "+".join(inc) + return self.get(path_list, handler, + priority=priority, important=important, mblogin=mblogin, + refresh=refresh, queryargs=queryargs) + + def get_release_by_id(self, releaseid, handler, inc=None, + priority=False, important=False, mblogin=False, refresh=False): + if inc is None: + inc = [] + return self._get_by_id('release', releaseid, handler, inc, + priority=priority, important=important, mblogin=mblogin, refresh=refresh) + + def get_track_by_id(self, trackid, handler, inc=None, + priority=False, important=False, mblogin=False, refresh=False): + if inc is None: + inc = [] + return self._get_by_id('recording', trackid, handler, inc, + priority=priority, important=important, mblogin=mblogin, refresh=refresh) + + def lookup_discid(self, discid, handler, priority=True, important=True, refresh=False): + inc = ['artist-credits', 'labels'] + return self._get_by_id('discid', discid, handler, inc, queryargs={"cdstubs": "no"}, + priority=priority, important=important, refresh=refresh) + + def _find(self, entitytype, handler, **kwargs): + filters = [] + + limit = kwargs.pop("limit") + if limit: + filters.append(("limit", limit)) + + is_search = kwargs.pop("search", False) + if is_search: + if config.setting["use_adv_search_syntax"]: + query = kwargs["query"] + else: + query = escape_lucene_query(kwargs["query"]).strip().lower() + filters.append(("dismax", 'true')) + else: + query = [] + for name, value in kwargs.items(): + value = escape_lucene_query(value).strip().lower() + if value: + query.append('%s:(%s)' % (name, value)) + query = ' '.join(query) + + if query: + filters.append(("query", query)) + queryargs = {} + for name, value in filters: + value = QUrl.toPercentEncoding(string_(value)) + queryargs[string_(name)] = value + path_list = [entitytype] + return self.get(path_list, handler, queryargs=queryargs, + priority=True, important=True, mblogin=False, + refresh=False) + + def find_releases(self, handler, **kwargs): + return self._find('release', handler, **kwargs) + + def find_tracks(self, handler, **kwargs): + return self._find('recording', handler, **kwargs) + + def find_artists(self, handler, **kwargs): + return self._find('artist', handler, **kwargs) + + def _browse(self, entitytype, handler, inc=None, **kwargs): + path_list = [entitytype] + queryargs = kwargs + if inc: + queryargs["inc"] = "+".join(inc) + return self.get(path_list, handler, queryargs=queryargs, + priority=True, important=True, mblogin=False, + refresh=False) + + def browse_releases(self, handler, **kwargs): + inc = ["media", "labels"] + return self._browse("release", handler, inc, **kwargs) + + def submit_ratings(self, ratings, handler): + path_list = ['rating'] + params = {"client": CLIENT_STRING} + recordings = (''.join(['%s' % + (i[1], j*20) for i, j in ratings.items() if i[0] == 'recording'])) + + data = _wrap_xml_metadata('%s' % recordings) + return self.post(path_list, data, handler, priority=True, queryargs=params, parse_response_type="xml") + + def get_collection(self, collection_id, handler, limit=100, offset=0): + path_list = ["collection"] + queryargs = None + if collection_id is not None: + inc = ["releases", "artist-credits", "media"] + path_list.extend([collection_id, "releases"]) + queryargs = {} + queryargs["inc"] = "+".join(inc) + queryargs["limit"] = limit + queryargs["offset"] = offset + return self.get(path_list, handler, priority=True, important=True, + mblogin=True, queryargs=queryargs) + + def get_collection_list(self, handler): + return self.get_collection(None, handler) + + def _collection_request(self, collection_id, releases): + while releases: + ids = ";".join(releases if len(releases) <= 400 else releases[:400]) + releases = releases[400:] + yield ["collection", collection_id, "releases", ids] + + def _get_client_queryarg(self): + return {"client": CLIENT_STRING} + + def put_to_collection(self, collection_id, releases, handler): + for path_list in self._collection_request(collection_id, releases): + self.put(path_list, "", handler, + queryargs=self._get_client_queryarg()) + + def delete_from_collection(self, collection_id, releases, handler): + for path_list in self._collection_request(collection_id, releases): + self.delete(path_list, handler, + queryargs=self._get_client_queryarg()) + + +class AcoustIdAPIHelper(APIHelper): + + def __init__(self, webservice): + super().__init__(ACOUSTID_HOST, ACOUSTID_PORT, + '/v2/', webservice) + + def _encode_acoustid_args(self, args, format_='json'): + filters = [] + args['client'] = ACOUSTID_KEY + args['clientversion'] = PICARD_VERSION_STR + args['format'] = format_ + for name, value in args.items(): + value = string_(QUrl.toPercentEncoding(value)) + filters.append('%s=%s' % (string_(name), value)) + return '&'.join(filters) + + def query_acoustid(self, handler, **args): + path_list = ['lookup'] + body = self._encode_acoustid_args(args) + return self.post(path_list, body, handler, priority=False, important=False, mblogin=False) + + def submit_acoustid_fingerprints(self, submissions, handler): + path_list = ['submit'] + args = {'user': config.setting["acoustid_apikey"]} + for i, submission in enumerate(submissions): + args['fingerprint.%d' % i] = string_(submission.fingerprint) + args['duration.%d' % i] = string_(submission.duration) + args['mbid.%d' % i] = string_(submission.recordingid) + if submission.puid: + args['puid.%d' % i] = string_(submission.puid) + body = self._encode_acoustid_args(args, format_='json') + return self.post(path_list, body, handler, priority=True, important=False, mblogin=False) diff -Nru picard-1.4.2/picard/webservice/__init__.py picard-2.0.0/picard/webservice/__init__.py --- picard-1.4.2/picard/webservice/__init__.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/webservice/__init__.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,554 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2007 Lukáš Lalinský +# Copyright (C) 2009 Carlin Mangar +# Copyright (C) 2017 Sambhav Kothari +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +""" +Asynchronous web service. +""" + +import sys +import time +import os.path +import platform +import math +from collections import deque, defaultdict, namedtuple +from functools import partial +from PyQt5 import QtCore, QtNetwork +from PyQt5.QtCore import QUrl, QStandardPaths, QUrlQuery +from picard import (PICARD_APP_NAME, + PICARD_ORG_NAME, + PICARD_VERSION_STR, + config, + log) +from picard.oauth import OAuthManager +from picard.util import build_qurl, parse_json +from picard.util.xml import parse_xml +from picard.webservice import ratecontrol + +COUNT_REQUESTS_DELAY_MS = 250 + +TEMP_ERRORS_RETRIES = 5 +USER_AGENT_STRING = '%s-%s/%s (%s;%s-%s)' % (PICARD_ORG_NAME, PICARD_APP_NAME, + PICARD_VERSION_STR, + platform.platform(), + platform.python_implementation(), + platform.python_version()) +CLIENT_STRING = string_(QUrl.toPercentEncoding('%s %s-%s' % (PICARD_ORG_NAME, + PICARD_APP_NAME, + PICARD_VERSION_STR))) + + + +DEFAULT_RESPONSE_PARSER_TYPE = "json" + +Parser = namedtuple('Parser', 'mimetype parser') + + +class UnknownResponseParserError(Exception): + + def __init__(self, response_type): + message = "Unknown parser for response type '%s'. Parser for given response type does not exist." % response_type + super().__init__(message) + + +class WSRequest(QtNetwork.QNetworkRequest): + """Represents a single HTTP request.""" + + def __init__(self, method, host, port, path, handler, parse_response_type=None, data=None, + mblogin=False, cacheloadcontrol=None, refresh=False, + queryargs=None, priority=False, important=False): + """ + Args: + method: HTTP method. One of ``GET``, ``POST``, ``PUT``, or ``DELETE``. + host: Hostname. + port: TCP port number (80 or 443). + path: Path component. + handler: Callback which takes a 3-tuple of `(str:document, + QNetworkReply:reply, QNetworkReply.Error:error)`. + parse_response_type: Specifies that request either sends or accepts + data as ``application/{{response_mimetype}}``. + data: Data to include with ``PUT`` or ``POST`` requests. + mblogin: Hints that this request should be tied to a MusicBrainz + account, requiring that we obtain an OAuth token first. + cacheloadcontrol: See `QNetworkRequest.CacheLoadControlAttribute`. + refresh: Indicates a user-specified resource refresh, such as when + the user wishes to reload a release. Marks the request as high priority + and disables caching. + queryargs: `dict` of query arguments. + retries: Current retry attempt number. + priority: Indicates that this is a high priority request. + important: Indicates that this is an important request. + """ + url = build_qurl(host, port, path=path, queryargs=queryargs) + super().__init__(url) + + # These two are codependent (see _update_authorization_header) and must + # be initialized explicitly. + self._access_token = None + self._mblogin = None + + self._retries = 0 + + self.method = method + self.host = host + self.port = port + self.path = path + self.handler = handler + self.parse_response_type = parse_response_type + self.response_parser = None + self.response_mimetype = None + self.data = data + self.mblogin = mblogin + self.cacheloadcontrol = cacheloadcontrol + self.refresh = refresh + self.queryargs = queryargs + self.priority = priority + self.important = important + + self.access_token = None + self._init_headers() + + def _init_headers(self): + self.setHeader(QtNetwork.QNetworkRequest.UserAgentHeader, USER_AGENT_STRING) + + if self.mblogin: + self.setPriority(QtNetwork.QNetworkRequest.HighPriority) + self.setAttribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute, + QtNetwork.QNetworkRequest.AlwaysNetwork) + elif self.cacheloadcontrol is not None: + self.setAttribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute, + self.cacheloadcontrol) + + if self.parse_response_type: + try: + self.response_mimetype = WebService.get_response_mimetype(self.parse_response_type) + self.response_parser = WebService.get_response_parser(self.parse_response_type) + except UnknownResponseParserError as e: + log.error(e.args[0]) + else: + self.setRawHeader(b"Accept", self.response_mimetype.encode('utf-8')) + + if self.data: + self.setHeader(QtNetwork.QNetworkRequest.ContentTypeHeader, "application/x-www-form-urlencoded") + + def _update_authorization_header(self): + if self.mblogin and self.access_token: + self.setRawHeader(b"Authorization", ("Bearer %s" % string_(self.access_token)).encode('utf-8')) + else: + self.setRawHeader(b"Authorization", b"") + + @property + def access_token(self): + return self._access_token + + @access_token.setter + def access_token(self, access_token): + self._access_token = access_token + self._update_authorization_header() + + @property + def mblogin(self): + return self._mblogin + + @mblogin.setter + def mblogin(self, mblogin): + self._mblogin = mblogin + self._update_authorization_header() + + def get_host_key(self): + return (self.host, self.port) + + def max_retries_reached(self): + return self._retries >= TEMP_ERRORS_RETRIES + + def mark_for_retry(self, important=True, priority=True): + # Put retries at the head of the list in order to not penalize + # the load an album unlucky enough to hit a temporary service + # snag. + self.important = important + self.priority = priority + self._retries += 1 + return self._retries + + +class WSGetRequest(WSRequest): + + def __init__(self, *args, **kwargs): + super().__init__("GET", *args, **kwargs) + + def _init_headers(self): + super()._init_headers() + self.setAttribute(QtNetwork.QNetworkRequest.HttpPipeliningAllowedAttribute, + True) + if self.refresh: + self.setPriority(QtNetwork.QNetworkRequest.HighPriority) + self.setAttribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute, + QtNetwork.QNetworkRequest.AlwaysNetwork) + + +class WSPutRequest(WSRequest): + + def __init__(self, *args, **kwargs): + super().__init__("PUT", *args, **kwargs) + + def _init_headers(self): + super()._init_headers() + self.setPriority(QtNetwork.QNetworkRequest.HighPriority) + + +class WSDeleteRequest(WSRequest): + + def __init__(self, *args, **kwargs): + super().__init__("DELETE", *args, **kwargs) + + def _init_headers(self): + super()._init_headers() + self.setPriority(QtNetwork.QNetworkRequest.HighPriority) + + +class WSPostRequest(WSRequest): + + def __init__(self, *args, **kwargs): + super().__init__("POST", *args, **kwargs) + + def _init_headers(self): + super()._init_headers() + if self.host == config.setting["server_host"] and self.response_mimetype: + self.setHeader(QtNetwork.QNetworkRequest.ContentTypeHeader, + "%s; charset=utf-8" % self.response_mimetype) + + +class WebService(QtCore.QObject): + + PARSERS = dict() + + def __init__(self, parent=None): + QtCore.QObject.__init__(self, parent) + self.manager = QtNetwork.QNetworkAccessManager() + self.oauth_manager = OAuthManager(self) + self.set_cache() + self.setup_proxy() + self.manager.finished.connect(self._process_reply) + self._request_methods = { + "GET": self.manager.get, + "POST": self.manager.post, + "PUT": self.manager.put, + "DELETE": self.manager.deleteResource + } + self._init_queues() + self._init_timers() + + def _init_queues(self): + self._active_requests = {} + self._queues = defaultdict(lambda: defaultdict(deque)) + self.num_pending_web_requests = 0 + self._last_num_pending_web_requests = -1 + + def _init_timers(self): + self._timer_run_next_task = QtCore.QTimer(self) + self._timer_run_next_task.setSingleShot(True) + self._timer_run_next_task.timeout.connect(self._run_next_task) + self._timer_count_pending_requests = QtCore.QTimer(self) + self._timer_count_pending_requests.setSingleShot(True) + self._timer_count_pending_requests.timeout.connect(self._count_pending_requests) + + def set_cache(self, cache_size_in_mb=100): + cache = QtNetwork.QNetworkDiskCache() + location = QStandardPaths.writableLocation(QStandardPaths.CacheLocation) + cache.setCacheDirectory(os.path.join(location, 'picard')) + cache.setMaximumCacheSize(cache_size_in_mb * 1024 * 1024) + self.manager.setCache(cache) + log.debug("NetworkDiskCache dir: %s", cache.cacheDirectory()) + log.debug("NetworkDiskCache size: %s / %s", cache.cacheSize(), + cache.maximumCacheSize()) + + def setup_proxy(self): + proxy = QtNetwork.QNetworkProxy() + if config.setting["use_proxy"]: + proxy.setType(QtNetwork.QNetworkProxy.HttpProxy) + proxy.setHostName(config.setting["proxy_server_host"]) + proxy.setPort(config.setting["proxy_server_port"]) + proxy.setUser(config.setting["proxy_username"]) + proxy.setPassword(config.setting["proxy_password"]) + self.manager.setProxy(proxy) + + + def _send_request(self, request, access_token=None): + hostkey = request.get_host_key() + ratecontrol.increment_requests(hostkey) + + request.access_token = access_token + send = self._request_methods[request.method] + data = request.data + reply = send(request, data.encode('utf-8')) if data is not None else send(request) + self._active_requests[reply] = request + + def _start_request(self, request): + if request.mblogin and request.path != "/oauth2/token": + self.oauth_manager.get_access_token(partial(self._send_request, request)) + else: + self._send_request(request) + + @staticmethod + def urls_equivalent(leftUrl, rightUrl): + """ + Lazy method to determine whether two QUrls are equivalent. At the moment it assumes that if ports are unset + that they are port 80 - in absence of a URL normalization function in QUrl or ability to use qHash + from QT 4.7 + """ + return leftUrl.port(80) == rightUrl.port(80) and \ + leftUrl.toString(QUrl.RemovePort) == rightUrl.toString(QUrl.RemovePort) + + @staticmethod + def url_port(url): + if url.scheme() == 'https': + return url.port(443) + return url.port(80) + + def _handle_redirect(self, reply, request, redirect): + url = request.url() + error = int(reply.error()) + # merge with base url (to cover the possibility of the URL being relative) + redirect = url.resolved(redirect) + if not WebService.urls_equivalent(redirect, reply.request().url()): + log.debug("Redirect to %s requested", redirect.toString(QUrl.RemoveUserInfo)) + redirect_host = string_(redirect.host()) + redirect_port = self.url_port(redirect) + redirect_query = dict(QUrlQuery(redirect).queryItems(QUrl.FullyEncoded)) + redirect_path = redirect.path() + + original_host = string_(url.host()) + original_port = self.url_port(url) + original_host_key = (original_host, original_port) + redirect_host_key = (redirect_host, redirect_port) + ratecontrol.copy_minimal_delay(original_host_key, redirect_host_key) + + self.get(redirect_host, + redirect_port, + redirect_path, + request.handler, request.parse_response_type, priority=True, important=True, + refresh=request.refresh, queryargs=redirect_query, + cacheloadcontrol=request.attribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute)) + else: + log.error("Redirect loop: %s", + reply.request().url().toString(QUrl.RemoveUserInfo) + ) + request.handler(reply.readAll(), reply, error) + + def _handle_reply(self, reply, request): + hostkey = request.get_host_key() + ratecontrol.decrement_requests(hostkey) + + self._timer_run_next_task.start(0) + + slow_down = False + + error = int(reply.error()) + handler = request.handler + if error: + code = reply.attribute(QtNetwork.QNetworkRequest.HttpStatusCodeAttribute) + code = int(code) if code else 0 + errstr = reply.errorString() + url = reply.request().url().toString(QUrl.RemoveUserInfo) + log.error("Network request error for %s: %s (QT code %d, HTTP code %d)", + url, errstr, error, code) + if (not request.max_retries_reached() + and (code == 503 + or code == 429 + # Sometimes QT returns a http status code of 200 even when there + # is a service unavailable error. But it returns a QT error code + # of 403 when this happens + or error == 403 + ) + ): + slow_down = True + retries = request.mark_for_retry() + log.debug("Retrying %s (#%d)", url, retries) + self.add_task(partial(self._start_request, request), request) + + elif handler is not None: + handler(reply.readAll(), reply, error) + + slow_down = (slow_down or code >= 500) + + else: + redirect = reply.attribute(QtNetwork.QNetworkRequest.RedirectionTargetAttribute) + fromCache = reply.attribute(QtNetwork.QNetworkRequest.SourceIsFromCacheAttribute) + cached = ' (CACHED)' if fromCache else '' + log.debug("Received reply for %s: HTTP %d (%s) %s", + reply.request().url().toString(QUrl.RemoveUserInfo), + reply.attribute(QtNetwork.QNetworkRequest.HttpStatusCodeAttribute), + reply.attribute(QtNetwork.QNetworkRequest.HttpReasonPhraseAttribute), + cached + ) + if handler is not None: + # Redirect if found and not infinite + if redirect: + self._handle_redirect(reply, request, redirect) + elif request.response_parser: + try: + document = request.response_parser(reply) + except Exception as e: + log.error("Unable to parse the response. %s", e) + document = reply.readAll() + finally: + handler(document, reply, error) + else: + handler(reply.readAll(), reply, error) + + ratecontrol.adjust(hostkey, slow_down) + + def _process_reply(self, reply): + try: + request = self._active_requests.pop(reply) + except KeyError: + log.error("Request not found for %s", reply.request().url().toString(QUrl.RemoveUserInfo)) + return + try: + self._handle_reply(reply, request) + finally: + reply.close() + reply.deleteLater() + + def get(self, host, port, path, handler, parse_response_type=DEFAULT_RESPONSE_PARSER_TYPE, + priority=False, important=False, mblogin=False, cacheloadcontrol=None, refresh=False, + queryargs=None): + request = WSGetRequest(host, port, path, handler, parse_response_type=parse_response_type, + mblogin=mblogin, cacheloadcontrol=cacheloadcontrol, refresh=refresh, + queryargs=queryargs, priority=priority, important=important) + func = partial(self._start_request, request) + return self.add_task(func, request) + + def post(self, host, port, path, data, handler, parse_response_type=DEFAULT_RESPONSE_PARSER_TYPE, + priority=False, important=False, mblogin=True, queryargs=None): + request = WSPostRequest(host, port, path, handler, parse_response_type=parse_response_type, + data=data, mblogin=mblogin, queryargs=queryargs, + priority=priority, important=important) + log.debug("POST-DATA %r", data) + func = partial(self._start_request, request) + return self.add_task(func, request) + + def put(self, host, port, path, data, handler, priority=True, important=False, mblogin=True, + queryargs=None): + request = WSPutRequest(host, port, path, handler, data=data, mblogin=mblogin, + queryargs=queryargs, priority=priority, important=important) + func = partial(self._start_request, request) + return self.add_task(func, request) + + def delete(self, host, port, path, handler, priority=True, important=False, mblogin=True, + queryargs=None): + request = WSDeleteRequest(host, port, path, handler, mblogin=mblogin, + queryargs=queryargs, priority=priority, important=important) + func = partial(self._start_request, request) + return self.add_task(func, request) + + def download(self, host, port, path, handler, priority=False, + important=False, cacheloadcontrol=None, refresh=False, + queryargs=None): + return self.get(host, port, path, handler, parse_response_type=None, + priority=priority, important=important, + cacheloadcontrol=cacheloadcontrol, refresh=refresh, + queryargs=queryargs) + + def stop(self): + for reply in list(self._active_requests.keys()): + reply.abort() + self._init_queues() + + def _count_pending_requests(self): + count = len(self._active_requests) + for prio_queue in self._queues.values(): + for queue in prio_queue.values(): + count += len(queue) + self.num_pending_web_requests = count + if count != self._last_num_pending_web_requests: + self._last_num_pending_web_requests = count + self.tagger.tagger_stats_changed.emit() + if count: + self._timer_count_pending_requests.start(COUNT_REQUESTS_DELAY_MS) + + def _run_next_task(self): + delay = sys.maxsize + for prio in sorted(self._queues.keys(), reverse=True): + prio_queue = self._queues[prio] + if not prio_queue: + del(self._queues[prio]) + continue + for hostkey in sorted(prio_queue.keys(), + key=ratecontrol.current_delay): + queue = self._queues[prio][hostkey] + if not queue: + del(self._queues[prio][hostkey]) + continue + wait, d = ratecontrol.get_delay_to_next_request(hostkey) + if not wait: + queue.popleft()() + if d < delay: + delay = d + if delay < sys.maxsize: + self._timer_run_next_task.start(delay) + + def add_task(self, func, request): + hostkey = request.get_host_key() + prio = int(request.priority) # priority is a boolean + if request.important: + self._queues[prio][hostkey].appendleft(func) + else: + self._queues[prio][hostkey].append(func) + + if not self._timer_run_next_task.isActive(): + self._timer_run_next_task.start(0) + + if not self._timer_count_pending_requests.isActive(): + self._timer_count_pending_requests.start(0) + + return (hostkey, func, prio) + + def remove_task(self, task): + hostkey, func, prio = task + try: + self._queues[prio][hostkey].remove(func) + if not self._timer_count_pending_requests.isActive(): + self._timer_count_pending_requests.start(0) + except Exception as e: + log.debug(e) + + @classmethod + def add_parser(cls, response_type, mimetype, parser): + cls.PARSERS[response_type] = Parser(mimetype=mimetype, parser=parser) + + @classmethod + def get_response_mimetype(cls, response_type): + if response_type in cls.PARSERS: + return cls.PARSERS[response_type].mimetype + else: + raise UnknownResponseParserError(response_type) + + @classmethod + def get_response_parser(cls, response_type): + if response_type in cls.PARSERS: + return cls.PARSERS[response_type].parser + else: + raise UnknownResponseParserError(response_type) + + +WebService.add_parser('xml', 'application/xml', parse_xml) +WebService.add_parser('json', 'application/json', parse_json) diff -Nru picard-1.4.2/picard/webservice/ratecontrol.py picard-2.0.0/picard/webservice/ratecontrol.py --- picard-1.4.2/picard/webservice/ratecontrol.py 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard/webservice/ratecontrol.py 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,229 @@ +# -*- coding: utf-8 -*- +# +# Picard, the next-generation MusicBrainz tagger +# Copyright (C) 2007 Lukáš Lalinský +# Copyright (C) 2009 Carlin Mangar +# Copyright (C) 2017 Sambhav Kothari +# Copyright (C) 2018 Laurent Monin +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +import sys +import math +import time + +from collections import defaultdict +from picard import log + +# ============================================================================ +# Throttling/congestion avoidance +# ============================================================================ + +# Throttles requests to a given hostkey by assigning a minimum delay between +# requests in milliseconds. +# + +# Plugins may assign limits to their associated service(s) like so: +# +# >>> from picard.webservice import ratecontrol +# >>> ratecontrol.set_minimum_delay(('myservice.org', 80), 100) # 10 requests/second + + +# Minimun delay for the given hostkey (in milliseconds), can be set using +# set_minimum_delay() +REQUEST_DELAY_MINIMUM = defaultdict(lambda: 1000) + +# Current delay (adaptive) between requests to a given hostkey. +REQUEST_DELAY = defaultdict(lambda: 1000) # Conservative initial value. + +# Determines delay during exponential backoff phase. +REQUEST_DELAY_EXPONENT = defaultdict(lambda: 0) + +# Unacknowledged request counter. +# +# Bump this when handing a request to QNetworkManager and trim when receiving +# a response. +CONGESTION_UNACK = defaultdict(lambda: 0) + +# Congestion window size in terms of unacked requests. +# +# We're allowed to send up to `int(this)` many requests at a time. +CONGESTION_WINDOW_SIZE = defaultdict(lambda: 1.0) + +# Slow start threshold. +# +# After placing this many unacknowledged requests on the wire, switch from +# slow start to congestion avoidance. (See `_adjust_throttle`.) Initialized +# upon encountering a temporary error. +CONGESTION_SSTHRESH = defaultdict(lambda: 0) + +# Storage of last request times per host key +LAST_REQUEST_TIMES = defaultdict(lambda: 0) + + +def set_minimum_delay(hostkey, delay_ms): + """Set the minimun delay between requests + hostkey is an unique key, for example (host, port) + delay_ms is the delay in milliseconds + """ + REQUEST_DELAY_MINIMUM[hostkey] = delay_ms + + +def current_delay(hostkey): + """Returns the current delay (adaptive) between requests for this hostkey + hostkey is an unique key, for example (host, port) + """ + return REQUEST_DELAY[hostkey] + + +def get_delay_to_next_request(hostkey): + """Calculate delay to next request to hostkey (host, port) + returns a tuple (wait, delay) where: + wait is True if a delay is needed + delay is the delay in milliseconds to next request + """ + if CONGESTION_UNACK[hostkey] >= int(CONGESTION_WINDOW_SIZE[hostkey]): + # We've maxed out the number of requests to `hostkey`, so wait + # until responses begin to come back. (See `_timer_run_next_task` + # strobe in `_handle_reply`.) + return (True, sys.maxsize) + + interval = REQUEST_DELAY[hostkey] + if not interval: + log.debug("%s: Starting another request without delay", hostkey) + return (False, 0) + last_request = LAST_REQUEST_TIMES[hostkey] + if not last_request: + log.debug("%s: First request", hostkey) + _remember_request_time(hostkey) # set it on first run + return (False, interval) + elapsed = (time.time() - last_request) * 1000 + if elapsed >= interval: + log.debug("%s: Last request was %d ms ago, starting another one", hostkey, elapsed) + return (False, interval) + delay = int(math.ceil(interval - elapsed)) + log.debug("%s: Last request was %d ms ago, waiting %d ms before starting another one", + hostkey, elapsed, delay) + return (True, delay) + + +def _remember_request_time(hostkey): + if REQUEST_DELAY[hostkey]: + LAST_REQUEST_TIMES[hostkey] = time.time() + + +def increment_requests(hostkey): + """Store the request time for this hostkey, and increment counter + It has to be called on each request + """ + _remember_request_time(hostkey) + # Increment the number of unack'd requests on sending a new one + CONGESTION_UNACK[hostkey] += 1 + log.debug("%s: Incrementing requests to: %d", hostkey, CONGESTION_UNACK[hostkey]) + + +def decrement_requests(hostkey): + """Decrement counter, it has to be called on each reply + """ + assert(CONGESTION_UNACK[hostkey] > 0) + CONGESTION_UNACK[hostkey] -= 1 + log.debug("%s: Decrementing requests to: %d", hostkey, CONGESTION_UNACK[hostkey]) + + +def copy_minimal_delay(from_hostkey, to_hostkey): + """Copy minimal delay from one hostkey to another + Useful for redirections + """ + if (from_hostkey in REQUEST_DELAY_MINIMUM + and to_hostkey not in REQUEST_DELAY_MINIMUM): + REQUEST_DELAY_MINIMUM[to_hostkey] = REQUEST_DELAY_MINIMUM[from_hostkey] + log.debug("%s: Copy minimun delay from %s, setting it to %dms", + to_hostkey, from_hostkey, REQUEST_DELAY_MINIMUM[to_hostkey]) + + +def adjust(hostkey, slow_down): + """Adjust `REQUEST` and `CONGESTION` metrics when a HTTP request completes. + + Args: + hostkey: `(host, port)`. + slow_down: `True` if we encountered intermittent server trouble + and need to slow down. + """ + if slow_down: + _slow_down(hostkey) + elif CONGESTION_UNACK[hostkey] <= CONGESTION_WINDOW_SIZE[hostkey]: + # not in backoff phase anymore + _out_of_backoff(hostkey) + + +def _slow_down(hostkey): + # Backoff exponentially until ~30 seconds between requests. + delay = max(pow(2, REQUEST_DELAY_EXPONENT[hostkey]) * 1000, + REQUEST_DELAY_MINIMUM[hostkey]) + + REQUEST_DELAY_EXPONENT[hostkey] = min( + REQUEST_DELAY_EXPONENT[hostkey] + 1, 5) + + # Slow start threshold is ~1/2 of the window size up until we saw + # trouble. Shrink the new window size back to 1. + CONGESTION_SSTHRESH[hostkey] = int(CONGESTION_WINDOW_SIZE[hostkey] / 2.0) + CONGESTION_WINDOW_SIZE[hostkey] = 1.0 + + log.debug( + '%s: slowdown; delay: %dms -> %dms; ssthresh: %d; cws: %.3f', + hostkey, + REQUEST_DELAY[hostkey], + delay, + CONGESTION_SSTHRESH[hostkey], + CONGESTION_WINDOW_SIZE[hostkey] + ) + + REQUEST_DELAY[hostkey] = delay + + +def _out_of_backoff(hostkey): + REQUEST_DELAY_EXPONENT[hostkey] = 0 # Coming out of backoff, so reset. + + # Shrink the delay between requests with each successive reply to + # converge on maximum throughput. + delay = max(int(REQUEST_DELAY[hostkey] / 2), + REQUEST_DELAY_MINIMUM[hostkey]) + + cws = CONGESTION_WINDOW_SIZE[hostkey] + sst = CONGESTION_SSTHRESH[hostkey] + + if sst and cws >= sst: + # Analogous to TCP's congestion avoidance phase. Window growth is linear. + phase = 'congestion avoidance' + cws = cws + (1.0 / cws) + else: + # Analogous to TCP's slow start phase. Window growth is exponential. + phase = 'slow start' + cws += 1 + + if (REQUEST_DELAY[hostkey] != delay + or CONGESTION_WINDOW_SIZE[hostkey] != cws): + log.debug( + '%s: oobackoff; delay: %dms -> %dms; %s; window size %.3f -> %.3f', + hostkey, + REQUEST_DELAY[hostkey], + delay, + phase, + CONGESTION_WINDOW_SIZE[hostkey], + cws + ) + + CONGESTION_WINDOW_SIZE[hostkey] = cws + REQUEST_DELAY[hostkey] = delay diff -Nru picard-1.4.2/picard/webservice.py picard-2.0.0/picard/webservice.py --- picard-1.4.2/picard/webservice.py 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/picard/webservice.py 1970-01-01 00:00:00.000000000 +0000 @@ -1,596 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Picard, the next-generation MusicBrainz tagger -# Copyright (C) 2007 Lukáš Lalinský -# Copyright (C) 2009 Carlin Mangar -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - -""" -Asynchronous XML web service. -""" - -import sys -import re -import time -import os.path -import platform -import math -from collections import deque, defaultdict -from functools import partial -from PyQt4 import QtCore, QtNetwork -from PyQt4.QtGui import QDesktopServices -from PyQt4.QtCore import QUrl, QXmlStreamReader -from picard import (PICARD_APP_NAME, - PICARD_ORG_NAME, - PICARD_VERSION_STR, - config, - log) -from picard.const import (ACOUSTID_KEY, - ACOUSTID_HOST, - ACOUSTID_PORT, - CAA_HOST, - CAA_PORT) -from picard.oauth import OAuthManager -from picard.util import build_qurl - - -COUNT_REQUESTS_DELAY_MS = 250 -REQUEST_DELAY = defaultdict(lambda: 1000) -REQUEST_DELAY[(ACOUSTID_HOST, ACOUSTID_PORT)] = 333 -REQUEST_DELAY[(CAA_HOST, CAA_PORT)] = 0 -USER_AGENT_STRING = '%s-%s/%s (%s;%s-%s)' % (PICARD_ORG_NAME, PICARD_APP_NAME, - PICARD_VERSION_STR, - platform.platform(), - platform.python_implementation(), - platform.python_version()) -CLIENT_STRING = str(QUrl.toPercentEncoding('%s %s-%s' % (PICARD_ORG_NAME, - PICARD_APP_NAME, - PICARD_VERSION_STR))) - - -def escape_lucene_query(text): - return re.sub(r'([+\-&|!(){}\[\]\^"~*?:\\/])', r'\\\1', text) - - -def _wrap_xml_metadata(data): - return ('' + - '%s' % data) - - -class XmlNode(object): - - def __init__(self): - self.text = u'' - self.children = {} - self.attribs = {} - - def __repr__(self): - return repr(self.__dict__) - - def append_child(self, name, node=None): - if node is None: - node = XmlNode() - self.children.setdefault(name, []).append(node) - return node - - def __getattr__(self, name): - try: - return self.children[name] - except KeyError: - try: - return self.attribs[name] - except KeyError: - raise AttributeError(name) - - -_node_name_re = re.compile('[^a-zA-Z0-9]') - - -def _node_name(n): - return _node_name_re.sub('_', unicode(n)) - - -def _read_xml(stream): - document = XmlNode() - current_node = document - path = [] - - while not stream.atEnd(): - stream.readNext() - - if stream.isStartElement(): - node = XmlNode() - attrs = stream.attributes() - - for i in xrange(attrs.count()): - attr = attrs.at(i) - node.attribs[_node_name(attr.name())] = unicode(attr.value()) - - current_node.append_child(_node_name(stream.name()), node) - path.append(current_node) - current_node = node - - elif stream.isEndElement(): - current_node = path.pop() - - elif stream.isCharacters(): - current_node.text += unicode(stream.text()) - - return document - - -class XmlWebService(QtCore.QObject): - - def __init__(self, parent=None): - QtCore.QObject.__init__(self, parent) - self.manager = QtNetwork.QNetworkAccessManager() - self.oauth_manager = OAuthManager(self) - self.set_cache() - self.setup_proxy() - self.manager.finished.connect(self._process_reply) - self._last_request_times = defaultdict(lambda: 0) - self._request_methods = { - "GET": self.manager.get, - "POST": self.manager.post, - "PUT": self.manager.put, - "DELETE": self.manager.deleteResource - } - self._init_queues() - self._init_timers() - - def _init_queues(self): - self._active_requests = {} - self._queues = defaultdict(lambda: defaultdict(deque)) - self.num_pending_web_requests = 0 - self._last_num_pending_web_requests = -1 - - def _init_timers(self): - self._timer_run_next_task = QtCore.QTimer(self) - self._timer_run_next_task.setSingleShot(True) - self._timer_run_next_task.timeout.connect(self._run_next_task) - self._timer_count_pending_requests = QtCore.QTimer(self) - self._timer_count_pending_requests.setSingleShot(True) - self._timer_count_pending_requests.timeout.connect(self._count_pending_requests) - - def set_cache(self, cache_size_in_mb=100): - cache = QtNetwork.QNetworkDiskCache() - location = QDesktopServices.storageLocation(QDesktopServices.CacheLocation) - cache.setCacheDirectory(os.path.join(unicode(location), u'picard')) - cache.setMaximumCacheSize(cache_size_in_mb * 1024 * 1024) - self.manager.setCache(cache) - log.debug("NetworkDiskCache dir: %s", cache.cacheDirectory()) - log.debug("NetworkDiskCache size: %s / %s", cache.cacheSize(), - cache.maximumCacheSize()) - - def setup_proxy(self): - proxy = QtNetwork.QNetworkProxy() - if config.setting["use_proxy"]: - proxy.setType(QtNetwork.QNetworkProxy.HttpProxy) - proxy.setHostName(config.setting["proxy_server_host"]) - proxy.setPort(config.setting["proxy_server_port"]) - proxy.setUser(config.setting["proxy_username"]) - proxy.setPassword(config.setting["proxy_password"]) - self.manager.setProxy(proxy) - - def _start_request_continue(self, method, host, port, path, data, handler, xml, - mblogin=False, cacheloadcontrol=None, refresh=None, - access_token=None, queryargs=None): - url = build_qurl(host, port, path=path, queryargs=queryargs) - request = QtNetwork.QNetworkRequest(url) - if mblogin and access_token: - request.setRawHeader("Authorization", "Bearer %s" % access_token) - if mblogin or (method == "GET" and refresh): - request.setPriority(QtNetwork.QNetworkRequest.HighPriority) - request.setAttribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute, - QtNetwork.QNetworkRequest.AlwaysNetwork) - elif method == "PUT" or method == "DELETE": - request.setPriority(QtNetwork.QNetworkRequest.HighPriority) - elif cacheloadcontrol is not None: - request.setAttribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute, - cacheloadcontrol) - request.setRawHeader("User-Agent", USER_AGENT_STRING) - if xml: - request.setRawHeader("Accept", "application/xml") - if data is not None: - if method == "POST" and host == config.setting["server_host"] and xml: - request.setHeader(QtNetwork.QNetworkRequest.ContentTypeHeader, "application/xml; charset=utf-8") - else: - request.setHeader(QtNetwork.QNetworkRequest.ContentTypeHeader, "application/x-www-form-urlencoded") - send = self._request_methods[method] - reply = send(request, data) if data is not None else send(request) - self._remember_request_time((host, port)) - self._active_requests[reply] = (request, handler, xml, refresh) - - def _start_request(self, method, host, port, path, data, handler, xml, - mblogin=False, cacheloadcontrol=None, refresh=None, - queryargs=None): - def start_request_continue(access_token=None): - self._start_request_continue( - method, host, port, path, data, handler, xml, - mblogin=mblogin, cacheloadcontrol=cacheloadcontrol, refresh=refresh, - access_token=access_token, queryargs=queryargs) - if mblogin and path != "/oauth2/token": - self.oauth_manager.get_access_token(start_request_continue) - else: - start_request_continue() - - @staticmethod - def urls_equivalent(leftUrl, rightUrl): - """ - Lazy method to determine whether two QUrls are equivalent. At the moment it assumes that if ports are unset - that they are port 80 - in absence of a URL normalization function in QUrl or ability to use qHash - from QT 4.7 - """ - return leftUrl.port(80) == rightUrl.port(80) and \ - leftUrl.toString(QUrl.RemovePort) == rightUrl.toString(QUrl.RemovePort) - - @staticmethod - def url_port(url): - if url.scheme() == 'https': - return url.port(443) - return url.port(80) - - def _handle_reply(self, reply, request, handler, xml, refresh): - error = int(reply.error()) - if error: - log.error("Network request error for %s: %s (QT code %d, HTTP code %s)", - reply.request().url().toString(QUrl.RemoveUserInfo), - reply.errorString(), - error, - repr(reply.attribute(QtNetwork.QNetworkRequest.HttpStatusCodeAttribute)) - ) - if handler is not None: - handler(str(reply.readAll()), reply, error) - else: - redirect = reply.attribute(QtNetwork.QNetworkRequest.RedirectionTargetAttribute) - fromCache = reply.attribute(QtNetwork.QNetworkRequest.SourceIsFromCacheAttribute) - cached = ' (CACHED)' if fromCache else '' - log.debug("Received reply for %s: HTTP %d (%s) %s", - reply.request().url().toString(QUrl.RemoveUserInfo), - reply.attribute(QtNetwork.QNetworkRequest.HttpStatusCodeAttribute), - reply.attribute(QtNetwork.QNetworkRequest.HttpReasonPhraseAttribute), - cached - ) - if handler is not None: - # Redirect if found and not infinite - if redirect: - url = request.url() - # merge with base url (to cover the possibility of the URL being relative) - redirect = url.resolved(redirect) - if not XmlWebService.urls_equivalent(redirect, reply.request().url()): - log.debug("Redirect to %s requested", redirect.toString(QUrl.RemoveUserInfo)) - redirect_host = str(redirect.host()) - redirect_port = self.url_port(redirect) - redirect_query = dict(redirect.encodedQueryItems()) - redirect_path = redirect.path() - - original_host = str(url.host()) - original_port = self.url_port(url) - - if ((original_host, original_port) in REQUEST_DELAY - and (redirect_host, redirect_port) not in REQUEST_DELAY): - log.debug("Setting rate limit for %s:%i to %i" % - (redirect_host, redirect_port, - REQUEST_DELAY[(original_host, original_port)])) - REQUEST_DELAY[(redirect_host, redirect_port)] =\ - REQUEST_DELAY[(original_host, original_port)] - - self.get(redirect_host, - redirect_port, - redirect_path, - handler, xml, priority=True, important=True, refresh=refresh, queryargs=redirect_query, - cacheloadcontrol=request.attribute(QtNetwork.QNetworkRequest.CacheLoadControlAttribute)) - else: - log.error("Redirect loop: %s", - reply.request().url().toString(QUrl.RemoveUserInfo) - ) - handler(str(reply.readAll()), reply, error) - elif xml: - document = _read_xml(QXmlStreamReader(reply)) - handler(document, reply, error) - else: - handler(str(reply.readAll()), reply, error) - - def _process_reply(self, reply): - try: - request, handler, xml, refresh = self._active_requests.pop(reply) - except KeyError: - log.error("Request not found for %s" % reply.request().url().toString(QUrl.RemoveUserInfo)) - return - try: - self._handle_reply(reply, request, handler, xml, refresh) - finally: - reply.close() - reply.deleteLater() - - def get(self, host, port, path, handler, xml=True, priority=False, - important=False, mblogin=False, cacheloadcontrol=None, refresh=False, queryargs=None): - func = partial(self._start_request, "GET", host, port, path, None, - handler, xml, mblogin, cacheloadcontrol=cacheloadcontrol, refresh=refresh, queryargs=queryargs) - return self.add_task(func, host, port, priority, important=important) - - def post(self, host, port, path, data, handler, xml=True, priority=False, important=False, mblogin=True, queryargs=None): - log.debug("POST-DATA %r", data) - func = partial(self._start_request, "POST", host, port, path, data, handler, xml, mblogin, queryargs=queryargs) - return self.add_task(func, host, port, priority, important=important) - - def put(self, host, port, path, data, handler, priority=True, important=False, mblogin=True, queryargs=None): - func = partial(self._start_request, "PUT", host, port, path, data, handler, False, mblogin, queryargs=queryargs) - return self.add_task(func, host, port, priority, important=important) - - def delete(self, host, port, path, handler, priority=True, important=False, mblogin=True, queryargs=None): - func = partial(self._start_request, "DELETE", host, port, path, None, handler, False, mblogin, queryargs=queryargs) - return self.add_task(func, host, port, priority, important=important) - - def stop(self): - for reply in self._active_requests.keys(): - reply.abort() - self._init_queues() - - def _count_pending_requests(self): - count = len(self._active_requests) - for prio_queue in self._queues.values(): - for queue in prio_queue.values(): - count += len(queue) - self.num_pending_web_requests = count - if count != self._last_num_pending_web_requests: - self._last_num_pending_web_requests = count - self.tagger.tagger_stats_changed.emit() - if count: - self._timer_count_pending_requests.start(COUNT_REQUESTS_DELAY_MS) - - def _get_delay_to_next_request(self, hostkey): - """Calculate delay to next request to hostkey (host, port) - returns a tuple (wait, delay) where: - wait is True if a delay is needed - delay is the delay in milliseconds to next request - """ - interval = REQUEST_DELAY[hostkey] - if not interval: - log.debug("WSREQ: Starting another request to %s without delay", hostkey) - return (False, 0) - last_request = self._last_request_times[hostkey] - if not last_request: - log.debug("WSREQ: First request to %s", hostkey) - self._remember_request_time(hostkey) # set it on first run - return (False, interval) - elapsed = (time.time() - last_request) * 1000 - if elapsed >= interval: - log.debug("WSREQ: Last request to %s was %d ms ago, starting another one", hostkey, elapsed) - return (False, interval) - delay = int(math.ceil(interval - elapsed)) - log.debug("WSREQ: Last request to %s was %d ms ago, waiting %d ms before starting another one", - hostkey, elapsed, delay) - return (True, delay) - - def _remember_request_time(self, hostkey): - if REQUEST_DELAY[hostkey]: - self._last_request_times[hostkey] = time.time() - - def _run_next_task(self): - delay = sys.maxsize - for prio in sorted(self._queues.keys(), reverse=True): - prio_queue = self._queues[prio] - if not prio_queue: - del(self._queues[prio]) - continue - for hostkey in sorted(prio_queue.keys(), - key=lambda hostkey: REQUEST_DELAY[hostkey]): - queue = self._queues[prio][hostkey] - if not queue: - del(self._queues[prio][hostkey]) - continue - wait, d = self._get_delay_to_next_request(hostkey) - if not wait: - queue.popleft()() - if d < delay: - delay = d - if delay < sys.maxsize: - self._timer_run_next_task.start(delay) - - def add_task(self, func, host, port, priority, important=False): - hostkey = (host, port) - prio = int(priority) # priority is a boolean - if important: - self._queues[prio][hostkey].appendleft(func) - else: - self._queues[prio][hostkey].append(func) - if not self._timer_run_next_task.isActive(): - self._timer_run_next_task.start(0) - if not self._timer_count_pending_requests.isActive(): - self._timer_count_pending_requests.start(0) - return (hostkey, func, prio) - - def remove_task(self, task): - hostkey, func, prio = task - try: - self._queues[prio][hostkey].remove(func) - if not self._timer_count_pending_requests.isActive(): - self._timer_count_pending_requests.start(0) - except: - pass - - def _get_by_id(self, entitytype, entityid, handler, inc=[], queryargs=None, - priority=False, important=False, mblogin=False, refresh=False): - host = config.setting["server_host"] - port = config.setting["server_port"] - path = "/ws/2/%s/%s" % (entitytype, entityid) - if queryargs is None: - queryargs = {} - if inc: - queryargs["inc"] = "+".join(inc) - return self.get(host, port, path, handler, - priority=priority, important=important, mblogin=mblogin, - refresh=refresh, queryargs=queryargs) - - def get_release_by_id(self, releaseid, handler, inc=[], - priority=False, important=False, mblogin=False, refresh=False): - return self._get_by_id('release', releaseid, handler, inc, - priority=priority, important=important, mblogin=mblogin, refresh=refresh) - - def get_track_by_id(self, trackid, handler, inc=[], - priority=False, important=False, mblogin=False, refresh=False): - return self._get_by_id('recording', trackid, handler, inc, - priority=priority, important=important, mblogin=mblogin, refresh=refresh) - - def lookup_discid(self, discid, handler, priority=True, important=True, refresh=False): - inc = ['artist-credits', 'labels'] - return self._get_by_id('discid', discid, handler, inc, queryargs={"cdstubs": "no"}, - priority=priority, important=important, refresh=refresh) - - def _find(self, entitytype, handler, **kwargs): - host = config.setting["server_host"] - port = config.setting["server_port"] - filters = [] - - limit = kwargs.pop("limit") - if limit: - filters.append(("limit", limit)) - - is_search = kwargs.pop("search", False) - if is_search: - if config.setting["use_adv_search_syntax"]: - query = kwargs["query"] - else: - query = escape_lucene_query(kwargs["query"]).strip().lower() - filters.append(("dismax", 'true')) - else: - query = [] - for name, value in kwargs.items(): - value = escape_lucene_query(value).strip().lower() - if value: - query.append('%s:(%s)' % (name, value)) - query = ' '.join(query) - - if query: - filters.append(("query", query)) - queryargs = {} - for name, value in filters: - value = QUrl.toPercentEncoding(unicode(value)) - queryargs[str(name)] = value - path = "/ws/2/%s" % (entitytype) - return self.get(host, port, path, handler, queryargs=queryargs, - xml=True, priority=True, important=True, mblogin=False, - cacheloadcontrol=None, refresh=False) - - def find_releases(self, handler, **kwargs): - return self._find('release', handler, **kwargs) - - def find_tracks(self, handler, **kwargs): - return self._find('recording', handler, **kwargs) - - def find_artists(self, handler, **kwargs): - return self._find('artist', handler, **kwargs) - - def _browse(self, entitytype, handler, inc=[], **kwargs): - host = config.setting["server_host"] - port = config.setting["server_port"] - path = "/ws/2/%s" % (entitytype) - queryargs = kwargs - if inc: - queryargs["inc"] = "+".join(inc) - return self.get(host, port, path, handler, queryargs=queryargs, - xml=True, priority=True, important=True, mblogin=False, - cacheloadcontrol=None, refresh=False) - - def browse_releases(self, handler, **kwargs): - inc = ["media", "labels"] - return self._browse("release", handler, inc, **kwargs) - - def submit_ratings(self, ratings, handler): - host = config.setting['server_host'] - port = config.setting['server_port'] - path = '/ws/2/rating/' - params = {"client": CLIENT_STRING} - recordings = (''.join(['%s' % - (i[1], j*20) for i, j in ratings.items() if i[0] == 'recording'])) - data = _wrap_xml_metadata('%s' % recordings) - return self.post(host, port, path, data, handler, priority=True, queryargs=params) - - def _encode_acoustid_args(self, args, format='xml'): - filters = [] - args['client'] = ACOUSTID_KEY - args['clientversion'] = PICARD_VERSION_STR - args['format'] = format - for name, value in args.items(): - value = str(QUrl.toPercentEncoding(value)) - filters.append('%s=%s' % (str(name), value)) - return '&'.join(filters) - - def query_acoustid(self, handler, **args): - host, port = ACOUSTID_HOST, ACOUSTID_PORT - body = self._encode_acoustid_args(args) - return self.post(host, port, '/v2/lookup', body, handler, priority=False, important=False, mblogin=False) - - def submit_acoustid_fingerprints(self, submissions, handler): - args = {'user': config.setting["acoustid_apikey"]} - for i, submission in enumerate(submissions): - args['fingerprint.%d' % i] = str(submission.fingerprint) - args['duration.%d' % i] = str(submission.duration) - args['mbid.%d' % i] = str(submission.recordingid) - if submission.puid: - args['puid.%d' % i] = str(submission.puid) - host, port = ACOUSTID_HOST, ACOUSTID_PORT - body = self._encode_acoustid_args(args, format='json') - return self.post(host, port, '/v2/submit', body, handler, priority=True, important=False, mblogin=False) - - def download(self, host, port, path, handler, priority=False, - important=False, cacheloadcontrol=None, refresh=False, - queryargs=None): - return self.get(host, port, path, handler, xml=False, - priority=priority, important=important, - cacheloadcontrol=cacheloadcontrol, refresh=refresh, - queryargs=queryargs) - - def get_collection(self, id, handler, limit=100, offset=0): - host, port = config.setting['server_host'], config.setting['server_port'] - path = "/ws/2/collection" - queryargs = None - if id is not None: - inc = ["releases", "artist-credits", "media"] - path += "/%s/releases" % (id) - queryargs = {} - queryargs["inc"] = "+".join(inc) - queryargs["limit"] = limit - queryargs["offset"] = offset - return self.get(host, port, path, handler, priority=True, important=True, - mblogin=True, queryargs=queryargs) - - def get_collection_list(self, handler): - return self.get_collection(None, handler) - - def _collection_request(self, id, releases): - while releases: - ids = ";".join(releases if len(releases) <= 400 else releases[:400]) - releases = releases[400:] - yield "/ws/2/collection/%s/releases/%s" % (id, ids) - - def _get_client_queryarg(self): - return {"client": CLIENT_STRING} - - - def put_to_collection(self, id, releases, handler): - host, port = config.setting['server_host'], config.setting['server_port'] - for path in self._collection_request(id, releases): - self.put(host, port, path, "", handler, - queryargs=self._get_client_queryarg()) - - def delete_from_collection(self, id, releases, handler): - host, port = config.setting['server_host'], config.setting['server_port'] - for path in self._collection_request(id, releases): - self.delete(host, port, path, handler, - queryargs=self._get_client_queryarg()) Binary files /tmp/tmpUIA_A1/Q9UUDCHIbj/picard-1.4.2/picard.ico and /tmp/tmpUIA_A1/zELX_3VG94/picard-2.0.0/picard.ico differ diff -Nru picard-1.4.2/picard.spec picard-2.0.0/picard.spec --- picard-1.4.2/picard.spec 1970-01-01 00:00:00.000000000 +0000 +++ picard-2.0.0/picard.spec 2018-07-18 13:28:22.000000000 +0000 @@ -0,0 +1,82 @@ +# -*- mode: python -*- + +import os +import glob +import platform + + +def _picard_get_locale_files(): + locales = [] + path_domain = { + 'po': 'picard', + os.path.join('po', 'countries'): 'picard-countries', + os.path.join('po', 'attributes'): 'picard-attributes', + } + for path, domain in path_domain.items(): + for filepath in glob.glob(os.path.join(path, '*.po')): + filename = os.path.basename(filepath) + locale = os.path.splitext(filename)[0] + locales.append((domain, locale, filepath)) + return locales + + +def get_locale_messages(): + data_files = [] + for locale in _picard_get_locale_files(): + data_files.append( + (os.path.join("build", "locale", locale[1], "LC_MESSAGES" , locale[0] + ".mo"), + os.path.join("locale", locale[1], "LC_MESSAGES"))) + return data_files + + +block_cipher = None +os_name = platform.system() +binaries = [] + +data_files = get_locale_messages() + +fpcalc_name = 'fpcalc' +if os_name == 'Windows': + fpcalc_name = 'fpcalc.exe' + binaries += [('discid.dll', '')] + +if os_name == 'Darwin': + binaries += [('libdiscid.0.dylib', '')] + +if os.path.isfile(fpcalc_name): + binaries += [(fpcalc_name, '')] + + +a = Analysis(['tagger.py'], + pathex=['picard'], + binaries=binaries, + datas=data_files, + hiddenimports=[], + hookspath=[], + runtime_hooks=[], + excludes=[], + win_no_prefer_redirects=False, + win_private_assemblies=False, + cipher=block_cipher) +pyz = PYZ(a.pure, a.zipped_data, + cipher=block_cipher) +exe = EXE(pyz, + a.scripts, + a.binaries, + a.zipfiles, + a.datas, + name='picard', + debug=False, + strip=False, + runtime_tmpdir=None, + console=False, + icon='picard.ico', + ) +if platform.system() == 'Darwin': + info_plist = {'NSHighResolutionCapable': 'True', 'NSPrincipalClass': 'NSApplication'} + app = BUNDLE(exe, + name='MusicBrainz Picard.app', + icon='picard.icns', + bundle_identifier=None, + info_plist=info_plist + ) diff -Nru picard-1.4.2/po/ar.po picard-2.0.0/po/ar.po --- picard-1.4.2/po/ar.po 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/po/ar.po 2018-07-18 13:28:22.000000000 +0000 @@ -1,2809 +1,2713 @@ -# Translations template for PROJECT. -# Copyright (C) 2012 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. +# Translations template for picard. +# Copyright (C) 2018 ORGANIZATION +# This file is distributed under the same license as the picard project. # # Translators: -# FIRST AUTHOR , 2009. +# FIRST AUTHOR , 2009 +# صفا الفليج , 2018 msgid "" msgstr "" "Project-Id-Version: MusicBrainz\n" -"Report-Msgid-Bugs-To: http://tickets.musicbrainz.org/\n" -"POT-Creation-Date: 2012-08-28 15:50+0200\n" -"PO-Revision-Date: 2012-08-29 08:53+0000\n" -"Last-Translator: Lukáš Lalinský \n" -"Language-Team: LANGUAGE \n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2018-05-29 09:44+0200\n" +"PO-Revision-Date: 2018-05-30 11:38+0000\n" +"Last-Translator: صفا الفليج \n" +"Language-Team: Arabic (http://www.transifex.com/musicbrainz/musicbrainz/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" +"Generated-By: Babel 2.5.3\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: contrib/plugins/no_release.py:48 -msgid "Enable plugin for all releases by default" -msgstr "" +#: picard/album.py:73 +msgid "Unmatched Files" +msgstr "الملفات غير المطابقة" -#: contrib/plugins/no_release.py:49 -msgid "Tags to strip (comma-separated)" -msgstr "" +#: picard/album.py:206 +#, python-format +msgid "[could not load album %s]" +msgstr "[تعذّر تحميل الألبوم %s]" -#: contrib/plugins/no_release.py:59 -msgid "Remove specific release information..." -msgstr "" +#: picard/album.py:298 +#, python-format +msgid "Album %(id)s loaded: %(artist)s - %(album)s" +msgstr "حُمّل الألبوم %(id)s: ‏%(artist)s - ‏%(album)s" -#: contrib/plugins/open_in_gui.py:30 -msgid "Open Error" -msgstr "" +#: picard/album.py:341 +#, python-format +msgid "Loading album %(id)s ..." +msgstr "يحمّل الألبوم %(id)s..." + +#: picard/album.py:345 +msgid "[loading album information]" +msgstr "[يحمّل معلومات الألبوم]" -#: contrib/plugins/open_in_gui.py:30 +#: picard/album.py:545 #, python-format -msgid "" -"Error while opening file:\n" -"\n" -"%s" -msgstr "" +msgid "; %i image" +msgid_plural "; %i images" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:115 -msgid "Last.fm" -msgstr "" +#: picard/album.py:548 +#, python-format +msgid "; %i image not in all tracks" +msgid_plural "; %i different images among tracks" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:116 -msgid "Use track tags" +#: picard/cluster.py:185 picard/cluster.py:198 +#, python-format +msgid "No matching releases for cluster %(album)s" msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:117 -msgid "Use artist tags" +#: picard/cluster.py:204 +#, python-format +msgid "Cluster %(album)s identified!" msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:118 -#: picard/ui/options/tags.py:30 -msgid "Tags" +#: picard/cluster.py:215 +#, python-format +msgid "Looking up the metadata for cluster %(album)s..." msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:119 -#: picard/ui/ui_options_folksonomy.py:107 -msgid "Ignore tags:" +#: picard/cluster.py:294 +msgid "Unclustered Files" msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:120 -#: picard/ui/ui_options_folksonomy.py:112 -msgid "Join multiple tags with:" -msgstr "" +#: picard/collection.py:67 +#, python-format +msgid "Added %(count)i release to collection \"%(name)s\"" +msgid_plural "Added %(count)i releases to collection \"%(name)s\"" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:121 -#: picard/ui/ui_options_folksonomy.py:113 -msgid " / " -msgstr "" +#: picard/collection.py:89 +#, python-format +msgid "Removed %(count)i release from collection \"%(name)s\"" +msgid_plural "Removed %(count)i releases from collection \"%(name)s\"" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:122 -#: picard/ui/ui_options_folksonomy.py:114 -msgid ", " +#: picard/collection.py:104 +#, python-format +msgid "Error loading collections: %(error)s" +msgstr "عُطل أثناء تحميل التجميعات: %(error)s" + +#: picard/config_upgrade.py:57 picard/config_upgrade.py:70 +msgid "Various Artists file naming scheme removal" msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:123 -#: picard/ui/ui_options_folksonomy.py:109 -msgid "Minimal tag usage:" +#: picard/config_upgrade.py:58 +msgid "" +"The separate file naming scheme for various artists albums has been removed in this version of Picard.\n" +"Your file naming scheme has automatically been merged with that of single artist albums." msgstr "" -#: contrib/plugins/lastfm/ui_options_lastfm.py:124 -#: picard/ui/ui_options_folksonomy.py:110 picard/ui/ui_options_matching.py:79 -#: picard/ui/ui_options_matching.py:80 picard/ui/ui_options_matching.py:81 -msgid " %" +#: picard/config_upgrade.py:71 +msgid "" +"The separate file naming scheme for various artists albums has been removed in this version of Picard.\n" +"You currently do not use this option, but have a separate file naming scheme defined.\n" +"Do you want to remove it or merge it with your file naming scheme for single artist albums?" msgstr "" -#: contrib/plugins/replaygain/__init__.py:48 -msgid "Calculate replay &gain..." +#: picard/config_upgrade.py:77 +msgid "Merge" msgstr "" -#: contrib/plugins/replaygain/__init__.py:65 +#: picard/config_upgrade.py:77 picard/ui/metadatabox.py:340 +#: picard/ui/options/interface.py:79 picard/ui/ui_options_interface.py:142 +msgid "Remove" +msgstr "أزِل" + +#: picard/config_upgrade.py:199 picard/ui/options/scripting.py:30 #, python-format -msgid "Calculating replay gain for \"%s\"..." +msgid "My script %d" msgstr "" -#: contrib/plugins/replaygain/__init__.py:70 +#: picard/file.py:591 #, python-format -msgid "Replay gain for \"%s\" successfully calculated." -msgstr "" +msgid "No matching tracks for file '%(filename)s'" +msgstr "لا مقطوعات تطابق الملف ”%(filename)s“" -#: contrib/plugins/replaygain/__init__.py:72 +#: picard/file.py:604 #, python-format -msgid "Could not calculate replay gain for \"%s\"." +msgid "No matching tracks above the threshold for file '%(filename)s'" msgstr "" -#: contrib/plugins/replaygain/__init__.py:75 -msgid "Calculate album &gain..." -msgstr "" +#: picard/file.py:612 +#, python-format +msgid "File '%(filename)s' identified!" +msgstr "عُرّف الملف ”%(filename)s“!" -#: contrib/plugins/replaygain/__init__.py:98 +#: picard/file.py:633 #, python-format -msgid "Calculating album gain for \"%s\"..." -msgstr "" +msgid "Looking up the metadata for file %(filename)s ..." +msgstr "يبحث عن معلومات وصفية للملف %(filename)s..." -#: contrib/plugins/replaygain/__init__.py:106 +#: picard/plugin.py:465 #, python-format -msgid "Album gain for \"%s\" successfully calculated." +msgid "Error loading plugins list: %(error)s" +msgstr "عُطل أثناء تحميل قائمة الملحقات: %(error)s" + +#: picard/releasegroup.py:53 picard/ui/searchdialog/album.py:136 +msgid "Tracks" +msgstr "المقطوعات" + +#: picard/releasegroup.py:54 +msgid "Year" +msgstr "السنة" + +#: picard/releasegroup.py:55 picard/ui/cdlookup.py:51 +#: picard/ui/searchdialog/album.py:138 picard/ui/searchdialog/track.py:58 +msgid "Country" +msgstr "البلد" + +#: picard/releasegroup.py:56 picard/ui/searchdialog/album.py:135 +msgid "Format" msgstr "" -#: contrib/plugins/replaygain/__init__.py:108 -#, python-format -msgid "Could not calculate album gain for \"%s\"." +#: picard/releasegroup.py:57 +msgid "Label" msgstr "" -#: picard/acoustid.py:116 +#: picard/releasegroup.py:58 +msgid "Cat No" +msgstr "رقم الكتالوج" + +#: picard/releasegroup.py:85 +msgid "[no barcode]" +msgstr "[لا باركود]" + +#: picard/releasegroup.py:99 +msgid "[no release info]" +msgstr "[لا معلومات إصدار]" + +#: picard/tagger.py:415 picard/tagger.py:448 #, python-format -msgid "Could not find AcoustID for file %s" -msgstr "" +msgid "Adding %(count)d file from '%(directory)s' ..." +msgid_plural "Adding %(count)d files from '%(directory)s' ..." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/acoustid.py:120 picard/musicdns/__init__.py:103 +#: picard/tagger.py:617 #, python-format -msgid "Looking up the fingerprint for file %s..." -msgstr "" +msgid "Removing album %(id)s: %(artist)s - %(album)s" +msgstr "يُزيل الألبوم %(id)s: ‏%(artist)s - ‏%(album)s" -#: picard/acoustidmanager.py:78 -msgid "Submitting AcoustIDs..." +#: picard/tagger.py:635 +msgid "CD Lookup Error" msgstr "" -#: picard/acoustidmanager.py:83 +#: picard/tagger.py:636 #, python-format -msgid "AcoustID submission failed: %s" -msgstr "" +msgid "" +"Error while reading CD:\n" +"\n" +"%s" +msgstr "عطل أثناء قراءة الأسطوانة:\n\n%s" -#: picard/acoustidmanager.py:85 -msgid "AcoustIDs successfully submitted!" +#: picard/acoustid/__init__.py:63 +#, python-format +msgid "AcoustID lookup network error for '%(filename)s'!" msgstr "" -#: picard/album.py:55 picard/cluster.py:260 -msgid "Unmatched Files" +#: picard/acoustid/__init__.py:90 +#, python-format +msgid "AcoustID lookup failed for '%(filename)s'!" msgstr "" -#: picard/album.py:180 +#: picard/acoustid/__init__.py:112 #, python-format -msgid "[could not load album %s]" +msgid "AcoustID lookup returned no result for file '%(filename)s'" msgstr "" -#: picard/album.py:266 +#: picard/acoustid/__init__.py:123 #, python-format -msgid "Album %s loaded" +msgid "Looking up the fingerprint for file '%(filename)s' ..." msgstr "" -#: picard/album.py:282 -msgid "[loading album information]" -msgstr "تحميل معلومات الألبوم" +#: picard/acoustid/manager.py:79 +msgid "Submitting AcoustIDs ..." +msgstr "" -#: picard/cluster.py:177 picard/cluster.py:188 +#: picard/acoustid/manager.py:100 #, python-format -msgid "No matching releases for cluster %s" +msgid "AcoustID submission failed with error '%(error)s': %(message)s" msgstr "" -#: picard/cluster.py:190 -#, python-format -msgid "Cluster %s identified!" +#: picard/acoustid/manager.py:108 +msgid "AcoustIDs successfully submitted." msgstr "" -#: picard/cluster.py:195 -#, python-format -msgid "Looking up the metadata for cluster %s..." +#: picard/const/languages.py:31 +msgid "Danish" msgstr "" -#: picard/const.py:39 -msgid "CD" -msgstr "قرص مدمج" +#: picard/const/languages.py:32 +msgid "German" +msgstr "الألمانية" -#: picard/const.py:40 -msgid "CD-R" -msgstr "" +#: picard/const/languages.py:34 +msgid "English" +msgstr "الإنجليزية" -#: picard/const.py:41 -msgid "HDCD" -msgstr "" +#: picard/const/languages.py:35 +msgid "English (Canada)" +msgstr "الإنجليزية (كندا)" -#: picard/const.py:42 -msgid "8cm CD" -msgstr "" +#: picard/const/languages.py:36 +msgid "English (UK)" +msgstr "الإنجليزية (المملكة المتحدة)" -#: picard/const.py:43 -msgid "Vinyl" -msgstr "Vinyl" +#: picard/const/languages.py:38 +msgid "Spanish" +msgstr "الإسبانية" -#: picard/const.py:44 -msgid "7\" Vinyl" +#: picard/const/languages.py:39 +msgid "Estonian" msgstr "" -#: picard/const.py:45 -msgid "10\" Vinyl" +#: picard/const/languages.py:41 +msgid "Finnish" msgstr "" -#: picard/const.py:46 -msgid "12\" Vinyl" -msgstr "" +#: picard/const/languages.py:43 +msgid "French" +msgstr "الفرنسية" + +#: picard/const/languages.py:52 +msgid "Italian" +msgstr "الإيطالية" -#: picard/const.py:47 -msgid "Digital Media" -msgstr "وسائط رقمية" +#: picard/const/languages.py:57 +msgid "Norwegian Bokmal" +msgstr "النرويجية البوكمالية" -#: picard/const.py:48 -msgid "USB Flash Drive" +#: picard/const/languages.py:59 +msgid "Dutch" msgstr "" -#: picard/const.py:49 -msgid "slotMusic" +#: picard/const/languages.py:61 +msgid "Polish" msgstr "" -#: picard/const.py:50 -msgid "Cassette" -msgstr "Cassette" +#: picard/const/languages.py:63 +msgid "Brazilian Portuguese" +msgstr "البرتغالية البرازيلية" -#: picard/const.py:51 -msgid "DVD" -msgstr "دي‌ڤي‌دي" +#: picard/const/languages.py:70 +msgid "Swedish" +msgstr "السويدية" -#: picard/const.py:52 -msgid "DVD-Audio" +#: picard/const/languages.py:75 +msgid "Traditional Chinese" msgstr "" -#: picard/const.py:53 -msgid "DVD-Video" +#: picard/coverart/__init__.py:98 +#, python-format +msgid "Cover art of type '%(type)s' downloaded for %(albumid)s from %(host)s" msgstr "" -#: picard/const.py:54 -msgid "SACD" -msgstr "SACD" +#: picard/coverart/__init__.py:185 +#, python-format +msgid "" +"Downloading cover art of type '%(type)s' for %(albumid)s from %(host)s ..." +msgstr "" -#: picard/const.py:55 -msgid "DualDisc" +#: picard/coverart/utils.py:31 +msgid "Unknown" msgstr "" -#: picard/const.py:56 -msgid "MiniDisc" -msgstr "MiniDisc" +#: picard/coverart/providers/amazon.py:91 +msgid "Amazon" +msgstr "أمازون" -#: picard/const.py:57 -msgid "Blu-ray" -msgstr "" +#: picard/coverart/providers/caa.py:41 +msgid "250 px" +msgstr "250 بكسل" -#: picard/const.py:58 -msgid "HD-DVD" -msgstr "" +#: picard/coverart/providers/caa.py:42 +msgid "500 px" +msgstr "500 بكسل" -#: picard/const.py:59 -msgid "Videotape" +#: picard/coverart/providers/caa.py:43 +msgid "1200 px" msgstr "" -#: picard/const.py:60 -msgid "VHS" -msgstr "" +#: picard/coverart/providers/caa.py:44 +msgid "Full size" +msgstr "المقاس الكامل" -#: picard/const.py:61 -msgid "Betamax" +#: picard/coverart/providers/caa.py:79 +msgid "Cover art types" msgstr "" -#: picard/const.py:62 -msgid "VCD" +#: picard/coverart/providers/caa.py:109 +msgid "Chec&k all" msgstr "" -#: picard/const.py:63 -msgid "SVCD" +#: picard/coverart/providers/caa.py:110 +msgid "&Uncheck all" msgstr "" -#: picard/const.py:64 -msgid "UMD" +#: picard/coverart/providers/caa.py:220 +msgid "Cover Art Archive" msgstr "" -#: picard/const.py:65 picard/ui/ui_options_releases.py:226 -msgid "Other" -msgstr "أخرى" - -#: picard/const.py:66 -msgid "LaserDisc" +#: picard/coverart/providers/caa_release_group.py:38 +msgid "CAA Release Group" msgstr "" -#: picard/const.py:67 -msgid "Cartridge" +#: picard/coverart/providers/local.py:63 +msgid "Local Files" msgstr "" -#: picard/const.py:68 -msgid "Reel-to-reel" +#: picard/coverart/providers/whitelist.py:37 +msgid "Whitelist" msgstr "" -#: picard/const.py:69 -msgid "DAT" -msgstr "DAT" +#: picard/ui/cdlookup.py:51 picard/ui/mainwindow.py:640 picard/util/tags.py:21 +msgid "Album" +msgstr "الألبوم" + +#: picard/ui/cdlookup.py:51 picard/ui/itemviews.py:96 +#: picard/ui/mainwindow.py:641 picard/ui/searchdialog/album.py:134 +#: picard/ui/searchdialog/track.py:55 picard/util/tags.py:22 +msgid "Artist" +msgstr "الفنّان" + +#: picard/ui/cdlookup.py:51 picard/ui/searchdialog/album.py:137 +#: picard/ui/searchdialog/track.py:57 picard/util/tags.py:24 +msgid "Date" +msgstr "التاريخ" -#: picard/const.py:70 -msgid "Wax Cylinder" +#: picard/ui/cdlookup.py:52 picard/ui/searchdialog/album.py:139 +msgid "Labels" msgstr "" -#: picard/const.py:71 -msgid "Piano Roll" +#: picard/ui/cdlookup.py:52 picard/ui/searchdialog/album.py:140 +msgid "Catalog #s" msgstr "" -#: picard/const.py:72 -msgid "DCC" +#: picard/ui/cdlookup.py:52 picard/ui/searchdialog/album.py:141 +#: picard/util/tags.py:79 +msgid "Barcode" msgstr "" -#: picard/const.py:77 -msgid "Bangladesh" -msgstr "بنجلاديش" +#: picard/ui/collectionmenu.py:42 +msgid "Refresh List" +msgstr "أنعِش القائمة" + +#: picard/ui/collectionmenu.py:86 +#, python-format +msgid "%s (%i release)" +msgid_plural "%s (%i releases)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/const.py:78 -msgid "Belgium" -msgstr "بلجيكا" +#: picard/ui/coverartbox.py:242 +msgid "View release on MusicBrainz" +msgstr "اعرض الإصدار على MusicBrainz" -#: picard/const.py:79 -msgid "Burkina Faso" -msgstr "بوركينا فاسو" +#: picard/ui/coverartbox.py:248 +msgid "Common images on all tracks" +msgstr "" -#: picard/const.py:80 -msgid "Bulgaria" -msgstr "بلغاريا" +#: picard/ui/coverartbox.py:250 +msgid "Tracks contain different images" +msgstr "تحتوي المقطوعات صورا مختلفة" -#: picard/const.py:81 -msgid "Barbados" -msgstr "باربادوس" +#: picard/ui/coverartbox.py:290 +msgid "Show more details" +msgstr "اعرض تفاصيل أكثر" -#: picard/const.py:82 -msgid "Wallis and Futuna Islands" +#: picard/ui/coverartbox.py:327 +msgid "New Cover Art" msgstr "" -#: picard/const.py:83 -msgid "Bermuda" -msgstr "برمودا" +#: picard/ui/coverartbox.py:328 +msgid "Original Cover Art" +msgstr "" -#: picard/const.py:84 -msgid "Brunei Darussalam" -msgstr "بروناي دار السّلام" +#: picard/ui/coverartbox.py:446 +msgid "Show more details..." +msgstr "اعرض تفاصيل أكثر..." -#: picard/const.py:85 -msgid "Bolivia" -msgstr "بوليفيا" +#: picard/ui/coverartbox.py:452 +msgid "Keep original cover art" +msgstr "" -#: picard/const.py:86 -msgid "Bahrain" -msgstr "البحرين" +#: picard/ui/coverartbox.py:461 +msgid "Replace front cover art on drop" +msgstr "" -#: picard/const.py:87 -msgid "Burundi" -msgstr "بوروندي" +#: picard/ui/coverartbox.py:466 +msgid "Append front cover art on drop" +msgstr "" -#: picard/const.py:88 -msgid "Benin" -msgstr "بينين" +#: picard/ui/filebrowser.py:44 +msgid "&Move Tagged Files Here" +msgstr "ا&نقل الملفات الموسومة هنا" -#: picard/const.py:89 -msgid "Bhutan" -msgstr "بوتان" +#: picard/ui/filebrowser.py:47 +msgid "Show &Hidden Files" +msgstr "اعرض الملفات الم&خفية" -#: picard/const.py:90 -msgid "Jamaica" -msgstr "جامايكا" +#: picard/ui/filebrowser.py:52 +msgid "&Set as starting directory" +msgstr "ا&ضبط كدليل البدء" -#: picard/const.py:91 -msgid "Bouvet Island" -msgstr "جزيرة بوفي" +#: picard/ui/infodialog.py:77 +msgid "Existing Cover" +msgstr "" -#: picard/const.py:92 -msgid "Botswana" -msgstr "بوتسوانا" +#: picard/ui/infodialog.py:77 picard/ui/infodialog.py:82 +#: picard/ui/searchdialog/album.py:143 picard/ui/searchdialog/artist.py:44 +#: picard/ui/searchdialog/track.py:59 +msgid "Type" +msgstr "النوع" -#: picard/const.py:93 -msgid "Samoa" -msgstr "ساماوا" +#: picard/ui/infodialog.py:78 +msgid "New Cover" +msgstr "" -#: picard/const.py:94 -msgid "Brazil" -msgstr "البرازيل" +#: picard/ui/infodialog.py:82 picard/ui/searchdialog/album.py:145 +msgid "Cover" +msgstr "الغلاف" -#: picard/const.py:95 -msgid "Bahamas" -msgstr "جزر الباهاما" +#: picard/ui/infodialog.py:129 picard/ui/infodialog.py:273 +#: picard/ui/options/interface.py:75 +msgid "Info" +msgstr "معلومات" -#: picard/const.py:96 -msgid "Belarus" -msgstr "روسيا البيضاء" +#: picard/ui/infodialog.py:173 +#, python-format +msgid "" +"Double-click to open in external viewer\n" +"Temporary file: %s\n" +"Source: %s" +msgstr "" -#: picard/const.py:97 -msgid "Belize" -msgstr "بيليز" +#: picard/ui/infodialog.py:238 +msgid "Filename:" +msgstr "اسم الملف" -#: picard/const.py:98 -msgid "Russian Federation" -msgstr "روسيا" +#: picard/ui/infodialog.py:240 +msgid "Format:" +msgstr "النسق:" -#: picard/const.py:99 -msgid "Rwanda" -msgstr "راوندا" +#: picard/ui/infodialog.py:244 +msgid "Size:" +msgstr "الحجم:" -#: picard/const.py:100 -msgid "Reunion" -msgstr "" +#: picard/ui/infodialog.py:248 +msgid "Length:" +msgstr "الطول:" -#: picard/const.py:101 -msgid "Turkmenistan" -msgstr "تركمانستان" +#: picard/ui/infodialog.py:250 +msgid "Bitrate:" +msgstr "معدّل البت:" -#: picard/const.py:102 -msgid "Tajikistan" -msgstr "طاجاكستان" +#: picard/ui/infodialog.py:252 +msgid "Sample rate:" +msgstr "" -#: picard/const.py:103 -msgid "Romania" -msgstr "رومانيا" +#: picard/ui/infodialog.py:254 +msgid "Bits per sample:" +msgstr "" -#: picard/const.py:104 -msgid "Tokelau" +#: picard/ui/infodialog.py:258 +msgid "Mono" msgstr "" -#: picard/const.py:105 -msgid "Guinea-Bissa" -msgstr "غينيا-بيساو" +#: picard/ui/infodialog.py:260 +msgid "Stereo" +msgstr "" -#: picard/const.py:106 -msgid "Guam" -msgstr "غوام" +#: picard/ui/infodialog.py:263 +msgid "Channels:" +msgstr "القنوات:" -#: picard/const.py:107 -msgid "Guatemala" -msgstr "غواتيمالا" +#: picard/ui/infodialog.py:285 +msgid "Album Info" +msgstr "معلومات الألبو" + +#: picard/ui/infodialog.py:293 +msgid "&Errors" +msgstr "الأ&خطاء" + +#: picard/ui/infodialog.py:303 picard/ui/infodialog.py:319 +#: picard/ui/infodialog.py:323 picard/ui/infodialog.py:342 +#: picard/ui/ui_infodialog.py:58 +msgid "&Info" +msgstr "م&علوما" -#: picard/const.py:108 -msgid "Greece" -msgstr "اليونان" +#: picard/ui/infodialog.py:311 +msgid "Track Info" +msgstr "معلومات الوسيط" -#: picard/const.py:109 -msgid "Equatorial Guinea" -msgstr "غينيا الاستوائية" +#: picard/ui/infodialog.py:324 +#, python-format +msgid "%i file in this track" +msgid_plural "%i files in this track" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/const.py:110 -msgid "Guadeloupe" -msgstr "جوادلوب" +#: picard/ui/infodialog.py:335 +msgid "Cluster Info" +msgstr "" -#: picard/const.py:111 -msgid "Japan" -msgstr "اليابان" +#: picard/ui/infodialog.py:344 +msgid "Album:" +msgstr "الألبوم:" -#: picard/const.py:112 -msgid "Guyana" -msgstr "غويانا" +#: picard/ui/infodialog.py:346 +msgid "Artist:" +msgstr "الفنان:" -#: picard/const.py:113 -msgid "French Guiana" -msgstr "جويانا الفرنسية" +#: picard/ui/infodialog.py:363 +msgid "Tracklist:" +msgstr "قائمة المقطوعات:" -#: picard/const.py:114 -msgid "Georgia" -msgstr "جورجيا" +#: picard/ui/infostatus.py:50 picard/ui/options/plugins.py:357 +msgid "Files" +msgstr "الملفات" -#: picard/const.py:115 -msgid "Grenada" -msgstr "" +#: picard/ui/infostatus.py:51 +msgid "Albums" +msgstr "الألبومات" -#: picard/const.py:116 -msgid "United Kingdom" -msgstr "المملكة المتحدة" +#: picard/ui/infostatus.py:52 +msgid "Pending files" +msgstr "الملفات المرجأة" -#: picard/const.py:117 -msgid "Gabon" -msgstr "الجابون" +#: picard/ui/infostatus.py:53 +msgid "Pending requests" +msgstr "الطلبات المرجأة" -#: picard/const.py:118 -msgid "El Salvador" -msgstr "السلفادور" +#: picard/ui/itemviews.py:94 picard/util/tags.py:23 +msgid "Title" +msgstr "العنوان" -#: picard/const.py:119 -msgid "Guinea" -msgstr "غينيا" +#: picard/ui/itemviews.py:95 picard/ui/searchdialog/track.py:54 +#: picard/util/tags.py:87 +msgid "Length" +msgstr "الطول" -#: picard/const.py:120 -msgid "Gambia" -msgstr "جامبيا" +#: picard/ui/itemviews.py:163 +msgid "Bad match" +msgstr "مطابقة سيئة" -#: picard/const.py:121 -msgid "Greenland" -msgstr "جرينلاند" +#: picard/ui/itemviews.py:164 +msgid "Poor match" +msgstr "مطابقة ضعيفة" -#: picard/const.py:122 -msgid "Gibraltar" -msgstr "" +#: picard/ui/itemviews.py:165 +msgid "Ok match" +msgstr "مطابقة لا بأس بها" -#: picard/const.py:123 -msgid "Ghana" -msgstr "غانا" +#: picard/ui/itemviews.py:166 +msgid "Good match" +msgstr "مطابقة جيد" -#: picard/const.py:124 -msgid "Oman" -msgstr "عُمان" +#: picard/ui/itemviews.py:167 +msgid "Great match" +msgstr "مطابقة رائعة" -#: picard/const.py:125 -msgid "Tunisia" -msgstr "تونس" +#: picard/ui/itemviews.py:168 +msgid "Excellent match" +msgstr "مطابقة ممتازة" -#: picard/const.py:126 -msgid "Jordan" -msgstr "الأردن" +#: picard/ui/itemviews.py:244 +msgid "&Expand all" +msgstr "و&سّع الكل" -#: picard/const.py:127 -msgid "Haiti" -msgstr "هاييتي" +#: picard/ui/itemviews.py:246 +msgid "&Collapse all" +msgstr "ا&طوِ الكل" -#: picard/const.py:128 -msgid "Hungary" -msgstr "هنغاريا" +#: picard/ui/itemviews.py:248 +msgid "Select &all" +msgstr "حدّد ال&كل" -#: picard/const.py:129 -msgid "Hong Kong" -msgstr "هونج كونج" +#: picard/ui/itemviews.py:250 +msgid "Ctrl+A" +msgstr "Ctrl+A" -#: picard/const.py:130 -msgid "Honduras" -msgstr "هندوراس" +#: picard/ui/itemviews.py:316 +msgid "&Other versions" +msgstr "إصدارات أ&خرى" -#: picard/const.py:131 -msgid "Heard and Mc Donald Islands" -msgstr "" +#: picard/ui/itemviews.py:319 +msgid "Loading..." +msgstr "يحمّل..." -#: picard/const.py:132 -msgid "Venezuela" -msgstr "فنزويلا" +#: picard/ui/itemviews.py:384 +msgid "Collections" +msgstr "التجميعات" -#: picard/const.py:133 -msgid "Puerto Rico" -msgstr "بورتو ريكو" +#: picard/ui/itemviews.py:387 +msgid "P&lugins" +msgstr "الملح&قات" -#: picard/const.py:134 -msgid "Palau" +#: picard/ui/itemviews.py:557 +msgid "file view" msgstr "" -#: picard/const.py:135 -msgid "Portugal" -msgstr "البرتغال" +#: picard/ui/itemviews.py:558 +msgid "Contains unmatched files and clusters" +msgstr "" -#: picard/const.py:136 -msgid "Svalbard and Jan Mayen Islands" +#: picard/ui/itemviews.py:578 +msgid "Clusters" msgstr "" -#: picard/const.py:137 -msgid "Paraguay" -msgstr "البارجواي" +#: picard/ui/itemviews.py:587 +msgid "album view" +msgstr "" -#: picard/const.py:138 -msgid "Iraq" -msgstr "العراق" +#: picard/ui/itemviews.py:588 +msgid "Contains albums and matched files" +msgstr "" -#: picard/const.py:139 -msgid "Panama" -msgstr "بنما" +#: picard/ui/itemviews.py:694 picard/ui/options/renaming.py:193 +msgid "Error" +msgstr "" -#: picard/const.py:140 -msgid "French Polynesia" +#: picard/ui/itemviews.py:698 +msgid "Album modified and complete" msgstr "" -#: picard/const.py:141 -msgid "Papua New Guinea" +#: picard/ui/itemviews.py:701 +msgid "Album unchanged and complete" msgstr "" -#: picard/const.py:142 -msgid "Peru" -msgstr "البيرو" +#: picard/ui/itemviews.py:705 +msgid "Album modified" +msgstr "تعدّل الألبوم" -#: picard/const.py:143 -msgid "Pakistan" -msgstr "باكستان" +#: picard/ui/itemviews.py:708 +msgid "Album unchanged" +msgstr "لم يتغيّر الألبوم" -#: picard/const.py:144 -msgid "Philippines" -msgstr "الفلبين" +#: picard/ui/itemviews.py:811 +msgid "Track saved" +msgstr "حُفظت المقطوعة" -#: picard/const.py:145 -msgid "Pitcairn" +#: picard/ui/itemviews.py:813 picard/ui/itemviews.py:817 +msgid "Pending" msgstr "" -#: picard/const.py:146 -msgid "Poland" -msgstr "بولندا" +#: picard/ui/logview.py:132 +msgid "Log" +msgstr "" -#: picard/const.py:147 -msgid "St. Pierre and Miquelon" +#: picard/ui/logview.py:145 +msgid "Verbosity" msgstr "" -#: picard/const.py:148 -msgid "Zambia" -msgstr "زامبيا" +#: picard/ui/logview.py:155 +msgid "String to highlight" +msgstr "" -#: picard/const.py:149 -msgid "Western Sahara" -msgstr "الصحراء الغربية" +#: picard/ui/logview.py:160 +msgid "Highlight" +msgstr "" -#: picard/const.py:150 -msgid "Estonia" -msgstr "إستونيا" +#: picard/ui/logview.py:169 +msgid "Clear Highlight" +msgstr "" -#: picard/const.py:151 -msgid "Egypt" -msgstr "مصر" +#: picard/ui/logview.py:175 picard/ui/logview.py:256 +msgid "Clear Log" +msgstr "" -#: picard/const.py:152 -msgid "South Africa" -msgstr "جنوب أفريقيا" +#: picard/ui/logview.py:180 +msgid "Save As..." +msgstr "" -#: picard/const.py:153 -msgid "Ecuador" -msgstr "الإكوادور" +#: picard/ui/logview.py:225 picard/ui/logview.py:232 +msgid "Save Log View to File" +msgstr "" -#: picard/const.py:154 -msgid "Italy" -msgstr "إيطاليا" +#: picard/ui/logview.py:233 +msgid "File already exists, do you really want to save to this file?" +msgstr "" -#: picard/const.py:155 -msgid "Viet Nam" -msgstr "فيتنام" +#: picard/ui/logview.py:245 +msgid "Failed to save Log View to file" +msgstr "" -#: picard/const.py:156 -msgid "Solomon Islands" -msgstr "جزر سليمان" +#: picard/ui/logview.py:246 +#, python-format +msgid "Something prevented data to be written to '%s'" +msgstr "" -#: picard/const.py:157 -msgid "Ethiopia" -msgstr "إثيوبيا" +#: picard/ui/logview.py:257 +msgid "Are you sure you want to clear the log?" +msgstr "" -#: picard/const.py:158 -msgid "Somalia" -msgstr "الصومال" +#: picard/ui/logview.py:291 +msgid "Activity History" +msgstr "تأريخ النشاط" -#: picard/const.py:159 -msgid "Zimbabwe" -msgstr "زمبابوي" +#: picard/ui/mainwindow.py:86 +msgid "MusicBrainz Picard" +msgstr "" -#: picard/const.py:160 -msgid "Saudi Arabia" -msgstr "السعودية" +#: picard/ui/mainwindow.py:167 +msgid "Unsaved Changes" +msgstr "تغييرات غير محفوظة" -#: picard/const.py:161 -msgid "Spain" -msgstr "إسبانيا" +#: picard/ui/mainwindow.py:168 +msgid "Are you sure you want to quit Picard?" +msgstr "أمتأكّد من إنهاء Picard؟" -#: picard/const.py:162 -msgid "Eritrea" -msgstr "إرتيريا" +#: picard/ui/mainwindow.py:169 +#, python-format +msgid "" +"There is %d unsaved file. Closing Picard will lose all unsaved changes." +msgid_plural "" +"There are %d unsaved files. Closing Picard will lose all unsaved changes." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/const.py:163 -msgid "Moldova, Republic of" -msgstr "مولدوفا" +#: picard/ui/mainwindow.py:176 +msgid "&Quit Picard" +msgstr "أ&نهِ Picard" -#: picard/const.py:164 -msgid "Madagascar" -msgstr "مدغشقر" +#: picard/ui/mainwindow.py:212 +msgid "Ready" +msgstr "جاهز" -#: picard/const.py:165 -msgid "Morocco" -msgstr "المغرب" +#: picard/ui/mainwindow.py:216 +msgid "" +"Picard listens on this port to integrate with your browser. When you " +"\"Search\" or \"Open in Browser\" from Picard, clicking the \"Tagger\" " +"button on the web page loads the release into Picard." +msgstr "" -#: picard/const.py:166 -msgid "Monaco" -msgstr "موناكو" +#: picard/ui/mainwindow.py:239 +#, python-format +msgid " Listening on port %(port)d " +msgstr "يستمع إلى المنفذ %(port)d" -#: picard/const.py:167 -msgid "Uzbekistan" -msgstr "أوزباكستان" +#: picard/ui/mainwindow.py:295 +msgid "Submission Error" +msgstr "عُطل في الإرسال" -#: picard/const.py:168 -msgid "Myanmar" -msgstr "مينمار" +#: picard/ui/mainwindow.py:296 +msgid "" +"You need to configure your AcoustID API key before you can submit " +"fingerprints." +msgstr "" -#: picard/const.py:169 -msgid "Mali" -msgstr "مالي" +#: picard/ui/mainwindow.py:301 +msgid "&Options..." +msgstr "&خيارات..." -#: picard/const.py:170 -msgid "Macau" -msgstr "موناكو" +#: picard/ui/mainwindow.py:305 +msgid "&Cut" +msgstr "&قص" -#: picard/const.py:171 -msgid "Mongolia" -msgstr "منغوليا" +#: picard/ui/mainwindow.py:310 +msgid "&Paste" +msgstr "أل&صِق" -#: picard/const.py:172 -msgid "Marshall Islands" -msgstr "جزر المارشال" +#: picard/ui/mainwindow.py:315 +msgid "&Help..." +msgstr "م&ساعدة..." -#: picard/const.py:173 -msgid "Macedonia, The Former Yugoslav Republic of" -msgstr "مقدونيا" +#: picard/ui/mainwindow.py:319 +msgid "&About..." +msgstr "&عن..." -#: picard/const.py:174 -msgid "Mauritius" -msgstr "موريشيوس" +#: picard/ui/mainwindow.py:323 +msgid "&Donate..." +msgstr "&تبرّع..." -#: picard/const.py:175 -msgid "Malta" -msgstr "مالطا" +#: picard/ui/mainwindow.py:326 +msgid "&Report a Bug..." +msgstr "أبلِ&غ عن علة..." -#: picard/const.py:176 -msgid "Malawi" -msgstr "الملاوي" +#: picard/ui/mainwindow.py:329 +msgid "&Support Forum..." +msgstr "منتدى ال&دعم..." -#: picard/const.py:177 -msgid "Maldives" -msgstr "مولدافيا" +#: picard/ui/mainwindow.py:332 +msgid "&Add Files..." +msgstr "أ&ضِف ملفات..." -#: picard/const.py:178 -msgid "Martinique" +#: picard/ui/mainwindow.py:333 +msgid "Add files to the tagger" msgstr "" -#: picard/const.py:179 -msgid "Northern Mariana Islands" -msgstr "جزر ماريانا الشمالية" +#: picard/ui/mainwindow.py:338 +msgid "A&dd Folder..." +msgstr "أضِ&ف مجلدا..." -#: picard/const.py:180 -msgid "Montserrat" +#: picard/ui/mainwindow.py:339 +msgid "Add a folder to the tagger" msgstr "" -#: picard/const.py:181 -msgid "Mauritania" -msgstr "موريتانيا" +#: picard/ui/mainwindow.py:341 +msgid "Ctrl+D" +msgstr "Ctrl+D" -#: picard/const.py:182 -msgid "Uganda" -msgstr "أوغندا" +#: picard/ui/mainwindow.py:344 +msgid "&Save" +msgstr "احف&ظ" -#: picard/const.py:183 -msgid "Malaysia" -msgstr "ماليزيا" +#: picard/ui/mainwindow.py:345 +msgid "Save selected files" +msgstr "احفظ الملفات المحددة" -#: picard/const.py:184 -msgid "Mexico" -msgstr "المكسيك" +#: picard/ui/mainwindow.py:351 +msgid "S&ubmit AcoustIDs" +msgstr "" -#: picard/const.py:185 -msgid "Israel" -msgstr "فلسطين المحتلة" +#: picard/ui/mainwindow.py:352 +msgid "Submit acoustic fingerprints" +msgstr "" -#: picard/const.py:186 -msgid "France" -msgstr "فرنسا" +#: picard/ui/mainwindow.py:356 +msgid "E&xit" +msgstr "ا&خرج" -#: picard/const.py:187 -msgid "British Indian Ocean Territory" -msgstr "إقليم المحيط الهندي البريطاني" +#: picard/ui/mainwindow.py:359 +msgid "Ctrl+Q" +msgstr "Ctrl+Q" -#: picard/const.py:188 -msgid "St. Helena" -msgstr "سانت هيلانة" +#: picard/ui/mainwindow.py:362 +msgid "&Remove" +msgstr "أ&زِل" -#: picard/const.py:189 -msgid "Finland" -msgstr "فنلندا" +#: picard/ui/mainwindow.py:363 +msgid "Remove selected files/albums" +msgstr "أزِل الملفات/الألبومات المحددة" -#: picard/const.py:190 -msgid "Fiji" -msgstr "فيجي" +#: picard/ui/mainwindow.py:367 picard/ui/metadatabox.py:326 +#: picard/ui/ui_cdlookup.py:54 +msgid "Lookup in &Browser" +msgstr "" -#: picard/const.py:191 -msgid "Falkland Islands (Malvinas)" -msgstr "جزر فوكلاند (مالفيناس)" +#: picard/ui/mainwindow.py:368 +msgid "Lookup selected item on MusicBrainz website" +msgstr "ابحث عن العنصر المحدّد في موقع MusicBrainz" -#: picard/const.py:192 -msgid "Micronesia, Federated States of" -msgstr "ميكرونيزيا" +#: picard/ui/mainwindow.py:371 +msgid "Ctrl+Shift+L" +msgstr "Ctrl+Shift+L" + +#: picard/ui/mainwindow.py:374 +msgid "Search for similar albums..." +msgstr "ابحث عن ألبومات مشابهة..." -#: picard/const.py:193 -msgid "Faroe Islands" -msgstr "جزر فورو" +#: picard/ui/mainwindow.py:375 +msgid "View similar releases and optionally choose a different release" +msgstr "اعرض الإصدارات المشابهة واختر إصدارا مختلفا إن أرد" -#: picard/const.py:194 -msgid "Nicaragua" -msgstr "نيكاراجوا" +#: picard/ui/mainwindow.py:378 +msgid "Search for similar tracks..." +msgstr "ابحث عن مقطوعات مشابهة..." -#: picard/const.py:195 -msgid "Netherlands" -msgstr "هولندا" +#: picard/ui/mainwindow.py:379 +msgid "View similar tracks and optionally choose a different release" +msgstr "اعرض المقطوعات المشابهة واختر إصدارا مختلفا إن أرد" -#: picard/const.py:196 -msgid "Norway" -msgstr "النرويج" +#: picard/ui/mainwindow.py:382 +msgid "File &Browser" +msgstr "مت&صفّح الملفات" -#: picard/const.py:197 -msgid "Namibia" -msgstr "ناميبيا" +#: picard/ui/mainwindow.py:386 +msgid "Ctrl+B" +msgstr "Ctrl+B" -#: picard/const.py:198 -msgid "Vanuatu" +#: picard/ui/mainwindow.py:389 +msgid "&Cover Art" msgstr "" -#: picard/const.py:199 -msgid "New Caledonia" -msgstr "كاليدونيا الجديدة" +#: picard/ui/mainwindow.py:395 +msgid "&Actions" +msgstr "الإجرا&ءات" -#: picard/const.py:200 -msgid "Niger" -msgstr "النجير" +#: picard/ui/mainwindow.py:401 picard/ui/mainwindow.py:634 +#: picard/ui/searchdialog/__init__.py:60 +msgid "Search" +msgstr "" -#: picard/const.py:201 -msgid "Norfolk Island" -msgstr "جزيرة نورفولك" +#: picard/ui/mainwindow.py:405 picard/ui/mainwindow.py:411 +msgid "Lookup &CD..." +msgstr "" -#: picard/const.py:202 -msgid "Nigeria" -msgstr "نيجيريا" +#: picard/ui/mainwindow.py:406 +msgid "Lookup the details of the CD in your drive" +msgstr "" -#: picard/const.py:203 -msgid "New Zealand" -msgstr "نيوزيلاندا" +#: picard/ui/mainwindow.py:408 picard/ui/mainwindow.py:428 +msgid "Ctrl+K" +msgstr "Ctrl+K" -#: picard/const.py:204 -msgid "Zaire" -msgstr "زائير" +#: picard/ui/mainwindow.py:430 +msgid "&Scan" +msgstr "ا&فحص" -#: picard/const.py:205 -msgid "Nepal" -msgstr "نيبال" +#: picard/ui/mainwindow.py:431 +msgid "" +"Use AcoustID audio fingerprint to identify the files by the actual music, " +"even if they have no metadata" +msgstr "" -#: picard/const.py:206 -msgid "Nauru" -msgstr "ناورو" +#: picard/ui/mainwindow.py:433 +msgid "Identify the file using its AcoustID audio fingerprint" +msgstr "" -#: picard/const.py:207 -msgid "Niue" -msgstr "نيوي" +#: picard/ui/mainwindow.py:435 +msgid "Ctrl+Y" +msgstr "Ctrl+Y" -#: picard/const.py:208 -msgid "Cook Islands" -msgstr "جزر كوك" +#: picard/ui/mainwindow.py:438 +msgid "Cl&uster" +msgstr "" -#: picard/const.py:209 -msgid "Cote d'Ivoire" -msgstr "ساحل العاج" +#: picard/ui/mainwindow.py:439 +msgid "Cluster files into album clusters" +msgstr "" -#: picard/const.py:210 -msgid "Switzerland" -msgstr "سويسرا" +#: picard/ui/mainwindow.py:442 +msgid "Ctrl+U" +msgstr "Ctrl+U" -#: picard/const.py:211 -msgid "Colombia" -msgstr "كولومبيا" +#: picard/ui/mainwindow.py:445 +msgid "&Lookup" +msgstr "اب&حث" -#: picard/const.py:212 -msgid "China" -msgstr "الصين" +#: picard/ui/mainwindow.py:446 +msgid "Lookup selected items in MusicBrainz" +msgstr "ابحث عن العناصر المحدّدة في MusicBrainz" -#: picard/const.py:213 -msgid "Cameroon" -msgstr "الكاميرون" +#: picard/ui/mainwindow.py:451 +msgid "Ctrl+L" +msgstr "Ctrl+L" -#: picard/const.py:214 -msgid "Chile" -msgstr "تشيلي" +#: picard/ui/mainwindow.py:454 +msgid "&Info..." +msgstr "م&علومات..." -#: picard/const.py:215 -msgid "Cocos (Keeling) Islands" -msgstr "جزر كوكوس (كيلينج)" +#: picard/ui/mainwindow.py:457 +msgid "Ctrl+I" +msgstr "Ctrl+I" -#: picard/const.py:216 -msgid "Canada" -msgstr "كندا" +#: picard/ui/mainwindow.py:460 +msgid "&Refresh" +msgstr "أن&عِش" -#: picard/const.py:217 -msgid "Congo" -msgstr "الكونغو" +#: picard/ui/mainwindow.py:461 +msgid "Ctrl+R" +msgstr "Ctrl+R" -#: picard/const.py:218 -msgid "Central African Republic" -msgstr "جمهورية افريقيا الوسطى" +#: picard/ui/mainwindow.py:464 +msgid "&Rename Files" +msgstr "&غيّر أسماء الملفات" -#: picard/const.py:219 -msgid "Czech Republic" -msgstr "التشيك" +#: picard/ui/mainwindow.py:469 +msgid "&Move Files" +msgstr "" -#: picard/const.py:220 -msgid "Cyprus" -msgstr "قبرص" +#: picard/ui/mainwindow.py:474 +msgid "Save &Tags" +msgstr "احفظ الو&سوم" -#: picard/const.py:221 -msgid "Christmas Island" -msgstr "جزر الكريسماس" +#: picard/ui/mainwindow.py:479 +msgid "Tags From &File Names..." +msgstr "الوسوم من أسماء المل&فات..." -#: picard/const.py:222 -msgid "Costa Rica" -msgstr "كوستاريكا" +#: picard/ui/mainwindow.py:483 +msgid "&Open My Collections in Browser" +msgstr "ا&فتح تجميعاتي في المتصفّح" -#: picard/const.py:223 -msgid "Cape Verde" -msgstr "الرأس الأخضر" +#: picard/ui/mainwindow.py:487 +msgid "View &Error/Debug Log" +msgstr "" -#: picard/const.py:224 -msgid "Cuba" -msgstr "كوبا" +#: picard/ui/mainwindow.py:490 +msgid "Ctrl+E" +msgstr "" -#: picard/const.py:225 -msgid "Swaziland" -msgstr "سوازيلاند" +#: picard/ui/mainwindow.py:492 +msgid "View Activity &History" +msgstr "اعرض &تأريخ النشاط" -#: picard/const.py:226 -msgid "Syrian Arab Republic" -msgstr "سوريا" +#: picard/ui/mainwindow.py:495 +msgid "Ctrl+H" +msgstr "" -#: picard/const.py:227 -msgid "Kyrgyzstan" -msgstr "قيرغيزستان" +#: picard/ui/mainwindow.py:501 +msgid "Open in &Player" +msgstr "افتح في المش&غّل" -#: picard/const.py:228 -msgid "Kenya" -msgstr "كينيا" +#: picard/ui/mainwindow.py:502 +msgid "Play the file in your default media player" +msgstr "شغّل الملف بمشغّل الوسائط المبدئي" -#: picard/const.py:229 -msgid "Suriname" -msgstr "سوارينام" +#: picard/ui/mainwindow.py:506 +msgid "Open Containing &Folder" +msgstr "افتح المجل&د المحتوي" -#: picard/const.py:230 -msgid "Kiribati" -msgstr "كيريباس" +#: picard/ui/mainwindow.py:507 +msgid "Open the containing folder in your file explorer" +msgstr "افتح المجلد المحتوي في متصفّح الملفات" -#: picard/const.py:231 -msgid "Cambodia" -msgstr "كمبوديا" +#: picard/ui/mainwindow.py:536 +msgid "&File" +msgstr "&ملف" -#: picard/const.py:232 -msgid "Saint Kitts and Nevis" -msgstr "سانت كيتس ونيفيس" +#: picard/ui/mainwindow.py:547 +msgid "&Edit" +msgstr "ت&حرير" -#: picard/const.py:233 -msgid "Comoros" -msgstr "جزر القمر" +#: picard/ui/mainwindow.py:553 +msgid "&View" +msgstr "من&ظور" -#: picard/const.py:234 -msgid "Sao Tome and Principe" -msgstr "ساو تومي وبرينسيبي" +#: picard/ui/mainwindow.py:559 +msgid "&Options" +msgstr "&خيارات" -#: picard/const.py:235 -msgid "Slovenia" -msgstr "سلوفينا" +#: picard/ui/mainwindow.py:565 +msgid "&Tools" +msgstr "أ&دوات" -#: picard/const.py:236 -msgid "Kuwait" -msgstr "الكويت" +#: picard/ui/mainwindow.py:579 picard/ui/util.py:36 +msgid "&Help" +msgstr "م&ساعدة" -#: picard/const.py:237 -msgid "Senegal" -msgstr "السنغال" +#: picard/ui/mainwindow.py:606 +msgid "Actions" +msgstr "الإجراءات" -#: picard/const.py:238 -msgid "San Marino" -msgstr "سان مارينو" +#: picard/ui/mainwindow.py:642 +msgid "Track" +msgstr "مقطوعة" -#: picard/const.py:239 -msgid "Sierra Leone" -msgstr "سيراليون" +#: picard/ui/mainwindow.py:658 +msgid "&Advanced search" +msgstr "" -#: picard/const.py:240 -msgid "Seychelles" -msgstr "سيشيل" +#: picard/ui/mainwindow.py:659 +msgid "&Builtin search" +msgstr "" -#: picard/const.py:241 -msgid "Kazakhstan" -msgstr "كازاخستان" +#: picard/ui/mainwindow.py:748 +msgid "All Supported Formats" +msgstr "كل النسق المدعومة" -#: picard/const.py:242 -msgid "Cayman Islands" -msgstr "جزر كايمان" +#: picard/ui/mainwindow.py:774 +#, python-format +msgid "Adding multiple directories from '%(directory)s' ..." +msgstr "يضيف عدة أدلة من ”%(directory)s“..." -#: picard/const.py:243 -msgid "Singapore" -msgstr "سنغافورة" +#: picard/ui/mainwindow.py:779 +#, python-format +msgid "Adding directory: '%(directory)s' ..." +msgstr "يضيف الدليل: ”%(directory)s“..." -#: picard/const.py:244 -msgid "Sweden" -msgstr "السويد" +#: picard/ui/mainwindow.py:852 +msgid "Configuration Required" +msgstr "الضبط مطلوب" -#: picard/const.py:245 -msgid "Sudan" -msgstr "السودان" +#: picard/ui/mainwindow.py:853 +msgid "" +"Audio fingerprinting is not yet configured. Would you like to configure it " +"now?" +msgstr "" -#: picard/const.py:246 -msgid "Dominican Republic" -msgstr "الدومينيكان" +#: picard/ui/mainwindow.py:964 +#, python-format +msgid "%(filename)s (error: %(error)s)" +msgstr "" -#: picard/const.py:247 -msgid "Dominica" -msgstr "دومينيكا" +#: picard/ui/mainwindow.py:970 +#, python-format +msgid "%(filename)s" +msgstr "" -#: picard/const.py:248 -msgid "Djibouti" -msgstr "جيبوتي" +#: picard/ui/mainwindow.py:981 +#, python-format +msgid "%(filename)s (%(similarity)d%%) (error: %(error)s)" +msgstr "" -#: picard/const.py:249 -msgid "Denmark" -msgstr "الدنمارك" +#: picard/ui/mainwindow.py:988 +#, python-format +msgid "%(filename)s (%(similarity)d%%)" +msgstr "" -#: picard/const.py:250 -msgid "Virgin Islands (British)" -msgstr "جزر العذراء (بريطانيا)" +#: picard/ui/mainwindow.py:1034 +msgid "Authentication Required" +msgstr "الاستيثاق مطلوب" -#: picard/const.py:251 -msgid "Germany" -msgstr "المانيا" +#: picard/ui/mainwindow.py:1035 +msgid "" +"Picard needs authorization to access your personal data on the MusicBrainz " +"server. Would you like to log in now?" +msgstr "يحتاج Picard استيثاقا للوصول إلى معلوماتك الشخصية في خادوم MusicBrainz. أتريد الولوج الآن؟" -#: picard/const.py:252 -msgid "Yemen" -msgstr "اليمن" +#: picard/ui/metadatabox.py:84 +#, python-format +msgid "(different across %d item)" +msgid_plural "(different across %d items)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/const.py:253 -msgid "Algeria" -msgstr "الجزائر" +#: picard/ui/metadatabox.py:92 +#, python-format +msgid "(missing from %d item)" +msgid_plural "(missing from %d items)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: picard/const.py:254 -msgid "United States" -msgstr "الولايات المتحدة" +#: picard/ui/metadatabox.py:182 +msgid "metadata view" +msgstr "" -#: picard/const.py:255 -msgid "Uruguay" -msgstr "الأورغواي" +#: picard/ui/metadatabox.py:183 +msgid "Displays original and new tags for the selected files" +msgstr "يعرض الوسوم الأصلية والجديدة للملفات المحدد" -#: picard/const.py:256 -msgid "Mayotte" -msgstr "مايوت" +#: picard/ui/metadatabox.py:185 +msgid "Tag" +msgstr "الوسم" -#: picard/const.py:257 -msgid "United States Minor Outlying Islands" -msgstr "جزر الولايات المتحدة البعيدة الصغيرة" +#: picard/ui/metadatabox.py:185 +msgid "Original Value" +msgstr "القيمة الأصلية" -#: picard/const.py:258 -msgid "Lebanon" -msgstr "لبنان" +#: picard/ui/metadatabox.py:185 +msgid "New Value" +msgstr "قيمة جديدة" -#: picard/const.py:259 -msgid "Saint Lucia" -msgstr "سانت لوسيا" +#: picard/ui/metadatabox.py:209 +msgid "Add New Tag..." +msgstr "أضِف وسما جديدا..." -#: picard/const.py:260 -msgid "Lao People's Democratic Republic" -msgstr "لاوس" +#: picard/ui/metadatabox.py:211 +msgid "Show Changes First" +msgstr "اعرض التغييرات أولا" -#: picard/const.py:261 -msgid "Tuvalu" -msgstr "توفالو" +#: picard/ui/metadatabox.py:217 +msgid "Alt+Shift+A" +msgstr "Alt+Shift+A" -#: picard/const.py:262 -msgid "Taiwan" -msgstr "تايوان" +#: picard/ui/metadatabox.py:220 +msgid "Alt+Shift+E" +msgstr "Alt+Shift+E" -#: picard/const.py:263 -msgid "Trinidad and Tobago" -msgstr "ترينيداد وتوباغو" +#: picard/ui/metadatabox.py:222 +msgid "Alt+Shift+R" +msgstr "Alt+Shift+R" -#: picard/const.py:264 -msgid "Turkey" -msgstr "تركيا" +#: picard/ui/metadatabox.py:302 +msgid "Edit..." +msgstr "حرّر..." -#: picard/const.py:265 -msgid "Sri Lanka" -msgstr "سريلانكا" +#: picard/ui/metadatabox.py:307 +msgid "Add to 'Preserve Tags' List" +msgstr "أضِف إلى قائمة ”الوسوم المحجوزة“" -#: picard/const.py:266 -msgid "Liechtenstein" -msgstr "ليختنشتاين" +#: picard/ui/metadatabox.py:311 +msgid "Remove from 'Preserve Tags' List" +msgstr "أزِل من قائمة ”الوسوم المحجوزة“" -#: picard/const.py:267 -msgid "Latvia" -msgstr "لاتيفيا" +#: picard/ui/metadatabox.py:345 +msgid "Use Original Value" +msgid_plural "Use Original Values" +msgstr[0] "استخدم القيمة الأصلية" +msgstr[1] "استخدم القيمة الأصلية" +msgstr[2] "استخدم القيمتين الأصليتين" +msgstr[3] "استخدم القيم الأصلية" +msgstr[4] "استخدم القيم الأصلية" +msgstr[5] "استخدم القيم الأصلية" -#: picard/const.py:268 -msgid "Tonga" -msgstr "تونجا" +#: picard/ui/passworddialog.py:34 +#, python-format +msgid "" +"The server %s requires you to login. Please enter your username and " +"password." +msgstr "يطلب الخادوم %s منك الولوج. رجاءً أدخِل اسم المستخدم وكلمة السر." -#: picard/const.py:269 -msgid "Lithuania" -msgstr "ليتوانيا" +#: picard/ui/passworddialog.py:54 +#, python-format +msgid "" +"The proxy %s requires you to login. Please enter your username and password." +msgstr "يطلب الوسيط %s منك الولوج. رجاءً أدخِل اسم المستخدم وكلمة السر." -#: picard/const.py:270 -msgid "Luxembourg" -msgstr "لكسمبورج" +#: picard/ui/tagsfromfilenames.py:65 picard/ui/tagsfromfilenames.py:112 +msgid "File Name" +msgstr "اسم الملف" -#: picard/const.py:271 -msgid "Liberia" -msgstr "ليبيريا" +#: picard/ui/options/cdlookup.py:38 picard/ui/ui_cdlookup.py:51 +#: picard/ui/ui_options_cdlookup.py:38 +#: picard/ui/ui_options_cdlookup_select.py:45 +msgid "CD Lookup" +msgstr "" -#: picard/const.py:272 -msgid "Lesotho" -msgstr "ليسوتو" +#: picard/ui/ui_cdlookup.py:52 +msgid "The following releases on MusicBrainz match the CD:" +msgstr "الإصدارات الآتية في MusicBrainz تطابق الأسطوانة:" -#: picard/const.py:273 -msgid "Thailand" -msgstr "تايلاند" +#: picard/ui/ui_cdlookup.py:53 +msgid "&Load into Picard" +msgstr "" -#: picard/const.py:274 -msgid "French Southern Territories" -msgstr "المقاطعات الجنوبية الفرنسية" +#: picard/ui/ui_cdlookup.py:55 picard/ui/util.py:35 +msgid "&Cancel" +msgstr "أل&غِ" -#: picard/const.py:275 -msgid "Togo" -msgstr "توغو" +#: picard/ui/ui_edittagdialog.py:89 +msgid "Edit Tag" +msgstr "حرّر الوسم" -#: picard/const.py:276 -msgid "Chad" -msgstr "تشاد" +#: picard/ui/ui_edittagdialog.py:90 +msgid "Edit value" +msgstr "حرّر القيم" -#: picard/const.py:277 -msgid "Turks and Caicos Islands" -msgstr "" +#: picard/ui/ui_edittagdialog.py:91 +msgid "Add value" +msgstr "أضِف قيم" -#: picard/const.py:278 -msgid "Libyan Arab Jamahiriya" -msgstr "" +#: picard/ui/ui_edittagdialog.py:92 +msgid "Remove value" +msgstr "أزِل القيمة" -#: picard/const.py:279 -msgid "Vatican City State (Holy See)" +#: picard/ui/ui_infodialog.py:59 +msgid "A&rtwork" msgstr "" -#: picard/const.py:280 -msgid "Saint Vincent and The Grenadines" +#: picard/ui/ui_infostatus.py:91 picard/ui/ui_provider_options_caa.py:79 +#: picard/ui/ui_provider_options_local.py:50 +msgid "Form" msgstr "" -#: picard/const.py:281 -msgid "United Arab Emirates" +#: picard/ui/ui_options.py:44 +msgid "Options" msgstr "" -#: picard/const.py:282 -msgid "Andorra" -msgstr "" +#: picard/ui/ui_options_advanced.py:102 +msgid "Advanced options" +msgstr "خيارات متقدم" + +#: picard/ui/ui_options_advanced.py:103 +msgid "Recursively add files and folders from directory" +msgstr "أضِف الملفات والمجلدات تكراريا من الدليل" + +#: picard/ui/ui_options_advanced.py:104 +msgid "Ignore track duration difference under this number of seconds" +msgstr "تجاهل اختلاف مدة المقطوعة إن كان أقل من كذا ثانية" + +#: picard/ui/ui_options_advanced.py:105 +msgid "Ignore file paths matching the following regular expression:" +msgstr "تجاهل مسارات الملفات التي تطابق التعبير النمطي الآتي:" + +#: picard/ui/ui_options_advanced.py:106 +msgid "Ignore hidden files" +msgstr "تجاهل الملفات المخفية" -#: picard/const.py:283 -msgid "Antigua and Barbuda" -msgstr "" +#: picard/ui/ui_options_advanced.py:107 +msgid "" +"Ignore the following tracks when determining whether a release is complete" +msgstr "تجاهل المقطوعات الآتية عند تحديد فيما إذا كان الإصدار مكتملا" -#: picard/const.py:284 -msgid "Afghanistan" -msgstr "" +#: picard/ui/ui_options_advanced.py:108 +msgid "Video tracks" +msgstr "مقطوعات الفديو" -#: picard/const.py:285 -msgid "Anguilla" +#: picard/ui/ui_options_advanced.py:109 +msgid "Pregap tracks" msgstr "" -#: picard/const.py:286 -msgid "Virgin Islands (U.S.)" +#: picard/ui/ui_options_advanced.py:110 +msgid "Data tracks" msgstr "" -#: picard/const.py:287 -msgid "Iceland" +#: picard/ui/ui_options_advanced.py:111 +msgid "Silent tracks" msgstr "" -#: picard/const.py:288 -msgid "Iran (Islamic Republic of)" +#: picard/ui/ui_options_cdlookup.py:39 +msgid "CD-ROM device to use for lookups:" msgstr "" -#: picard/const.py:289 -msgid "Armenia" +#: picard/ui/ui_options_cdlookup_select.py:46 +msgid "Default CD-ROM drive to use for lookups:" msgstr "" -#: picard/const.py:290 -msgid "Albania" -msgstr "" +#: picard/ui/ui_options_cover.py:86 +msgid "Location" +msgstr "المكان" -#: picard/const.py:291 -msgid "Angola" +#: picard/ui/ui_options_cover.py:87 +msgid "Embed cover images into tags" msgstr "" -#: picard/const.py:292 -msgid "Netherlands Antilles" +#: picard/ui/ui_options_cover.py:88 +msgid "Only embed a front image" msgstr "" -#: picard/const.py:293 -msgid "Antarctica" +#: picard/ui/ui_options_cover.py:89 +msgid "Save cover images as separate files" msgstr "" -#: picard/const.py:294 -msgid "American Samoa" +#: picard/ui/ui_options_cover.py:90 +msgid "Use the following file name for images:" msgstr "" -#: picard/const.py:295 -msgid "Argentina" +#: picard/ui/ui_options_cover.py:91 +msgid "Overwrite the file if it already exists" msgstr "" -#: picard/const.py:296 -msgid "Australia" +#: picard/ui/ui_options_cover.py:92 +msgid "Cover Art Providers" msgstr "" -#: picard/const.py:297 -msgid "Austria" +#: picard/ui/ui_options_cover.py:93 +msgid "Reorder Priority: " msgstr "" -#: picard/const.py:298 -msgid "Aruba" -msgstr "" +#: picard/ui/ui_options_cover.py:94 picard/ui/ui_options_interface.py:137 +msgid "Move selected item up" +msgstr "انقل العنصر المحدد لأعلى" -#: picard/const.py:299 -msgid "India" -msgstr "" +#: picard/ui/ui_options_cover.py:95 picard/ui/ui_options_interface.py:139 +msgid "Move selected item down" +msgstr "انقل العنصر المحدد لأسفل" -#: picard/const.py:300 -msgid "Tanzania, United Republic of" +#: picard/ui/ui_options_fingerprinting.py:73 +msgid "Audio Fingerprinting" msgstr "" -#: picard/const.py:301 -msgid "Azerbaijan" +#: picard/ui/ui_options_fingerprinting.py:74 +msgid "Do not use audio fingerprinting" msgstr "" -#: picard/const.py:302 -msgid "Ireland" +#: picard/ui/ui_options_fingerprinting.py:75 +msgid "Use AcoustID" msgstr "" -#: picard/const.py:303 -msgid "Indonesia" +#: picard/ui/ui_options_fingerprinting.py:76 +msgid "AcoustID Settings" msgstr "" -#: picard/const.py:304 -msgid "Ukraine" +#: picard/ui/ui_options_fingerprinting.py:77 +msgid "Ignore existing AcoustID fingerprints" msgstr "" -#: picard/const.py:305 -msgid "Qatar" +#: picard/ui/ui_options_fingerprinting.py:78 +msgid "Fingerprint calculator:" msgstr "" -#: picard/const.py:306 -msgid "Mozambique" -msgstr "" +#: picard/ui/ui_options_fingerprinting.py:79 +#: picard/ui/ui_options_interface.py:130 picard/ui/ui_options_renaming.py:162 +msgid "Browse..." +msgstr "تصفّح..." -#: picard/const.py:307 -msgid "Bosnia and Herzegovina" -msgstr "" +#: picard/ui/ui_options_fingerprinting.py:80 +msgid "Download..." +msgstr "نزّل..." -#: picard/const.py:308 -msgid "Congo, The Democratic Republic of the" -msgstr "" +#: picard/ui/ui_options_fingerprinting.py:81 +msgid "API key:" +msgstr "مفتاح API:" -#: picard/const.py:309 -msgid "Serbia and Montenegro (historical, 2003-2006)" -msgstr "" +#: picard/ui/ui_options_fingerprinting.py:82 +msgid "Get API key..." +msgstr "اجلب مفتاح API..." -#: picard/const.py:310 -msgid "Serbia" +#: picard/ui/options/folksonomy.py:28 picard/ui/ui_options_folksonomy.py:102 +msgid "Folksonomy Tags" msgstr "" -#: picard/const.py:311 -msgid "Montenegro" -msgstr "" +#: picard/ui/ui_options_folksonomy.py:103 +msgid "Ignore tags:" +msgstr "تجاهل الوسوم:" -#: picard/const.py:312 -msgid "Croatia" -msgstr "" +#: picard/ui/ui_options_folksonomy.py:104 +msgid "Only use my tags" +msgstr "استخدم وسومي فقط" -#: picard/const.py:313 -msgid "Korea (North), Democratic People's Republic of" +#: picard/ui/ui_options_folksonomy.py:105 +msgid "" +"Fall back on album's artists tags if no tags are found for the release or " +"release group" msgstr "" -#: picard/const.py:314 -msgid "Korea (South), Republic of" +#: picard/ui/ui_options_folksonomy.py:106 +msgid "Minimal tag usage:" msgstr "" -#: picard/const.py:315 -msgid "Slovakia" +#: picard/ui/ui_options_folksonomy.py:107 picard/ui/ui_options_matching.py:71 +#: picard/ui/ui_options_matching.py:72 picard/ui/ui_options_matching.py:73 +msgid " %" msgstr "" -#: picard/const.py:316 -msgid "Soviet Union (historical, 1922-1991)" +#: picard/ui/ui_options_folksonomy.py:108 +msgid "Maximum number of tags:" msgstr "" -#: picard/const.py:317 -msgid "East Timor" +#: picard/ui/ui_options_folksonomy.py:109 +msgid "Join multiple tags with:" msgstr "" -#: picard/const.py:318 -msgid "Czechoslovakia (historical, 1918-1992)" +#: picard/ui/ui_options_folksonomy.py:110 +msgid " / " msgstr "" -#: picard/const.py:319 -msgid "Europe" +#: picard/ui/ui_options_folksonomy.py:111 +msgid ", " msgstr "" -#: picard/const.py:320 -msgid "East Germany (historical, 1949-1990)" -msgstr "" +#: picard/ui/ui_options_general.py:79 +msgid "MusicBrainz Server" +msgstr "خادوم MusicBrainz" -#: picard/const.py:321 -msgid "[Unknown Country]" -msgstr "" +#: picard/ui/ui_options_general.py:80 picard/ui/ui_options_network.py:110 +msgid "Port:" +msgstr "المنفذ" -#: picard/const.py:322 -msgid "[Worldwide]" -msgstr "" +#: picard/ui/ui_options_general.py:81 picard/ui/ui_options_network.py:111 +msgid "Server address:" +msgstr "عنوان الخادوم:" -#: picard/const.py:323 -msgid "Yugoslavia (historical, 1918-1992)" -msgstr "" +#: picard/ui/options/general.py:87 picard/ui/ui_options_general.py:82 +msgid "MusicBrainz Account" +msgstr "حساب MusicBrainz" -#: picard/const.py:335 -msgid "Danish" -msgstr "" +#: picard/ui/ui_options_general.py:83 +msgid "Log in" +msgstr "لِج" -#: picard/const.py:336 -msgid "German" -msgstr "" +#: picard/ui/ui_options_general.py:84 +msgid "Log out" +msgstr "اخرج" -#: picard/const.py:338 -msgid "English" -msgstr "" +#: picard/ui/options/general.py:32 picard/ui/ui_options_general.py:85 +msgid "General" +msgstr "عام" -#: picard/const.py:339 -msgid "English (Canada)" +#: picard/ui/ui_options_general.py:86 +msgid "Automatically scan all new files" msgstr "" -#: picard/const.py:340 -msgid "English (UK)" +#: picard/ui/ui_options_general.py:87 +msgid "Ignore MBIDs when loading new files" msgstr "" -#: picard/const.py:342 -msgid "Spanish" -msgstr "" +#: picard/ui/ui_options_interface.py:123 +msgid "Miscellaneous" +msgstr "متنوّع" -#: picard/const.py:343 -msgid "Estonian" +#: picard/ui/ui_options_interface.py:124 +msgid "Show text labels under icons" msgstr "" -#: picard/const.py:345 -msgid "Finnish" +#: picard/ui/ui_options_interface.py:125 +msgid "Allow selection of multiple directories" msgstr "" -#: picard/const.py:347 -msgid "French" +#: picard/ui/ui_options_interface.py:126 +msgid "Use builtin search rather than looking in browser" msgstr "" -#: picard/const.py:356 -msgid "Italian" +#: picard/ui/searchdialog/__init__.py:99 picard/ui/ui_options_interface.py:127 +msgid "Use advanced query syntax" msgstr "" -#: picard/const.py:363 -msgid "Dutch" +#: picard/ui/ui_options_interface.py:128 +msgid "Show a quit confirmation dialog for unsaved changes" msgstr "" -#: picard/const.py:365 -msgid "Polish" +#: picard/ui/ui_options_interface.py:129 +msgid "Begin browsing in the following directory:" msgstr "" -#: picard/const.py:367 -msgid "Brazilian Portuguese" -msgstr "" +#: picard/ui/ui_options_interface.py:131 +msgid "User interface language:" +msgstr "لغة واجهة المستخدم:" -#: picard/const.py:374 -msgid "Swedish" -msgstr "" +#: picard/ui/ui_options_interface.py:132 +msgid "Customize Action Toolbar" +msgstr "خصّص شريط أدوات الإجراءات" -#: picard/file.py:589 -#, python-format -msgid "No matching tracks for file %s" -msgstr "" +#: picard/ui/ui_options_interface.py:133 +msgid "Add a new button to Toolbar" +msgstr "أضِف زرا جديدا إلى شريط الأدوات" -#: picard/file.py:604 -#, python-format -msgid "No matching tracks above the threshold for file %s" -msgstr "" +#: picard/ui/ui_options_interface.py:134 +msgid "Add Action" +msgstr "أضِف إجراء" -#: picard/file.py:607 -#, python-format -msgid "File %s identified!" -msgstr "" +#: picard/ui/ui_options_interface.py:135 +msgid "Insert a separator" +msgstr "أدرج فاصلا" -#: picard/file.py:623 -#, python-format -msgid "Looking up the PUID for file %s..." -msgstr "" +#: picard/ui/ui_options_interface.py:136 +msgid "Add Separator" +msgstr "أضِف فاصلا" -#: picard/file.py:629 -#, python-format -msgid "Looking up the metadata for file %s..." -msgstr "" +#: picard/ui/ui_options_interface.py:138 picard/ui/ui_options_interface.py:140 +msgid "..." +msgstr "..." -#: picard/puidmanager.py:62 -msgid "Submitting PUIDs..." -msgstr "" +#: picard/ui/ui_options_interface.py:141 +msgid "Remove button from toolbar" +msgstr "أزِل الزر من شريط الأدوات" -#: picard/puidmanager.py:68 -#, python-format -msgid "PUIDs submission failed: %d" +#: picard/ui/ui_options_matching.py:69 +msgid "Thresholds" msgstr "" -#: picard/puidmanager.py:70 -msgid "PUIDs successfully submitted!" +#: picard/ui/ui_options_matching.py:70 +msgid "Minimal similarity for matching files to tracks:" msgstr "" -#: picard/tagger.py:528 -msgid "CD Lookup Error" +#: picard/ui/ui_options_matching.py:74 +msgid "Minimal similarity for file lookups:" msgstr "" -#: picard/tagger.py:529 -#, python-format -msgid "" -"Error while reading CD:\n" -"\n" -"%s" +#: picard/ui/ui_options_matching.py:75 +msgid "Minimal similarity for cluster lookups:" msgstr "" -#: picard/tagger.py:555 -#, python-format -msgid "Could not find PUID for file %s" +#: picard/ui/options/metadata.py:29 picard/ui/ui_options_metadata.py:97 +msgid "Metadata" msgstr "" -#: picard/ui/cdlookup.py:33 picard/ui/mainwindow.py:525 -#: picard/ui/ui_options_releases.py:216 picard/util/tags.py:21 -msgid "Album" -msgstr "" +#: picard/ui/ui_options_metadata.py:98 +msgid "Translate artist names to this locale where possible:" +msgstr "ترجم أسماء الفنّانين إلى هذه اللغة إن أمكن:" -#: picard/ui/cdlookup.py:33 picard/ui/itemviews.py:89 -#: picard/ui/mainwindow.py:526 picard/util/tags.py:22 -msgid "Artist" +#: picard/ui/ui_options_metadata.py:99 +msgid "Use standardized artist names" msgstr "" -#: picard/ui/cdlookup.py:33 picard/util/tags.py:24 -msgid "Date" +#: picard/ui/ui_options_metadata.py:100 +msgid "Convert Unicode punctuation characters to ASCII" msgstr "" -#: picard/ui/cdlookup.py:33 -msgid "Country" +#: picard/ui/ui_options_metadata.py:101 +msgid "Use release relationships" msgstr "" -#: picard/ui/cdlookup.py:34 -msgid "Labels" +#: picard/ui/ui_options_metadata.py:102 +msgid "Use track relationships" msgstr "" -#: picard/ui/cdlookup.py:34 -msgid "Catalog #s" +#: picard/ui/ui_options_metadata.py:103 +msgid "Use folksonomy tags as genre" msgstr "" -#: picard/ui/cdlookup.py:34 picard/util/tags.py:75 -msgid "Barcode" +#: picard/ui/ui_options_metadata.py:104 +msgid "Custom Fields" msgstr "" -#: picard/ui/coverartbox.py:122 -msgid "View release on MusicBrainz" +#: picard/ui/ui_options_metadata.py:105 +msgid "Various artists:" msgstr "" -#: picard/ui/filebrowser.py:38 -msgid "&Move Tagged Files Here" +#: picard/ui/ui_options_metadata.py:106 +msgid "Non-album tracks:" msgstr "" -#: picard/ui/filebrowser.py:41 -msgid "Show &Hidden Files" +#: picard/ui/ui_options_metadata.py:107 picard/ui/ui_options_metadata.py:108 +#: picard/ui/ui_options_renaming.py:174 +#: picard/ui/ui_provider_options_local.py:52 +msgid "Default" msgstr "" -#: picard/ui/infodialog.py:36 -msgid "Info" +#: picard/ui/ui_options_network.py:107 +msgid "Web Proxy" msgstr "" -#: picard/ui/infodialog.py:42 -msgid "Filename:" -msgstr "" +#: picard/ui/ui_options_network.py:108 picard/ui/ui_passworddialog.py:62 +msgid "Password:" +msgstr "كلمة السر:" -#: picard/ui/infodialog.py:44 -msgid "Format:" -msgstr "" +#: picard/ui/ui_options_network.py:109 picard/ui/ui_passworddialog.py:61 +msgid "Username:" +msgstr "اسم المستخدم:" -#: picard/ui/infodialog.py:53 -msgid "Size:" -msgstr "" +#: picard/ui/ui_options_network.py:112 +msgid "Browser Integration" +msgstr "التكامل مع المتصفّح" -#: picard/ui/infodialog.py:57 -msgid "Length:" -msgstr "" +#: picard/ui/ui_options_network.py:113 +msgid "Default listening port:" +msgstr "منفذ الاستماع المبدئي:" -#: picard/ui/infodialog.py:59 -msgid "Bitrate:" -msgstr "" +#: picard/ui/ui_options_network.py:114 +msgid "Listen only on localhost" +msgstr "استمع إلى localhost فقط" -#: picard/ui/infodialog.py:61 -msgid "Sample rate:" -msgstr "" +#: picard/ui/options/plugins.py:71 picard/ui/ui_options_plugins.py:128 +msgid "Plugins" +msgstr "الملحقات" -#: picard/ui/infodialog.py:63 -msgid "Bits per sample:" -msgstr "" +#: picard/ui/options/plugins.py:352 picard/ui/searchdialog/album.py:133 +#: picard/ui/searchdialog/artist.py:43 picard/ui/searchdialog/track.py:53 +#: picard/ui/ui_options_plugins.py:129 +msgid "Name" +msgstr "الاسم" -#: picard/ui/infodialog.py:66 -msgid "Mono" -msgstr "" +#: picard/ui/ui_options_plugins.py:130 +msgid "Version" +msgstr "الإصدارة" -#: picard/ui/infodialog.py:67 -msgid "Stereo" +#: picard/ui/ui_options_plugins.py:131 +msgid "Action" msgstr "" -#: picard/ui/infodialog.py:69 -msgid "Channels:" -msgstr "" +#: picard/ui/ui_options_plugins.py:132 +msgid "Install plugin..." +msgstr "ثبّت ملحقة..." -#: picard/ui/itemviews.py:87 picard/util/tags.py:23 -msgid "Title" -msgstr "" +#: picard/ui/ui_options_plugins.py:133 +msgid "Open plugin folder" +msgstr "افتح مجلد الملحقات" -#: picard/ui/itemviews.py:88 picard/util/tags.py:84 -msgid "Length" -msgstr "" +#: picard/ui/ui_options_plugins.py:134 +msgid "Reload List of Plugins" +msgstr "أعِد تحميل قائمة الملحقات" -#: picard/ui/itemviews.py:214 -msgid "&Expand all" +#: picard/ui/ui_options_plugins.py:135 +msgid "Details" msgstr "" -#: picard/ui/itemviews.py:216 -msgid "&Collapse all" -msgstr "" +#: picard/ui/ui_options_ratings.py:45 +msgid "Enable track ratings" +msgstr "فعّل إعدادات المقطوعة" -#: picard/ui/itemviews.py:273 -msgid "&Other versions" +#: picard/ui/ui_options_ratings.py:46 +msgid "" +"Picard saves the ratings together with an e-mail address identifying the " +"user who did the rating. That way different ratings for different users can " +"be stored in the files. Please specify the e-mail you want to use to save " +"your ratings." msgstr "" -#: picard/ui/itemviews.py:276 -msgid "Loading..." -msgstr "" +#: picard/ui/ui_options_ratings.py:47 +msgid "E-mail:" +msgstr "البريد الإلكتروني" -#: picard/ui/itemviews.py:286 -msgid "[no release info]" -msgstr "" +#: picard/ui/ui_options_ratings.py:48 +msgid "Submit ratings to MusicBrainz" +msgstr "أرسِل التقييمات إلى MusicBrainz" -#: picard/ui/itemviews.py:309 -msgid "&Plugins" -msgstr "" +#: picard/ui/ui_options_releases.py:100 +msgid "Preferred release types" +msgstr "أنواع الإصدار المفضلة" -#: picard/ui/itemviews.py:527 -msgid "Clusters" +#: picard/ui/ui_options_releases.py:101 +msgid "Preferred release countries" msgstr "" -#: picard/ui/logview.py:30 -msgid "Log" +#: picard/ui/ui_options_releases.py:102 picard/ui/ui_options_releases.py:105 +msgid ">" msgstr "" -#: picard/ui/mainwindow.py:73 -msgid "MusicBrainz Picard" +#: picard/ui/ui_options_releases.py:103 picard/ui/ui_options_releases.py:106 +msgid "<" msgstr "" -#: picard/ui/mainwindow.py:151 -msgid "Unsaved Changes" +#: picard/ui/ui_options_releases.py:104 +msgid "Preferred release formats" msgstr "" -#: picard/ui/mainwindow.py:152 -msgid "Are you sure you want to quit Picard?" -msgstr "" +#: picard/ui/ui_options_renaming.py:160 +msgid "Move files when saving" +msgstr "انقل الملفات عند الحفظ" -#: picard/ui/mainwindow.py:153 -#, python-format -msgid "" -"There is %d unsaved file. Closing Picard will lose all unsaved changes." -msgid_plural "" -"There are %d unsaved files. Closing Picard will lose all unsaved changes." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +#: picard/ui/ui_options_renaming.py:161 +msgid "Destination directory:" +msgstr "الدليل المقصد:" -#: picard/ui/mainwindow.py:160 -msgid "&Quit Picard" +#: picard/ui/ui_options_renaming.py:163 +msgid "Move additional files (case insensitive):" msgstr "" -#: picard/ui/mainwindow.py:210 -msgid "Ready" -msgstr "" +#: picard/ui/ui_options_renaming.py:164 +msgid "Delete empty directories" +msgstr "احذف الأدلة الفارغة" -#: picard/ui/mainwindow.py:214 -msgid "" -"Picard listens on a port to integrate with your browser and downloads " -"release information when you click the \"Tagger\" buttons on the MusicBrainz" -" website" -msgstr "" +#: picard/ui/ui_options_renaming.py:165 +msgid "Rename files when saving" +msgstr "غيّر أسماء الملفات عند الحف" -#: picard/ui/mainwindow.py:224 -#, python-format -msgid " Files: %(files)d, Pending Files: %(pending)d " +#: picard/ui/ui_options_renaming.py:166 +msgid "Replace non-ASCII characters" msgstr "" -#: picard/ui/mainwindow.py:229 -#, python-format -msgid " Listening on port %(port)d " -msgstr "" +#: picard/ui/ui_options_renaming.py:167 +msgid "Windows compatibility" +msgstr "التوافق مع وندوز" -#: picard/ui/mainwindow.py:257 -msgid "Submission Error" -msgstr "" +#: picard/ui/ui_options_renaming.py:168 +msgid "Name files like this" +msgstr "سمِّ الملفات بهذه الطريقة" -#: picard/ui/mainwindow.py:258 -msgid "" -"You need to configure your AcoustID API key before you can submit " -"fingerprints." -msgstr "" +#: picard/ui/ui_options_renaming.py:175 +msgid "Examples" +msgstr "أمثلة" -#: picard/ui/mainwindow.py:265 -msgid "&Options..." +#: picard/ui/ui_options_script.py:93 +msgid "Tagger Script(s)" msgstr "" -#: picard/ui/mainwindow.py:268 -msgid "&Cut" -msgstr "" +#: picard/ui/ui_options_script.py:94 picard/ui/ui_options_script.py:95 +msgid "Add new script" +msgstr "أضِف سكربتا جديدا" -#: picard/ui/mainwindow.py:273 -msgid "&Paste" -msgstr "" +#: picard/ui/ui_options_script.py:96 +msgid "Display Name" +msgstr "اسم العرض" -#: picard/ui/mainwindow.py:278 -msgid "&Help..." +#: picard/ui/ui_options_tags.py:148 +msgid "Write tags to files" msgstr "" -#: picard/ui/mainwindow.py:283 -msgid "&About..." +#: picard/ui/ui_options_tags.py:149 +msgid "Preserve timestamps of tagged files" msgstr "" -#: picard/ui/mainwindow.py:286 -msgid "&Donate..." +#: picard/ui/ui_options_tags.py:150 +msgid "Before Tagging" msgstr "" -#: picard/ui/mainwindow.py:289 -msgid "&Report a Bug..." -msgstr "" +#: picard/ui/ui_options_tags.py:151 +msgid "Clear existing tags" +msgstr "امسح الوسوم الموجودة" -#: picard/ui/mainwindow.py:292 -msgid "&Support Forum..." -msgstr "" +#: picard/ui/ui_options_tags.py:152 +msgid "Remove ID3 tags from FLAC files" +msgstr "أزِل وسوم ID3 من ملفات FLAC" -#: picard/ui/mainwindow.py:295 -msgid "&Add Files..." -msgstr "" +#: picard/ui/ui_options_tags.py:153 +msgid "Remove APEv2 tags from MP3 files" +msgstr "أزِل وسوم APE الإصدارة الثانية من ملفات MP3" -#: picard/ui/mainwindow.py:296 -msgid "Add files to the tagger" +#: picard/ui/ui_options_tags.py:154 +msgid "" +"Preserve these tags from being cleared or overwritten with MusicBrainz data:" msgstr "" -#: picard/ui/mainwindow.py:301 -msgid "A&dd Folder..." -msgstr "" +#: picard/ui/ui_options_tags.py:155 +msgid "Tags are separated by commas, and are case-sensitive." +msgstr "تُفصل الوسوم بفواصل وهي حساسة لحالة الأحرف." -#: picard/ui/mainwindow.py:302 -msgid "Add a folder to the tagger" -msgstr "" +#: picard/ui/ui_options_tags.py:156 +msgid "Tag Compatibility" +msgstr "توافقية الوسو" -#: picard/ui/mainwindow.py:304 -msgid "Ctrl+D" +#: picard/ui/ui_options_tags.py:157 +msgid "ID3v2 Version" msgstr "" -#: picard/ui/mainwindow.py:308 -msgid "&Save" +#: picard/ui/ui_options_tags.py:158 +msgid "2.4" msgstr "" -#: picard/ui/mainwindow.py:309 -msgid "Save selected files" +#: picard/ui/ui_options_tags.py:159 +msgid "2.3" msgstr "" -#: picard/ui/mainwindow.py:315 -msgid "S&ubmit" +#: picard/ui/ui_options_tags.py:160 +msgid "ID3v2 Text Encoding" msgstr "" -#: picard/ui/mainwindow.py:316 -msgid "Submit fingerprints" +#: picard/ui/ui_options_tags.py:161 +msgid "UTF-8" msgstr "" -#: picard/ui/mainwindow.py:320 -msgid "E&xit" +#: picard/ui/ui_options_tags.py:162 +msgid "UTF-16" msgstr "" -#: picard/ui/mainwindow.py:322 -msgid "Ctrl+Q" +#: picard/ui/ui_options_tags.py:163 +msgid "ISO-8859-1" msgstr "" -#: picard/ui/mainwindow.py:325 -msgid "&Remove" +#: picard/ui/ui_options_tags.py:164 +msgid "Join multiple ID3v2.3 tags with:" msgstr "" -#: picard/ui/mainwindow.py:326 -msgid "Remove selected files/albums" +#: picard/ui/ui_options_tags.py:165 +msgid "" +"

Default is '/' to maintain compatibility with previous" +" Picard releases.

New alternatives are ';_' or '_/_' or type your own." +"

" msgstr "" -#: picard/ui/mainwindow.py:330 -msgid "Lookup in &Browser" +#: picard/ui/ui_options_tags.py:166 +msgid "Also include ID3v1 tags in the files" msgstr "" -#: picard/ui/mainwindow.py:331 -msgid "Lookup selected item on MusicBrainz website" -msgstr "" +#: picard/ui/ui_passworddialog.py:60 +msgid "Authentication required" +msgstr "الاستيثاق مطلوب" -#: picard/ui/mainwindow.py:335 -msgid "File &Browser" +#: picard/ui/ui_provider_options_caa.py:80 +msgid "Download only cover art images matching selected types" msgstr "" -#: picard/ui/mainwindow.py:339 -msgid "Ctrl+B" -msgstr "" +#: picard/ui/ui_provider_options_caa.py:81 +msgid "Select types..." +msgstr "اختر الأنواع..." -#: picard/ui/mainwindow.py:342 -msgid "&Cover Art" -msgstr "" +#: picard/ui/ui_provider_options_caa.py:82 +msgid "Only use images of the following size:" +msgstr "استخدم صورا بهذا المقاس فقط:" -#: picard/ui/mainwindow.py:348 -msgid "Search" +#: picard/ui/ui_provider_options_caa.py:83 +msgid "Save only one front image as separate file" msgstr "" -#: picard/ui/mainwindow.py:351 -msgid "&CD Lookup..." -msgstr "" +#: picard/ui/ui_provider_options_caa.py:84 +msgid "Download only approved images" +msgstr "نزّل الصور الموافق عليها فقط" -#: picard/ui/mainwindow.py:352 picard/ui/mainwindow.py:353 -msgid "Lookup CD" +#: picard/ui/ui_provider_options_caa.py:85 +msgid "" +"Use the first image type as the filename. This will not change the filename " +"of front images." msgstr "" -#: picard/ui/mainwindow.py:355 -msgid "Ctrl+K" +#: picard/ui/ui_provider_options_local.py:51 +msgid "Local cover art files match the following regular expression:" msgstr "" -#: picard/ui/mainwindow.py:358 -msgid "&Scan" +#: picard/ui/ui_provider_options_local.py:53 +msgid "" +"First group in the regular expression, if any, will be used as type, ie. " +"cover-back-spine.jpg will be set as types Back + Spine. If no type is found," +" it will default to Front type." msgstr "" -#: picard/ui/mainwindow.py:361 -msgid "Ctrl+Y" -msgstr "" +#: picard/ui/ui_tagsfromfilenames.py:51 +msgid "Convert File Names to Tags" +msgstr "حوّل أسماء الملفات إلى وسوم" -#: picard/ui/mainwindow.py:364 -msgid "Cl&uster" -msgstr "" +#: picard/ui/ui_tagsfromfilenames.py:52 +msgid "Replace underscores with spaces" +msgstr "استبدل الشرطات السفلية بمسافات" -#: picard/ui/mainwindow.py:367 -msgid "Ctrl+U" -msgstr "" +#: picard/ui/ui_tagsfromfilenames.py:53 +msgid "&Preview" +msgstr "&عاين" -#: picard/ui/mainwindow.py:370 -msgid "&Lookup" -msgstr "" +#: picard/ui/util.py:34 +msgid "&Ok" +msgstr "&حسنا" -#: picard/ui/mainwindow.py:371 picard/ui/mainwindow.py:372 -msgid "Lookup metadata" +#: picard/ui/util.py:37 +msgid "Clos&e" msgstr "" -#: picard/ui/mainwindow.py:375 -msgid "Ctrl+L" -msgstr "" +#: picard/ui/util.py:88 +msgid "Clear entry" +msgstr "امسح المدخلة" -#: picard/ui/mainwindow.py:378 -msgid "&Info..." -msgstr "" +#: picard/ui/options/__init__.py:88 +msgid "Regex Error" +msgstr "خطأ في التعبير النمطي" -#: picard/ui/mainwindow.py:381 -msgid "Ctrl+I" -msgstr "" +#: picard/ui/options/about.py:30 +msgid "About" +msgstr "ع" -#: picard/ui/mainwindow.py:384 -msgid "&Refresh" -msgstr "" +#: picard/ui/options/about.py:50 +msgid "translator-credits" +msgstr "صفا الفليج" -#: picard/ui/mainwindow.py:385 -msgid "Ctrl+R" -msgstr "" +#: picard/ui/options/about.py:53 +#, python-format +msgid "
Translated to LANG by %s" +msgstr "
ترجم التطبيق إلى العربية: %s" -#: picard/ui/mainwindow.py:388 -msgid "&Rename Files" -msgstr "" +#: picard/ui/options/about.py:61 +#, python-format +msgid "" +"

MusicBrainz Picard
\n" +"Version %(version)s

\n" +"

\n" +"%(third_parties_versions)s\n" +"

\n" +"

Supported formats
%(formats)s

\n" +"

Please donate
\n" +"Thank you for using Picard. Picard relies on the MusicBrainz database, which is operated by the MetaBrainz Foundation with the help of thousands of volunteers. If you like this application please consider donating to the MetaBrainz Foundation to keep the service running.

\n" +"

Donate now!

\n" +"

Credits
\n" +"Copyright © 2004-2017 Robert Kaye, Lukáš Lalinský, Laurent Monin, Sambhav Kothari and others%(translator-credits)s

\n" +"

Icons made by Sambhav Kothari \n" +"and Madebyoliver,\n" +"Pixel Buddha,\n" +"Nikita Golubev,\n" +"Maxim Basinski\n" +"from www.flaticon.com\n" +"

\n" +"

Official website
%(picard-doc-url)s

\n" +msgstr "\n

MusicBrainz Picard
\nالإصدارة %(version)s

\n

\n%(third_parties_versions)s\n

\n

النسق المدعومة
%(formats)s

\n

نرجو منك التبرّع
\nشكرا على استخدامك Picard. يعتمد التطبيق على قاعدة بيانات MusicBrainz المدارة من مؤسسة MetaBrainz بمساعدة آلاف المتطوعين. إن أحببت هذا التطبيق فنرجو منك أن تتبرّع إلى مؤسسة MetaBrainz لتبقى هذه الخدمة تعمل.

\n

تبرّع الآن!

\n

إشادات
\nالحقوق محفوظة © 2004-2017 لِ‍ Robert Kaye، وLukáš Lalinský، وLaurent Monin، وSambhav Kothari وآخرون%(translator-credits)s

\n

صمّم الأيقونات Sambhav Kothari \nوMadebyoliver،\nوPixel Buddha،\nوNikita Golubev،\nوMaxim Basinski\nمن www.flaticon.com\n

\n

الموقع الرسمي
%(picard-doc-url)s

\n\n" -#: picard/ui/mainwindow.py:393 -msgid "&Move Files" -msgstr "" +#: picard/ui/options/advanced.py:28 +msgid "Advanced" +msgstr "متقدّم" -#: picard/ui/mainwindow.py:398 -msgid "Save &Tags" +#: picard/ui/options/cover.py:31 +msgid "Cover Art" msgstr "" -#: picard/ui/mainwindow.py:403 -msgid "Tags From &File Names..." -msgstr "" +#: picard/ui/options/dialog.py:83 +msgid "&Restore all Defaults" +msgstr "ا&ستعد كل المبدئيات" + +#: picard/ui/options/dialog.py:84 +msgid "Reset all of Picard's settings" +msgstr "صفّر كل إعدادات Picard" + +#: picard/ui/options/dialog.py:85 +msgid "Restore &Defaults" +msgstr "استعد المب&دئيات" + +#: picard/ui/options/dialog.py:86 +msgid "Reset all settings for current option page" +msgstr "صفّر كل إعدادات صفحة الخيارات الحالية" + +#: picard/ui/options/dialog.py:89 +msgid "Make It So!" +msgstr "طبّقها!" + +#: picard/ui/options/dialog.py:166 +msgid "You are about to reset your options for this page." +msgstr "أنت على وشك تصفير كل الخيارات في هذه الصفحة." + +#: picard/ui/options/dialog.py:170 +msgid "Warning! This will reset all of your settings." +msgstr "تحذير! سيصفّر هذا كل إعداداتك." + +#: picard/ui/options/dialog.py:177 +msgid "Confirm Reset" +msgstr "أكّد التصفير" + +#: picard/ui/options/dialog.py:178 +msgid "Are you sure?" +msgstr "أمتأكد؟" -#: picard/ui/mainwindow.py:406 -msgid "View &Log..." +#: picard/ui/options/fingerprinting.py:32 +msgid "Fingerprinting" msgstr "" -#: picard/ui/mainwindow.py:412 -msgid "&Open..." +#: picard/ui/options/fingerprinting.py:135 +#: picard/ui/options/fingerprinting.py:139 +msgid "Please select a valid fpcalc executable." msgstr "" -#: picard/ui/mainwindow.py:413 -msgid "Open the file" +#: picard/ui/options/fingerprinting.py:139 +msgid "Invalid fpcalc executable" msgstr "" -#: picard/ui/mainwindow.py:416 -msgid "Open &Folder..." -msgstr "" +#: picard/ui/options/general.py:73 +#, python-format +msgid "Logged in as %s." +msgstr "والج كَ‍ %s." -#: picard/ui/mainwindow.py:417 -msgid "Open the containing folder" -msgstr "" +#: picard/ui/options/general.py:87 +msgid "Authorization code:" +msgstr "رمز الاستيثاق:" -#: picard/ui/mainwindow.py:438 -msgid "&File" -msgstr "" +#: picard/ui/options/interface.py:40 +msgid "User Interface" +msgstr "واجهة المستخدم" -#: picard/ui/mainwindow.py:446 -msgid "&Edit" -msgstr "" +#: picard/ui/options/interface.py:47 +msgid "Add Folder" +msgstr "أضِف مجلدا" -#: picard/ui/mainwindow.py:452 -msgid "&View" -msgstr "" +#: picard/ui/options/interface.py:51 +msgid "Add Files" +msgstr "أضِف ملفات" -#: picard/ui/mainwindow.py:460 -msgid "&Options" +#: picard/ui/options/interface.py:55 +msgid "Cluster" msgstr "" -#: picard/ui/mainwindow.py:466 -msgid "&Tools" +#: picard/ui/options/interface.py:59 +msgid "Lookup" msgstr "" -#: picard/ui/mainwindow.py:475 picard/ui/util.py:33 -msgid "&Help" +#: picard/ui/options/interface.py:63 +msgid "Scan" msgstr "" -#: picard/ui/mainwindow.py:493 -msgid "&Toolbar" -msgstr "" +#: picard/ui/options/interface.py:67 +msgid "Lookup in Browser" +msgstr "ابحث في المتصفّح" -#: picard/ui/mainwindow.py:520 -msgid "&Search Bar" -msgstr "" +#: picard/ui/options/interface.py:71 +msgid "Save" +msgstr "احفظ" -#: picard/ui/mainwindow.py:527 picard/ui/puidsubmit.py:31 -msgid "Track" +#: picard/ui/options/interface.py:83 +msgid "Submit AcoustIDs" msgstr "" -#: picard/ui/mainwindow.py:566 -msgid "All Supported Formats" -msgstr "" +#: picard/ui/options/interface.py:87 +msgid "Open in Player" +msgstr "افتح في المشغّل" -#: picard/ui/mainwindow.py:624 picard/ui/mainwindow.py:633 -msgid "Various Artists file naming scheme removal" +#: picard/ui/options/interface.py:91 +msgid "Lookup CD..." msgstr "" -#: picard/ui/mainwindow.py:625 +#: picard/ui/options/interface.py:130 +msgid "System default" +msgstr "مبدئيات النظام" + +#: picard/ui/options/interface.py:185 +msgid "Language changed" +msgstr "تغيّرت اللغة" + +#: picard/ui/options/interface.py:186 msgid "" -"The separate file naming scheme for various artists albums has been\n" -"removed in this version of Picard. You currently do not use the this option,\n" -"but have a separate file naming scheme defined. Do you want to remove it or\n" -"merge it with your file naming scheme for single artist albums?" -msgstr "" +"You have changed the interface language. You have to restart Picard in order" +" for the change to take effect." +msgstr "لقد غيّرت لغة الواجهة. عليك إعادة تشغيل Picard ليأخذ التغيير مفعوله." -#: picard/ui/mainwindow.py:629 -msgid "Merge" -msgstr "" +#: picard/ui/options/interface.py:210 +msgid "Drag and Drop to re-order" +msgstr "اسحب وأفلِت لإعادة الترتيب" -#: picard/ui/mainwindow.py:629 picard/ui/metadatabox.py:185 -msgid "Remove" +#: picard/ui/options/interface.py:212 picard/ui/options/interface.py:281 +msgid "label" +msgstr "لصيقة" + +#: picard/ui/options/matching.py:28 +msgid "Matching" +msgstr "المطابقة" + +#: picard/ui/options/network.py:28 +msgid "Network" +msgstr "الشبكة" + +#: picard/ui/options/plugins.py:140 +msgid "No plugins installed." +msgstr "لا ملحقات مثبّتة." + +#: picard/ui/options/plugins.py:201 +#, python-format +msgid "The plugin '%s' is not compatible with this version of Picard." +msgstr "الملحقة ”%s“ غير متوافقة مع إصدارة Picard هذه." + +#: picard/ui/options/plugins.py:228 picard/ui/options/plugins.py:317 +msgid "Updated" +msgstr "محدّثة" + +#: picard/ui/options/plugins.py:232 +#, python-format +msgid "The plugin '%s' will be upgraded to version %s on next run of Picard." +msgstr "ستُرقّى الملحقة ”%s“ إلى الإصدارة %s في التشغيل التالي لِ‍ Picard." + +#: picard/ui/options/plugins.py:244 +msgid "Uninstall plugin?" msgstr "" -#: picard/ui/mainwindow.py:634 -msgid "" -"The separate file naming scheme for various artists albums has been\n" -"removed in this version of Picard. Your file naming scheme has automatically\n" -"been merged with that of single artist albums." +#: picard/ui/options/plugins.py:245 +#, python-format +msgid "Do you really want to uninstall the plugin '%s' ?" msgstr "" -#: picard/ui/mainwindow.py:682 -msgid "Configuration Required" +#: picard/ui/options/plugins.py:256 picard/ui/options/plugins.py:302 +msgid "Uninstalled" msgstr "" -#: picard/ui/mainwindow.py:683 -msgid "" -"Audio fingerprinting is not yet configured. Would you like to configure it " -"now?" +#: picard/ui/options/plugins.py:297 +msgid "Install" +msgstr "ثبّت" + +#: picard/ui/options/plugins.py:298 +msgid "Uninstall" msgstr "" -#: picard/ui/mainwindow.py:756 picard/ui/mainwindow.py:763 +#: picard/ui/options/plugins.py:315 #, python-format -msgid " (Error: %s)" +msgid "Upgrade from %s to %s" msgstr "" -#: picard/ui/metadatabox.py:64 -#, python-format -msgid "(missing from %d item)" -msgid_plural "(missing from %d items)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: picard/ui/metadatabox.py:66 -#, python-format -msgid "(different across %d item)" -msgid_plural "(different across %d items)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: picard/ui/metadatabox.py:90 -msgid "Tag" -msgstr "" - -#: picard/ui/metadatabox.py:90 -msgid "Original Value" -msgstr "" - -#: picard/ui/metadatabox.py:90 -msgid "New Value" -msgstr "" - -#: picard/ui/metadatabox.py:117 -msgid "Add New Tag..." -msgstr "" - -#: picard/ui/metadatabox.py:119 -msgid "Show Changes First" -msgstr "" - -#: picard/ui/metadatabox.py:166 -msgid "Edit..." -msgstr "" - -#: picard/ui/metadatabox.py:189 -msgid "Use Original Value" -msgid_plural "Use Original Values" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -#: picard/ui/passworddialog.py:38 -#, python-format -msgid "" -"The server %s requires you to login. Please enter your username and " -"password." -msgstr "" - -#: picard/ui/passworddialog.py:76 -#, python-format -msgid "" -"The proxy %s requires you to login. Please enter your username and password." -msgstr "" - -#: picard/ui/puidsubmit.py:31 picard/ui/options/plugins.py:125 -msgid "File" -msgstr "" - -#: picard/ui/puidsubmit.py:31 -msgid "PUID" -msgstr "" - -#: picard/ui/puidsubmit.py:31 -msgid "Release" -msgstr "" - -#: picard/ui/puidsubmit.py:31 -msgid "Release ID" -msgstr "" - -#: picard/ui/tagsfromfilenames.py:54 picard/ui/tagsfromfilenames.py:99 -msgid "File Name" -msgstr "" - -#: picard/ui/ui_cdlookup.py:57 picard/ui/ui_options_cdlookup.py:46 -#: picard/ui/ui_options_cdlookup_select.py:53 picard/ui/options/cdlookup.py:36 -msgid "CD Lookup" -msgstr "" - -#: picard/ui/ui_cdlookup.py:58 -msgid "The following releases on MusicBrainz match the CD:" -msgstr "" - -#: picard/ui/ui_cdlookup.py:59 picard/ui/ui_puidsubmit.py:52 -msgid "OK" -msgstr "" - -#: picard/ui/ui_cdlookup.py:60 -msgid " Lookup manually " -msgstr "" - -#: picard/ui/ui_cdlookup.py:61 picard/ui/ui_puidsubmit.py:53 -msgid "Cancel" -msgstr "" - -#: picard/ui/ui_edittagdialog.py:92 -msgid "Edit Tag" -msgstr "" - -#: picard/ui/ui_edittagdialog.py:93 -msgid "Edit value" -msgstr "" - -#: picard/ui/ui_edittagdialog.py:94 -msgid "Add value" -msgstr "" - -#: picard/ui/ui_edittagdialog.py:95 -msgid "Remove value" -msgstr "" - -#: picard/ui/ui_infodialog.py:66 -msgid "&Info" -msgstr "" - -#: picard/ui/ui_infodialog.py:67 -msgid "A&rtwork" -msgstr "" - -#: picard/ui/ui_options.py:42 -msgid "Options" -msgstr "" - -#: picard/ui/ui_options_cdlookup.py:47 -msgid "CD-ROM device to use for lookups:" -msgstr "" - -#: picard/ui/ui_options_cdlookup_select.py:54 -msgid "Default CD-ROM drive to use for lookups:" -msgstr "" - -#: picard/ui/ui_options_cover.py:53 -msgid "Location" -msgstr "" - -#: picard/ui/ui_options_cover.py:54 -msgid "Embed cover images into tags" -msgstr "" - -#: picard/ui/ui_options_cover.py:55 -msgid "Save cover images as separate files" -msgstr "" - -#: picard/ui/ui_options_cover.py:56 -msgid "Overwrite the file if it already exists" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:74 -msgid "Audio Fingerprinting" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:75 -msgid "Use AcoustID" -msgstr "" +#: picard/ui/options/plugins.py:346 +msgid "Restart Picard to upgrade to new version" +msgstr "أعِد تشغيل Picard للترقية إلى إصدارة أحدث" -#: picard/ui/ui_options_fingerprinting.py:76 -msgid "Use AmpliFIND (formerly MusicDNS)" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:77 -msgid "AcoustID Settings" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:78 -msgid "Fingerprint calculator:" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:79 -#: picard/ui/ui_options_renaming.py:138 -msgid "Browse..." -msgstr "" +#: picard/ui/options/plugins.py:348 +msgid "New version available" +msgstr "تتوفر إصدارة جديد" -#: picard/ui/ui_options_fingerprinting.py:80 -msgid "Download..." -msgstr "" +#: picard/ui/options/plugins.py:354 +msgid "Authors" +msgstr "المؤلفو" -#: picard/ui/ui_options_fingerprinting.py:81 -msgid "API key:" -msgstr "" - -#: picard/ui/ui_options_fingerprinting.py:82 -msgid "Get API key..." -msgstr "" - -#: picard/ui/ui_options_folksonomy.py:106 picard/ui/options/folksonomy.py:29 -msgid "Folksonomy Tags" -msgstr "" - -#: picard/ui/ui_options_folksonomy.py:108 -msgid "Only use my tags" -msgstr "" - -#: picard/ui/ui_options_folksonomy.py:111 -msgid "Maximum number of tags:" -msgstr "" - -#: picard/ui/ui_options_general.py:92 -msgid "MusicBrainz Server" -msgstr "" - -#: picard/ui/ui_options_general.py:93 picard/ui/ui_options_proxy.py:77 -msgid "Port:" -msgstr "" - -#: picard/ui/ui_options_general.py:94 picard/ui/ui_options_proxy.py:78 -msgid "Server address:" -msgstr "" - -#: picard/ui/ui_options_general.py:95 -msgid "Account Information" -msgstr "" - -#: picard/ui/ui_options_general.py:96 picard/ui/ui_options_proxy.py:75 -#: picard/ui/ui_passworddialog.py:74 -msgid "Password:" -msgstr "" - -#: picard/ui/ui_options_general.py:97 picard/ui/ui_options_proxy.py:76 -#: picard/ui/ui_passworddialog.py:73 -msgid "Username:" -msgstr "" - -#: picard/ui/ui_options_general.py:98 picard/ui/options/general.py:29 -msgid "General" -msgstr "" - -#: picard/ui/ui_options_general.py:99 -msgid "Automatically scan all new files" -msgstr "" - -#: picard/ui/ui_options_general.py:100 -msgid "Ignore MBIDs when loading new files" -msgstr "" - -#: picard/ui/ui_options_interface.py:58 -msgid "Miscellaneous" -msgstr "" - -#: picard/ui/ui_options_interface.py:59 -msgid "Show text labels under icons" -msgstr "" - -#: picard/ui/ui_options_interface.py:60 -msgid "Allow selection of multiple directories" -msgstr "" - -#: picard/ui/ui_options_interface.py:61 -msgid "Use advanced query syntax" -msgstr "" - -#: picard/ui/ui_options_interface.py:62 -msgid "Show a quit confirmation dialog for unsaved changes" -msgstr "" - -#: picard/ui/ui_options_interface.py:63 -msgid "User interface language:" -msgstr "" - -#: picard/ui/ui_options_matching.py:77 -msgid "Thresholds" -msgstr "" - -#: picard/ui/ui_options_matching.py:78 -msgid "Minimal similarity for matching files to tracks:" -msgstr "" - -#: picard/ui/ui_options_matching.py:82 -msgid "Minimal similarity for file lookups:" -msgstr "" - -#: picard/ui/ui_options_matching.py:83 -msgid "Minimal similarity for cluster lookups:" -msgstr "" - -#: picard/ui/ui_options_metadata.py:101 picard/ui/options/metadata.py:30 -msgid "Metadata" -msgstr "" - -#: picard/ui/ui_options_metadata.py:102 -msgid "Translate artist names to this locale where possible:" -msgstr "" - -#: picard/ui/ui_options_metadata.py:103 -msgid "Use standardized artist names" -msgstr "" - -#: picard/ui/ui_options_metadata.py:104 -msgid "Convert Unicode punctuation characters to ASCII" -msgstr "" - -#: picard/ui/ui_options_metadata.py:105 -msgid "Use release relationships" -msgstr "" - -#: picard/ui/ui_options_metadata.py:106 -msgid "Use track relationships" -msgstr "" - -#: picard/ui/ui_options_metadata.py:107 -msgid "Use folksonomy tags as genre" -msgstr "" - -#: picard/ui/ui_options_metadata.py:108 -msgid "Custom Fields" -msgstr "" - -#: picard/ui/ui_options_metadata.py:109 -msgid "Various artists:" -msgstr "" - -#: picard/ui/ui_options_metadata.py:110 -msgid "Non-album tracks:" -msgstr "" - -#: picard/ui/ui_options_metadata.py:111 picard/ui/ui_options_metadata.py:112 -#: picard/ui/ui_options_renaming.py:147 -msgid "Default" -msgstr "" - -#: picard/ui/ui_options_plugins.py:131 picard/ui/options/plugins.py:37 -msgid "Plugins" -msgstr "" - -#: picard/ui/ui_options_plugins.py:132 picard/ui/options/plugins.py:121 -msgid "Name" -msgstr "" - -#: picard/ui/ui_options_plugins.py:133 picard/util/tags.py:37 -msgid "Version" -msgstr "" - -#: picard/ui/ui_options_plugins.py:134 picard/ui/options/plugins.py:124 -msgid "Author" -msgstr "" - -#: picard/ui/ui_options_plugins.py:135 -msgid "Install plugin..." -msgstr "" - -#: picard/ui/ui_options_plugins.py:136 -msgid "Open plugin folder" -msgstr "" - -#: picard/ui/ui_options_plugins.py:137 -msgid "Download plugins" -msgstr "" - -#: picard/ui/ui_options_plugins.py:138 -msgid "Details" -msgstr "" - -#: picard/ui/ui_options_proxy.py:74 picard/ui/options/proxy.py:28 -msgid "Web Proxy" -msgstr "" - -#: picard/ui/ui_options_ratings.py:53 -msgid "Enable track ratings" -msgstr "" - -#: picard/ui/ui_options_ratings.py:54 -msgid "" -"Picard saves the ratings together with an e-mail address identifying the " -"user who did the rating. That way different ratings for different users can " -"be stored in the files. Please specify the e-mail you want to use to save " -"your ratings." -msgstr "" - -#: picard/ui/ui_options_ratings.py:55 -msgid "E-mail:" -msgstr "" - -#: picard/ui/ui_options_ratings.py:56 -msgid "Submit ratings to MusicBrainz" -msgstr "" - -#: picard/ui/ui_options_releases.py:215 -msgid "Preferred release types" -msgstr "" - -#: picard/ui/ui_options_releases.py:217 -msgid "Single" -msgstr "" - -#: picard/ui/ui_options_releases.py:218 -msgid "EP" -msgstr "" - -#: picard/ui/ui_options_releases.py:219 picard/util/tags.py:66 -msgid "Compilation" -msgstr "" - -#: picard/ui/ui_options_releases.py:220 -msgid "Soundtrack" -msgstr "" - -#: picard/ui/ui_options_releases.py:221 -msgid "Spokenword" -msgstr "" - -#: picard/ui/ui_options_releases.py:222 -msgid "Interview" -msgstr "" - -#: picard/ui/ui_options_releases.py:223 -msgid "Audiobook" -msgstr "" - -#: picard/ui/ui_options_releases.py:224 -msgid "Live" -msgstr "" - -#: picard/ui/ui_options_releases.py:225 -msgid "Remix" -msgstr "" - -#: picard/ui/ui_options_releases.py:227 -msgid "Reset all" -msgstr "" - -#: picard/ui/ui_options_releases.py:228 -msgid "Preferred release countries" -msgstr "" - -#: picard/ui/ui_options_releases.py:229 picard/ui/ui_options_releases.py:232 -msgid ">" -msgstr "" - -#: picard/ui/ui_options_releases.py:230 picard/ui/ui_options_releases.py:233 -msgid "<" -msgstr "" - -#: picard/ui/ui_options_releases.py:231 -msgid "Preferred release formats" -msgstr "" - -#: picard/ui/ui_options_renaming.py:134 -msgid "Rename files when saving" -msgstr "" - -#: picard/ui/ui_options_renaming.py:135 -msgid "Replace non-ASCII characters" -msgstr "" +#: picard/ui/options/plugins.py:356 picard/util/tags.py:44 +msgid "License" +msgstr "الرخصة" -#: picard/ui/ui_options_renaming.py:136 -msgid "Replace Windows-incompatible characters" -msgstr "" +#: picard/ui/options/plugins.py:389 +#, python-format +msgid "The plugin '%s' could not be downloaded." +msgstr "تعذّر تنزيل الملحقة ”%s“." -#: picard/ui/ui_options_renaming.py:137 -msgid "Move files to this directory when saving:" -msgstr "" +#: picard/ui/options/plugins.py:390 +msgid "Please try again later." +msgstr "رجاء أعِد المحاولة لاحقا." -#: picard/ui/ui_options_renaming.py:139 -msgid "Delete empty directories" -msgstr "" +#: picard/ui/options/ratings.py:28 +msgid "Ratings" +msgstr "التقييمات" -#: picard/ui/ui_options_renaming.py:140 -msgid "Move additional files:" +#: picard/ui/options/releases.py:87 +msgid "Preferred Releases" msgstr "" -#: picard/ui/ui_options_renaming.py:141 -msgid "Name files like this" -msgstr "" +#: picard/ui/options/releases.py:121 +msgid "Reset all" +msgstr "صفّر الكل" -#: picard/ui/ui_options_renaming.py:148 -msgid "Examples" -msgstr "" +#: picard/ui/options/renaming.py:51 +msgid "File Naming" +msgstr "تسمية الملفات" -#: picard/ui/ui_options_script.py:49 -msgid "Tagger Script" -msgstr "" +#: picard/ui/options/renaming.py:180 picard/ui/options/scripting.py:420 +msgid "" +"Open Scripting Documentation in " +"your browser" +msgstr "افتح توثيق السكربتات في المتصفّح" -#: picard/ui/ui_options_tags.py:114 -msgid "Write tags to files" -msgstr "" +#: picard/ui/options/renaming.py:193 +msgid "The location to move files to must not be empty." +msgstr "المكان حيث ستُنقل إليه الملفات يجب ألا يكون فارغا." -#: picard/ui/ui_options_tags.py:115 -msgid "Preserve timestamps of tagged files" -msgstr "" +#: picard/ui/options/renaming.py:203 +msgid "The file naming format must not be empty." +msgstr "يجب ألا يكون تنسيق تسمية الملف فارغا" -#: picard/ui/ui_options_tags.py:116 -msgid "Before tagging" +#: picard/ui/options/scripting.py:31 +msgid "My script" msgstr "" -#: picard/ui/ui_options_tags.py:117 -msgid "Clear existing tags" -msgstr "" +#: picard/ui/options/scripting.py:130 +msgid "Move script up" +msgstr "انقل السكربت لأعلى" -#: picard/ui/ui_options_tags.py:118 -msgid "Remove ID3 tags from FLAC files" -msgstr "" +#: picard/ui/options/scripting.py:134 +msgid "Move script down" +msgstr "انقل السكربت لأسفل" -#: picard/ui/ui_options_tags.py:119 -msgid "Remove APEv2 tags from MP3 files" +#: picard/ui/options/scripting.py:142 +msgid "Other options" msgstr "" -#: picard/ui/ui_options_tags.py:120 -msgid "" -"Preserve these tags from being cleared or overwritten with MusicBrainz data:" -msgstr "" +#: picard/ui/options/scripting.py:144 +msgid "Rename script" +msgstr "غيّر اسم السكربت" -#: picard/ui/ui_options_tags.py:121 -msgid "Tags are separated by spaces, and are case-sensitive." -msgstr "" +#: picard/ui/options/scripting.py:145 +msgid "Remove script" +msgstr "أزِل السكربت" -#: picard/ui/ui_options_tags.py:122 -msgid "Tag compatibility" -msgstr "" +#: picard/ui/options/scripting.py:207 +msgid "Scripting" +msgstr "السكربتات" -#: picard/ui/ui_options_tags.py:123 -msgid "ID3v2 version" -msgstr "" +#: picard/ui/options/scripting.py:303 +msgid "Are you sure you want to remove this script?" +msgstr "أمتأكد من إزالة هذا السكربت؟" -#: picard/ui/ui_options_tags.py:124 -msgid "2.4" -msgstr "" +#: picard/ui/options/scripting.py:304 +msgid "Confirm Remove" +msgstr "أكّد الإزالة" -#: picard/ui/ui_options_tags.py:125 -msgid "2.3" -msgstr "" +#: picard/ui/options/scripting.py:388 +msgid "Script Error" +msgstr "عطل في السكربت" -#: picard/ui/ui_options_tags.py:126 -msgid "Also include ID3v1 tags in the files" -msgstr "" +#: picard/ui/options/tags.py:31 +msgid "Tags" +msgstr "الوسوم" -#: picard/ui/ui_options_tags.py:127 -msgid "ID3v2 text encoding" +#: picard/ui/searchdialog/__init__.py:104 +msgid "" +" (Syntax " +"Help)" msgstr "" -#: picard/ui/ui_options_tags.py:128 -msgid "UTF-8" -msgstr "" +#: picard/ui/searchdialog/__init__.py:261 +msgid "Loading..." +msgstr "يحمّل..." -#: picard/ui/ui_options_tags.py:129 -msgid "UTF-16" -msgstr "" +#: picard/ui/searchdialog/__init__.py:292 +msgid "Retry" +msgstr "أعِد المحاولة" -#: picard/ui/ui_options_tags.py:130 -msgid "ISO-8859-1" +#: picard/ui/searchdialog/__init__.py:327 +#, python-format +msgid "" +"Following error occurred while fetching " +"results:

Network request error for %s:
%s (QT code %d, " +"HTTP code %s)
" msgstr "" -#: picard/ui/ui_passworddialog.py:72 -msgid "Authentication required" -msgstr "" +#: picard/ui/searchdialog/__init__.py:338 +msgid "" +"No results found. Please try a different search query." +msgstr "لم يُعثر على نتائج. رجاءً أعِد البحث باستعلام مختلف." -#: picard/ui/ui_passworddialog.py:75 -msgid "Save username and password" -msgstr "" +#: picard/ui/searchdialog/album.py:129 picard/ui/searchdialog/track.py:49 +msgid "Load into Picard" +msgstr "حمّل في Picard" + +#: picard/ui/searchdialog/album.py:131 +msgid "Album Search Results" +msgstr "نتائج البحث عن الألبومات" -#: picard/ui/ui_puidsubmit.py:51 -msgid "Submit PUIDs" -msgstr "" +#: picard/ui/searchdialog/album.py:142 picard/util/tags.py:85 +msgid "Language" +msgstr "اللغة" -#: picard/ui/ui_tagsfromfilenames.py:54 -msgid "Convert File Names to Tags" -msgstr "" +#: picard/ui/searchdialog/album.py:144 +msgid "Status" +msgstr "الحالة" -#: picard/ui/ui_tagsfromfilenames.py:55 -msgid "Replace underscores with spaces" +#: picard/ui/searchdialog/album.py:146 picard/ui/searchdialog/artist.py:51 +#: picard/ui/searchdialog/track.py:60 +msgid "Score" msgstr "" -#: picard/ui/ui_tagsfromfilenames.py:56 -msgid "&Preview" -msgstr "" +#: picard/ui/searchdialog/artist.py:40 +msgid "Show in browser" +msgstr "اعرض في المتصفّح" -#: picard/ui/util.py:31 -msgid "&Ok" +#: picard/ui/searchdialog/artist.py:41 +msgid "Artist Search Dialog" msgstr "" -#: picard/ui/util.py:32 -msgid "&Cancel" +#: picard/ui/searchdialog/artist.py:45 +msgid "Gender" msgstr "" -#: picard/ui/options/about.py:29 -msgid "About" +#: picard/ui/searchdialog/artist.py:46 +msgid "Area" msgstr "" -#: picard/ui/options/about.py:48 -msgid "translator-credits" -msgstr "Launchpad Contributions:\n Ahmed Toulan https://launchpad.net/~thelinuxer\n Hajex https://launchpad.net/~hajex\n MaXeR https://launchpad.net/~themaxer\n Philipp Wolfer https://launchpad.net/~phw" - -#: picard/ui/options/about.py:51 -#, python-format -msgid "
Translated to LANG by %s" +#: picard/ui/searchdialog/artist.py:47 +msgid "Begin" msgstr "" -#: picard/ui/options/about.py:55 -#, python-format -msgid "" -"

MusicBrainz Picard
\n" -"Version %(version)s

\n" -"

Supported formats
%(formats)s

\n" -"

Please donate
\n" -"Thank you for using Picard. Picard relies on the MusicBrainz database, which is operated by the MetaBrainz Foundation with the help of thousands of volunteers. If you like this application please consider donating to the MetaBrainz Foundation to keep the service running.

\n" -"

Donate now!

\n" -"

Credits
\n" -"Copyright © 2004-2011 Robert Kaye, Lukáš Lalinský and others%(translator-credits)s

\n" -"

http://musicbrainz.org/doc/MusicBrainz_Picard

\n" +#: picard/ui/searchdialog/artist.py:48 +msgid "Begin Area" msgstr "" -#: picard/ui/options/advanced.py:26 -msgid "Advanced" +#: picard/ui/searchdialog/artist.py:49 +msgid "End" msgstr "" -#: picard/ui/options/cover.py:29 -msgid "Cover Art" +#: picard/ui/searchdialog/artist.py:50 +msgid "End Area" msgstr "" -#: picard/ui/options/fingerprinting.py:32 -msgid "Fingerprinting" -msgstr "" +#: picard/ui/searchdialog/track.py:51 +msgid "Track Search Results" +msgstr "نتائج البحث عن المقطوعات" -#: picard/ui/options/interface.py:32 -msgid "User Interface" -msgstr "" +#: picard/ui/searchdialog/track.py:56 +msgid "Release" +msgstr "الإصدار" -#: picard/ui/options/interface.py:49 -msgid "System default" +#: picard/ui/searchdialog/track.py:168 +msgid "Standalone Recording" msgstr "" -#: picard/ui/options/interface.py:76 -msgid "Language changed" +#: picard/util/bytes2human.py:33 +#, python-format +msgid "%s B" +msgstr "%s ب" + +#: picard/util/bytes2human.py:34 +#, python-format +msgid "%s kB" msgstr "" -#: picard/ui/options/interface.py:76 -msgid "" -"You have changed the interface language. You have to restart Picard in order" -" for the change to take effect." +#: picard/util/bytes2human.py:35 +#, python-format +msgid "%s KiB" msgstr "" -#: picard/ui/options/matching.py:29 -msgid "Matching" +#: picard/util/bytes2human.py:36 +#, python-format +msgid "%s MB" msgstr "" -#: picard/ui/options/ratings.py:29 -msgid "Ratings" +#: picard/util/bytes2human.py:37 +#, python-format +msgid "%s MiB" msgstr "" -#: picard/ui/options/releases.py:33 -msgid "Preferred Releases" +#: picard/util/bytes2human.py:38 +#, python-format +msgid "%s GB" msgstr "" -#: picard/ui/options/renaming.py:34 -msgid "File naming" +#: picard/util/bytes2human.py:39 +#, python-format +msgid "%s GiB" msgstr "" -#: picard/ui/options/renaming.py:143 -msgid "Error" +#: picard/util/bytes2human.py:40 +#, python-format +msgid "%s TB" msgstr "" -#: picard/ui/options/renaming.py:143 -msgid "The location to move files to must not be empty." +#: picard/util/bytes2human.py:41 +#, python-format +msgid "%s TiB" msgstr "" -#: picard/ui/options/renaming.py:153 -msgid "The file naming format must not be empty." +#: picard/util/bytes2human.py:42 +#, python-format +msgid "%s PB" msgstr "" -#: picard/ui/options/scripting.py:63 -msgid "Scripting" +#: picard/util/bytes2human.py:43 +#, python-format +msgid "%s PiB" msgstr "" -#: picard/ui/options/scripting.py:97 -msgid "Script Error" +#: picard/util/bytes2human.py:84 +#, python-format +msgid "%s " msgstr "" #: picard/util/tags.py:25 msgid "Original Release Date" -msgstr "" +msgstr "تاريخ الإصدار الأصلي" #: picard/util/tags.py:26 -msgid "Album Artist" -msgstr "" +msgid "Original Year" +msgstr "السنة الأصلية" #: picard/util/tags.py:27 -msgid "Track Number" -msgstr "" +msgid "Album Artist" +msgstr "فنّان الألبوم" #: picard/util/tags.py:28 -msgid "Total Tracks" -msgstr "" +msgid "Track Number" +msgstr "رقم المقطوعة" #: picard/util/tags.py:29 -msgid "Disc Number" -msgstr "" +msgid "Total Tracks" +msgstr "إجمالي المقطوعات" #: picard/util/tags.py:30 -msgid "Total Discs" -msgstr "" +msgid "Disc Number" +msgstr "رقم الأسطوان" #: picard/util/tags.py:31 -msgid "Album Artist Sort Order" -msgstr "" +msgid "Total Discs" +msgstr "إجمالي الأسطوانات" #: picard/util/tags.py:32 -msgid "Artist Sort Order" +msgid "Album Artist Sort Order" msgstr "" #: picard/util/tags.py:33 -msgid "Title Sort Order" +msgid "Artist Sort Order" msgstr "" #: picard/util/tags.py:34 -msgid "Album Sort Order" +msgid "Title Sort Order" msgstr "" #: picard/util/tags.py:35 -msgid "ASIN" +msgid "Album Sort Order" msgstr "" #: picard/util/tags.py:36 -msgid "Grouping" +msgid "Composer Sort Order" +msgstr "" + +#: picard/util/tags.py:37 +msgid "ASIN" msgstr "" #: picard/util/tags.py:38 -msgid "ISRC" +msgid "Grouping" msgstr "" #: picard/util/tags.py:39 -msgid "Mood" +msgid "ISRC" msgstr "" #: picard/util/tags.py:40 -msgid "BPM" +msgid "Mood" msgstr "" #: picard/util/tags.py:41 -msgid "Copyright" +msgid "BPM" msgstr "" #: picard/util/tags.py:42 -msgid "License" +msgid "Key" msgstr "" #: picard/util/tags.py:43 -msgid "Composer" -msgstr "" - -#: picard/util/tags.py:44 -msgid "Writer" -msgstr "" +msgid "Copyright" +msgstr "حقوق النسخ" #: picard/util/tags.py:45 -msgid "Conductor" -msgstr "" +msgid "Composer" +msgstr "الملحّن" #: picard/util/tags.py:46 -msgid "Lyricist" -msgstr "" +msgid "Writer" +msgstr "الكاتب" #: picard/util/tags.py:47 -msgid "Arranger" +msgid "Conductor" msgstr "" #: picard/util/tags.py:48 -msgid "Producer" +msgid "Lyricist" msgstr "" #: picard/util/tags.py:49 -msgid "Engineer" +msgid "Arranger" msgstr "" #: picard/util/tags.py:50 -msgid "Subtitle" -msgstr "" +msgid "Producer" +msgstr "المنتج" #: picard/util/tags.py:51 -msgid "Disc Subtitle" -msgstr "" +msgid "Engineer" +msgstr "المهندس" #: picard/util/tags.py:52 -msgid "Remixer" +msgid "Subtitle" msgstr "" #: picard/util/tags.py:53 -msgid "MusicBrainz Recording Id" +msgid "Disc Subtitle" msgstr "" #: picard/util/tags.py:54 -msgid "MusicBrainz Release Id" +msgid "Remixer" msgstr "" #: picard/util/tags.py:55 -msgid "MusicBrainz Artist Id" +msgid "MusicBrainz Recording Id" msgstr "" #: picard/util/tags.py:56 -msgid "MusicBrainz Release Artist Id" +msgid "MusicBrainz Track Id" msgstr "" #: picard/util/tags.py:57 -msgid "MusicBrainz Work Id" +msgid "MusicBrainz Release Id" msgstr "" #: picard/util/tags.py:58 -msgid "MusicBrainz Disc Id" +msgid "MusicBrainz Artist Id" msgstr "" #: picard/util/tags.py:59 -msgid "MusicBrainz Sort Name" +msgid "MusicBrainz Release Artist Id" msgstr "" #: picard/util/tags.py:60 -msgid "MusicIP PUID" +msgid "MusicBrainz Work Id" msgstr "" #: picard/util/tags.py:61 -msgid "MusicIP Fingerprint" +msgid "MusicBrainz Release Group Id" msgstr "" #: picard/util/tags.py:62 -msgid "AcoustID" +msgid "MusicBrainz Disc Id" msgstr "" #: picard/util/tags.py:63 -msgid "AcoustID Fingerprint" +msgid "MusicIP PUID" msgstr "" #: picard/util/tags.py:64 -msgid "Disc Id" +msgid "MusicIP Fingerprint" msgstr "" #: picard/util/tags.py:65 -msgid "Website" +msgid "AcoustID" msgstr "" -#: picard/util/tags.py:67 -msgid "Comment" +#: picard/util/tags.py:66 +msgid "AcoustID Fingerprint" msgstr "" +#: picard/util/tags.py:67 +msgid "Disc Id" +msgstr "معرّف الأسطوان" + #: picard/util/tags.py:68 -msgid "Genre" -msgstr "" +msgid "Artist Website" +msgstr "موقع الفنّان" #: picard/util/tags.py:69 -msgid "Encoded By" +msgid "Compilation (iTunes)" msgstr "" #: picard/util/tags.py:70 -msgid "Performer" -msgstr "" +msgid "Comment" +msgstr "تعليق" #: picard/util/tags.py:71 -msgid "Release Type" -msgstr "" +msgid "Genre" +msgstr "النوع" #: picard/util/tags.py:72 -msgid "Release Status" -msgstr "" +msgid "Encoded By" +msgstr "رمّزهُ" #: picard/util/tags.py:73 -msgid "Release Country" -msgstr "" +msgid "Encoder Settings" +msgstr "إعدادات المرمّز" #: picard/util/tags.py:74 -msgid "Record Label" -msgstr "" +msgid "Performer" +msgstr "المؤدي" + +#: picard/util/tags.py:75 +msgid "Release Type" +msgstr "نوع الإصدار" #: picard/util/tags.py:76 -msgid "Catalog Number" -msgstr "" +msgid "Release Status" +msgstr "حالة الإصدار" #: picard/util/tags.py:77 -msgid "Format" -msgstr "" +msgid "Release Country" +msgstr "بلد الإصدار" #: picard/util/tags.py:78 -msgid "DJ-Mixer" -msgstr "" - -#: picard/util/tags.py:79 -msgid "Media" +msgid "Record Label" msgstr "" #: picard/util/tags.py:80 -msgid "Lyrics" -msgstr "" +msgid "Catalog Number" +msgstr "رقم الكتالوج" #: picard/util/tags.py:81 -msgid "Mixer" +msgid "DJ-Mixer" msgstr "" #: picard/util/tags.py:82 -msgid "Language" -msgstr "" +msgid "Media" +msgstr "الوسيط" #: picard/util/tags.py:83 +msgid "Lyrics" +msgstr "الكلمات" + +#: picard/util/tags.py:84 +msgid "Mixer" +msgstr "المازج" + +#: picard/util/tags.py:86 msgid "Script" msgstr "" -#: picard/util/tags.py:85 +#: picard/util/tags.py:88 msgid "Rating" +msgstr "التقييم" + +#: picard/util/tags.py:89 +msgid "Artists" +msgstr "الفنّانون" + +#: picard/util/tags.py:90 +msgid "Work" msgstr "" -#: picard/util/webbrowser2.py:88 -msgid "Web Browser Error" +#: picard/util/tags.py:91 +msgid "Original Artist" +msgstr "الفنّان الأصلي" + +#: picard/util/tags.py:92 +msgid "MusicBrainz Original Artist Id" msgstr "" -#: picard/util/webbrowser2.py:88 +#: picard/util/tags.py:93 +msgid "Original Album" +msgstr "الألبوم الأصلي" + +#: picard/util/tags.py:94 +msgid "MusicBrainz Original Release Id" +msgstr "" + +#: picard/util/versions.py:53 +msgid "is not installed" +msgstr "" + +#: picard/util/webbrowser2.py:34 +msgid "Web Browser Error" +msgstr "عطل في متصفّح الوب" + +#: picard/util/webbrowser2.py:34 #, python-format msgid "" "Error while launching a web browser:\n" "\n" "%s" -msgstr "" +msgstr "عطل أثناء إطلاق متصفّح الوب:\n\n%s" diff -Nru picard-1.4.2/po/attributes/da.po picard-2.0.0/po/attributes/da.po --- picard-1.4.2/po/attributes/da.po 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/po/attributes/da.po 2018-07-18 13:28:22.000000000 +0000 @@ -1,12 +1,12 @@ -# Translators: +# # Translators: # Frederik “Freso” S. Olesen , 2012 # Frederik “Freso” S. Olesen , 2014-2015 msgid "" msgstr "" "Project-Id-Version: MusicBrainz\n" -"PO-Revision-Date: 2017-01-16 20:46+0000\n" -"Last-Translator: Laurent Monin \n" +"PO-Revision-Date: 2018-06-30 10:21+0000\n" +"Last-Translator: yvanz\n" "Language-Team: Danish (http://www.transifex.com/musicbrainz/musicbrainz/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,6 +39,11 @@ msgid "10\" Vinyl" msgstr "10\" vinyl" +#: DB:medium_format/name:72 +msgctxt "medium_format" +msgid "12\" LaserDisc" +msgstr "" + #: DB:medium_format/name:55 msgctxt "medium_format" msgid "12\" Shellac" @@ -69,6 +74,16 @@ msgid "7\" Vinyl" msgstr "7\" vinyl" +#: DB:medium_format/name:71 +msgctxt "medium_format" +msgid "8\" LaserDisc" +msgstr "" + +#: DB:medium_format/name:78 +msgctxt "medium_format" +msgid "8-Track Cartridge" +msgstr "" + #: DB:medium_format/name:34 msgctxt "medium_format" msgid "8cm CD" @@ -132,6 +147,13 @@ "versions supplied to radio DJs for air-play)." msgstr "" +#: DB:instrument_type/description:7 +msgctxt "instrument_type" +msgid "" +"A grouping of related but different instruments, like the different violin-" +"like instruments" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:28 msgctxt "work_attribute_type_allowed_value" msgid "A major" @@ -172,6 +194,17 @@ "release." msgstr "" +#: DB:release_packaging/description:17 +msgctxt "release_packaging" +msgid "A perfect bound book with a sleeve at the end to hold a CD" +msgstr "" + +#: DB:place_type/description:8 +msgctxt "place_type" +msgid "" +"A place (generally a factory) at which physical media are manufactured." +msgstr "" + #: DB:place_type/description:5 msgctxt "place_type" msgid "" @@ -236,6 +269,13 @@ msgid "A recurring festival, usually happening annually in the same location." msgstr "" +#: DB:place_type/description:7 +msgctxt "place_type" +msgid "" +"A school, university or other similar educational institution (especially, " +"but not only, one where music is taught)" +msgstr "" + #: DB:series_type/description:6 msgctxt "series_type" msgid "A series of events." @@ -300,6 +340,13 @@ " even book." msgstr "" +#: DB:instrument_type/description:6 +msgctxt "instrument_type" +msgid "" +"A standard grouping of instruments often played together, like a string " +"quartet" +msgstr "" + #: DB:work_type/description:6 msgctxt "work_type" msgid "" @@ -346,6 +393,11 @@ msgid "A-flat minor" msgstr "Aes‐mol" +#: DB:work_attribute_type_allowed_value/value:817 +msgctxt "work_attribute_type_allowed_value" +msgid "A-sharp major" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:30 msgctxt "work_attribute_type_allowed_value" msgid "A-sharp minor" @@ -771,11 +823,26 @@ msgid "B-flat minor" msgstr "" +#: DB:work_attribute_type_allowed_value/value:818 +msgctxt "work_attribute_type_allowed_value" +msgid "B-sharp major" +msgstr "" + +#: DB:work_attribute_type_allowed_value/value:819 +msgctxt "work_attribute_type_allowed_value" +msgid "B-sharp minor" +msgstr "" + #: DB:work_attribute_type/name:7 msgctxt "work_attribute_type" msgid "BMI ID" msgstr "BMI-id" +#: DB:work_attribute_type/name:26 +msgctxt "work_attribute_type" +msgid "BUMA/STEMRA ID" +msgstr "" + #: DB:cover_art_archive.art_type/name:2 msgctxt "cover_art_type" msgid "Back" @@ -998,6 +1065,11 @@ msgid "Bozlak" msgstr "" +#: DB:instrument_alias_type/name:3 +msgctxt "alias_type" +msgid "Brand name" +msgstr "" + #: DB:release_group_primary_type/name:12 msgctxt "release_group_primary_type" msgid "Broadcast" @@ -1073,6 +1145,11 @@ msgid "C-flat major" msgstr "Ces-dur" +#: DB:work_attribute_type_allowed_value/value:812 +msgctxt "work_attribute_type_allowed_value" +msgid "C-flat minor" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:4 msgctxt "work_attribute_type_allowed_value" msgid "C-sharp major" @@ -1334,6 +1411,11 @@ msgid "D-flat minor" msgstr "Des-mol" +#: DB:work_attribute_type_allowed_value/value:813 +msgctxt "work_attribute_type_allowed_value" +msgid "D-sharp major" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:10 msgctxt "work_attribute_type_allowed_value" msgid "D-sharp minor" @@ -1534,6 +1616,11 @@ msgid "Dhēnuka" msgstr "Dhēnuka" +#: DB:release_packaging/name:17 +msgctxt "release_packaging" +msgid "Digibook" +msgstr "" + #: DB:release_packaging/name:3 msgctxt "release_packaging" msgid "Digipak" @@ -1745,10 +1832,16 @@ msgstr "Es-dur" #: DB:work_attribute_type_allowed_value/value:12 +#: DB:work_attribute_type_allowed_value/value:815 msgctxt "work_attribute_type_allowed_value" msgid "E-flat minor" msgstr "Es-mol" +#: DB:work_attribute_type_allowed_value/value:814 +msgctxt "work_attribute_type_allowed_value" +msgid "E-sharp major" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:15 msgctxt "work_attribute_type_allowed_value" msgid "E-sharp minor" @@ -1764,6 +1857,11 @@ msgid "Edison Diamond Disc" msgstr "" +#: DB:place_type/name:7 +msgctxt "place_type" +msgid "Educational institution" +msgstr "" + #: DB:instrument_type/name:4 msgctxt "instrument_type" msgid "Electronic instrument" @@ -1774,6 +1872,11 @@ msgid "Enhanced CD" msgstr "" +#: DB:instrument_type/name:6 +msgctxt "instrument_type" +msgid "Ensemble" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:356 msgctxt "work_attribute_type_allowed_value" msgid "Eski Sipihr" @@ -1904,6 +2007,11 @@ msgid "Fahte" msgstr "" +#: DB:instrument_type/name:7 +msgctxt "instrument_type" +msgid "Family" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:615 msgctxt "work_attribute_type_allowed_value" msgid "Fantezi" @@ -1989,6 +2097,13 @@ msgid "Fireng-i Fer" msgstr "" +#: DB:medium_format/description:73 +msgctxt "medium_format" +msgid "" +"Flat discs with grooves used in phonographs/gramophones. For shellac and " +"vinyl records, use that specifically" +msgstr "" + #: DB:medium_format/name:51 msgctxt "medium_format" msgid "Flexi-disc" @@ -2002,6 +2117,11 @@ "turntable." msgstr "" +#: DB:medium_format/name:76 +msgctxt "medium_format" +msgid "Floppy Disk" +msgstr "" + #: DB:work_attribute_type/name:16 msgctxt "work_attribute_type" msgid "Form (Ottoman, Turkish)" @@ -2047,6 +2167,11 @@ msgid "G-flat major" msgstr "Ges-dur" +#: DB:work_attribute_type_allowed_value/value:816 +msgctxt "work_attribute_type_allowed_value" +msgid "G-flat minor" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:24 msgctxt "work_attribute_type_allowed_value" msgid "G-sharp major" @@ -2297,6 +2422,11 @@ msgid "Hezeç" msgstr "" +#: DB:medium_format/name:75 +msgctxt "medium_format" +msgid "HiPac" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:391 msgctxt "work_attribute_type_allowed_value" msgid "Hicaz" @@ -2527,6 +2657,31 @@ msgid "Hēmavati" msgstr "Hēmavati" +#: DB:work_attribute_type/name:29 +msgctxt "work_attribute_type" +msgid "ICE ID" +msgstr "" + +#: DB:work_attribute_type/description:28 +msgctxt "work_attribute_type" +msgid "ID for the Belgian rights society SABAM" +msgstr "" + +#: DB:work_attribute_type/description:29 +msgctxt "work_attribute_type" +msgid "ID for the International Copyright Enterprise" +msgstr "" + +#: DB:work_attribute_type/description:27 +msgctxt "work_attribute_type" +msgid "ID for the Mexican rights society SACM" +msgstr "" + +#: DB:work_attribute_type/description:30 +msgctxt "work_attribute_type" +msgid "ID for the Polish rights society ZAiKS" +msgstr "" + #: DB:work_attribute_type/name:14 msgctxt "work_attribute_type" msgid "Identifiers" @@ -3015,7 +3170,7 @@ #: DB:editor_collection_type/name:10 msgctxt "collection_type" msgid "Label" -msgstr "" +msgstr "Selskab" #: DB:label_alias_type/name:1 msgctxt "alias_type" @@ -3167,6 +3322,11 @@ msgid "Manual" msgstr "" +#: DB:label_type/name:10 +msgctxt "label_type" +msgid "Manufacturer" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:172 msgctxt "work_attribute_type_allowed_value" msgid "Manōranjani" @@ -3187,11 +3347,6 @@ msgid "Masterclass/Clinic" msgstr "" -#: DB:work_attribute_type_allowed_value/value:452 -msgctxt "work_attribute_type_allowed_value" -msgid "Mate" -msgstr "" - #: DB:work_attribute_type_allowed_value/value:449 msgctxt "work_attribute_type_allowed_value" msgid "Maver" @@ -3212,6 +3367,11 @@ msgid "Maybe attending" msgstr "" +#: DB:work_attribute_type_allowed_value/value:452 +msgctxt "work_attribute_type_allowed_value" +msgid "Maye" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:175 msgctxt "work_attribute_type_allowed_value" msgid "Mayūra sāvēri" @@ -3400,6 +3560,11 @@ msgid "Murabba" msgstr "" +#: DB:work_attribute_type_allowed_value/value:811 +msgctxt "work_attribute_type_allowed_value" +msgid "Murabba Beste " +msgstr "" + #: DB:medium_format/name:46 msgctxt "medium_format" msgid "Music Card" @@ -3532,6 +3697,21 @@ msgid "Nakış" msgstr "" +#: DB:work_attribute_type_allowed_value/value:809 +msgctxt "work_attribute_type_allowed_value" +msgid "Nakış Ağırsemai" +msgstr "" + +#: DB:work_attribute_type_allowed_value/value:808 +msgctxt "work_attribute_type_allowed_value" +msgid "Nakış Beste" +msgstr "" + +#: DB:work_attribute_type_allowed_value/value:810 +msgctxt "work_attribute_type_allowed_value" +msgid "Nakış Yürüksemai" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:468 msgctxt "work_attribute_type_allowed_value" msgid "Narefte" @@ -3802,6 +3982,11 @@ msgid "Nīlāṁbari" msgstr "Nīlāṁbari" +#: DB:work_attribute_type/name:25 +msgctxt "work_attribute_type" +msgid "OSA ID" +msgstr "" + #: DB:cover_art_archive.art_type/name:5 msgctxt "cover_art_type" msgid "Obi" @@ -3840,7 +4025,7 @@ #: DB:artist_type/name:3 msgctxt "artist_type" msgid "Other" -msgstr "" +msgstr "andet" #: DB:cover_art_archive.art_type/name:8 msgctxt "cover_art_type" @@ -3850,12 +4035,12 @@ #: DB:gender/name:3 msgctxt "gender" msgid "Other" -msgstr "" +msgstr "andet" #: DB:medium_format/name:13 msgctxt "medium_format" msgid "Other" -msgstr "" +msgstr "andet" #: DB:place_type/name:3 msgctxt "place_type" @@ -3865,12 +4050,12 @@ #: DB:release_group_primary_type/name:11 msgctxt "release_group_primary_type" msgid "Other" -msgstr "" +msgstr "andet" #: DB:release_packaging/name:5 msgctxt "release_packaging" msgid "Other" -msgstr "" +msgstr "andet" #: DB:instrument_type/name:5 msgctxt "instrument_type" @@ -3967,6 +4152,11 @@ msgid "Peşrev" msgstr "" +#: DB:medium_format/name:73 +msgctxt "medium_format" +msgid "Phonograph record" +msgstr "" + #: DB:medium_format/name:15 msgctxt "medium_format" msgid "Piano Roll" @@ -3987,6 +4177,11 @@ msgid "Play" msgstr "" +#: DB:medium_format/name:74 +msgctxt "medium_format" +msgid "PlayTape" +msgstr "" + #: DB:medium_format/name:45 msgctxt "medium_format" msgid "Playbutton" @@ -4007,6 +4202,11 @@ msgid "Poster" msgstr "plakat" +#: DB:place_type/name:8 +msgctxt "place_type" +msgid "Pressing plant" +msgstr "" + #: DB:label_type/name:3 msgctxt "label_type" msgid "Production" @@ -4177,6 +4377,11 @@ msgid "Ravicandrika" msgstr "Ravicandrika" +#: DB:cover_art_archive.art_type/name:14 +msgctxt "cover_art_type" +msgid "Raw/Unedited" +msgstr "" + #: DB:editor_collection_type/name:12 msgctxt "collection_type" msgid "Recording" @@ -4362,6 +4567,11 @@ msgid "Rūpaka" msgstr "Rūpaka" +#: DB:work_attribute_type/name:28 +msgctxt "work_attribute_type" +msgid "SABAM ID" +msgstr "" + #: DB:medium_format/name:3 msgctxt "medium_format" msgid "SACD" @@ -4372,6 +4582,11 @@ msgid "SACEM ID" msgstr "" +#: DB:work_attribute_type/name:27 +msgctxt "work_attribute_type" +msgid "SACM ID" +msgstr "" + #: DB:work_attribute_type/name:24 msgctxt "work_attribute_type" msgid "SADAIC ID" @@ -5068,7 +5283,7 @@ #: DB:cover_art_archive.art_type/name:7 msgctxt "cover_art_type" msgid "Track" -msgstr "" +msgstr "Skæring" #: DB:cover_art_archive.art_type/name:9 msgctxt "cover_art_type" @@ -5130,6 +5345,13 @@ msgid "Udaya ravicandrika" msgstr "Udaya ravicandrika" +#: DB:cover_art_archive.art_type/description:14 +msgctxt "cover_art_type" +msgid "" +"Use for images that need work to be used for tagging (but can possibly " +"already be used for reference)" +msgstr "" + #: DB:work_attribute_type/name:17 msgctxt "work_attribute_type" msgid "Usul (Ottoman, Turkish)" @@ -5330,12 +5552,12 @@ #: DB:editor_collection_type/name:15 msgctxt "collection_type" msgid "Work" -msgstr "" +msgstr "Værk" #: DB:series_type/name:4 msgctxt "series_type" msgid "Work" -msgstr "" +msgstr "Værk" #: DB:work_alias_type/name:1 msgctxt "alias_type" @@ -5378,6 +5600,11 @@ msgid "Yürüksofyan" msgstr "" +#: DB:work_attribute_type/name:30 +msgctxt "work_attribute_type" +msgid "ZAiKS ID" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:780 msgctxt "work_attribute_type_allowed_value" msgid "Zafer" @@ -5438,6 +5665,11 @@ msgid "Zilkeş" msgstr "" +#: DB:medium_format/name:77 +msgctxt "medium_format" +msgid "Zip Disk" +msgstr "" + #: DB:work_attribute_type_allowed_value/value:599 msgctxt "work_attribute_type_allowed_value" msgid "Zirefkend" diff -Nru picard-1.4.2/po/attributes/de.po picard-2.0.0/po/attributes/de.po --- picard-1.4.2/po/attributes/de.po 2017-09-06 11:01:45.000000000 +0000 +++ picard-2.0.0/po/attributes/de.po 2018-07-18 13:28:22.000000000 +0000 @@ -1,13 +1,16 @@ -# Translators: +# # Translators: # nikki, 2014 # nikki2 , 2012 # Daniel Schury , 2011 # Daniel Schury