1

even more renaming and moving files around

This commit is contained in:
Alex Yatskov 2012-12-25 13:10:24 -08:00
parent 47e327bbe0
commit e192aa795d
25 changed files with 809 additions and 44 deletions

5
build.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
pyuic4 ui/about.ui -o yomi_base/gen/about_ui.py
pyuic4 ui/preferences.ui -o yomi_base/gen/preferences_ui.py
pyuic4 ui/reader.ui -o yomi_base/gen/reader_ui.py
pyrcc4 ui/resources.qrc -o yomi_base/gen/resources_rc.py

View File

@ -22,7 +22,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap>../img/icon_logo_64.png</pixmap>
<pixmap resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">:/img/img/icon_logo_64.png</pixmap>
</property>
</widget>
</item>
@ -814,7 +814,9 @@ Public License instead of this License. But first, please read
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>

View File

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

View File

Before

Width:  |  Height:  |  Size: 663 B

After

Width:  |  Height:  |  Size: 663 B

View File

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

View File

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

View File

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

View File

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

View File

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

View File

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 655 B

View File

Before

Width:  |  Height:  |  Size: 680 B

After

Width:  |  Height:  |  Size: 680 B

View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

View File

Before

Width:  |  Height:  |  Size: 615 B

After

Width:  |  Height:  |  Size: 615 B

View File

Before

Width:  |  Height:  |  Size: 733 B

After

Width:  |  Height:  |  Size: 733 B

View File

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 286 B

View File

Before

Width:  |  Height:  |  Size: 143 B

After

Width:  |  Height:  |  Size: 143 B

View File

Before

Width:  |  Height:  |  Size: 182 B

After

Width:  |  Height:  |  Size: 182 B

View File

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View File

@ -364,7 +364,9 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>

View File

@ -17,8 +17,8 @@
<string>Yomichan</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../img/icon_logo_32.png</normaloff>../img/icon_logo_32.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_logo_32.png</normaloff>:/img/img/icon_logo_32.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout">
@ -215,8 +215,8 @@
</widget>
<action name="actionOpen">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_open.png</normaloff>../img/icon_action_open.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_open.png</normaloff>:/img/img/icon_action_open.png</iconset>
</property>
<property name="text">
<string>&amp;Open...</string>
@ -233,8 +233,8 @@
</action>
<action name="actionQuit">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_quit.png</normaloff>../img/icon_action_quit.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_quit.png</normaloff>:/img/img/icon_action_quit.png</iconset>
</property>
<property name="text">
<string>&amp;Quit</string>
@ -251,8 +251,8 @@
</action>
<action name="actionPreferences">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_preferences.png</normaloff>../img/icon_action_preferences.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_preferences.png</normaloff>:/img/img/icon_action_preferences.png</iconset>
</property>
<property name="text">
<string>&amp;Preferences...</string>
@ -266,8 +266,8 @@
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_about.png</normaloff>../img/icon_action_about.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_about.png</normaloff>:/img/img/icon_action_about.png</iconset>
</property>
<property name="text">
<string>&amp;About...</string>
@ -284,8 +284,8 @@
</action>
<action name="actionZoomIn">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_zoom_in.png</normaloff>../img/icon_action_zoom_in.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_zoom_in.png</normaloff>:/img/img/icon_action_zoom_in.png</iconset>
</property>
<property name="text">
<string>Zoom &amp;in</string>
@ -299,8 +299,8 @@
</action>
<action name="actionZoomOut">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_zoom_out.png</normaloff>../img/icon_action_zoom_out.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_zoom_out.png</normaloff>:/img/img/icon_action_zoom_out.png</iconset>
</property>
<property name="text">
<string>Zoom &amp;out</string>
@ -314,8 +314,8 @@
</action>
<action name="actionZoomReset">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_zoom_reset.png</normaloff>../img/icon_action_zoom_reset.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_zoom_reset.png</normaloff>:/img/img/icon_action_zoom_reset.png</iconset>
</property>
<property name="text">
<string>&amp;Reset</string>
@ -332,8 +332,8 @@
</action>
<action name="actionFind">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_find.png</normaloff>../img/icon_action_find.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_find.png</normaloff>:/img/img/icon_action_find.png</iconset>
</property>
<property name="text">
<string>&amp;Find...</string>
@ -386,8 +386,8 @@
</action>
<action name="actionCopyDefinition">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_copy_definition.png</normaloff>../img/icon_action_copy_definition.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_copy_definition.png</normaloff>:/img/img/icon_action_copy_definition.png</iconset>
</property>
<property name="text">
<string>Copy &amp;definition</string>
@ -406,8 +406,8 @@
</action>
<action name="actionHomepage">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_homepage.png</normaloff>../img/icon_action_homepage.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_homepage.png</normaloff>:/img/img/icon_action_homepage.png</iconset>
</property>
<property name="text">
<string>&amp;Homepage...</string>
@ -437,15 +437,17 @@
</action>
<action name="actionFeedback">
<property name="icon">
<iconset>
<normaloff>../img/icon_action_feedback.png</normaloff>../img/icon_action_feedback.png</iconset>
<iconset resource="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc">
<normaloff>:/img/img/icon_action_feedback.png</normaloff>:/img/img/icon_action_feedback.png</iconset>
</property>
<property name="text">
<string>&amp;Feedback...</string>
</property>
</action>
</widget>
<resources/>
<resources>
<include location="../../../../../mnt/izumi/projects/yomichan/ui/resources.qrc"/>
</resources>
<connections>
<connection>
<sender>actionToggleDefinitions</sender>

20
ui/resources.qrc Normal file
View File

@ -0,0 +1,20 @@
<RCC>
<qresource prefix="img">
<file>img/icon_action_about.png</file>
<file>img/icon_action_copy_definition.png</file>
<file>img/icon_action_feedback.png</file>
<file>img/icon_action_find.png</file>
<file>img/icon_action_homepage.png</file>
<file>img/icon_action_open.png</file>
<file>img/icon_action_preferences.png</file>
<file>img/icon_action_quit.png</file>
<file>img/icon_action_zoom_in.png</file>
<file>img/icon_action_zoom_out.png</file>
<file>img/icon_action_zoom_reset.png</file>
<file>img/icon_add_expression.png</file>
<file>img/icon_add_reading.png</file>
<file>img/icon_logo_9.png</file>
<file>img/icon_logo_32.png</file>
<file>img/icon_logo_64.png</file>
</qresource>
</RCC>

View File

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'ui/about.ui'
#
# Created: Tue Dec 25 12:57:05 2012
# Created: Tue Dec 25 13:09:53 2012
# by: PyQt4 UI code generator 4.9.6
#
# WARNING! All changes made in this file will be lost!
@ -33,7 +33,7 @@ class Ui_DialogAbout(object):
self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
self.label = QtGui.QLabel(DialogAbout)
self.label.setText(_fromUtf8(""))
self.label.setPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_logo_64.png")))
self.label.setPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_logo_64.png")))
self.label.setObjectName(_fromUtf8("label"))
self.verticalLayout_2.addWidget(self.label)
spacerItem = QtGui.QSpacerItem(20, 40, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
@ -772,3 +772,4 @@ class Ui_DialogAbout(object):
"<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
"", None))
import resources_rc

View File

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'ui/preferences.ui'
#
# Created: Tue Dec 25 12:57:05 2012
# Created: Tue Dec 25 13:09:53 2012
# by: PyQt4 UI code generator 4.9.6
#
# WARNING! All changes made in this file will be lost!
@ -241,3 +241,4 @@ class Ui_DialogPreferences(object):
self.label.setText(_translate("DialogPreferences", "Expression", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabAnki), _translate("DialogPreferences", "Anki", None))
import resources_rc

View File

@ -2,7 +2,7 @@
# Form implementation generated from reading ui file 'ui/reader.ui'
#
# Created: Tue Dec 25 12:57:05 2012
# Created: Tue Dec 25 13:09:53 2012
# by: PyQt4 UI code generator 4.9.6
#
# WARNING! All changes made in this file will be lost!
@ -29,7 +29,7 @@ class Ui_MainWindowReader(object):
MainWindowReader.resize(900, 650)
MainWindowReader.setAcceptDrops(True)
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_logo_32.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_logo_32.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
MainWindowReader.setWindowIcon(icon)
self.centralwidget = QtGui.QWidget(MainWindowReader)
self.centralwidget.setObjectName(_fromUtf8("centralwidget"))
@ -117,49 +117,49 @@ class Ui_MainWindowReader(object):
MainWindowReader.addDockWidget(QtCore.Qt.DockWidgetArea(1), self.dockAnki)
self.actionOpen = QtGui.QAction(MainWindowReader)
icon1 = QtGui.QIcon()
icon1.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_open.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon1.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_open.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionOpen.setIcon(icon1)
self.actionOpen.setIconVisibleInMenu(True)
self.actionOpen.setObjectName(_fromUtf8("actionOpen"))
self.actionQuit = QtGui.QAction(MainWindowReader)
icon2 = QtGui.QIcon()
icon2.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_quit.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon2.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_quit.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionQuit.setIcon(icon2)
self.actionQuit.setIconVisibleInMenu(True)
self.actionQuit.setObjectName(_fromUtf8("actionQuit"))
self.actionPreferences = QtGui.QAction(MainWindowReader)
icon3 = QtGui.QIcon()
icon3.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_preferences.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon3.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_preferences.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionPreferences.setIcon(icon3)
self.actionPreferences.setIconVisibleInMenu(True)
self.actionPreferences.setObjectName(_fromUtf8("actionPreferences"))
self.actionAbout = QtGui.QAction(MainWindowReader)
icon4 = QtGui.QIcon()
icon4.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_about.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon4.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_about.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionAbout.setIcon(icon4)
self.actionAbout.setIconVisibleInMenu(True)
self.actionAbout.setObjectName(_fromUtf8("actionAbout"))
self.actionZoomIn = QtGui.QAction(MainWindowReader)
icon5 = QtGui.QIcon()
icon5.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_zoom_in.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon5.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_zoom_in.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionZoomIn.setIcon(icon5)
self.actionZoomIn.setIconVisibleInMenu(True)
self.actionZoomIn.setObjectName(_fromUtf8("actionZoomIn"))
self.actionZoomOut = QtGui.QAction(MainWindowReader)
icon6 = QtGui.QIcon()
icon6.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_zoom_out.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon6.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_zoom_out.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionZoomOut.setIcon(icon6)
self.actionZoomOut.setIconVisibleInMenu(True)
self.actionZoomOut.setObjectName(_fromUtf8("actionZoomOut"))
self.actionZoomReset = QtGui.QAction(MainWindowReader)
icon7 = QtGui.QIcon()
icon7.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_zoom_reset.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon7.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_zoom_reset.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionZoomReset.setIcon(icon7)
self.actionZoomReset.setIconVisibleInMenu(True)
self.actionZoomReset.setObjectName(_fromUtf8("actionZoomReset"))
self.actionFind = QtGui.QAction(MainWindowReader)
icon8 = QtGui.QIcon()
icon8.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_find.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon8.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_find.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionFind.setIcon(icon8)
self.actionFind.setIconVisibleInMenu(True)
self.actionFind.setObjectName(_fromUtf8("actionFind"))
@ -174,7 +174,7 @@ class Ui_MainWindowReader(object):
self.actionToggleDefinitions.setObjectName(_fromUtf8("actionToggleDefinitions"))
self.actionCopyDefinition = QtGui.QAction(MainWindowReader)
icon9 = QtGui.QIcon()
icon9.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_copy_definition.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon9.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_copy_definition.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionCopyDefinition.setIcon(icon9)
self.actionCopyDefinition.setIconVisibleInMenu(True)
self.actionCopyDefinition.setObjectName(_fromUtf8("actionCopyDefinition"))
@ -182,7 +182,7 @@ class Ui_MainWindowReader(object):
self.actionCopyAllDefinitions.setObjectName(_fromUtf8("actionCopyAllDefinitions"))
self.actionHomepage = QtGui.QAction(MainWindowReader)
icon10 = QtGui.QIcon()
icon10.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_homepage.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon10.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_homepage.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionHomepage.setIcon(icon10)
self.actionHomepage.setIconVisibleInMenu(True)
self.actionHomepage.setObjectName(_fromUtf8("actionHomepage"))
@ -193,7 +193,7 @@ class Ui_MainWindowReader(object):
self.actionCopySentence.setObjectName(_fromUtf8("actionCopySentence"))
self.actionFeedback = QtGui.QAction(MainWindowReader)
icon11 = QtGui.QIcon()
icon11.addPixmap(QtGui.QPixmap(_fromUtf8("../img/icon_action_feedback.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon11.addPixmap(QtGui.QPixmap(_fromUtf8(":/img/img/icon_action_feedback.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionFeedback.setIcon(icon11)
self.actionFeedback.setObjectName(_fromUtf8("actionFeedback"))
self.menuFile.addAction(self.actionOpen)
@ -293,3 +293,4 @@ class Ui_MainWindowReader(object):
self.actionCopySentence.setShortcut(_translate("MainWindowReader", "Ctrl+T", None))
self.actionFeedback.setText(_translate("MainWindowReader", "&Feedback...", None))
import resources_rc

View File

@ -0,0 +1,731 @@
# -*- coding: utf-8 -*-
# Resource object code
#
# Created: Tue Dec 25 13:09:54 2012
# by: The Resource Compiler for PyQt (Qt v4.8.4)
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore
qt_resource_data = "\
\x00\x00\x03\x0a\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x9c\x49\x44\x41\x54\x38\xcb\xa5\
\x93\xcb\x6b\xd4\x57\x1c\xc5\x3f\x77\x4c\xac\x64\x4c\x26\x31\x0a\
\x99\x89\x36\x8f\xd1\xa8\x28\x68\xa1\x89\x52\x2c\x08\xc5\x4d\x21\
\x52\x3b\x54\x41\xa2\x2e\x5c\x74\x95\x6d\x15\x5c\xf9\x1f\x08\x0a\
\x3e\x56\xbe\xb0\xa5\x74\x9a\xae\x85\x5a\x9a\x94\x86\xce\xa2\x1b\
\x99\xc6\x30\xd5\xc4\x34\x8f\xd1\x18\x33\xc9\x24\xfd\xcd\xdc\xef\
\xbd\xf7\xeb\x42\x48\x7c\xb4\x1b\x3d\xcb\x2f\x5f\x3e\x1c\x38\xe7\
\x18\x55\xe5\x7d\x54\xf3\xe6\x21\x73\x75\x34\x2d\xc1\x1d\x57\x17\
\x4e\x56\xad\xb4\x38\x0d\x28\xa1\x08\xe1\xa6\x77\xe1\xce\xe0\xd9\
\x4f\x1e\xbe\xfa\x6f\x5e\x75\xf0\xc5\x95\x91\x8c\xb5\x72\xb1\x23\
\xa1\xc9\x9e\xb6\x46\x1a\xd6\xae\x01\x60\x21\x72\x0c\x15\x9e\x70\
\x7f\x7a\x79\x06\xa3\xfd\xb9\xf3\x9f\x65\xdf\x02\x1c\xbe\x9c\xcf\
\xd8\x48\x6e\x1c\xda\x56\x17\xdf\xdd\x5a\xcf\xd4\x9c\xa5\xb8\x10\
\xe1\x83\x92\xa8\x5b\x43\x2a\xb1\x8e\xc2\xb3\x32\x03\x3f\x3f\x5c\
\xa6\x86\x53\xb9\x0b\x87\xb3\x2b\x80\xde\x4b\xf7\x3b\x45\xdc\xd0\
\xa1\xad\xf1\xd4\xf6\x96\x7a\x72\x63\x25\x9c\x13\xf6\xb4\x35\x81\
\x2a\x7f\x8e\xcd\x63\x62\x86\x5d\xc9\xf5\xfc\x33\x5f\xe6\xa7\xbb\
\x85\x69\x34\x7c\x9a\xbb\x76\xf4\x51\x0c\x40\x82\xeb\xeb\x68\xd0\
\xd4\x8e\x64\x03\xc3\x85\xe7\xd8\xc8\x22\xd5\x40\xef\xc7\x49\x7a\
\xbb\x53\x88\x13\x6c\xd5\x92\x9f\x2c\xd1\xbe\x31\x41\xd7\xd6\x86\
\x94\x46\xd2\x07\x10\x03\xb0\xde\x9f\xd8\xd7\xde\xcc\x58\x71\x09\
\x11\x41\x82\xc7\x07\xc7\x8f\xc3\x13\x64\x87\x27\xb0\x62\xb1\xce\
\xb2\x14\x45\x8c\xcf\x2e\x72\x60\x6f\x1b\xc6\xda\x13\x2b\x29\xd8\
\xc8\xb6\x36\xd5\xd7\x50\x98\x29\xe1\xbc\x47\xbc\xa0\x21\xd0\x77\
\xb0\x13\x05\x86\x47\xa6\xd1\x10\x00\x43\x71\x6e\x91\xae\xd4\x66\
\xd4\x47\xad\xab\x0e\xaa\x16\x0d\x8a\x53\xb0\xae\x4a\xf0\x9e\x10\
\x94\xfc\xe3\x79\xfe\xad\x38\xbc\x75\x78\xf1\x38\x71\x38\x2b\xa8\
\x01\xbc\x67\x05\x00\x7e\x6a\x6e\xb9\x42\x73\xbc\x16\xa3\x31\x34\
\x28\xc1\x7b\x5e\x26\xa4\x78\x71\x04\x11\x82\x58\x12\xf1\x0f\x78\
\xb2\x58\xc6\x98\x30\xb5\x0a\xb0\xee\xd6\x60\x7e\x92\xb6\x4d\x71\
\x08\x01\x9c\x72\x64\x7f\x3b\x3b\x3f\x6c\xa2\x6e\x5d\x2d\xfd\x47\
\xf6\x20\x22\x38\x11\x3a\x5a\x12\x0c\x0d\xfd\x0d\xe8\xad\xd5\x26\
\x56\xa2\xdb\x23\x0f\xca\x5f\xa7\x93\x8d\xa9\x9e\xae\x4d\xfc\x96\
\x9f\xe4\xfb\x5f\x47\xf9\xf6\xde\x5f\xa8\x38\x54\x03\x8a\xf2\xd1\
\xf6\x2d\x8c\x97\x16\x79\x94\x2f\x4c\x1b\xb8\xfd\x5a\x91\xba\x4f\
\x7f\x97\xd1\x72\xe5\xc6\xe7\x5f\xee\x8e\x77\x6e\xac\xe7\xc1\xe3\
\x59\x66\x9f\x97\x09\x2e\xb0\xa1\xb1\x8e\x6d\x5b\x9a\x19\x2f\x2d\
\x71\xef\x87\x5f\x96\x31\xb5\xa7\x72\x03\xdf\x64\xdf\xaa\x72\xf7\
\xb1\xeb\x19\xd4\x5e\x4c\xef\x4a\x26\x0f\xec\x4b\xd3\xbc\x7e\x2d\
\xa0\x3c\x5d\xa8\x30\xf8\xfb\x28\x13\xf9\xc2\x8c\x31\xb1\xfe\xdc\
\xc0\x99\xec\x7f\x6e\x01\xa0\xe7\xab\x2b\x69\x55\x7f\x1c\x0d\x27\
\x09\x95\x16\x34\x60\x8c\x29\x02\x37\x0d\x72\xe7\x8f\x81\x73\xff\
\x3f\xa6\x77\xd1\x0b\xa8\x3f\x82\x7b\x59\xb6\x21\xb9\x00\x00\x00\
\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\x93\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x25\x49\x44\x41\x54\x38\xcb\x63\
\xf8\xff\xff\x3f\x03\x25\x98\x81\xea\x06\x34\xf7\xcf\x79\xb4\x64\
\xc3\x9e\xff\xad\x13\xe7\xfe\x07\xf1\x27\x2f\x58\x07\x66\x87\xc6\
\xa6\xde\x22\xca\x80\x8a\xe6\xbe\x47\xeb\x76\x1c\x06\x69\x00\x1b\
\x90\x51\x54\xf3\xbf\x6f\xf6\x8a\xff\x40\x83\x9f\xe0\x35\x20\x29\
\xbb\xe4\x7f\xd7\xf4\x25\xff\x6b\x3b\xa7\xfe\x6f\x9b\x34\xff\xbf\
\x89\xa5\x1d\xd8\x00\x07\x37\x9f\xff\x59\x25\x75\xff\x0b\xaa\x5a\
\xc1\x62\x56\xf6\xae\xcb\x15\x94\x54\x79\x04\x85\x45\x99\xc0\x06\
\x2c\x58\xb3\x93\xa3\xa8\xb6\xdd\xa3\xa9\x6f\x36\xd8\xa9\x85\xd5\
\x6d\xff\x3d\xfc\xc3\xfe\xbb\x78\x05\xfc\xcf\x29\x6b\xf8\x1f\x9b\
\x96\xf7\x3f\x22\xa7\xe9\x7f\xed\xc4\x65\xff\x4b\x5a\xa6\x80\xe5\
\xb8\xb9\x79\xaa\xd8\xd8\xd9\x19\xc1\x06\x4c\x98\xbb\x9a\x65\xca\
\xc2\xf5\x0f\x17\xad\xdb\xf5\x3f\xb7\xbc\x09\x8c\xab\x27\xae\xfa\
\x3f\x65\xf9\xae\xff\x7d\x4b\xb6\xff\x6a\x9c\xbe\xe1\x7f\x6d\xef\
\xfc\xff\xd1\xb9\xcd\xff\xc3\x93\x0b\xc1\x2e\x64\x66\x61\x79\xc0\
\xc0\xc0\xc0\x0c\x36\x00\xe8\x5c\x56\x90\xcd\xd3\x16\x6f\xfc\x9f\
\x5d\x5a\xff\x1f\xe4\xe7\x94\xdc\xf2\xff\xd1\xc9\x39\xff\xd5\xb4\
\xf4\xc0\x36\x82\x5c\x02\x13\x8f\x4b\x2f\x00\xea\x62\xf8\x07\xc4\
\xac\x60\x03\xd2\x0a\x2a\x59\xfd\x42\x63\x7e\x5a\xd8\x3a\xfd\xf7\
\x0a\x8c\xf8\x6f\x6c\x61\xfb\x5f\x5b\xdf\xf8\xbf\xac\x82\xf2\x53\
\x11\x31\x71\x03\x49\x19\xb9\xad\x62\x12\x52\xff\x81\xfe\xfe\x2f\
\x2a\x2e\xf9\x9f\x97\x8f\xff\x3f\x23\x23\xe3\x3b\xa0\x01\x4c\xf0\
\x40\xf4\x09\x8a\x3a\x0c\x0a\xb8\x5d\x87\xcf\xfc\x5f\xb5\xe5\xc0\
\xff\xee\x19\xcb\x40\x01\xb6\x02\x24\xa7\xaa\xa9\xb3\xa2\xb2\x65\
\xc2\xff\xb5\x3b\x0e\x81\xe5\x40\x31\xc2\xc7\x2f\x78\x18\x25\x16\
\xdc\x7c\x82\xff\xe4\x57\x34\x83\x0d\x00\xba\xe8\x7f\x7c\x46\xe1\
\x7f\x3d\x63\xf3\xab\x20\x39\xa0\xcd\x57\x41\x31\x00\x32\x20\x35\
\xbf\xe2\x7f\x7a\x61\xf5\x7f\x0e\x4e\xae\x3f\x28\x06\x38\xba\xfb\
\xfe\x87\x19\x00\x53\xa4\xa1\xad\xff\x53\x51\x45\x9d\x51\x42\x5a\
\xf6\x1d\x28\xe0\x60\x06\x80\xc2\x82\x95\x95\xed\x3f\x8a\x01\xd6\
\x8e\x6e\xe0\x78\x06\x25\x20\x90\x02\x50\x60\xea\x1a\x99\xfd\x07\
\xfa\x9f\x5f\x49\x55\xe3\x0a\xc8\x00\x50\x2c\xc1\xe4\x80\x61\x80\
\x6a\x00\x28\x81\x18\x98\x58\x82\x03\x0f\xe8\xe7\xff\x40\x9b\xff\
\x4b\xcb\x2a\xfc\x07\x06\xa2\x14\xd0\xbf\xb7\x39\xb9\xb8\xff\x03\
\xe3\x1d\x14\x7d\xa0\x18\x00\x63\xda\x65\x26\x52\x31\x00\x9e\x32\
\x68\x8d\x0e\x5a\x3c\x75\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
\x60\x82\
\x00\x00\x00\xb6\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x40\x00\x00\x00\x40\x08\x02\x00\x00\x00\x25\x0b\xe6\x89\
\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\
\x70\x49\x44\x41\x54\x68\xde\xed\xd8\x41\x0a\x80\x20\x10\x40\x51\
\x15\xef\x7f\xe5\x69\x2d\x28\x14\x52\x43\xf2\xfe\xb2\x85\xf0\x50\
\x86\xb4\x14\x49\xd2\x46\x75\xfa\x35\x22\xb6\x16\xad\xdf\x2d\xdb\
\xfe\xbe\x03\x00\x00\x00\x47\x8e\xd1\xfb\x4d\x27\xe3\x6a\x8c\xda\
\x01\x00\x00\x00\x00\x00\x00\x00\x00\x80\xa1\xfe\xc6\xed\xfb\xd1\
\xaf\xab\x4b\x3d\x00\x00\x00\x40\x66\x5e\x25\x1c\x21\x00\x00\x00\
\x00\x00\x00\x00\x80\xbc\xbc\x4a\x38\x42\x00\x00\x00\x92\xa4\xbc\
\x2e\x93\xea\x18\x60\x46\xf8\x1a\x46\x00\x00\x00\x00\x49\x45\x4e\
\x44\xae\x42\x60\x82\
\x00\x00\x02\xa8\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x3a\x49\x44\x41\x54\x38\xcb\xa5\
\x92\x5b\x68\x92\x71\x18\xc6\x87\x81\xd7\x05\x5d\x44\x5d\x04\xbb\
\x59\xac\x68\xad\x88\x58\x74\xba\x18\xd1\x55\x14\xd5\x58\x8d\x5a\
\xb3\xb9\x90\x6a\x48\x63\xcb\x21\x24\x44\x07\x1a\x1d\x20\xab\x8f\
\x4c\x6b\x58\x6b\xae\xa1\x5b\x2b\xdb\x9a\xb3\x7d\xe6\x0e\x6e\x1e\
\xb2\x24\x97\x73\x6a\xfa\x19\xb3\x74\xb2\xf0\xf8\x49\xf2\xf4\x7d\
\x12\x81\xe4\xa2\xd5\xc5\x03\xff\x9b\xdf\xef\xff\xbc\x2f\x6f\x11\
\x80\xa2\xff\xc9\xaf\x87\xc1\xfb\x9d\x33\x3c\x93\x21\x74\x2e\x9a\
\x1a\x70\x26\xb3\x2f\x1c\xf1\x6c\xcf\xdb\x6f\x54\xb7\x39\x4a\x3c\
\x19\x0b\x73\xfe\x28\x20\x19\xf8\xb5\x3b\x43\x5a\x03\x34\xbc\x91\
\x0c\x02\x51\x1a\x81\x39\x1a\xd3\x5f\xd2\xd0\x7f\x98\xc7\x43\x72\
\x96\x94\x0d\x51\x9c\x05\x05\x7a\x77\x86\xb0\x04\xd2\xa0\xa2\x19\
\x38\x67\x53\xb0\x05\x92\x30\xfb\x93\xb0\x53\x49\x78\xbe\xd2\x10\
\xea\x05\xe0\x6b\x6b\x50\xab\xae\x4a\x15\x14\xbc\x9a\x4a\x51\xde\
\x30\x9d\x83\x2d\x0c\x38\xf9\x29\x01\x93\x37\x81\x51\x4f\x22\x27\
\x3a\xf1\xfc\x30\x3a\x27\x2f\xa0\x4a\xb9\x17\x05\x05\xec\xbc\x7e\
\xa6\x32\x0b\x4f\xf8\x12\x18\x67\xe0\x91\x99\x38\x1a\x75\x02\xd4\
\xf5\x56\x43\xa4\xad\x87\xcc\x28\x82\xa0\xb3\x1a\xbb\x6f\xec\xc4\
\xae\xcb\x15\xd1\x3c\x81\xc6\x36\x9f\xf5\x45\x68\x98\x18\x78\x8c\
\xf9\xd5\xc8\xc0\x86\xe9\x38\x5b\x19\xf2\x91\x56\xdc\x1e\x6e\xc2\
\xb5\xc1\xd3\xb8\xf8\x92\x0f\x71\xef\x31\x6c\x11\x97\x23\x4f\xa0\
\x32\x45\xa8\xa9\x9f\xf5\xdf\xb8\xe3\x20\x19\x58\xff\x31\x06\x9e\
\xaa\x0e\xfb\x64\x7b\xc0\x6b\xdf\x8f\xf3\x7d\xc7\x71\x40\x5a\x89\
\xcd\xa2\x32\x94\x09\x4b\x53\x79\x02\xa5\x31\x44\xf4\xdb\xe7\xe0\
\x0a\xa5\x73\xb3\xb3\xb0\xce\x19\xcb\xc9\xde\x07\x53\x6c\x65\x08\
\xbb\x0e\x62\x53\xf3\xfa\xc2\x3b\xb8\xaf\x0f\x72\xee\x0e\xf8\x49\
\xcd\x44\x08\x56\x7f\x02\x8e\xcf\x29\xbc\x63\x62\xf2\xc4\x20\x1f\
\xf4\x61\x87\x64\x3b\xca\x9b\xd6\x61\x6b\x63\x69\xb6\xe7\x5c\x45\
\x49\xc1\x43\xba\xd9\xe7\xe1\xb4\x69\x5c\xc4\xa5\x2e\x27\x25\xe9\
\x70\x64\xc5\xed\xf6\x6c\x8b\xdc\x1a\x6c\x93\x2a\xbd\x16\x65\x33\
\x42\xe6\x6e\xd8\x1e\xb7\x40\x25\xdc\x10\x7e\x74\x6a\x4d\xc9\x6f\
\x82\x85\xd2\x2f\xa9\xe4\x3e\x6b\xdd\xa6\x1e\x25\xea\x11\x34\x28\
\x30\x7e\xaf\x01\x0a\xfe\xea\xf0\x5f\x0b\xd8\x3c\x3d\xbb\x91\xdb\
\x71\x66\xad\x7a\xe8\xfa\x21\x78\xb4\x57\x41\xd4\xae\xc0\xa2\x04\
\x6c\x1e\x34\x14\x73\x65\xbc\x55\x6a\xc5\xc9\x62\x48\x6b\x96\x5d\
\x59\xb4\x80\xcd\x9d\xa3\xcb\x97\xdc\x3a\xb2\x74\x65\xc1\x25\xfe\
\x6b\x7e\x00\x80\xf3\xf0\x49\x9c\xc2\xfb\xac\x00\x00\x00\x00\x49\
\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\x91\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x23\x49\x44\x41\x54\x38\xcb\xa5\
\x92\x6f\x48\x13\x61\x1c\xc7\x65\xc1\x5e\x27\xf4\x22\x2c\x08\x0c\
\x5a\x10\x44\x04\xbd\x28\x7a\x13\x14\x04\xbd\xad\x5e\x14\x11\x58\
\xd9\x8b\x90\xfe\x91\x11\x51\x46\x54\x92\x28\xa1\xcb\x8e\xd4\xf5\
\x67\x65\xad\x64\xb3\xa2\xa5\xb5\xad\x6e\x99\x6e\xb6\x3f\xce\x86\
\xb3\x39\x77\xd7\xee\x16\x5e\xde\x36\x66\xdb\xed\x76\x87\xe3\xdb\
\xdd\x8a\x60\xb5\x45\xd6\x8b\x0f\x3c\x6f\x3e\x9f\xe7\xf7\x7b\x78\
\xaa\x00\x54\xfd\x0f\x3f\x0f\x4e\x6a\x5e\xf3\x66\x5a\x26\x6c\x61\
\x89\x1d\x0c\xe5\x0a\xcf\x83\xd9\x42\xff\xd8\x1c\xdb\xe7\x49\x11\
\x0f\x46\x78\xcd\x1f\x03\xa4\x22\xbf\x8e\xc8\xa4\x8f\x91\x40\x25\
\x64\x30\x29\x09\x4c\x52\xc2\xd4\x97\x3c\x1c\x13\x69\xdc\x26\x67\
\xc8\x2e\x3b\xab\xa9\x18\x70\x44\x64\xc2\xcb\xe4\xc1\xa6\x64\x84\
\x66\x44\xf8\x99\x1c\x3c\xb1\x1c\x02\x6c\x0e\xd1\x59\x09\xd6\xb1\
\x04\xf4\x2f\x68\xa2\x62\xe0\xe5\xa4\xc8\x52\xbc\x54\x94\xbd\x8a\
\xf8\xfe\x93\x00\x37\x25\x60\x38\x2a\x7c\x0f\x31\x02\x5a\x9f\x44\
\xd8\x8a\x01\x75\xdf\x98\x32\xb2\x2a\x8f\xd2\x02\x5c\x8a\xfc\x6e\
\x3a\x0b\xe9\xc2\x79\xcc\x1f\x6d\x80\x7c\xa0\x0e\xe2\xce\xdd\xc8\
\x6e\xdb\x8e\xb9\x0d\x9b\x90\x5a\xb5\x36\x55\x12\xb0\xf8\xd3\x05\
\x3a\x21\xc1\xad\xc8\x23\xca\xad\x43\x8a\xec\x9c\xca\x16\xe5\xaf\
\x0f\x3b\x91\xbe\xdb\x8e\x64\x77\x1b\x78\x7d\x33\xb8\xd6\x8b\x48\
\xd4\xac\x44\x49\xc0\xe4\x4e\xb0\x93\x3f\xc6\x7f\x1b\xc9\x82\x54\
\x64\xc7\xc7\x0c\x32\xc7\x4f\xfe\x7a\x73\x51\x9e\xad\x5e\x2e\x96\
\x04\x8c\x43\x1c\x31\x10\x48\x22\xcc\xe5\x8b\xbb\xab\xb2\x2d\x94\
\x29\xc6\x3e\xc4\x45\x18\x6c\x34\x3a\xae\x1b\x44\xfb\xa5\x1d\xba\
\xb2\x6f\xd0\xed\x88\x6b\x6e\x0c\xc6\x48\xcb\x28\x07\x5f\x4c\x40\
\xf0\xb3\x88\x71\x05\x77\x34\x83\x9e\x57\x34\xda\x4d\x2e\x4c\x58\
\xae\xc0\x7a\x6e\x0b\xdf\x7f\x7a\xa3\xae\xec\x47\xba\xf6\x2c\xaa\
\x69\xb1\x84\x89\xcb\x8f\x42\x6c\x53\x6f\xb0\x70\xf6\x4e\xa0\xd0\
\xd8\xe3\x8b\xb7\xe8\x8d\x94\xd7\x78\x0a\x9c\xa7\x0f\xfe\xfb\x8d\
\x30\x1d\x5b\xc7\xdf\x3b\xb2\x5a\xf7\x5b\xa0\x12\x03\x4d\x5b\xb5\
\x4f\xcf\x6c\x36\x0f\x13\x07\x11\x77\x1a\xe0\xba\x59\x0f\xc3\xa1\
\x15\xfc\x5f\x07\x54\x1e\x9f\x58\xaf\xed\x6d\x58\x63\xb6\xb7\xed\
\x42\xd4\x7a\x15\xc4\xfe\xa5\x58\x50\x40\xe5\x56\x7d\xad\xb6\xab\
\x6e\x99\xd9\x70\xb8\x16\xfa\xbd\xd5\xcd\x0b\x0e\xa8\x74\xee\x5b\
\xb2\xa8\x63\xcf\xe2\x9a\xb2\x8f\xf8\xaf\x7c\x03\x6d\xbb\xfd\xe1\
\x1e\xb2\x45\xb5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\
\x00\x00\x02\x97\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x29\x49\x44\x41\x54\x38\xcb\x75\
\xd3\x3d\x68\x54\x41\x14\x86\xe1\xf7\xcc\xcc\xdd\x6c\xb2\x6e\x76\
\x15\x7f\x82\x92\x42\x30\x49\x25\x56\x41\x8b\x18\x51\x8b\x14\x9a\
\x4a\x1b\x41\x30\xa5\x28\x5a\x89\xa0\x9d\xa0\xb1\xb0\x97\x60\x21\
\x04\xac\xb4\x4e\x27\x12\x13\x51\x12\x0c\xa8\x65\x88\x69\x92\x88\
\x24\xb8\xc6\xb8\xff\x77\xee\x1c\x8b\xbb\x82\x92\xdd\xd3\x4c\x33\
\xe7\x63\xce\x33\x33\x32\x76\xef\xc3\xcb\xde\x7c\x74\xcc\x18\x8a\
\x8a\x26\x20\x88\x2a\x0d\xaf\x95\x9d\x6a\xf3\x79\xb3\x54\x7a\x36\
\x3f\x35\x5e\xa7\x43\xc9\xe5\x47\x8b\x9f\x5e\xdd\x1f\xce\x6d\x96\
\x83\x15\x20\xa8\x12\x27\x01\x67\x61\x7a\x61\x9b\xa5\xc5\x8d\x37\
\xdf\xd7\x37\x6e\xcf\x3d\xbd\x50\x6d\x17\x60\x8c\x48\x4f\xa9\xaa\
\x76\x65\x4b\xf9\xfa\x23\xb0\xbc\x99\xf0\x79\x3d\x66\x4f\x97\x63\
\x64\xa8\xc8\xe8\x48\xff\xb9\xdc\xfe\xc2\xdd\x4e\x27\x30\x0a\x62\
\x05\xb2\x0e\x32\x56\xc8\x58\x21\x9b\x31\x6c\x6e\xd7\x18\xda\x0b\
\x13\x27\x0b\xf4\xf7\xf5\x5c\xed\x14\xe0\x00\x44\x20\xb2\xa0\x0a\
\x6a\x85\xac\x33\xcc\x2e\xff\x3e\xda\xf0\x1e\xef\x03\xc7\x07\x0f\
\x71\x6b\xfa\x4b\x45\x82\xca\x4e\xdd\xaf\xaf\xad\xd5\x5f\x34\x4b\
\xa5\x27\xf3\x53\xe3\x35\xa7\x80\x20\x58\x63\x5a\x2a\x4a\x08\x4a\
\x23\x8e\xb9\x7e\xf6\x30\x5b\xe5\x40\x6a\xd3\xd7\xd3\xb2\x19\x98\
\x5e\xd8\x7e\xb0\xb4\xb8\x31\x3c\x7a\x63\xe6\x8a\x53\x85\x90\x76\
\x22\x04\xac\x40\xc6\x19\x92\x44\xf9\x59\x55\x56\xb6\x14\x63\x94\
\xd8\x07\x76\x6a\x9e\x33\x83\xdd\x8c\x0c\x15\xc9\x65\xcc\xc5\x99\
\xd7\xe5\xc7\x4e\x55\x11\xc0\x19\x30\x62\x08\x0a\x56\x40\x49\xd7\
\xac\x4b\x67\x14\xfd\xd7\x26\xe2\xc4\xc1\x02\xb3\x73\x5d\x37\x0d\
\x6a\x48\x82\x6f\x7f\xc7\x2d\x1b\x27\xe0\x5a\x36\xab\x25\xe1\xdd\
\x6a\x83\x5f\x35\x25\x72\x06\x27\x6a\x6d\xc3\x97\x81\xe2\x7f\xcd\
\x9d\x6c\xe8\xb2\x88\x11\xac\xb5\x28\xe0\xe2\x66\xa3\x12\x99\x7c\
\xae\x90\x8d\x51\x05\x23\x82\x48\x9a\xd0\xce\x46\x54\x09\x41\x10\
\x11\x54\xc1\xf9\x44\xbf\x5d\x9b\xfc\x78\xa0\xe9\x29\x80\xd6\x20\
\xed\xce\x17\x2c\x13\xa7\x8f\xec\xb2\x31\x01\xc8\x40\xb7\x03\x55\
\xc5\xcd\x4c\x9e\x1a\x6b\x37\xff\xa5\x87\x4b\x71\x12\xbc\x6b\x3d\
\x95\x5d\x15\xd4\x43\x10\x4c\xc7\x4f\xa2\xd6\xa5\x36\xed\xab\xe1\
\xcb\x48\x30\xe2\x3a\x6d\xa8\xd6\xea\xa5\xc8\xe4\xf7\xed\xb2\x21\
\x1d\xd2\x9a\x5e\x82\xfa\xa6\xa8\x6a\xdb\x80\xf3\x77\xde\xbf\xb5\
\x46\x06\xc0\xf4\x81\x56\xfe\xda\xb4\x58\x25\x68\x52\x2e\xe4\xa2\
\xee\x3f\x17\x97\xff\x1b\x29\xed\xa4\x7a\x00\x00\x00\x00\x49\x45\
\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\x81\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x13\x49\x44\x41\x54\x18\x19\xa5\
\xc1\xcb\x4e\x13\x61\x18\x80\xe1\xf7\xfb\xe7\xef\xf4\x40\xa7\x07\
\x39\x54\x29\x85\x58\x13\xe2\xd6\x6b\xf0\x02\x5c\x7b\x05\x6e\xbd\
\x01\xf7\xae\xdd\xba\x33\x71\x21\x3b\x13\x4d\x88\x2e\x30\x91\x85\
\x1a\xdd\xb3\xc0\x04\x6c\xa5\x52\xda\x02\x1d\x4a\x3b\xd3\x99\xff\
\x93\x62\xa2\xee\xfb\x3c\xa2\xaa\xcc\xc3\x30\x27\xfb\xe4\xf9\xe7\
\x9d\x5c\x21\xb8\xd7\x0b\xa7\x0b\x17\x93\xc4\x38\x05\x87\x92\x3a\
\xc5\xa9\x92\xaa\xe2\x9c\x92\x3a\x25\x75\x4a\xea\x54\x91\x74\x3a\
\xbd\x3c\xef\xb5\xf6\xf6\xf7\xed\x72\xb5\xdc\x78\xf4\x60\xb3\x14\
\x4d\x55\x72\x59\x8f\xff\x09\xff\x08\x57\x04\x04\x18\x47\x89\x37\
\x8e\xd2\xd5\x87\x4f\xa3\x89\xe9\x0e\x93\x66\x9c\x38\x79\xb9\xd3\
\xa1\xd5\x8b\x19\x45\xca\x61\xdf\xd1\x1a\x38\xda\x67\x8e\xce\xb9\
\xa3\x1b\x2a\xbd\x91\x32\x4d\xa1\xdd\x8f\x79\xf6\xa6\xc3\xe9\x28\
\x32\xc1\x72\xe3\x8e\x19\x45\xa9\x64\x33\x86\xfa\xad\x12\xef\xbe\
\x75\x39\xbb\x98\x52\x2b\x09\x19\x0f\x7c\x4f\xf0\xad\xe0\x5b\xa8\
\xe4\x85\xfe\x30\x66\x6b\xf7\x98\xca\x8d\x12\x8b\x95\x2c\x57\xc4\
\x5c\x4e\x12\x66\x9a\x37\x8b\xac\xd5\x4a\x6c\x7f\xed\x72\x1a\x4e\
\x59\x2a\x1a\x7c\x0b\xbe\x07\xe5\x9c\x30\x08\x63\xb6\x76\xbb\x2c\
\x2d\x96\x68\xd6\x8b\x88\x72\xcd\x8c\x26\x29\x33\xd6\x83\xe6\x6a\
\x91\xe5\x6a\x81\x57\x1f\x5a\x0c\xc2\x98\x72\x4e\x08\x72\x42\x3f\
\x8c\x79\xf1\xbe\x45\xb9\x5c\xa0\xb9\x5a\x24\x6f\xf9\xcb\x8c\xc6\
\x09\x33\x22\x90\x4c\x13\x72\xd6\xb1\x5e\xaf\xf0\xf6\x4b\x97\x76\
\x6f\x42\xbb\x37\xe1\xf5\xa7\x2e\x8d\x7a\x85\xc0\x4f\x31\x9a\xe0\
\x5b\xfe\x10\xb0\x97\x51\x8a\x02\x71\x9c\x70\x3c\x08\x69\xd4\x02\
\x7c\x3f\x43\x67\x90\xe3\xe3\xde\x10\x03\x6c\x36\xaa\xd4\x16\xf3\
\x8c\x26\x31\x9d\x5e\xc8\x52\x35\x40\x15\x50\xc1\x5e\x46\x89\xa6\
\x4e\xa5\xdb\x0f\x69\x2c\x07\xe4\x73\x19\x50\xb8\xbd\x52\x60\x7d\
\xa5\x80\x00\xa2\xe0\x50\x6c\xc1\xc7\xae\x04\x1c\x9d\x0c\x19\x57\
\xf2\xa0\x4e\xed\x68\xf0\xf3\x20\x8a\x93\x8d\xbb\x6b\x79\x29\xe6\
\x8d\x88\x49\x31\x80\x08\x88\x08\x33\x02\x08\x57\x84\x2b\x96\x8d\
\x6a\xe0\x0e\x7e\x85\xf1\xf0\xa4\x7d\x64\xe3\x8b\x93\xc3\xfb\x8f\
\xb7\xab\xd9\x60\x61\xc1\x66\x3d\xb1\xd6\xc3\x78\x82\x67\xc0\x18\
\xc1\x58\x10\x40\x84\x6b\x02\x9a\x26\x71\x3c\x3e\x3f\xed\x9f\x7c\
\x6f\xfd\x10\x55\x65\x1e\x86\x39\x19\xe6\xf4\x1b\xfd\x49\xf9\x7b\
\xf0\xc8\xb1\x5b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\
\x00\x00\x02\x67\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x01\xf9\x49\x44\x41\x54\x38\xcb\xa5\
\x92\xbf\x6b\x93\x61\x10\xc7\xbf\xef\x8f\x24\x46\xac\xa9\x9a\xa4\
\x10\x83\x3f\xe8\x50\xf5\x0f\x10\x2a\x42\xa0\x45\x70\xc8\xd4\xad\
\x20\x0e\x82\x38\x54\x77\xdd\xba\x08\x8e\x0e\xa6\x83\x8b\x8b\xd2\
\x4d\x04\x3b\x54\x45\x21\x22\x88\x9a\x41\xd0\xc6\x56\xd0\x44\x0b\
\x31\xd1\xd8\x0a\x26\x6f\xde\xe7\x79\xee\x9e\x73\xb0\x56\x24\x79\
\x95\xe2\x67\xb9\x9b\x3e\xf7\xbd\xe3\x1c\x11\xc1\xff\xe0\xff\x6a\
\x1e\xd7\xd8\xb5\xd6\x96\x88\xa5\xc8\xcc\x39\x62\x0b\x43\xdc\x20\
\xe2\x05\x63\x78\x66\x7a\x3c\x6d\x07\x09\x1c\x11\x41\xb9\xc6\xae\
\x65\xfb\x28\x95\x90\xc2\xae\xed\x0e\x7c\x57\x00\x01\x42\x12\xac\
\xb6\x43\x7c\xfc\xd2\x2b\x1b\xa2\x89\xb3\x93\xf9\x3e\x89\x0b\x00\
\xcc\xb6\xb4\x33\x61\x0b\xd9\x1d\x0e\x42\xc3\x68\x77\x18\xad\x0e\
\x23\xd0\x16\x07\x32\x49\x64\x53\xb1\x82\xd2\x54\x1a\x94\xc0\x05\
\x00\x22\x2e\xee\x4e\x3a\xf8\xae\x18\x81\x16\x90\x15\x30\x0b\xba\
\x5a\xb0\xd6\x63\xec\xdd\x93\x84\xd2\x54\x8c\x14\x18\xe2\x9c\xe7\
\x02\x81\x16\xb0\x15\xb0\xc5\x4f\x89\x15\x74\x95\x45\x3c\xe6\x41\
\x6b\xca\x45\x1e\x51\x1b\x82\x95\x18\xc8\x0a\xac\x05\x58\x7e\x57\
\xb1\x00\x0b\xa0\x0c\x21\x32\x81\xd6\xd4\x08\x8d\x85\xef\x3a\x1b\
\x93\xb1\x59\x63\xbe\x83\x20\x34\x20\xad\x3f\x47\x0b\x0c\x2d\xd4\
\x5b\x01\x86\x12\x2e\xe2\x9e\x03\xde\x48\x92\xf0\x1d\x0c\x27\x3d\
\xbc\x7e\xd7\xc6\x48\xf7\xe5\xf0\xc3\xcb\xc5\xb1\x81\x02\xa5\x69\
\xa6\xd6\xec\x94\x97\x3e\x7c\x43\xcc\x03\xb2\x43\x3e\xb2\x29\x1f\
\x71\x57\xf0\xbc\xda\x44\xe7\x6b\x13\x93\xb9\xd6\x36\xa5\x82\x27\
\x77\x2e\x1e\x1b\xeb\xfb\x03\x00\xb8\x7a\xf7\xbd\x6b\x88\x4a\xc6\
\x70\x51\x13\xe7\xc8\x30\x0c\xf1\xa7\x74\x6f\x49\x4f\xa4\x5e\x1d\
\xcc\x1f\x3e\x8a\xc6\xca\x0b\xbc\xad\xdc\x6f\x1b\x13\x1e\x3f\x75\
\xed\xcd\xca\x1f\x82\x28\x16\x67\x4f\xc4\xb5\x0e\xe7\xd3\xfb\x0e\
\x4d\xed\x3f\x32\x8e\xd5\xe5\x67\xa8\x56\xee\xb5\xcf\x5c\xaf\x67\
\x36\x57\xf8\x1b\x27\x67\x1f\x68\xa5\x82\xe9\x7a\xf5\xe9\xed\xe5\
\xca\x22\xb2\xf9\x51\x68\xad\xd2\x7d\x2b\xfc\x8b\x1b\xe7\x46\xe3\
\x44\x6a\xde\x8b\x25\xa6\x82\xce\xfa\x95\xf3\x37\xd7\x2e\x6d\x49\
\x00\x00\x73\xa7\x33\x1e\x33\x8d\x5c\xb8\xb5\xde\xd8\x72\x82\x28\
\x7e\x00\x4a\xb8\x37\xa1\xaa\x32\xcb\xa1\x00\x00\x00\x00\x49\x45\
\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\xb0\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x42\x49\x44\x41\x54\x18\x19\x05\
\xc1\x41\x8b\x55\x65\x18\x00\xe0\xe7\xfd\xce\x77\xef\xdc\x61\x68\
\xd4\x4d\x89\x51\x4b\x8d\xd9\x8b\x50\x46\xb8\x69\x55\x8b\x36\x41\
\xd0\x42\x5a\x15\xfd\x89\x36\x91\xe0\x3e\xdd\x64\x05\xfd\x84\x5c\
\x59\x44\x64\x51\x42\x50\x9b\x08\xb1\x69\xa1\x23\x4e\xe2\xa8\xe3\
\xcc\xdc\x7b\xcf\x3d\xe7\x7b\x7b\x9e\xc8\x4c\x00\x00\x70\xed\xe6\
\xc3\x5c\x0e\x83\x61\x68\xe0\xf6\xce\xa3\xa3\x68\x19\xfb\x8b\xe1\
\xde\xdd\xbb\x8b\x6f\xfa\xbd\xbd\xcb\x3f\x5d\x7d\x7b\x1e\x99\x09\
\x00\x00\xae\xfc\x70\x3f\x3f\xbc\x70\xca\xc3\x83\x26\xd0\x32\xad\
\xc6\xa6\x76\x7c\xfd\xdb\x13\xbf\xdf\xda\xf9\xf6\xc1\xbd\x9d\xf7\
\x2a\x00\x00\xc0\x38\xa6\xc7\x47\xe9\xce\xc3\x54\x4a\x5a\x0d\xcd\
\xfe\x7c\xf0\xc6\xe9\x75\xe7\xcf\x1c\xb7\x31\x2d\x6f\x5d\xff\xee\
\xe0\xb3\x02\x00\x00\x90\xe8\x82\x59\x65\xda\x85\x69\x17\x66\xd3\
\xe2\xbf\x27\x73\x67\x4e\x70\xf1\xdc\x31\x1b\xd3\xb5\x8f\x0b\x00\
\x00\x00\x44\x30\xe9\xa8\x41\xed\xc2\xac\x16\xdb\x7b\xe1\xe6\xf6\
\xd2\xd3\x79\x9a\xd4\xa2\xde\xbe\x7e\xf6\x8f\xd9\xe6\xd6\x56\x44\
\x01\x40\x4a\x9f\x0a\xa1\x2b\x05\x88\xd4\x5a\xb2\xd6\x89\x12\xba\
\xae\x93\xa8\x91\xe5\x95\x97\xce\x7f\x39\x89\x08\x12\x92\x08\x6e\
\xdc\xd7\x40\x08\x4d\x17\x4c\x6b\x11\x99\x5a\x0b\x11\x21\x93\x6a\
\xc8\x85\xd6\xaf\x2d\x1f\x5c\x31\xf6\x1d\x65\x53\xc4\x73\x7e\xbc\
\xf5\xb2\x8b\xaf\xbf\xa8\x16\x4a\x14\x2d\xe9\x82\xd2\x30\x65\xbd\
\x92\x99\xaa\x55\x94\x6c\xbd\xb1\x9f\xca\x96\x0e\xb7\x7f\xf6\xf4\
\xef\x3f\x5d\x3a\xce\xee\x17\x04\x12\x81\x0e\x1d\x66\x68\x1f\xfc\
\x42\x0b\x55\xe4\xac\x0d\x73\xfb\xdb\x77\xac\xf6\x76\xb4\xd5\xc2\
\x89\xb3\xef\xab\x5b\x1f\xd9\xdc\xe8\x64\x16\x40\xca\xa4\x14\xfe\
\xf9\xfc\x9c\xe5\x70\x20\x5a\x89\x6a\x55\xd4\xf5\xe7\x9d\xbc\x70\
\x09\x8d\x4c\xa9\x39\x7a\xf0\x95\xfe\x19\x29\x64\x16\x84\x14\xea\
\xe6\x6b\x60\x5a\x36\xb5\x1c\xfa\x6a\x95\x99\xe3\x42\xbf\x7b\x0d\
\x09\x68\x0e\xe7\x45\x3f\xb0\x5c\xb1\x1a\x46\x8b\x7e\x30\x5f\xf6\
\x8e\xbf\xf0\x58\xc5\xbb\x9f\xfc\xba\x7b\x6c\x63\xb2\x5e\x2d\x65\
\xb6\x81\x40\x26\x1a\x6d\x65\x73\x6d\xc5\x74\x29\xc7\x05\xed\x50\
\x1b\xf7\xe5\xf0\xd4\xec\xd4\x9b\xfe\xc5\x8d\xcb\xaf\x9e\x84\xaa\
\xcf\x0c\x23\x99\xe4\x48\xf6\xb2\x2d\x69\x0b\x99\x73\x39\x1e\xc9\
\xf1\x40\x0e\xfb\x72\x7c\x86\x06\x00\x6a\xf6\xad\x0e\x47\x8f\xb4\
\x61\x42\x16\xb2\x93\x39\xa1\xad\xc9\xb6\x41\xae\x64\xf6\x44\x4f\
\x19\x8c\x8b\x05\x00\xa8\xb9\x58\xfe\xb5\x7d\xf5\x9d\xd3\x12\x01\
\x00\x00\x00\x48\xc4\xf7\xb4\xbc\x0d\xf0\x3f\x69\x21\x3c\x29\xd5\
\x29\xa8\xd6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x00\x6f\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x09\x00\x00\x00\x09\x08\x02\x00\x00\x00\x6f\xf3\x91\x47\
\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\
\x29\x49\x44\x41\x54\x08\xd7\x63\x60\xc0\x0d\x18\x19\x18\x18\xfe\
\xff\xff\x0f\xe5\x30\x32\x22\xb3\x11\xaa\xe0\xa2\x70\xc0\x84\xc7\
\x4c\x16\x34\x1d\xf4\x33\x13\x13\x00\x00\x6d\xa4\x18\x02\xd6\xe3\
\x1d\x45\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x00\x8f\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x20\x00\x00\x00\x20\x08\x02\x00\x00\x00\xfc\x18\xed\xa3\
\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\
\x49\x49\x44\x41\x54\x48\xc7\x63\x60\x18\x05\x03\x0d\x18\x91\x39\
\xff\xff\xff\xc7\xa7\x94\x91\x91\x0c\x95\x4c\xb4\xf6\x01\x13\x5d\
\x83\x08\x2b\x80\x87\x06\xb2\xc7\x07\x91\x0f\x46\x2d\x18\x01\x16\
\xb0\x10\x9f\x93\xc9\xcb\xf3\xa3\x71\x30\x5a\x54\x8c\x5a\x30\x5a\
\x54\x8c\x88\xa2\x62\x14\x0c\x3c\x00\x00\xa8\x90\x18\x2c\xda\xaa\
\x1f\x7c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\x62\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x01\xf4\x49\x44\x41\x54\x38\xcb\x95\
\x93\xcb\x6f\x12\x51\x18\xc5\xf9\x5f\xfc\x5b\x8c\x1a\x63\x8c\x2b\
\x57\x2e\x5d\x8b\xd1\x85\xa4\x69\x9a\xe1\x35\x0c\x1d\x20\x0e\x05\
\x67\x1c\xa0\x0b\x6d\xb0\x96\xd6\x18\x4a\x5b\x46\xd4\x71\x86\x97\
\xc9\xe8\xa4\x23\x0f\x5f\xd0\x14\x29\x08\xda\x71\xd5\xb8\x18\xd3\
\xd3\x3b\x2c\x1a\x93\xb6\x40\x17\xf7\x91\x7b\xf3\x3b\xdf\xf9\xce\
\xcd\x75\x00\x70\x4c\x1a\xa9\x54\xca\x99\x48\x24\x1a\xa2\x28\x5a\
\x82\x20\x58\xff\xdf\x4d\x84\x93\xc9\xa4\x93\x80\x07\xdd\x6e\x17\
\xa6\x69\x22\x1e\x8f\xe3\x5c\x02\x04\x6e\x74\x3a\x1d\xf4\xfb\x7d\
\xe4\xf3\x79\x44\xa3\xd1\xf3\x09\xf0\x3c\x6f\xd9\xd5\x75\x5d\x07\
\xc7\x71\x8a\x7d\x16\x0e\x87\xc1\xb2\x2c\x82\xc1\xa0\x35\x51\x80\
\x58\xfe\xd7\x6a\xb5\x50\x2a\x95\x10\x89\x44\xde\x85\x42\x21\x35\
\x93\xc9\xa0\xd9\x6c\x82\xa6\xe9\xf1\x02\xb1\x58\xec\x32\xb1\x7c\
\x58\xab\xd5\x50\xad\x56\x51\x28\x14\x20\x49\x12\x14\x45\x41\xb1\
\x58\x84\xcf\xe7\x6b\x9c\x0a\xce\xaf\xfe\xe0\x02\xe9\xaf\x3a\xb1\
\x6c\x55\x2a\x15\x68\x9a\x06\x7b\x2d\x97\xcb\x50\x55\x15\xb2\x2c\
\xc3\xeb\xf5\x1e\xb8\xdd\x6e\xe7\x09\x98\x59\xde\xe5\x12\xf9\x3e\
\xf8\x8d\x1e\xd8\xe5\xcf\x30\x0c\x03\xb9\x5c\x0e\x0c\xc3\x1c\xda\
\x96\x49\x55\xcb\xe3\xf1\x34\x28\x8a\x72\x9e\x08\x91\xb6\xe1\xcd\
\x1e\x0a\xfa\x1f\x48\x1f\x4d\xb0\x6b\x1d\xcc\x88\x06\x02\x81\xc0\
\x5f\xbf\xdf\x7f\xe1\x34\xb7\xc7\x1b\x5f\x7a\x97\x13\x08\xfc\x8a\
\x80\x69\x79\x80\x27\xaf\x7f\x22\x5b\xfd\x0d\xea\xe9\x0e\x6e\x31\
\xc6\xfb\xb3\x72\x1a\x4d\x9e\xa5\x1d\x8e\x5f\xef\x41\xfa\x60\x62\
\xe9\xed\x00\xf1\xf5\x3d\x24\x49\x1b\x6b\xe5\x5f\x70\x2d\xb6\x71\
\xc3\x53\x7f\x7e\xa6\xc0\x1c\x81\x17\xb2\x3d\x6c\x69\x04\x7e\x33\
\xc0\x42\x76\x0f\x22\x71\xb2\x5a\x1c\xe2\x41\xaa\x8d\xeb\xd4\xa7\
\xcc\xb8\x97\x72\xb8\x16\x5b\xd8\xd4\xf6\x47\x96\xb9\x97\x5d\x3c\
\x26\xe1\x65\xd4\x21\xee\x27\xda\xb8\x36\x37\x1e\x1e\x09\xdc\x79\
\xf4\x8d\xf4\xba\x0f\x71\x8b\x24\x4f\xda\x58\x21\xf0\x3d\x02\x5f\
\x99\xdd\x7e\x31\xcd\x47\x73\xdc\x7e\xf8\x45\xb3\x83\x5a\x51\x86\
\x78\x26\x0f\x71\x57\xf8\x8e\x4b\x33\xd3\xc1\xc7\x21\xde\xa4\xeb\
\x75\x12\x14\xae\xce\x6e\xe3\xa2\x6b\x7a\xd8\x1e\x47\x72\x6a\xf9\
\x51\xfb\x6e\xbb\x1b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\
\x82\
\x00\x00\x01\x1e\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x00\xb0\x49\x44\x41\x54\x38\xcb\x63\
\xf8\xff\xff\x3f\x03\x25\x98\x61\xd4\x00\xec\x06\xe4\x4f\x89\xac\
\xc9\x9b\x12\xf1\x29\xad\xcf\xff\x7f\x64\x8b\xc3\x27\xcf\x0a\xbd\
\x1a\xa2\x0d\xc8\xe8\x0f\x6c\x68\x5c\x9d\xf8\x7f\xcb\x95\xa9\xff\
\x2f\x3c\xdb\xf5\xbf\x7f\x77\xd6\xff\xf0\x7e\xdd\xff\xe6\xd9\x92\
\x3d\x44\x19\x10\xdb\xee\xf2\x7d\xe3\xe5\x09\xff\x37\x5e\x9b\xf4\
\x1f\x04\x7a\xf6\xa4\xfe\xef\xdf\x93\x0e\x32\xe0\x3b\x51\x06\xf8\
\x54\x1b\xfe\xdf\x76\x65\xce\x7f\x64\xb0\xe9\xd2\x54\x90\x01\xff\
\x89\x32\xc0\x32\x47\xfa\x7b\xf7\xae\xa4\xff\xed\xbb\x12\xc0\x9a\
\xdb\x77\x26\x90\xe6\x02\xa0\xc2\x96\xe0\x1e\x8d\xff\xbd\xbb\x52\
\xc0\x36\x83\x68\x10\x9f\xe8\x30\x80\x1a\xd2\x01\xc4\x9f\x40\xce\
\x86\xd2\x1d\xa3\x49\x19\x37\x06\x00\x12\x3f\xe3\x3b\x23\x4b\x32\
\xa6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x03\xb0\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x03\x42\x49\x44\x41\x54\x18\x19\x05\
\xc1\xdb\x4f\x5b\x75\x00\xc0\xf1\xef\x69\x4f\x29\x2d\xbd\x50\x28\
\xb3\xd0\x15\x0c\x43\x1c\x30\x26\x9b\x4c\x48\x80\x19\xcd\x18\x2e\
\xea\x83\x89\xfa\x32\xa3\x91\x07\x63\x4c\x0c\x7f\x80\x8f\x66\x7b\
\x30\x26\x26\x46\xf7\xa6\x92\x98\xa8\x7b\x31\x7b\xda\x0c\x3a\x1d\
\x19\x38\x37\x77\xc5\x85\x6d\x14\xe2\xca\xd5\xd1\xb4\xa5\x85\x9e\
\x9e\xcb\xef\xe2\xe7\x63\x68\xad\x01\x00\x00\x98\x9a\x9f\x1c\x03\
\x3e\x06\x8e\x01\x2d\x80\x09\x94\x81\xeb\x5a\xe9\x73\x5f\x8e\x7d\
\xf7\x0b\x00\x00\x80\xa1\xb5\x06\x60\x6a\x7e\xd2\x04\xa6\x81\x37\
\x5f\xcf\x9c\x08\x26\x42\x2d\x54\xac\x06\x2c\x17\x84\xb4\x11\x3c\
\xe1\xf2\xd6\x25\x21\x85\xfc\x55\x08\xf9\xf6\x37\xa7\x7e\xda\x03\
\x30\xb4\xd6\x4c\xcd\x4f\x06\x80\x3f\x06\x93\x7d\x23\x27\x33\x2f\
\x51\xb1\x83\x38\xb8\x2c\x57\x0c\xea\x74\x90\x82\xa5\xd0\xc2\x25\
\x84\xc5\x96\x73\x95\x9b\x9b\x37\x17\x84\x27\x8e\xff\xf0\xd6\x85\
\xb2\x0f\x00\x98\x3e\xda\xdc\x3d\x32\xda\x36\x48\x51\xba\x78\x3e\
\x03\x21\x7c\xd4\x44\x1d\x16\x75\x14\x9d\x20\xdb\x76\x88\xf5\x72\
\x80\xf6\xc8\x0b\x0c\xa6\x9e\x3d\xec\x3a\xde\x8f\x00\xfe\xd2\xf8\
\xea\x28\xf0\xd9\xe9\xee\xd7\xfc\xf7\x65\x95\x2d\x6a\xd4\x94\x60\
\xcf\x8e\x50\x74\x02\x54\x6c\xc8\x6e\xec\x52\xae\x56\x09\x26\x0a\
\x18\xf1\x2c\xc3\xc9\x83\x5c\x5e\xbc\xd1\xf9\xfd\xf5\xe9\x7b\xfe\
\xa1\xc9\x23\x5f\x4c\xb4\x0d\x1d\x32\xfc\x21\xb6\x7c\x02\xf4\x3e\
\x5a\x65\x84\x5b\x4f\xfc\xd4\x6c\x1f\x8b\x1b\x7b\xa8\xfa\x12\xc1\
\x8e\x47\x38\xb1\x2c\x79\x55\xc2\x2c\x49\x0e\x35\x67\x7c\xb7\x1e\
\x3f\x6c\x32\x81\x63\x99\x58\x9a\xbb\xd6\x26\xf9\x7a\x1f\xbd\xfe\
\x03\x28\x04\xb9\x6d\x17\xdb\xae\x11\x4f\x69\x2a\x4d\x33\x2c\xab\
\x1d\x70\x34\x8d\x22\x48\x36\xef\x70\xe2\xe9\xa3\x78\x8e\xe8\x37\
\x81\xe6\xb0\xd9\x40\xce\xda\x64\xdb\xb1\x88\x86\x3b\xd9\x71\xa3\
\x94\x4a\x8a\x78\x8b\xcd\xbe\x84\x45\x5e\x0e\x90\xbe\x73\x0e\x69\
\x57\xc9\x67\x0e\x52\xdc\x09\x13\x09\x45\xf1\x5c\xd1\xe8\xd3\x5a\
\x1b\x86\x06\xd7\xa9\xa0\xad\x56\x4c\x4f\x72\xe9\x2f\x0f\xa3\x3e\
\xc4\xd6\xb2\xc9\xda\x6a\x8c\x36\x27\x84\xf0\x34\xfb\x93\x3d\x04\
\x97\xef\xe0\xd9\x35\xd0\x1a\x21\x84\x61\x4a\xa1\x8a\x15\xb7\x92\
\x6e\xf6\x37\x12\xad\x7f\x8e\xf5\xbc\x89\xed\x05\x68\x55\x1f\x11\
\x0f\x4b\x9c\x0d\x8f\xdd\x9c\x20\xdd\xd4\x45\x4f\x6a\x88\x5d\xbb\
\xca\xc2\xfa\xef\x14\xab\x13\x48\xa1\xca\xa6\xf0\xc4\xed\xc7\xc5\
\xd5\x74\x57\x38\xc3\x6f\xff\xcd\xd3\x18\xee\xa2\xce\x9f\x41\x28\
\x97\xf1\xbe\xf7\x90\x5a\x21\x95\x44\xa1\xd9\x2c\xaf\xd1\xbf\x7f\
\x84\x3d\xb7\xc6\x27\x17\x3e\x04\xba\x1f\xf8\x3c\x57\x7c\xf5\xf3\
\xc3\x59\xd1\x11\x69\xc1\xb4\x36\x28\x17\xfe\x24\x91\x70\xb0\x85\
\x8b\xd4\x8a\x5c\x21\xcb\xbf\x85\x25\x56\xf2\x8b\xec\xd4\x0a\xe4\
\x8a\x2b\x0c\x64\xc6\x78\x26\xf5\x3c\xbb\x81\x7b\xa3\xbe\x6f\x5f\
\x3d\x3f\xe3\x3a\xde\xc5\x99\xc5\x59\x5e\x4c\x0f\x10\xf7\x37\x90\
\x88\x28\x6c\x61\x23\xa4\xe0\xa9\x58\x3b\xa9\x58\x07\xad\xf1\x4e\
\x02\xfe\x10\x2d\xd1\x34\xb7\xd7\xe6\xb9\xb6\x72\xc3\xb2\x5c\x62\
\x26\x80\xe7\x78\xef\x5c\xc9\xde\x9d\x73\x6a\xee\xe1\x89\x23\xc7\
\x79\xb4\x6d\xf2\x8f\x70\x98\xbe\xf6\x39\xae\x72\xb1\x85\xcb\x81\
\x64\x2f\xc3\x9d\x27\xf9\x3b\x37\xc7\x95\xa5\x59\x27\x2c\xdb\x7b\
\x96\xcf\x66\x6b\x86\xd6\x1a\x80\x57\xbe\x7e\x39\x2a\x3c\x71\x5e\
\x78\x72\xfc\xdd\x91\xf7\x4d\x64\x0a\xad\xc3\x18\x3e\x83\x64\xbc\
\xc2\xa7\x17\x4f\xd3\xd7\x3a\xcc\xd5\xa5\xb9\xdd\x06\xdd\xde\xbb\
\x70\x66\x69\x1d\xc0\xd0\x5a\x03\x00\x00\x30\x72\x66\xe8\x0d\x29\
\xe4\x07\x52\xaa\x7e\x25\x55\x02\x00\x28\xef\xf8\xef\x27\x85\x22\
\x50\x53\x32\xb0\x7d\x56\x0b\x00\x80\xff\x01\x38\xdd\xb8\x02\x3b\
\x59\x7d\xca\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\xdd\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x6f\x49\x44\x41\x54\x38\xcb\xa5\
\x93\xeb\x4b\x93\x61\x18\x87\xfd\x5b\xb6\x2f\x05\x83\xa4\x86\x59\
\x28\xa8\x29\x25\x58\x28\x6f\xd9\x6c\x8a\x8a\x4e\xdb\x96\x73\x6b\
\x8a\xce\xf6\x6e\x2e\x9d\xba\xcd\x03\x2d\x9d\x13\x0f\x15\xb5\xa1\
\xdb\x68\xa4\x3b\x38\x0f\xc3\x03\x66\xe2\xd4\xd2\x45\xea\xeb\x50\
\xa2\x8d\x22\x08\x6a\xc3\xaf\xbf\xde\x15\x4d\x47\xcb\x88\x1e\xf8\
\x7d\x79\xe0\xba\x9e\xe7\xbe\xb9\xef\x24\x00\x49\xff\x93\xdf\x2e\
\x74\xd3\x75\xcc\x0e\x8f\x84\x6c\x75\x89\xa8\xe6\x09\x41\x58\xfe\
\xa2\x3a\xdc\xf0\xbc\x82\x92\x5a\xcb\x48\xd1\x68\x31\xf3\x44\x81\
\x6e\x5a\x4a\xb4\x4f\x4a\x42\xcf\xd6\x7b\xb1\x1a\x5a\x84\xff\xf3\
\x06\xd6\x3f\xad\x60\x32\x60\x87\xd2\x53\x03\xbe\x89\x13\xe2\x3d\
\xb9\x4e\x24\x14\xfc\x84\xc5\x91\xe9\x3d\x3b\x0e\xbe\xed\x61\xf6\
\x83\x0b\x26\x6a\x10\x8f\x77\x0c\xb0\xef\x9b\xb0\xf4\x71\x0e\xda\
\x05\x19\x4a\x47\xf2\x23\xdc\xc1\x3c\x22\x4e\xa0\x9d\x92\x32\x68\
\x38\xe8\xde\xb5\x60\xef\xeb\x36\x86\xb7\xf5\x78\xb8\xd6\x81\x6e\
\x5f\x2b\x0c\x7e\x1d\xfa\xfc\x5a\x74\x6f\xb6\xc0\x7d\x60\x07\xe9\
\x11\xa2\xd0\x78\x25\x58\xd0\x9b\xcd\x88\x09\x68\x58\xd1\xbf\xac\
\xc6\xbb\x2f\x9b\xf4\x8b\x7d\xe8\xdd\xd2\x42\xf3\x4a\x89\x5f\x47\
\xbd\x26\x83\x7c\x51\x08\xc5\x72\x2d\x9c\xfb\x36\xdc\x1c\xc9\x41\
\xde\x83\x0c\x45\x4c\xd0\xe2\xac\xa1\x5c\x01\x1b\xfd\x55\x33\x3a\
\x57\x55\x68\x5b\x91\x43\x36\x2b\x8a\x09\x04\x36\x2e\x1a\x66\xca\
\x20\x9d\x2a\xc6\xc0\x1b\x1d\xf4\x4b\xcd\xb8\xdc\x9d\x46\xc5\x04\
\x8a\x71\xfe\xa1\xf7\xbd\x0b\xfd\x6f\x75\x34\xdc\x84\x3f\x1d\xf1\
\x64\x11\x14\xf3\x7c\x58\xfc\xc3\xc8\xd2\xa5\x1e\xc6\x04\x4d\x76\
\xde\xe1\x44\x60\x0c\xda\x0d\x12\x2a\x5f\xfd\x89\x02\xd2\x5b\x0d\
\xab\x7f\x08\xe9\x1d\xec\x23\x41\xbd\xad\x9c\x32\xfa\xb4\x30\x6c\
\x69\xd0\xf4\x52\x08\xf1\x7c\x05\x78\xd6\x1b\x71\x60\x34\x77\x3d\
\x5c\xf4\xfb\xd4\xe8\xf2\xde\xc3\x05\x75\xf2\x51\x09\xe2\xb1\x12\
\xc5\x6d\x2b\x01\x47\xc0\x02\xd9\x7c\x25\x24\xde\xd2\x1f\x35\x1f\
\x17\x88\x9c\x1c\xd4\xb9\x8b\xe1\xd8\x35\xe3\x52\x4f\x2a\xd8\xf7\
\x59\x47\x4d\x14\x9a\x8b\x18\x55\x4f\x0b\x83\xa4\x47\x80\x71\x6a\
\x34\xd6\xb0\x28\x58\xeb\x8c\x26\x0a\x73\x31\xb1\x63\xc2\x1d\xcb\
\xad\x28\x1c\x4c\x56\x9e\x66\xc4\x0d\x52\xf9\xa3\x02\xa2\x64\xe8\
\x6a\xa4\xd1\x51\x09\x27\x2d\x31\xfa\xda\x41\xce\x54\x41\x3e\x55\
\x09\xe3\x6a\x1b\x1c\x34\x2c\xb4\x70\xc0\x56\xb1\x22\x34\x4c\x24\
\x1c\x65\xce\x40\x2e\x41\x18\x72\x42\xf9\x03\x99\xe8\x59\x20\x61\
\x7e\x6d\x80\x79\xc3\x00\x8d\xb7\x11\x59\x5d\x29\x51\x38\x74\x1c\
\x4e\xb8\x4c\xd7\xf4\x99\xcc\xdc\x9e\x74\x32\xbb\xf3\x22\x95\xa1\
\x49\x09\xa7\xb5\x9f\x0d\x9f\x6f\x3d\x43\x9d\x53\xb1\xc8\x64\xe5\
\x29\xe6\x5f\xb7\xf1\x5f\xf3\x1d\x41\x46\xcb\x1f\x00\x28\xd3\xc1\
\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
\x00\x00\x02\x8f\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\
\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\
\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\
\x79\x71\xc9\x65\x3c\x00\x00\x02\x21\x49\x44\x41\x54\x38\xcb\x95\
\x93\xeb\x4e\x13\x51\x14\x85\x89\x89\xc9\x89\xcf\xa0\x56\x89\x86\
\xc8\x91\x80\xc4\x1b\x42\x5b\x06\x28\xad\x0d\x08\x26\xd0\xfb\x85\
\x5e\xa4\x80\xb4\xa5\xed\xa4\x4d\xa1\x36\xea\x0f\x4d\x7c\x12\x9f\
\x0b\x44\xc5\xde\xb0\xd2\x99\x76\x3a\xd3\xe5\xae\x98\x4a\x2d\x25\
\xe1\xc7\x4e\xce\x64\xce\xfa\xf6\xac\xb5\xf7\x0c\x00\x18\xb8\x4c\
\xd5\xd7\x42\xd7\xce\x3e\x77\x5f\x10\x33\x3a\x2a\xde\x57\xec\x0f\
\x72\xd9\xed\x8d\xd7\x6c\x4e\x43\x2f\xa0\x2d\xce\xec\xa2\x95\xce\
\x42\x8b\x27\x7b\x20\x75\x5f\x80\xd7\x03\x61\x34\x36\xb6\xf0\xeb\
\xe5\xca\xe7\xea\xe2\xd2\xbd\x7f\x80\xbf\x62\xe4\xdf\xa1\x45\xa5\
\x25\x44\x34\x37\xb7\x3b\x10\xd9\xbb\xc6\xa9\x3b\x9a\xd1\x38\x90\
\xcb\xa3\x7d\x3e\x36\x5b\xe3\xe5\x19\xd3\x95\x53\x40\x2a\xcd\x5a\
\x09\x51\x6b\xed\xbe\x01\x3e\x7e\x82\x96\xcd\xb5\x01\x68\x04\x42\
\x5c\xf6\xf8\x39\x75\x87\xb2\x1d\x03\xe8\xbd\xec\x0f\xe0\x78\xfe\
\xb9\x5a\x16\xe6\xae\x76\x59\xd0\x62\x09\xa6\xbe\x8e\xa9\x9a\x98\
\x01\xde\x7f\x80\x9a\x4a\xa3\x1e\x0c\x83\xba\x43\xd9\x8a\x02\xd9\
\xbd\x3f\xe7\x8a\xc9\x42\xe2\x59\x76\x6e\x88\xcd\xc8\x26\x6b\x84\
\xd6\xd5\x66\x74\x87\xec\xbc\x05\xf6\xf2\x24\xcc\x01\x99\x2c\x64\
\x8f\x0f\x95\x39\xb3\x5a\x9e\x9e\x61\xfd\xa7\x70\x1a\x16\x93\x5c\
\x5e\x0d\x59\xb2\xe3\xf6\x01\x0e\x37\x20\xa6\x51\x99\x9d\xd7\x4a\
\x46\x81\xfd\x7f\xbf\x07\x20\x39\x3d\xed\x51\x01\x34\x0d\xd8\x9c\
\xc0\x8a\x1d\xd8\x49\x92\x6f\x0b\x0a\x13\x53\xfc\x42\x80\xe4\x70\
\x73\xc9\xe5\x81\x12\x8e\x00\x49\x91\x84\x29\x20\x46\x76\x28\x40\
\x79\xd5\x8e\xb2\xde\x88\xef\x63\xe3\xfc\x5c\x40\xcd\xee\xe2\x92\
\xd3\x0d\x25\xb4\x0e\xd0\x18\x25\x87\x0b\x14\x96\x5a\x9c\x32\x68\
\x27\x8b\xcb\x40\x64\x03\xb5\x17\xcb\x28\x3c\x7c\x8c\xc3\xa1\x61\
\xde\x05\xa0\xcd\xe2\xd4\x1d\x4a\xf0\x15\x75\x4d\x40\xa2\x4f\xa7\
\xb0\xd4\xe2\xa4\x81\x15\x9e\x4c\xb0\xa3\xf1\x47\x6a\xd5\x64\x06\
\x82\x21\x9c\x58\xac\x38\x1a\x19\xc5\xc1\xad\x41\xde\x01\xd0\x66\
\x09\x35\x9b\x03\x4a\x20\x04\x69\xd5\x01\x0a\x4b\x2d\x3e\xd3\x77\
\x02\xfb\x36\x32\xc6\xbe\x0e\xdf\x57\x7f\x1a\x05\x48\xd6\x05\xfc\
\x18\x7d\x80\xfd\x1b\x3a\xa1\xcb\x02\x6d\x96\x50\x5d\x58\x42\xc9\
\x30\xad\x51\x58\x3d\x69\x1f\xde\x1d\x62\x5f\x06\xef\xa8\x67\xc5\
\x3d\x21\x96\xf4\x46\xa1\xf0\x74\x92\xf5\xfb\x99\x0e\x74\xb7\xd9\
\xfe\xf5\x9b\xc2\x85\x63\xbc\x6c\xfd\x06\x72\xbb\xa4\xc7\xdb\xed\
\xbe\x14\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
"
qt_resource_name = "\
\x00\x03\
\x00\x00\x70\x37\
\x00\x69\
\x00\x6d\x00\x67\
\x00\x15\
\x0f\x11\x6f\xe7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x62\x00\x6f\x00\x75\x00\x74\
\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x14\
\x04\xda\x35\xa7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x69\x00\x6e\x00\x64\x00\x2e\
\x00\x70\x00\x6e\x00\x67\
\x00\x10\
\x0a\x4a\x02\x67\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x36\x00\x34\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x17\
\x03\xb4\x08\x87\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x7a\x00\x6f\x00\x6f\x00\x6d\x00\x5f\
\x00\x69\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x18\
\x01\x92\xab\xc7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x7a\x00\x6f\x00\x6f\x00\x6d\x00\x5f\
\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x1f\
\x01\x89\x78\x27\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x63\x00\x6f\x00\x70\x00\x79\x00\x5f\
\x00\x64\x00\x65\x00\x66\x00\x69\x00\x6e\x00\x69\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x18\
\x05\x74\x18\x87\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x65\x00\x65\x00\x64\x00\x62\
\x00\x61\x00\x63\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x1a\
\x0c\x3b\x48\x67\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x7a\x00\x6f\x00\x6f\x00\x6d\x00\x5f\
\x00\x72\x00\x65\x00\x73\x00\x65\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x14\
\x0a\x5c\x32\xe7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\
\x00\x70\x00\x6e\x00\x67\
\x00\x0f\
\x09\xa9\x82\x07\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x39\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x10\
\x0a\xb8\x02\x67\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6c\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x33\x00\x32\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x1b\
\x0d\xf3\xfe\xc7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x66\x00\x65\
\x00\x72\x00\x65\x00\x6e\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x14\
\x05\x0a\x51\x67\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x64\x00\x64\x00\x5f\x00\x72\x00\x65\x00\x61\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\
\x00\x70\x00\x6e\x00\x67\
\x00\x18\
\x05\x45\x15\x47\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x68\x00\x6f\x00\x6d\x00\x65\x00\x70\
\x00\x61\x00\x67\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x17\
\x08\x47\x67\x67\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x64\x00\x64\x00\x5f\x00\x65\x00\x78\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x69\
\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
\x00\x14\
\x08\x9a\x33\x27\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x5f\x00\x71\x00\x75\x00\x69\x00\x74\x00\x2e\
\x00\x70\x00\x6e\x00\x67\
"
qt_resource_struct = "\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x10\x00\x00\x00\x03\
\x00\x00\x00\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x0b\xa0\
\x00\x00\x00\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x09\x0b\
\x00\x00\x00\x90\x00\x00\x00\x00\x00\x01\x00\x00\x06\x5f\
\x00\x00\x00\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x03\x0e\
\x00\x00\x02\x62\x00\x00\x00\x00\x00\x01\x00\x00\x19\x4b\
\x00\x00\x02\x90\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x6d\
\x00\x00\x01\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x0e\x3b\
\x00\x00\x02\xc6\x00\x00\x00\x00\x00\x01\x00\x00\x1e\x21\
\x00\x00\x02\xfa\x00\x00\x00\x00\x00\x01\x00\x00\x21\x02\
\x00\x00\x01\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x15\xdf\
\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x05\xa5\
\x00\x00\x01\xae\x00\x00\x00\x00\x00\x01\x00\x00\x13\x2b\
\x00\x00\x02\x00\x00\x00\x00\x00\x00\x01\x00\x00\x16\x52\
\x00\x00\x01\x74\x00\x00\x00\x00\x00\x01\x00\x00\x10\xc0\
\x00\x00\x02\x26\x00\x00\x00\x00\x00\x01\x00\x00\x16\xe5\
\x00\x00\x00\x0c\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()