diff --git a/client/README.md b/client/README.md deleted file mode 100644 index e7609b2c..00000000 --- a/client/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Old Python 2.7 Code -=================== - -Warning: This code will be not used anymore on UDS, and will be removed from repository soon. -Please, do not use this, use instead client-py3 client. diff --git a/client/full/.env b/client/full/.env deleted file mode 100644 index c7297a51..00000000 --- a/client/full/.env +++ /dev/null @@ -1,2 +0,0 @@ -PYTHONPATH=./src:${PYTHONPATH} - diff --git a/client/full/.gitignore b/client/full/.gitignore deleted file mode 100644 index be6e66b0..00000000 --- a/client/full/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/bin -/udsclient_* -/udsclient-*.tar.gz -/*.rpm diff --git a/client/full/.project b/client/full/.project deleted file mode 100644 index 10d558b4..00000000 --- a/client/full/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - UDSclient - - - - - - org.python.pydev.PyDevBuilder - - - - - - org.python.pydev.pythonNature - - diff --git a/client/full/.pydevproject b/client/full/.pydevproject deleted file mode 100644 index fd93aec4..00000000 --- a/client/full/.pydevproject +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - /${PROJECT_DIR_NAME}/src - - - - python 2.7 - - system-2.7 - - diff --git a/client/full/linux/.gitignore b/client/full/linux/.gitignore deleted file mode 100644 index d15bc789..00000000 --- a/client/full/linux/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/udsclient-opensuse-[0-9]*.spec -/udsclient-[0-9]*.spec -/debian/udsclient -/targz diff --git a/client/full/linux/Makefile b/client/full/linux/Makefile deleted file mode 100644 index 15101af8..00000000 --- a/client/full/linux/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Version -# VERSION := 1.7.5 - -# Directories -SOURCEDIR := ../src -LIBDIR := $(DESTDIR)/usr/lib/UDSClient -BINDIR := $(DESTDIR)/usr/bin -SBINDIR = $(DESTDIR)/usr/sbin -APPSDIR := $(DESTDIR)/usr/share/applications - -PYC := $(shell find $(SOURCEDIR) -name '*.py[co]') -CACHES := $(shell find $(SOURCEDIR) -name '__pycache__') - -clean: - rm -rf $(PYC) $(CACHES) $(DESTDIR) -install: - rm -rf $(DESTDIR) - mkdir -p $(LIBDIR) - #mkdir -p $(BINDIR) - #mkdir -p $(SBINDIR) - mkdir -p $(APPSDIR) - - mkdir $(LIBDIR)/uds - - # Cleans up .pyc and cache folders - rm -f $(PYC) $(CACHES) - - cp $(SOURCEDIR)/uds/*.py $(LIBDIR)/uds - - cp $(SOURCEDIR)/UDS*.py $(LIBDIR) - - - # URL Catchers elements for gnome/kde - cp desktop/UDSClient.desktop $(APPSDIR) - - chmod 755 $(LIBDIR)/UDSClient.py - -ifeq ($(DISTRO),targz) - cp installer.sh $(DESTDIR)/install.sh - tar czvf ../udsclient-$(VERSION).tar.gz -C $(DESTDIR) . -endif - - - # chmod 0755 $(BINDIR)/udsclient -uninstall: - rm -rf $(LIBDIR) - # rm -f $(BINDIR)/udsclient - # rm -rf $(CFGDIR) diff --git a/client/full/linux/build-packages.sh b/client/full/linux/build-packages.sh deleted file mode 100755 index 950e021d..00000000 --- a/client/full/linux/build-packages.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -VERSION=`cat ../../../VERSION` -RELEASE=1 -# Debian based -dpkg-buildpackage -b - -# Now rpm based -top=`pwd` - -cat udsclient-template.spec | - sed -e s/"version 0.0.0"/"version ${VERSION}"/g | - sed -e s/"release 1"/"release ${RELEASE}"/g > udsclient-$VERSION.spec - -# Now fix dependencies for opensuse -cat udsclient-template.spec | - sed -e s/"version 0.0.0"/"version ${VERSION}"/g | - sed -e s/"name udsclient"/"name udsclient-opensuse"/g | - sed -e s/"PyQt4"/"python-qt4"/g | - sed -e s/"libXScrnSaver"/"libXss1"/g > udsclient-opensuse-$VERSION.spec - - -# Right now, udsactor-xrdp-.spec is not needed -for pkg in udsclient-$VERSION.spec udsclient-opensuse-$VERSION.spec; do - - rm -rf rpm - for folder in SOURCES BUILD RPMS SPECS SRPMS; do - mkdir -p rpm/$folder - done - - rpmbuild -v -bb --clean --buildroot=$top/rpm/BUILD/$pkg-root --target noarch $pkg 2>&1 -done - -#rm udsclient-$VERSION - -make DESTDIR=targz DISTRO=targz VERSION=${VERSION} install diff --git a/client/full/linux/debian/.gitignore b/client/full/linux/debian/.gitignore deleted file mode 100644 index 330b4e3b..00000000 --- a/client/full/linux/debian/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/udsactor/ -/udsactor-xrdp/ -/udsactor-nx/ diff --git a/client/full/linux/debian/changelog b/client/full/linux/debian/changelog deleted file mode 100644 index 2a07a748..00000000 --- a/client/full/linux/debian/changelog +++ /dev/null @@ -1,53 +0,0 @@ -udsclient (3.5.0) stable; urgency=medium - - * Upgraded to 3.0.0 release - - -- Adolfo Gómez García Fri, 23 Jul 2020 8:00:00 +0200 - -udsclient (3.0.0) stable; urgency=medium - - * Upgraded to 3.0.0 release - - -- Adolfo Gómez García Wed, 10 Jul 2019 9:24:10 +0200 - -udsclient (2.2.1) stable; urgency=medium - - * Upgraded to 2.2.1 release - - -- Adolfo Gómez García Thu, 2 Oct 2018 12:44:12 +0200 - -udsclient (2.2.0) stable; urgency=medium - - * Updated release - - -- Adolfo Gómez García Thu, 27 Aug 2017 14:18:18 +0200 - -udsclient (2.1.0) stable; urgency=medium - - * Updated release - - -- Adolfo Gómez García Sun, 23 Oct 2016 21:12:23 +0200 - -udsclient (2.0.0) stable; urgency=medium - - * Release upgrade - - -- Adolfo Gómez García Tue, 01 Mar 2016 09:33:18 +0100 - -udsclient (1.9.1) stable; urgency=medium - - * Minor fixes & making version match UDS version - - -- Adolfo Gómez García Tue, 01 Mar 2016 03:02:37 +0100 - -udsclient (1.9.0) stable; urgency=medium - - * Minor fixes & making version match UDS version - - -- Adolfo Gómez García Tue, 05 May 2015 07:03:47 +0200 - -udsclient (1.7.5) stable; urgency=medium - - * Initial release. - - -- Adolfo Gómez García Fri, 10 Apr 2015 05:32:41 +0100 diff --git a/client/full/linux/debian/compat b/client/full/linux/debian/compat deleted file mode 100644 index f11c82a4..00000000 --- a/client/full/linux/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 \ No newline at end of file diff --git a/client/full/linux/debian/control b/client/full/linux/debian/control deleted file mode 100644 index c14084ae..00000000 --- a/client/full/linux/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: udsclient -Section: admin -Priority: optional -Maintainer: Adolfo Gómez García -Build-Depends: debhelper (>= 7), po-debconf -Standards-Version: 3.9.2 -Homepage: http://www.virtualcable.es - -Package: udsclient -Section: admin -Priority: optional -Architecture: all -Depends: python-paramiko (>=0.8.2), python-crypto, python-qt4 (>=4.9), python-six(>=1.1), python (>=2.7), freerdp2-x11 | freerdp-x11, desktop-file-utils, ${misc:Depends} -Description: Client connector for Universal Desktop Services (UDS) Broker - This package provides the required components to allow this machine to connect to services provided by UDS Broker. diff --git a/client/full/linux/debian/copyright b/client/full/linux/debian/copyright deleted file mode 100644 index 2fe3fe08..00000000 --- a/client/full/linux/debian/copyright +++ /dev/null @@ -1,26 +0,0 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Name: udsclient -Maintainer: Adolfo Gómez García -Source: http://www.udsenterprise.com/ - -Copyright: 2014 Virtual Cable S.L.U. -License: BSD-3-clause - -License: GPL-2+ -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. -. -On Debian systems, the full text of the GNU General Public -License version 2 can be found in the file -`/usr/share/common-licenses/GPL-2'. diff --git a/client/full/linux/debian/docs b/client/full/linux/debian/docs deleted file mode 100644 index b2b2a781..00000000 --- a/client/full/linux/debian/docs +++ /dev/null @@ -1 +0,0 @@ -readme.txt diff --git a/client/full/linux/debian/files b/client/full/linux/debian/files deleted file mode 100644 index 305b54cc..00000000 --- a/client/full/linux/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -udsclient_3.5.0_all.deb admin optional -udsclient_3.5.0_amd64.buildinfo admin optional diff --git a/client/full/linux/debian/rules b/client/full/linux/debian/rules deleted file mode 100755 index dc246c21..00000000 --- a/client/full/linux/debian/rules +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -configure: configure-stamp -configure-stamp: - dh_testdir - touch configure-stamp -build: build-arch build-indep -build-arch: build-stamp -build-indep: build-stamp -build-stamp: configure-stamp - dh_testdir - $(MAKE) - touch $@ -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - dh_clean -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - $(MAKE) DESTDIR=$(CURDIR)/debian/udsclient install -binary-arch: build install - # emptyness -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installdebconf - dh_installinit --no-start - dh_python2=python - dh_compress - dh_link - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb -binary: binary-indep -.PHONY: build clean binary-indep binary install configure diff --git a/client/full/linux/debian/udsclient.log b/client/full/linux/debian/udsclient.log deleted file mode 100644 index b0cfa2f0..00000000 --- a/client/full/linux/debian/udsclient.log +++ /dev/null @@ -1,17 +0,0 @@ -dh_prep -dh_installdirs -dh_installchangelogs -dh_installdocs -dh_installdebconf -dh_installinit -dh_compress -dh_link -dh_fixperms -dh_installdeb -dh_shlibdeps -dh_gencontrol -dh_md5sums -dh_builddeb -dh_builddeb -dh_builddeb -dh_builddeb diff --git a/client/full/linux/debian/udsclient.postinst b/client/full/linux/debian/udsclient.postinst deleted file mode 100755 index 1ebf89a2..00000000 --- a/client/full/linux/debian/udsclient.postinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -. /usr/share/debconf/confmodule - -set -e -case "$1" in - configure) - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -#DEBHELPER# - -exit 0 diff --git a/client/full/linux/debian/udsclient.postrm b/client/full/linux/debian/udsclient.postrm deleted file mode 100755 index 1bd5d6dd..00000000 --- a/client/full/linux/debian/udsclient.postrm +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -e - -. /usr/share/debconf/confmodule - -set -e - diff --git a/client/full/linux/debian/udsclient.prerm b/client/full/linux/debian/udsclient.prerm deleted file mode 100755 index 4c1e6f4c..00000000 --- a/client/full/linux/debian/udsclient.prerm +++ /dev/null @@ -1 +0,0 @@ -#! /bin/bash -e diff --git a/client/full/linux/debian/udsclient.templates b/client/full/linux/debian/udsclient.templates deleted file mode 100644 index 4310a4b2..00000000 --- a/client/full/linux/debian/udsclient.templates +++ /dev/null @@ -1,20 +0,0 @@ -Template: udsactor/host -Type: string -Default: -Description: UDS Server address: - The actor needs the address of the server in order to communicate with it. - Provide here full address (or i) of the UDS server - -Template: udsactor/secure -Type: boolean -Default: true -Description: Use secure (https) connection to communicate with UDS server? - If selected, the communication will be done using https. - If not selected, the communication will be done using http - -Template: udsactor/masterKey -Type: string -Default: -Description: Master Key: - This key is available on UDS Administration interface. - Look for it under configuration, on Security tab. diff --git a/client/full/linux/desktop/UDSClient.desktop b/client/full/linux/desktop/UDSClient.desktop deleted file mode 100644 index 6f3598b3..00000000 --- a/client/full/linux/desktop/UDSClient.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=UDSClient -Comment=UDS Helper -Keywords=uds;client;vdi; -Exec=/usr/lib/UDSClient/UDSClient.py %u -Icon=help-browser -StartupNotify=true -Terminal=false -Type=Application -Categories=Utility; -MimeType=x-scheme-handler/uds;x-scheme-handler/udss; diff --git a/client/full/linux/installer.sh b/client/full/linux/installer.sh deleted file mode 100644 index a2e93b17..00000000 --- a/client/full/linux/installer.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -cp -r usr/lib/UDSClient /usr/lib/UDSClient -cp -r usr/share/applications /usr/lib/applications -R -update-desktop-database - -echo "Installation process done." -echo "Remembar that the following packages must be installed on system:" -echo "* Python paramiko" -echo "* Python pyqt4" -echo "Theese packages (as their names), are dependent on your platform, so you must locate and install them" -echo "You can install them directly on any platform with pip, using this simple command: " -echo "pip install PyQt4 paramiko" - diff --git a/client/full/linux/readme.txt b/client/full/linux/readme.txt deleted file mode 100644 index 44aa9453..00000000 --- a/client/full/linux/readme.txt +++ /dev/null @@ -1,3 +0,0 @@ -UDSClient is the client connector needed to get acccess to services managed by UDS Broker. - -Please, visit http://www.udsenterprise.com for more information diff --git a/client/full/linux/udsclient-template.spec b/client/full/linux/udsclient-template.spec deleted file mode 100644 index 5b971364..00000000 --- a/client/full/linux/udsclient-template.spec +++ /dev/null @@ -1,52 +0,0 @@ -%define _topdir %(echo $PWD)/rpm -%define name udsclient -%define version 0.0.0 -%define release 1 -%define buildroot %{_topdir}/%{name}-%{version}-%{release}-root - -BuildRoot: %{buildroot} -Name: %{name} -Version: %{version} -Release: %{release} -Summary: Client for Universal Desktop Services (UDS) Broker -License: BSD3 -Group: Applications/Productivity -Requires: python-six python-paramiko PyQt4 -Vendor: Virtual Cable S.L.U. -URL: http://www.udsenterprise.com -Provides: udsclient - -%define _rpmdir ../ -%define _rpmfilename %%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm - - -%install -curdir=`pwd` -cd ../.. -make DESTDIR=$RPM_BUILD_ROOT DISTRO=rh install -cd $curdir - -%post -/usr/bin/update-desktop-database -if [ ! -d /media ]; then mkdir /media; echo "/media created for compatibility"; fi - -%clean -rm -rf $RPM_BUILD_ROOT -curdir=`pwd` -cd ../.. -make DESTDIR=$RPM_BUILD_ROOT DISTRO=rh clean -cd $curdir - - -%postun -# And, posibly, the .pyc leaved behind on /usr/share/UDSActor -rm -rf /usr/share/UDClient > /dev/null 2>&1 -/usr/bin/update-desktop-database - -%description -This package provides the required components to allow connection to services offered by UDS Broker. - -%files -%defattr(-,root,root) -/usr/lib/UDSClient/* -/usr/share/applications/UDSClient.desktop diff --git a/client/full/src/.gitignore b/client/full/src/.gitignore deleted file mode 100644 index 10b007e5..00000000 --- a/client/full/src/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/build -/dist -UDSClient.dmg -UDSClient.pkg diff --git a/client/full/src/UDSClient.py b/client/full/src/UDSClient.py deleted file mode 100755 index 5ad2b706..00000000 --- a/client/full/src/UDSClient.py +++ /dev/null @@ -1,339 +0,0 @@ -#!/usr/bin/env python2.7 -# -*- coding: utf-8 -*- -# -# Copyright (c) 2014-2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -# pylint: disable=c-extension-no-member -from __future__ import unicode_literals - -import sys -import webbrowser -import json - -from PyQt4 import QtCore, QtGui # @UnresolvedImport -import six - -from uds.rest import RestRequest -from uds.forward import forward # pylint: disable=unused-import -from uds.tunnel import forward as f2 # pylint: disable=unused-import -from uds.log import logger -from uds import tools -from uds import VERSION - -from UDSWindow import Ui_MainWindow - -# Server before this version uses "unsigned" scripts -OLD_METHOD_VERSION = '2.4.0' - -class RetryException(Exception): - pass - -class UDSClient(QtGui.QMainWindow): - - ticket = None - scrambler = None - withError = False - animTimer = None - anim = 0 - animInverted = False - serverVersion = 'X.Y.Z' # Will be overwriten on getVersion - req = None - - def __init__(self): - QtGui.QMainWindow.__init__(self) - self.setWindowFlags(QtCore.Qt.FramelessWindowHint | QtCore.Qt.WindowStaysOnTopHint) - - self.ui = Ui_MainWindow() - self.ui.setupUi(self) - - self.ui.progressBar.setValue(0) - self.ui.cancelButton.clicked.connect(self.cancelPushed) - - self.ui.info.setText('Initializing...') - - screen = QtGui.QDesktopWidget().screenGeometry() - mysize = self.geometry() - hpos = (screen.width() - mysize.width()) / 2 - vpos = (screen.height() - mysize.height() - mysize.height()) / 2 - self.move(hpos, vpos) - - self.animTimer = QtCore.QTimer() - QtCore.QObject.connect(self.animTimer, QtCore.SIGNAL('timeout()'), self.updateAnim) - - self.activateWindow() - - self.startAnim() - - - def closeWindow(self): - self.close() - - def processError(self, data): - if 'error' in data: - # QtGui.QMessageBox.critical(self, 'Request error {}'.format(data.get('retryable', '0')), data['error'], QtGui.QMessageBox.Ok) - if data.get('retryable', '0') == '1': - raise RetryException(data['error']) - - raise Exception(data['error']) - # QtGui.QMessageBox.critical(self, 'Request error', rest.data['error'], QtGui.QMessageBox.Ok) - # self.closeWindow() - # return - - def showError(self, error): - logger.error('got error: %s', error) - self.stopAnim() - self.ui.info.setText('UDS Plugin Error') # In fact, main window is hidden, so this is not visible... :) - self.closeWindow() - QtGui.QMessageBox.critical(None, 'UDS Plugin Error', '{}'.format(error), QtGui.QMessageBox.Ok) - self.withError = True - - def cancelPushed(self): - self.close() - - @QtCore.pyqtSlot() - def updateAnim(self): - self.anim += 2 - if self.anim > 99: - self.animInverted = not self.animInverted - self.ui.progressBar.setInvertedAppearance(self.animInverted) - self.anim = 0 - - self.ui.progressBar.setValue(self.anim) - - def startAnim(self): - self.ui.progressBar.invertedAppearance = False - self.anim = 0 - self.animInverted = False - self.ui.progressBar.setInvertedAppearance(self.animInverted) - self.animTimer.start(40) - - def stopAnim(self): - self.ui.progressBar.invertedAppearance = False - self.animTimer.stop() - - @QtCore.pyqtSlot() - def getVersion(self): - self.req = RestRequest('', self, self.version) - self.req.get() - - @QtCore.pyqtSlot(dict) - def version(self, data): - try: - self.processError(data) - self.ui.info.setText('Processing...') - - if data['result']['requiredVersion'] > VERSION: - QtGui.QMessageBox.critical(self, 'Upgrade required', 'A newer connector version is required.\nA browser will be opened to download it.', QtGui.QMessageBox.Ok) - webbrowser.open(data['result']['downloadUrl']) - self.closeWindow() - return - - self.serverVersion = data['result']['requiredVersion'] - self.getTransportData() - - except RetryException as e: - self.ui.info.setText(six.text_type(e)) - QtCore.QTimer.singleShot(1000, self.getVersion) - - except Exception as e: - self.showError(e) - - - @QtCore.pyqtSlot() - def getTransportData(self): - try: - self.req = RestRequest('/{}/{}'.format(self.ticket, self.scrambler), self, self.transportDataReceived, params={'hostname': tools.getHostName(), 'version': VERSION}) - self.req.get() - except Exception as e: - logger.exception('Got exception on getTransportData') - raise e - - - @QtCore.pyqtSlot(dict) - def transportDataReceived(self, data): - logger.debug('Transport data received') - try: - self.processError(data) - - params = None - - if self.serverVersion <= OLD_METHOD_VERSION: - script = data['result'].decode('base64').decode('bz2') - else: - res = data['result'] - # We have three elements on result: - # * Script - # * Signature - # * Script data - # We test that the Script has correct signature, and them execute it with the parameters - script, signature, params = res['script'].decode('base64').decode('bz2'), res['signature'], json.loads(res['params'].decode('base64').decode('bz2')) - if tools.verifySignature(script, signature) is False: - logger.error('Signature is invalid') - - raise Exception('Invalid UDS code signature. Please, report to administrator') - - self.stopAnim() - - if 'darwin' in sys.platform: - self.showMinimized() - - QtCore.QTimer.singleShot(3000, self.endScript) - self.hide() - - # if self.serverVersion <= OLD_METHOD_VERSION: - # errorString = '

The server {} runs an old version of UDS:

'.format(host) - # errorString += '

To avoid security issues, you must approve old UDS Version access.

' - # - # if QtGui.QMessageBox.warning(None, 'ACCESS Warning', errorString, QtGui.QMessageBox.Yes | QtGui.QMessageBox.No) == QtGui.QMessageBox.No: - # raise Exception('Server not approved. Access denied.') - - six.exec_(script, globals(), {'parent': self, 'sp': params}) - - except RetryException as e: - self.ui.info.setText(six.text_type(e) + ', retrying access...') - # Retry operation in ten seconds - QtCore.QTimer.singleShot(10000, self.getTransportData) - - except Exception as e: - #logger.exception('Got exception executing script:') - self.showError(e) - - def endScript(self): - # After running script, wait for stuff - try: - tools.waitForTasks() - except Exception: - pass - - try: - tools.unlinkFiles() - except Exception: - pass - - try: - tools.execBeforeExit() - except Exception: - pass - - self.closeWindow() - - def start(self): - ''' - Starts proccess by requesting version info - ''' - self.ui.info.setText('Initializing...') - QtCore.QTimer.singleShot(100, self.getVersion) - - -def done(data): - QtGui.QMessageBox.critical(None, 'Notice', six.text_type(data.data), QtGui.QMessageBox.Ok) - sys.exit(0) - -# Ask user to approve endpoint -def approveHost(hostName, parentWindow=None): - settings = QtCore.QSettings() - settings.beginGroup('endpoints') - - approved = settings.value(hostName, False).toBool() - - errorString = '

The server {} must be approved:

'.format(hostName) - errorString += '

Only approve UDS servers that you trust to avoid security issues.

' - - if approved or QtGui.QMessageBox.warning(parentWindow, 'ACCESS Warning', errorString, QtGui.QMessageBox.Yes | QtGui.QMessageBox.No) == QtGui.QMessageBox.Yes: - settings.setValue(hostName, True) - approved = True - - settings.endGroup() - return approved - -if __name__ == "__main__": - logger.debug('Initializing connector') - # Initialize app - app = QtGui.QApplication(sys.argv) - - # Set several info for settings - QtCore.QCoreApplication.setOrganizationName('Virtual Cable S.L.U.') - QtCore.QCoreApplication.setApplicationName('UDS Connector') - - if 'darwin' not in sys.platform: - logger.debug('Mac OS *NOT* Detected') - app.setStyle('plastique') - - if six.PY3 is False: - logger.debug('Fixing threaded execution of commands') - import threading - threading._DummyThread._Thread__stop = lambda x: 42 # type: ignore pylint: disable=protected-access - - # First parameter must be url - try: - uri = sys.argv[1] - - if uri == '--test': - sys.exit(0) - - logger.debug('URI: %s', uri) - if uri[:6] != 'uds://' and uri[:7] != 'udss://': - raise Exception() - - ssl = uri[3] == 's' - host, UDSClient.ticket, UDSClient.scrambler = uri.split('//')[1].split('/') # type: ignore - logger.debug('ssl:%s, host:%s, ticket:%s, scrambler:%s', ssl, host, UDSClient.ticket, UDSClient.scrambler) - except Exception: - logger.debug('Detected execution without valid URI, exiting') - QtGui.QMessageBox.critical(None, 'Notice', 'UDS Client Version {}'.format(VERSION), QtGui.QMessageBox.Ok) - sys.exit(1) - - # Setup REST api endpoint - RestRequest.restApiUrl = '{}://{}/rest/client'.format(['http', 'https'][ssl], host) - logger.debug('Setting request URL to %s', RestRequest.restApiUrl) - # RestRequest.restApiUrl = 'https://172.27.0.1/rest/client' - - try: - logger.debug('Starting execution') - - # Approbe before going on - if approveHost(host) is False: - raise Exception('Host {} was not approved'.format(host)) - - win = UDSClient() - win.show() - - win.start() - - exitVal = app.exec_() - logger.debug('Execution finished correctly') - - except Exception as e: - logger.exception('Got an exception executing client:') - exitVal = 128 - QtGui.QMessageBox.critical(None, 'Error', six.text_type(e), QtGui.QMessageBox.Ok) - - logger.debug('Exiting') - sys.exit(exitVal) diff --git a/client/full/src/UDSResources.qrc b/client/full/src/UDSResources.qrc deleted file mode 100644 index 175cfa76..00000000 --- a/client/full/src/UDSResources.qrc +++ /dev/null @@ -1,6 +0,0 @@ - - - images/logo-uds-small.png - images/logo-uds.png - - diff --git a/client/full/src/UDSResources_rc.py b/client/full/src/UDSResources_rc.py deleted file mode 100644 index 42dcb0ec..00000000 --- a/client/full/src/UDSResources_rc.py +++ /dev/null @@ -1,2471 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created: Mon Apr 27 21:41:43 2015 -# by: The Resource Compiler for PyQt (Qt v4.8.6) -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore - -qt_resource_data = b"\ -\x00\x00\x8e\x8c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x02\xc1\x00\x00\x03\x8b\x08\x06\x00\x00\x00\xb1\x05\x5e\xca\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\ -\x01\x00\x9a\x9c\x18\x00\x00\x0e\x19\x69\x43\x43\x50\x50\x68\x6f\ -\x74\x6f\x73\x68\x6f\x70\x20\x49\x43\x43\x20\x70\x72\x6f\x66\x69\ -\x6c\x65\x00\x00\x78\xda\x95\x57\x65\x50\xd5\x8f\xb6\xdd\xbf\x53\ -\x74\x0a\x08\x02\x7a\x48\x41\xba\x43\x94\x10\x49\x09\xe9\x96\xc3\ -\xa1\x25\x0e\x47\x4a\x51\x24\x04\x49\x49\x41\x24\x05\x83\x90\x50\ -\x30\x68\x09\x29\x45\x51\x54\x5a\x40\x50\x10\x41\x4a\x04\xa9\x73\ -\x3f\x78\xdf\xfb\xcf\xbc\x99\x77\xdf\xbc\xf5\x69\xed\x35\x7b\xcf\ -\xec\xbd\xbf\xac\x59\x00\x4c\xcc\x04\x12\xc9\x07\x05\x00\xbe\x7e\ -\x81\x64\x33\x5d\x2d\xbc\x8d\xad\x1d\x9e\x6a\x1c\xa8\x80\x13\xe8\ -\x41\x0a\x64\x08\xc4\x0b\x24\x4d\x53\xd3\x33\xf0\xbf\xe2\xf7\x27\ -\x40\x00\x00\x06\x25\x08\x24\x92\x0f\x45\xe6\x7b\xc5\x4e\x62\xa5\ -\x82\x4d\x74\xdb\xda\x8f\xcc\x0f\x04\xf8\xcf\x60\x20\xdb\xd8\xda\ -\x01\x20\x78\x00\x60\xf3\xf8\xcb\xe5\x01\x80\xcd\xe5\x2f\xd7\x03\ -\x00\xb6\x90\x40\x52\x20\x00\xe2\x00\x00\x6c\x44\x4f\x82\x2b\x00\ -\x42\x02\x00\x71\xb2\x85\xd9\x29\x00\x24\x0f\x00\x18\x3d\xfe\xf2\ -\x87\x00\xc0\xe8\xf2\x97\x37\x01\x00\x63\x30\xd1\x23\x10\x00\x79\ -\x0d\x80\x63\xf5\x73\xf5\xf2\x03\xa0\x9a\x02\xc0\x9d\x74\x75\xbb\ -\x40\x04\x60\xc4\x03\xc0\x75\x22\x89\x1c\x08\xc0\x58\x0a\x00\x1a\ -\xbe\xbe\xfe\xae\x00\x8c\xf3\x00\x20\x62\x63\x6b\x87\xff\xbb\xe6\ -\x45\x06\x00\x75\x4f\x00\x64\xe2\x1f\xcd\x4a\x14\xa0\x02\x0f\xc0\ -\xba\xf9\x8f\x76\xb4\x08\x80\x3d\x03\xa0\xc5\xf4\x1f\x6d\xdd\x0c\ -\x10\x00\x40\x38\xde\x5e\x70\x97\x93\x05\x00\x00\x84\x5e\x0b\x00\ -\xfb\x99\x42\x59\x17\x06\xa0\x4a\x07\xd8\x4b\xa3\x50\x76\x8a\x29\ -\x94\xbd\x12\x00\xf4\x38\xc0\x0b\x1f\x62\x10\x39\xf8\xdf\x3f\x42\ -\x90\x7e\x80\xff\xab\xfe\x7b\xe7\xbf\x81\x46\x00\x50\x00\x20\x09\ -\x77\x10\x15\x64\x1a\x55\x89\xbe\x8b\x69\xc4\x2e\x53\x19\x53\x37\ -\xd0\xaa\xd1\x8d\x31\x5c\x67\x3a\xc9\xbc\xcd\xda\xce\x96\xcc\x61\ -\xcd\x29\xc8\x35\xc3\x9d\xcd\xab\x7d\x78\x0c\xef\xc2\x37\x28\x20\ -\x2b\x18\x20\x54\x2c\xfc\xf2\xe8\x84\xc8\x92\xe8\xae\x18\x56\x9c\ -\x41\xe2\x80\x24\x97\x14\x8f\x34\x5e\x86\x4f\x96\x5f\x4e\x50\x9e\ -\x4f\x81\x57\x91\x53\x89\x45\x19\xab\xbc\xad\xb2\xa4\x3a\x79\xfc\ -\x8d\x5a\xd3\x89\xb2\x93\x59\xea\x31\x1a\x21\x9a\xe7\xb5\x08\xa7\ -\x6c\xb4\x8d\x4e\x6b\xea\xc8\xe9\x0a\xe8\xb1\xea\x51\xf4\x7f\x18\ -\x0c\x19\xb6\x9d\x29\x37\x4a\x37\x0e\x33\x71\x37\x35\x3f\x7b\xda\ -\x4c\xc5\x5c\xda\x42\xd8\xf2\x90\x15\xa3\x15\xc5\x7a\xc5\x66\xca\ -\xf6\x8d\x5d\x93\x7d\x99\x43\xa6\x63\x84\x93\xcf\x39\x07\x67\x53\ -\x82\x81\x8b\x01\xd1\xc8\xd5\xd4\xcd\xc2\xdd\xda\xc3\xc6\xd3\xda\ -\xcb\xd2\xdb\xec\xbc\x89\x8f\xa1\xaf\x8e\x9f\x96\xbf\x06\x49\x2b\ -\xc0\x80\x6c\x79\xc1\x35\x30\x28\xe8\x5a\x70\x46\xc8\x9d\xd0\xca\ -\x8b\x0d\x97\x5e\x86\xbd\xbd\x3c\x7c\x65\x32\xfc\xdb\xd5\x85\x88\ -\xc5\xc8\x1f\x51\xf3\xd1\x33\xd7\x3e\xc7\x0c\xc5\x0e\x5c\xef\x8e\ -\x6b\x8e\xaf\x4d\x28\x4d\xcc\x4d\xba\x91\x1c\x79\x83\x9c\xe2\x92\ -\x6a\x96\xa6\x95\x2e\x93\x71\x24\x93\x3e\xf3\xcf\xcd\x6f\x59\xef\ -\xb3\x5b\x6e\x95\xe6\xa4\xdf\x0e\xcb\x75\xcd\x3b\x93\x2f\x57\xc0\ -\x5d\x88\x2e\x5c\x2c\x1a\xba\xf3\xb2\xb8\xb6\xa4\xe4\x6e\xfa\xbd\ -\x88\xfb\xbe\x0f\xec\x4a\x75\xca\x64\xcb\x0f\x57\xd0\x54\xac\x3f\ -\xfc\x5c\xd9\x53\x55\x5b\x5d\x58\x73\xe3\x51\xc4\xe3\xa0\xda\xf3\ -\x75\xc4\x27\xf6\x4f\xcd\x9e\xe9\x3f\x57\xaf\x57\x68\x10\x6d\x3c\ -\xdc\xc4\xda\x8c\x6d\xde\x6a\x59\x68\x1d\x7b\xf1\xba\xad\xb1\xbd\ -\xac\x23\xbb\x33\xfa\x25\xa9\xcb\xa1\x5b\xb7\x47\xa6\x97\xa7\x0f\ -\xd7\xb7\xfc\x6a\xf8\x75\x5b\x7f\xf9\x9b\xf4\xb7\x97\x07\x3c\xde\ -\x59\xbe\x3f\x3d\xa8\xf4\x41\xf4\x23\xcf\x27\xc6\x21\x18\x5a\x1d\ -\x9e\x19\x19\x1c\xed\x18\xab\x1d\x2f\x99\xc8\xf8\x1c\x35\x79\x61\ -\xca\x7d\xda\xfe\x8b\xf9\x8c\xd1\xac\xfe\x57\xed\x6f\x1a\x73\x6a\ -\xf3\xca\xdf\xe5\x17\xa4\x7f\x88\x2f\x8a\x2c\x09\xfe\x3c\xb2\xcc\ -\xbd\xc2\xb9\xca\xbe\xc6\xba\xce\xfc\x8b\x71\x83\xfe\x37\xcd\x26\ -\xd5\x16\xee\x0f\x6e\x1b\xb7\x83\xdd\xc5\xee\x61\xf6\x51\x14\x84\ -\x42\x01\x00\x71\xb8\x85\x48\x22\x1f\x51\xc5\xe8\x74\xcc\x5d\xec\ -\x30\x95\x38\xf5\x6d\x5a\x16\xba\x72\x06\x5d\xc6\x1d\xe6\xc7\xac\ -\x64\x36\x39\xf6\x8d\x83\xb5\x5c\xbe\xdc\xbc\x3c\x2d\x87\x4d\x8e\ -\xbc\xe5\x53\xe5\x4f\x16\xe8\x11\xfc\x25\xcc\x7a\x94\x5f\x44\x5c\ -\x54\xf6\x98\xb2\x98\x8a\xb8\xb2\x84\x82\xa4\x9c\x94\xa4\xb4\x88\ -\x8c\xa0\x2c\x8f\x1c\xbb\x3c\x9d\x02\x28\xac\x2b\xce\x2a\x0d\x2a\ -\xb7\xa9\x54\xa9\xe6\x1c\x8f\x54\xf3\x3a\x61\x7a\x52\x41\x9d\x47\ -\x03\xa3\xf1\x53\x73\x54\xab\xfb\xd4\x13\xed\x3b\xa7\x93\x74\x42\ -\x74\x9d\xf5\xf4\xf4\x25\x0d\xd8\x0c\x36\x0d\x47\xce\x34\x1a\xe5\ -\x1b\x5f\x35\x71\x31\xd5\x3b\x2b\x6b\x86\x37\x67\x32\xdf\xb3\x58\ -\xb4\x1c\xb5\xea\xb6\xae\xb5\x29\xb0\x8d\xb3\x0b\xb0\xb7\x75\x50\ -\x77\x14\x76\x62\x70\xda\x3c\x37\xeb\xfc\x89\xd0\xef\xd2\x43\x7c\ -\xe9\xda\xe1\xd6\xe6\xde\xe2\xd1\xe0\xf9\xc4\xab\xda\xbb\xec\x7c\ -\xb1\x4f\x8e\x6f\x9a\x5f\x82\xff\x35\x52\x74\xc0\x75\x72\xea\x85\ -\xdc\xc0\x07\x41\xb5\xc1\xad\x21\xbd\xa1\x83\x17\xc7\x2f\xcd\x86\ -\x2d\x5e\x5e\xbb\xb2\x19\xbe\x73\x75\x37\x62\x27\x72\x2b\x6a\x3d\ -\x7a\xf1\xda\x6c\xcc\x58\xec\xbb\xeb\x5d\x71\x0d\xf1\x55\x09\xc5\ -\x89\x37\x93\x62\x93\x43\x6e\x78\xa5\xd8\xa4\xea\xa5\x29\xa6\x0b\ -\x66\xb0\x66\xec\x67\x2e\xdc\xfc\x98\xd5\x92\x5d\x7a\x2b\x25\x27\ -\xe4\xb6\x63\xee\xa9\x3c\xd1\x7c\xc6\xfc\xf5\x82\x91\xc2\xd6\xa2\ -\xb2\x3b\x37\x8b\xaf\x95\x5c\xb8\xeb\x7a\xcf\xe2\xbe\xf6\x03\xb9\ -\x52\xbe\x32\xa6\xb2\xbd\xf2\x85\x8a\xa1\x87\x1d\x95\xd5\x55\xb9\ -\xd5\xf1\x35\xa1\x8f\xce\x3f\x76\xae\xb5\xae\x33\x79\xa2\xf7\x54\ -\xe3\x99\xd2\x73\xa9\x7a\xe1\x06\xde\xc6\x03\x4d\x34\x4d\xfb\xcd\ -\xeb\x2d\xf3\xad\xe3\x2f\x06\xda\x3a\xdb\x9f\x76\x94\x75\xde\x7e\ -\x99\xd4\x75\xa5\xdb\xb7\xc7\xa1\xf7\x4c\xdf\xf1\x57\xa2\xaf\x0f\ -\xf6\x63\xfa\xd7\xde\x4c\xbd\x7d\x3b\xd0\xfe\xee\xf9\xfb\x9a\xc1\ -\x8a\x0f\x0f\x3e\x16\x7f\xca\x1f\xca\x1e\x4e\x1b\x49\x18\x8d\x1e\ -\x0b\x1b\x27\x4f\x78\x7f\x26\x4e\x3a\x4e\xd9\x4d\xdb\x7f\x71\x9a\ -\x71\x9b\xf5\xfd\x1a\xf4\x2d\x7c\x2e\x76\x3e\xf9\x7b\xc6\x42\xce\ -\x8f\xc2\xc5\x7b\x4b\xe5\x3f\x1f\x2d\x37\xac\xf4\xac\x8e\xad\xad\ -\xfd\xa2\xdf\x10\xfe\xad\xb1\x69\xbb\x45\xfa\x13\xbb\x9d\xbb\x53\ -\xb3\xdb\xb9\x37\xbc\xbf\x48\xa1\x00\x80\x28\xa4\x22\x78\xa4\x01\ -\x15\x86\x26\x60\x3c\xb1\x09\xb8\x3e\x6a\x7e\x9a\x44\x3a\x1c\xfd\ -\x6d\x46\x59\xa6\x61\x96\xb8\x03\xca\x6c\x5f\x39\x32\x38\xd5\xb9\ -\x26\xb9\x83\x79\xf6\x0e\x87\x1c\x19\xe7\x93\xe6\xf7\x13\xc8\x11\ -\xac\x17\x7a\x27\xfc\xe5\xe8\x8a\xc8\xf6\x31\x94\x18\xb5\x38\xbd\ -\x04\x83\x24\xbd\x14\x9d\x34\x4e\x06\x91\xf9\x23\xbb\x2c\xf7\x55\ -\x7e\x44\xa1\x57\xb1\x5e\xa9\x54\x39\x53\x25\x5c\xd5\xf3\xb8\x89\ -\x9a\xd2\x89\x43\x27\xf6\x4f\xce\xa8\xf7\x68\x54\x69\x66\x69\x85\ -\x9f\x72\xd7\x36\x3e\xad\xa0\x73\x48\x67\x4f\x77\x5a\xaf\x5d\xbf\ -\xd8\x20\xca\x90\x70\xe6\x84\x11\x97\xd1\x86\xf1\x3b\x93\x6a\xd3\ -\x94\xb3\x64\x33\x6b\xf3\x13\x16\x02\x96\xd4\x96\x4b\x56\x03\xd6\ -\xb5\x36\x37\x6d\x83\xed\x2c\xed\xe5\x1d\x58\x1c\x96\x1d\x5f\x3b\ -\x95\x9f\x4b\x74\x26\x11\xec\x5d\x0c\x89\xc7\x5d\x25\xdd\xf0\xee\ -\xac\x1e\x68\x8f\x75\xcf\x2f\x5e\x03\xde\xcd\xe7\xcb\x7c\x32\x7d\ -\xaf\xfa\x9d\xf7\xb7\x25\x19\x04\x68\x90\x55\x2f\x28\x06\xca\x05\ -\xc9\x04\x4b\x86\x88\x85\x1e\xbd\xc8\x7f\x89\x37\xec\xe0\x65\xe6\ -\x2b\x34\xe1\x10\xfe\xfb\xea\x42\xc4\x78\xe4\xeb\xa8\xfa\xe8\xfb\ -\xd7\x52\x63\xc2\x62\x5d\xaf\x1b\xc5\x29\xc4\x73\x27\x20\x09\x73\ -\x89\xaf\x93\x6a\x92\x33\x6f\x84\xa4\xd8\xa5\x9e\x48\xc3\xa7\xa3\ -\xd2\x67\x33\xba\x32\x1f\xdc\x8c\xcb\xf2\xcc\xd6\xbd\x25\x9c\x83\ -\xcd\x99\xbd\xdd\x9e\x5b\x94\x77\x39\xdf\xa6\x40\xa1\x90\xa5\x70\ -\xb9\x68\xe0\x4e\x6d\x71\x76\x49\xf8\x5d\xd7\x7b\x06\xf7\xa5\x1f\ -\xb0\x3f\xd8\x2e\x9d\x2c\xeb\x28\xbf\x5f\x11\xff\xf0\x7c\xa5\x71\ -\x95\x74\x35\x5b\xf5\x76\xcd\xec\xa3\x77\x8f\xdb\x6b\x9f\xd4\x95\ -\x3d\xc9\x7f\x9a\xf6\x2c\xfa\x79\x70\xbd\x67\x83\x5d\xa3\x61\x93\ -\x5a\xb3\x58\x0b\x4f\x2b\x7d\xeb\xce\x8b\xc5\xb6\x89\xf6\x37\x1d\ -\x2f\x3a\x1f\xbd\xbc\xd3\x95\xde\x1d\xd5\x13\xd0\x4b\xe8\x33\x7d\ -\xa5\xfe\x5a\xb2\x9f\xf7\x0d\xc3\x9b\xbd\xb7\x2b\x03\xf3\xef\x66\ -\xde\xcf\x0c\x7e\xfd\x30\xff\x71\xf1\xd3\xf2\xd0\xda\xf0\xc6\xc8\ -\xd6\xe8\xee\xd8\xfe\x04\xea\x33\x6e\x92\x61\x8a\x6b\x5a\xfc\x8b\ -\xee\x8c\xe7\xec\x8d\xaf\x4f\xbe\x4d\xcc\xe3\xbe\x4b\x2c\x58\xfe\ -\x08\x5f\x2c\x5b\x1a\x5e\x66\x59\x71\x5c\x6d\x5c\x97\xfb\xd5\xfc\ -\xdb\x62\x73\xf9\x4f\xf2\xce\xb1\xdd\xee\x7d\x22\x85\x02\xf0\xd7\ -\xef\x00\x00\x70\x8a\x00\x77\x17\x00\xac\x65\x00\x0c\x0a\x01\x0a\ -\xd7\x00\x84\x73\x01\x0e\x44\x01\x98\x32\x00\x58\xa8\x00\xf2\x93\ -\x0d\x90\x71\x11\x40\x1a\xa6\xff\xdb\x3f\x58\x40\x04\xd4\xc1\x12\ -\x7c\x20\x1a\x72\xa0\x06\x7a\x60\x0a\xb6\x10\x66\x44\x14\xd1\x42\ -\x1c\x90\x10\x24\x1d\xa9\x44\xfa\x90\x39\x14\x06\x25\x80\xd2\x42\ -\xb9\xa0\xae\xa1\xee\xa3\xfa\x50\x2b\x68\x0e\xb4\x3a\xda\x1b\x9d\ -\x8d\xee\x46\x6f\x63\xa4\x31\x3e\x98\x87\x98\x15\xac\x0a\x36\x16\ -\x3b\x84\x3b\x86\x8b\xc4\x8d\x52\x29\x52\x65\x52\x6d\x50\xdb\x50\ -\xb7\xd0\x08\xd3\xa4\xd2\xec\xd3\xfa\xd3\x7e\xa1\xb3\xa5\xfb\x40\ -\x7f\x96\xfe\x1d\x83\x25\xc3\x38\xa3\x3b\xe3\x3a\x53\x14\x33\x0b\ -\x73\x11\x8b\x0c\x4b\x07\xab\x0d\xeb\xca\x81\x24\x36\x31\xb6\x7e\ -\x76\x32\x07\x37\x47\xd7\xc1\x20\x4e\x11\xce\x71\xae\xb4\x43\x3a\ -\x87\xb6\xb9\xab\x78\x5c\x78\xb9\x78\x07\x0f\xa7\x1e\x39\x8b\x67\ -\xc3\x8f\xf1\xdd\xe5\x0f\x10\xd0\x14\x3c\x20\x38\x27\xd4\x20\x9c\ -\x78\xd4\x46\x44\x40\x64\x49\xb4\xfe\x58\xac\x98\x95\xb8\xa8\x38\ -\x45\x62\x58\xb2\x4e\x2a\x5d\x9a\x2c\x63\x29\xab\x22\xc7\x23\xb7\ -\x27\x3f\xa6\xf0\x5c\x31\x53\x89\xa4\x6c\xa2\x22\xa5\xca\xaa\xba\ -\x75\x7c\x52\xad\xf7\xc4\xd3\x93\x77\xd5\xb3\x34\x12\x34\x23\xb5\ -\xae\x9c\xba\xa2\x1d\x79\x3a\x4e\x27\x43\xb7\x48\xaf\x46\xbf\xc3\ -\x60\xd4\x70\xdd\x88\xc9\x58\xd2\xc4\xd4\x34\xf0\x6c\x9e\x59\x97\ -\xf9\xba\xa5\x80\x95\xa5\x75\xa2\x4d\x87\xed\x9e\xbd\xaa\xc3\x25\ -\xc7\x96\x73\x18\x67\x23\x42\x8e\xcb\xbc\xab\xaa\x5b\xb2\xfb\xb4\ -\xa7\xbc\x57\x8c\xf7\x27\x1f\x11\xdf\xcb\x7e\x83\x24\xc9\x80\x44\ -\xf2\x42\xa0\x51\xd0\xa3\x10\xae\xd0\xa8\x8b\xcb\x61\x0e\x97\x7b\ -\xc3\xe5\xae\xde\x8e\xd8\x8f\x72\x89\xee\x8a\x91\x88\xbd\x19\x87\ -\xc4\xfb\x25\x4c\x26\x99\x25\xf7\xa4\x68\xa4\x36\xa6\xab\x64\x34\ -\xdc\x3c\x99\xd5\x75\xeb\x6c\xce\x64\x6e\x40\x3e\xb6\x20\xaf\x48\ -\xf1\xce\x60\x09\xf9\x1e\xdb\xfd\xfa\x52\xe7\x72\x9a\x8a\xba\x4a\ -\xa7\x6a\x5c\x4d\xc5\x63\xe3\xda\xd5\x27\x99\xcf\x54\x9f\xcf\x34\ -\xdc\x68\x3a\xde\xfc\xa3\x35\xbf\xcd\xac\x83\xba\xb3\xad\x2b\xac\ -\x47\xae\xf7\xfb\xab\xbc\x7e\xc3\x37\x7f\x06\x4a\xdf\x5b\x7f\xa0\ -\xf9\xd8\x34\x44\x1a\x11\x1e\x9d\x18\xcf\xfa\x6c\x3a\xc5\x30\xfd\ -\x6a\x26\xfe\xab\xde\x1c\xd5\x7c\xf7\x42\xfc\xa2\xd1\x4f\xd6\xe5\ -\xe1\xd5\x82\x75\xd7\x0d\xb1\xdf\xbf\xb6\x5a\xb7\x93\x76\xed\xf7\ -\xc5\x29\x14\x00\x60\x05\x51\xd0\x00\x6b\xf0\x83\x18\xc8\x83\x5a\ -\x78\x05\xb3\xb0\x8b\xb0\x23\x52\x88\x3e\x42\x44\xc2\x91\xdb\xc8\ -\x53\x64\x10\x59\x45\x31\xa1\xa4\x50\x26\xa8\x00\x54\x06\xea\x19\ -\x6a\x1c\x8d\x46\x8b\xa1\xad\xd0\xd1\xe8\xc7\xe8\xaf\x18\x6e\x8c\ -\x15\x26\x0b\x33\x8a\x15\xc0\x06\x60\x3b\x70\x9c\x38\x7f\x5c\x1f\ -\x95\x08\x55\x3c\xd5\x22\xb5\x19\x75\x23\x8d\x10\x4d\x06\x2d\x9a\ -\x36\x84\x76\x89\xce\x83\x6e\x96\xde\x8d\x7e\x9e\xc1\x9f\x61\x9b\ -\x31\x8e\x89\x8b\xa9\x8a\x59\x9b\x79\x8c\x25\x90\x95\x81\xb5\xf4\ -\x80\xce\x81\x39\xb6\x44\x76\x59\xf6\x09\x8e\xc4\x83\x6a\x07\xd7\ -\x38\xcb\xb9\xdc\x0f\x09\x1e\x9a\xe1\x2e\xe6\x71\xe6\xe5\xe5\x1d\ -\x3b\x9c\x77\xe4\x1c\x5e\x08\xff\x93\xaf\x81\x3f\x5e\xc0\x41\x50\ -\x56\x88\x4e\xe8\x9b\x70\xc7\xd1\x42\x91\x8b\xa2\xa6\xc7\x84\x8e\ -\x6d\x89\xf5\x8b\x97\x48\x5c\x96\xb4\x91\x52\x94\x3e\x28\xbd\x2d\ -\x33\x25\xdb\x2b\x57\x27\x5f\xa4\x90\xa4\x18\xac\xe4\xa8\xac\xa9\ -\x22\xa4\x4a\xab\xba\x72\x7c\x58\xad\xfd\x44\xf5\xc9\x7c\xf5\x14\ -\x8d\x28\xcd\x50\xad\x80\x53\x3e\xda\xe7\x4f\xfb\xe9\x04\xe9\x46\ -\xe8\xa5\xe8\x17\x1b\x3c\x33\x7c\x7b\x66\xc1\x98\xda\x44\xc4\xd4\ -\xf0\x2c\xc9\x2c\xc7\xbc\xd3\x62\xd5\x8a\xdf\xda\xd2\x26\xd1\xb6\ -\xd3\x1e\x1c\xd4\x1d\x23\x9d\xba\x9d\x99\x09\x8e\x2e\x0f\x89\x14\ -\x37\x0b\xf7\x87\x9e\x54\x5e\xae\xde\x6d\x3e\x3c\xbe\x81\x7e\x7d\ -\x24\xbe\x80\x50\xf2\xfb\x40\xc9\xa0\x1b\xc1\xcb\xa1\x16\x17\x1b\ -\xc3\x84\x2e\xa7\x85\xc3\xd5\x80\x88\xa9\x28\xe3\xe8\xfa\x18\xbe\ -\xd8\xf8\xeb\x6b\xf1\x0e\x09\xbd\x49\x4a\xc9\xa5\x29\xdc\xa9\x69\ -\xe9\xd4\x19\x51\x99\x94\xac\xf0\x6c\x4a\x4e\x54\x2e\x75\x5e\x5a\ -\x01\x4f\x61\xf9\x1d\xd5\xe2\xfe\xbb\xc4\x7b\xbb\x0f\xb2\xcb\xe4\ -\xcb\x3f\x3e\x0c\xad\xe2\xad\xee\x78\xe4\x59\x4b\x53\x77\xff\xa9\ -\xc6\xb3\xe1\xfa\x80\x46\xfa\xa6\xd2\x16\xbd\xd6\x85\xb6\x94\x0e\ -\xa5\xce\xe9\xae\xe4\x1e\xd5\xde\xb9\x57\x69\xfd\x4a\x6f\x46\x06\ -\x42\xdf\xb3\x0d\x3e\xfa\x68\xfc\xe9\xe7\x70\xea\xa8\xfc\xd8\xd8\ -\xc4\xb5\x49\xa9\xa9\xb1\x2f\xf1\xb3\x0a\x5f\x27\xe7\xa2\xbe\xe3\ -\x17\xea\x17\x4d\x96\xbe\x2d\x87\xaf\x1e\x5a\x7b\xfe\xcb\x6e\x63\ -\x7f\xf3\xee\x1f\xa3\xed\xcd\xdd\x92\x7d\x53\x0a\x05\x00\x0e\x80\ -\x38\x68\x83\x03\x04\x42\x32\xdc\x83\x16\x18\x86\x55\x84\x1e\x11\ -\x46\x34\x11\x47\xe4\x22\x92\x85\xd4\x22\xef\x90\x15\x14\x33\x4a\ -\x06\x65\x8e\x0a\x42\xe5\xa0\x5a\x51\x5f\xd1\x0c\x68\x65\xb4\x2b\ -\x3a\x1d\xdd\x89\xde\xc2\x48\x63\x7c\x30\x95\x98\x75\xac\x1a\x36\ -\x1e\x3b\x8a\x93\xc0\x5d\xc3\x4d\x50\xa9\x50\xdd\xa2\xda\xa6\x3e\ -\x47\xdd\x45\x23\x43\x53\x40\xcb\x44\x1b\x4d\xfb\x87\xee\x02\xdd\ -\x2a\x7d\x00\xfd\x06\xc3\x15\x46\x2a\xc6\x2c\xa6\xa3\x4c\xcd\xcc\ -\x96\xcc\xcb\x2c\x49\xac\xa2\xac\x3d\x07\xbc\xd9\x18\xd9\x9e\xb0\ -\x3b\x73\x30\x71\xbc\x38\x18\xcc\x29\xc5\xf9\x83\xeb\xe1\x21\x12\ -\xb7\x22\xf7\x3e\x4f\x37\x6f\xca\x61\xeb\x23\xf8\x23\x8b\xf8\x46\ -\xbe\x64\x7e\x17\x81\xe3\x82\x07\x05\x37\x85\x46\x85\xdb\x8e\x96\ -\x8b\x64\x89\x46\x1e\xf3\x16\x33\x11\x97\x91\x60\x93\xd8\x94\x9c\ -\x90\x7a\x29\xfd\x48\xa6\x50\x36\x4d\x2e\x46\xfe\x8a\x42\xa8\x62\ -\x90\x52\xa0\x32\x59\xc5\x4f\xd5\xe3\xb8\x93\x9a\xe5\x89\x33\x27\ -\x4f\xab\x6b\x6a\xa8\x6b\xaa\x6b\x69\x9d\xd2\xd5\x36\x39\x6d\xab\ -\xe3\xae\x1b\xac\x97\xa0\x5f\x62\xf0\xc2\xf0\x8b\x11\xb5\xb1\xac\ -\x89\x93\xe9\x8d\xb3\x6d\x66\x9b\x16\x32\x96\xbe\x56\x95\xd6\x2b\ -\xb6\x8a\x76\xe1\xf6\xbd\x8e\x1c\x4e\xee\xe7\x9e\x13\x18\x5c\xdc\ -\x88\x2f\xdc\x8e\xb8\x47\x78\xcc\x7a\x19\x78\xd7\xf9\xf0\xf9\xa6\ -\xf9\x63\x49\x97\x02\x56\x2e\xb8\x06\x7e\x0c\x3e\x1d\x52\x77\x51\ -\xe8\xd2\xad\xcb\x4c\x57\xe2\xae\x62\x22\xa2\xa3\xb0\xd1\x09\x31\ -\x2c\xb1\xb9\x71\xc2\xf1\xd5\x89\xf2\x49\x75\x37\xa4\x52\xca\xd2\ -\xf8\xd3\x0b\x32\x79\x6e\xe6\x67\xe3\x6f\xdd\xbb\x2d\x99\xfb\x3c\ -\x5f\xa7\xe0\x53\x91\xc7\x9d\x9d\x92\xd4\x7b\x42\xf7\x1b\x4b\xcd\ -\xcb\x96\x2a\x12\x2a\x45\xab\xfa\x6a\xfc\x1e\xb3\xd5\x36\x3d\x71\ -\x7f\xc6\xf2\xbc\xa5\xc1\xa7\x89\xa3\xb9\xb1\xd5\xee\xc5\xaf\xf6\ -\xc4\x4e\xbe\x97\xf5\xdd\xe6\x3d\x3f\xfb\x12\x5f\x8b\xf6\xf7\xbc\ -\xf5\x7e\x47\xff\xbe\xfa\x83\xe9\xc7\x1f\x43\x57\x46\x70\xa3\x71\ -\xe3\x98\x89\xf0\xcf\x9b\x53\x01\xd3\x8b\x33\x5e\xb3\x73\xdf\xdc\ -\xe6\x66\xbe\x3b\x2f\x0c\x2f\xea\x2e\xdd\xff\xb9\xb9\xa2\xba\xea\ -\xb7\x96\xbd\xde\xf8\x6b\x64\x63\x63\x93\x65\x4b\xfc\x8f\xde\xb6\ -\xdb\x4e\xd4\x6e\xd1\x5e\xeb\xfe\x24\x85\x02\xf0\x37\x23\x01\x00\ -\x00\x93\x97\x11\x81\x88\x27\x12\x7c\xbc\x5c\xc8\x04\x57\xff\xff\ -\x0a\x1a\x4c\xe0\x05\x46\x40\x00\x22\xe0\x81\x08\x04\xf0\x01\x2f\ -\x70\x01\x32\x10\xc0\x15\xfc\xff\xc3\xdc\xff\x0f\x81\x6e\xa1\x81\ -\x00\x00\xa7\xfc\x49\x17\xc9\x5e\x1e\x9e\x81\x78\x4d\x12\xc9\xc7\ -\x0d\xaf\xef\x47\x94\x14\xc7\xcb\x4a\xcb\xc8\xfe\xe7\xf9\xbf\x99\ -\x0e\x00\x00\xc7\x0c\x90\x97\x0c\x00\xd0\x56\xf7\x74\xe5\x7f\xf6\ -\xfd\x0b\xe4\xda\x1f\x54\xd5\x8d\x70\xa7\x00\x00\x00\x20\x63\x48\ -\x52\x4d\x00\x00\x6d\x98\x00\x00\x73\x8e\x00\x00\xf8\xfb\x00\x00\ -\x86\x0b\x00\x00\x6d\xb6\x00\x00\xed\xf1\x00\x00\x31\xda\x00\x00\ -\x18\x8b\x57\x39\xa6\x93\x00\x00\x7f\xed\x49\x44\x41\x54\x78\xda\ -\xec\xdd\x7f\x6c\xdc\xf7\x7d\xe7\xf9\xd7\x90\x14\xf5\x5b\x1c\xb9\ -\xb5\x9c\xa4\x71\x3c\x2a\x37\x59\xf8\xe2\x44\xa3\xd6\xde\xdc\xd9\ -\x5d\x6a\xe4\xd4\x8e\x1d\xbb\x10\xe5\x00\x5c\x37\xc5\xae\x48\x74\ -\x93\x5d\x78\x7b\x91\xb8\xb8\x2c\x40\xa0\x05\xa5\x73\x80\xe9\x35\ -\x40\x49\x79\x0f\x42\x9a\xec\x82\xc3\xe0\xae\xe7\xb0\xdd\xd3\x08\ -\xa7\x6c\x74\xcd\x5d\x34\xa2\x23\xc7\x3a\x69\xad\x51\xaa\x44\xb5\ -\x52\x46\x63\xcb\x6e\x6c\x25\x15\x47\x14\x29\xf1\x87\xc8\xb9\x3f\ -\xbe\xdf\x91\x46\xa3\x19\xce\x0f\x7e\x7f\x7f\x9f\x0f\x40\xb0\xf5\ -\x83\xf3\x9d\xf9\x7c\x7f\xbd\xbe\x9f\x79\x7f\x3e\x9f\x48\xa1\x50\ -\x10\x00\x00\x00\x10\x26\x2d\x34\x01\x00\x00\x00\x08\xc1\x00\x00\ -\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\ -\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\ -\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\ -\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\ -\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\ -\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\ -\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\ -\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\ -\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\ -\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\ -\x30\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\ -\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\ -\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\ -\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\ -\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\ -\x00\x00\x00\x42\x30\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\ -\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\ -\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\ -\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\ -\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\ -\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x08\xc1\x00\x00\ -\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\ -\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\ -\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\ -\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\ -\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\ -\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\ -\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\ -\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\ -\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\ -\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\ -\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\x21\x18\x00\x00\x00\x20\ -\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\ -\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\ -\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\xb0\x4b\x1b\x4d\ -\x80\x46\x44\x22\x11\x1a\x01\x58\xc6\xd8\x78\x67\x62\x99\xbf\x4e\ -\xd4\xf8\xf1\x0e\x49\xf1\x06\x36\x17\x33\x7f\xb9\xe2\xca\x07\xb7\ -\x34\x37\x57\xb8\xe7\xcf\x3f\xf8\xe0\x96\xe6\x66\x0b\xcb\xfe\xec\ -\x4f\xcf\xcf\xe6\x26\x27\x17\x73\x36\xbc\xad\x9c\xa4\xb7\x4b\x7e\ -\x9f\x95\x94\x97\x94\x3b\x73\x6c\x2a\xc7\x11\x0a\xa7\x14\x0a\x05\ -\x1a\xc1\xeb\x99\x86\x9d\x04\x42\x30\x42\x1a\x56\xe3\x92\xa2\x75\ -\x84\xd4\x1d\x15\xfe\x2c\xda\x60\x58\xf5\xac\xcb\xef\x2c\xdc\xfe\ -\xff\x77\xde\xbe\xf3\xff\x73\xb3\x4b\xba\x72\xe5\xd6\xed\xdf\xcf\ -\xce\x16\x74\xe5\x83\x5b\x41\xd9\xfd\x99\x92\xff\x3f\x51\xe5\xcf\ -\x09\xcd\x20\x04\x13\x82\x01\x42\x30\x7c\x11\x62\x4b\x03\x6c\xa5\ -\x1e\xd5\x44\x58\xda\xe6\xda\xb5\x45\x4d\x5d\x5b\xd2\xec\xec\x92\ -\xae\x7c\xb0\x28\xa9\xd8\x6b\xbb\x74\x4f\xd8\x45\x5d\xf2\x32\x7a\ -\x94\x2b\x05\xe7\xac\xf9\xf7\x92\x94\x3d\x73\x6c\x2a\x4f\x73\x81\ -\x10\x4c\x08\x06\x21\x18\x68\x26\xd0\x96\xfe\xff\x43\xba\xf3\x75\ -\x7f\x54\x01\xe9\x7d\xb5\x2a\xe4\x16\xcb\x0e\x8a\x01\xb7\x9e\x32\ -\x04\x38\xa6\x34\x1c\x17\x43\x73\xce\xfc\xa5\x33\xc7\xa6\x32\x34\ -\x11\x21\x18\x84\x60\x10\x82\x11\xcc\x60\x9b\xa8\x10\x5e\x4b\x43\ -\x6d\x69\xd8\x45\x99\xb9\xd9\x82\xae\x5c\xb9\x75\x3b\xd8\x5e\x7e\ -\x67\x3e\x68\x25\x09\xb8\x3b\x2c\xe7\x64\xd4\x32\x17\x83\x32\xe5\ -\x18\x84\x60\x10\x82\x41\x08\x86\xc7\xc2\x6d\x31\xbc\x96\x86\xdb\ -\x62\xdd\x6c\x4c\x2e\x0e\xd4\xf2\xab\xcb\xef\x2c\xe8\x5a\x7e\x51\ -\x57\x3e\xb8\x75\x57\xf0\x05\x4a\x42\x71\x56\xd2\x35\x19\x75\xcb\ -\xf9\x33\xc7\xa6\xb2\x34\x0d\x21\x18\x84\x60\x10\x82\x61\x5d\xc0\ -\x2d\x06\xdb\x4a\x01\x37\x41\x0b\xad\xdc\x95\x0f\x6e\xe9\x9d\x77\ -\x16\x8c\xc0\x6b\xfe\x02\x56\x18\x90\x4f\xe8\x4e\xef\x71\x86\x66\ -\x21\x04\x83\x10\x0c\x42\x30\x6a\x87\xdc\x62\x79\x42\xf1\x17\x2c\ -\x54\x2c\x69\x78\xe7\xed\x05\x5d\x7e\x67\x9e\x01\x69\x70\x32\x1c\ -\x67\x25\x9d\x93\xd1\x73\x4c\x69\x05\x21\x18\x84\x60\x10\x82\x43\ -\x11\x74\x8b\x81\xb6\x18\x76\xe9\xc9\x75\xd0\xe5\x77\x16\xf4\xce\ -\xdb\x0b\xfa\xd9\xc5\x39\x7a\x79\xe1\x25\x79\x33\x18\x9f\x30\x83\ -\x31\x33\x59\x10\x82\xc9\x34\xec\x24\x10\x82\x7d\x1b\x76\x13\xba\ -\xd3\x83\xbb\xcd\x0c\xbc\x04\x5d\x87\x5d\xbb\xb6\xa8\xcb\x6f\x2f\ -\xe8\x67\x17\xe7\xf5\xb3\x8b\x73\x34\x08\xfc\x24\x67\x06\xe2\x13\ -\x66\x28\xce\xd2\x24\x84\x60\x42\x30\x40\x08\xf6\x5a\xd8\x8d\xeb\ -\x4e\xaf\x6e\x31\xf8\xc2\xc5\xe0\xfb\xb3\x8b\xf3\x3a\xff\xe3\x59\ -\x7a\x7b\x11\x24\xf9\x92\x50\x9c\x21\x14\x13\x82\x09\xc1\x00\x21\ -\xd8\xa9\xb0\x1b\x37\xc3\x6e\x8c\xb0\xeb\x3d\x73\xb3\x05\xfd\xed\ -\xdf\xce\x12\x7c\x11\xb6\x50\x9c\x2e\x09\xc5\x39\x9a\x84\x10\x4c\ -\x08\x06\x21\x18\x2b\x0d\xbc\x09\x33\xf0\x6e\x33\xff\x1b\xa7\x55\ -\xbc\xe9\x67\x17\xe7\x74\xfe\xc7\x73\x94\x3a\x00\x46\x4d\xf1\x11\ -\x49\x69\x7a\x89\x09\xc1\x84\x60\x10\x82\x41\xe0\x0d\xa0\x62\xaf\ -\xef\x7f\xfb\xff\x6e\xea\xda\xb5\x45\x1a\x04\xb8\x57\x4e\x46\xe9\ -\xc4\x91\x33\xc7\xa6\xd2\x34\x07\x21\x98\x10\x0c\x42\x30\x81\x37\ -\x26\x63\x70\xda\x36\xf3\xbf\x04\x5e\x9f\x85\xdf\x33\xa7\x6f\xea\ -\xcc\xe9\x1b\x2c\x56\x01\xd4\x2f\x2f\xa3\x6c\x82\x40\x4c\x08\x26\ -\x04\x83\x10\x1c\xa2\xd0\x9b\x28\x0b\xbd\x51\x5a\x85\xf0\x0b\x10\ -\x88\x75\x30\xec\x25\x13\xe4\x2b\x42\x30\x08\xc1\x41\x0d\xbd\x3b\ -\xc4\x74\x64\x81\x70\xfe\xc7\xb3\xfa\x7f\xff\x9f\x69\xc2\x2f\x60\ -\xbd\x9c\xa4\x51\x49\xa9\x30\x0e\xaa\x23\x5f\x11\x82\x41\x08\x26\ -\xf4\xc2\x93\xae\x7c\x70\x4b\xff\xf5\xe8\x75\x66\x7a\x00\x9c\x91\ -\x96\x34\x1a\xa6\x72\x09\xf2\x15\x21\x18\x84\x60\xbf\x85\xde\x98\ -\xa4\xee\x92\xd0\x1b\x65\xaf\x07\xcf\xc9\xd7\x6e\xe8\xe4\x6b\x33\ -\x34\x04\xe0\xbc\x9c\x8c\xde\xe1\xe1\xa0\xaf\x58\x47\xbe\x22\x04\ -\x83\x10\xec\x87\xe0\x5b\x0c\xbd\xdd\x62\x5e\xde\x40\xbb\x76\x6d\ -\x51\x87\xff\x7a\x8a\xde\x5f\xc0\x1b\x52\x92\x0e\x04\xb5\x54\x82\ -\x7c\x45\x08\x06\x21\xd8\x8b\xa1\x37\xaa\x3b\xbd\xbd\xdd\xa2\xb7\ -\x37\x14\x2e\xbf\xb3\xa0\xff\xf3\xaf\xaf\x51\xfb\x0b\x78\x4f\xc6\ -\x0c\xc3\x19\x42\x30\x08\xc1\x20\x04\xdb\x17\x7c\x77\x99\xff\x45\ -\x88\x9c\xff\xf1\xac\xfe\xeb\xd1\xeb\x34\x04\x40\x18\x26\x04\x83\ -\x10\x8c\xe0\x87\x60\x82\x2f\x24\xea\x7f\xeb\x31\x1f\xf9\xa4\xa3\ -\xdb\x6b\xd1\x8c\xda\x0a\x39\x1a\x1e\x81\x0e\xc3\xe4\x2b\x42\x30\ -\x08\xc1\x6e\x84\xdf\x62\xf0\xed\x65\x8f\x11\x80\x83\x1a\x80\x17\ -\xb5\x45\x8b\x91\xfb\x8d\x9b\xad\xd6\xeb\x56\x24\x76\xfb\xef\x96\ -\xb4\x5e\xb7\xca\xca\xdb\x17\x23\x5b\xb4\xa8\xfb\x3d\xff\xb9\x5a\ -\xf5\x4b\xb5\x16\xae\xdc\xfb\x67\xba\x52\x72\xe3\x9a\x51\x9b\xee\ -\x84\xe8\x55\x85\x9c\x22\xe2\x41\x27\xa0\x61\xb8\xdf\xaf\xf3\x0d\ -\x93\xaf\x08\xc1\x20\x04\x3b\x15\x7c\x63\x92\xf6\x9a\xc1\x37\xca\ -\x9e\x82\xdf\x4b\x20\xe6\x23\x9f\xd4\xa2\xb6\x68\x29\x72\xbf\x16\ -\x14\x53\x41\xeb\x8d\x70\x1b\x89\xb1\x73\xab\x5d\x9f\x5a\x5a\xd5\ -\xbe\x5e\x6a\x6f\xbf\x69\xfc\xfe\xd6\xbb\x6a\x59\x7c\x4f\x92\xd4\ -\x72\xeb\x5d\xb5\xdc\x7a\xd7\x08\xd5\x73\xa7\x68\x2c\x7f\x49\xc9\ -\x87\x03\xe8\xc8\x57\x84\x60\x10\x82\xed\x0e\xbf\xbd\x92\xf6\x88\ -\x39\x7c\x51\xe2\xf2\x3b\x0b\xfa\x3f\xfe\xb7\xbc\x6f\xde\xef\xa2\ -\xb6\x68\x3e\xf2\x49\x2d\x44\x3e\xa9\x05\xc5\x08\xba\x4d\x68\x5d\ -\xd3\xa1\x55\x1d\x1f\x55\xa4\xb5\xbd\xee\x9f\x69\x29\x86\xe4\xa5\ -\x29\xb5\x2e\x5c\x90\x24\xb5\xcd\xbe\x41\x50\xf6\xa6\xbc\xa4\x83\ -\xf2\xd1\xd4\x6a\xe4\x2b\x42\x30\x08\xc1\x76\x04\xdf\x98\x8c\x1e\ -\xdf\xbd\xa2\xd7\x17\x65\xe6\x66\x0b\xfa\xc6\xa1\x7f\xf4\xf4\x2c\ -\x10\xa5\xa1\x77\x36\xf2\x98\x0a\x5a\xcf\x8e\x6b\x52\xcb\xaa\xb5\ -\x5a\xd5\xf1\x51\xb5\xb4\x6f\xb0\x27\x5c\x2f\x5c\x50\x64\x69\xea\ -\x76\x28\x6e\x9b\x7d\xe3\xae\xd0\x0c\xc7\xe5\x24\xf5\xf9\xa1\x5e\ -\x98\x7c\x45\x08\x06\x21\xd8\xea\xf0\x3b\x28\x6a\x7d\xb1\x8c\xc3\ -\x7f\x3d\xa5\x9f\x5d\x9c\xf3\xdc\xfb\xba\x15\x89\xe9\x66\x64\xa7\ -\xe6\xf5\x49\x7a\x7a\xad\xb8\x16\xb5\xb4\xaa\x6d\xe3\x87\xd5\xb6\ -\xde\xbd\x3a\xe7\x62\x4f\x72\xcb\xfc\x4f\xd5\xb2\xf8\x9e\x5a\xe7\ -\x7f\xaa\xc8\xe2\x7b\xb7\xcb\x2e\x60\xab\xb4\x19\x86\xf3\x84\x60\ -\x10\x82\x11\xd8\x10\x6c\x2e\x5d\x3c\x28\x4a\x1e\x50\x83\xd7\xca\ -\x20\x8a\xc1\x77\x2e\xf2\xcf\x7c\x31\x28\xcd\x2f\x9a\x29\x7d\x70\ -\x5a\xdb\xdc\xa9\xdb\x35\xc9\x6d\xb3\x6f\x10\x8e\xed\x91\x97\x31\ -\x70\x2e\x45\x08\x06\x21\x18\x81\x0a\xc1\x84\x5f\x34\x2a\xf5\x9f\ -\x27\x5d\x5f\x0d\xae\xa0\xf5\xba\x19\x49\xe8\x46\xcb\xf3\x04\x5f\ -\xab\xaf\x3f\x2d\xad\x5a\x15\x7d\x48\xad\x6b\x3a\xfc\xf9\xfe\xcd\ -\x32\x8a\x96\xf9\x9f\xde\xf5\x5f\xac\x58\x5a\x1e\xec\x15\x26\x5f\ -\x11\x82\x41\x08\x26\xfc\xc2\x11\x6e\xf7\x02\xcf\x47\x3e\xa9\xd9\ -\xc8\x4e\xdd\x8c\x70\xd8\xda\xa1\x6d\xfd\xfd\x6a\xdb\xf8\x61\x45\ -\x5a\x5a\x83\xf7\xd9\xe6\x4e\x11\x8c\x57\x2e\x6f\x06\xe1\x34\x21\ -\x18\x84\x60\xf8\x2e\x04\x53\xf3\x8b\x95\x70\xab\x16\xf8\x66\x64\ -\xa7\x6e\x44\x9e\xa3\xce\xd7\xae\x6b\x4e\x6b\xbb\xda\x37\x3f\x64\ -\xdb\xc0\x37\xaf\x07\xe3\xb6\xb9\x53\x6a\x59\xb8\x40\x29\x45\xfd\ -\x86\xcf\x1c\x9b\xea\x27\x04\x83\x10\x0c\xdf\x84\xe0\xb1\xf1\xce\ -\xfd\x62\xb6\x07\x34\x69\x6e\xb6\xa0\x83\x7f\xfe\x2b\xc7\xc3\xef\ -\x4c\x4b\x0f\x25\x0f\x76\x06\xc1\x00\xf7\xfe\x36\xaa\xe5\xd6\xbb\ -\x6a\x9d\x3b\xa5\xd6\x85\x0b\x6a\x9d\x7d\x83\xde\xe2\xe5\x65\x25\ -\xed\x76\x7b\x5e\x61\xf2\x15\x21\x18\x84\xe0\x5a\xe1\x37\x21\x69\ -\x44\x2a\x5b\xde\x0a\x68\xc0\xcf\x2e\xce\xe9\xf0\x5f\x4f\x39\xb2\ -\xad\xf9\xc8\x27\x35\xd5\xf2\x47\x84\x5f\x3b\xaf\x33\x2d\xad\x6a\ -\xbf\xef\x37\x43\xd7\xfb\xdb\x50\x1b\x99\xd3\xb6\xb5\xcd\x9d\x22\ -\x14\x57\x96\x37\x83\x70\x86\x10\x0c\x42\x30\x3c\x15\x82\xc7\xc6\ -\x3b\xa3\x32\x4a\x1f\xf6\xd1\xaa\x58\x29\x27\x96\x47\x5e\xd4\x16\ -\x4d\xb5\xfc\x3b\xcd\x47\x3e\x49\x83\xdb\xa8\x75\x4d\x87\x56\x45\ -\x1f\xa2\xf7\x97\x50\x6c\x95\xfe\x33\xc7\xa6\x86\x09\xc1\x20\x04\ -\xc3\x13\x21\x98\xde\x5f\x58\xed\xd5\xff\x3d\xaf\x77\xde\x5e\xb0\ -\xed\xf5\x67\x5a\x7a\x34\x1d\xe9\xa1\xa1\xed\xbc\xb6\x78\x60\xde\ -\xdf\x20\x29\x96\x4f\xb4\xcd\x9d\x52\xdb\xcd\xef\x2b\xb2\x34\x15\ -\xe6\xe6\x48\x9d\x39\x36\xd5\x47\x08\x06\x21\x18\xae\x86\x60\xb3\ -\xf6\x77\x90\x96\x84\x1f\x42\xf0\xad\x48\x4c\xd7\x22\x7f\xc4\xa0\ -\x37\xbb\x03\xdb\xaa\xb5\x5a\x15\x7d\x48\x2d\xab\xd6\xd2\x18\x36\ -\x69\x5d\xb8\xa0\x55\x33\xff\x25\xcc\xbd\xc4\x19\x19\xe5\x11\x79\ -\x42\x30\x08\xc1\x70\x34\x04\x9b\xe5\x0f\x87\xc5\xb4\x67\xf0\x49\ -\x08\xbe\x19\xd9\xa9\xeb\x2d\xbd\x2c\x69\x6c\xb3\xb6\xf5\xf7\x6b\ -\x55\xc7\x47\x69\x08\x27\x1f\x3a\x6e\xbd\xab\xb6\x9b\xdf\xbf\xdd\ -\x4b\x1c\x22\x59\x49\x3b\x9d\x0a\xc2\xe4\x2b\x42\x30\x08\xc1\x1a\ -\x1b\xef\x8c\x9b\x01\x38\x46\x0b\xc2\x0f\x21\xf8\x7a\x4b\x9f\x6e\ -\x44\x9e\xa3\x61\xed\xbc\x96\xf8\x7c\xe1\x8b\xc0\xec\x87\xa5\x29\ -\xb5\xdd\xfc\xbe\x56\xdd\xfc\x7e\x58\x02\xb1\x63\x41\x98\x7c\x45\ -\x08\x46\xc8\x43\xb0\x19\x80\x8f\x8b\xa9\xcf\xe0\x93\x10\x3c\xd5\ -\xf2\x47\x2c\x78\x61\x33\xca\x1f\x08\xc4\x61\x08\xc2\xe4\x2b\x1f\ -\x5c\x8b\x68\x02\xd8\x65\x6c\xbc\xb3\x97\x00\x0c\x3f\x21\x00\xdb\ -\xaf\x75\xdd\x7d\x6a\xff\xb5\x8f\x13\x80\x3d\xa8\xd0\xb2\x49\x0b\ -\xeb\xbf\xa0\x1b\xbf\xfe\x0d\x5d\xff\x8d\xb3\x9a\x8d\xfe\xb1\x16\ -\x57\x3d\x1c\xc4\x8f\x1a\x97\x74\xfc\xd1\x67\x36\x71\x6f\x0a\xfb\ -\x83\x1f\x4f\x2a\x68\xe8\x80\xa9\xb3\x27\xd8\x0c\xc0\x23\xb4\x18\ -\x9c\xf0\x83\xef\x4f\xeb\xcc\xe9\x9b\x04\x60\x8f\x5b\xd5\xf1\x51\ -\x66\x7f\xf0\xe3\x83\xcb\xc2\x05\xb5\x5f\x1f\x09\xe2\x2c\x13\x59\ -\xd9\xd8\x23\x4c\xbe\x22\x04\x23\x84\x21\x98\x12\x08\x38\xed\xcc\ -\xe9\x9b\xfa\xc1\xf7\xa7\x9b\xfe\x79\xa6\x40\xb3\xf9\xba\xc1\xe2\ -\x17\xc1\xd8\x8f\x4b\x53\x5a\x35\xf3\x5f\xd4\x3e\x9d\x0a\xd2\x32\ -\xce\xb6\x05\x61\xf2\x95\xf7\x51\x0e\x01\x4b\x11\x80\xe1\x86\x8f\ -\x7d\x6c\x55\xd3\x3f\x3b\x1f\xf9\x24\x01\xd8\xce\x9b\xcc\xaa\xb5\ -\x46\xf9\x03\x01\xd8\xf7\x0a\x2d\x9b\x34\xbf\xb1\x4f\xd3\x1f\x3e\ -\xa1\x9b\xf7\xfd\x59\x50\x4a\x25\x8a\xf7\x2c\x10\x82\x81\x15\x05\ -\xe0\xa8\x8c\x12\x08\x02\x30\x1c\xb5\xe5\x81\x36\xad\x5e\xd3\xf8\ -\xcc\x25\x05\xad\xd7\x54\xcb\x1f\xd1\x80\x76\xdd\x60\x56\x6f\xa0\ -\xfe\x37\xa0\x16\xd6\x7f\x41\x33\x1f\x3a\xaa\x1b\x5b\xfe\x52\x8b\ -\xab\x3f\xe3\xfb\x20\xfc\xe8\x33\x9b\x28\xdf\x23\x04\x03\x2b\x32\ -\x62\x3e\x55\x03\x8e\xfb\xf8\x27\x56\x37\xfc\x33\x37\x5a\x9e\xd3\ -\xa2\xa8\x51\xb5\x43\xeb\xba\xfb\xb4\xfa\xd7\x3e\xce\xf2\xc7\x01\ -\x77\x6b\xf5\x67\x34\xb3\xe5\x2f\x8d\x30\xec\xef\x9e\xe1\xde\x47\ -\x9f\xd9\xb4\x9f\x3d\x4a\x08\x06\x1a\x36\x36\xde\xd9\x2d\xa9\x9b\ -\x96\x80\x5b\x3e\xf5\xe9\x35\x0d\xfd\xfb\x45\x6d\xa1\x0c\xc2\x26\ -\xab\x36\x7e\x58\xed\xd1\x87\x68\x88\xb0\x85\xe1\x0f\x1d\xd5\xcd\ -\xfb\xfe\x4c\x4b\x6d\xbe\x5d\xfc\x64\xf0\xd1\x67\x36\x71\x1f\x23\ -\x04\x03\x0d\x05\xe0\xa8\x98\x09\x02\x2e\x7b\xf0\x63\xab\xd4\xd1\ -\x51\x7f\xaf\xe3\x8d\x16\x16\xc3\xb0\x43\x7b\xf4\x21\xb5\x6d\xfc\ -\x10\x0d\x11\x52\x0b\xeb\xbf\xa0\xe9\x0f\x9f\xd0\x5c\xc7\x5e\x15\ -\x5a\x36\xf9\xf1\x23\x8c\x3c\xfa\xcc\xa6\x38\x7b\x92\x10\x0c\xd4\ -\xfd\xf4\x2c\xea\x80\xe1\x01\x4f\xfc\xf3\x75\x75\xff\x5b\xa6\x43\ -\xb3\x56\x71\x06\x88\xd6\x75\xf7\xd1\x18\xd0\xdc\xa6\xaf\x68\xe6\ -\x81\xff\x4b\xb7\xd6\x3e\xe5\xb7\xb7\x1e\x35\x83\x30\xf7\x34\x42\ -\x30\xb0\xbc\xb1\xf1\xce\x98\xa4\x7d\xb4\x04\xbc\xe0\x91\x4f\xaf\ -\xa9\xab\x37\x78\x2e\xf2\xcf\x54\xd0\x7a\x1a\xcc\xca\x00\xfc\x6b\ -\x1f\x67\x09\x64\xdc\x65\xa9\xed\xa3\xba\xf1\xeb\xdf\xd0\x8d\x5f\ -\xff\x86\xdf\x7a\x85\xe3\x92\x86\xd8\x83\x84\x60\xa0\x96\x41\x9a\ -\x00\x5e\x52\x4f\x6f\xf0\x5c\xe4\x9f\xd1\x50\x16\x07\x60\x66\x80\ -\x40\x35\xb7\xd6\x3e\xa5\xe9\x0f\x9f\xf0\x5b\xaf\x70\x2f\xf5\xc1\ -\x84\x60\xa0\x2a\xb3\x16\x98\x8b\x04\x3c\xe5\x91\x4f\xaf\xd1\x96\ -\x07\xda\x96\xfd\x37\x0b\x8a\xd1\x50\x04\x60\x38\xa8\xd0\xb2\x49\ -\x37\x7e\xfd\x1b\xba\x79\xdf\x9f\xf9\xa9\x57\x98\xb2\x08\x42\x30\ -\x50\xfd\x49\x59\xd4\x02\xc3\x83\x3e\xfb\xd4\xf2\x0b\x33\xdc\x8a\ -\x10\x82\x09\xc0\x70\xc3\xc2\xfa\x2f\xf8\x69\x3a\xb5\xa8\x18\xf4\ -\x4d\x08\x06\xca\x99\xbd\xc0\x94\x42\xc0\x93\x1e\xfc\xd8\x2a\x3d\ -\xfa\x58\xe5\x70\x46\x2d\x30\x01\x18\xee\x5a\x5c\xf5\xb0\x6e\x6c\ -\xf9\x4b\x2d\xac\xff\x82\x1f\xde\x6e\x37\x65\x11\x84\x60\xe0\x9e\ -\x0b\x83\xe8\x05\x86\x87\x3d\xf9\xd4\x86\x8a\x65\x11\x0b\xf4\x02\ -\x13\x80\xe1\xba\x42\xcb\x26\xdd\xbc\xef\xcf\x34\x1b\xfd\x63\x3f\ -\xbc\x5d\xca\x22\x08\xc1\xc0\x5d\xb6\xd1\x04\xf0\xba\xcf\x3f\xbf\ -\xb1\xa9\xe5\x94\x41\x00\x86\x33\xe6\x37\xf6\xf9\xa1\x4e\x38\x2a\ -\xbe\xf9\x24\x04\x03\x25\xe2\x34\x01\xbc\x6e\xcb\x03\x6d\xfa\xec\ -\xef\xde\x5d\x1f\xdc\x5a\xf8\x25\x0d\x43\x00\x86\x87\x14\xeb\x84\ -\x3d\x1e\x84\xf7\x3d\xfa\xcc\xa6\x18\x7b\x8b\x10\x0c\x00\xbe\xf1\ -\xc8\xa7\xd7\xe8\x89\x7f\x7e\xa7\x0e\xb8\x55\x57\x68\x94\x26\xb4\ -\xdf\xf7\x9b\x04\x60\xd8\xa6\x58\x27\xec\xf1\x20\xcc\x20\x39\x42\ -\x30\x20\x5d\xbf\xbe\xc8\x13\x31\x7c\xe3\x89\x7f\xbe\x4e\x8f\x7c\ -\x7a\x4d\x49\x10\xa6\x37\xb8\xa1\x00\x1c\x7d\x48\x2d\xed\x1b\x68\ -\x08\x84\x3d\x08\x27\x1e\x7d\x66\x53\x82\x3d\x45\x08\x46\x88\x3d\ -\xff\xd2\xe6\x68\x7e\x8a\x10\x0c\x7f\xf9\xfc\xf3\x1b\x6f\x07\xe1\ -\xb6\xc2\x25\x1a\xa4\x4e\xab\x3a\x3e\xca\x52\xc8\x20\x08\xdf\x41\ -\x6d\x30\x21\x18\x21\x17\xbf\x3a\xb9\x48\x2b\xc0\xb7\x41\xb8\xbd\ -\xf0\x13\x1a\xa3\x0e\xad\xeb\xee\x53\xdb\xfa\xfb\x69\x08\x10\x84\ -\xef\xa0\x37\x98\x10\x8c\x90\x4b\x5c\xcd\x13\x82\xe1\xdf\x20\xfc\ -\x3f\x3c\xf6\x73\x1a\xa2\xd6\xcd\x61\xf5\x06\xb5\x47\x1f\xa2\x21\ -\xe0\x5a\x10\xf6\xf0\xf4\x69\xf4\x06\x13\x82\x11\x62\x0f\x4d\x4e\ -\xde\xa2\x15\xe0\x5b\x9f\xfb\xdd\x5f\xe9\x73\xbf\xf3\x5d\x1a\xa2\ -\xda\x8d\x61\xd5\x5a\xb5\x6f\xfe\x4d\x1a\x02\xae\x5a\x58\xff\x05\ -\xaf\x06\x61\x7a\x83\x09\xc1\x08\xb1\xd8\xf4\xcc\x92\xa6\x67\x96\ -\x68\x09\xf8\xd6\xd3\x4f\x1c\xd5\x23\x1f\x3f\x47\x43\x94\x89\xb4\ -\xb4\x6a\x55\xf4\x21\x45\x5a\x5a\x69\x0c\xb8\x6e\x7e\x63\x9f\x57\ -\x57\x96\xa3\x37\x98\x10\x8c\x90\x8a\x4b\xd2\xe5\xf7\xe6\x69\x09\ -\xf8\xda\x8b\xcf\x8d\xea\x23\x5b\xde\xa5\x21\x4a\xac\x8a\x3e\xc4\ -\x54\x68\xf0\x94\xd9\xe8\x1f\x6b\x71\xd5\xc3\x5e\x7b\x5b\x09\xe6\ -\x0d\x26\x04\x23\x9c\xa2\x92\x34\x71\x69\x8e\x96\x80\xaf\xad\x5d\ -\x7d\x53\xbf\xff\xdc\xa8\xd6\xae\xbe\x49\x63\x48\x6a\x5b\x7f\xbf\ -\x5a\xd7\x74\xd0\x10\xf0\x94\x42\xcb\x26\xcd\xfe\xda\xd7\xbd\xf8\ -\xd6\xe8\x0d\x26\x04\x23\x4c\x9e\x7f\x69\x73\xb4\xf8\xff\x57\x27\ -\x17\xc5\x00\x39\xf8\xdd\x47\xb6\xbc\xab\x17\x9f\x1b\xe5\x66\xb0\ -\x6a\xad\x56\x75\x7c\x94\x03\x02\x9e\xe4\xd1\x81\x72\xdd\x8f\x3e\ -\xb3\x29\xca\xde\x21\x04\x23\x3c\xe2\xa5\xbf\xb9\xf0\xd6\x2c\x2d\ -\x02\xdf\x7b\xe4\xe3\xe7\x42\x3d\x50\x2e\xd2\xd2\xaa\xf6\xfb\x18\ -\x08\x07\x6f\x9b\xdf\xd8\xa7\xc5\xd5\x9f\xf1\xd2\x5b\x8a\x4a\xea\ -\x66\xcf\x10\x82\x11\x52\x13\x97\xe6\x34\xbf\x50\xa0\x21\xe0\x7b\ -\x61\x1e\x28\xb7\x2a\xfa\x90\x22\xad\xed\x1c\x04\xf0\xbc\xd9\xcd\ -\x7f\xe2\xb5\xb7\xb4\x97\xbd\x42\x08\x46\x88\xd1\x1b\x8c\xa0\x08\ -\xe3\x40\xb9\xd6\x35\x1d\xd4\x01\xc3\x37\x16\x57\x3d\xac\xb9\x0e\ -\x4f\xe5\xce\x38\x03\xe4\x08\xc1\x08\x73\x08\xbe\x38\x4b\x6f\x30\ -\x02\x61\xed\xea\x9b\xea\x7b\xe1\x1b\xa1\x19\x28\x17\x69\x6d\xd7\ -\x2a\x16\xc4\x80\xcf\xcc\x6f\xe8\xf5\xda\x6a\x72\xf4\x06\x13\x82\ -\x11\xda\x0b\xd2\x7c\x81\xde\x60\x04\xc6\x7d\x1d\xff\xa8\xbe\x17\ -\xbe\x11\x8a\xcf\xda\xbe\x99\xf9\x80\xe1\x3f\x85\x96\x4d\x5e\x1b\ -\x24\xd7\xcd\x5e\x21\x04\x23\xc4\xce\x9d\xbf\xc9\xe2\x19\x08\x8c\ -\xce\x8f\x5d\xd4\xae\xcf\xfe\x55\xa0\x3f\x63\xeb\x9a\x0e\xb5\xb4\ -\x6f\x60\x67\xc3\x97\x16\xd6\x7f\x41\x4b\x6d\x9e\x99\xcd\x24\xf6\ -\xe8\x33\x9b\xe2\xec\x15\x42\x30\x42\xec\xf4\xd9\x1b\x34\x02\x02\ -\xa3\xeb\xd1\x1f\xe8\xb1\x4f\xfd\x28\x90\x9f\xad\xb8\x2a\x1c\xe0\ -\x67\x73\x9b\xbe\xe2\xa5\xb7\x93\x60\x8f\x10\x82\x11\x62\x97\xdf\ -\x9d\xd7\x07\x57\x6e\xd1\x10\x08\x8c\x5d\x9f\xfd\xab\x40\x0e\x94\ -\x6b\xdb\xf8\x61\xca\x20\xe0\x7b\x1e\xeb\x0d\xde\xc3\x1e\x21\x04\ -\x23\xe4\x4e\x9e\x9a\x66\x90\x1c\x02\x63\xed\xea\x9b\x7a\xe9\x8b\ -\x7f\x1e\xa8\x81\x72\x2d\xab\xd6\xaa\x6d\xfd\xfd\xec\x5c\x04\x26\ -\x08\x7b\x44\x9c\x85\x33\x08\xc1\x08\xbe\xdc\x72\x7f\x39\x3d\xb3\ -\xc4\x20\x39\x04\x32\x08\x07\x05\xab\xc2\x21\x48\xe6\x37\xf4\x7a\ -\xe9\xed\x74\xb3\x47\x08\xc1\x08\xb0\xa3\x87\x26\x73\xb5\xfe\xcd\ -\xb9\xf3\x37\x59\x4e\x19\x81\xf2\x91\x2d\xef\xea\xc5\xcf\x7f\xdb\ -\xf7\x9f\x83\xc1\x70\x08\x9a\x42\xcb\x26\x2f\xf5\x06\xef\x60\x8f\ -\x10\x82\x01\xbd\x4e\x59\x04\x02\xe6\xb1\x4f\xfd\xc8\xf7\x03\xe5\ -\xe8\x05\x46\x10\x79\x28\x04\x27\xd8\x1b\x84\x60\x04\x5f\xa6\xd6\ -\x3f\xb8\x3a\xb9\xa8\x73\xe7\x6f\xd2\x52\x08\x94\x17\x3f\xff\x6d\ -\x75\x7e\xec\xa2\x2f\xdf\x7b\xeb\xba\xfb\x58\x1a\x19\x81\x74\x6b\ -\xf5\x67\xbc\x32\x40\x2e\x46\x5d\x30\x21\x18\xc1\x97\xaf\xe7\x1f\ -\x5d\x78\x6b\x96\xd9\x22\x10\x38\x7d\x2f\x7c\x43\xf7\x75\xfc\xa3\ -\xef\xde\xf7\xaa\x8d\x1f\x66\xe7\x21\xb8\x41\x78\xed\x53\x5e\x79\ -\x2b\x09\xf6\x06\x21\x18\xc1\x76\xae\xde\x7f\x78\xfc\x87\xd7\x29\ -\x8b\x40\xa0\xf8\x71\x69\x65\x7a\x81\x11\x74\x5e\x9a\x25\x82\xbd\ -\x41\x08\x46\xb0\x65\xeb\xfd\x87\xf3\xf3\x05\x65\x5e\x9b\xa6\xc5\ -\x10\x28\x1f\xd9\xf2\xae\x5e\x7c\x6e\xd4\x37\xef\x97\x5e\x60\x04\ -\xdd\xe2\xaa\x87\x55\x68\xd9\xe4\x85\xb7\xc2\xe0\x38\x42\x30\x08\ -\xc1\x77\xbc\x7f\x65\x81\xd5\xe4\x10\x38\x8f\x7c\xfc\x9c\x3e\xf7\ -\x3b\xdf\xf5\xfc\xfb\x6c\x5d\xd3\x41\x2f\x30\x42\xc1\x23\x25\x11\ -\x71\xf6\x04\x21\x18\x01\x66\x4e\x93\x96\x6f\xe4\x67\x2e\xbc\x35\ -\xab\xcb\xef\xcd\xd3\x78\x08\x94\xa7\x9f\x38\xea\xf9\x19\x23\xda\ -\x36\x6c\x61\x47\x21\x1c\x21\x78\xf5\x67\xbc\xf0\x36\xa2\x8f\x3e\ -\xb3\x29\xc6\xde\x20\x04\x23\xd8\x32\x8d\xfe\xc0\xc9\x53\x33\xcc\ -\x1f\x8c\xc0\xf1\xf2\xd2\xca\x91\xd6\x76\xe6\x05\x46\x68\x2c\x7a\ -\x23\x04\x4b\x12\x21\x98\x10\x8c\x80\x3b\xd1\xe8\x0f\xcc\xcf\x17\ -\x98\x3f\x18\x81\xe3\xe5\x81\x72\xf4\x02\x23\x4c\x96\xda\x3e\xea\ -\x95\xa9\xd2\x12\xec\x0d\x42\x30\x82\x2d\xd3\xcc\x0f\x5d\x9d\x5c\ -\xd4\xc9\x53\x33\xb4\x1e\x02\xe5\xbe\x8e\x7f\xf4\xe4\xd2\xca\xad\ -\x6b\xef\x63\xe7\x20\x5c\x41\x78\xd5\xc3\x5e\x78\x1b\x1d\xec\x09\ -\x42\x30\x02\xec\xe8\xa1\xc9\xac\xa4\x5c\x33\x3f\x7b\xf9\xdd\x79\ -\x16\xd2\x40\xe0\x78\x6d\x69\xe5\xd6\x35\x1d\x8a\xb4\xb4\xb2\x63\ -\x10\x2a\x8b\xed\xff\x9d\x17\xde\x46\x9c\x3d\x41\x08\x46\xf0\x65\ -\x9a\xfd\xc1\x73\xe7\x6f\x32\x50\x0e\x81\xe3\xa5\xa5\x95\x5b\xd7\ -\x44\xd9\x21\x08\x5f\x08\xf6\x46\x5d\x70\x8c\x3d\x41\x08\x46\xf0\ -\x1d\x59\xc9\x0f\x33\x50\x0e\x41\xe4\x95\xa5\x95\x5b\xd6\xf0\x8d\ -\x2c\xc2\x67\xa9\xf5\x37\x08\xc1\x20\x04\xc3\x7e\x47\x0f\x4d\xa6\ -\xd5\xe0\x54\x69\xa5\x18\x28\x87\xa0\xea\x7b\xe1\x1b\xae\xce\x18\ -\xd1\xb2\x7a\x03\xa5\x10\x08\x67\x08\xf6\xc6\xc0\x38\x31\x4d\x1a\ -\x21\x18\xe1\x90\x5a\xc9\x0f\x33\x50\x0e\x41\xb4\x76\xf5\x4d\xfd\ -\xfe\x73\xa3\xae\xcd\x18\xd1\xda\xbe\x91\x9d\x80\xd0\x5a\xf4\xc6\ -\xe0\x38\x42\x30\x21\x18\x21\x70\x70\xa5\x2f\xc0\x40\x39\x04\xd1\ -\x47\xb6\xbc\xab\xbe\x17\xbe\xe1\xca\xb6\x23\xab\xd6\xb2\x03\x10\ -\xe2\x64\xb3\x89\x36\x00\x21\x18\xf6\x33\x57\x8f\xcb\xac\xf4\x75\ -\x18\x28\x87\x20\xea\xfc\xd8\x45\xed\xfa\xec\x5f\x39\x7f\x61\x27\ -\x04\x23\xc4\x3c\x52\x12\x11\x67\x4f\x10\x82\x11\x0e\xa3\x56\xbc\ -\x08\x03\xe5\x10\x44\x5d\x8f\xfe\xc0\xf1\x19\x23\x22\xad\xed\x34\ -\x3c\x08\xc1\xee\x8a\xb2\x27\x08\xc1\x08\x81\xa3\x87\x26\x53\x6a\ -\x72\xce\xe0\x52\x0c\x94\x43\x50\xbd\xf8\xf9\x6f\x3b\x36\x50\x8e\ -\x5e\x60\x00\x20\x04\xc3\x59\x07\xac\x78\x11\x06\xca\x21\xa8\x5e\ -\xfa\xe2\x9f\xeb\xbe\x8e\x7f\x74\xe0\xaa\xce\xac\x10\x08\x37\x8f\ -\x4c\x93\x06\x42\x30\xc2\xc2\xaa\xde\x60\x89\x81\x72\x08\xa6\xb5\ -\xab\x6f\xaa\xef\x85\x6f\xb8\x36\x63\x04\x10\x16\x05\x6f\x94\x43\ -\xec\x60\x4f\x10\x82\x11\x2e\x07\xac\x7a\x21\x06\xca\x21\x88\x3e\ -\xb2\xe5\x5d\xbd\xf8\xdc\xa8\xad\xdb\x60\x7a\x34\x00\x20\x04\xc3\ -\x61\x66\x6f\x70\xc6\xaa\xd7\x63\xa0\x1c\x82\xe8\x91\x8f\x9f\x73\ -\x65\xc6\x08\x00\x00\x21\x18\xf6\xea\xb7\xea\x85\xe6\xe7\x0b\xca\ -\xbc\x76\x9d\x81\x72\x08\x1c\x37\x66\x8c\x00\x00\x10\x82\x61\xa3\ -\xa3\x87\x26\xb3\x92\x86\xad\x7a\xbd\xe9\x99\x25\x65\x5e\x9b\xa6\ -\x61\x11\x38\x4e\xce\x18\x01\x00\x20\x04\xc3\x19\x07\x64\xd1\x20\ -\x39\x49\x7a\xff\xca\x82\x4e\x9f\xbd\x41\xab\x22\x70\x1c\x9b\x31\ -\x02\x00\x40\x08\x86\xfd\x8e\x1e\x9a\xcc\x4b\xea\xb3\xf2\x35\x2f\ -\xbc\x35\xab\x89\x4b\x73\x34\x2e\x02\xc5\x8e\x19\x23\x96\x16\x78\ -\x60\x04\x00\x42\x30\xdc\x0c\xc2\x19\x49\x69\x2b\x5f\xf3\xf4\xd9\ -\x1b\x0c\x94\x43\xe0\x58\x3d\x63\x44\xa1\xc0\x39\x02\x00\x84\x60\ -\xb8\xad\x4f\x52\xde\xaa\x17\x63\xa0\x1c\x82\x8a\x19\x23\x00\x80\ -\x10\x8c\x00\xb1\xa3\x2c\x82\x81\x72\x08\x2a\xab\x66\x8c\x28\x2c\ -\xb0\x18\x07\x00\x10\x82\xe1\x85\x20\x9c\x96\x94\xb2\xf2\x35\xdf\ -\xbf\xb2\xc0\xd2\xca\x08\xa4\x17\x3f\xff\x6d\x75\x7e\xec\xe2\xca\ -\x42\xf0\x12\xe5\x10\x08\xb7\xc8\x2d\x66\x5d\x01\x21\x18\xde\xd1\ -\x2f\x0b\x67\x8b\x90\xa4\x89\x4b\x73\x0c\x94\x43\x20\xf5\xbd\xf0\ -\x8d\x15\x4f\x9d\xb6\x44\x6f\x30\xc2\x1c\x6c\x16\xdf\xa3\x11\x40\ -\x08\x86\x37\xd8\x51\x16\x21\xb1\xa2\x1c\x82\x69\xed\xea\x9b\xfa\ -\xfd\xe7\x46\x57\x36\x63\x04\x83\xe3\x00\x80\x10\x0c\xcf\x04\xe1\ -\x8c\x2c\x5c\x44\xa3\xe8\x6f\x7e\x30\xc5\x40\x39\x04\xce\x47\xb6\ -\xbc\xab\x97\xbe\xf8\xe7\x4d\xff\xfc\xd2\x1c\x75\xf3\x80\xcb\xf2\ -\x34\x01\x21\x18\x28\x65\xe9\x22\x1a\x92\x31\x63\xc4\xdf\xfc\x60\ -\x8a\x96\x45\x20\x83\xf0\x8b\x9f\xff\x76\x73\x21\x98\xb9\x82\x11\ -\x62\x6d\xb3\x6f\x78\xe1\x6d\x9c\x63\x4f\x10\x82\x81\xdb\xcc\xb2\ -\x88\xdd\x56\xbf\xee\xd5\xc9\x45\x06\xca\x21\x90\x1e\xfb\xd4\x8f\ -\xd4\xf5\xe8\x0f\x9a\x08\xc1\xd4\x04\x03\x00\x21\x18\x5e\x0b\xc2\ -\x59\x19\x3d\xc2\x96\x9a\xb8\x34\xa7\x0b\x17\x67\x69\x60\x04\xce\ -\xae\xcf\xfe\x55\xc3\x53\xa7\x15\x16\xe7\x99\x25\x02\xa1\x15\x61\ -\x60\x1c\x08\xc1\xf0\x70\x10\xde\x2f\x29\x6b\xf5\xeb\x9e\x7e\xf3\ -\x86\x3e\xb8\x72\x8b\x06\x46\x20\x83\x70\xa3\x33\x46\x2c\xcd\x53\ -\x17\x8c\x90\x06\x1b\x6f\x4c\x91\x96\x67\x4f\x10\x82\x81\x6a\x2c\ -\x5d\x4d\xae\xe8\xf8\x0f\xaf\x6b\x7a\x66\x89\xd6\x45\xa0\xac\x5d\ -\x7d\x53\x2f\x7d\xf1\xcf\x1b\x9a\x31\x62\x69\xee\x3a\x0d\x87\xd0\ -\x89\x2c\x79\x66\x8c\x48\x96\xbd\x41\x08\x06\x2a\xb2\xab\x2c\x62\ -\x7e\xbe\xa0\xcc\x0f\x59\x5a\x19\x04\x61\x7a\x82\x11\x46\xad\x0b\ -\x17\x68\x04\x10\x82\xe1\x8b\x20\x3c\x2c\x29\x63\xf5\xeb\x5e\x9d\ -\x5c\xd4\xe9\x37\x19\x1d\x8f\xe0\xf9\xc8\x96\x77\xf5\xe2\x73\xa3\ -\xf5\x85\xe0\x85\x9b\xd4\x05\x23\x7c\xbc\xd3\x13\x9c\x63\x67\x10\ -\x82\x81\x5a\x76\xcb\x86\xb2\x08\x06\xca\x21\xa8\x1e\xf9\xf8\xb9\ -\xba\xa7\x4e\xa3\x37\x18\x61\xe3\x95\x9e\xe0\x33\xc7\xa6\x08\xc1\ -\x84\x60\x60\x79\x76\xad\x26\x27\x19\x03\xe5\x2e\xbf\x37\x4f\x23\ -\x23\x70\x1e\xfb\xd4\x8f\xea\x9a\x31\x62\x71\x36\x4f\x63\x21\x5c\ -\xa1\xc6\x1b\x83\xe2\x40\x08\x06\xea\x0e\xc2\x69\xd9\xb0\x9a\x9c\ -\xc4\xd2\xca\x08\xae\x17\x3f\xff\x6d\x3d\xf2\xf1\xe5\xe7\xe3\x5f\ -\x9a\xbd\x46\x43\x81\x10\xec\xbc\x0c\x7b\x82\x10\x0c\x34\xc2\xf2\ -\xd5\xe4\x24\x63\xa0\xdc\xeb\xa7\xa6\x19\x28\x87\x60\x06\xe1\xe7\ -\x46\x97\x9d\x3a\xad\xb0\xb4\xc8\xc2\x19\x08\x57\xa8\x61\x60\x1c\ -\x08\xc1\xf0\x1b\xbb\x56\x93\x93\x58\x51\x0e\xc1\x55\xcf\x8c\x11\ -\x8b\x37\xfe\x91\x86\x42\x68\x78\x64\x8a\xb4\x2c\x7b\x82\x10\x0c\ -\x34\x1a\x84\xb3\xb2\x61\xda\x34\x49\xba\xfc\xee\xbc\xce\x9d\xa7\ -\x47\x0c\xe1\x0b\xc2\x8b\x94\x44\x20\x24\xda\xe6\x4e\x79\xe5\xad\ -\x70\xd2\x11\x82\x81\xa6\x82\xf0\x7e\xd9\x54\x4f\x75\xee\xfc\x4d\ -\x06\xca\x21\x90\x96\x9b\x3a\xad\xb0\x38\xcf\x2c\x11\x08\x85\x88\ -\x77\x06\xc5\x65\xd9\x1b\x84\x60\xa0\x59\xb6\xac\x26\x27\x31\x50\ -\x0e\xc1\xb5\xdc\xd4\x69\xb7\x28\x89\x40\x18\x02\xcd\xe2\x7b\x5e\ -\x79\x2b\x79\xf6\x06\x21\x18\x68\xca\xd1\x43\x93\x39\xd9\x34\x6d\ -\xda\xfc\x7c\x41\x99\xd7\x58\x51\x0e\xc1\xf4\xd8\xa7\x7e\xa4\xae\ -\x47\x7f\x70\xcf\x9f\x33\x4b\x04\xc2\xa0\x6d\xf6\x0d\x4f\xbc\x8f\ -\x33\xc7\xa6\x32\xec\x0d\x42\x30\xb0\x92\x20\x9c\x96\x94\xb2\xe3\ -\xb5\xa7\x67\x96\x94\x79\x8d\xaf\x87\x11\x4c\xbb\x3e\xfb\x57\xf7\ -\xcc\x21\x5c\x58\x5a\xd4\xe2\x8d\xab\x34\x0e\x82\xcd\x1b\x83\xe2\ -\xf2\xec\x08\x42\x30\x60\x85\x7e\xd9\xb4\xf4\xe4\xfb\x57\x16\x74\ -\xfa\x2c\x4b\x2b\x23\xb8\x41\xb8\x7c\xea\xb4\x5b\x37\x29\x89\x40\ -\xb0\x79\x64\xb5\xb8\x2c\x7b\x82\x10\x0c\xac\x98\x9d\xd3\xa6\x49\ -\xd2\x85\xb7\x66\x35\x71\x69\x8e\x86\x46\xe0\x14\x67\x8c\x28\x0d\ -\xc2\x4b\x73\xd3\x2a\x2c\x32\x30\x14\x01\x0d\x33\x0c\x8a\x03\x21\ -\x18\x01\x0c\xc2\x59\xd9\x34\x6d\x9a\x24\x9d\x3e\x7b\x83\x81\x72\ -\x08\x6c\x10\xfe\xfd\xe7\x46\xef\x9a\x3a\xed\xd6\xf4\x15\x1a\x06\ -\xc1\x0c\x33\xde\x19\x14\xf7\x36\x7b\x83\x10\x0c\x58\x19\x84\xf7\ -\xcb\xa6\x69\xd3\x18\x28\x87\x20\xfb\xc8\x96\x77\xef\x9a\x43\x78\ -\xf1\xe6\x55\x15\x96\x78\xe8\x43\x00\xc3\xcc\xfc\x4f\xbd\xf2\x56\ -\xb2\xec\x0d\x42\x30\x60\x35\xdb\xa6\x4d\x63\xa0\x1c\x82\x1e\x84\ -\x77\x7d\xf6\xaf\x24\x99\xcb\x28\x33\x53\x04\x02\x28\x52\xb8\x4e\ -\x08\x06\x21\x18\xc1\x64\xe7\xb4\x69\x92\x31\x50\x8e\xa5\x95\x11\ -\x54\x8f\x7d\xea\x47\xb7\xe7\x10\x5e\xb8\xfe\x0b\x1a\x04\xc1\x0b\ -\x33\xde\xa8\x09\xce\x9d\x39\x36\x95\x67\x6f\x10\x82\x01\x3b\x82\ -\x70\x5a\x36\x4d\x9b\x26\x49\x13\x97\xe6\x18\x28\x87\x40\x07\xe1\ -\xc7\x3e\xf5\x23\x15\x16\xe7\x59\x4a\x19\x84\x60\x9b\x42\x30\x7b\ -\x82\x10\x0c\xd8\xa9\x5f\x36\x7e\xdd\xc4\x8a\x72\x08\xb2\x17\x3f\ -\xff\x6d\x3d\xf6\xa9\x1f\xe9\xd6\x0c\x03\xe4\x10\x30\xde\x98\x23\ -\xf8\x04\x3b\x82\x10\x0c\xd8\xc6\x9c\x36\xad\xcf\xce\x6d\xfc\xcd\ -\x0f\xa6\x18\x28\x87\x40\x07\xe1\x0f\x75\xfc\x9d\x96\xe6\xa9\x83\ -\x47\x70\x30\x47\x30\x08\xc1\x08\x4b\x10\xce\xca\xe8\x11\xb6\xc5\ -\xfc\x7c\x41\x7f\xf3\x83\x29\x1a\x1a\x81\xf5\xd2\x17\xff\x5c\x5b\ -\xd6\x9e\xa6\x21\x10\x08\x91\x25\xcf\x5c\xaf\x09\xc1\x84\x60\xc0\ -\x91\x20\x3c\x2c\x9b\xa6\x4d\x93\xa4\xab\x93\x8b\x0c\x94\x43\x60\ -\xad\x5d\x7d\x53\xff\xe6\x0b\xff\xb3\x56\x47\x28\x8b\x80\xff\x79\ -\xa4\x17\x38\x7f\xe6\xd8\x54\x8e\xbd\x41\x08\x06\x9c\xb2\x5b\x36\ -\xae\xd3\xce\x40\x39\x04\x3d\x08\xff\xeb\xe7\xfe\x27\xad\x69\xa7\ -\x2c\x02\xfe\x16\xf1\xc6\xa0\xb8\x2c\x7b\x82\x10\x0c\x38\xc6\x89\ -\xfa\x60\x06\xca\x21\xc8\x3e\xbc\xf9\xa2\xfe\xf0\xe9\x97\x68\x08\ -\xf8\x3b\xc8\x78\x63\xb5\x38\x06\xc5\x11\x82\x01\xc7\x83\x70\x5a\ -\xd2\xb0\x9d\xdb\x60\xa0\x1c\x82\x1e\x84\xbf\xf0\xf8\xcb\x34\x04\ -\xfc\x1b\x64\xe8\x09\x06\x21\x18\x21\x0e\xc2\xb6\x4e\x9b\xc6\x40\ -\x39\x04\xdd\xf6\xce\xef\x12\x84\x41\x08\x26\x04\x13\x82\x01\x9f\ -\xb2\x6d\x59\x65\x89\x81\x72\x08\x47\x10\x7e\xfc\xe1\xef\xd0\x10\ -\xf0\x5f\x90\x71\x7f\x60\x1c\x83\xe2\x08\xc1\x80\x7b\xec\x9e\x36\ -\x4d\x32\x06\xca\x5d\xb8\x38\x4b\x63\x23\xb0\x3e\xff\xe8\x90\x7e\ -\xab\xf3\xbb\x34\x04\x7c\xc5\x03\x53\xa4\x65\xd9\x0b\x84\x60\xc0\ -\xed\x20\x9c\x92\x94\xb6\x73\x1b\xa7\xdf\xbc\xa1\x0f\xae\xdc\xa2\ -\xb1\x11\x58\x2f\x3c\xfe\x32\x41\x18\xbe\xd1\x36\x77\xca\x0b\x6f\ -\x83\x10\x4c\x08\x06\x3c\xa1\x4f\x36\xaf\xdf\x7e\xfc\x87\xd7\x35\ -\x3d\xb3\x44\x4b\x23\xb0\x3e\xff\xe8\xb0\x3e\xbc\xf9\x67\x34\x04\ -\xbc\xcf\x1b\x0b\x65\x9c\x63\x47\x10\x82\x01\xd7\x39\x31\x6d\xda\ -\xfc\x7c\x41\x99\x1f\x5e\x67\xc6\x08\x04\xd6\x9a\xf6\xeb\xfa\xc3\ -\xa7\x5f\x22\x08\xc3\xf3\x58\x2e\x19\x84\x60\xe0\xee\x20\x9c\x91\ -\x74\xc0\xce\x6d\x5c\x9d\x5c\xd4\xe9\x37\x6f\xd0\xd8\x20\x08\x03\ -\x6e\x86\x18\x0f\xcc\x0c\x71\xe6\xd8\x14\x21\x98\x10\x0c\x78\x2a\ -\x08\xef\x97\x8d\xcb\x2a\x4b\x0c\x94\x43\x38\x82\xf0\x0b\x4f\xbc\ -\xcc\xaa\x72\x20\x04\x57\x97\x61\x2f\x10\x82\x01\x2f\xb2\x75\xda\ -\x34\x89\x81\x72\x08\xbe\xe2\xaa\x72\x04\x61\x78\x32\xc4\xb8\x5f\ -\x0e\x91\x65\x2f\x10\x82\x01\xcf\x39\x7a\x68\x32\x27\x9b\xeb\x83\ -\x25\x06\xca\x81\x20\x0c\xb8\xc5\x03\xd3\xa3\x31\x28\x8e\x10\x0c\ -\x78\x36\x08\xa7\x65\xf3\xb2\xca\x0c\x94\x43\x58\x82\xf0\x1f\x24\ -\xfe\x03\x0d\x01\xcf\x60\x7a\x34\x10\x82\x81\xda\x0e\xd8\x7d\xa1\ -\x62\xa0\x1c\xc2\x60\xeb\x03\x6f\xb2\xbc\x32\xbc\xc3\x03\xd3\xa3\ -\x31\x28\x8e\x10\x0c\x78\x5a\xc9\xb4\x69\x79\x3b\xb7\xc3\x40\x39\ -\x84\xc1\xf6\xce\xef\x12\x84\xe1\x09\x1e\x98\x1e\x2d\xc3\x5e\x20\ -\x04\x03\x7e\x08\xc2\x59\xd9\xbc\xac\xb2\xc4\x40\x39\x10\x84\x01\ -\xc7\x42\xf0\xfc\x4f\xdd\x7e\x0b\x59\xf6\x02\x21\x18\xf0\x4b\x10\ -\x4e\xc9\xe6\x65\x95\x25\x06\xca\x81\x20\x0c\x38\x81\x41\x71\x20\ -\x04\x03\x8d\xb1\x7d\x59\x65\x06\xca\x21\x4c\x41\xf8\xf1\x87\xbf\ -\x43\x43\xc0\x15\xad\xee\x0f\x8c\xcb\xb2\x17\x08\xc1\x80\x6f\x98\ -\xf5\xc1\xbb\xed\xde\x0e\x03\xe5\x10\x16\x9f\x7f\x74\x48\xbf\xd5\ -\xf9\x5d\x1a\x02\x8e\x8a\x30\x28\x0e\x84\x60\xa0\xa9\x20\x9c\x95\ -\xcd\xcb\x2a\x4b\x0c\x94\x43\x78\xbc\xf0\xf8\xcb\x04\x61\x38\x8a\ -\x41\x71\x20\x04\x03\xcd\x07\xe1\xfd\x4e\x5c\xc4\x18\x28\x07\x82\ -\x30\x60\x43\x78\x61\x50\x1c\x08\xc1\xc0\x8a\xec\x96\xcd\xd3\xa6\ -\x49\x0c\x94\x03\x41\x18\xb0\x5a\xa4\x70\xdd\xed\xb7\xc0\xa0\x38\ -\x42\x30\xe0\x5f\x25\xf3\x07\xdb\x8a\x81\x72\x20\x08\x03\xd6\x6a\ -\x9b\x7d\xc3\xed\xb7\x90\x65\x2f\x10\x82\x01\xbf\x07\xe1\xb4\x6c\ -\x5e\x56\x59\x62\xa0\x1c\x08\xc2\x80\xa5\x5c\x1e\x18\xc7\xa0\x38\ -\x42\x30\x10\x94\x20\xdc\xef\xc4\x53\x3d\x03\xe5\x40\x10\x06\xac\ -\xe1\xf2\xc0\xb8\x0c\x7b\x80\x10\x0c\x04\x89\x23\xf5\xc1\x0c\x94\ -\x03\x41\x18\xf0\x75\x00\x96\x28\x85\x20\x04\x03\x41\x72\xf4\xd0\ -\x64\x4e\x0e\x2c\xab\x2c\x31\x50\x0e\x04\x61\x60\x25\x58\x29\x0e\ -\x84\x60\xc0\xfa\x20\x9c\x92\x94\xb2\x7b\x3b\x0c\x94\x43\x18\x83\ -\xf0\x93\xdb\xfe\x13\x0d\x01\x4b\x78\x60\xa5\xb8\x0c\x7b\x81\x10\ -\x0c\x04\x91\x23\xf5\xc1\x0c\x94\x43\xd8\x3c\xf9\xe9\xff\xa4\x2f\ -\x3c\xfe\x32\x0d\x81\x95\x07\x97\x5b\xef\xba\xb9\xf9\xfc\x99\x63\ -\x53\x39\xf6\x02\x21\x18\x08\x1c\xa7\xa6\x4d\x93\x18\x28\x87\xf0\ -\xd9\xde\xf9\x5d\x82\x30\xfc\x1e\x82\xb3\xec\x01\x42\x30\x10\xe4\ -\x20\x9c\x95\x43\xf5\xc1\x0c\x94\x43\x58\x83\xf0\x9a\xf6\x69\x1a\ -\x03\xcd\x05\x17\x77\x07\xc6\x9d\x60\x0f\x10\x82\x81\xa0\x07\xe1\ -\x61\x49\x69\x27\xb6\xc5\x40\x39\x84\x31\x08\xff\xe1\xd3\x2f\x11\ -\x84\xd1\xb0\xc8\xd2\x94\xdb\x03\xe3\xb2\xec\x05\x42\x30\x10\x06\ -\x7d\x92\x72\x76\x6f\x84\x81\x72\x08\xa3\x0f\x6f\xbe\xa8\x3f\x7c\ -\xfa\x25\x7d\x78\xf3\xcf\x68\x0c\xd4\x8d\xe9\xd1\x40\x08\x06\x1c\ -\xe0\x64\x7d\x30\x03\xe5\x10\xe6\x20\xbc\xf5\x81\x37\x69\x0c\xd4\ -\x17\x5a\xe6\x7f\xea\xe6\xe6\x19\x14\x47\x08\x06\x42\x15\x84\x33\ -\x92\x0e\x38\xb1\x2d\x06\xca\x21\x8c\xd6\xb4\x5f\xd7\x1f\x3e\xfd\ -\x92\x1e\x7f\xf8\x3b\x34\x06\x6a\x8a\x14\xae\xbb\xb9\xf9\x2c\x7b\ -\x80\x10\x0c\x84\x2d\x08\xef\x97\x43\xf3\x42\x32\x50\x0e\x61\xf5\ -\xf9\x47\x87\x18\x30\x87\x9a\xda\x66\xdf\x70\x73\xf3\x0c\x8a\x23\ -\x04\x03\xa1\xe4\xc8\xb2\xca\x12\x03\xe5\x10\x5e\xdb\x3b\xbf\xab\ -\x3f\x7a\xee\x5f\x52\x27\x8c\xaa\x22\x8b\xef\xb9\xb9\xf9\x0c\x7b\ -\x80\x10\x0c\x84\x8e\x93\xf5\xc1\x0c\x94\x43\x98\x45\x37\xfc\x42\ -\xff\xee\xf9\x7f\xa9\x27\xb7\xfd\x27\x7a\x85\x71\x6f\x68\x61\x8e\ -\x60\x58\xf9\x50\x55\x28\x70\xa3\x45\x03\x07\x4c\x24\x12\xea\xcf\ -\xff\xfc\x4b\x9b\x87\x24\xed\x73\x62\x5b\x9d\x5b\x57\xeb\x89\xcf\ -\xac\xe7\xa0\x43\x68\xe5\xa7\x3f\xac\x1f\xfc\xf8\x5f\xeb\xa7\x97\ -\x77\x68\x76\x7e\x03\x0d\x12\x72\xad\x0b\x17\xb4\xfe\xfd\xe7\xdd\ -\xda\x7c\xee\xcc\xb1\xa9\xad\x8d\xfc\x00\xf9\x8a\x10\x0c\x42\x70\ -\x10\x83\xf0\x59\x49\x71\x27\xb6\xf5\xd8\x6f\xad\xd3\xc3\x9f\x58\ -\xc3\x81\x87\xd0\xbb\xf4\xc1\x6f\xe9\xec\xc4\x73\x07\xde\x9c\x78\ -\xae\xf4\x8f\x1f\x92\x14\x2b\xfb\xa7\x09\x5a\x2b\x98\xda\x6e\x7e\ -\x5f\xeb\x7e\xf5\x6f\xdd\xda\x7c\xfa\xcc\xb1\xa9\xdd\x84\xe0\x80\ -\x1d\x53\x34\x01\xd0\xb0\xdd\x92\xce\x4a\x8a\xda\xbd\xa1\xd3\x6f\ -\xde\xd0\x7d\xd1\x36\x3d\xb0\x85\x53\x15\xe1\xb6\xf5\x81\x37\xb5\ -\xf5\x81\x37\xf7\xbe\xf0\xf8\xcb\x3b\x7b\xba\x26\xb2\xf5\xfe\xdc\ -\x27\xbe\xf4\xcb\x78\xc9\xb9\x1a\x2b\x09\xcd\xa5\x01\x9a\xe0\xec\ -\x03\xad\xac\x14\x07\x8b\xd1\x13\x8c\xc6\x0e\x18\x7a\x82\x25\x49\ -\xcf\xbf\xb4\xb9\x57\xd2\x88\x13\xdb\x6a\x6f\x8f\xe8\xf9\xcf\x75\ -\x68\xc3\x7a\x4a\xf8\x01\x19\x03\x54\x1b\x0a\xc2\x0d\x04\xe6\x44\ -\x59\x28\xde\x61\x06\xe8\x38\xcd\xee\xbe\x75\xbf\xfa\xb7\x6a\xbb\ -\xf9\x7d\xb7\x36\xbf\xf3\xcc\xb1\xa9\x4c\x23\x3f\x40\xbe\x22\x04\ -\x83\x10\x1c\xe4\x20\x3c\x22\xa9\xd7\x89\x6d\xdd\xb7\xb9\x55\xcf\ -\x7f\xae\x83\x46\x07\x6c\x0e\xc2\xcb\x04\xe4\xb8\x19\x88\x13\x32\ -\x7a\x91\xe3\x84\x63\x67\xad\xbf\xf2\x45\xb5\xce\x9d\x72\x65\xdb\ -\x67\x8e\x4d\x35\x7c\xf3\x23\x5f\x11\x82\x41\x08\x0e\x72\x08\x8e\ -\x4a\x3a\xee\xd4\x8d\x90\x81\x72\x80\xbb\x41\x78\x99\x70\x1c\x97\ -\xb4\xcd\xfc\x6f\x82\x5d\x63\x8f\x4d\x97\x3b\xdd\xda\x74\xf6\xcc\ -\xb1\xa9\xed\x84\x60\x42\x30\x08\xc1\x34\xc2\xdd\x41\x38\x6e\x06\ -\xe1\xa8\x13\xdb\x7b\xe2\x33\xeb\xd5\xb9\x75\x35\x0d\x0f\x78\x28\ -\x08\x13\x8c\xed\xd7\x72\xeb\x5d\x6d\xf8\xc5\x0e\xb7\x36\x9f\x3a\ -\x73\x6c\xaa\xe1\x29\x32\xc9\x57\x84\x60\x10\x82\xc3\x10\x84\xf7\ -\x49\x1a\x72\x6c\x7b\xcf\x74\xe8\xbe\x68\x2b\x0d\x0f\x78\x38\x08\ -\x57\x08\xc6\x09\x33\x10\xef\x30\x43\x71\x94\x5d\x57\xbf\xb6\xb9\ -\x53\x5a\x77\xe5\x8b\x6e\x6d\xbe\xef\xcc\xb1\xa9\x14\x21\x98\x10\ -\x0c\x42\x30\x8d\x50\x39\x08\x1f\x96\xd4\xed\xc4\xb6\xda\xdb\x23\ -\x7a\xe1\xf7\xa2\x6a\x5f\xc5\xbe\x00\xfc\x14\x84\xcb\x42\x71\xcc\ -\x0c\xc3\xc5\x50\x1c\x63\x37\x56\xb7\x7a\xea\x15\xad\xbe\x76\xd0\ -\xad\xcd\x6f\x3f\x73\x6c\xaa\xe1\x63\x8b\x7c\x45\x08\x06\x21\x38\ -\xf0\x4e\xff\xfc\xa9\xd8\xf4\xcc\xc2\xd0\x7f\xfe\xcb\xbf\xeb\xce\ -\x5f\x9b\x73\x64\x9b\x0c\x94\x03\xfc\x1f\x84\x09\xc5\xf5\x5b\x93\ -\xff\x9a\xda\xaf\x8f\xb8\xb2\xed\x66\x06\xc5\x11\x82\x09\xc1\x20\ -\x04\x07\x3d\xfc\x76\x4b\xda\x6b\xde\xb0\xf4\xfe\x95\x1b\xfa\x8b\ -\x6f\xff\xd4\xb1\xed\x33\x50\x0e\x08\x56\x10\xae\x10\x8a\xbb\x45\ -\xf9\x84\x24\x57\x67\x86\xc8\x9c\x39\x36\xb5\x93\x10\x4c\x08\x06\ -\x42\x1f\x82\x4f\xff\xfc\xa9\xa8\x8c\x69\xd1\xf6\xaa\x42\x4f\xcd\ -\x89\xd7\xff\x41\x99\xd7\xff\xc1\xb1\xf7\xc3\x40\x39\x20\xb8\x41\ -\xb8\x2c\x14\xc7\xcb\x42\x71\xa8\x6c\x7c\x6f\xbb\x22\x4b\x53\x6e\ -\x6c\xfa\xc0\x99\x63\x53\xfb\x09\xc1\x84\x60\x20\xb4\x21\xf8\xf4\ -\xcf\x9f\x8a\x9b\xc1\xb7\xb7\xd6\xbf\x1d\xfd\xce\x5b\xca\x5d\xbe\ -\xee\xc8\xfb\x6a\x6f\x8f\xe8\xe9\x27\x37\x31\x50\x0e\x08\x41\x10\ -\x2e\x09\xc4\x51\x33\x08\xef\x52\x08\x4a\x27\x22\x4b\x53\xda\xf8\ -\xde\x76\xb7\x36\xbf\xfb\xcc\xb1\xa9\x34\x21\x98\x10\x0c\x84\x2e\ -\x04\x9f\xfe\xf9\x53\xbd\x92\xf6\xa8\x81\x9e\x97\xd9\xb9\x45\x1d\ -\xfc\xe6\x8f\x35\x3b\xb7\xe8\xc8\x7b\xdc\xb0\xbe\x45\xcf\x3f\xd3\ -\xc1\x40\x39\x20\x44\x41\xb8\x2c\x14\xc7\xcb\x42\x71\xa0\xb8\x3c\ -\x33\xc4\xe6\x33\xc7\xa6\xf2\x84\x60\x42\x30\x10\x8a\x10\x7c\xfa\ -\xe7\x4f\xc5\x64\xf4\xf8\xee\x51\x93\x3d\x2c\xb9\xcb\xd7\x35\xfa\ -\x9d\xb7\x1c\x7b\xcf\x1f\xda\xb2\x4a\x4f\x3f\xb9\x91\x03\x14\xb8\ -\x37\x08\x6f\xed\xe9\x9a\xc8\x87\xe5\x03\x97\xf5\x12\x77\x2b\x00\ -\xb5\xc4\xab\x66\xfe\x8b\xd6\x5e\xfd\x0f\x6e\x6c\x3a\x77\xe6\xd8\ -\xd4\xd6\x66\x7f\x98\x7c\x45\x08\x06\x21\xd8\x4f\xe1\x37\x61\x06\ -\xdf\x5e\x2b\x5e\xcf\xe9\xfa\xe0\x87\xff\xe9\x1a\x3d\xb6\x7d\x1d\ -\x07\x29\x70\xb7\xac\x8c\x1e\xe1\x7c\x18\x3f\xbc\xd9\x4b\xbc\xc7\ -\x0c\xc4\x31\x3f\x7e\x06\x17\xa7\x47\x4b\x9f\x39\x36\xb5\x9b\x10\ -\x4c\x08\x06\x02\x1b\x82\xcd\x92\x87\xbd\xb2\x61\xf9\xe3\xbf\xf8\ -\xf6\x4f\xf5\xfe\x95\x1b\x8e\x7d\x16\x06\xca\x01\x04\xe1\x65\x02\ -\x71\xcc\x0c\xc3\x7b\xe4\xd0\x72\xef\x56\x70\x71\x66\x88\xfe\x33\ -\xc7\xa6\x86\x09\xc1\x84\x60\x20\x50\x21\xd8\x2c\x79\x28\x0e\x74\ -\x8b\xda\xb5\x9d\xfc\xd4\xbc\xfe\x62\xf4\x27\x8e\xd5\x07\x33\x50\ -\x0e\x20\x08\xd7\x19\x88\xa3\x66\x20\x2e\x96\x4d\x78\xd6\x86\x5f\ -\xec\x50\xcb\xad\x77\xdd\xd8\xf4\xce\x33\xc7\xa6\x32\x84\x60\x42\ -\x30\x10\x88\x10\x6c\x96\x3c\xec\x75\xf2\xa2\xff\x77\x7f\x9f\xd7\ -\x77\xd2\x7f\xef\xd8\x67\xbc\x6f\x73\xab\x9e\x7e\x72\x13\x03\xe5\ -\x00\x82\x70\xbd\x81\x38\x26\x0f\xf7\x10\x6f\xba\xdc\xe9\xca\x76\ -\x9b\x5d\x24\x83\x10\x4c\x08\x06\x21\xd8\x4b\xc1\x37\x6a\x5e\xe0\ -\x07\xe5\x52\x4d\xdc\xff\x7d\xfc\xb2\xde\xf8\x6f\x1f\x38\xb6\xbd\ -\x07\x3f\xda\xae\x9d\xbf\xb3\x81\x03\x16\x20\x08\x37\x1a\x88\xe3\ -\x25\x1d\x05\x51\xb7\xdf\x8f\x8b\x33\x43\x34\xbd\x48\x06\x21\xd8\ -\x3f\x5a\x68\x02\x04\xd5\xe9\x9f\x3f\x15\x3b\xfd\xf3\xa7\x46\x24\ -\x5d\x92\x34\x22\x17\x07\x85\x7c\x6e\xe7\x83\xfa\xd0\x16\xe7\x06\ -\xad\x5d\x7e\x77\x5e\xe7\xce\xdf\xe4\x20\x00\xee\x15\x97\x74\x98\ -\x66\xa8\xec\xe2\xb7\xee\xcf\x5e\xfc\xd6\xfd\x7d\x92\xb6\x4a\xea\ -\x97\x94\x73\xf5\x0d\xb9\xb3\x40\x46\xf1\x61\x09\x84\x60\xc0\x77\ -\xe1\xb7\xfb\xf4\xcf\x9f\x3a\x6e\x86\xdf\x5e\x79\x64\x8a\xa0\x7f\ -\xd1\xfd\x4f\xb4\x66\xb5\x73\xb5\xba\xe7\xce\xdf\xd4\xe5\xf7\xe6\ -\x39\x20\x80\x7b\x25\xc6\xc6\x3b\x47\x68\x86\x65\xc3\x70\xfe\xe2\ -\xb7\xee\x1f\xbe\xf8\xad\xfb\xb7\x4a\xea\x73\x2b\x0c\xb7\x2e\x5c\ -\x70\xab\x09\x4e\x70\x14\x04\x1f\xe5\x10\x68\xec\x80\xf1\x68\x39\ -\x44\xad\xe5\x8c\xbd\x22\xfb\x93\x7f\xd4\x91\xef\x5d\x72\x6c\x7b\ -\xed\xed\x11\x3d\xff\xb9\x0e\x6d\x58\xcf\xf3\x2e\x50\x41\xaa\xa7\ -\x6b\xa2\x8f\x66\xa8\xcf\x27\xbe\xf4\xcb\x5e\x39\x5c\x56\xb6\xee\ -\x57\xff\x56\x6d\x37\xbf\xef\xc6\xc7\xdd\x7a\xe6\xd8\xd4\x8a\x82\ -\x3f\xf9\x8a\x10\x0c\x42\xb0\xdd\xe1\x37\xae\x3a\x97\x33\xf6\x8a\ -\x23\xc7\x72\xca\x9e\xff\x95\x63\xdb\x63\xa0\x1c\x40\x10\xb6\x38\ -\x0c\xef\x33\xc3\x70\xd4\xee\x6d\xad\x7f\xff\x79\x37\x7a\x83\x57\ -\xb4\x48\x06\x21\xd8\x3f\xe8\x1e\x82\x2f\x9d\xfe\xf9\x53\xbd\x66\ -\xc9\xc3\x59\x3f\x05\x60\xc9\xf9\xfa\xe0\xab\x93\x8b\x3a\xfd\xe6\ -\x0d\x0e\x1a\xa0\xb2\x5e\x4a\x23\x1a\x73\xf1\x5b\xf7\x0f\xcb\xa8\ -\x19\x4e\xd9\xbd\x2d\x97\xca\x21\xb2\xec\xe5\x70\xa0\x27\x18\x8d\ -\x1d\x30\x2e\xf6\x04\x5b\xb1\x9c\xb1\x57\xbc\x7f\xe5\x86\x46\xbf\ -\xf3\x96\x63\xf3\x07\x4b\xd2\x63\xbf\xb5\x4e\x0f\x7f\x62\x0d\x07\ -\x31\x50\x59\x7f\x4f\xd7\xc4\x30\xcd\xd0\x98\x4f\x7c\xe9\x97\x09\ -\xd9\x34\xf0\xb8\x75\xe1\x82\xd6\xbf\xff\xbc\x2b\xc7\xc2\x4a\x16\ -\xc9\x28\x22\x5f\x79\x1f\x3d\xc1\xf0\xbc\xd3\x3f\x7f\x2a\x51\x32\ -\xcb\x83\x6b\xd3\x9c\x59\xe9\x43\x5b\xd6\x69\xc7\xe3\x1f\x71\xb6\ -\x1d\xdf\xbc\xa1\x0f\xae\xdc\xe2\x80\x02\x2a\x1b\x1a\x1b\xef\xec\ -\xa5\x19\x1a\x73\xf1\x5b\xf7\x67\x24\x6d\x97\x64\xf9\x03\x44\x84\ -\x99\x21\x60\x33\x7a\x82\xd1\xd8\x01\xe3\x60\x4f\xb0\x9d\xcb\x19\ -\x7b\xc5\x77\xd2\x7f\xaf\xbf\xfb\xfb\xbc\x63\xdb\x6b\x6f\x8f\xe8\ -\x85\xdf\x8b\x52\x1f\x0c\x54\xd7\xd7\xd3\x35\x91\xa2\x19\x1a\xf7\ -\x89\x2f\xfd\xb2\x5b\x46\xaf\x70\xd4\x8a\xd7\x5b\x3d\xf5\x8a\x56\ -\x5f\x3b\xe8\xf8\xe7\x58\xe9\x22\x19\x45\xe4\x2b\xef\xa3\x27\x18\ -\x9e\x62\xce\xed\x3b\x74\xfa\xe7\x4f\x4d\x9a\x17\xd3\x78\x90\x3f\ -\xef\xae\x67\xb7\x2a\xda\xb1\xda\xb1\xed\xcd\xcf\x17\xf4\x37\x3f\ -\x98\xe2\x40\x03\xaa\x1b\xa1\x47\xb8\x39\x17\xbf\x75\x7f\x5a\x46\ -\xaf\x70\xd6\x92\x80\xe2\xce\x52\xc9\x19\xf6\x24\x21\x18\x70\x3a\ -\xfc\x26\x4e\xff\xfc\xa9\xc3\x32\x4a\x1e\xf6\xc9\x23\x73\xfb\xda\ -\x6d\xcd\xea\x56\xfd\x8b\x5d\xce\x2e\x09\x7a\x75\x72\x51\x27\x4f\ -\xcd\x70\xd0\x01\xd5\x0d\x8d\x8d\x77\xc6\x69\x86\xa6\x82\x70\x4e\ -\xd2\x4e\x49\x69\x9f\x86\x60\xe6\x07\x0e\x11\xca\x21\xd0\xd8\x01\ -\x63\x61\x39\x84\x17\x96\x33\x76\x5b\x7e\xfa\x01\xbd\xf1\x93\x5d\ -\xca\xfe\xed\xcf\x35\x97\xff\x53\x47\xb7\xfd\xc4\x67\xd6\xab\x73\ -\xeb\x6a\x0e\x6a\xa0\xca\xe9\x29\x63\x79\xe5\x2c\x4d\xd1\x9c\x4f\ -\x7c\xe9\x97\x23\x5a\xc1\xec\x3d\x9b\x2e\x77\xba\xf1\xb6\x77\x9f\ -\x39\x36\x95\xb6\xe2\x85\xc8\x57\x84\x60\x10\x82\x2b\x85\xdf\x98\ -\x19\x7c\xbb\x15\x92\x1e\xdf\x4a\xe1\x37\x73\xf6\x0f\x94\xfd\xd9\ -\xef\xde\x69\xdb\xe9\x3d\xd2\xfc\xf7\x1c\x7b\x0f\xed\xed\x11\x3d\ -\xfd\xe4\x26\xdd\x17\x6d\xe5\xc0\x06\x08\xc2\x9e\x0a\xc2\x2d\xb7\ -\xde\xd5\x86\x5f\xec\x70\xe3\x2d\x6f\x3e\x73\x6c\x2a\x4f\x08\x26\ -\x04\x03\x96\x87\xe0\x2f\x1d\xf8\x8d\xee\x8e\x8d\xed\x87\x3f\xf7\ -\xe4\xc7\x14\xdd\xd4\x1e\xba\xf6\x7b\xff\xea\x6f\xea\x8d\x9f\x74\ -\xdf\x15\x7e\xef\x5c\x31\xaf\x29\x92\x7f\x54\x2a\x5c\x73\xec\xfd\ -\x6c\x58\xdf\xa2\xe7\x9f\xe9\x60\xa0\x1c\x50\x5d\x4e\xd2\xf6\x9e\ -\xae\x89\x3c\x4d\xe1\x5c\x10\x6e\x9b\x3b\xa5\x75\x57\xbe\xe8\xf4\ -\x5b\xcd\x9e\x39\x36\xb5\xdd\xaa\x17\x23\x5f\x79\x1f\x35\xc1\x70\ -\xd4\x2f\x3e\xb8\x91\xff\xbb\xbf\xcf\xeb\xe0\x37\x7f\xac\x23\xc7\ -\x72\xca\x4f\xcd\x87\xe3\x2e\xfa\xfe\xa7\x95\xfa\xde\xff\xa2\x6f\ -\xa4\xff\xd7\xca\x01\x58\x92\x22\x1d\x2a\x6c\x1c\x75\xf4\x7d\x4d\ -\xcf\x2c\x29\xf3\xda\x34\x07\x26\x50\x5d\x4c\xd2\xf1\xb1\xf1\xce\ -\x28\x4d\xd1\x9c\x8b\xdf\xba\xbf\x4f\x0d\xd6\x08\xb7\xce\x9d\x72\ -\xe3\xad\x66\xd9\x5b\x84\x60\xc0\x4e\x89\xdb\x57\x9b\xf3\xbf\xd2\ -\x5f\x8c\xfe\x44\x27\x5e\xff\x07\x47\x17\x8d\x70\x23\xfc\xa6\xfe\ -\xeb\x9f\x2a\xf7\x8b\x4f\xd5\xfe\x81\xb6\xc7\xa5\xb5\x5f\x75\xf4\ -\x3d\xbe\x7f\x65\x41\xe7\xce\xdf\xe4\xc8\x04\xaa\x8b\x13\x84\x57\ -\xac\xaf\x91\x90\xe9\xd2\x1c\xc1\x0c\x8a\x0b\x99\x36\x9a\x00\x6e\ -\x9a\x9d\x5b\x54\xe6\xf5\x7f\xd0\x1b\xff\xed\x03\xed\x78\xfc\x23\ -\xfa\xef\x7f\xfb\x81\x40\x7c\xae\xec\xcf\x7e\x57\x99\xb3\x7f\xa0\ -\xfc\x74\xe3\x9f\xa7\xb0\xf6\xab\x8a\xdc\x7a\x5d\x5a\x38\xe9\xd8\ -\xfb\x3d\x77\xfe\xa6\xee\xdb\xdc\xaa\x07\x7f\xa3\x9d\x83\x12\xa8\ -\x1e\x84\x87\xcc\x30\x87\x06\x5d\xfc\xd6\xfd\xf9\x4f\x7c\xe9\x97\ -\xbb\x65\x2c\x75\x5f\xf3\x61\xa2\x75\xfe\xa7\x6e\xbc\xcd\x0c\x7b\ -\x2a\x5c\xa8\x09\x46\x63\x07\xcc\x0a\x6b\x82\x9f\x7f\x69\x73\xb7\ -\xa4\xc3\xd5\xfe\x3e\xda\xb1\x5a\x3b\x1e\xff\x88\xe2\x9f\xfc\xb5\ -\xd0\x85\xdf\xbb\x93\xb0\xf3\xf5\xc1\x0c\x94\x03\xea\x92\xea\xe9\ -\x9a\x20\x08\x37\xc9\x5c\x50\xe3\x70\xad\x7f\xb7\xf1\xbd\xed\x4e\ -\xf7\x06\xe7\xce\x1c\x9b\xda\x6a\xe5\x0b\x92\xaf\xbc\x8f\x72\x08\ -\x38\x2d\xbf\xec\x5f\x5e\x9b\xd3\x91\xef\x5d\xd2\xe8\x77\xde\x52\ -\xee\xf2\x75\x5f\x7c\xa0\xd9\xf9\xf5\xca\x9c\xfd\x03\x0d\x8f\x8d\ -\x28\xfd\xda\xbf\x5f\x79\x00\x96\x5c\xa9\x0f\x9e\x9f\x2f\xe8\xf5\ -\x53\xd3\x9a\x5f\xe0\xc2\x0d\x2c\xa3\x77\x6c\xbc\x73\x88\x66\x68\ -\x8e\xb9\xa0\x46\x7a\xd9\xcb\xdf\xd2\x94\x1b\xe5\x10\x19\xf6\x0e\ -\x21\x18\xf0\x84\xdc\xe5\xeb\x1a\xfd\xce\x5b\x1a\xfd\xce\x5b\x7a\ -\xff\xca\x0d\x8f\x87\xdf\x94\x35\xbd\xbf\xe5\x5c\xa8\x0f\xbe\x3a\ -\xb9\xa8\xd3\x6f\xde\xe0\x00\x04\x96\xb7\x8f\x55\xe5\x56\xa4\x4f\ -\xcb\x74\x88\xb4\x2e\x5c\x70\xe3\x3d\x9d\x63\xb7\x10\x82\x01\xcf\ -\x85\xe1\xbf\xf8\xf6\x4f\x3d\x35\x93\x44\x71\x8e\xdf\x62\xf8\x9d\ -\x9d\x5f\x6f\xdb\xb6\x0a\x6b\xbf\x2a\xb5\x3e\xe2\xe8\xe7\x9b\xb8\ -\x34\xa7\x0b\x17\x67\x39\xf8\x80\xe5\xb1\xbc\x72\x93\x2e\x7e\xeb\ -\xfe\xbc\xa4\xfe\xaa\xc1\x84\x7a\x60\x38\x84\x9a\x60\x34\x76\xc0\ -\xac\xbc\x26\x38\x2a\x69\xb2\xd9\x9f\x4f\x3c\xfe\x11\x7d\xe6\xb7\ -\x1f\xd0\x9a\xd5\xce\xd7\xad\x56\x5a\xe0\xc2\x11\x4b\x97\x15\xb9\ -\xf6\xa4\xa3\xf5\xc1\x92\xf4\xfc\x33\x1d\xd4\x07\x03\xb5\x6d\x67\ -\x31\x8d\xe6\x7c\xe2\x4b\xbf\xbc\xa4\x0a\xab\x85\xae\xc9\x7f\x4d\ -\xed\xd7\x47\x1c\xbd\xbc\x9f\x39\x36\xb5\xd9\xea\x17\x25\x5f\x79\ -\x1f\x3d\xc1\x70\xd4\xd1\x43\x93\xf9\x15\x3d\xaa\xbf\xfe\x0f\x3a\ -\xf8\xcd\x1f\xeb\xc4\xeb\xff\xe0\x68\xf8\x4d\xbf\xf6\xef\x35\x3c\ -\x36\xe2\x7c\x00\x96\xa4\x96\x07\x55\x58\xff\x8a\xe3\x9b\xfd\x9b\ -\x1f\x4c\x51\x1f\x0c\xd4\x76\x7c\x6c\xbc\x33\x4e\x33\x34\xe5\x40\ -\xa5\x3f\x74\x61\x66\x88\x0c\xbb\x22\x9c\xe8\x09\x46\x63\x07\x8c\ -\x05\xcb\x26\x3f\xff\xd2\xe6\x49\x59\xb0\x5c\xb2\xdd\x33\x49\xe4\ -\xde\xff\xb4\x32\x67\xff\xa0\xbe\xf9\x7d\x9d\x68\xfb\x1b\x7f\x2c\ -\xcd\x7e\xd3\xd1\x6d\xde\xb7\xb9\x55\xcf\x7f\xae\x83\x03\x1f\xa8\ -\xf1\xac\x2c\x69\x2b\xab\xca\x35\xae\x52\x6f\xb0\x0b\x33\x43\xf4\ -\x9f\x39\x36\x35\x6c\xf5\x8b\x92\xaf\xbc\x8f\x9e\x60\xb8\x21\x6b\ -\xc9\x5d\xc7\x9c\x49\xe2\xe0\xb7\xfe\xd6\xd2\x99\x24\x1a\x5e\xe0\ -\xc2\x21\x85\x75\x5f\x73\xbc\x3e\xf8\xea\xe4\xa2\x4e\x9f\x65\xa0\ -\x1c\x50\xeb\x99\x5c\x2c\xa6\xd1\xac\x83\x77\x3d\xec\x33\x33\x04\ -\x1c\xc4\x62\x19\x70\x43\xde\xd2\x17\xbb\x36\xa7\xd1\xef\xbc\xa5\ -\xd8\x83\x1b\xb5\xe3\xf1\x8f\x28\xf6\xe0\xc6\xe6\x92\xf9\xcf\x7e\ -\x57\x6f\xfc\xa4\x5b\xef\x5f\xfd\x4d\xcf\x36\x5c\x61\xe3\xa8\xe3\ -\xf5\xc1\x17\xde\x9a\xd5\x7d\xd1\x56\x75\x6e\x5d\xcd\x91\x0b\x54\ -\x17\x97\x31\xff\xed\x4e\x9a\xa2\x21\x29\x19\x8b\x90\x48\x72\x65\ -\x66\x88\xfc\x99\x63\x53\x59\x76\x43\x38\xd1\x13\x0c\x37\xd8\x32\ -\x15\x4d\x71\x5a\xb5\x46\x67\x92\xc8\xfe\xec\x77\x6f\xcf\xf1\xeb\ -\xe5\x00\x6c\x9c\xb1\xee\xd4\x07\x9f\x3e\x7b\x43\x57\xf3\x8b\x1c\ -\xb9\xc0\xf2\x12\x63\xe3\x9d\x23\x34\x43\xfd\xcc\x99\x22\xd2\xc5\ -\xdf\x47\x6e\xbd\xeb\xf4\x5b\xc8\xb0\x17\x08\xc1\x80\xa3\x4f\xde\ -\x76\xbe\x78\xf6\xfc\xaf\x74\xf0\x9b\x3f\xd6\x91\x63\x39\xcd\xce\ -\x55\x0e\x6e\xb3\xf3\xeb\xf5\xc6\x4f\xba\xad\x5d\xe0\xc2\x29\xed\ -\xcf\x4a\xab\x5f\x74\x74\x93\x2c\xa4\x01\xd4\xad\x77\x6c\xbc\x73\ -\x3f\xcd\xd0\x90\x23\xb7\x43\xc9\xe2\x7b\x4e\x6f\xfb\x04\xcd\x1f\ -\x5e\x94\x43\xc0\x0d\x59\x47\x36\x72\xfe\x57\xfa\xbb\x9f\x4d\xea\ -\xbf\xff\xed\x07\x6e\x4f\xab\x56\x0c\xbf\x6f\xfc\xa4\xdb\xd6\xf9\ -\x7d\xed\x56\x58\xf7\xb2\x22\xb7\xce\x4b\x8b\xe7\x1d\xdb\xe6\xd5\ -\xc9\x45\x9d\x3c\x35\xa3\x9d\xbf\xb3\x81\x23\x18\x58\xde\xe0\xd8\ -\x78\x67\xae\xa7\x6b\x22\x45\x53\xd4\x25\x73\x3b\x94\xcc\xbe\xe1\ -\xda\xb6\x11\x3e\xcc\x0e\x81\xc6\x0e\x18\x6b\x66\x87\x88\x49\xba\ -\xe4\xe4\xfb\xfe\xdc\x53\xcf\x6a\x76\xe9\x69\xdf\x87\xdf\xbb\x2c\ -\x9e\x57\x64\x6a\xb7\xe3\xf3\x07\x3f\xf6\x5b\xeb\xf4\xf0\x27\xd6\ -\x70\x32\x00\xb5\xed\xec\xe9\x9a\x20\x64\xd5\xa1\x38\x4b\xc4\x86\ -\x5f\xec\x50\x8b\x73\x25\x11\xb6\xcc\x0f\x5c\x44\xbe\xf2\x3e\xca\ -\x21\xe0\xb8\xa3\x87\x26\x73\x4e\x6f\xf3\xd8\xa9\x7f\x63\xfb\xea\ -\x6e\x8e\x6b\x7d\x44\x85\x75\x2f\x3b\xbe\xd9\xd3\x6f\xde\xd0\x07\ -\x57\x6e\x71\x20\x03\xb5\x1d\x66\x0e\xe1\xba\x65\x24\x39\x19\x80\ -\x6f\x6f\x13\x84\x60\xc0\x95\x0b\x1e\x56\x68\xf5\x8b\x8e\xd7\x07\ -\x4b\xd2\xf1\x1f\x5e\xa7\x3e\x18\xa8\x2d\x6a\x06\xe1\x28\x4d\x51\ -\xd3\xdb\x6d\x73\xa7\x9c\xde\x26\xf5\xc0\x84\x60\xc0\x15\x79\x47\ -\xb7\xd6\xfa\xc9\xc0\x36\x64\x61\xdd\xcb\x8e\xcf\x1f\x3c\x3f\x5f\ -\xd0\xdf\xfc\x60\x8a\xa3\x18\xa8\x2d\x26\xe6\x10\xae\x47\x86\x99\ -\x21\x40\x08\x46\x58\x9c\x73\x74\x6b\x91\x00\xaf\x7a\x16\xe9\x50\ -\x61\x83\xf3\xd3\xa6\xb1\x90\x06\x50\xb7\xb8\x4a\xe6\xc2\x45\x95\ -\x40\xe2\xec\xcc\x10\x39\xe6\x07\x06\x21\x18\x6e\xe1\xe2\x63\xa5\ -\xd6\x47\x8c\x15\xe5\x1c\x76\xe1\xad\x59\x4d\x5c\x9a\xa3\xfd\x81\ -\xda\x98\x3a\x6d\x19\x17\xbf\x75\x7f\xc6\xe1\x99\x21\x32\xb4\x3a\ -\x08\xc1\x70\x4b\xce\xd1\xad\x39\x3c\x83\x82\x2b\xd6\x7c\xd9\x98\ -\x43\xd8\x61\x2c\xa4\x01\xd4\x6d\x70\x6c\xbc\xb3\x97\x66\xa8\x2c\ -\xe2\x6c\x4f\x30\xf5\xc0\x20\x04\xc3\x1d\x47\x0f\x4d\x66\x1d\xdd\ -\xe0\xe2\x4f\x42\xd1\xae\x85\xf5\xaf\x48\x2d\x0f\x3a\xba\x4d\x16\ -\xd2\x00\x1a\x32\xc2\x8c\x11\x55\x02\x09\x33\x43\x80\x10\x8c\x10\ -\xc9\xd2\x04\x16\x8b\x74\xa8\xb0\x71\xd4\xf1\xcd\x16\x17\xd2\x00\ -\x50\x97\xe3\x63\xe3\x9d\x31\x9a\xe1\x8e\x47\x9f\xd9\x94\x70\xf2\ -\xde\x73\xe6\xd8\x54\x8e\x56\x07\x21\x18\x84\xe0\xa0\x71\xa9\x3e\ -\xf8\xf2\xbb\xf3\xba\x70\x71\x96\xf6\x07\x6a\x8b\x8a\xa9\xd3\xca\ -\x39\xf9\x50\x90\xa1\xb9\x41\x08\x86\xdb\xde\xa6\x09\x6c\xe2\x56\ -\x7d\x30\x0b\x69\x00\xf5\x8a\x8b\x19\x23\xdc\x0a\xc1\x47\x68\x6e\ -\x10\x82\xe1\x36\xe7\x9e\xc6\x17\xdf\x09\x5d\xe3\x16\xd6\xbf\xe2\ -\xca\xd4\x70\x2c\xa4\x01\xd4\x8d\x19\x23\xee\xd8\xe1\xd4\x86\xce\ -\x1c\x9b\xca\xd0\xdc\x20\x04\xc3\x6d\x59\xa7\x36\x14\x59\xba\x1c\ -\xbe\xd6\x75\xa9\x3e\x98\x85\x34\x80\x86\x30\x63\x84\x21\xea\xd0\ -\x76\xd2\x34\x35\x08\xc1\x70\xdd\xd1\x43\x93\x79\x39\x3d\x55\x5a\ -\xd8\xb4\x3d\x2e\xad\xfd\xaa\xe3\x9b\x65\x21\x0d\xa0\x21\x43\xcc\ -\x18\x21\xa7\x3e\x3f\xa5\x10\x20\x04\xc3\x33\x9c\x09\xc1\x61\xec\ -\x09\x36\x15\xd6\x7e\x55\x5a\xf5\x84\xe3\xdb\x65\x21\x0d\xa0\x6e\ -\x51\x85\x78\xa0\xdc\xa3\xcf\x6c\x72\xf2\x01\x20\xc3\xe1\x06\x42\ -\x30\xbc\xc2\x99\x09\xcb\x43\x1c\x82\x25\xa9\xb0\x21\xe5\x4a\x7d\ -\x30\x0b\x69\x00\x75\x8b\x49\x3a\x1c\xe2\xcf\xee\x04\xa6\x46\x03\ -\x21\x18\x9e\x92\x75\x26\x04\x5f\x0b\x77\x2b\xbb\x58\x1f\xcc\x42\ -\x1a\x40\xdd\x12\x63\xe3\x9d\x61\x9c\x31\x22\xee\xd0\x76\x28\x85\ -\x00\x21\x18\x21\x0c\xc1\x8b\xe7\x69\x69\x37\xeb\x83\xdf\xa4\x3e\ -\x18\xa8\xd3\xbe\x10\x0e\x94\xdb\xe6\xd0\x76\xd2\x1c\x5e\x20\x04\ -\xc3\x33\x8e\x1e\x9a\xcc\x49\xca\x3b\xb2\xb1\xc2\xb5\xd0\xb7\xb7\ -\x5b\xf5\xc1\x13\x97\xe6\x58\x48\x03\xa8\x5f\xd8\x06\xca\x39\xf1\ -\x59\x73\x67\x8e\x4d\x65\x39\xb4\x40\x08\x86\xd7\x38\x73\x61\x5a\ -\xfc\x09\x2d\x2d\x17\xeb\x83\xdf\xa4\x3e\x18\xa8\x53\x54\xd2\x48\ -\x18\x06\xca\x3d\xfa\xcc\xa6\xa8\x9c\xa9\x09\x4e\x73\x58\x81\x10\ -\x0c\x2f\x72\x68\x70\x1c\x3d\xc1\x92\x8c\xfa\xe0\xf5\xaf\xb8\xb2\ -\xe9\xcc\x6b\x2c\xa4\x01\xd4\x29\x2e\x69\x24\x24\x9f\xd3\x09\xa3\ -\x1c\x52\x20\x04\xc3\x8b\xb2\x8e\x64\x3f\xea\x82\xef\x68\x7f\xd6\ -\x58\x5a\xd9\x61\xd3\x33\x4b\xca\xbc\x36\x4d\xfb\x03\xf5\xe9\x1e\ -\x1b\xef\xdc\x17\xe4\x0f\x38\xd7\xb1\x37\xe7\xc0\x66\x28\x85\x00\ -\x21\x18\xe1\x0e\xc1\x61\x9f\x26\xad\x5c\x61\xdd\xd7\xa4\xd6\x47\ -\x1c\xdf\xee\xfb\x57\x16\x74\xee\xfc\x4d\x76\x00\x50\x9f\xa1\xb1\ -\xf1\xce\x44\x50\x3f\xdc\xdf\x7e\xe7\xe5\x9c\xec\x9f\x2f\x9e\x5e\ -\x60\x10\x82\xe1\x4d\x8e\x0d\x8e\x23\x04\xdf\x1b\x84\x37\x8e\xba\ -\x52\x1f\x7c\xee\xfc\x4d\x5d\x7e\x6f\x9e\x1d\x00\xd4\x27\xe8\x0b\ -\x69\xf4\xdb\xfc\xfa\x29\x0e\x21\x10\x82\xe1\x65\x19\xdb\xb7\x70\ -\x8b\x72\x88\x7b\xaf\x00\x0f\xba\x56\x1f\x7c\xf2\xd4\x8c\xa6\x67\ -\x96\xd8\x07\x40\x6d\x51\x05\x78\x21\x8d\x33\xc7\xa6\xd2\x92\xfa\ -\x64\x4f\x67\x48\x9a\x05\x32\x40\x08\x86\xd7\xd9\x3f\x38\xae\x70\ -\x8d\x69\xd2\x2a\x71\xa9\x3e\x78\x7e\xbe\xa0\xcc\x0f\xaf\xd3\xfe\ -\x40\x7d\x12\x63\xe3\x9d\xfb\x03\x1c\x84\x53\x92\xb6\x9a\x61\x78\ -\x58\x46\xc7\x88\x15\xa1\xf8\x20\x87\x0e\xaa\x89\x14\x0a\x8c\xd4\ -\x46\x03\x07\x4c\x24\x62\xcb\xeb\x3e\xff\xd2\xe6\xb8\xa4\xb3\xb6\ -\xe7\xe0\x4d\x69\x63\xd1\x08\xdc\xbb\x6f\xaf\x3d\xe9\xca\xa2\x22\ -\x0f\xff\xd3\x35\x7a\x6c\xfb\x3a\x76\x00\x50\x9f\x9d\x3d\x5d\x13\ -\x99\x30\x7d\xe0\x47\x9f\xd9\x14\x97\xd1\x1b\x2e\x19\xb3\x49\x44\ -\x2b\xfc\xb3\x6d\x15\xfe\x3c\x7b\xe6\xd8\x54\xbf\x5b\xef\x9b\x7c\ -\x45\x08\x06\x21\xb8\x91\x20\x3c\x59\xe5\xe2\x66\xdd\x45\x69\xdd\ -\xd7\x5c\xe9\xf5\xf4\x85\xa5\xcb\x46\x10\x76\xa1\xb7\xfc\x89\xcf\ -\xac\x57\xe7\xd6\xd5\xec\x03\xa0\xb6\x9c\xa4\xed\x3d\x5d\x13\x79\ -\x9a\xc2\xdb\xc8\x57\xde\x47\x39\x04\xbc\x24\x6d\x7b\x88\x5f\x7a\ -\x87\x56\xae\x7a\x35\x70\xaf\x3e\xf8\xf4\x59\x16\xd2\x00\xea\x14\ -\x53\x38\xe6\x0f\x06\x08\xc1\x08\x15\xfb\xeb\x82\x59\x35\x6e\x79\ -\xed\xcf\x4a\xab\x5f\x74\x7c\xb3\xf3\xf3\x05\xbd\x7e\x6a\x9a\x85\ -\x34\x80\xfa\x04\x7e\xfe\x60\x80\x10\x8c\xb0\xc9\xd8\xbe\x05\x66\ -\x88\xa8\xa9\xb0\xee\x65\x57\xe6\x0f\xbe\x3a\xb9\xa8\xd3\x6f\xde\ -\x60\x07\x00\xf5\x19\x1c\x1b\xef\x8c\xd3\x0c\x00\x21\x18\x01\x60\ -\xce\x17\x9c\xb5\x37\xe1\x5d\x63\xbe\xe0\x5a\x22\x1d\x2a\x6c\x78\ -\xc5\x95\xf9\x83\x27\x2e\xcd\xe9\xc2\xc5\x59\xf6\x01\x50\x5b\x54\ -\x94\x45\x00\x84\x60\x04\x4a\xc6\xf6\x2d\xd0\x1b\x5c\x5b\xeb\x23\ -\x46\x8f\xb0\x0b\x4e\xbf\x49\x7d\x30\x50\xa7\xf8\xd8\x78\xe7\x10\ -\xcd\x00\x10\x82\x11\x0c\x47\xec\xde\x40\x64\x91\x10\x5c\x97\xd5\ -\x2f\xba\x52\x1f\x2c\x49\x99\xd7\xae\x53\x1f\x0c\xd4\x67\x5f\x90\ -\x97\x55\x06\x08\xc1\x08\x8d\xa3\x87\x26\x33\xb2\x7b\x09\xe5\x5b\ -\xaf\xd3\xd0\x75\x72\xab\x3e\x78\x7a\x66\x49\x27\x4f\xcd\xb0\x03\ -\x80\xfa\x8c\x04\x7c\x59\x65\x80\x10\x8c\xd0\x48\xdb\xfa\xea\x8b\ -\x4c\x93\x56\x37\x17\xeb\x83\x2f\xbf\x3b\xaf\x73\xe7\x6f\xb2\x0f\ -\x80\xda\x62\x92\x06\x69\x06\x80\x10\x0c\xff\xb3\x77\xaa\xb4\xa5\ -\xcb\x0c\x8e\x6b\x84\x8b\xf5\xc1\xe7\xce\xdf\xd4\x07\x57\x6e\xb1\ -\x0f\x80\xda\x28\x8b\x00\x08\xc1\xf6\x89\x44\x22\xa1\xff\xe5\x90\ -\xb4\xed\x5b\x60\x70\x5c\x63\x56\xbf\x68\xcc\x21\xec\x82\xe3\x3f\ -\xa4\x3e\x18\xa8\x13\x65\x11\x64\x06\xbf\xde\xf7\x09\xc1\x80\x24\ -\x1d\x3d\x34\x99\xb7\x3b\x08\x47\x6e\x9d\xa4\xa1\x1b\x54\x58\xff\ -\x8a\xd4\xf2\xa0\xe3\xdb\x9d\x9f\x2f\x28\xf3\xda\x34\x3b\x00\xa8\ -\x2d\x26\xca\x22\x00\x42\x30\x7c\xcf\xde\x59\x22\x58\x39\xae\x89\ -\x27\x87\x0e\x15\x36\x8e\xba\xb2\xe9\xf7\xaf\x2c\x50\x1f\x0c\xd4\ -\x87\xb2\x08\x80\x10\x0c\x9f\xcb\xd8\xfa\xea\x0b\xf4\x04\x37\xa5\ -\xf5\x11\x15\xd6\x7d\xcd\x95\x4d\x53\x1f\x0c\xd4\x8d\x45\x34\x00\ -\x42\x30\xfc\xca\x91\xd5\xe3\x98\x2a\xad\x39\x6b\xbe\xec\x6a\x7d\ -\xf0\xf4\xcc\x12\xfb\x00\x58\x5e\x6c\x6c\xbc\x73\x3f\xcd\x00\x10\ -\x82\xe1\x5f\xb6\x7e\xf7\x1e\xa1\x37\xb8\x69\xae\xd6\x07\xff\xf0\ -\x3a\x3b\x00\xa8\x6d\x70\x6c\xbc\x33\x46\x33\x00\x84\x60\xf8\x53\ -\xda\xde\x44\xf5\x3d\x5a\xb8\xe9\x27\x08\xf7\xea\x83\xaf\x4e\x2e\ -\xea\xf4\xd9\x1b\xec\x03\xa0\x36\xca\x22\x00\x42\x30\xfc\xc8\xf6\ -\x92\x88\xc5\xf3\x52\xe1\x1a\x0d\xdd\x2c\x17\xeb\x83\x2f\xbc\x35\ -\xab\xcb\xef\xcd\xb3\x0f\x80\xe5\x25\xc6\xc6\x3b\xbb\x69\x06\x80\ -\x10\x0c\x7f\x3a\x68\xeb\xab\x2f\x50\x17\xbc\x22\x2e\xd6\x07\x9f\ -\x3c\x35\x43\x7d\x30\x50\xdb\x10\x73\x07\x03\x84\x60\xf8\x53\xda\ -\xce\x17\x8f\x2c\x50\x12\xb1\x52\xd4\x07\x03\x9e\x16\x93\xb4\x8f\ -\x66\x00\x08\xc1\xf0\x19\xdb\x17\xce\x60\x70\x9c\x05\x4f\x12\x1d\ -\x2a\x6c\xf8\x8f\xae\x6c\x9a\xfa\x60\xa0\x2e\x7b\x19\x24\x07\x10\ -\x82\xe1\x4f\xf6\x2d\x9c\xb1\x74\xd9\xa8\x0d\xc6\xca\xb4\x3d\x2e\ -\xad\xfd\xaa\x2b\x9b\xa6\x3e\x18\xa8\x29\x2a\x56\x92\x03\x08\xc1\ -\xf0\xa5\xb4\xa4\xbc\x5d\x2f\x1e\x99\x7b\x95\x16\xb6\x40\x61\xed\ -\x57\xa5\x55\x4f\xb8\xb2\xed\x93\xa7\x66\x74\x35\xbf\xc8\x4e\x00\ -\xaa\xeb\xa5\x37\x18\x20\x04\xc3\x67\x6c\x2f\x89\x60\xaa\x34\xeb\ -\x82\xf0\x86\x94\x14\xe9\x70\x7c\xbb\xf3\xf3\x05\xbd\x7e\x6a\x5a\ -\xf3\x0b\x05\x76\x02\x50\x1d\xbd\xc1\x00\x21\x18\x3e\x64\xdf\xa4\ -\xb4\x94\x44\x58\xc7\xed\xf9\x83\xdf\xa4\x3e\x18\x58\x46\xef\xd8\ -\x78\x67\x82\x66\x00\x08\xc1\xf0\x91\xa3\x87\x26\x33\x92\x72\xb6\ -\x65\x37\x4a\x22\xac\xe3\x62\x7d\xf0\xc4\xa5\x39\x4d\x5c\x9a\x63\ -\x1f\x00\xd5\xed\xa1\x09\x00\x42\x30\xfc\xc7\xbe\x2e\x46\x4a\x22\ -\x2c\xe5\x66\x7d\xf0\xe9\xb3\x37\xa8\x0f\x06\xaa\xa3\x36\x18\x20\ -\x04\xc3\x87\x52\xb6\xbd\x32\x25\x11\xd6\x07\x61\xea\x83\x01\xaf\ -\xa2\x36\x18\x20\x04\xc3\x4f\xcc\x65\x94\xd3\x76\xbd\x3e\x25\x11\ -\x56\x37\x28\xf5\xc1\x80\x47\xd1\x1b\x0c\x10\x82\xe1\x43\xf6\xcd\ -\x19\x4c\x49\x84\xf5\xa8\x0f\x06\x3c\x1b\x84\x69\x02\x84\x5d\xa4\ -\x50\xe0\x2b\xc3\xba\x1b\x2b\x12\xa1\x11\x3c\xe0\xf9\x97\x36\x4f\ -\xca\x98\xfc\xdd\x72\x85\x0d\xa3\x52\xfb\xb3\x34\xb2\xd5\xe7\xce\ -\xf5\xdd\xae\xac\xce\xd7\xde\x1e\xd1\xd3\x4f\x6e\xd2\x7d\xd1\x56\ -\x76\x02\x70\xb7\xbc\xa4\xad\x3d\x5d\x13\x79\x9a\x02\xcb\xde\x17\ -\x03\x9c\x13\xe9\x09\x86\x1f\x1d\xb4\x2d\xac\x2d\xd0\x1b\x6c\xcb\ -\x45\x74\xfd\x2b\xd4\x07\x03\xde\x12\x95\xd4\x4d\x33\x20\xcc\x08\ -\xc1\xf0\xa3\x94\x6d\xaf\x3c\xf7\xaa\x54\xb8\x46\x0b\x5b\x7e\xa5\ -\x79\xd0\x08\xc2\x2e\xa0\x3e\x18\xa8\x8a\x01\x72\x20\x04\x03\x7e\ -\x62\xf7\x00\x39\xcd\x7d\x87\x46\xb6\x43\xfb\xb3\xd2\x9a\x2f\xbb\ -\xb2\x69\xea\x83\x81\x8a\x62\x2c\x9e\x01\x42\x30\xe0\x3f\xb6\x4d\ -\x3b\x10\x99\xfd\x0b\x5a\xd7\x26\x85\x75\x5f\x93\x5a\x1f\x71\x65\ -\xdb\xcc\x1f\x0c\x54\xc4\xe2\x19\x20\x04\x03\x7e\x72\xf4\xd0\x64\ -\x5a\x76\xad\x20\xb7\x74\x59\xba\xf5\x3a\x8d\x6c\x57\x10\xde\x38\ -\x4a\x7d\x30\xe0\x1d\xbd\x63\xe3\x9d\x51\x9a\x01\x84\x60\xc0\x5f\ -\xec\x1b\x20\xc7\x9c\xc1\x36\x5e\x75\xa8\x0f\x06\xbc\x16\x84\x69\ -\x02\x10\x82\x01\x7f\x49\xc9\x98\xe6\xc7\x7a\x73\xaf\x1a\x3d\xc2\ -\xb0\x87\xcb\xf5\xc1\x97\xdf\x9b\x67\x1f\x00\x77\x50\x12\x01\x42\ -\x30\xe0\x27\x47\x0f\x4d\xe6\xc5\x0a\x72\xbe\xe5\x66\x7d\xf0\xc9\ -\x53\x33\x9a\x9e\x59\x62\x27\x00\x86\x38\x2b\xc8\x81\x10\x0c\xf8\ -\xcf\x01\xdb\x5e\x79\xf6\x9b\x4c\x97\x66\x77\x10\x76\xb1\x3e\x38\ -\xf3\xc3\xeb\xec\x00\xe0\x8e\xbd\x34\x01\x08\xc1\x80\x8f\xd8\x3a\ -\x5d\x5a\xe1\x1a\x4b\x29\xdb\x7e\x05\x72\xb9\x3e\xf8\x2c\xf5\xc1\ -\x80\xa9\x9b\x26\x00\x21\x18\xf0\x1f\xfb\x06\xc8\xdd\xfc\x3a\xad\ -\x6b\x37\x17\xeb\x83\x2f\xbc\x35\x4b\x7d\x30\x60\x88\x8d\x8d\x77\ -\xc6\x69\x06\x10\x82\x01\x1f\x39\x7a\x68\x32\x23\x29\x63\xcb\x8b\ -\x2f\x5d\xa6\x37\xd8\x01\xd4\x07\x03\x9e\xd0\x4d\x13\x80\x10\x0c\ -\xf8\x8f\x7d\x8b\x67\xcc\x7d\x93\xd6\x75\x22\x08\x6f\x78\x85\xfa\ -\x60\xc0\x5d\xbb\x68\x02\x10\x82\x01\x9f\x39\x7a\x68\x32\x25\xbb\ -\x16\xcf\x58\x38\xc9\xe2\x19\x4e\x68\x7d\x44\x85\x75\x2f\xbb\xb2\ -\x69\xea\x83\x01\x49\xcc\x12\x01\x42\x30\xe0\x5b\xb6\xcd\x14\x41\ -\x6d\xb0\x43\x56\xbf\x68\xfc\x72\xc1\x85\xb7\x66\xf5\xc1\x95\x5b\ -\xec\x03\x84\x5d\x82\x26\x00\x21\x18\xf0\x19\x7a\x83\x83\xa1\xb0\ -\xee\x65\xd7\xea\x83\x8f\xff\xf0\x3a\xcb\x2a\x23\xec\x28\x89\x00\ -\x21\x18\xf0\x29\x66\x8a\xf0\xbb\x48\x87\xbb\xf5\xc1\xaf\x4d\xb3\ -\x0f\x10\x66\x09\x9a\x00\x84\x60\xc0\x9f\x52\xb2\x6b\x29\x65\x7a\ -\x83\x9d\xe3\x62\x7d\xf0\xfb\x57\x16\x74\xee\xfc\x4d\xf6\x01\xc2\ -\x2a\xca\x54\x69\x20\x04\x03\x3e\x64\x2e\xa5\x4c\x6f\x70\x10\xb8\ -\x58\x1f\x7c\xee\xfc\x4d\xea\x83\x11\x66\x09\x9a\x00\x84\x60\xc0\ -\x9f\x86\x45\x6f\x70\x20\xb8\x59\x1f\x7c\xf2\xd4\x34\xf5\xc1\x08\ -\xab\x6d\x34\x01\x08\xc1\x80\x0f\xd1\x1b\x1c\x20\x2e\xd6\x07\x4f\ -\xcf\x2c\xe9\xe4\xa9\x19\xf6\x01\xc2\x28\x41\x13\x80\x10\x0c\xf8\ -\xd7\xb0\xe8\x0d\x0e\x06\x17\xeb\x83\x2f\xbf\x3b\xaf\x0b\x17\x67\ -\xd9\x07\x08\x9b\xd8\xd8\x78\x67\x94\x66\x00\x21\x18\xf0\x21\x7a\ -\x83\x03\x66\xf5\x8b\x52\xfb\xb3\xae\x6c\xfa\xf4\x9b\x37\x74\x35\ -\xbf\xc8\x3e\x40\xd8\xc4\x69\x02\x10\x82\x01\xff\x1a\x96\x9d\xbd\ -\xc1\x73\xaf\xd2\xc2\x0e\x2a\xac\x7f\x45\x6a\x79\xd0\x95\x6d\xbf\ -\x4e\x7d\x30\x08\xc1\x00\x21\x18\xf0\x0b\xb3\x37\x98\x55\xe4\x82\ -\x22\xd2\xa1\xc2\xc6\x51\x57\x36\x7d\x75\x72\x51\xa7\xdf\x64\x59\ -\x65\x84\xca\x43\x34\x01\x08\xc1\x80\xbf\x83\xf0\xb0\xec\x5a\x45\ -\x6e\xe9\xb2\x34\xfb\x4d\x1a\xd9\x49\xad\x8f\xa8\xb0\xee\x6b\xae\ -\x6c\x7a\xe2\xd2\x9c\x2e\xbf\x37\xcf\x3e\x40\x58\xc4\x69\x02\x10\ -\x82\x01\xff\xb3\xb7\x37\xb8\x70\x8d\x16\x76\xd2\x9a\x2f\xbb\x56\ -\x1f\x7c\xf2\xd4\x8c\xa6\x67\x96\xd8\x07\x08\x83\x18\x4d\x00\x42\ -\x30\xe0\x73\x47\x0f\x4d\xa6\x64\x57\x6f\x70\xe1\x1a\x65\x11\x2e\ -\x70\xab\x3e\x78\x7e\xbe\xa0\xcc\x0f\xaf\xb3\x03\x40\x08\x06\x08\ -\xc1\x80\x6f\xf4\xdb\xf6\xca\xb3\xdf\x34\x4a\x23\xe0\x1c\x97\xeb\ -\x83\x59\x56\x19\x61\xc0\x34\x69\x20\x04\x03\x01\x70\xf4\xd0\x64\ -\x5a\x52\xc6\xb6\x4c\x36\xf3\x15\x1a\xd9\x69\x2e\xd6\x07\xb3\xac\ -\x32\x42\x22\x4e\x13\x80\x10\x0c\x04\x83\x6d\xb5\xc1\x2c\xa0\xe1\ -\x12\x17\xeb\x83\x8f\xff\xf0\x3a\xd3\xa6\x01\x00\x21\x18\xf0\xbe\ -\xa3\x87\x26\x33\x92\xd2\x76\xbd\x7e\x64\xfa\x7f\xa4\x91\x5d\xe0\ -\x66\x7d\x30\xcb\x2a\x03\x00\x21\x18\xf0\x0b\xfb\x6a\x83\x97\x2e\ -\x33\x48\xce\x0d\x2e\xd6\x07\xb3\xac\x32\x02\x2e\x4a\x13\x80\x10\ -\x0c\x04\xc4\xd1\x43\x93\x39\x19\x2b\xc9\xd9\x83\x41\x72\xee\x70\ -\xb1\x3e\x98\x65\x95\x11\x60\x71\x9a\x00\x84\x60\x20\x58\x0e\xc8\ -\xae\xe5\x94\x0b\xd7\x14\xb9\xf1\xc7\xb4\xb0\x1b\xd6\x7c\x59\x5a\ -\xf5\x84\x2b\x9b\x66\x59\x65\x00\x20\x04\x03\x9e\x67\xf7\x72\xca\ -\x9a\xff\x9e\xf1\x0b\x8e\x2b\x6c\x48\x49\x91\x0e\xc7\xb7\xcb\xb4\ -\x69\x00\x40\x08\x06\xfc\x12\x84\x87\x65\xd7\x02\x1a\x92\xd1\x1b\ -\xcc\x4a\x72\xce\x73\xb1\x3e\xf8\xc2\x5b\xb3\x2c\xab\x0c\x00\x84\ -\x60\xc0\x17\xfa\x6c\x7b\x65\x06\xc9\xb9\xa7\xed\x71\x69\xed\x57\ -\x5d\xd9\xf4\xc9\x53\x33\x94\x45\x00\x00\x21\x18\xf0\x36\x73\xca\ -\xb4\x8c\x6d\x1b\x98\xfd\xa6\xb4\x78\x9e\x86\x76\x41\x61\xed\x57\ -\x5d\xa9\x0f\x9e\x9f\x2f\x28\xf3\xda\x34\x3b\x00\x41\x91\xa1\x09\ -\x40\x08\x06\x82\xab\xcf\xce\x17\x8f\x4c\xb3\x92\x9c\x6b\x41\xd8\ -\xa5\xfa\xe0\xf7\xaf\x2c\x30\x6d\x1a\x00\x10\x82\x01\x6f\x33\xa7\ -\x4c\xb3\x6f\x90\xdc\xe2\x79\xca\x22\xdc\xe2\x62\x7d\x30\xd3\xa6\ -\x01\x00\x21\x18\xf0\x83\x61\xd9\x38\x48\x4e\x37\xbf\x4e\x59\x84\ -\x5b\x5c\xac\x0f\x66\xda\x34\x04\x40\x9e\x26\x00\x21\x18\x08\x30\ -\x73\xca\xb4\x7e\x3b\xb7\x41\x59\x84\x7b\xdc\xaa\x0f\x66\xda\x34\ -\xf8\x5d\x4f\xd7\x44\x96\x56\x00\x21\x18\x08\x7e\x10\x4e\xcb\xce\ -\x41\x20\x94\x45\xb8\x1b\x84\x5d\xaa\x0f\x66\xda\x34\xf8\x58\x9e\ -\x26\x00\x21\x18\x08\x8f\x3e\x5b\x2f\xfc\x94\x45\xb8\x27\xd2\xa1\ -\xc2\xfa\x57\x5c\xd9\x34\xd3\xa6\xc1\xa7\xb2\x34\x01\x08\xc1\x40\ -\x48\x98\x83\xe4\x0e\xda\x9a\xc5\x28\x8b\x70\x4f\xfb\xb3\xc6\xd2\ -\xca\x0e\x63\xda\x34\xf8\x54\x8e\x26\x00\x21\x18\x08\x57\x10\xde\ -\x2f\x3b\x7b\x40\x28\x8b\x70\x55\x61\xdd\xd7\xa4\xd6\x47\x1c\xdf\ -\x2e\xd3\xa6\xc1\x87\xde\xa6\x09\x40\x08\x06\xc2\xc7\xd6\x41\x72\ -\x94\x45\xb8\x1c\x84\x37\x8e\xba\x52\x1f\xcc\xb4\x69\xf0\x99\x0c\ -\x4d\x00\x42\x30\x10\x32\xe6\x4a\x72\xc3\x76\x6e\x23\x72\x7d\x8f\ -\x54\xb8\x46\x63\xbb\x72\xd5\x7b\xd0\xb5\xfa\xe0\xd7\x4f\x51\x16\ -\x01\xdf\xc8\xd2\x04\x20\x04\x03\xe1\x74\x40\x76\xd6\xc4\x2d\x5d\ -\x56\xe4\xc6\x9f\xd0\xca\x6e\x71\xa9\x3e\xf8\xea\xe4\xa2\x4e\x9f\ -\xbd\x41\xfb\xc3\xf3\x01\xb8\xa7\x6b\x22\x4f\x33\x80\x10\x0c\x84\ -\x90\x13\x73\x07\x6b\xee\x55\x69\xfe\x7b\x34\xb6\x4b\xdc\xaa\x0f\ -\xbe\xf0\xd6\xac\x3e\xb8\x72\x8b\x1d\x00\x4f\x87\x60\x9a\x00\x84\ -\x60\x20\xdc\x41\x38\x2d\x29\x6d\xe7\x36\x22\x33\x5f\x91\x96\x2e\ -\xd3\xd8\x6e\x05\x61\x97\xea\x83\x4f\xb2\x9a\x1c\xbc\xed\x04\x4d\ -\x00\x42\x30\x00\x7b\xe7\x0e\x2e\x5c\x33\x82\x30\x5c\xba\x02\xba\ -\x53\x1f\x3c\x3d\xb3\xa4\x93\xa7\x66\x68\x7f\x78\x55\x9a\x26\x00\ -\x21\x18\x08\x39\xb3\x2c\xa2\xcf\xd6\x8d\x2c\x9c\x64\xda\x34\x37\ -\xb9\x54\x1f\x7c\xf9\xdd\x79\x56\x93\x83\x17\x51\x0f\x0c\x42\x30\ -\x80\xdb\x41\x38\x2d\xbb\x7b\x46\x6e\x7e\x5d\xba\xf5\x3a\x8d\xed\ -\x92\xc2\xda\xaf\xba\x52\x1f\x7c\xf2\xd4\x8c\xa6\x67\x96\xd8\x01\ -\xf0\x92\x51\x9a\x00\x84\x60\x00\xa5\xec\x2d\x8b\x10\xd3\xa6\xb9\ -\x2a\xd2\xa1\xc2\x86\x57\x1c\xaf\x0f\x9e\x9f\x2f\xe8\x75\xca\x22\ -\xe0\x2d\x69\x9a\x00\x84\x60\x00\xb7\x39\x52\x16\x41\x7d\xb0\xbb\ -\x5a\x1f\x51\x61\xdd\xcb\x8e\x6f\x96\xd5\xe4\xe0\x21\xd9\x9e\xae\ -\x89\x1c\xcd\x00\x42\x30\x80\xf2\x20\x9c\x96\xdd\xbd\x24\xf3\xdf\ -\xa3\x3e\xd8\x4d\xab\x5f\x34\x7e\x39\x8c\xd5\xe4\xe0\x11\x94\x42\ -\x80\x10\x0c\xa0\xaa\x3e\xd9\xb9\x88\x86\x44\x7d\xb0\xcb\x0a\xeb\ -\x5e\x76\xa5\x3e\x98\xd5\xe4\xe0\x01\x29\x9a\x00\x84\x60\x00\x15\ -\x39\x52\x16\x21\xea\x83\x5d\xe5\x52\x7d\xf0\xd5\xc9\x45\x9d\x3b\ -\x7f\x93\xf6\x87\x6b\x01\x98\x59\x21\x40\x08\x06\x50\x2b\x08\x67\ -\x24\x0d\xdb\xba\x91\xc2\x35\x45\xa6\x7b\x69\x6c\xb7\xb8\x54\x1f\ -\x7c\xee\xfc\x4d\x56\x93\x83\x5b\x28\x85\x00\x21\x18\x40\x5d\x0e\ -\xc8\xee\xa5\x45\x17\x4e\x2a\x72\xe3\x8f\x69\x69\xb7\xb8\x54\x1f\ -\xcc\x6a\x72\x70\x41\xa6\xa7\x6b\x22\x43\x33\x80\x10\x0c\xa0\x26\ -\xa7\xca\x22\x34\xfb\x4d\x69\xee\x55\x1a\xdc\x25\x85\x75\x2f\x4b\ -\x2d\x0f\x3a\xba\xcd\xe9\x99\x25\xca\x22\xe0\x34\x7a\x81\x41\x08\ -\x06\xd0\x50\x10\xce\x4a\xea\xb7\x7b\x3b\x91\x1b\x7f\x22\x2d\x9e\ -\xa7\xc1\xdd\x10\xe9\x50\x61\xa3\xf3\xf9\xe0\xc2\x5b\xb3\x94\x45\ -\xc0\x29\xb9\x9e\xae\x89\x14\xcd\x00\x42\x30\x80\x46\x83\xf0\xb0\ -\xa4\x8c\xad\x1b\x29\x5c\x63\xa0\x9c\x9b\x5a\x1f\x51\x61\xdd\xd7\ -\x1c\xdf\x2c\x65\x11\x70\xc8\x01\x9a\x00\x84\x60\x00\xcd\xda\x2d\ -\x9b\x57\x93\xd3\xd2\x65\x06\xca\xb9\x69\xcd\x97\xa5\xf6\x67\x1d\ -\xdd\xe4\xf4\xcc\x92\x4e\xb2\x9a\x1c\xec\x45\x2f\x30\x08\xc1\x00\ -\x9a\x67\xd6\x07\xef\xb6\x7d\x43\x0c\x94\x73\x55\x61\xfd\x2b\x8e\ -\xd7\x07\x5f\x7e\x77\x5e\x97\xdf\x9b\xa7\xf1\x61\x17\x7a\x81\x41\ -\x08\x06\xb0\xe2\x20\x9c\x91\xdd\xd3\xa6\x49\x0c\x94\x73\x93\x4b\ -\xf5\xc1\x27\x4f\xcd\x50\x16\x01\x3b\x64\xe8\x05\x06\x21\x18\x80\ -\x55\x41\xb8\x5f\x76\x4f\x9b\x26\x06\xca\xb9\xca\x85\xfa\xe0\xf9\ -\xf9\x02\x65\x11\xb0\x03\xbd\xc0\x20\x04\xd3\x04\x80\xa5\xec\xaf\ -\x0f\x2e\x5c\x53\x64\x6a\x37\x03\xe5\xdc\xb2\xe6\xcb\xd2\xaa\x27\ -\x1c\xdd\x24\x65\x11\xb0\x58\x8a\x79\x81\x01\x42\x30\x60\xa9\xa3\ -\x87\x26\x73\x72\x62\xfe\x60\x82\xb0\xab\x0a\x1b\x52\x8e\x2f\xab\ -\x4c\x59\x04\x2c\x92\x97\x03\x53\x3b\x02\x84\x60\x20\x9c\x41\x38\ -\x2d\x27\xea\x83\x17\xcf\x1b\xa5\x11\x70\x9e\x0b\xf5\xc1\x94\x45\ -\xc0\x22\x07\x7a\xba\x26\xf2\x34\x03\x40\x08\x06\xec\x0a\xc2\x8e\ -\xd4\x07\x6b\xee\x55\x66\x8c\x70\x4b\xdb\xe3\xd2\xda\xaf\x3a\xba\ -\x49\xca\x22\xb0\x42\x99\x9e\xae\x89\x61\x9a\x01\x20\x04\x03\x76\ -\xdb\x29\xbb\xeb\x83\x25\x66\x8c\x70\x51\x61\xed\x57\x1d\xaf\x0f\ -\xa6\x2c\x02\x2b\x40\x19\x04\x40\x08\x06\xec\xe7\xd8\xfc\xc1\x92\ -\x22\x33\x5f\x91\x6e\xbd\x4e\xa3\xbb\x11\x84\x1d\xae\x0f\xa6\x2c\ -\x02\x4d\x3a\xd0\xd3\x35\x91\xa5\x19\x00\x42\x30\xe0\x54\x10\xce\ -\xc8\xa1\xde\x97\xc8\xf5\x3d\x4c\x9d\xe6\x86\x48\x87\xb1\x90\x86\ -\x83\x28\x8b\x40\x83\xb2\x3d\x5d\x13\xfb\x69\x06\x80\x10\x0c\x38\ -\x1d\x84\x87\x25\xa5\x6d\xdf\x10\x33\x46\xb8\xa7\xfd\x59\x63\xea\ -\x34\x07\x51\x16\x81\x3a\xe5\xe5\xd0\x37\x52\x00\x21\x18\x40\x25\ -\x7d\x72\x62\xa0\x1c\x41\xd8\x35\x85\x75\x5f\x93\x5a\x1f\x71\x6c\ -\x7b\x94\x45\xa0\x4e\xfd\x3d\x5d\x13\x39\x9a\x01\x20\x04\x03\xae\ -\x30\xeb\x83\xfb\xe4\xc4\x40\xb9\xc5\xf3\x46\x10\x86\xf3\x41\x78\ -\xe3\xa8\xa3\xf5\xc1\x94\x45\xa0\x86\x14\x4b\x23\x03\x84\x60\xc0\ -\x0b\x41\x38\x2b\x27\x16\xd2\x28\x06\xe1\x99\xaf\xd0\xe8\x8e\x5f\ -\x51\x1f\x74\xbc\x3e\x98\xb2\x08\x54\x91\x15\xb3\x41\x00\x84\x60\ -\xc0\x43\x41\x38\x2d\xe9\x80\x23\x1b\x9b\x7b\x95\x20\xec\x86\xf6\ -\x67\xa5\xd5\x2f\x3a\xb6\xb9\xf9\xf9\x82\x4e\xbf\x79\x83\x76\x47\ -\xa9\xbc\xa4\x3e\x16\xc5\x00\x08\xc1\x80\xd7\x82\xf0\x7e\x49\x29\ -\xa7\x82\xb0\x66\xbf\x49\xa3\x3b\xac\xb0\xee\x65\x47\xeb\x83\x27\ -\x2e\xcd\xe9\x83\x2b\xb7\x68\x78\x14\xf5\x33\x1d\x1a\x40\x08\x06\ -\x3c\x7b\x93\x92\x13\x03\xe5\x24\x63\x45\x39\x16\xd3\x70\x56\xa4\ -\x43\x85\x0d\xaf\x38\x5a\x1f\x7c\xf2\xd4\x34\x65\x11\x90\xa4\x61\ -\xea\x80\x01\x42\x30\xe0\x59\x25\x0b\x69\xe4\x1d\xc9\x64\x33\x5f\ -\x21\x08\x3b\xad\xf5\x11\x63\x45\x39\x87\x4c\xcf\x2c\xe9\xdc\xf9\ -\x9b\xb4\x7b\xb8\x65\x7a\xba\x26\xa8\x03\x06\x08\xc1\x80\xe7\x83\ -\x70\x4e\xc6\xd2\xca\x8e\x88\xcc\x7c\x85\xc5\x34\x9c\xb6\xe6\xcb\ -\x46\x8d\xb0\x43\x2e\xbc\x35\x4b\x59\x44\x78\x65\xc5\x7c\xc0\x00\ -\x21\x18\xf0\x51\x10\xce\xca\xa9\x19\x23\x24\x63\xea\x34\x82\xb0\ -\xa3\x0a\xeb\x5f\x91\x5a\x1e\x74\x6c\x7b\xa7\xcf\x32\x77\x70\x08\ -\xe5\xc5\x40\x38\x80\x10\x0c\xf8\x30\x08\xa7\x24\x0d\x3b\x93\xc8\ -\xae\x11\x84\x9d\x16\xe9\x50\x61\xc3\x7f\x74\x6c\x73\x57\x27\x17\ -\x29\x8b\x08\x5f\x00\xde\xc9\x40\x38\x80\x10\x0c\xf8\x35\x08\xf7\ -\xcb\xa9\x19\x23\x08\xc2\xce\x6b\x7b\x5c\x72\xb0\x3e\xf8\xdc\xf9\ -\x9b\x9a\x9e\x59\xa2\xdd\xc3\x61\x37\x01\x18\x20\x04\x03\x7e\xe7\ -\xd8\x8c\x11\xb7\x83\xf0\xd2\x65\x5a\xdd\x21\x85\xb5\x5f\x75\x74\ -\xda\xb4\xd7\x59\x52\x39\x0c\xfa\x7a\xba\x26\x32\x34\x03\x40\x08\ -\x06\x7c\xcd\x9c\x31\x62\xa7\xa4\x9c\x63\x41\xf8\xfa\x1e\xa9\x70\ -\x8d\xc6\x77\x2a\x08\x3b\xb8\xac\xf2\xfb\x57\x16\x34\x71\x69\x8e\ -\x46\x0f\x76\x00\x4e\xd1\x0c\x00\x21\x18\x08\x52\x10\x76\x6c\xea\ -\x34\x2d\x9e\x37\x7a\x84\x09\xc2\x0e\x5d\x71\x1f\x74\x74\xda\xb4\ -\xd3\x67\x6f\x30\x77\x30\x01\x18\x00\x21\x18\xf0\x4d\x10\xce\xca\ -\xc1\xa9\xd3\x08\xc2\x0e\x5b\xf3\x65\x69\xd5\x13\x8e\x6c\x8a\x25\ -\x95\x09\xc0\x00\x08\xc1\x80\x1f\x83\xb0\x63\x53\xa7\x11\x84\x9d\ -\x55\x58\xef\xdc\x6a\x72\x2c\xa9\x4c\x00\x06\x40\x08\x06\xfc\x16\ -\x84\x53\x04\xe1\xa0\x5e\x79\x9d\x2d\x8b\x38\x79\x6a\x9a\x36\x27\ -\x00\x03\x20\x04\x03\xbe\x0b\xc2\xce\xdd\xf8\x08\xc2\xce\x71\xb0\ -\x2c\x82\x25\x95\x09\xc0\x00\x08\xc1\x80\x1f\x83\x70\x1f\x41\x38\ -\x98\x9c\x2c\x8b\xb8\x70\x71\x96\xb9\x83\x09\xc0\x00\x08\xc1\x80\ -\x2f\x83\x70\x86\x20\x1c\xb4\x2b\xb0\x73\x65\x11\xf3\xf3\x05\x9d\ -\x3e\xcb\x20\x39\x02\x30\x00\x42\x30\xe0\x3f\xbb\xe5\xd4\x62\x1a\ -\x04\x61\xe7\x38\x58\x16\x71\xf9\xdd\x79\x06\xc9\x11\x80\x01\x10\ -\x82\x01\x7f\x29\x59\x4c\x83\x20\x1c\x30\x85\x75\x2f\x3b\xb6\x2d\ -\x06\xc9\x11\x80\x01\x10\x82\x01\x3f\x07\xe1\xbc\xe3\x41\x98\x25\ -\x96\xed\xd3\xfa\x88\xe4\x50\x59\x04\x83\xe4\x3c\x2d\x2f\x69\x3b\ -\x01\x18\x20\x04\x03\xf0\x52\x10\xbe\xf6\xa4\xb4\x78\x9e\x1d\x60\ -\x93\xc2\xda\xaf\x4a\x2d\x0f\x3a\xb2\x2d\x06\xc9\x79\x36\x00\xef\ -\xec\xe9\x9a\xc8\xd2\x14\x00\x21\x18\x40\xf5\x20\x9c\x75\x3c\x08\ -\x17\xae\x19\x3d\xc2\x04\x61\xfb\x9a\x78\xc3\x7f\x74\x64\x3b\x0c\ -\x92\x23\x00\x03\x20\x04\x03\x04\x61\x82\xb0\x77\xb4\x3d\x2e\xb5\ -\x3f\xeb\xc8\xa6\x18\x24\xe7\x19\x59\x02\x30\x40\x08\x06\xd0\x5c\ -\x10\xde\xed\xe8\x46\x09\xc2\xf6\x36\xef\xba\xaf\x39\xb6\xad\xd3\ -\x67\x67\x68\x70\x02\x30\x40\x08\x06\xe0\xdb\x20\x9c\x91\x93\xcb\ -\x2b\x17\x83\xf0\xb5\x27\xa5\xb9\x57\xd9\x01\x96\x5f\x95\x1f\x74\ -\x6c\x90\xdc\xd5\xc9\x45\x4d\x5c\x9a\xa3\xcd\xdd\x0d\xc0\x79\x9a\ -\x02\x70\x47\xa4\x50\x28\xd0\x0a\xf5\x36\x56\x24\x42\x23\xc0\xb3\ -\x9e\x7f\x69\x73\xaf\xa4\x11\xa7\xb7\x5b\x58\xff\x8a\xb4\xfa\x45\ -\x76\x80\xd5\x0f\x19\xf9\x47\x1d\x99\x9a\xae\xbd\x3d\xa2\x17\x7e\ -\x2f\xaa\xf6\x55\x5c\xdf\x1c\x94\xea\xe9\x9a\xe8\xa3\x19\xe0\x8b\ -\xcb\x51\x80\x73\x22\x3d\xc1\x40\x40\x1c\x3d\x34\x99\x92\xd3\x3d\ -\xc2\x92\x22\x33\x5f\xa1\x47\xd8\xf2\x46\xed\x30\x16\xd1\x70\xc0\ -\xfc\x7c\x41\x17\xde\x9a\xa5\xcd\x09\xc0\x40\xe8\x10\x82\x01\x82\ -\xb0\x25\x41\x38\x32\xf3\x15\x76\x80\x85\x98\x32\x2d\x90\xfa\x09\ -\xc0\x00\x21\x18\x40\xc0\x82\xb0\xe6\x5e\x25\x08\xdb\x11\x84\x1d\ -\x30\x3f\x5f\x60\x01\x0d\xfb\xf5\xf5\x74\x4d\x0c\xd3\x0c\x00\x21\ -\x18\x40\x50\x83\xf0\x75\x96\x59\xb6\xcc\xea\x17\x1d\xeb\x0d\x9e\ -\xb8\x34\xa7\xab\xf9\x45\xda\xdc\x7a\x79\x19\x03\xe0\x52\x34\x05\ -\x40\x08\x06\x10\xe4\x20\xbc\x70\xd2\x98\x42\x8d\x20\x6c\x09\xa7\ -\x7a\x83\x25\xe9\xcc\x9b\x2c\xa0\x61\x53\x00\xce\xd0\x14\x00\x21\ -\x18\x40\x18\x82\x30\xcb\x2c\x5b\xa7\xfd\x59\x63\xa0\x9c\x03\xde\ -\xbf\xb2\xc0\x02\x1a\xd6\xc9\x4a\xda\xce\x1c\xc0\x00\x21\x18\x40\ -\xd8\x82\xf0\xd2\x65\xa3\x47\xf8\xd6\xeb\xec\x84\x95\x70\x70\xa6\ -\x08\x49\xd4\x06\x5b\x17\x80\x77\xf6\x74\x4d\xe4\x68\x0a\xc0\xc3\ -\x97\x57\xe6\x09\x6e\xa0\xb1\x98\x27\x18\x3e\xe6\xd6\x3c\xc2\x12\ -\x73\x09\xaf\xbc\x01\xaf\x29\x32\xf9\x71\xc7\x36\xf7\xb9\x27\x37\ -\xe9\x81\x2d\x6d\xb4\x7b\x73\x98\x02\x0d\xc1\xba\xfc\x30\x4f\x30\ -\x00\xbf\x73\xad\x47\x58\xe6\x14\x6a\x37\xbf\xce\x4e\x68\xba\x01\ -\x3b\x1c\x7d\x88\x38\x79\x6a\x9a\x36\x6f\xce\x30\x01\x18\x20\x04\ -\x03\x20\x08\xdf\xed\xe6\xd7\x8d\x29\xd4\x18\x30\xd7\x94\x82\x83\ -\x25\x11\xd3\x33\x4b\x2c\xa7\xdc\xb8\xbe\x9e\xae\x89\x7e\x9a\x01\ -\x20\x04\x03\xf0\x76\x10\xde\x29\x63\xe4\xba\xb3\xe6\x5e\x65\xe6\ -\x88\x66\xb5\x3e\x62\xfc\x72\x08\xb5\xc1\x75\xcb\x8b\x29\xd0\x00\ -\x42\x30\x00\xdf\x04\xe1\x8c\x6b\x41\x78\xf1\xbc\x22\xf9\x47\x99\ -\x39\xa2\x09\xf4\x06\x7b\x4e\x4e\x4c\x81\x06\x10\x82\x01\xf8\x2e\ -\x08\x67\x5d\x0b\xc2\x85\x6b\x46\x8f\xf0\xdc\xab\xec\x88\x46\xb4\ -\x3f\xeb\xe8\xe6\x26\x2e\xcd\xd3\xe6\xd5\x65\xc5\x14\x68\x00\x21\ -\x18\x00\x41\xb8\xa9\x20\xcc\x80\xb9\xc6\x44\x3a\x1c\x0d\xc2\xcc\ -\x1b\x5c\x55\x4a\x46\x0f\x70\x9e\xa6\x00\x08\xc1\x00\xfc\x1d\x84\ -\xb7\xcb\xe8\xd9\x72\xde\xcd\xaf\x2b\x32\xbd\x87\x3a\xe1\x7a\x9f\ -\x1d\xda\x9d\x9d\x6a\x8e\xda\xe0\x7b\x0c\xf7\x74\x4d\xf4\x11\x80\ -\x01\x42\x30\x80\x60\x04\xe1\x9c\x8c\x1e\x61\x77\x82\xf0\xfc\xf7\ -\x8c\xf2\x08\xea\x84\x6b\x73\x70\x05\x39\xc9\xe8\x0d\xbe\x9a\x5f\ -\xa4\xdd\x0d\xcc\x00\x01\x10\x82\x01\x04\x30\x08\xe7\x5d\x0d\xc2\ -\x8b\xe7\x8d\x20\x3c\xff\x3d\x76\x46\x3d\x41\xd8\x41\x17\xde\x9a\ -\x0d\x7b\x8b\xe7\x65\xd4\xff\xa6\x38\xf8\x00\x42\x30\x80\x80\x06\ -\xe1\xa3\x87\x26\xb7\xcb\xa8\x79\x74\x5e\xe1\x9a\x22\xd3\x7b\xa8\ -\x13\xae\xd5\x4c\xab\x9c\x1e\x20\x37\xa7\xf9\x85\xd0\xae\x2e\x9a\ -\x15\x03\xe0\x00\x42\x30\x80\xd0\x84\xe1\x3e\xd7\x82\xb0\x44\x9d\ -\x70\x2d\xab\x1e\x77\x7c\x93\x21\x9d\x2e\x2d\x23\x63\x00\x5c\x8e\ -\x83\x0e\x20\x04\x03\x08\x57\x10\x76\xaf\xfe\x71\xfe\x7b\x8a\x5c\ -\x7b\x92\x3a\xe1\x4a\x22\x1d\xd2\xaa\x27\x1c\xdd\x64\x08\x4b\x22\ -\x52\x3d\x5d\x13\xcc\x00\x01\x10\x82\x01\x84\x34\x08\x0f\xcb\xad\ -\x65\x96\x25\x69\xe9\xb2\x11\x84\x99\x4f\xf8\x5e\x6d\xce\xf6\x06\ -\x4f\xcf\x2c\x85\x69\xba\xb4\xbe\x9e\xae\x89\x3e\x0e\x32\x80\x10\ -\x0c\x20\xdc\x41\x38\x25\xb7\xe6\x12\x36\x45\x66\xbe\xa2\xc8\xcc\ -\x57\x28\x8f\x28\x51\x70\x70\x09\xe5\xa2\xbf\x0f\x7e\x49\x44\x5e\ -\x2c\x81\x0c\x10\x82\x01\xa0\x24\x08\x67\xdc\x0e\xc2\x9a\x7b\x95\ -\x69\xd4\x4a\xb5\x39\x1f\x82\x2f\xbf\x17\xe8\x15\xe4\xb2\x62\x09\ -\x64\x80\x10\x0c\x00\x15\x82\x70\x56\xd2\x56\xb9\x35\x85\x9a\x74\ -\x67\x1a\xb5\xd9\x6f\xb2\x43\x5a\x1e\x74\x7c\x93\xf3\xf3\x85\xa0\ -\x06\xe1\xb4\x19\x80\xb3\x1c\x58\x00\x21\x18\x00\x2a\x05\xe1\xbc\ -\x8c\x1e\xe1\xb4\x6b\x6f\xa2\x70\x4d\x91\x1b\x7f\xcc\xec\x11\x92\ -\xe3\x83\xe3\x24\xe9\xfd\xe0\xd5\x05\x0f\xf7\x74\x4d\xec\x66\x00\ -\x1c\x40\x08\x06\x80\x9a\x41\xf8\xe8\xa1\xc9\xdd\x72\x73\x0a\x35\ -\xe9\xce\xec\x11\xb7\x5e\x67\xa7\x38\xe8\xf2\xbb\x81\xe9\x09\xce\ -\x8b\x15\xe0\x00\x42\x30\x00\x34\x11\x86\xfb\xe4\xe6\xcc\x11\x92\ -\x31\x7b\xc4\x54\x77\x78\x17\xd7\x68\xfd\xa4\xe3\x9b\x9c\x9e\x59\ -\xd2\xf4\xcc\x52\x10\x02\x30\x03\xe0\x00\x42\x30\x00\x34\x1d\x84\ -\x53\x72\x7b\xc0\x9c\x64\x2c\xae\x11\xc6\x39\x85\x23\x1d\xae\x6c\ -\x76\x32\xef\xeb\x92\x88\xac\xa4\xad\xd4\xff\x02\x20\x04\x03\x58\ -\x69\x10\xce\x98\x41\xd8\xdd\x50\xc1\xa0\x39\xc7\x5c\x9d\x5c\xf4\ -\xeb\x5b\x4f\xf5\x74\x4d\x6c\xa7\xfe\x17\x00\x21\x18\x80\x55\x41\ -\x38\x6b\x06\xe1\x8c\xab\x6f\xa4\x38\x68\xee\xfa\x6e\x69\xe9\x32\ -\x3b\xc6\x26\x3e\x2d\x87\xe8\x67\x01\x0c\x00\x84\x60\x00\x76\x04\ -\xe1\xfc\xd1\x43\x93\x3b\x25\x0d\xbb\xfe\x66\x16\x4e\x1a\xe5\x11\ -\xf4\x0a\xdb\x62\xc6\x5f\x21\x38\x2f\xa3\xfe\x77\x98\x3d\x07\x80\ -\x10\x0c\xc0\xce\x30\xdc\x2f\x63\xc0\x5c\xde\xd5\x37\x12\x86\x5e\ -\x61\x97\x3e\xd7\x55\xff\xd4\x04\x67\x25\x6d\x67\x01\x0c\x00\x84\ -\x60\x00\x4e\x05\xe1\x94\x8c\xf2\x88\x9c\xeb\x6f\x26\xc8\xbd\xc2\ -\x2e\x85\xe0\xf9\xf9\x82\x1f\x5a\x27\x25\xa3\x07\x38\xc7\x19\x09\ -\x80\x10\x0c\xc0\xc9\x20\x9c\x95\xb4\x5d\x6e\xd7\x09\x4b\x77\xf7\ -\x0a\x07\x69\x06\x89\xc5\x77\x5c\xdb\xb4\xc7\xeb\x82\xfb\x7b\xba\ -\x26\xfa\x18\x00\x07\x60\x39\x91\x42\xa1\x40\x2b\xd4\xdb\x58\x91\ -\x08\x8d\x00\x34\xe1\xf9\x97\x36\x0f\x49\xda\xe7\x99\x37\xb4\xf6\ -\xab\x2a\xac\xf9\xb2\x6b\x53\x8c\x59\x16\xec\x27\x3f\xee\xda\xe6\ -\x3f\xf7\xe4\x26\x3d\xb0\xa5\xcd\x6b\xad\x92\x97\xb4\x9b\xf2\x07\ -\xc0\xc2\x4b\x4d\x80\x73\x22\x3d\xc1\x00\x6c\xe7\x99\x3a\xe1\xa2\ -\xe2\xbc\xc2\xf3\xdf\xf3\x6f\xa3\x2e\xb0\x52\x5e\x99\xac\xa8\xff\ -\x05\x40\x08\x06\xe0\xc1\x20\x9c\x92\x17\xe6\x13\x2e\x5a\xba\xac\ -\xc8\xf4\x1e\xdf\x0e\x9c\x8b\x2c\x7c\x8f\x83\xea\x8e\x94\xa8\xff\ -\x05\x40\x08\x06\xe0\xe1\x20\x9c\x35\x83\x70\xca\x33\x6f\x6a\xe1\ -\xa4\x22\xf9\xdf\x36\x96\x5e\x2e\x5c\xf3\x47\x43\x16\xae\xf9\xbb\ -\x17\xdb\x5a\xd4\xff\x02\x20\x04\x03\xf0\x45\x10\xce\x1f\x3d\x34\ -\xd9\x27\xa9\xdf\x53\x6f\xec\xe6\xd7\x15\xc9\x3f\x2a\xcd\xbd\xea\ -\xf9\x36\x8c\xcc\x7e\xd3\x3f\x81\xdd\x3e\x79\x31\xff\x2f\x00\x42\ -\x30\x00\x1f\x86\xe1\x61\x19\xb3\x47\xe4\x3c\xf3\xa6\x0a\xd7\x14\ -\x99\xf9\x8a\x22\xf9\xdf\xf6\x6e\x4f\x6b\xe1\x1a\x8b\x80\x18\x25\ -\x35\x5b\xa9\xff\x05\x40\x08\x06\xe0\xd7\x20\x9c\x35\x83\x70\xda\ -\x53\x6f\xac\xb4\x5e\xf8\x96\xb7\x06\xa0\xf9\xaa\x6c\xc3\x1e\xc3\ -\x3d\x5d\x13\xdb\x29\x7f\x00\xb0\xe2\xeb\x29\x53\xa4\x35\xd0\x58\ -\x4c\x91\x06\xd8\xe6\xf9\x97\x36\xf7\x4a\x1a\x92\x14\xf5\xdc\x9b\ -\x5b\xf5\x84\x0a\x6b\xbf\x2a\xb5\x3d\xee\xee\xfb\x98\xff\x9e\x22\ -\xd3\x7b\x3c\xd1\x24\x2e\x4c\x91\x96\x97\x51\xff\x9b\xe2\x6c\x01\ -\x9c\xc3\x14\x69\x00\x60\x33\xcf\xcd\x1e\x51\x6a\xe1\xa4\x22\x53\ -\xdd\xee\xf6\x0c\x2f\x9e\x57\x64\xe6\x2b\x61\x3d\x3c\x72\x32\xea\ -\x7f\x09\xc0\x00\x08\xc1\x00\x02\x19\x84\xb3\x66\x10\x1e\xf6\xe4\ -\x1b\x2c\x86\xe1\x6b\x4f\x3a\x3b\x80\x6e\xf1\xbc\x22\x53\xbb\x3d\ -\x55\x06\xb1\xaa\xdd\xb1\x6f\xc6\xd2\x32\xe6\xff\xcd\x72\x86\x00\ -\xb0\x12\xe5\x10\x8d\x34\x16\xe5\x10\x80\x63\x9e\x7f\x69\x73\xb7\ -\xa4\x11\x79\xb1\x3c\xe2\x76\x37\xc2\x83\xd2\xea\x17\x55\x58\xfd\ -\xa2\xf1\xff\x76\x98\x7b\x55\x91\x1b\x7f\xe2\xb9\x3a\xe0\x7f\xf5\ -\xe2\x7d\x4e\x6c\xa6\x9f\xd9\x1f\x00\x77\x05\x39\x27\x12\x82\x09\ -\xc1\x80\x97\x83\x70\x54\xd2\x61\x49\x09\xcf\xbf\xd9\xf6\x67\x55\ -\x58\xf5\xac\xb4\xfa\x45\x6b\x5e\x6f\xe9\xb2\x51\xfe\xb0\x70\xd2\ -\x7b\x1f\xb5\x3d\xa2\x17\x5f\xd8\x6c\xe7\x26\xf2\x62\xf9\x63\x80\ -\x10\x4c\x08\x26\x04\x03\x84\xe1\xcd\xfb\x24\x0d\xca\xcb\xbd\xc2\ -\xb7\x2f\x14\x1d\x77\x02\xf1\xaa\xc7\x8d\xdf\x37\x62\xf1\xbc\x31\ -\x0f\xb0\x87\xe7\x2b\xfe\xd0\x96\x55\x7a\xfa\xc9\x8d\x76\xbd\x7c\ -\xc6\x0c\xc0\x79\x8e\x7c\x80\x10\x4c\x08\x26\x04\x03\x04\xe1\x97\ -\x36\xc7\x64\xf4\x0a\xc7\x7d\xf5\xc6\x57\x3d\x21\xb5\x7e\x52\x85\ -\xb6\x27\xa4\xd6\x07\xa5\xd6\x47\xee\xfd\x37\xb7\x5e\x57\x64\xe1\ -\xa4\x31\x37\xf1\xe2\x79\xcf\x7f\xa4\x87\xff\xe9\x1a\x3d\xb6\x7d\ -\x9d\x1d\x2f\x3d\xdc\xd3\x35\xd1\xcf\xd1\x0e\x10\x82\x09\xc1\x84\ -\x60\x00\xf7\x86\xe1\xfd\x32\x7a\x85\xe1\x92\x27\x3e\xb3\x5e\x9d\ -\x5b\x57\x5b\xf9\x92\x79\x49\x7d\x3d\x5d\x13\x69\x5a\x17\x20\x04\ -\x3b\x85\xd9\x21\x00\xf8\xca\xd1\x43\x93\xfb\x65\x2c\xb0\x91\xa5\ -\x35\xdc\xb1\x79\xb3\xa5\xf3\x03\x67\x65\xcc\xfe\x40\x00\x06\xe0\ -\x28\x7a\x82\x1b\x69\x2c\x7a\x82\x01\x4f\xa1\x57\xd8\x79\x16\x0f\ -\x8a\xa3\xfc\x01\xf0\x38\x7a\x82\x01\xc0\x83\xe8\x15\x76\xde\x83\ -\xbf\xd1\x6e\xc5\xcb\xe4\x65\x0c\x7e\x23\x00\x03\x70\x0d\x3d\xc1\ -\x8d\x34\x16\x3d\xc1\x80\x67\x99\xbd\xc2\x7b\xe5\x87\x19\x24\x7c\ -\xcc\x82\x7a\xe0\xac\x19\x80\x73\xb4\x26\xe0\x7d\x0c\x8c\x03\x21\ -\x18\xf0\x47\x10\x8e\xc9\x58\x60\x23\x41\x6b\xd8\xe3\xc5\x2f\x6c\ -\x56\xfb\xaa\xa6\xaf\x85\x94\x3f\x00\x84\x60\x42\x30\x21\x18\x80\ -\x8d\x61\xb8\x57\xd2\x90\xe8\x15\xb6\x54\xe7\xd6\xd5\x7a\xe2\x33\ -\xeb\x9b\xf9\xd1\xbc\x98\xfd\x01\x20\x04\x7b\x0c\x35\xc1\x00\x02\ -\xe7\xe8\xa1\xc9\x94\xa4\xad\x92\x52\xb4\x86\x75\xfe\x49\x73\x65\ -\x10\x19\x31\xfb\x03\x00\x0f\xa2\x27\xb8\x91\xc6\xa2\x27\x18\xf0\ -\x9d\xe7\x5f\xda\x9c\x90\x51\x22\x11\xa3\x35\x9a\xb7\x61\x7d\x8b\ -\x5e\xf8\xbd\x68\xa3\x3f\x76\xa0\xa7\x6b\x62\x3f\xad\x07\xf8\x17\ -\xe5\x10\x20\x04\x03\xfe\x0f\xc3\xfb\xc5\xc0\xb9\xa6\x35\x38\x20\ -\x2e\x27\xa3\xfc\x21\x43\xcb\x01\x84\x60\xaf\xa2\x1c\x02\x40\x28\ -\x94\x4c\xa7\x96\xa2\x35\x1a\xb3\x61\x7d\x4b\x23\x01\x38\x2d\xa3\ -\xfc\x81\x00\x0c\xc0\xd3\xe8\x09\x6e\xa4\xb1\xe8\x09\x06\x02\xc1\ -\x2c\x91\x18\x92\x14\xa7\x35\x6a\xab\xb3\x17\x38\x2f\xa3\xfc\x61\ -\x98\x16\x03\x82\x83\x72\x08\x10\x82\x81\x60\x86\xe1\x5e\x31\x8b\ -\xc4\xb2\x3e\xb4\x65\x95\x9e\x7e\x72\x63\xad\x7f\x96\x95\x51\xfe\ -\x90\xa5\xc5\x00\x42\x30\x21\x98\x10\x0c\xc0\x1f\x41\x38\x2a\x69\ -\x9f\xa8\x17\xae\xdc\x3e\xcf\x74\xe8\xbe\x68\xeb\x72\xff\x84\xb9\ -\x7f\x01\x42\x30\x21\x98\x10\x0c\xc0\xc7\x61\x38\x26\x69\x50\x52\ -\x2f\xad\x61\xd8\xf6\xc8\x5a\x6d\x7b\x64\x6d\xb5\xbf\xce\x89\xc1\ -\x6f\x00\x21\x98\x10\x4c\x08\x06\x10\xa8\x30\x1c\xfa\x55\xe7\x6a\ -\x94\x41\xa4\xcd\x00\x9c\xe7\x88\x01\x08\xc1\x84\x60\x42\x30\x80\ -\x60\x85\xe1\x84\x8c\x9e\xe1\xd0\x85\xe1\xf6\xf6\x88\x5e\xf8\xbd\ -\x68\xa5\xe5\x91\xf3\x62\xe5\x37\x80\x10\x4c\x08\x26\x04\x03\x20\ -\x0c\x07\x31\x00\x3f\xfd\xe4\xa6\x4a\x75\xc0\x69\xd1\xfb\x0b\x10\ -\x82\x09\xc1\x84\x60\x00\x84\xe1\x20\xfa\xdc\x93\x9b\xf4\xc0\x96\ -\xb6\xd2\x3f\xca\x8b\xde\x5f\x80\x10\x4c\x08\x26\x04\x03\x20\x0c\ -\x07\x35\x0c\x57\x98\x0f\x38\x2d\x7a\x7f\x01\x42\x30\x21\x18\x84\ -\x60\x00\x25\x61\x38\x2e\x63\x5a\xb5\x5e\xbf\x7f\x96\xf6\xf6\x88\ -\x9e\xf8\xcc\x7a\x3d\xf8\x1b\xed\xc5\x3f\xca\x8b\xde\x5f\x00\x84\ -\x60\x10\x82\x01\x2c\x13\x86\x63\x25\x61\x38\xea\xc7\x00\x5c\x56\ -\x03\x9c\x92\xd4\x4f\xef\x2f\x00\x42\x30\x08\xc1\x00\xea\x09\xc3\ -\x51\x49\xdd\x32\x4a\x25\x62\x7e\x78\xcf\xf7\x6d\x6e\xd5\xd3\x4f\ -\x6e\x2a\xce\x02\x91\x13\xf3\xfe\x02\x20\x04\x83\x10\x0c\x60\x05\ -\x81\x38\x21\x69\x8f\x3c\x5c\x2a\x51\xb2\x10\x46\x5e\xd2\xc1\x9e\ -\xae\x89\xfd\xec\x39\x00\x84\x60\x10\x82\x01\x58\x11\x86\xa3\x32\ -\x7a\x87\xf7\x4a\x8a\x7b\xe1\x3d\xdd\xb7\xb9\x55\x8f\x7f\x66\x43\ -\xb1\xfc\x21\x25\x4a\x1f\x00\x10\x82\x41\x08\x06\x60\x63\x20\x8e\ -\x99\x81\x78\x8f\x1b\x81\xb8\xbd\x3d\xa2\x6d\x8f\xac\xd5\xc3\x9f\ -\x58\x53\x0c\xbf\x07\x7a\xba\x26\x72\xec\x19\x00\x84\x60\x10\x82\ -\x01\x38\x1d\x88\x77\x98\xff\xb5\x95\x19\x7e\xf3\xed\xed\x91\x94\ -\x8c\xd2\x07\xc2\x2f\x00\x42\x30\x21\x98\x10\x0c\xc0\xf5\x50\x9c\ -\x90\x31\xef\xf0\x0e\x19\xbd\xc4\xd1\x15\xbe\x64\x5e\x52\x46\xd2\ -\x11\x49\x99\x7f\xf5\xe2\x7d\xd1\x9e\xae\x89\x2c\x2d\x0d\x80\x10\ -\x4c\x08\x26\x04\x03\xf0\x72\x28\x8e\xc9\x98\x61\x22\x61\xfe\xd1\ -\xb6\x1a\xc1\x38\x2b\xe9\x9a\x19\x7c\x73\x47\x0f\x4d\xe6\x68\x45\ -\x00\x84\x60\x42\x30\x21\x18\x00\x00\x80\x10\x7c\x97\x16\x76\x2f\ -\x00\x00\x00\xc2\x86\x10\x0c\x00\x00\x00\x42\x30\x00\x00\x00\x40\ -\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\ -\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\ -\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\ -\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\ -\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x42\x30\ -\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\ -\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\ -\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\ -\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\ -\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\ -\x00\x80\x90\x6a\xa3\x09\x00\x00\x80\x5f\x8c\x8d\x77\x46\x25\xc5\ -\x1b\xf8\x91\x7c\x4f\xd7\x44\x96\x96\x43\xb9\x48\xa1\x50\xa0\x15\ -\xea\x6d\xac\x48\x84\x46\x00\x00\xc0\xfa\x40\x5b\x1a\x6c\xb7\x99\ -\xbf\x97\xa4\x98\xf9\xcb\x6a\x39\xf3\x97\x24\xe5\x25\x9d\x33\xff\ -\x3f\x6b\xfe\x3e\xd7\xd3\x35\x91\x63\x0f\x49\x41\xce\x89\x84\x60\ -\x42\x30\x00\x00\x76\x87\xdd\xb8\x19\x66\xe3\x66\xc8\x8d\xa9\xb1\ -\xde\x5c\xb7\x14\x43\xf1\x89\x62\x70\xee\xe9\x9a\xc8\x10\x82\x09\ -\xc1\x84\x60\x00\x00\x50\x1e\x78\xa3\x92\x12\x92\x76\x98\x41\x37\ -\x11\xc0\x8f\x99\x33\x03\xf2\x39\x49\x19\x49\xd9\x9e\xae\x89\x3c\ -\x21\x98\x10\x1c\x58\x7f\xf5\xda\x3f\x49\x48\x3a\x6e\xe5\x6b\xf6\ -\x74\x4d\x90\xac\xc3\x71\x53\xd8\x2f\x69\xd0\xc2\x97\x3c\xd0\xd3\ -\x35\xb1\xdf\xe7\x6d\x72\x3c\xa0\x37\x47\x3b\x65\x2a\xfc\x59\x56\ -\xd2\xb5\x0a\xff\x86\x3a\x48\x38\x79\x3e\x77\x9b\xa1\x37\x21\x7f\ -\xf4\xf0\xda\x21\x6b\x9e\x7f\x27\x24\x65\x82\x12\x8a\x83\x9c\x13\ -\x19\x18\x07\x00\xfe\x91\xa8\xe3\xcf\x06\x4b\x82\x49\xe9\xcd\x39\ -\x2f\xa3\xf7\xea\x6d\xdd\xa9\x87\xa4\xee\x11\x2b\x0d\xbe\xbb\x24\ -\x75\xeb\x4e\x0d\x6f\x98\xc5\xcd\x5f\xfb\xcc\xf6\x29\x86\xe2\x23\ -\x61\x2b\xa1\x20\x04\x03\x00\xbc\x74\x73\xae\x16\x64\x64\xde\xa8\ -\xf3\x32\xbe\xda\xcd\xca\xf8\x6a\x97\x70\x0c\x82\xaf\x45\xa1\x78\ -\x6c\xbc\x33\x2f\x29\x6d\x06\xe2\x34\x4d\x43\x08\x06\x00\x78\x43\ -\xc2\xfc\x6f\x77\x49\xd8\xc9\x9b\x81\xf8\x04\xc1\x38\xf4\xc1\x37\ -\x26\x69\xaf\xa4\x5e\x82\x6f\xd3\xa2\x66\xfb\xf5\x96\x04\xe2\x83\ -\x94\x2c\x11\x82\x01\x00\xde\xbc\x69\x27\x4a\x02\xb2\xc6\xc6\x3b\ -\x73\x32\x7a\x8d\xcf\xc9\xa8\x79\xe4\x06\x1e\xec\xf0\xdb\x2b\x69\ -\x8f\xa8\xdd\xb7\x33\x10\xe7\x24\x1d\x94\x94\x0a\xea\xc0\x3a\x42\ -\x30\x00\x20\x08\x62\xe6\xcd\xbb\x3c\x14\x9f\x90\x94\xe6\x26\x1e\ -\x88\xe0\x5b\x0c\x68\x7b\x65\xcf\xfc\xbc\xb8\xf7\x9c\x1a\x92\x34\ -\x38\x36\xde\x99\x96\x31\xe8\x39\x47\xb3\x10\x82\x01\x00\xfe\x08\ -\xc5\xbd\x92\x46\xc6\xc6\x3b\x33\x92\x8e\x98\x81\x98\x1b\xb9\xff\ -\xc2\xef\x3e\x33\xfc\x46\x69\x11\xc7\x15\x1f\x3e\x7a\xcd\x30\x7c\ -\x90\xc1\x74\x84\x60\x00\x80\x7f\x24\xcc\x5f\x43\xe6\xc8\xf8\x51\ -\x02\xb1\x2f\x02\xf0\x3e\x19\xb3\x8a\x10\x7e\xbd\xa1\x5b\x52\xb7\ -\xf9\x50\xd9\xc7\xf9\x63\x9f\x16\x9a\x00\x00\x60\x83\xb8\x8c\xaf\ -\x79\x2f\x8d\x8d\x77\x1e\x36\xeb\x4b\xe1\xad\xf0\x9b\x18\x1b\xef\ -\xbc\x64\xee\x27\x02\xb0\x37\x1f\x2a\x2f\x8d\x8d\x77\x8e\x98\x83\ -\x13\x61\x31\x7a\x82\x01\x00\x76\xeb\x96\xd1\xb3\x35\x24\x29\x25\ -\xe3\xab\xde\x1c\xcd\xe2\x5a\xf8\x8d\x4a\x1a\x51\xc9\x6c\x20\x3e\ -\x92\x29\xfb\x7d\x5e\xc6\x40\xcd\x4a\x3a\x74\xef\xf4\x80\x71\x1f\ -\x06\xfe\x5e\xf3\xfc\x39\xe8\xf7\x45\x92\x08\xc1\x00\x80\xb0\x8a\ -\xca\xa8\x3b\xdd\x47\xdd\xa3\x6b\x01\xb8\xdb\x0c\xc0\x5e\x0c\x82\ -\x99\x92\x50\x9b\x97\x31\x35\x9f\xec\x38\x46\xcc\x07\x81\x62\x20\ -\x8e\x4b\x7a\x48\x46\x8d\xbb\x57\x43\x72\x54\xc6\xe0\xb9\x5d\x92\ -\xfa\x39\x6f\x08\xc1\x00\x00\xff\xea\xd6\x9d\xba\xc7\x03\xdc\xd4\ -\x6d\x0f\xbf\x51\x19\x65\x0f\xbd\x1e\x78\x3b\x39\x33\xe0\x9e\x33\ -\x83\xaf\xe3\x2b\x17\x9a\x33\x99\x14\x8f\xb9\x74\x59\x5b\x15\xc3\ -\x70\x5c\x77\x96\x82\xf6\x8a\xb8\xa4\xe3\x63\xe3\x9d\xc3\x3d\x5d\ -\x13\xfd\x1c\xd9\x84\x60\x00\x28\xde\x58\x73\x3e\x7e\xff\x51\x2d\ -\xb3\xb2\x5b\x80\x25\x24\x25\x08\xc3\xb6\x06\xe0\xb8\x8c\xde\x5f\ -\xb7\x8e\xaf\xac\xee\x4c\xa5\x97\xf1\xfa\x54\x7a\x66\x20\xcf\x95\ -\x86\x63\xb3\x0d\x13\x25\xa1\x38\xea\xf2\xdb\xdc\x37\x36\xde\x99\ -\x90\x31\x70\x2e\xcb\x51\x4e\x08\x06\x10\x6e\xa3\x41\xad\x97\x33\ -\x6f\xc0\xa5\x37\xdd\xd2\xdf\x17\xbf\xc6\x2d\x06\xca\x20\x84\xe1\ -\x7e\x6e\xec\x96\x1e\x3b\xc7\x5d\x08\x6d\x69\xdd\x99\x3f\x3a\xe7\ -\xf7\x76\x34\x8f\xc7\xac\xa4\xe1\x92\x76\xdd\x23\xe3\x1b\x8d\x98\ -\x4b\x6f\x2b\x2e\xa3\x57\xb8\x8f\xa5\x98\x09\xc1\x00\x10\x48\x15\ -\x02\x61\xa6\xce\xd0\x5c\xfc\xef\x36\xdd\xa9\x77\xf4\x43\x18\x3e\ -\x3b\x36\xde\x99\x32\xc3\x70\x9e\x23\xa0\xe9\x00\xdc\x2b\x67\x67\ -\x7e\xc8\xc9\x58\xfd\x2c\xf0\xd3\xe2\x95\x84\xe2\x7e\x97\x03\x71\ -\x54\xd2\xe1\xb1\xf1\xce\x03\x0c\x9a\x23\x04\x03\x00\xa1\xf9\x4e\ -\x68\xce\x54\x08\x46\xc5\x30\x1c\x37\xc3\x71\x5c\xde\x5c\x19\xac\ -\x57\x46\xcd\xf0\x81\x9e\xae\x89\x61\xf6\x6a\x53\x01\x78\xc4\xa1\ -\xcd\x65\x14\xe2\x52\x96\xb2\x40\xdc\x2d\x63\xc1\x91\x84\xc3\x6f\ -\x63\x70\x6c\xbc\xf3\xa1\x9e\xae\x89\x3e\x8e\x7e\x42\x30\x00\xa0\ -\xf2\x0d\x3b\xa7\x7b\xeb\x1d\xa3\xe6\x4d\x3b\x2e\x6f\x0d\x04\x8a\ -\xca\x58\x78\x63\x97\x58\x34\xc0\x8b\x01\x38\x25\x96\xf9\x2d\x3f\ -\xbf\xd2\x92\xd2\xe6\xc3\xe6\xa0\x9c\x1d\x88\xd8\x3b\x36\xde\x29\ -\x82\x30\x21\x18\x00\x50\xff\x8d\x3b\x6f\x86\xe2\xd2\x60\x1c\xd7\ -\x9d\x81\x40\xdd\x2e\xbf\xc5\x84\x8c\x12\x09\x7a\x85\x6b\x07\xe0\ -\xb8\x8c\x12\x08\x3b\x65\xc4\x20\xc6\x7a\x1e\x36\xfb\xc6\xc6\x3b\ -\x0f\x38\x1c\x86\x09\xc2\x84\x60\x00\xc0\x0a\x6f\xe2\x59\xdd\x3d\ -\x10\xa8\x5b\xd2\x2e\x33\x90\xc6\x5c\x78\x4b\x51\x19\xbd\xc2\x3b\ -\x64\xf4\x0a\xe7\xd9\x4b\xf7\x04\xe0\x98\xec\x1d\x04\x97\x37\xc3\ -\x2f\x0f\x22\x8d\x87\xe1\x51\x33\x0c\x27\x08\xc2\xde\xc1\xb2\xc9\ -\x00\x80\x7a\x6e\xe6\xe9\x9e\xae\x89\xbe\x9e\xae\x89\xad\x92\xb6\ -\xcb\xf8\x2a\xdc\x8d\x20\xda\x2d\xa3\x57\x38\xce\x5e\xb9\x2b\x00\ -\x47\x25\x1d\xb6\x31\x00\x67\x24\x6d\x27\x00\x37\x7d\xfe\x64\x7a\ -\xba\x26\x76\x4a\xea\x73\xe8\xbc\xe9\x1d\x1b\xef\x1c\xa1\xe5\x09\ -\xc1\x00\x00\x6b\x6f\xe8\x59\x33\x10\x6f\x96\xb4\x5b\x65\x8b\x0d\ -\x38\x20\x66\x06\xe1\x5e\xf6\xc6\x6d\x83\xb2\x6f\xf6\x8f\xe1\x9e\ -\xae\x89\x9d\xd4\xfe\x5a\x72\xee\xa4\x24\x6d\x75\xe8\x9c\xe9\x1d\ -\x1b\xef\xdc\x47\xab\x13\x82\x01\x00\xf6\xdc\xd4\xd3\x3d\x5d\x13\ -\xbb\xcd\x1b\xfb\xb0\x9c\xed\x1d\x1e\xa1\xb7\x4b\x32\x17\x4d\xb0\ -\x2b\xec\xf4\xb1\x32\x99\xe5\xe7\x4c\xde\x3c\x67\x76\x3b\x70\xbe\ -\x0c\x99\xc7\x07\x08\xc1\x00\x00\x9b\x6e\xec\x39\x33\x2c\x6d\x95\ -\x74\xc0\xc1\x30\xdc\x3b\x36\xde\x79\xd8\x2c\x07\x08\x63\x00\x8e\ -\xca\xbe\x99\x20\xfa\xcc\x9e\x4b\xd8\xf4\x00\x29\xa3\xb4\x28\x6b\ -\xf3\xa6\x0e\x9b\xf5\xe2\x20\x04\x03\x00\x6c\xbc\xb1\xe7\xcd\x49\ -\xfb\x9d\x0c\xc3\xdd\x32\x56\xce\x0a\x63\x10\xde\x27\x7b\x06\x2a\ -\x12\x80\x1d\x7a\x78\x94\xb4\x53\xf6\x96\x47\xd8\xf9\xa0\x44\x08\ -\x06\x00\x60\x99\x30\xec\x44\x98\x8a\x87\x2d\x08\x9b\x9f\x75\xaf\ -\x0d\x2f\x7d\x80\x00\xec\xf8\xb9\xb2\xdb\xe6\xf3\x24\x41\x7d\x30\ -\x21\x18\x00\xe0\xfc\x0d\xbe\x4f\xce\x7c\xed\x1b\xb6\x20\xbc\x4f\ -\xd6\xcf\x06\x91\x66\xf9\x5d\xd7\xce\x95\x3e\x9b\x83\xf0\x10\x65\ -\x11\x84\x60\x00\x80\xf3\x37\xf8\x6c\x4f\xd7\xc4\x76\x19\x25\x12\ -\x04\x61\x6b\x58\xdd\x0b\x9c\x93\x31\x85\x17\x82\x1b\x84\x29\x8b\ -\x20\x04\x03\x00\x5c\xba\xc9\xef\x97\xfd\xbd\xc2\x71\x19\x73\xe6\ -\x06\x96\x39\x3d\x9c\xd5\x41\xbf\x9f\x45\x48\x3c\xa1\xdf\xc6\xf3\ -\x23\x61\x2e\x7c\x03\x42\x30\x00\xc0\x85\x20\x9c\x95\xfd\x83\x81\ -\x12\x01\x9f\x3e\x6d\x97\xc5\xaf\x97\x31\x67\x2b\x80\xfb\xe7\x47\ -\x5e\xf6\x4e\x9f\x36\x44\x2b\x13\x82\x01\x00\x2e\xde\xe8\xcd\xc1\ -\x40\x76\xce\x41\x1b\xc8\xc5\x02\xcc\x52\x8f\x6e\x8b\x5f\xf6\x00\ -\x47\xa5\xa7\xce\x8f\x9c\xec\x2b\x4d\x89\xb1\xd0\x0c\x21\x18\x00\ -\xe0\xfe\xcd\x7e\x58\xf6\xd6\xa1\x06\x71\xb1\x00\xab\x03\x70\xb6\ -\xa7\x6b\x22\xc3\xd1\xe8\xb9\x73\x23\x2d\x63\x01\x1a\x3b\xec\xa5\ -\x85\x09\xc1\x00\x00\xf7\x6f\xf6\x29\x19\x75\xc2\x79\x9b\x36\x11\ -\xb4\xc5\x34\xac\x2e\x85\x18\xe5\x28\xf4\xac\x03\x32\x06\x2c\x5a\ -\x2d\x3e\x36\xde\x19\x27\x04\x03\x00\xe0\x7e\x10\xce\xca\xa8\x13\ -\xb6\x23\x08\x47\x15\xac\x51\xf1\x09\x8b\x5f\x2f\xcd\x11\xe8\xd9\ -\xf3\x22\x2f\xfb\xbe\x29\xd9\x43\x08\x06\x00\xc0\x3b\x41\x78\xb7\ -\x4d\x2f\xdf\x1d\x84\xfa\x60\xb3\xb4\x23\x6a\xe1\x4b\xe6\xcc\xfa\ -\x53\x78\xf7\xbc\xc8\x48\xca\xd8\x71\x4e\x10\x82\x01\x00\xf0\xd6\ -\x0d\xdf\xae\x9e\xaf\xc1\x00\x2c\x16\x10\xb7\xf8\xf5\x32\x1c\x75\ -\xbe\x60\xc7\xc0\xc5\x58\xd8\x4b\x22\x08\xc1\x00\x00\xaf\x05\xe1\ -\x94\x4d\x37\xfd\xa8\xfc\x3f\x3d\xd4\x36\x8b\x5f\xef\x6d\x8e\x38\ -\xdf\x3c\x1c\x66\x6d\x78\xe9\x04\x21\x18\x00\x00\x6f\xdd\xf4\xf7\ -\xcb\x9e\x5a\xd5\x6e\x9f\xcf\x16\x11\xb3\xf8\xf5\x32\x1c\x6d\xbe\ -\x71\xd0\x86\xd7\xdc\x41\x08\x06\x00\xc0\x7b\xfa\x64\xcf\xc8\x78\ -\x3f\x0f\x92\x4b\x70\x58\x84\x96\x1d\x0f\x85\x71\x42\x30\x00\x00\ -\x1e\x63\xe3\xc8\x78\x16\x0b\xb8\x23\x47\x13\xf8\xea\x7c\xc8\xd8\ -\x70\x2e\x44\x09\xc1\x00\x00\x78\xef\xc6\x9f\x91\x3d\x0b\x06\x0c\ -\xd2\xba\xb7\x57\x26\x83\x7f\x1c\xb1\xe1\x35\xe3\x84\x60\x00\x00\ -\xbc\xc9\x8e\x05\x03\xe8\x0d\x86\x1f\x65\x69\x02\x42\x30\x00\x20\ -\x24\xcc\xaf\x81\xfb\x6d\x78\xe9\xd0\xf7\x06\x07\x60\xca\xb8\xb0\ -\x9d\x0b\x19\x1b\x5e\x36\x41\x08\x06\x00\xc0\xbb\x37\xff\xb4\xec\ -\xa9\x87\xec\x0d\x79\xd3\x12\x82\xfd\x27\x47\x13\x10\x82\x01\x00\ -\xe1\x62\xc7\xdc\xc1\x7b\x43\xde\xa6\x51\x0e\x2b\x42\x30\x21\x18\ -\x00\x00\x0f\xb3\x69\xf9\xd8\xb8\xcf\xe6\x0d\xce\x5b\xfd\xf9\x39\ -\xb2\x10\x56\x6d\x34\x01\x00\xc0\x47\x0e\xc8\xfa\x1a\xc6\x3d\xf2\ -\xcf\xa2\x11\x59\x8b\x3f\xff\x0e\x0e\x29\xdf\x3d\x0c\xee\xa4\x15\ -\xac\x41\x4f\x30\x00\xc0\x4f\x01\x20\x63\x43\x60\xed\xf6\xd1\x5c\ -\xa9\x39\x8b\x5f\x2f\x11\xe6\x79\x62\x41\x08\x06\x00\xc0\x4f\x46\ -\x2d\x7e\xbd\xa8\xa4\x6e\x9f\x7c\xf6\x73\x36\xbc\x66\x2f\x87\x14\ -\x08\xc1\x00\x00\x78\x5c\x4f\xd7\x44\x4a\xd6\xd7\xc6\xee\xf2\xc9\ -\xc7\xcf\xda\xf0\x9a\x7b\x39\xaa\x40\x08\x06\x00\xc0\x1f\x52\x16\ -\xbf\x9e\x2f\x4a\x22\x6c\x9a\x27\x36\x36\x36\xde\xb9\x8f\x43\x0a\ -\x84\x60\x00\x00\xbc\x6f\xd4\x86\xd7\xec\xf6\xc9\x67\x4f\xdb\xf0\ -\x9a\x83\x63\xe3\x9d\x71\x0e\x2b\x10\x82\x01\x00\xf0\xb0\x9e\xae\ -\x89\xac\xac\x1f\x24\xe6\x97\x99\x12\x8e\xd8\xf0\x9a\x51\x49\x23\ -\x0c\x92\x03\x21\x18\x00\x00\xef\x4b\x5b\xfc\x7a\xdd\x3e\x79\x00\ -\x48\xc9\xfa\x9a\x68\xc9\x98\x33\xf8\x38\x41\x18\x84\x60\x00\x00\ -\xbc\xcd\xea\x1e\xd1\xa8\x8f\x4a\x02\x0e\xda\xf4\xba\x04\x61\x10\ -\x82\x01\x00\xf0\x32\x73\x90\x58\xde\xe2\x97\x4d\xf8\xe4\xe3\x0f\ -\xcb\x9e\xde\xe0\xd2\x20\x1c\xe7\x28\x03\x21\x18\x00\x00\x6f\xca\ -\x58\xfc\x7a\xbe\xa8\x0b\xee\xe9\x9a\xc8\xcb\xbe\xde\xe0\xd2\x20\ -\xbc\x8f\x43\x0c\x84\x60\x00\x00\xbc\xe7\x84\x0d\xe1\xcf\x17\x7a\ -\xba\x26\xf6\xcb\x9e\x79\x83\x8b\xa2\x92\x86\xc6\xc6\x3b\x8f\x8f\ -\x8d\x77\xc6\x38\xd4\x40\x08\x06\x00\xc0\x3b\xac\x0e\x81\x31\x9f\ -\x05\xbe\x3e\xd9\x57\x16\x51\x94\x90\x74\x69\x6c\xbc\x73\x3f\xb5\ -\xc2\x20\x04\x03\x00\xe0\x01\x76\x2d\x1e\xe1\xa3\xcf\x9f\x95\xd4\ -\xef\xd0\xe6\x06\x09\xc3\x20\x04\x03\x00\xe0\x1d\x59\x8b\x5f\x2f\ -\xe1\xb3\x07\x81\x94\x8c\x81\x72\x4e\x88\x9a\x61\x78\x72\x6c\xbc\ -\x73\x64\x6c\xbc\x33\xc1\xe1\x07\x42\x30\x00\x00\xc1\x08\xc1\xdb\ -\xfc\xd6\x00\x3d\x5d\x13\xfd\xb2\x7e\x29\xe9\x5a\x7a\x65\x0c\x9e\ -\xbb\x34\x36\xde\x39\xc4\x6c\x12\xf0\x9b\x36\x9a\x00\x00\xe0\x73\ -\x6f\x5b\xfc\x7a\x51\x3f\x36\x42\x4f\xd7\x44\xdf\xd8\x78\x67\x31\ -\x9c\x3a\x29\x26\x69\x9f\xa4\x7d\x63\xe3\x9d\x39\x19\x33\x76\x9c\ -\x90\x94\xe9\xe9\x9a\xc8\x71\x78\x82\x10\x0c\x00\x80\x3d\x32\x32\ -\xbe\xa2\xb7\x4a\xc2\xaf\x0d\xe1\x62\x10\x2e\x0d\xc4\xbd\xc5\xed\ -\x97\x84\xe2\x73\x66\x28\xce\x72\xb8\x82\x10\x0c\x00\x80\x35\xf2\ -\x56\xbf\xe0\xd8\x78\x67\xd4\x9c\x8b\x97\x20\x6c\x4d\x28\x2e\xb6\ -\xab\x64\x94\xaf\x64\x65\xf4\xe0\x67\x24\x65\xfd\xda\xd6\x20\x04\ -\x03\x00\xe0\x66\xe8\xcb\x9a\xe1\xca\x4a\x71\x59\xbf\x10\x87\xd3\ -\x41\xf8\x84\xa4\x11\x0f\xbe\xbd\xb8\xee\xcc\xc7\x3c\x68\x86\xe3\ -\xbc\x19\x8c\x4f\x48\xca\x99\xc1\x38\xcb\xd1\x0d\x42\x30\x00\x00\ -\xcb\xcb\xc9\x47\x53\x9b\x39\x14\x84\x53\x63\xe3\x9d\x59\x49\x87\ -\x7d\xd0\x36\x51\x19\x65\x28\x89\xe2\x1f\xd0\x6b\x0c\x42\x30\x00\ -\x00\xce\x87\xe0\x84\x7c\xdc\x13\x5c\x12\x84\xb3\x63\xe3\x9d\xdb\ -\x65\xf4\xb8\xee\xf3\xe1\x47\x88\xeb\xde\x5e\xe3\x9c\xb9\xbf\x4f\ -\x98\x01\x39\x47\xaf\x31\x08\xc1\x00\x00\xa0\x3c\x08\xe7\x25\xf5\ -\x8f\x8d\x77\x1e\x91\x51\x1e\x11\xf3\xf9\x47\x8a\x99\xbf\x12\xc5\ -\x3f\x30\x7b\x8d\x33\x66\x38\x3e\x67\x86\x63\x7a\x8d\x41\x08\x06\ -\x00\x04\xde\x09\x59\x3b\xab\x43\x47\x00\xc3\x70\x46\xd2\xd6\xb1\ -\xf1\xce\x7d\x32\x7a\x55\xa3\x01\xfb\x88\xf7\xec\x7f\x7a\x8d\x41\ -\x08\x06\x00\xa0\x31\xf1\xa0\x7e\xb0\x9e\xae\x89\xe1\xb1\xf1\xce\ -\x94\x8c\xf2\x88\xbd\x01\x0c\xc3\xa5\x62\xa2\xd7\x18\x84\x60\x00\ -\x00\x60\x06\xe1\xbc\xa4\xfd\x63\xe3\x9d\xc3\x66\x18\xde\xa3\x70\ -\x0d\x2c\x4c\x94\xff\x01\xbd\xc6\x84\x60\x00\x00\xfc\x28\x47\x13\ -\x34\x1f\x86\xcd\x40\xdc\x2b\x69\x97\xa4\xee\x90\x36\x47\x4c\xf4\ -\x1a\x13\x82\x01\x00\x20\x04\x87\x2e\x10\xa7\x24\xa5\xc6\xc6\x3b\ -\x63\x66\x10\xde\xa3\x00\x97\x85\x34\x20\x51\xfe\x07\xf4\x1a\x13\ -\x82\x01\x00\x08\x4d\xf0\x09\x51\x18\xce\x49\x1a\x96\x34\x5c\x12\ -\x88\x77\x28\xbc\x3d\xc4\x95\xc4\x54\xbd\xd7\xb8\x18\x8c\xb3\x66\ -\x5b\x82\x10\x0c\x00\x00\xfc\x1a\x88\xcd\xa0\x57\x0c\xc4\x09\xd1\ -\x4b\x5c\xed\xe1\xa9\x34\x18\xe7\x74\x67\x25\xbc\x0c\xbd\xc5\x84\ -\x60\x00\x00\xe0\xcf\x50\x9c\x96\x94\x36\x03\x5e\x54\x77\x7a\x89\ -\xe3\x84\xe2\x8a\x62\xe6\xaf\x6e\xb3\xcd\xf2\x32\x7a\x8b\x8f\x98\ -\xa1\x38\x47\x13\x11\x82\x01\x00\x80\xbf\x02\x71\x5e\x52\xca\xfc\ -\x55\x0c\xc5\x09\x33\x0c\x17\x7b\x8b\x71\xb7\xe2\x83\x43\x31\x14\ -\xe7\xcc\x87\x8a\x13\xe6\x03\x06\x08\xc1\x00\x00\xc0\x87\xa1\x38\ -\x6d\xfe\x92\x19\xf2\xe2\x66\x28\xde\xa6\x3b\xbd\xc5\x51\x5a\xeb\ -\xb6\x98\x8c\x29\xea\xf6\x95\xf5\x12\xa7\x99\x81\x82\x10\x0c\x00\ -\x00\xfc\x1b\x8c\xb3\x32\x6a\x62\x55\x12\x8c\x63\xba\x33\xa8\x6c\ -\x9b\xf9\xff\x71\x5a\xeb\xae\x5e\xe2\x91\xb1\xf1\xce\x34\x81\x98\ -\x10\x0c\x00\x00\x82\x13\x8c\x73\x32\xa6\x17\xcb\x94\x85\xe3\x84\ -\x19\x88\xe9\x35\x36\x10\x88\x09\xc1\x00\x00\x20\x04\xe1\x38\x53\ -\xfe\x67\xf4\x1a\xdf\x13\x88\x87\xcc\x40\x3c\x5a\xa9\xbd\x40\x08\ -\x06\x00\x60\xa5\x72\x34\x81\x27\x82\x71\x4e\xf4\x1a\x97\x8a\x4a\ -\xea\x95\xd4\x3b\x36\xde\x99\x95\x74\xd0\x5c\xe4\x04\x84\x60\x00\ -\x00\x08\xc1\x21\x08\xc7\x99\xf2\x3f\x2b\xeb\x35\x7e\x48\xc1\x9f\ -\xb6\x2d\x2e\xa3\x54\x62\x50\xd2\xa8\xa4\x61\x4a\x25\x08\xc1\x00\ -\x80\xf0\x49\xd0\x04\xa1\x0f\xc6\x39\x55\xee\x35\x2e\x86\xe1\x98\ -\xee\xcc\x69\x1c\x0d\xd0\x47\x8f\x49\x1a\x94\xb4\x77\x6c\xbc\xf3\ -\x40\x4f\xd7\xc4\x30\x47\x03\x21\x18\x00\x00\x10\x8e\xb3\xba\x77\ -\x86\x8a\xa8\x19\x86\x13\x0a\x4e\xaf\x71\x54\x46\xcd\xf0\x5e\x49\ -\xfd\xcc\x3b\x4c\x08\x06\x00\x00\x28\x0f\xc6\x79\x19\x3d\xc6\x99\ -\xb2\x70\x5c\x0c\xc3\x31\xf9\xb7\xd7\x38\x26\xe9\xf0\xd8\x78\x67\ -\x46\x52\x1f\xab\xd2\x11\x82\x01\x00\xc1\xd6\x61\xf1\xeb\x9d\xa0\ -\x49\x43\x19\x8e\xb3\xaa\xdd\x6b\x9c\x30\x83\xa6\xd7\x25\x24\x9d\ -\x1d\x1b\xef\x3c\xd8\xd3\x35\xb1\x9f\xbd\x4b\x08\x06\x00\x04\x53\ -\x9c\x26\x80\x4d\xc1\x38\xaf\xb2\x5e\xe3\xb2\x60\xec\xe5\x25\xa2\ -\xa3\x92\x06\xc7\xc6\x3b\x77\xc9\xe8\x15\xce\xb2\x47\x09\xc1\x00\ -\x00\x2c\x27\x4f\x13\xa0\xc1\x60\x5c\x0c\xc5\xbb\x3c\x18\x8a\xe3\ -\x92\x8e\x8f\x8d\x77\xf6\x33\xa5\x1a\x21\x18\x00\x10\x2c\x56\x87\ -\x8e\x2c\x4d\x8a\x06\x83\x71\xd6\x3c\x6e\x86\xcd\x50\x5c\x1a\x88\ -\xe3\x1e\x78\x8b\x51\x19\x53\xaa\xed\xe8\xe9\x9a\xe8\x63\x8f\x11\ -\x82\x01\x00\x00\xec\x08\xc5\x19\x99\x3d\xc5\x66\xf9\x44\xb7\x19\ -\x8a\xbb\x5d\x7e\x6b\xbd\xe6\x9c\xca\xbb\xc3\x3e\xaf\x70\x0b\x87\ -\x29\x00\xc0\xcf\xcc\x1e\x37\x3b\x02\x0c\x60\xd5\xf1\x94\xef\xe9\ -\x9a\x48\xf5\x74\x4d\xec\x96\xb4\x59\x52\x9f\xa4\xb4\x8b\x6f\x29\ -\x21\xa3\x3c\x22\x4a\x08\x06\x00\xc0\xbf\xac\xbe\x91\xe7\x69\x52\ -\x38\x14\x88\xb7\x4a\x3a\x20\x77\x56\x28\x8c\x87\x3d\x08\x13\x82\ -\x01\x00\x7e\x17\xb7\xf8\xf5\xb2\x34\x29\x1c\x0a\xc4\xb9\x9e\xae\ -\x89\xfd\x3d\x5d\x13\x5b\x65\xf4\x0e\xe7\x5c\x38\x77\x46\x08\xc1\ -\x00\x00\xf8\xd3\x36\x42\x30\x02\x10\x88\x53\x2e\x85\xe1\xee\xb1\ -\xf1\xce\x21\x42\x30\x00\x00\xfe\x13\xb7\xf8\xf5\xde\xa6\x49\x11\ -\xb2\x30\xbc\xcf\x8e\xda\x7a\x42\x30\x00\x00\x36\x31\xeb\x19\x63\ -\x16\xbf\x6c\x96\x96\x85\x17\xc2\xb0\xa4\xed\x32\x6a\x86\x9d\x70\ -\x38\x6c\xf5\xc1\x84\x60\x00\x80\x9f\x25\x6c\x08\x1f\x19\x9a\x15\ -\x1e\x09\xc2\x79\x73\xc9\xe3\xed\x0e\x3c\x9c\x45\x25\x0d\x12\x82\ -\x01\x58\x6d\x07\x4d\x00\xf8\xe2\xdc\xca\xd2\xa4\xf0\x60\x18\xce\ -\x4a\xda\x29\x29\x65\xf3\xa6\x42\x55\x16\x41\x08\x06\x00\xf8\x99\ -\xd5\x37\x6c\x42\x30\xbc\x1a\x84\xf3\xe6\x4a\x6f\x76\x97\x47\x84\ -\xa6\x37\x98\x10\x0c\x00\xf0\x25\xb3\x7e\x31\x6e\xf1\xcb\x9e\xa0\ -\x65\xe1\xf1\x30\xbc\x5f\xc6\xa0\x39\xdb\x1e\x2c\xc3\xd2\x1b\x4c\ -\x08\x76\xff\x22\x1e\xa3\x15\x00\xa0\x29\xdd\x36\xbc\x66\x86\x66\ -\x85\x0f\x82\x70\x4a\x52\xbf\x8d\x9b\xd8\x4b\x08\x86\x13\x08\xc1\ -\xe1\x10\xa7\x09\x00\xcb\x59\x5e\x0f\xdc\xd3\x35\x91\xa3\x59\xe1\ -\x93\x20\x3c\x2c\xfb\x6a\x84\xbb\xc3\x30\x53\x44\x1b\x87\x51\x63\ -\x17\x48\x9a\x00\x4d\x8a\xd2\x04\x80\xf5\x37\x6a\x8b\x5f\x2f\xe3\ -\x85\x0f\x35\x36\xde\xd9\x2b\x6b\x3b\x48\x52\x84\xfb\xc0\x06\xe1\ -\xbe\xb1\xf1\xce\xb8\xec\xe9\x68\xe9\x95\x34\x4c\x08\x46\xf1\x60\ -\xcb\x8f\x8d\x77\x5a\xfd\xb2\x71\xf1\xf5\x5b\xa0\xd9\xf4\x34\xcd\ -\x31\x83\xb0\x9f\x57\xdd\x36\x3c\x5c\x1e\xf1\xc8\xc7\x1b\xb2\xf8\ -\xb3\x65\xe4\xfc\x72\xbc\x70\xce\x6e\x49\x67\x6d\x38\x1f\x76\x04\ -\x3d\x04\x53\x0e\xe1\xbe\x28\x4d\x10\x78\x71\x9a\x00\xb0\xdc\x1e\ -\x8b\x5f\x2f\xef\xa1\xf9\x81\xb9\x2f\xa0\x6e\x66\x2f\xff\x41\x1b\ -\x5e\xba\x3b\xe8\x6d\x47\x08\x6e\xee\x89\xda\xea\x27\x2d\x04\x5b\ -\xcc\x86\xd7\xcc\xd1\xac\x08\x2b\xf3\xdb\x15\xab\x6f\xd0\x69\x5a\ -\x16\x3e\x0e\xc2\xfb\xed\xb8\x2f\x98\xa5\x16\x84\x60\xf0\xc4\x0f\ -\xef\x84\x60\xea\xfb\x10\x72\xfb\x6c\x78\xcd\x23\x01\x6e\xaf\x38\ -\x87\x4c\x28\x8c\x72\xec\x10\x82\xed\x76\x82\x03\x0c\x0d\x62\x45\ -\x2b\xc0\x5a\x56\x97\x42\xe4\x7a\xba\x26\xd2\x01\x6e\xaf\x28\x87\ -\x4c\x28\xa4\x6c\x78\xcd\x18\x21\x18\x77\x5d\x2c\xad\x7e\xc1\x30\ -\x2d\x51\x18\x52\x56\x5f\x44\x08\xc1\x08\x2d\x1b\x66\x4e\x90\xec\ -\xe9\x41\x03\x1c\x65\x7e\x43\x68\xf5\xfd\x21\xd0\x25\x9b\x84\x60\ -\x0f\x84\x60\xd1\x1b\x1c\xe4\x1b\x76\xcc\x86\x1b\xf6\x39\x5a\x16\ -\x21\x66\xc7\x92\xae\x29\x8f\x7d\x46\x82\x0c\xbc\x72\xec\x04\x1a\ -\x21\xb8\xf1\x27\xad\x8c\x0d\x2f\xcb\x05\x2a\xb8\x12\x5c\xe4\x00\ -\xcb\x1e\x2a\x7b\x6d\x78\xa8\x4c\x7b\xb0\xc6\x3e\x6f\xf1\xeb\x45\ -\x39\x7a\x42\xe3\x6d\x9a\x80\x10\x6c\x37\xab\x83\x70\x82\x26\x0d\ -\x2c\xcb\x1f\x70\x3c\x34\x8d\x13\xe0\x64\x00\x8e\xca\x9e\x5e\xe0\ -\x83\x21\x68\xbe\x38\x47\x50\x68\x64\x69\x02\x42\xb0\xdf\x0e\xb2\ -\x68\xd0\xa7\x21\x09\x31\xab\x1f\x70\x08\xc0\x08\xab\x7d\xb2\xbe\ -\x17\x38\xe3\xd1\x87\x4a\xcb\x83\x0c\xf7\x98\xd0\xc8\x7b\xfc\x1e\ -\x46\x08\x0e\x80\x13\x36\xbc\xe6\x1e\x9a\x35\x58\xcc\x9b\x4e\xcc\ -\x07\xc7\x1e\xe0\xf5\x73\x29\x26\x7b\x7a\x81\x0f\x78\xf4\x23\x5f\ -\xf3\xc1\x03\x39\xc2\x21\x1b\xe4\x0f\x47\x08\x6e\x4e\xc6\x86\xd7\ -\xec\xa6\x59\x03\xc7\x8e\x07\x9b\x34\xcd\x8a\x10\x1a\xb1\xe3\x3a\ -\xee\xe1\xd2\x22\x3b\x82\x07\x63\x4f\xc2\x21\x6a\xf1\xeb\xe5\x09\ -\xc1\xb8\x4b\x4f\xd7\x44\xde\x86\x30\x12\xe3\xeb\xaa\xc0\xb1\xfa\ -\xc1\x26\xd7\xd3\x35\x91\xa5\x59\x11\x26\x63\xe3\x9d\xfb\x64\x4f\ -\x2f\xe6\x01\x0f\x7f\x6c\x3b\xce\xf3\x6e\x8e\xa6\x50\x20\x47\x10\ -\x82\x1d\x61\xc7\xd7\xd2\x7b\x69\xd6\xc0\xdc\xb8\x13\xb2\x61\x14\ -\x3b\x2d\x8b\x90\x9d\x47\x71\x49\x43\x36\xbc\xb4\x97\x7b\x81\x8b\ -\xf3\xbd\xe6\x6d\x68\xcf\x5e\x8e\xaa\xc0\xeb\xf0\x41\xd6\x21\x04\ -\x07\x80\x1d\x81\xa4\xdb\x1c\x01\x0d\xff\xb3\xe3\x81\x86\x09\xfd\ -\x11\xa6\x00\x1c\x95\x74\xd8\xa6\x97\xef\xf3\x41\x13\xd8\x11\xd2\ -\x77\x71\x64\x05\x5e\xdc\xe2\xd7\xcb\x07\xb9\xb1\x08\xc1\x2b\x7b\ -\x52\xb7\xfa\x22\x15\x95\x31\x02\x1a\xfe\xbe\x79\xc7\x64\xfd\x57\ -\x8f\x59\x4a\x21\x10\x32\x87\x65\xcf\x92\xad\x07\x3c\x38\x2f\x70\ -\x25\x76\xf4\xc0\x75\x9b\xd7\x27\x04\x57\xc2\xea\x7b\x0f\x21\x18\ -\xd5\xd8\xd1\x33\xb7\x97\xde\x60\xdf\x1b\xf4\xc9\xb1\x06\x78\xf5\ -\x41\x72\x44\xf6\xd4\x01\xe7\x24\x0d\xfb\xa4\x19\x32\x3e\xba\x3e\ -\xc1\x1b\xe7\x4d\xb7\xd5\xaf\x19\xf4\x79\xe9\x09\xc1\x2b\x93\x96\ -\x3d\x2b\xfb\xec\xa3\x69\x7d\x7b\x11\x8a\x49\xea\xb5\xf8\x65\xf3\ -\xf2\xde\xb2\xae\x80\x9d\x01\xb8\xd7\xa6\x97\xef\x33\x07\x36\x7b\ -\x9e\xf9\xcd\x4f\xce\x86\x97\xee\xa5\x37\x38\xb0\xac\x2e\x77\xc9\ -\x05\xbd\xc1\x08\xc1\x2b\xbb\x48\xe5\x65\xcf\x6a\x43\xf4\x06\xfb\ -\x97\x1d\x53\x39\xa5\xfd\x72\xe3\x06\x3c\x1c\x80\x87\x7d\xd8\xab\ -\x95\xb6\xe9\x75\x87\x38\xda\x02\x77\xee\x44\x6d\x38\x77\xb2\x84\ -\x60\xd4\x92\xb2\xe1\x35\xa3\x5c\xa4\x7c\x79\x11\xea\x56\xf8\xa6\ -\x72\x02\xfc\x10\x80\xb3\x3d\x5d\x13\xfd\x3e\x6c\x16\xbb\x96\x74\ -\xee\xb6\xe3\xab\x73\xb8\x6a\x9f\x0d\xaf\x79\x84\x10\x8c\x65\x99\ -\x03\x2c\x86\x6d\x78\xe9\x5e\x73\x9a\x2d\xf8\xe7\x29\xdc\x8e\x07\ -\x97\x94\x4f\x06\xf1\x00\x5e\x0d\xc0\x79\x49\xbb\x7d\x7c\x7f\xc9\ -\xd8\xf4\xf2\x23\x7c\xe3\x18\x98\xf3\x27\x26\x7b\x66\x24\x4a\x13\ -\x82\x71\x5b\xa1\x50\xa8\xf6\x57\x07\x64\xcf\x34\x22\x5c\xa4\xfc\ -\x63\x48\x36\x8d\x64\xa7\x69\x11\xe4\x87\xc7\xb1\xf1\xce\xb3\x36\ -\x06\x60\xc9\xa8\x03\xf6\xf3\x83\xa4\x5d\xd7\x80\xa8\xec\x9b\x82\ -\x0e\xce\xdf\x7f\xac\xce\x0a\xb7\xcb\xf0\x22\x91\xc8\xed\x5f\x84\ -\x60\x54\x7a\x5a\xcf\xcb\x9e\xaf\xad\x62\xb2\xa7\xc6\x14\xd6\xde\ -\xc8\x7b\x6d\xba\x89\xd3\x0b\x8c\x20\x9f\x37\x09\x49\x97\x64\xef\ -\x0a\x57\xfd\x3d\x5d\x13\x69\x9f\xdf\x5f\x32\xb2\xaf\x36\x33\x31\ -\x36\xde\x49\xe9\x9d\xbf\xcf\xa3\x7d\xb2\x67\x35\xc0\x50\xcc\x48\ -\x44\x08\xb6\xee\x42\xb5\x5f\xf6\x8c\xa4\xec\x36\x0f\x72\x78\xf3\ -\x02\x14\x97\x3d\x65\x10\x79\x49\xfd\xb4\x30\x02\x7a\xde\xec\x97\ -\x74\x5c\xd6\xf7\x5e\x95\x3f\x44\x0e\x07\xa4\xc9\xec\xbc\x16\xec\ -\x63\x25\x39\xee\x3f\x65\x72\x7e\x7f\x78\x24\x04\xbb\xc3\xae\x55\ -\x88\x86\xb8\x48\x79\xf2\x02\x14\xb5\xf1\x46\xde\xcf\x8c\x10\x08\ -\xe2\x4d\xdb\x2c\x7f\xb0\x7b\xae\xda\x54\x4f\xd7\x44\x5f\x50\xda\ -\xcd\xec\x0d\xce\xd8\xb8\x89\x11\xee\x31\xbe\x0c\xc0\xc7\x6d\x7a\ -\xf9\xd0\x94\xe1\x11\x82\xad\xbf\x50\x0d\xdb\x18\x84\xe3\xb4\x72\ -\x28\x02\x70\xa6\xa7\x6b\x22\x45\x2b\x23\x48\xe7\x8b\xd9\xfb\x7b\ -\x56\xf6\x96\x3f\x04\x2e\x00\x97\xe8\x93\xbd\x4b\xd8\x12\x84\xfd\ -\x17\x80\xb9\xff\x10\x82\x3d\x17\x84\xfb\x65\x4f\xfd\x56\x54\xd2\ -\x71\x82\xb0\xa7\x02\xb0\x1d\xfb\x22\x2f\x9f\x8e\x64\x07\xaa\x9c\ -\x2f\xbd\x66\xf8\x75\x62\xa5\xb2\x94\x02\x5a\x46\x64\x8e\x0f\xb0\ -\xbb\x87\x8e\x20\xec\xfd\xf3\x29\x21\x7b\x4b\x89\x42\x35\x18\x9b\ -\x10\xec\xaf\x27\xf6\x62\x10\x4e\xd0\xc4\x81\x0c\xc0\x92\x8f\x56\ -\xb4\x02\x6a\xdd\xac\xc7\xc6\x3b\x8f\xcb\x18\xdc\x1b\x73\x22\x00\ -\xf7\x74\x4d\x04\xfa\xfc\x31\x6b\x9c\xd3\x0e\x04\xe1\xfd\x1c\xc1\ -\x9e\x7d\xa0\xb4\x33\x00\x0f\x07\x7d\x99\x64\x42\xb0\x33\x17\xaa\ -\xac\xec\xeb\x8d\x28\x06\x61\x9e\xd6\x9d\xbf\x00\xc5\x6d\x0e\xc0\ -\x07\xc2\x32\x18\x01\x81\x3e\x4f\xba\xcd\xf0\x7b\x5c\xf6\x2c\x1e\ -\x53\x35\x00\x87\xa4\x89\xfb\x64\xff\x72\xb6\x83\x63\xe3\x9d\x87\ -\x99\xa2\xd3\x33\xe7\x54\xd4\x9c\x4b\xdb\xce\xd9\xa2\x72\x0a\xe1\ -\x94\x9c\x84\x60\xfb\x82\x70\xca\xe6\x03\x6a\x84\xa9\x6d\x9c\xbd\ -\xb1\xdb\x1c\x80\x53\xe6\x0c\x23\x80\x5f\x6f\xd2\xbd\x63\xe3\x9d\ -\x97\x64\xcc\x3d\x9b\x70\x70\xf3\xfd\x21\x0a\xc0\xc5\x29\x39\x77\ -\xcb\xde\xfa\x60\xc9\x98\x76\xeb\x2c\xdf\x3c\xba\x7e\x6e\xc5\xcd\ -\x7b\x4f\xaf\xcd\x9b\xda\x1d\xc6\x6f\x21\x09\xc1\xf6\x5e\xac\xf6\ -\xcb\x9e\x65\x95\x8b\xf6\x8d\x8d\x77\x9e\x35\x57\x8b\x81\x7d\x37\ -\xf7\x21\xf3\xc6\x1e\xb5\x69\x33\x59\x31\x1d\x1a\x7c\x7a\x83\x36\ -\x7b\xa8\x2e\xc9\xb9\xb2\x87\xa2\xbc\x79\xe3\x1e\x0e\xe1\xbd\xc5\ -\xa9\x6b\x46\x4c\xc6\x37\x8f\x43\xf4\x0a\xbb\x72\x7e\xed\x97\x33\ -\x83\x49\xfb\xcd\x63\x2a\x74\x08\xc1\xf6\x5f\xac\xfa\x6c\x0e\xc2\ -\x71\xf3\x69\x7d\x1f\xad\x6d\xf9\x05\x28\x61\x5e\x80\xec\x6c\xdb\ -\xac\xa4\x9d\xd4\x01\xc3\x47\xe7\x45\x6c\x6c\xbc\x73\x9f\x39\xd5\ -\x59\x71\xb5\x37\xa7\x03\x52\x56\xd2\xf6\x30\x97\x0f\x99\xdf\x36\ -\x3a\xd5\x03\xbe\x4f\xd2\x25\xca\xf0\x9c\xbb\xf7\x98\xdf\xaa\x38\ -\x32\x98\x34\x8c\x0f\x92\x45\x91\x65\x96\x02\x46\xa5\x06\x6b\x62\ -\xd9\x40\x07\x06\x53\x95\xde\x18\xfa\xc3\x56\xd8\x6e\xc3\x05\x28\ -\x2a\x63\x02\xf2\x5e\x07\xf6\x57\x68\x03\xb0\x59\x37\x9a\xb0\xf0\ -\x25\x0f\x50\x52\x62\xdb\xbe\x8a\x9b\xfb\x6a\x8f\x03\xd7\xb1\x5a\ -\x86\xcd\x7d\xcd\x83\xa3\x6e\x0f\x96\x72\x72\x65\xd1\x9c\xd9\xfe\ -\x29\x5a\xdf\xfa\xf0\x6b\x06\xdf\x84\x43\x9b\xcc\xf4\x74\x4d\xec\ -\x6c\xe4\x07\x82\x96\x19\x09\xc1\x0e\x84\x60\x87\x83\x95\x64\x8c\ -\x1e\xee\x67\xc9\xdd\xa6\xf6\xd1\x3e\x49\x7b\x65\x7f\xcf\x56\xa8\ -\x03\x30\x21\xd8\xf3\xfb\x26\x66\xee\x9b\x1d\xe6\x7f\x63\x1e\x78\ -\x5b\x79\x19\xe5\x0f\x3c\xe4\xbb\x1f\x84\x6f\x87\x61\x49\x69\x1e\ -\x48\x7c\x17\x7e\x9b\xbe\x07\x11\x82\x09\xc1\x2b\x3d\xd8\x47\x1c\ -\x0a\xc2\x92\x51\x86\x71\x30\xac\xb5\x3e\x1e\x0d\xbf\xc5\x87\x94\ -\xd0\x4f\x85\x46\x08\xf6\xdc\x4d\x38\x2e\x69\x9b\x87\x42\x6f\xf9\ -\xb5\x8c\x55\x14\xbd\x17\x84\x8b\x0f\x27\xc5\x7b\x4d\x8e\x3d\xd1\ -\xf0\x3e\xdb\xe3\x70\xf8\x6d\x3a\x00\x13\x82\xb1\xe2\x10\x6c\x1e\ -\xf8\x43\xb2\xb7\xce\xb4\x5c\x46\xd2\x28\x5f\x5f\xdd\xb3\x1f\xe2\ -\x66\xf0\xed\x75\x70\xb3\x61\x9a\xca\x89\x10\xec\xcd\x63\x3e\x56\ -\x12\x78\x8b\xff\xef\x55\x39\xf3\x81\x31\xc3\xde\xab\x3b\x54\x0d\ -\xc9\xf9\x1a\xed\xd2\x70\x35\x2a\xa3\x77\x98\x40\x5c\x79\x1f\xc5\ -\x4a\xee\x3b\x51\x97\xf6\x51\xd3\xdf\x42\x12\x82\x09\xc1\x7e\x7e\ -\x6a\x2f\x3e\xb1\x8f\x86\xb5\x77\xd8\xbc\x00\x75\xcb\x9d\xda\xc6\ -\x3e\x1e\x44\x08\xc1\x36\xb7\x69\xb1\x3d\xe3\xe6\x0d\xf6\x21\x33\ -\xe8\x16\x7f\xf9\x45\xde\xdc\x9f\xc3\x9c\x29\x4d\x3d\xe8\x1c\xf6\ -\xc0\xfe\x26\x10\x7b\xe3\xbe\x53\x2a\xa3\x15\x4e\x85\x46\x08\x26\ -\x04\x07\xe5\x62\x95\x93\xf1\xb5\xfc\x91\xa0\xf7\xb2\x78\x60\x50\ -\x4f\xde\x7c\xf2\xce\x72\x06\xd9\x1a\x82\x53\xe6\x4d\x37\x68\xca\ -\xdb\xa8\xa3\xec\x38\x4e\x04\xec\xf3\x0e\x8b\x81\x6f\x2b\x3d\xb7\ -\xa2\x32\x3a\x59\xba\x3d\xf2\x96\x72\x66\x00\x3b\x22\x63\x30\x56\ -\x3e\x04\xfb\x20\x21\x69\x97\x79\x7e\xc6\x3d\xf0\x96\x2c\xf9\x16\ -\x92\x10\x4c\x08\x0e\xe2\xc5\x2a\x6f\x5e\xa0\x4e\x48\xca\xfa\x3d\ -\x14\x9b\xa1\x37\x2e\x6f\x0c\xea\x59\xf1\x93\x37\x21\x18\x21\x91\ -\x32\xc3\x6f\x8e\xa6\xb0\xec\x1c\xdb\x27\x63\xc0\x55\xd4\x63\x6f\ -\xad\x18\x8a\xcf\x05\xe4\x9e\x13\x35\xef\x39\x89\x92\xfb\x8e\x97\ -\xf4\x5b\xf5\xad\x0a\x21\x98\x10\x6c\xd7\x49\xd4\x6d\x86\x61\xaf\ -\x5c\xac\xb2\xe6\x85\xea\x9c\x79\xb1\xca\x7b\xad\x27\xd3\xfc\x8a\ -\x29\x66\x5e\x7c\x1e\x2a\xb9\x08\x79\x41\x5e\x7c\x9d\x4b\x08\x46\ -\x3d\xe7\x49\x4a\x0c\xaa\xb2\xfb\x3a\x39\xe2\x83\x73\x2d\x67\xfe\ -\x3a\x61\x1e\x17\x59\x8f\xde\x77\xe2\xba\xbb\xae\xbe\xf8\x7b\x2f\ -\xca\xca\x28\xc3\xb3\xac\x0d\x09\xc1\x84\x60\xbb\x9f\x26\x9d\x9a\ -\x46\x6d\xa5\x17\xaa\xbc\x19\x90\x8b\x27\x5a\xbe\x78\x53\x5b\xe9\ -\x09\x67\x5e\x64\x4a\x1f\x06\x8a\x17\xef\x62\x7d\x63\xf1\xa9\xdb\ -\xab\x32\xe6\x85\x87\x9b\x3a\x21\x18\xd5\xaf\x23\xa3\x92\x86\xf9\ -\x96\xc4\xb1\xf3\xad\x57\xee\x0e\x9a\xb3\xe2\xba\xaa\xb2\x7b\x4f\ -\x31\x2c\xdf\xb6\x92\x5e\xe5\x92\x8e\x15\xe9\x4e\x1d\x7d\x47\x49\ -\xd0\x8d\xf9\xa8\xbd\x0e\xd8\x71\x7e\x11\x82\x09\xc1\x4e\x5c\xac\ -\x12\xe6\xc5\x2a\x4e\x8b\xfb\xee\xc6\xde\x1f\xe6\x55\xac\x08\xc1\ -\xa8\x21\x2d\x63\x60\x2e\xe7\x88\x3b\xe7\x5c\x54\xc6\xcc\x44\x83\ -\xb4\x46\x60\x65\x64\xe3\x32\xc8\x84\x60\x42\xb0\xd3\x4f\xee\x83\ -\x3e\x7b\xfa\x0c\xa3\xbc\x8c\xaf\x73\xf7\xd3\x14\x84\x60\x54\x7c\ -\x38\x3c\x28\x66\x09\xf0\xd2\xb9\x17\x33\xef\x2d\xbd\xb4\x46\xa0\ -\xce\x33\xdb\x3b\x61\x08\xc1\x84\x60\x37\x2e\x58\xc5\x27\xf7\x28\ -\x7b\xc0\x7b\xe1\x57\x7c\xa5\x4b\x08\x46\xa5\x1b\x72\x5a\x21\x9e\ -\x8e\x91\x30\x0c\x07\xcf\x35\xc7\x96\xb1\x26\x04\x13\x82\xdd\xbc\ -\x60\xf5\x8a\x9e\x61\xc2\x2f\x21\x18\xde\x94\x95\x31\x05\x56\x9a\ -\xe0\xeb\xbb\x73\x31\x2a\x67\x57\xcd\x84\xcf\xc2\x2f\x21\x18\xae\ -\x87\xe0\xb2\x30\xec\xc6\x52\x8b\x5c\x74\x8c\xc1\x06\x69\xc2\x2f\ -\x21\x18\xb7\xa7\xb9\x3a\xc1\x39\x11\xa8\xf3\x92\xfb\x8b\xb7\xa5\ -\x64\x7c\xc3\x92\x71\x63\xe3\x84\x60\x42\xb0\x97\x2e\x56\x71\xf3\ -\xc9\xbd\x9b\xa7\xf7\xe0\x5e\x74\x08\xc1\xf0\x88\xac\xf9\xeb\x84\ -\x8c\x05\x0f\x72\x34\x49\xa0\xcf\xcf\x58\xc9\xfd\x25\x46\x8b\xb8\ -\x7e\xee\x8d\xca\x58\xf0\xc2\xd5\x87\x4d\x42\x30\x21\xd8\x8b\x17\ -\xab\xa8\x79\xa1\xda\x25\xef\xac\x10\x14\x84\x8b\x4e\x71\x30\x4f\ -\x9e\xe6\x20\x04\x87\x34\xf0\xbe\x6d\x06\x5e\x1e\x00\xc3\x7d\xae\ -\xc6\x65\xf4\x0e\x13\x88\x9d\x0f\xbe\x9e\x1a\x50\x4a\x08\x26\x04\ -\xfb\xe1\xe9\xbd\x5b\xee\xaf\x51\xce\x45\x07\x84\x60\xef\xcb\xe8\ -\xce\xbc\xab\x59\x49\x39\xea\x79\x51\x47\x20\x4e\xe8\xce\x92\xc0\ -\xb0\x46\x5e\xc6\x60\x52\x4f\x97\x17\x11\x82\x09\xc1\x7e\xba\x58\ -\x45\xcd\x40\xbc\x43\x94\x4c\x54\xbb\xe8\x64\x74\x67\x3d\x7b\x82\ -\x2f\x21\x38\x68\x01\x57\xba\x7b\x71\x81\x8c\xb4\xb2\x05\x05\x80\ -\xb2\x7b\x4c\x42\x77\x96\x0a\x8e\xd3\x2a\x75\xcb\xe9\xee\xf2\x22\ -\x5f\x3c\x7c\x12\x82\x09\xc1\x41\x78\x82\xdf\x66\xfe\x37\xc6\x45\ -\x07\x2e\x1e\x8f\x2c\x08\x53\x9f\xac\xa4\x6b\x55\x1e\xe2\xee\x3a\ -\x86\x09\xb7\xf0\xc0\x79\x9d\x28\xb9\xcf\xc4\x45\xf9\x44\xe9\xb9\ -\x7a\xc2\xfc\x6f\xd6\xaf\x9d\x2e\x84\x60\x42\x70\xd0\x9e\xe2\x8b\ -\xc1\xb8\xb8\x24\x71\x22\x40\xc1\x21\x27\xa3\x07\x2c\x63\x5e\x74\ -\xf2\x1c\xc1\x00\xe0\x4a\x30\x8e\x99\xbf\x76\xc8\xf8\x56\x32\xa8\ -\x0f\xc0\x19\xf3\xde\xf3\x76\x10\xef\x3d\x84\x60\x42\x70\x18\x2e\ -\x58\x51\xdd\xbd\x56\x7a\x31\x20\x7b\xe9\xc2\x95\x33\x7f\xe5\xcd\ -\xa0\x5b\x7c\xd2\xce\x51\xd6\x00\x00\xbe\xb8\xd7\xc4\x4a\xee\x33\ -\x31\x49\x1d\x25\xf7\x98\xb8\xbc\x57\xc2\x57\xbc\xcf\x48\x77\xbe\ -\xa1\x29\xde\x8b\x42\xd1\xd1\x42\x08\x26\x04\xd3\x08\x77\x5f\xbc\ -\x8a\x12\x55\xfe\xe9\xb6\x3a\x2e\x64\xc5\x20\x5b\xed\xa9\xfa\xf6\ -\xbf\xa3\x84\x01\x00\x42\x77\xbf\x29\x0f\xc4\xd5\x02\x72\x69\x88\ -\xae\xa5\x18\x62\xb9\xef\x10\x82\x41\x08\x06\x00\x00\x08\x4f\x08\ -\x6e\x61\x97\x02\x00\x00\x20\x6c\x08\xc1\x00\x00\x00\x20\x04\x03\ -\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\ -\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\ -\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\ -\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x34\xa7\x8d\x26\x00\ -\x00\xc0\x1b\x92\xc9\x64\xa2\xd2\x9f\x0f\x0c\x0c\x64\x68\x1d\xc0\ -\x5a\x91\x42\xa1\x40\x2b\x34\xe0\x4f\xff\xf4\x4f\xf7\x97\xfd\x51\ -\x66\xa5\x17\xa7\x64\x32\xd9\x2b\x29\x56\xf2\x47\xb9\x81\x81\x81\ -\x94\x47\x2e\xc6\x09\x2b\x3f\x2b\x7c\x71\x13\x2e\x3f\xc6\x53\x03\ -\x03\x03\x39\x9b\x8f\xad\x46\x64\xcc\x73\x24\xc7\xbe\xba\x7b\x5f\ -\x0d\x0c\x0c\xec\xe7\x08\xf6\xdd\x3e\x8c\x4a\xea\x95\xb4\xab\x8e\ -\x73\x22\x2b\x69\xd4\x3c\x27\xf3\xb4\xde\x8a\xef\xb5\x29\xae\x23\ -\x8d\x09\x5a\x66\xa4\x27\xb8\x71\x83\x55\x6e\xca\x2b\xb1\xa7\x3c\ -\x6c\x4a\x4a\x79\xe0\xb3\x26\x2a\x7c\x5e\x42\x70\xf8\x8e\xf1\x8c\ -\xa4\x9c\x03\xc7\x56\x43\xef\x2f\x99\x4c\xe6\xcc\xf7\x76\x70\x60\ -\x60\x20\xcb\xbe\x92\x24\x11\x82\xfd\x15\x7e\xf7\x35\x78\x1e\xc4\ -\xcd\x5f\x83\xc9\x64\xf2\x20\x0f\x3d\x96\xdc\x6b\x09\xc1\x21\x46\ -\x08\x06\xe0\x57\x31\x19\x3d\x68\xbd\xc9\x64\x32\x23\xa9\x8f\x5e\ -\x1d\x5b\xc2\x5a\x5c\xd2\x50\xe9\x9f\x0d\x0c\x0c\xec\xa4\x65\x56\ -\x1c\x80\x8f\x9b\x81\xb6\x19\x51\x33\x08\xef\x90\xb4\x9b\x5e\x61\ -\xa0\x39\x0c\x8c\x03\x10\x04\x09\x49\x67\xcd\xaf\x3b\x61\xad\xa8\ -\xd9\xbe\xa5\xbf\x60\x4f\x00\xce\xcb\xe8\x9d\x3c\x50\xf2\x2b\x25\ -\xa3\x0c\xa2\xda\x71\x3f\x42\xab\x02\xcd\xa1\x27\x18\x80\x57\xd4\ -\xd3\xbb\x18\x97\xb4\xcd\xbc\xf9\xc7\x2a\x84\xb5\x91\x64\x32\x29\ -\x2f\xd4\xd4\x03\x55\x0c\x55\x08\xc0\x39\x49\xfd\x03\x03\x03\xe9\ -\x65\xc2\x73\x5c\x46\xe9\x44\x77\xd9\x5f\x75\x27\x93\xc9\x5e\x8e\ -\x79\x80\x10\x0c\x6b\xa5\x74\x77\x0d\x70\x8e\x26\x81\x5d\xea\x1c\ -\x74\x99\x29\x09\x05\xbd\x66\x28\x28\x0f\xc3\x23\xc9\x64\x32\xbf\ -\x5c\xa0\x00\xdc\x90\x4c\x26\x63\x32\x4a\x78\x4a\x65\x25\xed\xac\ -\x55\xd2\x60\xd6\xbd\xef\x4e\x26\x93\xfb\x54\x56\x9e\x62\x9e\x07\ -\x84\xe0\xda\xfa\xcd\x87\xe5\xd2\xb6\x07\x21\x18\xa8\x78\xd1\xcd\ -\x11\x7c\xe1\xe1\xe3\x33\x95\x4c\x26\xd3\x32\xbe\x0e\xee\xae\x10\ -\x84\x33\xd4\x4a\xc2\x63\x7a\x2b\x05\xb3\x46\x8e\xd3\x81\x81\x81\ -\xe1\x64\x32\xb9\xad\xec\xb5\x62\xc9\x64\xb2\x9b\x07\xbf\x9a\x6d\ -\x47\xe8\xc5\x5d\xa8\x09\x06\xe0\xe7\x9b\x5a\x7e\x60\x60\x60\xb7\ -\xee\xed\xd1\x89\xca\x18\x79\x0f\x78\xc9\x8e\xb2\xdf\x67\x9b\x9c\ -\x76\xf2\x40\x85\x3f\x8b\xd3\xbc\x40\x63\xe8\x09\x0e\x28\xb3\x7e\ -\x2c\x5a\xf2\x47\xf9\xa0\x3e\x05\x9b\x03\x4d\xe2\x15\x6e\x2e\x79\ -\xbb\xdb\xb6\x9e\x1b\x58\x85\x7d\x21\x59\x3c\xcf\xad\xf9\x35\x6b\ -\xac\x42\x48\xcc\x84\xe4\x90\xdf\x2d\xe9\x52\xd9\x9f\xed\x55\x93\ -\x53\x86\xd9\x79\xfe\x54\x39\x5e\xf3\x61\xeb\xa5\xaa\x72\xcc\xda\ -\x3a\xff\x73\x85\x85\x28\xdc\x6e\xf7\xa6\xae\x51\x03\x03\x03\x39\ -\x73\x46\x94\xc4\x32\x01\xdb\x93\xf7\x8b\xb2\xe3\x3f\xeb\xc7\x6f\ -\x6b\xaa\x9c\xc3\x39\x1b\xe6\x53\xb7\xf3\x3a\xe4\xf8\xf9\x47\x08\ -\x86\x55\x27\xc6\xf1\xb2\x0b\xe2\xce\x92\x83\xba\x38\x70\x22\x5a\ -\xe1\xe7\xf2\x92\xd2\x92\x0e\xd4\x73\xa0\x9b\x35\x97\x7b\x4a\xfe\ -\x68\xb4\x7c\xf0\x85\x59\x9f\xb6\xab\xd2\xfb\x69\xe0\xf3\xec\x2f\ -\xbb\x80\x1f\x19\x18\x18\x18\xae\xf3\xfd\xed\xad\xd6\x03\x92\x4c\ -\x26\xb3\x32\xe6\x90\x4d\xd5\xf9\x3e\xca\x3f\x6f\x7f\xf1\x82\x63\ -\x5e\xf4\x86\x2a\xb4\x6d\x64\x99\x9b\xed\x9e\x6a\xfb\xa2\x6c\x7f\ -\x8c\x36\x13\x56\xcd\x6d\xec\x35\x6f\x84\xd5\xb6\x21\x19\x25\x2d\ -\xa3\x92\x86\x83\x5a\x1e\x60\x86\x82\x94\xee\xfe\x8a\x38\xda\xc8\ -\x57\xc4\x56\x9f\x3f\x15\x5e\x7b\xaf\xf9\xda\xb1\x65\xf6\x55\xa6\ -\xd2\x79\x66\xc3\x0d\x7c\xa4\xc2\x67\xbc\xbd\xdd\xb2\x6b\x4c\xb4\ -\xd6\x35\xa8\xde\xf7\x5c\xab\x8d\xcd\x7f\xd3\xd4\xf1\xba\xcc\x75\ -\x31\x51\xd2\xf6\xb2\x72\xbf\xba\xec\x84\x56\x30\x53\x47\xad\x6b\ -\x54\x33\xed\x52\xb6\x0f\xb2\x03\x03\x03\xfd\x35\xae\xd7\x3b\x25\ -\x65\x92\xc9\xe4\x48\xd9\x79\x71\xd7\xcf\xd6\xb9\xed\xc3\x65\x9f\ -\xe3\x60\xf9\xb9\x9f\x4c\x26\xcb\x07\x25\xf6\xd7\x1b\x2a\x4b\xe6\ -\x75\xde\xb3\xcc\x39\xbc\xa2\x6b\xba\xdd\xc7\x6b\xc9\xf9\x97\xa8\ -\x71\x1d\x4a\x9b\xf7\xe1\x94\x02\x8e\x10\xec\x4f\x89\x2a\x01\x6e\ -\xa8\xda\x8d\xa5\xe4\x66\xd6\x2b\x63\x34\x71\x5f\x1d\xe1\x20\x56\ -\xb6\xad\x13\x15\xfe\x4d\xae\xfc\xfd\x34\x51\x9b\xb6\xb7\xfc\xe2\ -\x55\xc7\x45\x62\xa4\xda\x49\x5c\x22\x2e\xa3\x36\x74\xaf\x8c\x39\ -\x64\xb3\x0d\x7e\xde\x68\xc9\xd3\xf8\xf1\x1a\x6d\x5b\x1e\x30\xba\ -\xeb\xf8\xdc\xc5\xfd\xd1\x6b\x06\xb8\xba\x6a\x03\xcd\x6d\x1c\x6e\ -\xe0\x06\x58\xbc\xf0\xed\x49\x26\x93\xbb\x03\xdc\xe3\x78\x50\xf7\ -\xd6\x5c\xee\x30\x2f\xe8\xb5\xda\x73\x50\xb5\xcb\x27\x4a\xf7\xd7\ -\x81\x7a\x17\x2a\x30\x1f\xf2\x06\x1b\x38\xb7\x13\xe6\x31\xbb\xdb\ -\x86\x9e\xa5\xa8\x2a\x4f\xcf\x95\x2a\xbb\xe1\x25\x1a\xbc\x06\x9d\ -\xb0\xa8\x8d\x4b\x8f\xd7\xbd\x66\x3b\x0f\x37\xd0\x76\xcd\x9c\x8b\ -\x4d\xed\x57\xab\xae\xe5\xc9\x64\x32\xd6\xcc\x7e\x36\xdf\xe7\xfe\ -\x26\x8f\x01\xbb\x8e\xf7\x44\x95\xed\x0d\xa9\x72\x3d\x74\x51\xbe\ -\xec\x67\x13\xe6\x36\xf3\x75\x7e\xa6\x78\x85\xfd\xbc\xbb\xca\x3d\ -\x21\xb1\xdc\x03\xde\x32\x1d\x24\x43\x75\xfc\xfb\xd2\x36\x4b\x9b\ -\xf7\x9d\x7c\x03\xfb\xa5\x91\xe3\xb5\x3b\x99\x4c\xf6\x37\xd0\xc9\ -\x33\xa4\xfa\x4b\xc4\xba\xcd\xd7\xdf\xa3\x80\xcf\x43\x4d\x4d\x70\ -\x00\x24\x93\xc9\xee\x2a\x3d\x3b\xcb\x9d\x44\x23\xe6\x53\xe1\x8a\ -\x98\x61\xb7\xfc\x02\xbe\xab\xc1\xf7\x5e\xfa\xbe\xf3\x35\xa6\x09\ -\xea\x35\x6f\xe2\x8d\xbc\xf7\xb8\xa4\xe3\xe6\x85\xb2\xd1\xb6\xad\ -\x3b\x00\x9b\x8e\xd7\x19\x80\xcb\xf5\xaa\x8e\xf9\x3e\xcd\x0b\xe5\ -\xa5\x26\x7b\x80\x62\x66\x3b\x44\x83\x78\x1e\x98\xe1\x3e\x5f\x61\ -\xdf\xd7\x13\x0a\xf7\x35\xb8\xb9\x41\xb3\xf7\xaa\x9e\x1b\x4f\x33\ -\x2b\xe3\xc5\x65\xcc\x7b\x1c\xb5\xf0\x3a\x11\xaf\x12\x80\x87\x07\ -\x06\x06\xfa\x6c\xbc\x3e\x35\xdb\xc6\x51\x49\x43\xf5\xb4\x73\x15\ -\x23\x4d\x9c\x8b\x83\x2b\xd8\x5e\x3d\x2a\x3d\x2c\x1c\x6e\xe6\xda\ -\xe4\xf0\xbe\x18\x5c\xe1\x7e\xe8\xad\xe3\x01\xb6\x52\x10\xab\xd7\ -\x9e\xb2\xdf\xa7\xad\x0a\x6e\xe6\xe7\x6e\xe4\xfe\x5a\xfa\xfe\xeb\ -\xba\xde\x96\x9c\x9b\xdd\x0d\x9e\x1f\x23\x75\x5e\x87\x46\xd4\xdc\ -\x18\x89\x44\x90\xef\x19\x84\xe0\xe0\x18\x29\x7b\xa2\x4e\xc9\x98\ -\x0a\x66\xa7\xf9\x34\x3c\x5c\x21\x1c\x44\xd5\xfc\xb2\xb5\xe5\xd2\ -\x2b\xb8\x78\x95\x07\xe6\x54\x1d\x61\xbf\xd2\xf6\xeb\xf9\xbc\x8d\ -\x9e\xcc\x51\x19\x3d\xae\xf5\xf6\x16\xec\xaf\x10\x30\xca\xf7\xc7\ -\x4e\x19\x83\x5a\x32\x95\x2e\x9a\x75\x2c\xf6\x50\xe9\xfd\x14\xb7\ -\xd1\x57\xb2\x8d\xfe\x2a\x6d\x19\x55\xb0\x07\x8c\x65\x1b\x09\xc1\ -\x55\x42\x61\xce\x3c\x86\x76\x97\xb4\x65\xa5\xfd\xd5\x6b\xee\xf3\ -\x6a\xc7\x43\xa2\x4a\x5b\xa7\xcd\x63\xa0\x9e\x7d\x35\x64\x73\x00\ -\xee\xab\xf2\xb5\x73\xa6\xe4\x57\xb6\xc6\xdf\x67\x54\x65\x16\x99\ -\x1a\x0b\x43\x64\x2a\x9c\x17\xb9\x2a\xed\xdc\x4c\x00\xeb\xae\x70\ -\x6d\xa9\x77\x7b\xfb\x6d\x3a\x3e\x53\xcb\x3c\xf0\x8c\x38\x10\x86\ -\x6d\x3b\xde\x97\xb9\x26\xd6\xbc\x1f\x98\x3d\xe1\xd9\x66\x3b\x53\ -\x2a\x6c\x63\xd4\xa2\xf3\x66\x5f\x95\x00\x9f\x33\x8f\x9f\x62\x9b\ -\xf5\x99\xfb\xb6\xd2\x43\xf8\xe1\x3a\x1e\x4c\x46\xaa\xec\x97\xf2\ -\xeb\x44\xb5\xfd\xd2\x5b\xa3\xe3\xa8\xb7\xca\xb1\x58\x7e\x3e\xa4\ -\xab\x1c\x9f\x81\xbd\x67\x50\x0e\x11\x0c\xd1\x92\x9b\x6b\xa5\xaf\ -\x5f\xd2\xc9\x64\xf2\x40\x85\x0b\x60\xaf\x79\xf2\xae\xd4\x68\xd9\ -\x49\xd2\x48\x2d\x66\x5d\x17\xaf\x92\x0b\x45\x79\xe0\xa9\x54\xe6\ -\x90\x96\xd4\x5f\xe1\x6b\xe8\xe2\x6b\xec\xae\xf3\x73\xed\x55\x59\ -\x9d\x9a\xd9\x63\x91\xad\x52\x52\xb0\xb7\xc2\xfb\xab\x34\xff\x67\ -\xa6\x24\x24\x95\x87\xda\xbd\xd5\x1e\x04\xcc\x7f\x9f\xa8\x74\x21\ -\x5b\x66\x1b\x07\x75\x6f\x4f\xf6\x8e\x00\x9f\x0b\xe5\x75\x92\xd1\ -\x06\x1f\x5a\x2a\x7d\xed\x9b\x91\x34\x6c\x06\x94\xf2\x9b\xd5\x60\ -\x32\x99\x4c\x57\x39\x1e\xf6\x54\x78\x58\xd9\x59\xe1\xdf\x16\xf7\ -\xd5\x01\xf3\x78\x88\x97\xdd\xe0\xfa\x57\xd2\xab\xb5\xcc\xb7\x19\ -\x7d\xd5\xbe\x4a\x2d\xad\xeb\x37\x8f\xbb\xe3\xd5\xfe\xbe\x86\xc1\ -\x2a\x37\xf7\xbe\x0a\x35\x93\x19\x49\xfb\xcd\xe0\x31\x58\xf6\x7e\ -\x7b\x93\xc9\xe4\x91\x26\xa7\x00\xcb\xaa\x72\x69\x49\xe9\xf6\xee\ -\x99\x77\xd7\x9c\x62\x2f\x63\xe5\xc1\x69\xd6\xae\x0f\x57\x09\x15\ -\xbd\xe6\xe7\xcc\x99\xef\xed\xc4\x32\xd7\x9a\x66\x8e\x83\xa1\x06\ -\x8f\xf7\x84\xee\x5d\xd8\x63\x30\x99\x4c\xa6\xea\x2c\xdf\x88\x95\ -\xfd\x6c\xf1\x61\xfd\x88\x2a\x0f\x88\x3b\x58\x76\x8d\xef\x4e\x26\ -\x93\xd1\x5a\xc7\xbe\x79\x7c\x97\x5e\xa7\x2d\x99\x23\xdc\xfc\xa6\ -\x74\xa8\xc2\x39\x5c\xad\x44\x27\x55\xe5\x1c\x4e\x24\x93\xc9\xc4\ -\x32\xc7\x52\xa5\xfd\xd2\x5f\x61\x1b\xa5\xfb\xa5\xfc\xbe\x31\x64\ -\x5e\x87\xf2\x16\x5c\x87\x2a\x5d\xe7\x9a\x1e\x64\xec\x75\xf4\x04\ -\x07\x47\x7a\x60\x60\xa0\x6a\xed\x8e\xf9\xe7\xbb\xab\x04\xab\x95\ -\x5e\xd8\xb3\xcd\x3c\xc5\x57\x28\x85\xc8\x2d\x73\xc1\x2f\xaf\xc7\ -\xca\x55\x39\x91\x4b\xdf\xd7\xfe\x0a\x21\xbf\xbb\x81\xcf\x9c\x28\ -\xbb\x28\x6d\x1f\x18\x18\x48\x55\xda\xa6\x19\xd2\xa3\x15\x6e\x30\ -\xf9\x65\xde\x5f\xb1\x27\xac\xfc\xa9\xbb\x9a\xf2\x36\xcd\x0c\x0c\ -\x0c\xf4\xd5\xd8\x46\xb6\xc1\x6d\x84\x42\xc9\x00\x91\xf2\x1b\xcf\ -\xfe\x1a\x6d\xb9\xb3\xc2\xb1\x3e\xb8\x4c\x08\xb8\xeb\x26\x59\xe3\ -\x78\xcd\x99\xe7\x68\xde\xaa\xfd\x55\x25\x00\xe7\xcd\x50\x98\x72\ -\xa0\x8d\xf7\x55\x08\xc0\xdb\x97\x0b\x97\xe6\xcd\x7f\x67\x95\x6b\ -\x40\x33\x01\x78\xe7\x72\xa1\x6d\x99\xed\x0d\xda\xd1\x2e\x66\xcf\ -\x7b\xaa\x46\x78\xec\x35\x83\xc8\xd9\x64\x32\x59\x48\x26\x93\xc7\ -\x93\xc9\xe4\xfe\x66\x7b\x8a\xab\xec\x8b\x5a\xc7\x7b\xc6\x6c\x97\ -\x5c\x93\xed\x12\x2b\x39\xee\xb2\x92\xb6\x0e\x0c\x0c\xf4\x0f\x0c\ -\x0c\x54\x9b\xbf\x3b\x5d\x47\x27\x89\xea\x08\x79\x69\x8b\x76\x55\ -\xa5\xcf\xb9\x7b\xb9\x1a\x75\xf3\x38\xdb\x59\xe1\x1c\xde\xbb\x4c\ -\xc7\x46\x6f\x85\x87\xd3\xe1\x3a\xf6\x4b\xbe\xec\x61\x7f\xa8\x8e\ -\xfb\x58\x71\xbf\x67\x6b\x5c\xe7\xca\xef\x9b\x51\xa7\x4a\x76\x08\ -\xc1\x68\x46\x5e\x75\xf4\xe8\x9a\x27\x68\xc6\xa6\x40\x34\xda\xc4\ -\xc5\x6b\x57\x85\x9e\x00\x55\x09\x98\x95\x2e\x14\xf9\x3a\x3e\x73\ -\xaa\xc2\x45\x71\x4f\x83\x9f\xad\xaf\x8e\xc1\x39\xf1\x2a\xfb\xa5\ -\x9e\xf7\x97\xaf\xf3\xc1\x24\x5e\xa3\xcd\x97\x0b\x02\x2a\xbb\x60\ -\x86\xdd\xde\x0a\x0f\x14\xc3\x75\xec\xaf\x7c\x95\x07\xab\x58\x1d\ -\xdb\xbc\xd6\xe4\x39\xda\xd4\x83\xea\x32\x01\x78\xa7\x43\x8b\x2a\ -\xec\xad\x72\x2e\xd5\x73\x5e\x64\x75\xef\x5c\xb8\x31\xf3\xc1\xb9\ -\xd1\x73\xb7\x9e\xed\x65\x64\x94\x04\xdc\xd5\xee\x76\xdd\xf8\xcd\ -\x1a\xec\xdd\xaa\x7f\x31\xa2\x84\x19\xca\xce\x26\x93\xc9\x49\xb3\ -\x74\x22\xe1\xd2\xf1\xde\xdb\xe0\x78\x92\xe2\x83\x48\xbe\x8e\x6d\ -\xa5\x1b\xed\x4c\xa9\x70\xaf\x39\x68\xc1\x03\x5c\xa5\x7b\xce\x70\ -\x3d\xdf\x0c\x98\x9f\xe3\x40\x9d\xf7\xc3\x3d\x15\x1e\x94\x53\x75\ -\x9e\x1f\x95\xae\x43\xf5\x5c\xdb\xeb\x3d\xff\x42\x71\xdf\x20\x04\ -\x07\x43\x23\x83\x00\x4e\xd8\x74\x60\xa7\x2a\x3c\x39\xd6\xba\x61\ -\x75\xd7\xf9\x04\x5f\xfe\xef\x1a\x9d\x60\xbe\xde\x0b\x52\x25\x99\ -\x3a\x2f\x4a\x99\x3a\x43\x40\x25\x3b\xcb\x7e\x65\x97\xb9\x99\x64\ -\xb4\x7c\xad\x26\xea\xd3\xf4\x8d\xd3\xbc\x41\x64\x9a\x38\xa6\xf6\ -\xd4\x79\x93\xea\x2f\x3b\x1e\x52\x8d\x7e\xb8\x1a\x01\x38\xeb\x52\ -\x1b\xa7\x1a\x39\x6f\xcd\x5e\xca\x7c\x13\xa1\xa8\x74\x7b\xd9\x15\ -\x5c\x27\x1a\xbd\x56\x34\x1a\x84\xd3\x03\x03\x03\x5b\xcd\x30\xd3\ -\xc8\x43\x49\x31\xa0\x1d\x37\x7b\x88\xeb\x09\xc3\xbd\x2b\x38\xde\ -\x33\x4d\x1e\xef\x0d\x3d\x88\x54\xeb\x4c\x59\xee\x9c\xa9\x50\x0a\ -\x91\xb3\xe8\xf8\xae\xf4\xf9\x1a\x09\xd7\xe9\x2a\xef\xb5\x56\xd0\ -\x3e\xd0\xc8\xf1\x53\xf6\x10\x15\xad\xf2\xc0\x5c\xde\xf6\x83\x75\ -\x5e\x87\xfa\xea\xbc\x2f\xf9\x1a\x35\xc1\xc1\x70\xc4\xed\x37\x30\ -\x30\x30\x90\x37\xa7\x84\xe9\x2e\xbb\x61\xa5\xab\x5c\xbc\xba\xcb\ -\x6e\xd0\x99\x65\xbe\xb2\xdc\xb5\x92\xcf\x3b\x30\x30\x90\x35\xeb\ -\xec\x62\x25\x01\x3d\x5e\xe7\xc5\xf2\x40\x03\x9b\xca\x95\x5d\x90\ -\xbb\x93\xc9\xe4\x25\x19\x65\x11\xa9\x1a\xa1\xaa\x9e\xcf\xd1\xdf\ -\xe8\x7e\x29\x99\x0e\x09\xd5\x6f\x9c\x6a\xa2\x67\x74\x54\xf7\x2e\ -\x54\x30\x5c\xe1\x78\x28\x15\x93\x74\xc9\xac\xd3\x1e\x5e\xa6\x74\ -\x29\xa7\x15\x2c\x57\x5e\x65\x3a\xa7\x9c\x6a\x94\x05\x58\xdc\xc6\ -\x31\xdd\x5b\x0e\xd2\xcc\x75\x2a\xa5\xbb\xbf\xc6\x4f\x34\xf0\xb3\ -\x8d\x5e\x27\x2a\x5d\xc3\x6c\xaf\x9f\x37\xaf\x0d\x29\xb3\xdd\x12\ -\xe6\x67\xdc\x51\xe7\x67\x4d\xe8\xce\x74\x62\xfb\x97\x39\xde\xef\ -\x7a\x18\x6a\xe2\x78\x3f\x52\xc7\xf1\x5e\xad\x83\x26\xdb\x40\x5b\ -\xa4\xcd\x79\x70\xa3\x65\x81\x34\x55\x67\x58\x1d\xb5\x68\xb7\x54\ -\x5a\xd9\x2f\xd7\xc0\xe7\xc8\xa9\xca\x1c\xf2\x25\xe2\xe5\xd7\x8b\ -\x26\xce\xcf\xd1\xb2\xeb\x7b\xa5\x29\x21\x33\x65\xed\x14\x97\xf1\ -\x8d\xc2\x01\x2d\xd3\x81\x16\x96\xc5\x7b\x08\xc1\xc1\x90\xf7\xc8\ -\xfb\x18\x2d\x3b\xd9\xba\x55\xbd\x4c\x63\x57\x03\x17\xaf\xf2\x9b\ -\xe9\x43\x16\x8c\xde\x8e\xd7\xf1\x64\x9b\x6f\xb0\xc7\xb9\x5f\xf7\ -\x8e\x04\x8e\xc9\x98\xc6\x66\xc8\xbc\x18\x9d\x33\x03\x7f\xc6\x8e\ -\x1d\x50\xb2\x92\x51\xcc\xbc\x20\x96\x3f\x6c\xa0\xc2\x2a\x49\x4d\ -\x1c\x4f\x0f\xd5\xb8\xa1\x15\x1f\xa0\xca\xdb\xbf\xf8\x50\x32\x68\ -\xae\xf8\x75\xc2\x3c\x0e\x33\x56\x4c\xe9\x64\x06\xe0\x91\x2a\x9f\ -\x39\xea\x62\x1b\xab\xc9\x12\x8c\x13\x65\x21\x38\xd6\xc0\xcf\x66\ -\x9a\xdc\x5e\x77\x8d\xfd\x6a\x67\x20\xce\x94\xbe\x6f\x33\xc0\x26\ -\x24\x6d\xd3\x32\x0b\x1c\x98\xc7\x53\xbe\x4a\x89\x43\xf9\x67\xc8\ -\x5b\x70\xbc\xc7\x1a\x68\xcf\x95\x3e\xf8\xec\x5a\x26\x04\xd7\x3d\ -\xbb\xd0\x0a\x8f\x5f\x3b\xae\xd7\x89\x0a\xe7\x6f\xa3\xfb\x65\x5b\ -\x1d\xd7\xa1\x83\x15\x1e\x16\x62\xe6\x75\x62\xa4\xe4\x3a\x94\x91\ -\x4f\x57\xf0\x23\x04\xc3\x13\x2a\x3c\xc5\x2f\x37\x4b\x44\xf9\x05\ -\x20\xdd\xc0\x13\x73\xaf\x1d\x37\xe9\x0a\xb2\x4d\x7c\xfe\x61\x55\ -\x1e\xf9\x1d\x35\x2f\x44\xdd\xe6\x0d\xab\xf8\xfa\x19\x19\xab\x0b\ -\x35\xfc\xd4\x6d\xf6\xb6\x25\xcc\xb0\x1b\xd3\x0a\x56\x8f\x0a\x90\ -\x87\xea\x78\x40\x8c\x57\x38\x16\x06\xad\x3e\x9e\xcc\x99\x00\xfa\ -\x54\x7d\x8e\xd1\x44\xe9\x3e\x2b\x99\x15\xe0\xc8\x0a\x6a\x76\x47\ -\x6a\xfc\xdd\x76\x87\xf6\x43\xf9\xb1\x98\x6b\xf2\x75\xb2\x15\x8e\ -\xfb\x44\x03\xb5\x99\x2b\xdd\x9e\xab\x0f\x90\xe5\xb5\x99\x25\xab\ -\xbc\x55\xba\x06\x16\x67\x08\xc8\xd5\x38\x36\xad\x38\xde\xe3\xcd\ -\xee\xbf\x3a\x3b\x53\x4a\xaf\xa1\x15\x67\x89\x30\xaf\x7f\xa5\xef\ -\x23\x6b\xe1\x37\x1d\xe5\x9f\xef\x6d\x87\x1e\x1c\xed\xb8\x0e\x65\ -\x4a\xae\x43\x5a\xe6\x3a\x34\x68\xb6\x6b\xf1\xbe\x74\xc2\xa1\xb1\ -\x03\xae\xa2\x26\x18\x56\x4b\xd5\x78\x52\xaf\xf4\x75\x74\xca\xa3\ -\x4f\x9f\x0d\x5f\xc0\xcd\x92\x85\x9d\x75\xde\xf4\xe3\xe6\xc5\xfe\ -\x6c\x32\x99\xbc\x54\xef\x40\x97\x64\x32\xd9\x9d\x4c\x26\xcf\xca\ -\x58\x34\xa3\x38\x11\x3d\x01\xb8\xf2\xcd\x2b\xeb\xe6\x9b\x31\x6f\ -\x22\xdb\x55\x5f\x4f\x52\xcc\xdc\x97\x87\xcd\xc1\x4f\xfb\x56\xb8\ -\xf9\xf2\x63\x30\x6e\xe3\xfc\xb7\x8d\xbe\x97\x7a\xdb\xaf\xd9\x50\ -\x93\x09\xe2\xc1\x6d\xce\xac\xd0\x67\x1e\x53\x95\xae\x99\x83\x5e\ -\x7b\xbf\x2b\x0d\xfe\xc5\x20\x5c\xe1\x9f\x96\xff\xd9\x41\x0b\xdf\ -\x7a\xd4\x4b\xd7\x91\x95\x84\x60\xb3\x4d\x53\x0d\x5c\x87\x8a\xf7\ -\xa5\xc3\xe6\x7d\xa9\x97\x10\x0c\x34\xf6\x14\x5f\xeb\xe2\x55\x3e\ -\x22\xf6\x88\x47\x3f\xcb\xb5\x66\x7e\xc8\xbc\x51\x6d\x35\x2f\x3a\ -\xc3\x75\x5e\x40\x63\x32\x06\xba\x0c\xd5\x08\xc0\x23\xba\x77\x1e\ -\xca\x4a\x81\x23\x63\x6e\xbb\x38\x0a\x3d\xf0\x2a\xf4\x0c\x79\xe2\ -\xe6\x35\x30\x30\x90\x33\xe7\xd5\xdd\xaa\xea\x13\xde\x57\xba\x09\ -\x0f\x99\x03\x9f\xa2\x4d\x3e\x8c\x6e\xaf\x10\x3e\x07\x83\x3a\xd5\ -\x51\x8d\x10\xe3\x85\xe3\x33\x9e\x4c\x26\x13\x25\xbf\x62\x2b\x38\ -\xa6\xb2\xaa\x3c\x15\x57\x77\x40\xef\x23\xbb\xea\xb8\x8f\xa4\xb9\ -\xfd\x2e\x7f\xcc\x98\xd7\xa1\xed\x32\x4a\xb5\xea\xbd\x2f\x8d\xd8\ -\xbc\x8a\xa2\xab\x28\x87\x80\xe5\x27\x5a\x85\x41\x68\xe5\x25\x11\ -\xa5\x17\xea\x5c\x1d\x5f\xb9\xe4\xca\x9e\x70\xfb\x2d\x08\x37\x39\ -\x27\xda\x42\xf7\x7e\x95\x99\xd0\xf2\x83\x5e\xf6\x25\x93\xc9\x8a\ -\x5f\x43\x99\x01\xb9\xfc\xa9\x3c\x6f\x5e\xfc\x8f\xa8\xca\xc8\x68\ -\x2b\xe6\x82\xf6\x89\x4a\x01\xe0\x5c\x85\x3f\xcb\x57\x08\xca\xfd\ -\x0e\x1c\x0f\x39\xf3\xc1\x64\xb8\x18\x8a\x74\xa7\xde\xb3\x5b\xd5\ -\x4b\x26\x1a\x59\xe0\x45\x2a\x59\x00\xc1\xfc\x1a\xf4\x78\xd9\xdf\ -\x3b\x51\x16\x51\xde\xc6\x4d\x05\xef\x15\x04\x76\x2f\x06\xfd\xa1\ -\xb2\xf3\xfe\x80\x56\xb0\x00\x81\x79\xad\x4d\x97\x5d\x13\xa2\x5e\ -\x39\xde\x57\x28\xa5\xbb\xe7\xbd\xbd\xab\x24\xa2\xc2\x03\x6f\xda\ -\xe6\x6f\x13\x63\x0e\x7c\x66\xa7\xae\x43\xc5\xfb\xd2\xfe\x92\xfb\ -\x43\xbc\xe4\xbe\x54\xe9\x18\xea\x4d\x26\x93\x6f\x2f\x37\xaf\x34\ -\x21\x38\xbc\xb6\x59\xf0\x1a\xf1\x80\xb5\xc9\xc1\xb2\x0b\xd8\xed\ -\x59\x22\x2a\x94\x42\xd4\xf3\xf4\x5e\x1e\x82\xf3\x76\x0d\x2c\xb3\ -\xf9\xe2\x93\xd1\x9d\x55\x79\xa2\x66\xf0\x19\xac\x70\x81\x1d\x2a\ -\x6f\x17\xb3\xdd\xf6\x55\xb8\x68\xee\x0c\xdb\x40\x86\x65\x54\x9a\ -\x92\x2e\x5d\xe5\x66\x53\x2a\xea\xc6\xf1\x54\xf6\x90\xd4\x67\xce\ -\x98\xb2\xb7\xc2\x03\x52\x77\x32\x99\x8c\xd5\x59\x1a\x70\xd7\x2a\ -\x70\x66\x3d\x60\xba\xec\x01\x21\x9e\x4c\x26\xf7\xdb\x7c\x43\xbb\ -\xa7\x8d\xeb\x59\xfd\xab\x9e\xf0\x51\xef\xbe\x6a\xa0\xcd\xca\x1f\ -\x3a\x96\x0b\x90\x56\x7a\xc8\x82\xd7\x78\xbb\x8e\xcf\x9d\x6d\xb6\ -\x0d\x5d\xbc\x56\x56\x9a\xa9\xa3\x5b\x77\xca\xed\xca\x1f\x78\x47\ -\x6d\x38\x7e\xe3\x36\x87\xe0\xf2\x63\x33\xef\xd2\x75\xa8\x78\x5f\ -\x2a\x3e\x9c\x57\xbb\x0e\x0d\x9a\x63\x5e\x02\x75\xbf\xa1\x1c\xa2\ -\x71\x99\x1a\x17\xcd\x66\x7a\x3a\xca\x9f\xbc\x4e\xf8\xbc\x8d\xca\ -\x83\x47\xe9\x05\x6b\x4f\x13\x17\xaf\xac\x0d\x0f\x1e\xae\x5f\xe4\ -\xcd\xd5\xe7\xb6\x56\x68\xaf\x58\x85\x1e\xb0\xee\x0a\x37\x67\x02\ -\xf0\x9d\xf3\x68\x5f\x85\x1b\x55\xb5\xde\xa1\x6c\x85\xf6\x8e\x7a\ -\xe0\x98\x48\x9b\x5f\x57\x56\xea\x0d\xea\xae\xf3\x35\x52\x95\x82\ -\xb1\x2a\xcf\x15\x6a\xe7\xc3\x77\xae\x8e\x80\x59\x8f\x5d\x75\xbc\ -\x6e\xbd\x81\xb6\x99\x4e\x8d\xac\x8d\x0f\x06\x09\x9b\x8e\xa3\x5c\ -\x8d\x36\x8b\x7b\xe1\x78\xaf\xc3\x91\x65\x8e\x85\x3d\x65\xe1\x31\ -\x6d\xf3\xf1\xdb\xf0\x54\x79\xe6\x4a\x7f\xa5\xbf\x12\x35\x8e\x87\ -\xb8\x17\x1a\xbd\xe4\x3a\x54\xe9\x5a\x12\x57\xc0\x10\x82\xad\xe9\ -\xe1\xe8\x5d\xc1\xeb\xed\xad\x63\x1b\x7e\x0b\x78\xb9\xb2\x60\x57\ -\xba\x70\x46\xe9\xcd\x3c\x5b\xe7\xac\x08\x27\x9a\x09\x04\x65\x17\ -\xa4\x4b\x65\x17\x24\x4b\x4f\x66\x73\x05\xa7\xd2\xd7\xdf\xdf\xc0\ -\x8f\x57\x0a\x3d\xd1\x1a\x17\xe1\x46\xbe\xfe\x8b\x05\xf9\x84\x34\ -\xf7\x65\xa5\x01\x41\x07\xab\x3d\x80\xa8\xbe\x81\x37\xcb\x6d\xb3\ -\xb7\x6c\x7f\x1f\x2e\xfb\xfb\x44\xd9\xdf\x1f\x6f\xe0\xfc\x19\xae\ -\x70\x13\x8e\xae\xe0\x7c\xcc\xab\xf2\x54\x85\x23\x36\x5f\x03\x72\ -\x75\x5c\xeb\x96\x6b\xe3\x68\x85\xfd\x92\x69\xe0\x25\xf6\x58\xb0\ -\x3d\x2b\xc7\x2b\x9c\xab\xf0\xf0\xd5\xbb\xc2\xd7\x7c\xa8\xc9\x7d\ -\xd1\xe8\xf1\xbe\xaf\xec\x78\xb6\xbd\x46\xb4\xc2\x6a\x9a\xdd\xc9\ -\x64\x32\x5a\xa1\x14\x22\x65\xc3\xe6\xcb\xef\x39\x0d\xd5\x70\x57\ -\xba\xbf\x94\xf7\xf2\x9a\xf7\xbe\x7c\xd9\x7d\x32\xd1\xe0\x7e\x19\ -\x5a\xee\xbe\x63\x2e\xb5\x5d\xfa\xf7\x43\x0d\xb4\x7f\x9f\x45\x0f\ -\x96\x84\xe0\x80\xa9\x74\x51\x1c\x6a\xe6\xc9\xda\x3c\x51\xca\x2f\ -\x82\xf9\x80\x4c\x4b\x72\xcf\x53\x7c\x85\x52\x88\x7a\xbf\xc2\xca\ -\x94\x5d\x2c\x62\x8d\x8c\x9c\x37\x2f\x2c\xb1\xb2\x36\xb6\xfa\x41\ -\xa3\xfc\x6b\xc9\xba\x7b\xab\x9b\x1c\x01\x9f\x6f\xe0\xdf\xee\x0d\ -\xea\xc9\x68\xee\xdb\xe3\x15\x42\x62\xad\xb9\x98\xcb\x8f\xcf\xc1\ -\x06\xcf\xe1\x3d\x35\x6e\x9a\x2b\xed\x41\xc9\x59\xd9\x4e\xe6\x35\ -\xa5\xfc\xba\x62\xf7\x6c\x11\xa3\x15\x82\x44\x23\xe1\x6b\xb0\xc2\ -\x7e\x6d\xe4\x6b\xef\x44\x83\xa1\xa2\xd2\x83\x94\x95\xd7\xe2\x74\ -\x95\x7b\x47\xbc\xc9\x63\x3f\xa6\xfa\x57\xdd\x1c\x75\xf8\x78\xb7\ -\xab\xcd\xba\x65\x7f\x29\x44\xb5\x76\x6c\x64\xe6\x8d\xbd\x75\x3e\ -\xbc\xa5\x57\xb0\x8d\x4a\x0f\x33\xd9\x1a\xd7\x91\x95\x86\xd8\x9c\ -\x02\x86\x10\xdc\xf8\xcd\x24\x53\xa5\x97\xa6\xa1\x51\xdc\xe6\x05\ -\xec\x70\x85\xbf\x4a\x05\xa4\x9d\xee\x79\x8a\x57\x93\xa3\x79\xcd\ -\x9e\xac\x83\x15\x2e\xe2\xf1\x3a\xda\x39\xaa\xbb\xeb\x93\xed\x6a\ -\xe3\xf2\x8b\x4f\x77\x03\x53\x9e\xf5\xd6\xf1\x7a\x4d\x3d\x91\x9b\ -\x3d\x36\xf1\xa0\x9d\x87\xc9\x64\x32\x66\x7e\xb6\x4a\x01\x38\xaf\ -\xea\x8b\xb4\x94\x1e\x03\x77\x3d\x58\x55\x38\x4e\x96\xdb\x5f\x89\ -\x1a\xc7\x54\xf9\xfe\x8b\xd6\x1b\x38\x4b\xe6\x7f\x6e\xe4\x78\xa8\ -\x87\xd3\x65\x11\xc3\x15\xb6\x37\x52\xe7\x79\xdb\xab\x7b\x6b\xe0\ -\x9b\x59\x64\xe6\xf0\x0a\xb7\x67\xd9\x4d\xdf\xbc\x8e\x0d\x57\xb9\ -\x77\xc4\x1b\x3c\xfe\xa3\xe6\xfd\x23\x5a\x47\x27\x4d\xa5\xe3\xb3\ -\x91\xe3\x7d\x5f\x85\x6b\x88\x53\x1d\x35\xe5\xd7\xfd\x5d\x65\xf7\ -\x91\x9c\x1d\x2b\x9b\x99\xfb\xbd\xfc\x58\xeb\xad\xa7\xe7\xde\xfc\ -\x37\xbd\x75\x06\xf5\x03\x15\x1e\xdc\x46\xea\xdc\x2f\xfb\x75\x6f\ -\xe7\x4e\xba\xc6\x75\x23\x5e\xef\xb7\x0f\x55\xee\x5f\x84\x60\xdc\ -\xbe\x99\x94\x8b\xcb\x58\x12\xb5\xb7\xc6\x5a\xe7\x51\xf3\xa2\x72\ -\x56\xf7\x7e\x4d\x9d\x57\x63\xcb\xf4\x7a\x5d\xba\xec\x62\x5f\x7a\ -\x93\x49\x37\x78\x83\x29\xbf\xa1\x46\x65\xcc\xaf\xbb\xbf\x5a\x7b\ -\x9b\x37\x96\xe3\x15\x2e\xe0\x07\xad\xfe\xa0\xe6\xc5\x27\x5f\xe1\ -\x06\xdc\x5b\xc7\x05\x73\xa8\xc2\xcd\x37\x5f\xa3\xe7\x25\xbe\xdc\ -\xc5\xd2\x9c\x8e\xe9\xb8\xac\x59\x58\xc4\xa9\x60\x9b\xa8\xe3\xd7\ -\x7e\xb3\xf4\xe0\x52\x95\xcf\x96\x57\x1d\xcb\x03\x9b\x7f\x7f\xb0\ -\xc2\x4d\xee\x6c\xb5\x87\x17\xf3\xdc\xdd\xaf\x7b\xcb\x08\xee\x99\ -\xe7\xda\xfc\x7d\xba\x42\xe0\xdc\x5f\xe3\xfa\x90\xa8\xf0\x70\x9c\ -\x97\x05\xf3\xde\xae\xa0\x2c\x22\x5f\x25\x18\x35\xf3\xf0\x5a\x0c\ -\x7d\xfb\x96\x69\xe3\xa1\x2a\xef\xa9\x99\x6b\x63\x71\x7b\xbd\x35\ -\xc2\x84\x55\xdb\xab\xe5\x40\x95\x4e\x94\xb3\x66\x49\x55\xbc\x56\ -\xf8\x35\x3f\xcb\xd9\x0a\xd7\xb5\x4c\xb5\xe5\xd9\xcd\xe3\xfd\x40\ -\x85\xe3\xfd\x78\x1d\xc7\x7b\xf9\xf5\x69\xd8\xa9\xb1\x08\x66\xc0\ -\xcd\x95\x75\xa6\xc4\xed\xbc\x96\x97\xa8\x54\xa6\x36\xb2\xdc\xc3\ -\xac\x79\x5c\x97\x1f\x4b\xb9\x1a\xfb\x25\x55\x65\xbf\xc4\x6a\x9c\ -\x23\x83\xb5\xee\x6b\x55\xe6\x5c\x1e\x31\xcb\x5b\x1a\xbd\x0e\xe5\ -\xfc\x38\x20\xbd\x16\x66\x87\x68\xee\xc4\xcc\x54\x59\x19\x2c\xaa\ -\xbb\x97\x22\xcc\xea\xee\xb9\x66\x6b\xad\x07\xdf\x17\xb0\x81\x4e\ -\x07\x97\x09\x61\x47\x1a\x6c\xf3\xbc\x39\xdd\x53\xf9\x89\x39\x28\ -\x69\xaf\xd9\xde\xc5\x9a\xbb\x0e\xb3\x9d\x2b\xdd\x50\xfa\xad\xec\ -\xdd\xa9\x70\x83\x1b\x2a\x3f\x1e\xca\x96\x4c\x2e\xda\xa6\x3b\xcb\ -\x1b\xd7\x73\xf3\x4d\x57\xb8\xe8\xf5\x9a\x5f\x2f\xa7\x75\xa7\x1c\ -\x63\xb9\xcf\x5e\x7a\x91\x3b\x6c\xde\x5c\x46\x3d\xb4\x46\xfc\xf1\ -\x15\xfe\x7c\x31\x00\x67\xeb\x3c\xa6\xf6\x27\x93\xc9\x5d\x65\x6d\ -\x15\x37\x43\x53\xd6\xdc\x67\xd7\x4a\xf6\x57\x42\xf7\xf6\xbc\xe5\ -\x54\x7d\x5a\xa3\xe2\xb2\xc9\xe5\xc7\x6b\xe9\x92\xc9\x45\x0f\x99\ -\xdb\xae\xb4\xdf\x0e\x5a\x75\x5d\x30\x57\x35\x4c\xab\x81\xd9\x22\ -\xcc\xa9\xb8\xca\xff\x78\xa8\xac\xbe\xf0\x40\xa5\x9f\x37\xdb\x78\ -\x5b\xd9\xf6\xa2\xe6\xcf\x0f\x96\x1d\xbb\xdb\x54\xbd\x56\xb5\x7f\ -\x05\x37\xe0\xe2\x79\x38\x68\xee\xd3\xb7\x4b\xda\xbc\x5b\x95\xeb\ -\xad\x0f\xd8\x71\xc3\x37\xaf\x63\xbb\x55\xf9\x1b\x8c\x5e\xf3\x9c\ -\xce\x99\xf7\x8e\x73\x65\xc7\x47\x6c\x99\xfb\x47\x5e\x35\xa6\xd1\ -\xab\x72\xbc\x27\x64\xf4\x3e\x36\x72\xbc\x3b\xdd\x51\x73\x50\xd5\ -\x7b\xad\xd3\x76\x06\xf0\x64\x32\x79\xa0\xc2\x75\x77\x30\x99\x4c\ -\xee\x2d\x3b\x76\x1f\x52\xf5\x65\xad\x6b\x7d\x2b\xd5\x5f\xe1\xdc\ -\x4f\x98\x9d\x6a\xf5\xee\x97\xec\x32\xb3\xbd\xf4\x57\xb8\xb6\x0e\ -\x99\x9f\x23\x5b\xe1\x3a\x54\xed\x73\x78\x7d\x5a\xbd\xa6\xd0\x13\ -\xdc\xfc\x09\xd2\x5f\xe3\x62\x90\x30\x43\xf2\x60\xc9\xaf\xe5\x2e\ -\x60\x7d\x41\x5b\xa2\xb0\xc2\x53\x7c\xe9\xe7\x4d\x37\xf1\x7a\xe9\ -\x2a\x17\x94\xa8\xee\x4c\x37\x36\x68\xb6\x7b\xa5\x30\x91\x32\x07\ -\x1d\xd9\xf5\x79\x87\x55\xb9\xd4\xa2\xfc\xfd\x0d\x9a\xbf\x8f\x55\ -\x79\x10\xca\x54\x69\xcb\xe1\x2a\xaf\xdd\x5b\xe3\xb3\xf7\xa9\xf2\ -\xc0\x98\x7d\xf2\xe0\xa2\x02\x4d\x4a\x49\xda\xda\x44\xa0\xdf\xa9\ -\xca\xa5\x06\xf1\xb2\xf3\xb7\x52\x58\xca\x4b\xda\x5d\x2d\xa0\x9a\ -\xef\xa5\x6f\x99\xeb\x43\xe9\xf1\xd0\xbb\xcc\x31\xbb\xdf\x86\x1e\ -\xae\x7c\x85\x1b\xfb\x72\x0f\x4e\x2b\xb9\x36\xf5\x2d\x73\x5e\xf4\ -\x96\xb5\xb1\xaa\x04\xd2\xe1\x26\xb7\x5b\x2a\x56\xb6\xbd\xde\x2a\ -\xc7\x7f\xca\xce\xe9\xe3\x4a\x16\xba\xa8\xf6\x30\x1e\xab\x70\xbd\ -\xe8\x5d\xe6\xfe\x91\x95\xb4\xbd\xce\x07\x25\xdb\x8e\x77\x1b\x55\ -\x3b\xf6\x32\x36\x76\x68\xdc\x7e\x70\xa8\xf3\xba\xdb\xdb\xc8\xf5\ -\xbc\xfc\xc1\x68\x85\xfb\xa5\x78\x3c\x55\x7b\xfd\xcc\x32\xf7\xcd\ -\x4a\xd7\xa1\x58\x95\x73\x22\x50\xf9\x84\x10\x6c\xdd\x09\xb2\x53\ -\x2b\xfb\xaa\x32\x63\x5e\xc0\x52\x01\x6d\xa6\x4a\xb5\x50\x4d\x4f\ -\x6c\xde\xe0\xf2\x8f\xe5\x17\xef\x3e\x07\x8e\x89\xbe\x2a\x21\xa3\ -\x96\x9c\x8c\x5e\xcc\x54\x8d\x07\xaf\xe1\x26\x5f\x33\x13\xc0\x63\ -\x2b\x67\xb6\xc7\xd6\x81\x81\x81\xa6\xbe\x45\x31\xa7\xaa\x2b\xae\ -\xa0\xd4\xc8\xcf\xa7\xeb\x09\xdd\x66\xdb\xd7\xbb\x8c\x76\xf9\x31\ -\x7b\xc0\x8e\x63\xb6\xca\x57\xe3\xd2\xf2\x65\x11\x07\xd4\xfc\xd2\ -\xc7\xf9\x26\xcf\x8b\xe2\xf1\xbb\x7f\x05\xd7\x8a\xdd\x0d\x6c\xd3\ -\xc9\xeb\x44\x56\x77\x56\xee\x6a\x36\x54\x16\x8f\x91\xed\xf5\x86\ -\xc1\xb2\xe3\x5d\x56\x1f\xef\x36\xb5\x55\xae\x4a\x10\x1e\x75\x68\ -\xfb\xfd\xe6\x71\x94\x6b\xe2\xd8\x4d\xd5\xbb\x5f\xcc\xeb\x44\xa3\ -\x0f\x7b\x29\xd5\x31\x55\x66\xc9\xb9\xd0\xcc\x75\xc8\x91\x73\xc2\ -\x2d\x94\x43\xac\xfc\x04\xc9\x48\xca\x98\xbd\x28\x7b\x54\xc7\x57\ -\xd1\xe6\x81\x98\x56\xf3\x5f\x45\x1f\xa8\xf0\x7a\x8d\x84\xee\xe5\ -\x7e\xdf\xec\xbf\x5d\xee\x24\xad\xf7\xc9\xbe\xa1\x9e\x14\xb3\x6e\ -\xa9\xd8\xe6\xb1\x0a\x27\x6f\x46\x46\xd9\x45\xbd\xa1\xdb\x8a\xcf\ -\xab\x81\x81\x81\xe1\x64\x32\x99\x32\x9f\xda\x8b\x5f\x3f\xc6\xaa\ -\x6c\x2f\x2b\xe9\x44\xbd\x4f\xd9\x03\x03\x03\xfd\xc9\x64\xf2\x88\ -\xf9\xb9\xe3\x15\x8e\xb5\x9c\xf9\xba\x27\xca\x2e\xc0\xc5\xaf\xb2\ -\x7a\xcb\x7a\x10\x72\x16\x1f\x5f\xcd\x1e\x87\x8d\xfe\x6c\xce\xe2\ -\x41\x4b\xfb\xcd\x12\xa7\x5e\x73\x9f\x25\x2a\xfc\xb3\xac\xb9\xed\ -\x86\xce\x5b\xf3\x1a\xb1\xd5\x2c\x5d\xd9\xa5\xea\x65\x0f\xc5\xfd\ -\xd1\xc8\x31\x7b\x60\x05\xc7\x68\xb1\x37\xe8\xb6\x64\x32\x19\xaf\ -\xf4\xd9\xcc\x3f\x2b\x7e\x86\x78\x33\xfb\xb3\xc2\x79\x91\x50\xe5\ -\xaf\xdb\x33\x92\x8e\x58\xd1\xf3\x64\x96\x7f\x64\x96\xd9\x66\x33\ -\xd7\x09\xab\x8e\xb9\xbc\xa4\xe2\x71\xb7\x5c\x9b\x54\x3c\xbf\x57\ -\xd8\x99\xb0\xbf\xc2\xbe\xb0\xe2\x78\xb7\xab\x54\xe2\xa0\xee\x9d\ -\x62\xae\x99\xe3\x63\x54\x77\x7f\xfd\x5f\xef\xc3\x43\x5a\x52\xda\ -\xac\xc7\xae\x76\x4d\xcf\x99\x6d\x76\xa4\x99\x4e\x2d\x73\x5f\xf6\ -\x27\x93\xc9\x62\x19\x61\xb5\xf2\xc9\xe2\x7d\xe3\x60\x23\xd7\xc0\ -\xb2\xcf\xb0\xa3\xc6\x75\x28\x5b\xe1\x1e\x12\x48\x91\x42\xa1\x40\ -\x92\x6d\xa4\xc1\x22\x91\xba\xfe\x5d\x95\x45\x30\x14\xc4\xc2\x72\ -\x00\x70\x5b\x32\x99\x2c\x94\x5d\x6b\x23\x3e\xfd\x1c\xd1\x6a\xe1\ -\x84\xc5\x71\xe0\xb6\xa0\x65\x46\x42\x30\x00\x04\xfc\xa1\x9c\x10\ -\x0c\x80\x10\x7c\x2f\x6a\x82\x01\x00\x00\x10\x3a\x84\x60\x00\x00\ -\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\ -\x00\x00\x08\xc1\x00\x00\x00\x80\xaf\xb0\x58\x06\x00\x20\x08\x0e\ -\xd0\x04\x00\x1a\xc1\x3c\xc1\x00\x00\x00\x08\x1d\xca\x21\x00\x00\ -\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\ -\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\ -\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\ -\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\ -\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\ -\x10\x82\x01\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\ -\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\ -\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\ -\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\ -\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\ -\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x40\x08\x06\x00\x00\x00\x08\ -\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\ -\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\ -\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\ -\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\ -\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x40\x08\x06\ -\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\ -\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\ -\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\x06\x00\x00\x00\ -\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\ -\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\ -\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\ -\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\ -\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\x00\x00\x40\x08\ -\x06\x00\x00\x00\x08\xc1\x00\x00\x00\x00\x21\x18\x00\x00\x00\x20\ -\x04\x03\x00\x00\x00\x84\x60\x00\x00\x00\x80\x10\x0c\x00\x00\x00\ -\x10\x82\x01\x00\x00\x40\x08\x06\x00\x00\x00\x08\xc1\x00\x00\x00\ -\x00\x21\x18\x00\x00\x00\x20\x04\x03\x00\x00\x00\x84\x60\x00\x00\ -\x00\x80\x10\x0c\x00\x00\x00\x10\x82\x01\x00\x00\x00\x42\x30\x00\ -\x00\x00\xe0\x96\xff\x7f\x00\x27\x97\xdb\xb5\x4d\x29\xcb\x9d\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\xed\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x25\x00\x00\x00\x30\x08\x06\x00\x00\x00\x96\x85\xb3\x2b\ -\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\ -\xa7\x93\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\ -\x0b\x13\x01\x00\x9a\x9c\x18\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ -\xdf\x03\x1b\x0e\x10\x3b\x1e\x53\x78\x6b\x00\x00\x08\x7a\x49\x44\ -\x41\x54\x58\xc3\xed\x98\x7b\x70\x54\xf5\x15\xc7\x3f\xbf\xfb\xd8\ -\x7b\xb3\x79\x42\x70\x09\x08\xa8\xa5\x20\x54\x4a\xaa\xa5\x6b\xad\ -\x81\xfa\x18\xf1\x3a\xad\x53\x67\xaa\x16\xad\xd1\x5a\x75\xc4\x19\ -\xa7\x63\xeb\xab\x1a\x94\x91\x91\xaa\xb5\x76\x3a\xd3\x97\xa9\x75\ -\x98\x96\xd2\x86\x19\x5b\x47\x85\x61\xd5\x1a\x35\xc1\x16\x57\xa8\ -\xe1\xfd\x0e\x04\x03\x92\x9b\x40\x4c\x76\x37\xd9\xec\x7d\xfc\xfa\ -\xc7\xde\xd0\x4d\xd8\x4d\x42\xa1\xd3\x3f\xf4\xcc\xec\x24\xfb\xdb\ -\x73\xcf\xef\xfb\x3b\xe7\x7b\xce\x3d\xbf\x03\x9f\xc9\x67\xf2\x7f\ -\x94\x58\x3c\x72\x5a\xcf\x5f\xb1\xc8\xe4\x8a\x45\xe6\xa8\x7a\x62\ -\x2c\x40\xac\xa8\x9d\xfb\xdd\x00\xa6\x07\x9f\xb3\x81\xb3\x1c\x47\ -\x96\xef\xde\xe3\x86\xf7\xb7\xba\x66\x67\x97\x27\x92\x29\xc9\xc0\ -\x80\x74\x84\xa0\x17\xf8\x18\x68\x03\xb6\x34\x36\xa4\xf7\xe4\x02\ -\x6c\x6c\x48\x8f\x1d\xd4\x20\x90\xc0\x33\xa5\xc0\xc5\xc0\x0d\xc0\ -\x95\x01\x98\xec\xc3\x02\x76\xed\x76\x59\xf7\x16\x74\xa7\x2a\xf1\ -\xb4\x08\x52\x14\x81\x00\x55\xf1\xd0\x45\x0f\xaa\xdf\x83\xf0\xd3\ -\x08\xd9\x8f\xe2\xf7\xf5\x80\xf7\x5b\x50\x7f\xd7\xd8\x90\x3e\x50\ -\x08\xd8\x88\x9e\x7a\x73\xd3\xc4\x99\x9e\x27\x7f\x13\x80\x39\x49\ -\x14\x05\x7e\xf9\x82\x4a\x4b\xea\x01\x12\xe6\xe5\xf8\x98\x20\x3d\ -\x94\xa2\x32\xb4\x8a\x89\x08\xc3\x40\x75\x93\x18\x99\x7d\x14\xa5\ -\x37\x52\x92\x7a\x9b\xe2\x54\x13\x9a\xdb\x71\x50\x0a\xf5\xa6\xc6\ -\x86\xf4\x86\x7c\xc0\x46\x02\x25\x5e\x6e\x9a\xb0\x24\x5c\xa4\x2c\ -\x93\xb2\x80\x82\x80\xf8\xf6\x49\xfc\xb4\x79\x15\xaa\xec\x47\xe0\ -\xa2\x16\x8f\x43\x1b\x37\x29\x8b\x58\x4a\x40\x20\x85\x0a\x68\x80\ -\x47\x79\xe2\x35\xaa\x3a\x1e\x46\x73\x0f\xef\x01\x65\x4e\x63\x43\ -\xda\x19\x6e\x57\x2d\x84\x68\x42\x0d\xea\x79\x53\x94\xab\xcb\x4a\ -\xd4\x1a\xd3\x28\x8c\x7d\x62\xe5\x00\x42\xfa\x6c\x6d\xaf\x46\x33\ -\x34\xb4\xca\x29\x08\x45\x19\x76\x72\x1f\x81\x8b\x40\x92\x36\x2e\ -\x20\xe4\xb4\x53\x94\x6e\xa9\x04\xd9\x74\x60\x9b\xdb\x7a\x52\x04\ -\x0a\x6d\xd6\xb5\x1e\x6f\xdb\x9e\xf4\xe6\xdd\xad\x03\x8e\xeb\x15\ -\x76\xa7\xa6\x38\x7c\xb3\xfa\xaf\x5c\x32\xbd\x09\x69\x54\x9c\x04\ -\x68\xa8\x64\x3d\x97\x36\x2f\xc0\x57\x0c\x80\x0b\xf3\xd2\x62\x24\ -\x4e\xe9\x21\x5e\xde\xba\xab\x7f\xed\xc1\xf6\xcc\x88\x19\x5a\x56\ -\xd4\x43\xed\x25\x2f\x32\x6d\xdc\xfe\xec\xbe\xa3\xa5\xbc\xf4\x72\ -\x51\x8e\x1d\x54\x6d\x9d\xce\xaa\xe5\xee\x80\xa6\xb1\xe4\x9f\x9b\ -\x52\x6d\x76\x97\x4b\x21\x27\x78\xbe\xca\xb4\xca\x83\xdc\xf1\x95\ -\x67\xa8\x30\xbb\xf0\x65\xe1\xb3\x4a\xa1\xa0\xbb\xed\x08\x99\x01\ -\xd8\x7d\x4a\xa0\x56\x2e\x77\xb2\xc0\x9e\x72\xb7\xfb\x52\xd6\x35\ -\x6f\x4c\xd2\xdd\xe3\xa1\xaa\xf9\xf9\x35\xe0\x9a\x54\x4f\xfe\x07\ -\xb7\xcf\x5d\x42\x99\xd1\x8d\xe3\x87\x0a\x96\x46\xdd\x69\x47\x48\ -\x07\x60\xc3\x29\x87\x6f\x50\xfe\xfc\xb4\xbb\xaa\xab\x3b\xb3\x74\ -\xfd\xc6\x24\x7d\x7d\x3e\x4a\x01\xde\xf7\xbb\xc5\xcc\xab\x5a\xc7\ -\x3d\x17\xde\xc7\xb9\xe5\x3b\xba\xd3\x5e\x78\xf7\x70\x40\x8a\x9f\ -\x44\x75\x6d\x84\xf4\xed\xc6\x86\x74\x67\xbe\x0a\x5f\x10\xd4\x8f\ -\x9e\x1b\xcf\xca\xe5\xd9\x6c\x3d\xd2\x7d\x83\x59\x77\xcf\x42\x31\ -\xbe\xac\x94\x0f\xb6\x26\xf0\xfc\xc2\x07\x70\xfc\x10\x73\x26\x34\ -\xf1\xf0\x57\xbf\x3b\xf0\xc3\x79\x77\x3d\x74\xf4\x58\xe9\xd9\xc0\ -\x75\xc0\x8b\x20\xfa\x34\xaf\x0b\xd5\xeb\x06\x78\xaf\x90\x8d\x82\ -\xa0\x7e\x7e\xff\x71\x00\xe5\xef\x1b\x6b\x96\x1c\xef\x49\x1d\x0b\ -\x1b\xda\xd2\x19\xb3\x6e\x61\xdf\xe1\x89\xec\x6b\xeb\x1f\xd1\xb3\ -\x12\x41\x59\xe8\x58\xd5\xc5\x93\xd7\x2e\x8d\xdd\x3a\xd1\x3c\xfa\ -\x44\xd9\x2b\xc0\x5d\x8e\x56\x3c\xc3\xc8\xec\x7b\x5b\xf5\x93\x80\ -\x7c\x17\x38\xf5\x8a\x7e\xfd\x83\x28\xba\xc2\x9a\xd9\xb3\x6a\xae\ -\x39\xcc\x6a\x8e\xf4\x4c\x26\xec\xac\xa2\x38\x75\x27\x57\x5e\x12\ -\xa6\x72\x9c\x36\x96\xe8\xaf\x05\x6e\xb5\xa2\xf6\x71\x80\x4b\x6f\ -\x9b\x7b\xa3\xee\x7c\xbc\x5a\xf1\x7b\x2e\x6c\x6c\xc8\xb4\x9c\x72\ -\xf6\xbd\xf4\x2c\xbe\xa6\xd2\xba\xa3\xd5\xc7\x4e\x4e\x26\xa4\x81\ -\x6b\x5e\x4f\x52\xb9\x8d\x0d\x2d\x7d\xa4\x07\x24\x42\x8c\xe2\x34\ -\xf8\x06\xf0\xc4\xe0\x82\x99\xde\x76\x4c\xf1\x7b\x5e\x02\xf5\x50\ -\xa1\x8e\x61\x74\xa2\x0b\xde\xd3\xfd\x96\xa4\x22\x82\xda\xa2\x18\ -\xf8\xe5\x4b\xb1\x13\xb3\x89\x6f\x4e\x8d\xb5\x0b\xb9\x37\x16\x8f\ -\xdc\x92\xad\x7d\xc6\x3b\xa0\xdc\x02\xb2\xfb\x94\xba\x84\xa1\x1e\ -\x0b\x85\x91\x99\x5d\x99\xca\x75\x53\x5d\xc3\x3a\xf1\x94\x9a\xd9\ -\x48\xa8\x73\x3e\x73\x66\xea\x44\xab\xc3\x64\x9c\x51\xab\xe6\xc7\ -\x52\x32\xe5\x9a\x8b\x6d\x7f\x34\xc5\x51\x3d\xb5\x72\x79\xa6\x0f\ -\xf8\x83\x9e\xa8\xe3\x44\x4d\x94\xe0\x85\xe6\xe1\x54\xfc\x9a\xbd\ -\xad\x09\x5a\x3f\xca\x14\xac\x5f\xb9\xaf\x53\x21\xb8\x6a\x2c\x24\ -\x1c\x53\x9d\x42\x29\x5d\x2a\x9c\x2d\x5d\x7a\x6a\xc5\x7f\x7c\x2b\ -\xc1\x2d\xfe\x3e\xfd\x7a\x2d\x5b\x76\x7e\x42\x22\xe9\x8d\xc6\x2f\ -\x01\x4c\x3a\x23\xa0\x6a\xeb\x74\x56\x3e\x99\xf0\x41\x7c\x4f\xef\ -\x7d\x0c\xc5\xd9\x3d\x04\x58\xa6\xfc\x57\x74\x25\xe7\xb2\x63\x6f\ -\x02\xcf\x1b\xd1\x94\x0b\x6c\x1a\x0b\x28\x75\x34\x85\x2d\xcd\x7e\ -\x16\xd8\x72\x67\x6f\xf5\xfc\xbe\x22\xc5\xdd\x5e\xe3\x19\x57\x83\ -\x28\x09\xce\x6f\x20\xf5\xd9\x24\x3a\xd7\x30\xa1\x22\x4d\x69\x49\ -\xc1\x32\xf1\x82\x15\xb5\x57\x9c\xb9\xf0\x9d\x48\x70\xef\x49\x25\ -\xf3\xce\x9f\x8c\x9e\x7b\x10\xb2\xf7\xc4\xb2\x6f\x7c\x9d\xfe\xd0\ -\xdd\xfc\x6b\x87\x87\xeb\xe5\x25\xfc\x0b\xc0\x03\x63\xbd\x7c\xa8\ -\x63\xc1\xb2\xa5\xd9\x0f\xfe\x92\xa9\x9e\x2f\x9b\x84\xb7\xf7\x7c\ -\x35\xf3\xde\x2c\xd7\xfc\x36\x08\x23\xeb\x30\x7d\x3a\xe9\xee\x35\ -\x14\x85\xba\x99\x58\xa9\xe5\xf6\x24\xcf\x00\x8f\x59\x51\x3b\x39\ -\xfc\x12\x72\xda\x9e\xaa\xad\xd3\xb3\xd9\xf8\x13\x8e\x01\x37\x2a\ -\x99\xf5\x7f\x2b\xea\x9c\x85\xe2\xbc\x0f\x02\x3c\x7d\x1a\x8a\x3e\ -\x89\x9d\x7b\xd3\x88\xec\x1b\x3b\x03\x3c\x02\xd4\x59\x51\xbb\x77\ -\xac\x80\xc6\x54\xa7\xf2\x12\x3f\x78\x51\xd7\xd6\xa9\x8f\x81\xff\ -\xa0\x1b\xbe\xa3\xd4\xd7\x2f\x45\x4b\x2c\xc3\x50\xdb\xb9\xf9\xda\ -\xf1\x47\x5d\x4f\x3e\x60\x45\xed\x55\xf9\xae\x69\x67\x1c\xd4\x10\ -\xaf\x2d\x77\xa8\xad\x53\xbe\x84\xf4\x1f\x15\x92\x8b\x7c\xa1\x98\ -\xe7\x4e\x29\xda\xb6\xb0\xa6\xf4\xfe\x05\x73\x8f\x6e\x1f\xe4\xcf\ -\xa9\x00\x2a\x78\xfb\x1d\x8d\x8c\xb1\x78\xe4\x24\x9d\x9b\x1f\xd1\ -\xab\x6f\x7f\x3c\xb4\x60\x73\x6b\x44\xcb\x67\xa3\x90\xcd\x11\xf7\ -\x3a\x5d\x50\x23\xd9\x1c\x66\x7b\x7c\x2c\x1e\xf9\x62\x2c\x1e\x39\ -\xa7\xd0\xfe\x62\xd8\x0f\xe7\x02\x1b\xac\xa8\x5d\x55\x60\x83\x1f\ -\x00\x33\xad\xa8\x7d\x6f\xb0\x76\x14\xd8\x09\xf4\x07\x49\x53\x01\ -\x84\x81\x57\x81\xa7\xac\xa8\x9d\xca\xb9\x6d\xcf\xc8\x36\x7a\xf4\ -\x02\xbb\x80\x09\x40\x0d\x50\x6f\x45\xed\x67\x73\xb9\xa7\xe5\xc9\ -\xc6\xca\x11\x0e\x6f\x02\xc5\x39\xdf\xcf\x02\x2e\xb5\xa2\xf6\xfe\ -\x1c\xf0\x4a\x00\xfe\xfd\x58\x3c\x72\xbd\x15\xb5\x77\x05\x3f\x6d\ -\x08\xfa\xaa\xb5\x39\xba\x26\xf0\x7a\x2c\x1e\x29\xb5\xa2\xf6\xe3\ -\x83\xdc\x53\x38\x7d\xd1\x86\xcd\x20\x7c\x2b\x6a\xff\x02\x58\x01\ -\xd4\x05\xeb\x93\x80\x72\x60\x48\x53\x67\x45\xed\x34\xb0\x18\xe8\ -\x0d\x0e\x33\xd4\xe0\x99\x90\x61\x59\xd6\x0c\x58\xb1\x78\x64\x8a\ -\x15\xb5\xdb\x63\xf1\xc8\xcf\x80\xa7\x63\xf1\x48\x0b\x90\x00\x8e\ -\x00\x6d\x56\xd4\xde\x0a\xec\x1c\xe4\x69\xbe\xf0\x89\x42\x23\xa0\ -\xff\xa2\x8c\x78\xc1\x4b\x58\x0f\x00\xff\x38\x16\x8f\x7c\x39\x98\ -\xda\x8c\x03\x66\x03\x97\xc5\xe2\x91\x69\xc0\x8b\x56\xd4\x7e\xbd\ -\x90\xa7\xbc\x02\xa7\x3e\x71\x69\x06\xfc\x31\xce\xb3\xce\x0a\x0e\ -\xd0\x11\x8b\x47\xae\x02\x34\x2b\x6a\xaf\x1b\xec\x14\x62\xf1\x48\ -\x51\x30\x66\x8a\x02\x8f\xc6\xe2\x91\xb6\x41\xfe\x29\xc3\xdc\x7f\ -\x10\xb0\x63\xf1\xc8\x75\x05\x42\x73\x25\xf0\xfe\x68\x21\x8c\xc5\ -\x23\xa5\xc0\x43\xc0\xab\x56\xd4\xee\x03\xce\x07\x9e\x1b\xa6\xd7\ -\x6f\x45\x6d\x1b\xd8\x1c\x80\x2f\x39\x29\x14\xaf\x35\xcd\xe1\xda\ -\x05\xdb\x08\x5c\xbc\x1a\x78\x12\x78\x27\x48\xf7\x69\x41\x46\xe9\ -\x56\xd4\x5e\x94\xe3\x95\x04\x70\x6f\x30\xa9\x53\x03\xc3\x17\x00\ -\xdf\x01\xfe\x68\x45\xed\xe7\x72\x74\xd7\x01\x4e\x00\x6e\x7f\x70\ -\xa9\xa8\x06\xee\x03\x5a\xac\xa8\xfd\x50\x5e\x7e\xac\x58\xf9\xb8\ -\x72\x7b\xed\x32\x7f\xcd\xfa\x99\xc5\xba\x71\xec\x56\x29\xb5\xb9\ -\x42\x78\x2a\xc8\x0e\x21\xbc\x37\x16\xce\xfb\xa4\x39\x57\x7f\x4d\ -\xf3\xac\x07\x75\xb3\xcb\x43\xf8\x02\x29\x84\x94\x6a\x1a\xe4\x81\ -\xe2\xf1\x9d\x6f\xce\xff\x3c\x27\xa6\x22\xcf\x3f\xff\xfb\xb2\xc5\ -\x8b\xef\xec\x7d\x63\x53\xf9\x65\xd2\xd7\xae\x90\x52\x9d\x0c\xd2\ -\x45\xc8\x43\x8a\x9a\x5e\xb7\xf0\xa2\xe4\x87\x00\x0d\xaf\xdc\xc4\ -\xa2\x6f\xfd\x65\x28\xa8\xfa\xfa\xfa\xf3\x84\x92\x69\xf3\xdd\x70\ -\xcd\x40\xdf\x94\x23\xbd\x1d\x0b\xba\x8c\xe2\x43\x45\xba\x69\x9b\ -\xba\xd9\xa9\xeb\x66\xa7\x16\x64\xce\x78\x84\xff\x51\x26\x35\xf5\ -\x6c\x29\x55\x0f\x29\xfc\xfe\xc4\xf4\xce\x70\xc5\xf6\x73\x14\x35\ -\x83\xa2\xa6\x3b\x15\xb5\xcf\x00\xe1\x03\xdd\xd9\x22\x29\x76\x3a\ -\xe9\x09\x5a\xdf\x27\x5f\x38\xae\x86\x7a\x8b\x9d\xfe\xaa\x94\xef\ -\x99\x99\xf2\xaa\xc6\xa9\x5a\xa8\xc7\x01\x79\xe8\xee\xbb\x17\xf7\ -\xe5\x23\xba\x2f\xfd\xd0\xd7\x84\xe2\xce\x30\x4b\x0e\x9a\x66\xc9\ -\xc1\xcf\x01\x21\x20\x02\x1c\x00\xa6\x06\xc5\xb5\x03\xa9\x74\x84\ -\xc2\x87\xcf\x0f\x6c\x54\x19\x25\x6d\xfb\x80\x99\xc0\xd1\x6c\x2f\ -\x3e\xd8\x9a\xb2\x39\x1b\x2a\x79\xb9\x6e\x76\x66\xca\xab\xde\x3d\ -\x14\x84\xd9\x05\x7a\x82\xaa\x7e\x18\x84\x07\xec\xcd\x07\xea\xa3\ -\x60\x9a\xfb\x41\x90\x65\x22\xa7\xd2\xbb\x01\x6f\xd4\x20\x4b\x1d\ -\x60\x4d\xa0\x37\xb8\xf6\x56\x4e\x06\x1b\xc1\xe7\x78\xc0\x21\x2d\ -\xd0\xcd\xb5\x2b\x81\x0f\x83\x35\xf7\x7f\x3a\x6f\xaf\xaf\xaf\xcf\ -\xfb\xff\x67\xf2\xa9\x90\x7f\x03\xbb\x9c\x9c\x9c\x32\xd8\x63\xca\ -\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\x0c\ -\x05\xe1\xfc\x77\ -\x00\x6c\ -\x00\x6f\x00\x67\x00\x6f\x00\x2d\x00\x75\x00\x64\x00\x73\x00\x2d\x00\x62\x00\x69\x00\x67\ -\x00\x0e\ -\x01\x8e\xbf\xec\ -\x00\x6c\ -\x00\x6f\x00\x67\x00\x6f\x00\x2d\x00\x75\x00\x64\x00\x73\x00\x2d\x00\x73\x00\x6d\x00\x61\x00\x6c\x00\x6c\ -" - -qt_resource_struct = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x02\ -\x00\x00\x00\x30\x00\x00\x00\x00\x00\x01\x00\x00\x8e\x90\ -\x00\x00\x00\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -" - -def qInitResources(): - QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/client/full/src/UDSWindow.py b/client/full/src/UDSWindow.py deleted file mode 100644 index 86e5b3b9..00000000 --- a/client/full/src/UDSWindow.py +++ /dev/null @@ -1,105 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'UDSWindow.ui' -# -# Created: Mon Apr 27 21:41:43 2015 -# by: PyQt4 UI code generator 4.11.2 -# -# WARNING! All changes made in this file will be lost! - -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) - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName(_fromUtf8("MainWindow")) - MainWindow.setWindowModality(QtCore.Qt.NonModal) - MainWindow.resize(259, 185) - MainWindow.setCursor(QtGui.QCursor(QtCore.Qt.BusyCursor)) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/logo-uds-small")), QtGui.QIcon.Normal, QtGui.QIcon.Off) - MainWindow.setWindowIcon(icon) - MainWindow.setWindowOpacity(1.0) - self.centralwidget = QtGui.QWidget(MainWindow) - self.centralwidget.setAutoFillBackground(True) - self.centralwidget.setObjectName(_fromUtf8("centralwidget")) - self.verticalLayout_2 = QtGui.QVBoxLayout(self.centralwidget) - self.verticalLayout_2.setSpacing(4) - self.verticalLayout_2.setMargin(4) - self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2")) - self.frame = QtGui.QFrame(self.centralwidget) - self.frame.setFrameShape(QtGui.QFrame.StyledPanel) - self.frame.setFrameShadow(QtGui.QFrame.Raised) - self.frame.setObjectName(_fromUtf8("frame")) - self.verticalLayout_3 = QtGui.QVBoxLayout(self.frame) - self.verticalLayout_3.setSpacing(4) - self.verticalLayout_3.setMargin(4) - self.verticalLayout_3.setObjectName(_fromUtf8("verticalLayout_3")) - self.verticalLayout = QtGui.QVBoxLayout() - self.verticalLayout.setObjectName(_fromUtf8("verticalLayout")) - self.image = QtGui.QLabel(self.frame) - self.image.setMinimumSize(QtCore.QSize(0, 24)) - self.image.setAutoFillBackground(True) - self.image.setText(_fromUtf8("")) - self.image.setPixmap(QtGui.QPixmap(_fromUtf8(":/images/logo-uds-small"))) - self.image.setScaledContents(False) - self.image.setAlignment(QtCore.Qt.AlignCenter) - self.image.setObjectName(_fromUtf8("image")) - self.verticalLayout.addWidget(self.image) - self.info = QtGui.QLabel(self.frame) - self.info.setMaximumSize(QtCore.QSize(16777215, 16)) - self.info.setObjectName(_fromUtf8("info")) - self.verticalLayout.addWidget(self.info) - self.progressBar = QtGui.QProgressBar(self.frame) - self.progressBar.setProperty("value", 24) - self.progressBar.setTextVisible(False) - self.progressBar.setObjectName(_fromUtf8("progressBar")) - self.verticalLayout.addWidget(self.progressBar) - self.horizontalLayout = QtGui.QHBoxLayout() - self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout")) - spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) - self.horizontalLayout.addItem(spacerItem) - self.cancelButton = QtGui.QPushButton(self.frame) - self.cancelButton.setDefault(True) - self.cancelButton.setFlat(False) - self.cancelButton.setObjectName(_fromUtf8("cancelButton")) - self.horizontalLayout.addWidget(self.cancelButton) - spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum) - self.horizontalLayout.addItem(spacerItem1) - self.verticalLayout.addLayout(self.horizontalLayout) - self.verticalLayout_3.addLayout(self.verticalLayout) - self.verticalLayout_2.addWidget(self.frame) - MainWindow.setCentralWidget(self.centralwidget) - - self.retranslateUi(MainWindow) - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - MainWindow.setWindowTitle(_translate("MainWindow", "UDS Connection", None)) - self.info.setText(_translate("MainWindow", "TextLabel", None)) - self.cancelButton.setText(_translate("MainWindow", "Cancel", None)) - -import UDSResources_rc - -if __name__ == "__main__": - import sys - app = QtGui.QApplication(sys.argv) - MainWindow = QtGui.QMainWindow() - ui = Ui_MainWindow() - ui.setupUi(MainWindow) - MainWindow.show() - sys.exit(app.exec_()) - diff --git a/client/full/src/UDSWindow.ui b/client/full/src/UDSWindow.ui deleted file mode 100644 index d6a7a11a..00000000 --- a/client/full/src/UDSWindow.ui +++ /dev/null @@ -1,160 +0,0 @@ - - - MainWindow - - - Qt::NonModal - - - - 0 - 0 - 259 - 185 - - - - BusyCursor - - - UDS Connection - - - - :/images/logo-uds-small:/images/logo-uds-small - - - 1.000000000000000 - - - - true - - - - 4 - - - 4 - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - 4 - - - 4 - - - - - - - - 0 - 24 - - - - true - - - - - - :/images/logo-uds-small - - - false - - - Qt::AlignCenter - - - - - - - - 16777215 - 16 - - - - TextLabel - - - - - - - 24 - - - false - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Cancel - - - true - - - false - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - - - - - - diff --git a/client/full/src/images/logo-512.png b/client/full/src/images/logo-512.png deleted file mode 100644 index 96ff1bcc..00000000 Binary files a/client/full/src/images/logo-512.png and /dev/null differ diff --git a/client/full/src/images/logo-uds-small.png b/client/full/src/images/logo-uds-small.png deleted file mode 100644 index 67841a48..00000000 Binary files a/client/full/src/images/logo-uds-small.png and /dev/null differ diff --git a/client/full/src/images/logo-uds.png b/client/full/src/images/logo-uds.png deleted file mode 100644 index 985d21d4..00000000 Binary files a/client/full/src/images/logo-uds.png and /dev/null differ diff --git a/client/full/src/images/uds.ico b/client/full/src/images/uds.ico deleted file mode 100644 index ea9ba95b..00000000 Binary files a/client/full/src/images/uds.ico and /dev/null differ diff --git a/client/full/src/macosx/uds.icns b/client/full/src/macosx/uds.icns deleted file mode 100644 index 417447a8..00000000 Binary files a/client/full/src/macosx/uds.icns and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_128x128.png b/client/full/src/macosx/uds.iconset/icon_128x128.png deleted file mode 100644 index 1140d9cf..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_128x128.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_128x128@2x.png b/client/full/src/macosx/uds.iconset/icon_128x128@2x.png deleted file mode 100644 index 217aa7c0..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_128x128@2x.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_16x16.png b/client/full/src/macosx/uds.iconset/icon_16x16.png deleted file mode 100644 index 8cebe23a..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_16x16.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_16x16@2x.png b/client/full/src/macosx/uds.iconset/icon_16x16@2x.png deleted file mode 100644 index bc01543f..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_16x16@2x.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_256x256.png b/client/full/src/macosx/uds.iconset/icon_256x256.png deleted file mode 100644 index 217aa7c0..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_256x256.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_256x256@2x.png b/client/full/src/macosx/uds.iconset/icon_256x256@2x.png deleted file mode 100644 index 96ff1bcc..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_256x256@2x.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_32x32.png b/client/full/src/macosx/uds.iconset/icon_32x32.png deleted file mode 100644 index bc01543f..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_32x32.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_32x32@2x.png b/client/full/src/macosx/uds.iconset/icon_32x32@2x.png deleted file mode 100644 index af7648cf..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_32x32@2x.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_512x512.png b/client/full/src/macosx/uds.iconset/icon_512x512.png deleted file mode 100644 index 96ff1bcc..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_512x512.png and /dev/null differ diff --git a/client/full/src/macosx/uds.iconset/icon_512x512@2x.png b/client/full/src/macosx/uds.iconset/icon_512x512@2x.png deleted file mode 100644 index 39681a12..00000000 Binary files a/client/full/src/macosx/uds.iconset/icon_512x512@2x.png and /dev/null differ diff --git a/client/full/src/uds/__init__.py b/client/full/src/uds/__init__.py deleted file mode 100644 index 36303224..00000000 --- a/client/full/src/uds/__init__.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2014-2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -VERSION = '3.5.0' - -__title__ = 'udclient' -__version__ = VERSION -__build__ = 0x010780 -__author__ = 'Adolfo Gómez' -__license__ = "BSD 3-clause" -__copyright__ = "Copyright 2014-2021 VirtualCable S.L.U." diff --git a/client/full/src/uds/forward.py b/client/full/src/uds/forward.py deleted file mode 100644 index d171f977..00000000 --- a/client/full/src/uds/forward.py +++ /dev/null @@ -1,211 +0,0 @@ -# Based on forward.py from paramiko -# Copyright (C) 2003-2007 Robey Pointer -# https://github.com/paramiko/paramiko/blob/master/demos/forward.py - -from __future__ import unicode_literals - -from binascii import hexlify -import threading -import random -import time -import select - -import paramiko -import six - -from .log import logger - -if six.PY2: - import SocketServer as socketserver # pylint: disable=import-error -else: - import socketserver - -class CheckfingerPrints(paramiko.MissingHostKeyPolicy): - def __init__(self, fingerPrints): - super(CheckfingerPrints, self).__init__() - self.fingerPrints = fingerPrints - - def missing_host_key(self, client, hostname, key): - if self.fingerPrints: - remotefingerPrints = hexlify(key.get_fingerprint()).decode().lower() - logger.debug('Checking keys {} against {}'.format(remotefingerPrints, self.fingerPrints)) - if remotefingerPrints not in self.fingerPrints.split(','): - logger.error("Server {!r} has invalid fingerPrints. ({} vs {})".format(hostname, remotefingerPrints, self.fingerPrints)) - raise paramiko.SSHException( - "Server {!r} has invalid fingerPrints".format(hostname) - ) - - -class ForwardServer(socketserver.ThreadingTCPServer): - daemon_threads = True - allow_reuse_address = True - - -class Handler(socketserver.BaseRequestHandler): - - def handle(self): - self.thread.currentConnections += 1 - - try: - chan = self.ssh_transport.open_channel('direct-tcpip', - (self.chain_host, self.chain_port), - self.request.getpeername()) - except Exception as e: - logger.exception('Incoming request to %s:%d failed: %s', self.chain_host, self.chain_port, repr(e)) - return - if chan is None: - logger.error('Incoming request to %s:%d was rejected by the SSH server.', self.chain_host, self.chain_port) - return - - logger.debug('Connected! Tunnel open %r -> %r -> %r', self.request.getpeername(), chan.getpeername(), (self.chain_host, self.chain_port)) - try: - while self.event.is_set() is False: - r, _w, _x = select.select([self.request, chan], [], [], 1) # pylint: disable=unused-variable - - if self.request in r: - data = self.request.recv(1024) - if not data: - break - chan.send(data) - if chan in r: - data = chan.recv(1024) - if not data: - break - self.request.send(data) - except Exception: - pass - - try: - peername = self.request.getpeername() - chan.close() - self.request.close() - logger.debug('Tunnel closed from %r', peername,) - except Exception: - pass - - self.thread.currentConnections -= 1 - - if self.thread.stoppable is True and self.thread.currentConnections == 0: - self.thread.stop() - - -class ForwardThread(threading.Thread): - status = 0 # Connecting - - def __init__(self, server, port, username, password, localPort, redirectHost, redirectPort, waitTime, fingerPrints): - threading.Thread.__init__(self) - self.client = None - self.fs = None - - self.server = server - self.port = int(port) - self.username = username - self.password = password - - self.localPort = int(localPort) - self.redirectHost = redirectHost - self.redirectPort = redirectPort - - self.waitTime = waitTime - - self.fingerPrints = fingerPrints - - self.stopEvent = threading.Event() - - self.timer = None - self.currentConnections = 0 - self.stoppable = False - self.client = None - - def clone(self, redirectHost, redirectPort, localPort=None): - if localPort is None: - localPort = random.randrange(33000, 52000) - - ft = ForwardThread(self.server, self.port, self.username, self.password, localPort, redirectHost, redirectPort, self.waitTime, self.fingerPrints) - ft.client = self.client - self.client.useCount += 1 # One more using this client - ft.start() - - while ft.status == 0: - time.sleep(0.1) - - return (ft, localPort) - - - def _timerFnc(self): - self.timer = None - logger.debug('Timer fnc: %s', self.currentConnections) - self.stoppable = True - if self.currentConnections <= 0: - self.stop() - - def run(self): - if self.client is None: - try: - self.client = paramiko.SSHClient() - self.client.useCount = 1 # Custom added variable, to keep track on when to close tunnel - # self.client.load_system_host_keys() - self.client.set_missing_host_key_policy(CheckfingerPrints(self.fingerPrints)) - - logger.debug('Connecting to ssh host %s:%d ...', self.server, self.port) - - self.client.connect(self.server, self.port, username=self.username, password=self.password, timeout=5) - except Exception: - logger.exception('Exception connecting: ') - self.status = 2 # Error - return - - class SubHandler(Handler): - chain_host = self.redirectHost - chain_port = self.redirectPort - ssh_transport = self.client.get_transport() - event = self.stopEvent - thread = self - - logger.debug('Wait Time: %s', self.waitTime) - self.timer = threading.Timer(self.waitTime, self._timerFnc) - self.timer.start() - - self.status = 1 # Ok, listening - - self.fs = ForwardServer(('', self.localPort), SubHandler) - self.fs.serve_forever() - - def stop(self): - try: - if self.timer: - self.timer.cancel() - - self.stopEvent.set() - self.fs.shutdown() - - if self.client is not None: - self.client.useCount -= 1 - if self.client.useCount == 0: - self.client.close() - self.client = None # Clean up - except Exception: - logger.exception('Exception stopping') - - -def forward(server, port, username, password, redirectHost, redirectPort, localPort=None, waitTime=10, fingerPrints=None): - ''' - Instantiates an ssh connection to server:port - Returns the Thread created and the local redirected port as a list: (thread, port) - ''' - port, redirectPort = int(port), int(redirectPort) - - if localPort is None: - localPort = random.randrange(33000, 52000) - - logger.debug('Connecting to %s:%s using %s/%s redirecting to %s:%s, listening on 127.0.0.1:%s', - server, port, username, password, redirectHost, redirectPort, localPort) - - ft = ForwardThread(server, port, username, password, localPort, redirectHost, redirectPort, waitTime, fingerPrints) - - ft.start() - - while ft.status == 0: - time.sleep(0.1) - - return (ft, localPort) diff --git a/client/full/src/uds/log.py b/client/full/src/uds/log.py deleted file mode 100644 index 4c4446c4..00000000 --- a/client/full/src/uds/log.py +++ /dev/null @@ -1,55 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2014 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -import logging -import os -import sys -import tempfile - -if sys.platform.startswith('linux'): - from os.path import expanduser # pylint: disable=ungrouped-imports - logFile = expanduser('~/udsclient.log') -else: - logFile = os.path.join(tempfile.gettempdir(), b'udsclient.log') - -try: - logging.basicConfig( - filename=logFile, - filemode='a', - format='%(levelname)s %(asctime)s %(message)s', - level=logging.INFO - ) -except Exception: - logging.basicConfig(format='%(levelname)s %(asctime)s %(message)s', level=logging.INFO) - -logger = logging.getLogger('udsclient') diff --git a/client/full/src/uds/osDetector.py b/client/full/src/uds/osDetector.py deleted file mode 100644 index aa29d390..00000000 --- a/client/full/src/uds/osDetector.py +++ /dev/null @@ -1,48 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -import sys - -LINUX = 'Linux' -WINDOWS = 'Windows' -MAC_OS_X = 'Mac os x' - -def getOs(): - if sys.platform.startswith('linux'): - return LINUX - if sys.platform.startswith('win'): - return WINDOWS - if sys.platform.startswith('darwin'): - return MAC_OS_X - return 'other' diff --git a/client/full/src/uds/rest.py b/client/full/src/uds/rest.py deleted file mode 100644 index 3789a984..00000000 --- a/client/full/src/uds/rest.py +++ /dev/null @@ -1,123 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -# pylint: disable=c-extension-no-member,no-name-in-module -from __future__ import unicode_literals - -import json -import urllib - -import six - -from PyQt4.QtCore import pyqtSignal, pyqtSlot -from PyQt4.QtCore import QObject, QUrl, QSettings -from PyQt4.QtCore import Qt -from PyQt4.QtNetwork import QNetworkAccessManager, QNetworkRequest, QNetworkReply, QSslCertificate -from PyQt4.QtGui import QMessageBox - -from . import osDetector - -from . import VERSION - - - -class RestRequest(QObject): - - restApiUrl = '' # - - done = pyqtSignal(dict, name='done') - - def __init__(self, url, parentWindow, done, params=None): # parent not used - super(RestRequest, self).__init__() - # private - self._manager = QNetworkAccessManager() - if params is not None: - url += '?' + '&'.join('{}={}'.format(k, urllib.quote(six.text_type(v).encode('utf8'))) for k, v in params.iteritems()) - - self.url = QUrl(RestRequest.restApiUrl + url) - - # connect asynchronous result, when a request finishes - self._manager.finished.connect(self._finished) - self._manager.sslErrors.connect(self._sslError) - self._parentWindow = parentWindow - - self.done.connect(done, Qt.QueuedConnection) - - # private slot, no need to declare as slot - @pyqtSlot(QNetworkReply) - def _finished(self, reply): - ''' - Handle signal 'finished'. A network request has finished. - ''' - try: - if reply.error() != QNetworkReply.NoError: - raise Exception(reply.errorString()) - data = six.text_type(reply.readAll()) - data = json.loads(data) - except Exception as e: - data = { - 'result': None, - 'error': six.text_type(e) - } - - self.done.emit(data) - - reply.deleteLater() # schedule for delete from main event loop - - @pyqtSlot(QNetworkReply, list) - def _sslError(self, reply, errors): - # reply.ignoreSslErrors() - - settings = QSettings() - settings.beginGroup('ssl') - cert = errors[0].certificate() - digest = six.text_type(cert.digest().toHex()) - - approved = settings.value(digest, False).toBool() - - errorString = '

Please, accept the certificate for {}

'.format(cert.subjectInfo(QSslCertificate.CommonName)) - - # for err in errors: - # errorString += '
  • ' + err.errorString() + '
  • ' - - # errorString += '' - - if approved or QMessageBox.warning(self._parentWindow, 'SSL Warning', errorString, QMessageBox.Yes | QMessageBox.No) == QMessageBox.Yes: - settings.setValue(digest, True) - reply.ignoreSslErrors() - - settings.endGroup() - - def get(self): - request = QNetworkRequest(self.url) - request.setRawHeader('User-Agent', osDetector.getOs() + " - UDS Connector " + VERSION) - self._manager.get(request) diff --git a/client/full/src/uds/tools.py b/client/full/src/uds/tools.py deleted file mode 100644 index 5c4b93dd..00000000 --- a/client/full/src/uds/tools.py +++ /dev/null @@ -1,205 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2015 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -from base64 import b64decode - -import tempfile -import string -import random -import os -import socket -import stat -import sys -import time - -import six - -from .log import logger - -_unlinkFiles = [] -_tasksToWait = [] -_execBeforeExit = [] - -sys_fs_enc = sys.getfilesystemencoding() or 'mbcs' - -# Public key for scripts -PUBLIC_KEY = '''-----BEGIN PUBLIC KEY----- -MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuNURlGjBpqbglkTTg2lh -dU5qPbg9Q+RofoDDucGfrbY0pjB9ULgWXUetUWDZhFG241tNeKw+aYFTEorK5P+g -ud7h9KfyJ6huhzln9eyDu3k+kjKUIB1PLtA3lZLZnBx7nmrHRody1u5lRaLVplsb -FmcnptwYD+3jtJ2eK9ih935DYAkYS4vJFi2FO+npUQdYBZHPG/KwXLjP4oGOuZp0 -pCTLiCXWGjqh2GWsTECby2upGS/ZNZ1r4Ymp4V2A6DZnN0C0xenHIY34FWYahbXF -ZGdr4DFBPdYde5Rb5aVKJQc/pWK0CV7LK6Krx0/PFc7OGg7ItdEuC7GSfPNV/ANt -5BEQNF5w2nUUsyN8ziOrNih+z6fWQujAAUZfpCCeV9ekbwXGhbRtdNkbAryE5vH6 -eCE0iZ+cFsk72VScwLRiOhGNelMQ7mIMotNck3a0P15eaGJVE2JV0M/ag/Cnk0Lp -wI1uJQRAVqz9ZAwvF2SxM45vnrBn6TqqxbKnHCeiwstLDYG4fIhBwFxP3iMH9EqV -2+QXqdJW/wLenFjmXfxrjTRr+z9aYMIdtIkSpADIlbaJyTtuQpEdWnrlDS2b1IGd -Okbm65EebVzOxfje+8dRq9Uqwip8f/qmzFsIIsx3wPSvkKawFwb0G5h2HX5oJrk0 -nVgtClKcDDlSaBsO875WDR0CAwEAAQ== ------END PUBLIC KEY-----''' - - -def saveTempFile(content, filename=None): - if filename is None: - filename = ''.join(random.choice(string.ascii_lowercase + string.digits) for _ in range(16)) - filename = filename + '.uds' - - if 'win32' in sys.platform: - logger.info('Fixing for win32') - filename = filename.encode(sys_fs_enc) - - filename = os.path.join(tempfile.gettempdir(), filename) - - with open(filename, 'w') as f: - f.write(content) - - logger.info('Returning filename') - return filename - - -def readTempFile(filename): - if 'win32' in sys.platform: - filename = filename.encode('utf-8') - - filename = os.path.join(tempfile.gettempdir(), filename) - try: - with open(filename, 'r') as f: - return f.read() - except Exception: - return None - - -def testServer(host, port, timeOut=4): - try: - sock = socket.create_connection((host, int(port)), timeOut) - sock.close() - except Exception: - return False - return True - - -def findApp(appName, extraPath=None): - if 'win32' in sys.platform and isinstance(appName, six.text_type): - appName = appName.encode(sys_fs_enc) - searchPath = os.environ['PATH'].split(os.pathsep) - if extraPath is not None: - searchPath += list(extraPath) - - for path in searchPath: - fileName = os.path.join(path, appName) - if os.path.isfile(fileName) and (os.stat(fileName).st_mode & stat.S_IXUSR) != 0: - return fileName - return None - - -def getHostName(): - ''' - Returns current host name - In fact, it's a wrapper for socket.gethostname() - ''' - hostname = socket.gethostname() - if 'win32' in sys.platform: - hostname = hostname.decode(sys_fs_enc) - - hostname = six.text_type(hostname) - logger.info('Hostname: %s', hostname) - return hostname - -# Queing operations (to be executed before exit) - - -def addFileToUnlink(filename): - ''' - Adds a file to the wait-and-unlink list - ''' - _unlinkFiles.append(filename) - - -def unlinkFiles(): - ''' - Removes all wait-and-unlink files - ''' - if _unlinkFiles: - time.sleep(5) # Wait 5 seconds before deleting anything - - for f in _unlinkFiles: - try: - os.unlink(f) - except Exception: - pass - - -def addTaskToWait(taks): - _tasksToWait.append(taks) - - -def waitForTasks(): - for t in _tasksToWait: - try: - if hasattr(t, 'join'): - t.join() - elif hasattr(t, 'wait'): - t.wait() - except Exception: - pass - - -def addExecBeforeExit(fnc): - _execBeforeExit.append(fnc) - - -def execBeforeExit(): - for fnc in _execBeforeExit: - fnc.__call__() - - -def verifySignature(script, signature): - ''' - Verifies with a public key from whom the data came that it was indeed - signed by their private key - param: public_key_loc Path to public key - param: signature String signature to be verified - return: Boolean. True if the signature is valid; False otherwise. - ''' - # For signature checking - from Crypto.PublicKey import RSA - from Crypto.Signature import PKCS1_v1_5 - from Crypto.Hash import SHA256 - - rsakey = RSA.importKey(PUBLIC_KEY) - signer = PKCS1_v1_5.new(rsakey) - digest = SHA256.new(script) # Script is "binary string" here - if signer.verify(digest, b64decode(signature)): - return True - return False diff --git a/client/full/src/uds/tunnel.py b/client/full/src/uds/tunnel.py deleted file mode 100644 index 55102c24..00000000 --- a/client/full/src/uds/tunnel.py +++ /dev/null @@ -1,249 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Copyright (c) 2021 Virtual Cable S.L.U. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L.U. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -import socket -import ssl -import threading -import time -import random -import select -import logging - -import six - -if six.PY2: - import SocketServer as socketserver # pylint: disable=import-error -else: - import socketserver # pylint: disable=import-error - -HANDSHAKE_V1 = b'\x5AMGB\xA5\x01\x00' -BUFFER_SIZE = 1024 * 16 # Max buffer length -DEBUG = True -LISTEN_ADDRESS = '0.0.0.0' if DEBUG else '127.0.0.1' - -# ForwarServer states -TUNNEL_LISTENING, TUNNEL_OPENING, TUNNEL_PROCESSING, TUNNEL_ERROR = 0, 1, 2, 3 - -logger = logging.getLogger(__name__) - - -class ForwardServer(socketserver.ThreadingTCPServer): - daemon_threads = True - allow_reuse_address = True - - def __init__( - self, - remote, - ticket, - timeout, - local_port, - check_certificate, - ): - - local_port = local_port or random.randrange(33000, 53000) - - socketserver.ThreadingTCPServer.__init__( - self, - server_address=(LISTEN_ADDRESS, local_port), - RequestHandlerClass=Handler - ) - self.remote = remote - self.ticket = ticket - # Negative values for timeout, means "accept always connections" - # "but if no connection is stablished on timeout (positive)" - # "stop the listener" - self.timeout = int(time.time()) + timeout if timeout > 0 else 0 - self.check_certificate = check_certificate - self.stop_flag = threading.Event() # False initial - self.current_connections = 0 - - self.status = TUNNEL_LISTENING - self.can_stop = False - - timeout = abs(timeout) or 60 - self.timer = threading.Timer( - abs(timeout), ForwardServer.__checkStarted, args=(self,) - ) - self.timer.start() - - def stop(self): - if not self.stop_flag.is_set(): - logger.debug('Stopping servers') - self.stop_flag.set() - if self.timer: - self.timer.cancel() - self.timer = None - self.shutdown() - - def connect(self): - with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as rsocket: - logger.info('CONNECT to %s', self.remote) - - rsocket.connect(self.remote) - - context = ssl.create_default_context() - - # Do not "recompress" data, use only "base protocol" compression - context.options |= ssl.OP_NO_COMPRESSION - - # If ignore remote certificate - if self.check_certificate is False: - context.check_hostname = False - context.verify_mode = ssl.CERT_NONE - logger.warning('Certificate checking is disabled!') - - return context.wrap_socket(rsocket, server_hostname=self.remote[0]) - - def check(self): - if self.status == TUNNEL_ERROR: - return False - - try: - with self.connect() as ssl_socket: - ssl_socket.sendall(HANDSHAKE_V1 + b'TEST') - resp = ssl_socket.recv(2) - if resp != b'OK': - raise Exception({'Invalid tunnelresponse: {resp}'}) - return True - except Exception as e: - logger.error( - 'Error connecting to tunnel server %s: %s', self.server_address, e - ) - return False - - @property - def stoppable(self): - logger.debug('Is stoppable: %s', self.can_stop) - return self.can_stop or (self.timeout != 0 and int(time.time()) > self.timeout) - - @staticmethod - def __checkStarted(fs): - logger.debug('New connection limit reached') - fs.timer = None - fs.can_stop = True - if fs.current_connections <= 0: - fs.stop() - - -class Handler(socketserver.BaseRequestHandler): - # server: ForwardServer - def handle(self): - self.server.status = TUNNEL_OPENING - - # If server processing is over time - if self.server.stoppable: - self.server.status = TUNNEL_ERROR - logger.info('Rejected timedout connection') - self.request.close() # End connection without processing it - return - - self.server.current_connections += 1 - - # Open remote connection - try: - logger.debug('Ticket %s', self.server.ticket) - with self.server.connect() as ssl_socket: - # Send handhshake + command + ticket - ssl_socket.sendall(HANDSHAKE_V1 + b'OPEN' + self.server.ticket.encode()) - # Check response is OK - data = ssl_socket.recv(2) - if data != b'OK': - data += ssl_socket.recv(128) - raise Exception( - 'Error received: {}'.format(data.decode(errors="ignore")) - ) # Notify error - - # All is fine, now we can tunnel data - self.process(remote=ssl_socket) - except Exception as e: - logger.error('Error connecting to %s', self.server.remote) - self.server.status = TUNNEL_ERROR - self.server.stop() - finally: - self.server.current_connections -= 1 - - if self.server.current_connections <= 0 and self.server.stoppable: - self.server.stop() - - # Processes data forwarding - def process(self, remote): - self.server.status = TUNNEL_PROCESSING - logger.debug('Processing tunnel with ticket %s', self.server.ticket) - # Process data until stop requested or connection closed - try: - while not self.server.stop_flag.is_set(): - r, _w, _x = select.select([self.request, remote], [], [], 1.0) - if self.request in r: - data = self.request.recv(BUFFER_SIZE) - if not data: - break - remote.sendall(data) - if remote in r: - data = remote.recv(BUFFER_SIZE) - if not data: - break - self.request.sendall(data) - logger.debug('Finished tunnel with ticekt %s', self.server.ticket) - except Exception as e: - pass - - -def _run(server): - logger.debug( - 'Starting forwarder: %s -> %s, timeout: %d', - server.server_address, - server.remote, - server.timeout, - ) - server.serve_forever() - logger.debug('Stoped forwarder %s -> %s', server.server_address, server.remote) - - -def forward( - remote, - ticket, - timeout=0, - local_port=0, - check_certificate=True, - ): - - fs = ForwardServer( - remote=remote, - ticket=ticket, - timeout=timeout, - local_port=local_port, - check_certificate=check_certificate, - ) - # Starts a new thread - threading.Thread(target=_run, args=(fs,)).start() - - return fs diff --git a/client/full/src/update.sh b/client/full/src/update.sh deleted file mode 100755 index 1429c873..00000000 --- a/client/full/src/update.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - - -function process { - for a in *.ui; do - pyuic4 $a -o `basename $a .ui`.py -x - done -} - -pyrcc4 -py3 UDSResources.qrc -o UDSResources_rc.py - - -# process current directory ui's -process - diff --git a/client/thin/.project b/client/thin/.project deleted file mode 100644 index 42e0d976..00000000 --- a/client/thin/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - UDSClient-Thin - - - - - - org.python.pydev.PyDevBuilder - - - - - - org.python.pydev.pythonNature - - diff --git a/client/thin/.pydevproject b/client/thin/.pydevproject deleted file mode 100644 index fd93aec4..00000000 --- a/client/thin/.pydevproject +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - /${PROJECT_DIR_NAME}/src - - - - python 2.7 - - system-2.7 - - diff --git a/client/thin/src/UDSClient.py b/client/thin/src/UDSClient.py deleted file mode 100644 index 0966a826..00000000 --- a/client/thin/src/UDSClient.py +++ /dev/null @@ -1,174 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals -import sys -import json - -import six - -from uds import ui -from uds.rest import RestRequest, RetryException -from uds.forward import forward # pylint: disable=unused-import -from uds import VERSION -from uds.log import logger # @UnresolvedImport -from uds import tools - - -# Server before this version uses "unsigned" scripts -OLD_METHOD_VERSION = '2.4.0' - -def approveHost(hostName): - from os.path import expanduser - hostsFile = expanduser('~/.udsclient.hosts') - - try: - with open(hostsFile, 'r') as f: - approvedHosts = f.read().splitlines() - except Exception: - approvedHosts = [] - - hostName = hostName.lower() - - if hostName in approvedHosts: - return True - - errorString = 'The server {} must be approved:\n'.format(hostName) - errorString += 'Only approve UDS servers that you trust to avoid security issues.' - - approved = ui.question("ACCESS Warning", errorString) - - if approved: - approvedHosts.append(hostName) - logger.debug('Host was approved, saving to approvedHosts file') - try: - with open(hostsFile, 'w') as f: - f.write('\n'.join(approvedHosts)) - except Exception: - logger.warning('Got exception writing to %s', hostsFile) - - return approved - - -def getWithRetry(api, url, parameters=None): - while True: - try: - return api.get(url, parameters) - except RetryException as e: - if ui.question('Service not available', 'Error {}.\nPlease, wait a minute and press "OK" to retry, or "CANCEL" to abort'.format(e)) is True: - continue - raise Exception('Cancelled by user') - - -if __name__ == "__main__": - logger.debug('Initializing connector') - - if six.PY3 is False: - logger.debug('Fixing threaded execution of commands') - import threading - threading._DummyThread._Thread__stop = lambda x: 42 # type: ignore, pylint:disable=protected-access - - # First parameter must be url - try: - uri = sys.argv[1] - - if uri == '--test': - sys.exit(0) - - logger.debug('URI: %s', uri) - if uri[:6] != 'uds://' and uri[:7] != 'udss://': - raise Exception() - - ssl = uri[3] == 's' - host, ticket, scrambler = uri.split('//')[1].split('/') - logger.debug('ssl: %s, host:%s, ticket:%s, scrambler:%s', ssl, host, ticket, scrambler) - - except Exception: - logger.debug('Detected execution without valid URI, exiting') - ui.message('UDS Client', 'UDS Client Version {}'.format(VERSION)) - sys.exit(1) - - rest = RestRequest(host, ssl) - logger.debug('Setting request URL to %s', rest.restApiUrl) - - # Main requests part - # First, get version - try: - res = getWithRetry(rest, '') - - logger.debug('Got information %s', res) - requiredVersion = res['requiredVersion'] - - if requiredVersion > VERSION: - ui.message("New UDS Client available", "A new uds version is needed in order to access this version of UDS.\nPlease, download and install it") - sys.exit(1) - - res = getWithRetry(rest, '/{}/{}'.format(ticket, scrambler), parameters={'hostname': tools.getHostName(), 'version': VERSION}) - - params = None - - if requiredVersion <= OLD_METHOD_VERSION: - script = res.decode('base64').decode('bz2') - else: - # We have three elements on result: - # * Script - # * Signature - # * Script data - # We test that the Script has correct signature, and them execute it with the parameters - script, signature, params = res['script'].decode('base64').decode('bz2'), res['signature'], json.loads(res['params'].decode('base64').decode('bz2')) - if tools.verifySignature(script, signature) is False: - logger.error('Signature is invalid') - - raise Exception('Invalid UDS code signature. Please, report to administrator') - - logger.debug('Script: %s', script) - six.exec_(script, globals(), {'parent': None, 'sp': params}) - except Exception as e: - error = 'ERROR: {}'.format(e) - logger.error(error) - ui.message('Error', error) - sys.exit(2) - - # Finalize - try: - tools.waitForTasks() - except Exception: - pass - - try: - tools.unlinkFiles() - except Exception: - pass - - try: - tools.execBeforeExit() - except Exception: - pass diff --git a/client/thin/src/uds/__init__.py b/client/thin/src/uds/__init__.py deleted file mode 120000 index 6337f314..00000000 --- a/client/thin/src/uds/__init__.py +++ /dev/null @@ -1 +0,0 @@ -../../../full/src/uds/__init__.py \ No newline at end of file diff --git a/client/thin/src/uds/forward.py b/client/thin/src/uds/forward.py deleted file mode 120000 index 8c8edf3c..00000000 --- a/client/thin/src/uds/forward.py +++ /dev/null @@ -1 +0,0 @@ -../../../full/src/uds/forward.py \ No newline at end of file diff --git a/client/thin/src/uds/log.py b/client/thin/src/uds/log.py deleted file mode 120000 index 88d1c914..00000000 --- a/client/thin/src/uds/log.py +++ /dev/null @@ -1 +0,0 @@ -../../../full/src/uds/log.py \ No newline at end of file diff --git a/client/thin/src/uds/osDetector.py b/client/thin/src/uds/osDetector.py deleted file mode 120000 index de893d19..00000000 --- a/client/thin/src/uds/osDetector.py +++ /dev/null @@ -1 +0,0 @@ -../../../full/src/uds/osDetector.py \ No newline at end of file diff --git a/client/thin/src/uds/rest.py b/client/thin/src/uds/rest.py deleted file mode 100644 index 944715d3..00000000 --- a/client/thin/src/uds/rest.py +++ /dev/null @@ -1,84 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2015 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -import requests -from . import VERSION - -import json -import six -import osDetector - -from .log import logger - - -class RetryException(Exception): - pass - - -class RestRequest(object): - - restApiUrl = '' - - def __init__(self, host, ssl=True): # parent not used - super(RestRequest, self).__init__() - - self.host = host - self.ssl = ssl - self.restApiUrl = '{}://{}/rest/client'.format(['http', 'https'][ssl], host) - - def get(self, url, params=None): - url = self.restApiUrl + url - if params is not None: - url += '?' + '&'.join('{}={}'.format(k, six.moves.urllib.parse.quote(six.text_type(v).encode('utf8'))) for k, v in params.iteritems()) # @UndefinedVariable - - logger.debug('Requesting %s', url) - - try: - r = requests.get(url, headers={'Content-type': 'application/json', 'User-Agent': osDetector.getOs() + " - UDS Connector " + VERSION}, verify=False) - except requests.exceptions.ConnectionError: - raise Exception('Error connecting to UDS Server at {}'.format(self.restApiUrl[0:-11])) - - if r.ok: - logger.debug('Request was OK. %s', r.text) - data = json.loads(r.text) - if not 'error' in data: - return data['result'] - # Has error - if data.get('retryable', '0') == '1': - raise RetryException(data['error']) - - raise Exception(data['error']) - - logger.error('Error requesting %s: %s, %s', url, r.code, r.text) - raise Exception('Error {}: {}'.format(r.code, r.text)) diff --git a/client/thin/src/uds/tools.py b/client/thin/src/uds/tools.py deleted file mode 120000 index c05c13f1..00000000 --- a/client/thin/src/uds/tools.py +++ /dev/null @@ -1 +0,0 @@ -../../../full/src/uds/tools.py \ No newline at end of file diff --git a/client/thin/src/uds/ui/__init__.py b/client/thin/src/uds/ui/__init__.py deleted file mode 100644 index 5877eae6..00000000 --- a/client/thin/src/uds/ui/__init__.py +++ /dev/null @@ -1,44 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -try: - import gtkui as theUI -except Exception: - import consoleui as theUI # @Reimport - -def message(title, message): - theUI.message(title, message) - -def question(title, message): - return theUI.question(title, message) - diff --git a/client/thin/src/uds/ui/browser.py b/client/thin/src/uds/ui/browser.py deleted file mode 100644 index 3af71683..00000000 --- a/client/thin/src/uds/ui/browser.py +++ /dev/null @@ -1,58 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals -import random -import os -import tempfile -import string -import webbrowser - -TEMPLATE = ''' - - {title} - - -

    {title}

    -

    {message}

    - - -''' - -def _htmlFilename(): - return os.path.join(tempfile.gettempdir(), ''.join([random.choice(string.ascii_lowercase) for i in range(22)]) + '.html') - -def message(title, message): - filename = _htmlFilename() - with open(filename, 'w') as f: - f.write(TEMPLATE.format(title=title, message=message)) - - webbrowser.open('file://' + filename, new=0, autoraise=False) diff --git a/client/thin/src/uds/ui/consoleui.py b/client/thin/src/uds/ui/consoleui.py deleted file mode 100644 index 9660db64..00000000 --- a/client/thin/src/uds/ui/consoleui.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals -import sys -import time -from uds.log import logger - -counter = 0 - -def message(title, message): - sys.stderr.write("** {} **\n {}\n".format(title, message)) - -def question(title, message): - global counter - if counter > 100: # 5 minutes - return False - counter += 1 - sys.stderr.write("** {} **\n{}\nReturning YES in 3 seconds. (counter is {})\n".format(title, message, counter)) - time.sleep(3) # Wait 3 seconds before returning - return True diff --git a/client/thin/src/uds/ui/gtkui.py b/client/thin/src/uds/ui/gtkui.py deleted file mode 100644 index 60c82573..00000000 --- a/client/thin/src/uds/ui/gtkui.py +++ /dev/null @@ -1,143 +0,0 @@ -# -*- coding: utf-8 -*- - -# -# Copyright (c) 2017 Virtual Cable S.L. -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# * Redistributions of source code must retain the above copyright notice, -# this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# * Neither the name of Virtual Cable S.L. nor the names of its contributors -# may be used to endorse or promote products derived from this software -# without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -''' -@author: Adolfo Gómez, dkmaster at dkmon dot com -''' -from __future__ import unicode_literals - -import re - -import pygtk -pygtk.require('2.0') -import gtk -import gobject - -LINE_LEN = 65 - -class Dialog(): - def __init__(self, title, message, timeout=-1, withCancel=True): - self.title = title - self.message = message - self.timeout = timeout - self.withCancel = withCancel - - self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) - self.window.set_position(gtk.WIN_POS_CENTER) - # self.window.set_size_request(320, 200) - self.window.set_title(self.title) - self.create_widgets() - self.connect_signals() - self.window.show_all() - - self.window.connect("destroy", self.destroy) - - # Setup "auto OK" timer - if timeout != -1: - self.timerId = gobject.timeout_add(self.timeout * 1000, self.callback_timer) - else: - self.timerId = -1 - - self.result = False - - gtk.main() - - @property - def adapted_message(self): - msg = '' - for l in re.sub(r']*>', '', self.message).replace('

    ', '\n').split('\n'): - words = [] - length = 0 - for word in l.split(' '): - if length + len(word) >= LINE_LEN: - msg += ' '.join(words) + '\n' - words = [] - length = 0 - length += len(word) + 1 - words.append(word) - msg += ' '.join(words) + '\n' - return msg - - def create_widgets(self): - self.vbox = gtk.VBox(spacing=10) - self.vbox.set_size_request(490, -1) - - self.messageLabel = gtk.Label() - # Fix message markup - # self.message = re.sub(r']*>', '', self.message).replace('

    ', '
    \n' ) - - # Set as simple markup - self.messageLabel.set_markup('\n' + self.adapted_message + '\n') - self.messageLabel.set_alignment(xalign=0.5, yalign=1) - - self.hbox = gtk.HBox(spacing=10) - self.button_ok = gtk.Button("OK") - self.hbox.pack_start(self.button_ok) - - if self.withCancel: - self.button_cancel = gtk.Button("Cancel") - self.hbox.pack_start(self.button_cancel) - - self.vbox.pack_start(self.messageLabel) - self.vbox.pack_start(self.hbox) - - self.window.add(self.vbox) - - def connect_signals(self): - self.button_ok.connect("clicked", self.callback_ok) - if self.withCancel: - self.button_cancel.connect("clicked", self.callback_cancel) - - def destroy(self, widget, data=None): - self.setResult(False) - - def setResult(self, val): - if self.timerId != -1: - gobject.source_remove(self.timerId) - self.timerId = -1 - - self.result = val - self.window.hide() - gtk.main_quit() - - - def callback_ok(self, widget, callback_data=None): - self.setResult(True) - - def callback_cancel(self, widget, callback_data=None): - self.setResult(False) - - def callback_timer(self): - self.setResult(True) - -def message(title, message): - Dialog(title, message, withCancel=False) - -def question(title, message): - dlg = Dialog(title, message, timeout=30, withCancel=True) - return dlg.result diff --git a/client/thin/src/udsclient b/client/thin/src/udsclient deleted file mode 100644 index 7ccc303e..00000000 --- a/client/thin/src/udsclient +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd /lib/UDSClient -exec python UDSClient.pyc $@ diff --git a/client/thin/thinstation/README.txt b/client/thin/thinstation/README.txt deleted file mode 100644 index 43134a47..00000000 --- a/client/thin/thinstation/README.txt +++ /dev/null @@ -1,11 +0,0 @@ -Steps: -1.- If building from repository, full copy (recursive) the "src" folder of "client/thin" (from openuds project) inside the "udsclient" folder here (so we will have an client/thin/udsclient/src folder, with the source code of thin client). If building from the .tar.gz, simply ignore this step -2.- Copy the folder "udsclient" to /build/packages inside the thinstation build environment -3.- enter the chroot of thinstation -4.- go to the udsclient folder (/build/packages/udsclient) -5.- Execute "build.sh" -6.- Edit the file /build/build.conf, and add this line: - package udsclient -7.- Execute the build process - -Ready!!! diff --git a/client/thin/thinstation/udsclient/.dna b/client/thin/thinstation/udsclient/.dna deleted file mode 100644 index e69de29b..00000000 diff --git a/client/thin/thinstation/udsclient/.gitignore b/client/thin/thinstation/udsclient/.gitignore deleted file mode 100644 index 2741c5fa..00000000 --- a/client/thin/thinstation/udsclient/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -lib -src diff --git a/client/thin/thinstation/udsclient/UDSClient.desktop b/client/thin/thinstation/udsclient/UDSClient.desktop deleted file mode 100644 index 7173bfe9..00000000 --- a/client/thin/thinstation/udsclient/UDSClient.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=UDSClient -Comment=UDS Helper -Keywords=uds;client;vdi; -Exec=/bin/udsclient %u -Icon=help-browser -StartupNotify=true -Terminal=false -Type=Application -Categories=Utility; -MimeType=x-scheme-handler/uds;x-scheme-handler/udss; diff --git a/client/thin/thinstation/udsclient/bin/udsclient b/client/thin/thinstation/udsclient/bin/udsclient deleted file mode 100755 index 7ccc303e..00000000 --- a/client/thin/thinstation/udsclient/bin/udsclient +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd /lib/UDSClient -exec python UDSClient.pyc $@ diff --git a/client/thin/thinstation/udsclient/build.sh b/client/thin/thinstation/udsclient/build.sh deleted file mode 100755 index ecc4ab71..00000000 --- a/client/thin/thinstation/udsclient/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -pip install paramiko requests six pycrypto -rm -rf lib -mkdir -p lib/python2.7/site-packages -for a in requests paramiko pyasn1 cryptography packaging idna asn1crypto six enum ipaddress cffi Crypto; do cp -r /usr/lib/python2.7/site-packages/$a* lib/python2.7/site-packages/; done -cp src/udsclient bin -chmod 755 bin/udsclient -mkdir lib/UDSClient -cp src/UDSClient.py lib/UDSClient -chmod 755 lib/UDSClient/UDSClient.py -cp -r src/uds lib/UDSClient -mkdir lib/applications -cp UDSClient.desktop lib/applications diff --git a/client/thin/thinstation/udsclient/dependencies b/client/thin/thinstation/udsclient/dependencies deleted file mode 100644 index dc497e7e..00000000 --- a/client/thin/thinstation/udsclient/dependencies +++ /dev/null @@ -1,5 +0,0 @@ -base -#add your own dependancies to this file, base should always be included. -python -pygtk -freerdp diff --git a/client/thin/thinstation/udsclient/etc/cmd/README b/client/thin/thinstation/udsclient/etc/cmd/README deleted file mode 100644 index 0c1a73e6..00000000 --- a/client/thin/thinstation/udsclient/etc/cmd/README +++ /dev/null @@ -1,15 +0,0 @@ -In here you place the commands to start your application if using the scripts - -/etc/thinstation.packages -or /etc/thinstation.console - -see examples for for information - - -possible types are - -example.global (this is always needed) -example.menu -example.console -example.window -example.fullscreen diff --git a/client/thin/thinstation/udsclient/etc/cmd/example.fullscreen b/client/thin/thinstation/udsclient/etc/cmd/example.fullscreen deleted file mode 100755 index 405431e8..00000000 --- a/client/thin/thinstation/udsclient/etc/cmd/example.fullscreen +++ /dev/null @@ -1 +0,0 @@ -CMD_FULLSCREEN="example -FULLSCREEN" diff --git a/client/thin/thinstation/udsclient/etc/cmd/example.global b/client/thin/thinstation/udsclient/etc/cmd/example.global deleted file mode 100755 index 11283739..00000000 --- a/client/thin/thinstation/udsclient/etc/cmd/example.global +++ /dev/null @@ -1 +0,0 @@ -CMD_GLOBAL="example -startapp" diff --git a/client/thin/thinstation/udsclient/etc/console/README b/client/thin/thinstation/udsclient/etc/console/README deleted file mode 100644 index 915032b1..00000000 --- a/client/thin/thinstation/udsclient/etc/console/README +++ /dev/null @@ -1 +0,0 @@ -Place a 0 length file in here as the same name as the package if your application is a Console App diff --git a/client/thin/thinstation/udsclient/etc/init.d/your_start_up_script b/client/thin/thinstation/udsclient/etc/init.d/your_start_up_script deleted file mode 100755 index 02f10130..00000000 --- a/client/thin/thinstation/udsclient/etc/init.d/your_start_up_script +++ /dev/null @@ -1,34 +0,0 @@ -#! /bin/sh - -. /etc/thinstation.global - -# note you can replace this package with a symlink to /etc/thinstation.packages -# for GUI apps, or /etc/thinstation.console for console apps -# if you do then you will need to create a seperate initilization script for -# any other parameters which need to be started at bootup - - -case "$1" in -init) - if ! pkg_initialized $PACKAGE; then - - # Your startup instructions go here - - pkg_set_init_flag $PACKAGE - fi - ;; -console) -;; -window) -;; -fullscreen) -;; -help) - echo "Usage: $0 init" - ;; - *) - exit 1 - ;; -esac - -exit 0 diff --git a/client/thin/thinstation/udsclient/etc/rc5.d/S10this_is_a_symlink_to_start_up_script b/client/thin/thinstation/udsclient/etc/rc5.d/S10this_is_a_symlink_to_start_up_script deleted file mode 120000 index fb51a297..00000000 --- a/client/thin/thinstation/udsclient/etc/rc5.d/S10this_is_a_symlink_to_start_up_script +++ /dev/null @@ -1 +0,0 @@ -/etc/init.d/your_start_up_script \ No newline at end of file