hgview-1.7.1/0000775000177600017760000000000012101526244012126 5ustar pyvespyveshgview-1.7.1/ChangeLog0000644000177600017760000001333612101516671013707 0ustar pyvespyves2013-01-28 -- 1.7.1 * remove yellow from possible text and line color * compatinility with Mercurial 2.5 * bugfix> prevent obsolescence cycle to confuse hgview * bugfix> fix successors changesets computation * bugfix> fix an issue leading hg to get slower and slower with reload 2012-11-20 -- 1.7.0 * allow copying changeset to clipboard * add support for revset in goto toolbar * standalone executable for hgview on windows * compatibility with Mercurial 2.4 * Use an "open file" dialog when `hgview` is run outside a repo * bugfix> fix badly reported successors 2011-08-08 -- 1.6.2 * generate hgqv.qrc to hgqv_rc.py not hgqv_qrc.py (#103538) 2011-08-08 -- 1.6.1 * Include missing hgviewlib/qt4/application.py (#103444) 2011-08-08 -- 1.6.0 * compat> improve compatibility with Mercurial 2.2 and 2.3 * compat> improve compatibility with Python 2.5 * graph> support for changesets obsolescence * graph> support for hiding closed branches * graph> improve support for hidden changeset * graph> select current working directory parent at startup instead of tip (#82231) * graph> allow to reorder mutable changeset on top (#92312) * graph> add some basic support for bookmarks (#92295, #92750) * config> allow overriding ``maxfilesize`` config value in the UIs (#20597) * config> allow to hide changeset content at startup (#92204) * config> allow per-interface configuration * GUI> allow to mimic the raw text layout by adding "description" to the files list (#83294) * GUI> move "start" and "follow" actions from toolbar to context menu (#87901) * GUI> move diff actions from toolbar to context menu and hide toolbar diff at startup (#87901) * GUI> add icon to "show/hide" hidden changesets action (#87901) * GUI> allow to pass node/rev/tag as link anchor (#87902) * TUI> phases support (#87899) * TUI> use short hash * TUI> goto command now accept any changeid, not only the rev (#92736) * bugfix> Do not reload data from locked repository (#92297) * bugfix> fix encoding error while browsing the content of an unapplied mqpatch that contains unicode chars (#87210) * bugfix> fix OSError while focusing on removed file on mq patches (#87839) * bugfix> fix ``dev/null`` file entry appearing with removed files on unapplied mq patches (#89335) * bugfix> Raw-UI prevent over refreshing with mercurial 2.1 (#89336) * bugfix> do not swallow exception with ``--traceback`` (#89337) * bugfix> Fix some unicode issue in raw text ui (#98647) * bugfix> Properly keep currently visited rev and file on reload (#93641) * bugfix> re-enable copy action in right click menu of the description (#93421) * bugfix> do nothing if the entry of ``find`` is empty in the GUI (#93422) * bugfix> Fix a typo leading to a name error when using bfile. 2011-12-23 -- 1.5.0 * GUI> replace text in description for fancy display (#84465) * GUI> links in fancy view opens browser (#76254) * GUI> Add support for incoming phase feature in hg 2.1 (#86349) Node have different shape given their phase. * TUI> fancier graph highlighting in TUI (#79263) * TUI> add history and completion for command (#84733) * TUI> display text translation in source/diff pane (closes #83773) * Hg> Allow toggle hidden changesets visibility (#19875) * Hg> improve mq support (#19194) * Hg> enable --profile/--time/--traceback/--debug options as mercurial extension (#83309) * support mercurial 2.0 (#79058, #84549) * bugfixes (#77984, #79255, #84939, #78004, #83307) * others (#75296, #78002, #75295) 2011-09-29 -- 1.4.0 * add a text user interface * allow file name to be selected (#70307) * remove mx.Datetime dependency (#73687) * bugfixes (#20996, #73678) 2010-08-25 -- 1.3.0 * ReST support in descriptions * stabilize named branch color * bugfixes 2010-01-20 -- 1.2.0 * add basic support for mq * add basic support for bfiles extension * make working directory be represented by a node in the graph (if needed) * add possibility to display the graph from a given revision * add a annotate-like view * improve graph rendering engine * bugfixes 2009-09-30 -- 1.1.2 * fixed packaging issues 2009-09-23 -- 1.1.0 * add many configuration options * removed 'hg hgview-options' command in favor of 'hg help hgview' * add ability to choose which parent to diff with for merge nodes * dramatically improved UI behaviour (shortcuts) * improved help * make it possible not to display the diffstat column * standalone application: improved command line options * indicate working directory position in the graph * add auto-reload feature (when repo is modified; pull, commit, etc.) * fix many bugs 2009-06-08 -- 1.0.1 * fix a bug on some PyQt versions, which also prevented hardy package from installing 2009-06-05 -- 1.0.0 * almost complete rewrite of hgview (only using Qt for now) * make dialogs consistants * pure qt4 * add a file revision comparator * add a manifest viewer 2008-10-06 -- 0.9.0 * support branches * make filter text search on files and log description tree. * bugfixes 2008-05-15 -- 0.3.1 * added logic to resolve symbolic links to hgview executable * make hgview less verbose * allow home installation * let the diff's scroll window resize when it's packed in the HPaned * fix Windows related bug 2007-05-29 -- 0.3.0 * add a Qt4 version of hgview * bugfixes 2007-05-29 -- 0.2.0 * creation of changelog hgview-1.7.1/hgext/0000775000177600017760000000000012101526244013245 5ustar pyvespyveshgview-1.7.1/hgext/hgview.py0000644000177600017760000000537712101453550015121 0ustar pyvespyves# hgview: visual mercurial graphlog browser in PyQt4 # # Copyright 2008-2010 Logilab # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. '''browse the repository in a(n other) graphical way The hgview extension allows browsing the history of a repository in a graphical way. It requires PyQt4 with QScintilla. ''' testedwith = '2.4' buglink = 'https://www.logilab.org/project/hgview' import os from optparse import Values from mercurial import error # every command must take a ui and and repo as arguments. # opts is a dict where you can find other command line flags # # Other parameters are taken in order from items on the command line that # don't start with a dash. If no default value is given in the parameter list, # they are required. def start_hgview(ui, repo, *pats, **opts): # WARNING, this docstring is superseeded programmatically """ start hgview log viewer ======================= This command will launch the hgview log navigator, allowing to visually browse in the hg graph log, search in logs, and display diff between arbitrary revisions of a file. If a filename is given, launch the filelog diff viewer for this file, and with the '-n' option, launch the filelog navigator for the file. With the '-r' option, launch the manifest viewer for the given revision. """ ### 2.5 compat # We ensure here that we work on unfiltered repo in all case. Unfiltered # repo are repo has we know them now. repo = getattr(repo, 'unfiltered', lambda: repo)() # If this user has a username validation hook enabled, # it could conflict with hgview because both will try to # allocate a QApplication, and PyQt doesn't deal well # with two app instances running under the same context. # To prevent this, we run the hook early before hgview # allocates the app try: from hgconf.uname import hook hook(ui, repo) except ImportError: pass from hgviewlib.application import start def fnerror(text): """process errors""" raise(error.Abort(text)) options = Values(opts) start(repo, options, pats, fnerror) import hgviewlib.hgviewhelp as hghelp start_hgview.__doc__ = hghelp.long_help_msg cmdtable = { "^hgview|hgv|qv": (start_hgview, [('n', 'navigate', False, '(with filename) start in navigation mode'), ('r', 'rev', '', 'start in manifest navigation mode at rev R'), ('s', 'start', '', 'show only graph from rev S'), ('I', 'interface', '', 'GUI interface to use (among "qt", "raw" and "curses"') ], "hg hgview [options] [filename]"), } hgview-1.7.1/hgext/hgview.rc0000644000177600017760000000040312010507740015056 0ustar pyvespyves# This file is intended to be installed in a system's hgrc.d directory # It enables the hgview's mercurial plugin, making the 'hg qv' command # available. This file presumes hgext/hgview.py has been installed in # the hgext path [extensions] hgext.hgview = hgview-1.7.1/COPYING0000644000177600017760000004311712046173467013202 0ustar pyvespyves GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU 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, see . Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. hgview-1.7.1/doc/0000775000177600017760000000000012101526244012673 5ustar pyvespyveshgview-1.7.1/doc/Makefile0000644000177600017760000000115012046173467014343 0ustar pyvespyvesSOURCES=hgview.1.txt #$(wildcard *.[0-9].txt) MAN=$(SOURCES:%.txt=%) HTML=$(SOURCES:%.txt=%.html) PREFIX=/usr/local MANDIR=$(PREFIX)/man INSTALL=install -c all: man html man: $(MAN) html: $(HTML) %: %.xml xmlto man $*.xml %.xml: %.txt asciidoc -d manpage -b docbook -o $@ $< %.html: %.txt asciidoc -b html4 -o $@ $< || asciidoc -b html -o $@ $< install: man for i in $(MAN) ; do \ subdir=`echo $$i | sed -n 's/..*\.\([0-9]\)$$/man\1/p'` ; \ $(INSTALL) -d $(DESTDIR)$(MANDIR)/$$subdir && \ $(INSTALL) $$i $(DESTDIR)$(MANDIR)/$$subdir ; \ done clean: $(RM) $(MAN) $(MAN:%=%.xml) $(MAN:%=%.html) hgview-1.7.1/doc/hgview.1.txt0000644000177600017760000000447712072513146015102 0ustar pyvespyveshgview(1) ========= David Douard NAME ---- hgview - Qt based mercurial repository browser SYNOPSIS -------- 'hgview' [options] [filename] DESCRIPTION ----------- hgview(1) is a GUI application usually invoked from the command line. The simplest way to use it is to install it as a hg extension. Alternatively, it can be used as a standalone application. If [filename] is given, hgview will start in file-diff mode, in which user can easily compare arbitrary revisions of a file. Use ``hg help hgview`` for an extended help description OPTIONS ------- `-n`, --navigate (require a filename):: starts in filelog navigation mode `-r REV`, --rev=REV:: starts in manifest mode for given revision FILES ----- ~/.hgrc:: This is the standard file for configuring hg and its extensions. See `hg qv-config` for more details on what can be configured this way. ~/.hgusers:: This file holds configurations related to authors of patches in the hg repository. See `hg qv-config` for more details on what can be configured this way. BUGS ---- Please report any found bug on the mailing list or via email. Patches (or mercurial bundles) are always welcome. AUTHOR ------ Current version has been mainly written by David Douard , based on hgview 0.x code which has been written by Ludovic Aubry, Graziella Toutoungis and others. RESOURCES --------- http://www.logilab.org/project/hgview COPYRIGHT --------- Copyright \(C) 2012 David Douard (david.douard@logilab.fr). Copyright \(C) 2007-2012 LOGILAB S.A. (Paris, FRANCE), http://www.logilab.fr/ -- mailto:contact@logilab.fr LICENSING --------- 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 pro‐ gram; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. hgview-1.7.1/README0000644000177600017760000000335012064617040013010 0ustar pyvespyvesDescription =========== Its purpose is to easily navigate in a Mercurial repository history. It has been written with efficiency in mind, both in terms of computational efficiency and user experience efficiency. It is written in Python. There are two user interfaces: * a graphical intarfece using PyQt4 and QScintilla, the * a text interface: using urwid, pygments and pyinotify Note that the Qt4 interface is much more complete than the text interface. The Qt4 interface provides more views on the repository. hgview intallation notes ======================== hgview can be used either as a hg extension, or as a standalone application. The Common library depends on: mercurial (1.0 minimum) The Qt4 interface depends on PyQt4, QScintilla and PyQScintilla, DocUtils The Text interface depends on urwid, pygments and pyinotify Run from the hg repository -------------------------- You can run ``hgview`` without installing it. :: hg clone http://hg.logilab.org/hgview You may want to add the following to your main .hgrc file:: [extensions] hgext.hgview=path/to/hqgv/hgext/hgview.py [hgview] # your hgview configs statements like: dotradius=6 interface=qt # or curses or raw # type hg qv-config to list available options Then from any Mercurial repository:: cd hg qv or:: export PYTHONPATH=PATH_TO_HGVIEW_DIR:$PYTHONPATH PATH_TO_HGVIEW_DIR/bin/hgview Installing ``hgview`` --------------------- Installing ``hgview`` is simply done using usual ``distutils`` script:: cd $PATH_TO_HGVIEW_DIR python setup.py install --help # for available options python setup.py install More informations ================= See `hg help hgview` for more informations on available configuration options. alain hgview-1.7.1/PKG-INFO0000664000177600017760000000506112101526244013225 0ustar pyvespyvesMetadata-Version: 1.0 Name: hgview Version: 1.7.1 Summary: a Mercurial interactive history viewer Home-page: http://www.logilab.org/projects/hgview Author: Logilab Author-email: python-projects@lists.logilab.org License: GPL Description: Description =========== Its purpose is to easily navigate in a Mercurial repository history. It has been written with efficiency in mind, both in terms of computational efficiency and user experience efficiency. It is written in Python. There are two user interfaces: * a graphical intarfece using PyQt4 and QScintilla, the * a text interface: using urwid, pygments and pyinotify Note that the Qt4 interface is much more complete than the text interface. The Qt4 interface provides more views on the repository. hgview intallation notes ======================== hgview can be used either as a hg extension, or as a standalone application. The Common library depends on: mercurial (1.0 minimum) The Qt4 interface depends on PyQt4, QScintilla and PyQScintilla, DocUtils The Text interface depends on urwid, pygments and pyinotify Run from the hg repository -------------------------- You can run ``hgview`` without installing it. :: hg clone http://hg.logilab.org/hgview You may want to add the following to your main .hgrc file:: [extensions] hgext.hgview=path/to/hqgv/hgext/hgview.py [hgview] # your hgview configs statements like: dotradius=6 interface=qt # or curses or raw # type hg qv-config to list available options Then from any Mercurial repository:: cd hg qv or:: export PYTHONPATH=PATH_TO_HGVIEW_DIR:$PYTHONPATH PATH_TO_HGVIEW_DIR/bin/hgview Installing ``hgview`` --------------------- Installing ``hgview`` is simply done using usual ``distutils`` script:: cd $PATH_TO_HGVIEW_DIR python setup.py install --help # for available options python setup.py install More informations ================= See `hg help hgview` for more informations on available configuration options. alain Platform: UNKNOWN hgview-1.7.1/setup.py0000644000177600017760000003301012072513147013640 0ustar pyvespyves#!/usr/bin/env python # pylint: disable=W0142,W0403,W0404,E0611,W0613,W0622,W0622,W0704 # pylint: disable=R0904,C0103 # # Copyright (c) 2003 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Generic Setup script, takes package info from hgviewlib.__pkginfo__.py file """ from __future__ import nested_scopes, with_statement import os import sys import shutil from os.path import isdir, exists, join, walk, splitext, basename, dirname from subprocess import check_call, call as sub_call from distutils.core import setup from distutils.command.build import build as _build from distutils.command.build_py import build_py as _build_py from distutils.command.install import install as _install from distutils.command.install_lib import install_lib from distutils.command.install_data import install_data as _install_data py2exe, innosetup = None, None try: import py2exe import innosetup except ImportError: pass # import required features from hgviewlib.__pkginfo__ import modname, version, license, description, \ web, author, author_email # import optional features try: from hgviewlib.__pkginfo__ import distname except ImportError: distname = modname try: from hgviewlib.__pkginfo__ import scripts except ImportError: scripts = [] try: from hgviewlib.__pkginfo__ import data_files except ImportError: data_files = [] try: from hgviewlib.__pkginfo__ import subpackage_of except ImportError: subpackage_of = None try: from hgviewlib.__pkginfo__ import include_dirs except ImportError: include_dirs = [] try: from hgviewlib.__pkginfo__ import ext_modules except ImportError: ext_modules = None long_description = file('README').read() def setdefaultattr(obj, attrname, value=None): if getattr(obj, attrname, None) is not None: return getattr(obj, attrname) setattr(obj, attrname, value) return value def ensure_scripts(linux_scripts): """ Creates the proper script names required for each platform (taken from 4Suite) """ from distutils import util if util.get_platform()[:3] == 'win': scripts_ = [script + '.bat' for script in linux_scripts] else: scripts_ = linux_scripts return scripts_ class build_qt(_build_py): description = "build every qt related resources (.uic and .qrc and .pyc)" PACKAGE = 'hgviewlib.qt4' def finalize_options(self): _build_py.finalize_options(self) self.packages = ['hgviewlib.qt4'] def compile_src(self, src, dest): compiler = self.get_compiler(src) if not compiler: return dir = os.path.dirname(dest) self.mkpath(dir) sys.stdout.write("compiling %s -> %s\n" % (src, dest)) try: compiler(src, dest) except Exception, e: sys.stderr.write('[Error] %r\n' % str(e)) def run(self): for dirpath, _, filenames in os.walk(self.get_package_dir(self.PACKAGE)): package = dirpath.split(os.sep) for filename in filenames: module = self.get_module_name(filename) module_file = self.get_module_outfile(self.build_lib, package, module) src_file = os.path.join(dirpath, filename) self.compile_src(src_file, module_file) _build_py.run(self) @staticmethod def compile_ui(ui_file, py_file): from PyQt4 import uic with open(py_file, 'w') as fp: uic.compileUi(ui_file, fp) @staticmethod def compile_qrc(qrc_file, py_file): check_call(['pyrcc4', qrc_file, '-o', py_file]) def get_compiler(self, source_file): name = 'compile_' + source_file.rsplit(os.extsep, 1)[-1] return getattr(self, name, None) @staticmethod def get_module_name(src_filename): name, ext = os.path.splitext(src_filename) return {'.qrc': '%s_rc', '.ui': '%s_ui'}.get(ext, '%s') % name class build_curses(_build_py): description = "build every curses related resource" def finalize_options(self): _build_py.finalize_options(self) self.packages = ['hgviewlib.curses'] class build_doc(_build): description = "build the documentation" def initialize_options (self): self.build_dir = None def finalize_options (self): self.set_undefined_options('build', ('build_doc', 'build_dir')) def run(self): # be sure to compile man page self.mkpath(self.build_dir) try: check_call(['make', '-C', self.build_dir, '-f', '../../doc/Makefile', 'VPATH=../../doc']) except: if not py2exe: # does not make sense (either because of windows vs toolchain # or we don't need the doc in the installer) print ('we cannot build the doc,' ' you may want to use --no-doc') raise class build_fullhgext(_build): """XXX ugly hack to include hgext in standalone hgview.exe""" description = "[DO NOT USE] install full mercurial's hgext package (for internal hgview purpose)" def run(self): import hgext shutil.copytree(dirname(hgext.__file__), join(self.build_lib, 'hgext')) class build(_build): user_options = [ ('build-doc=', None, "build directory for documentation"), ('no-qt', None, 'do not build qt resources'), ('no-curses', None, 'do not build curses resources'), ('no-doc', None, 'do not build the documentation'), ] + _build.user_options boolean_options = [ 'no-qt', 'no-curses', 'no-doc' ] + _build.boolean_options def initialize_options (self): _build.initialize_options(self) self.build_doc = None self.no_qt = False self.no_curses = False self.no_doc = False def finalize_options(self): _build.finalize_options(self) for attr in ('with_qt', 'with_curses', 'with_doc'): setdefaultattr(self.distribution, attr, True) if self.build_doc is None: self.build_doc = os.path.join(self.build_base, 'doc') self.distribution.with_qt &= not self.no_qt self.distribution.with_curses &= not self.no_curses self.distribution.with_doc &= not self.no_doc def has_qt(self): return self.distribution.with_qt def has_curses(self): return self.distribution.with_curses def has_doc(self): return self.distribution.with_doc def has_fullhgext(self): """XXX ugly hack to include hgext in standalone hgview.exe""" return py2exe is not None # ugly hack to include every hgext modules # 'sub_commands': a list of commands this command might have to run to # get its work done. See cmd.py for more info. sub_commands = [ ('build_qt', has_qt), ('build_curses', has_curses), ('build_doc', has_doc), ('build_fullhgext', has_fullhgext), ] + _build.sub_commands class install_qt(install_lib): description = "install the qt interface resources" def run(self): if not self.skip_build: self.run_command('build_qt') self.distribution.packages.append('hgviewlib.qt4') install_lib.run(self) class install_curses(install_lib): description = "install the curses interface resources" def run(self): self.distribution.packages.append('hgviewlib.curses') install_lib.run(self) class install_doc(_install_data): description = "install the documentation" def initialize_options (self): _install_data.initialize_options(self) self.install_dir = None self.build_dir = None def finalize_options (self): _install_data.finalize_options(self) self.set_undefined_options('build', ('build_doc', 'build_dir')) self.set_undefined_options('install', ('install_base', 'install_dir')) def run(self): check_call(['make', '-C', self.build_dir, '-f', '../../doc/Makefile', 'VPATH=../../doc', 'install', 'PREFIX=%s' % self.install_dir]) class install(_install): user_options = [ ('no-qt', None, "do not install qt library part"), ('no-curses', None, "do not install curses library part"), ('no-doc', None, "do not install the documentation"), ] + _install.user_options boolean_options = [ 'no-qt', 'no-curses', 'no-doc' ] + _install.boolean_options def initialize_options(self): self.install_doc = None self.no_qt = False self.no_curses = False self.no_doc = False _install.initialize_options(self) def finalize_options(self): _install.finalize_options(self) for attr in ('with_qt', 'with_curses', 'with_doc'): setdefaultattr(self.distribution, attr, True) self.distribution.with_qt &= not self.no_qt self.distribution.with_curses &= not self.no_curses self.distribution.with_doc &= not self.no_doc def has_qt(self): return self.distribution.with_qt def has_curses(self): return self.distribution.with_curses def has_doc(self): return self.distribution.with_doc # 'sub_commands': a list of commands this command might have to run to # get its work done. See cmd.py for more info. sub_commands = [ ('install_qt', has_qt), ('install_curses', has_curses), ('install_doc', has_doc), ] + _install.sub_commands # innosetup monkeypatching if innosetup: # let's help a bit innosetup.py .... long_description = description # innosetup fails with generated multiline long description import codecs codecs.BOM_UTF8 = '' # Ugly hack to correct the BOM erroneously inserted by # innosetup in the generated .iss file def main(): """setup entry point""" # to generate qct MSI installer, you run python setup.py bdist_msi #from setuptools import setup extrargs = {} if py2exe and innosetup: import PyQt4 extra_include = [ 'sip', 'PyQt4', 'PyQt4.QtCore', 'PyQt4.QtGui', 'PyQt4.QtSvg', 'PyQt4.QtXml', 'hgviewlib.qt4.hgqv_ui', 'hgviewlib.qt4.helpviewer_ui', 'hgviewlib.qt4.manifestviewer_ui', 'hgviewlib.qt4.fileviewer_ui', 'hgext.hgview', ] # XXX ugly hack to include hgext in standalone hgview.exe import hgext hgextpath = dirname(hgext.__file__) import glob for f in glob.glob(join(hgextpath, '*.py*')) + glob.glob(join(hgextpath, '*/*.py*')): parts = f[len(hgextpath):-4].split(os.sep) parts = [i for i in parts if i.strip() and i != '__init__' ] m = '.'.join(['hgext']+parts) extra_include.append(m) # end of ugly hack fmtpath = join(dirname(PyQt4.__file__), 'plugins', 'imageformats') global data_files data_files += [('imageformats', [join(fmtpath, 'qsvg4.dll')])] extrargs = dict(windows=[dict(script='bin/hgview_py2exe.py', dest_base='hgview')], options=dict( py2exe=dict( includes=extra_include, excludes=['PyQt4.uic.port_v3'], packages=['hgext', 'email'], ), innosetup=dict( regist_startup=True, # force MinVersion to a valid value ... inno_script= innosetup.DEFAULT_ISS + '[Setup]\nMinVersion=5.0\n', ) ) ) return setup(name=distname, version=version, license=license, description=description, long_description=long_description, author=author, author_email=author_email, url=web, scripts=ensure_scripts(['bin/hgview']), package_dir={modname : modname}, packages=['hgviewlib', 'hgext', 'hgviewlib.hgpatches'], data_files=data_files, ext_modules=ext_modules, cmdclass={'build_qt': build_qt, 'build_curses': build_curses, 'build_doc': build_doc, 'build_fullhgext' : build_fullhgext, 'build' : build, 'install_qt': install_qt, 'install_curses': install_curses, 'install_doc': install_doc, 'install':install, }, **extrargs ) if __name__ == '__main__' : main() hgview-1.7.1/__pkginfo__.py0000777000177600017760000000000012046173467021524 2hgviewlib/__pkginfo__.pyustar pyvespyveshgview-1.7.1/hgviewlib/0000775000177600017760000000000012101526244014106 5ustar pyvespyveshgview-1.7.1/hgviewlib/hgpatches/0000775000177600017760000000000012101526244016054 5ustar pyvespyveshgview-1.7.1/hgviewlib/hgpatches/phases.py0000644000177600017760000000165212046173467017730 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ add a phases mock to mercurial """ try: from mercurial.phases import * except ImportError: allphases = public, draft, secret = range(3) phasenames = ['public', 'draft', 'secret'] hgview-1.7.1/hgviewlib/hgpatches/__init__.py0000644000177600017760000001172512076047157020205 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ This modules contains monkey patches for Mercurial allowing hgview to support older versions """ from functools import partial from mercurial import changelog, filelog, patch, context, localrepo from mercurial import demandimport # for CPython > 2.7 (see pkg_resources) module [loaded by pygments]) demandimport.ignore.append("_frozen_importlib") # from pyinotify which try from functools import reduce demandimport.ignore.append("functools") if not hasattr(changelog.changelog, '__len__'): changelog.changelog.__len__ = changelog.changelog.count if not hasattr(filelog.filelog, '__len__'): filelog.filelog.__len__ = filelog.filelog.count # mercurial ~< 1.8.4 if patch.iterhunks.func_code.co_varnames[0] == 'ui': iterhunks_orig = patch.iterhunks ui = type('UI', (), {'debug':lambda *x: None})() iterhunks = partial(iterhunks_orig, ui) patch.iterhunks = iterhunks # mercurial ~< 1.8.3 if not hasattr(context.filectx, 'p1'): context.filectx.p1 = lambda self: self.parents()[0] # mercurial < 2.1 if not hasattr(context.changectx, 'phase'): from hgviewlib.hgpatches.phases import phasenames context.changectx.phase = lambda self: 0 context.changectx.phasestr = lambda self: phasenames[self.phase()] context.workingctx.phase = lambda self: 1 # note: use dir(...) has localrepo.localrepository.hiddenrevs always raises # an attribute error - because the repo is not set yet if 'hiddenrevs' not in dir(localrepo.localrepository): def hiddenrevs(self): return getattr(self.changelog, 'hiddenrevs', ()) localrepo.localrepository.hiddenrevs = property(hiddenrevs, None, None) try: from mercurial.repoview import filterrevs def hiddenrevs(repo): return filterrevs(repo, 'visible') except ImportError: def hiddenrevs(repo): # mercurial < 2.5 has no filteredrevs # mercurial < 2.3 has hiddenrevs on changelog # mercurial < 1.9 has no hiddenrevs return getattr(repo, 'hiddenrevs', getattr(repo.changelog, 'hiddenrevs', ())) # obsolete feature if getattr(context.changectx, 'obsolete', None) is None: context.changectx.obsolete = lambda self: False if getattr(context.changectx, 'unstable', None) is None: context.changectx.unstable = lambda self: False ### unofficial API implemented by mutable extension # They will probably because official, but maybe with a different name has_conflicting = True if getattr(context.changectx, 'conflicting', None) is None: has_conflicting = False context.changectx.conflicting = lambda self: False if getattr(context.changectx, 'divergent', None) is None: if has_conflicting: # older version with real conflicting support. rely on this for divergent. context.changectx.divergent = lambda self: self.conflicting() else: context.changectx.divergent = lambda self: False has_latecomer = True if getattr(context.changectx, 'latecomer', None) is None: has_latecomer = False context.changectx.latecomer = lambda self: self.bumped() if getattr(context.changectx, 'bumped', None) is None: if has_latecomer: # older version with real latecomer support. rely on this for bumped. context.changectx.bumped = lambda self: self.latecomer() else: context.changectx.bumped = lambda self: False if getattr(context.changectx, 'troubles', None) is None: def troubles(ctx): troubles = [] if ctx.unstable(): troubles.append('unstable') if ctx.bumped(): # rename troubles.append('bumped') if ctx.divergent(): troubles.append('divergent') return tuple(troubles) context.changectx.troubles = troubles try: # meaning of obsstore attribute have been flipped between mercurial 2.3 and # mercurial 2.4 import mercurial.obsolete mercurial.obsolete.getrevs except (ImportError, AttributeError): # pre Mercurial 2.4 def precursorsmarkers(obsstore, node): return obsstore.successors.get(node, ()) def successorsmarkers(obsstore, node): return obsstore.precursors.get(node, ()) else: def precursorsmarkers(obsstore, node): return obsstore.precursors.get(node, ()) def successorsmarkers(obsstore, node): return obsstore.successors.get(node, ()) hgview-1.7.1/hgviewlib/hgpatches/graphmod.py0000644000177600017760000000275412046173467020252 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . ''' Contains Hg compatibility for older versions ''' #pylint: disable=E0611 try: from mercurial import graphmod if not getattr(graphmod, '_fixlongrightedges', None): # because of lazy import raise ImportError from mercurial.graphmod import (_fixlongrightedges, _getnodelineedgestail, _drawedges, _getpaddingline) except ImportError: # <2.3 from hgext.graphlog import (fix_long_right_edges as _fixlongrightedges, get_nodeline_edges_tail as _getnodelineedgestail, draw_edges as _drawedges, get_padding_line as _getpaddingline) hgview-1.7.1/hgviewlib/hgpatches/scmutil.py0000644000177600017760000000211412072513146020106 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ """ try: from mercurial.scmutil import match #pylint: disable=E1101 except ImportError: from mercurial import cmdutil def match(ctx, *args, **kwargs): return cmdutil.match(ctx._repo, *args, **kwargs) try: from mercurial.scmutil import revrange except ImportError: revrange = lambda repo, rev: [repo.changectx(rev).rev()] hgview-1.7.1/hgviewlib/hgpatches/mqsupport.py0000644000177600017760000002557712072513146020522 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ The main goal of this module is to create fake mercurial change context classes from data information available in mq patch files. Only methods that are required by hgview had been implemented. They may have special features to help hgview, So use it with care. The main differences are: * node, rev, hex are all strings (patch name) * files within patches are always displayed as modified files * manifest only shows files modified by the mq patch. * data may be empty (date, description, status, tags, branch, etc.) * the parent of a patch may by the last applied on or previous patch or nullid * the child of a patch is the next patch * patches are hidden """ from __future__ import with_statement import re import os import os.path as osp from operator import or_ from itertools import chain from mercurial import error, node, patch, context, manifest from hgext.mq import patchheader from hgviewlib.hgpatches import phases MODIFY, ADD, REMOVE, DELETE, UNKNOWN, RENAME = range(6) # order is important for status class PatchMetaData(object): def __init__(self, path, oldpath, op): self.path = path self.oldpath = oldpath self.op = op class MqLookupError(error.LookupError): """Specific exception dedicated to mq patches""" class MqCtx(context.changectx): """Base class of mq patch context (changectx, filectx, etc.)""" def __init__(self, repo, patch_name): self.name = patch_name self._rev = self.name self._repo = repo self._queue = self._repo.mq self.path = self._queue.join(self.name) @property def applied(self): return bool(self._queue.isapplied(self.name)) def __contains__(self, filename): return filename in self.files() def __iter__(self): for filename in self.files(): yield filename def __getitem__(self, filename): return self.filectx(filename) def files(self): """Return the list of related files""" raise NotImplementedError def filectx(self, path, **kwargs): """Return the context related to the filename""" raise NotImplementedError class MqChangeCtx(MqCtx): """ A Mercurial change context fake for unapplied mq patch. Use with care as methods may be missing or have special features. """ def __init__(self, repo, patch_name): super(MqChangeCtx, self).__init__(repo, patch_name) if patch_name is None: raise ValueError self._header_cache = None self._diffs_cache = None self._files_cache = None def __repr__(self): return '' % self.name @property def _header(self): if self._header_cache is not None: return self._header_cache self._header_cache = patchheader(self.path) return self._header_cache @property def _diffs(self): # cache on first access only to speed up the process if self._diffs_cache is not None: return self._diffs_cache self._diffs_cache = [] hunks = None meta = None data = None with open(self.path) as fid: for event, data in patch.iterhunks(fid): if event == 'file': if hunks: self._diffs_cache.append(MqFileCtx(hunks, meta, self)) hunks = [] meta = data[-1] if not hasattr(meta, 'path'): new, old = data[:2] meta = PatchMetaData(new[2:], old[2:], 'UNKNOWN') # [2:] = remove a/ elif event == 'hunk' and data: hunks.append(data) if hunks: self._diffs_cache.append(MqFileCtx(hunks, meta, self)) return self._diffs_cache def branch(self): return getattr(self._header, 'branch', '') def children(self): series = self._queue.series try: idx = series.index(self.name) return [self._repo.changectx(series[idx + 1]) if idx else self._repo[None]] except IndexError: return [self._repo[node.nullid]] def date(self): date = self._header.date if not date: return () date, timezone = date.split() return float(date), int(timezone) def description(self): return '\n'.join(self._header.message) def filectx(self, filename, _cache=[], **kwargs): for diff in self._diffs: if diff.path == filename: return diff raise MqLookupError(self.name, filename, 'file not in manifest.') def files(self): if self._files_cache is not None: return self._files_cache out = list(set(chain(*(diff.files() for diff in self._diffs)))) self._files_cache = out return out def flags(self, path): return '' def hex(self): return self.name def hidden(self): return True def phase(self): return phases.secret def manifest(self): return manifest.manifestdict.fromkeys(self.files(), '=') def node(self): '''Return the name of the patch''' return self.name @property def _node(self): return self.node() # in that way to support old hg def parents(self): if self._header.parent: try: return [self._repo[self._header.parent]] except error.RepoLookupError: pass series = self._queue.series if not self.name in series: return [] idx = series.index(self.name) return [self._repo.changectx(series[idx - 1]) if idx else self._repo[None]] def rev(self): return self.name def status(self): return () def tags(self): return [self.name] def user(self): return self._header.user or '' class _MqMissingPatch_Header(object): """Patch header fake for missing file""" message = (':ERROR: patch file is missing !!!',) date, breanch, user, parent = ('',) * 4 class MqMissingChangeCtx(MqChangeCtx): """Changeset class for patch in series without file.""" def __init__(self, repo, patch_name): super(MqMissingChangeCtx, self).__init__(repo, patch_name) self._header_cache = _MqMissingPatch_Header() self._diffs_cache = () self._files_cache = () def __repr__(self): return '' % self.name class MqFileCtx(context.filectx): """Mq Fake for file context""" def __init__(self, hunks, meta, changectx): self._changectx = changectx self._repo = changectx._repo self._path = meta.path self._oldpath = meta.oldpath self._operation = meta.op self._data = '\n\n\n' self._data += ''.join(l for h in hunks for l in h.hunk if h) # XXX how to deal diff encodings? try: self._data = unicode(self._data, "utf-8") except UnicodeError: # XXX use a default encoding from config? self._data = unicode(self._data, "iso-8859-15", 'ignore') @property def path(self): return self._path @property def oldpath(self): return self._oldpath def files(self): """List of modified files""" return tuple(path for path in (self._path, self._oldpath) if path and not os.devnull.endswith(path)) # note endswith is used as the complete path have been cut # (expecting ``a/`` at the beginning of path) def data(self): """ return the patch hunks""" return self._data __str__ = data def isexec(self): return False # XXX def __repr__(self): return ('' % (self._path, self._changectx.name)) def flags(self): return '' def renamed(self): if self.state == 'RENAME': return self._oldpath, self._path return False def parents(self): try: return [self._changectx._repo[self._changectx._header.parent].filectx(self.path)] except error.RepoLookupError: return [self] def size(self): return len(self._data) @property def state(self): return self._operation or 'UNKNOWN' def filelog(self): return None # ___________________________________________________________________________ def reposetup(ui, repo): """ extend repo class with special mq logic """ if (not repo.local()) or (not hasattr(repo, "mq")): return repo.unapplieds = filter(repo.mq.unapplied, repo.mq.series) getitem_orig = repo.__getitem__ status_orig = repo.status lookup_orig = repo.lookup class MqRepository(repo.__class__): __hgview__ = True def __getitem__(self, changeid): if changeid not in self.unapplieds: #pylint: disable=E1101 return getitem_orig(changeid) patch = MqChangeCtx(repo, changeid) if os.path.exists(patch.path): return patch return MqMissingChangeCtx(repo, changeid) def status(self, node1='.', node2=None, match=None, *args, **kwargs): if isinstance(node1, context.changectx): ctx1 = node1 else: ctx1 = self[node1] if isinstance(node2, context.changectx): ctx2 = node2 else: ctx2 = self[node2] if not isinstance(ctx1, MqCtx) and not isinstance(ctx2, MqCtx): return status_orig(ctx1, ctx2, match, *args, **kwargs) # modified, added, removed, deleted, unknown status = ([], [], [], [], [], [], []) if match is None: match = lambda x: x # force patch content as MODIFY which is close to what a patch is :D status[MODIFY][:] = [path for path in ctx2.files() if match(path)] return status def lookup(self, key): if isinstance(key, MqCtx): return key.node() if key in repo.unapplieds: return key return lookup_orig(key) # common way for hg extensions repo.__class__ = MqRepository hgview-1.7.1/hgviewlib/config.py0000644000177600017760000002775512072513146015747 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . # # pylint: disable=C0103 """ Module for managing configuration parameters of hgview using Hg's configuration system """ from functools import partial import os import re import shlex def cached(meth): """ decorator to cache config values once they are read """ name = meth.func_name def wrapper(self, *args, **kw): if name in self._cache: return self._cache[name] res = meth(self, *args, **kw) self._cache[name] = res return res wrapper.__doc__ = meth.__doc__ return wrapper class HgConfig(object): """ Class managing user configuration from hg standard configuration system (.hgrc) """ def __init__(self, ui, section="hgview"): self.ui = ui self.section = section self._cache = {} def _fromconfig(self, name, default): '''allow per-interface configuration. look for ``interface.config`` then for ``config`` if the first were not found''' out = self.ui.config(self.section, '.'.join((self.ui.opts.interface, name)), None) if out is not None: return out return self.ui.config(self.section, name, default) @cached def getFancyReplace(self): r""" fancyreplace: ``"patt" "repl"`` used to modify description by replacing ``patt`` by ``repl`` using regular expression (``re.sub`` for instance). Ex: "#(\d+)":"`#\\1 `_" """ data = self._fromconfig('fancyreplace', None) if data is None: return data data = shlex.split(data) assert len(data) == 2 patt, repl = data return partial(re.compile(patt).sub, repl) @cached def getFont(self, default='Monospace'): """ font: default font used to display diffs and files. Use Qt4 format. """ return self._fromconfig('font', default) @cached def getFontSize(self, default=9): """ fontsize: text size in file content viewer """ return int(self._fromconfig('fontsize', default)) @cached def getDotRadius(self, default=8): """ dotradius: radius (in pixels) of the dot in the revision graph """ return int(self._fromconfig('dotradius', default)) @cached def getUsers(self): """ users: path of the file holding users configurations """ users = {} aliases = {} usersfile = self._fromconfig('users', os.path.join('~', ".hgusers")) cfgfile = None if usersfile: try: cfgfile = open(os.path.expanduser(usersfile)) except IOError: cfgfile = None if cfgfile: currid = None for line in cfgfile: line = line.strip() if not line or line.startswith('#'): continue cmd, val = line.split('=', 1) if cmd == 'id': currid = val if currid in users: print "W: user %s is defined several times" % currid users[currid] = {'aliases': set()} elif cmd == "alias": users[currid]['aliases'].add(val) if val in aliases: print ("W: alias %s is used in several " "user definitions" % val) aliases[val] = currid else: users[currid][cmd] = val return users, aliases @cached def getFileDescriptionView(self, default='persistent'): """ descriptionview: :asfile: compact view with changeset description in the file list :persistent: persistent view with changeset description always visible (default) """ return self._fromconfig('descriptionview', default).lower() @cached def getFileDescriptionColor(self, default='magenta'): """ filedescriptioncolor: display color of the "description" entry """ return self._fromconfig('filedescriptioncolor', default) @cached def getFileModifiedColor(self, default='blue'): """ filemodifiedcolor: display color of a modified file """ return self._fromconfig('filemodifiedcolor', default) @cached def getFileRemovedColor(self, default='red'): """ fileremovedcolor: display color of a removed file """ return self._fromconfig('fileremovededcolor', default) @cached def getFileDeletedColor(self, default='darkred'): """ filedeletedcolor: display color of a deleted file """ return self._fromconfig('filedeletedcolor', default) @cached def getFileAddedColor(self, default='green'): """ fileaddedcolor: display color of an added file """ return self._fromconfig('fileaddedcolor', default) @cached def getRowHeight(self, default=20): """ rowheight: height (in pixels) on a row of the revision table """ return int(self._fromconfig('rowheight', default)) @cached def getHideFindDelay(self, default=10000): """ hidefinddelay: delay (in ms) after which the find bar will disappear """ return int(self._fromconfig('hidefindddelay', default)) @cached def getFillingStep(self, default=300): """ fillingstep: number of nodes 'loaded' at a time when updating repo graph log """ return int(self._fromconfig('fillingstep', default)) @cached def getChangelogColumns(self, default=None): """ changelogcolumns: ordered list of displayed columns in changelog views; defaults to ID, Branch, Log, Author, Date, Tags """ cols = self._fromconfig('changelogcolumns', default) if cols is None: return None return [col.strip() for col in cols.split(',') if col.strip()] @cached def getFilelogColumns(self, default=None): """ filelogcolumns: ordered list of displayed columns in filelog views; defaults to ID, Log, Author, Date """ cols = self._fromconfig('filelogcolumns', default) if cols is None: return None return [col.strip() for col in cols.split(',') if col.strip()] @cached def getDisplayDiffStats(self, default="yes"): """ displaydiffstats: flag controlling the appearance of the 'Diff' column in a revision's file list """ val = str(self._fromconfig('displaydiffstats', default)) return val.lower() in ['true', 'yes', '1', 'on'] @cached def getMaxFileSize(self, default=100000): """ maxfilesize: max size of a file for diff computations, display content, etc. (-1 means no max size) """ return int(self._fromconfig('maxfilesize', default)) @cached def getDiffBGColor(self, default='black'): """ diffbgcolor: background color of diffs """ return self._fromconfig('diffbgcolor', default) @cached def getDiffFGColor(self, default='white'): """ difffgcolor: text color of diffs """ return self._fromconfig('difffgcolor', default) @cached def getDiffPlusColor(self, default='green'): """ diffpluscolor: text color of added lines in diffs """ return self._fromconfig('diffpluscolor', default) @cached def getDiffMinusColor(self, default='red'): """ diffminuscolor: text color of removed lines in diffs """ return self._fromconfig('diffminuscolor', default) @cached def getDiffSectionColor(self, default='magenta'): """ diffsectioncolor: text color of new section in diffs """ return self._fromconfig('diffsectioncolor', default) @cached def getMQFGColor(self, default='#ff8183'): """ mqfgcolor: bg color to highlight mq patches """ return self._fromconfig('mqfgcolor', default) @cached def getMQHideTags(self, default=False): """ mqhidetags: hide mq tags """ return self._fromconfig('mqhidetags', default) @cached def getToolBarRevAtStartup(self, default=True): """ toolbarrev: show hidden changeset at startup """ return bool(self._fromconfig('toolbarrev', default)) @cached def getToolBarDiffAtStartup(self, default=True): """ toolbardiff: show hidden changeset at startup """ return bool(self._fromconfig('toolbardiff', default)) @cached def getContentAtStartUp(self, default=True): """ contentatstartup: show the content of changeset at startup (bottom part) """ return bool(self._fromconfig('contentatstartup', default)) @cached def getShowHidden(self, default=False): """ showhidden: show hidden changeset at startup """ return bool(self._fromconfig('showhidden', default)) @cached def getInterface(self, default=None): """ interface: which GUI interface to use (among "qt", "raw" and "curses") """ return self.ui.config(self.section, 'interface', default) @cached def getNonPublicOnTop(self, default=False): """ nonpublicontop: display non public changesets on top of the graph log (disabled with *show hidden*) """ return bool(self._fromconfig('nonpublicontop', default)) @cached def getShowObsolete(self, default=True): """ showobsolete: display obsolete relations """ return bool(self._fromconfig('showobsolete', default)) @cached def getExportTemplate(self): """ exporttemplate: template used to serialize changeset metadata while exporting into the window manager clipboard. (default to `ui.logtemplate`) """ return self._fromconfig('exporttemplate', None) or \ self.ui.config('ui', 'logtemplate') _HgConfig = HgConfig # HgConfig is instantiated only once (singleton) # # this 'factory' is used to manage this (not using heavy guns of # metaclass or so) _hgconfig = None def HgConfig(ui): """Factory to instantiate HgConfig class as a singleton """ # pylint: disable=E0102 global _hgconfig if _hgconfig is None: _hgconfig = _HgConfig(ui) return _hgconfig def get_option_descriptions(rest=False): """ Extract options descriptions (docstrings of HgConfig methods) """ options = [] for attr in dir(_HgConfig): if attr.startswith('get'): meth = getattr(_HgConfig, attr) if callable(meth): doc = meth.__doc__ if doc and doc.strip(): doc = doc.strip() if rest: doc = re.sub(r' *(?P.*) *: *(?P.*)', r'``\1`` \2', doc.strip()) doc = ' '.join(doc.split()) # remove \n and other multiple whitespaces options.append(doc) return options hgview-1.7.1/hgviewlib/util.py0000644000177600017760000001363712101452174015445 0ustar pyvespyves# -*- coding: utf-8 -*- # util functions # # Copyright (C) 2009-2012 Logilab. All rights reserved. # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. """ Several helper functions """ import os import string from mercurial import ui, hg from hgviewlib.hgpatches.scmutil import match from hgviewlib.hgpatches import precursorsmarkers, successorsmarkers def tounicode(string): """ Tries to convert s into a unicode string """ for encoding in ('utf-8', 'iso-8859-15', 'cp1252'): try: return unicode(string, encoding) except UnicodeDecodeError: pass return unicode(string, 'utf-8', 'replace') def isexec(filectx): """ Return True is the file at filectx revision is executable """ if hasattr(filectx, "isexec"): return filectx.isexec() return "x" in filectx.flags() def exec_flag_changed(filectx): """ Return True if the file referenced by filectx has changed its exec flag """ flag = isexec(filectx) parents = filectx.parents() if not parents: return "" pflag = isexec(parents[0]) if flag != pflag: if flag: return "set" else: return "unset" return "" def isbfile(filename): return filename and filename.startswith('.hgbfiles' + os.sep) def bfilepath(filename): return filename and filename.replace('.hgbfiles' + os.sep, '') def find_repository(path): """returns 's mercurial repository None if is not under hg control """ path = os.path.abspath(path) while not os.path.isdir(os.path.join(path, ".hg")): oldpath = path path = os.path.dirname(path) if path == oldpath: return None return path def rootpath(repo, rev, path): """return the path name of 'path' relative to repo's root at revision rev; path is relative to cwd """ ctx = repo[rev] filenames = list(ctx.walk(match(ctx, [path], {}))) if len(filenames) != 1 or filenames[0] not in ctx.manifest(): return None else: return filenames[0] # XXX what about functools.partial ? class Curry(object): """Curryfication de fonction (http://fr.wikipedia.org/wiki/Curryfication)""" def __init__(self, function, *additional_args, **additional_kwargs): self.func = function self.additional_args = additional_args self.additional_kwargs = additional_kwargs def __call__(self, *args, **kwargs): args += self.additional_args kwarguments = self.additional_kwargs.copy() kwarguments.update(kwargs) return self.func(*args, **kwarguments) # XXX duplicates logilab.mtconverter.__init__ code CONTROL_CHARS = [chr(ci) for ci in range(32)] TR_CONTROL_CHARS = [' '] * len(CONTROL_CHARS) for c in ('\n', '\r', '\t'): TR_CONTROL_CHARS[ord(c)] = c TR_CONTROL_CHARS[ord('\f')] = '\n' TR_CONTROL_CHARS[ord('\v')] = '\n' ESC_CAR_TABLE = string.maketrans(''.join(CONTROL_CHARS), ''.join(TR_CONTROL_CHARS)) ESC_UCAR_TABLE = unicode(ESC_CAR_TABLE, 'latin1') def xml_escape(data): """escapes XML forbidden characters in attributes and CDATA""" if isinstance(data, unicode): data = data.translate(ESC_UCAR_TABLE) else: data = data.translate(ESC_CAR_TABLE) return (data.replace('&','&').replace('<','<').replace('>','>') .replace('"','"').replace("'",''')) def format_desc(desc, width): """ format a ctx description for oneliner representation (summary view) """ udesc = tounicode(desc) udesc = xml_escape(udesc.split('\n', 1)[0]) if len(udesc) > width: udesc = udesc[:width] + '...' return udesc def first_known_precursors(ctx, excluded=()): obsstore = getattr(ctx._repo, 'obsstore', None) startnode = ctx.node() nm = ctx._repo.changelog.nodemap if obsstore is not None: markers = precursorsmarkers(obsstore, startnode) # consider all precursors candidates = set(mark[0] for mark in markers) seen = set(candidates) if startnode in candidates: candidates.remove(startnode) else: seen.add(startnode) while candidates: current = candidates.pop() # is this changeset in the displayed set ? crev = nm.get(current) if crev is not None and crev not in excluded: yield ctx._repo[crev] else: for mark in precursorsmarkers(obsstore, current): if mark[0] not in seen: candidates.add(mark[0]) seen.add(mark[0]) def first_known_successors(ctx, excluded=()): obsstore = getattr(ctx._repo, 'obsstore', None) startnode = ctx.node() nm = ctx._repo.changelog.nodemap if obsstore is not None: markers = successorsmarkers(obsstore, startnode) # consider all precursors candidates = set() for mark in markers: candidates.update(mark[1]) seen = set(candidates) if startnode in candidates: candidates.remove(startnode) else: seen.add(startnode) while candidates: current = candidates.pop() # is this changeset in the displayed set ? crev = nm.get(current) if crev is not None and crev not in excluded: yield ctx._repo[crev] else: for mark in successorsmarkers(obsstore, current): for succ in mark[1]: if succ not in seen: candidates.add(succ) seen.add(succ) def build_repo(ui, path): """build a repo like hg.repository But ensure it is not filtered whatever the version used""" repo = hg.repository(ui, path) return getattr(repo, 'unfiltered', lambda: repo)() hgview-1.7.1/hgviewlib/__init__.py0000644000177600017760000000214212046230263016215 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """mercurial interactive history viewer Its purpose is similar to the hgk tool of mercurial, and it has been written with efficiency in mind when dealing with big repositories (it can happily be used to browse Linux kernel source code repository). """ from mercurial import demandimport # this should help docutils, see hgrepoview.rst2html demandimport.ignore.append('roman') hgview-1.7.1/hgviewlib/application.py0000644000177600017760000001616112076045453016777 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Application utilities. """ import os, sys, traceback from optparse import OptionParser from mercurial import hg, ui as uimod from mercurial.error import RepoError from hgviewlib.util import find_repository, rootpath, build_repo from hgviewlib.config import HgConfig class NullRepo(object): """Placeholder repository""" ui = uimod.ui() root = None class Viewer(object): """Base viewer class interface.""" def __init__(self, *args, **kwargs): raise NotImplementedError( 'This feature has not yet been implemented. Coming soon ...') class FileViewer(Viewer): """Single file revision graph viewer.""" def __init__(self, repo, filename, **kwargs): super(FileViewer, self).__init__(**kwargs) class FileDiffViewer(Viewer): """Viewer that displays diffs between different revisions of a file.""" def __init__(self, repo, filename, **kwargs): super(FileDiffViewer, self).__init__(**kwargs) class HgRepoViewer(Viewer): """hg repository viewer.""" def __init__(self, repo, **kwargs): super(HgRepoViewer, self).__init__(**kwargs) class ManifestViewer(Viewer): """Viewer that displays all files of a repo at a given revision""" def __init__(self, repo, rev, **kwargs): super(ManifestViewer, self).__init__(**kwargs) class ApplicationError(ValueError): """Exception that may occur while launching the application""" class HgViewApplication(object): # class that must be instantiated FileViewer = FileViewer FileDiffViewer = FileDiffViewer HgRepoViewer = HgRepoViewer ManifestViewer = ManifestViewer def __init__(self, repo, opts, args, **kawrgs): self.viewer = None if opts.navigate and len(args) != 1: ApplicationError( "you must provide a filename to start in navigate mode") if len(args) > 1: ApplicationError("provide at most one file name") self.opts = opts self.args = args self.repo = repo self.choose_viewer() def choose_viewer(self): """Choose the right viewer""" if len(self.args) == 1: filename = rootpath(self.repo, self.opts.rev, self.args[0]) if not filename: raise ApplicationError("%s is not a tracked file" % self.args[0]) # should be a filename of a file managed in the repo if self.opts.navigate: viewer = self.FileViewer(self.repo, filename) else: viewer = self.FileDiffViewer(self.repo, filename) else: rev = self.opts.rev if rev: try: self.repo.changectx(rev) except RepoError, e: raise ApplicationError("Cannot find revision %s" % rev) else: viewer = self.ManifestViewer(self.repo, rev) else: viewer = self.HgRepoViewer(self.repo) self.viewer = viewer def exec_(self): raise NotImplementedError() def _qt_application(): from hgviewlib.qt4.application import HgViewQtApplication as Application return Application def _curses_application(): from hgviewlib.curses.application import HgViewUrwidApplication as Application return Application LOADERS = {'qt': _qt_application, 'raw': _curses_application, 'curses': _curses_application} def start(repo, opts, args, fnerror): """ start hgview """ config = HgConfig(repo.ui) repo.ui.opts = opts # pick the interface to use inter = opts.interface if not inter: inter = config.getInterface() if inter is None: interfaces = ['qt'] if os.name != 'nt': # if we are not on Windows try terms fallback interfaces.append('raw') elif inter == 'qt': interfaces = ['qt'] elif inter in ('raw', 'curses'): interfaces = [inter] else: fnerror('Unknown interface: %s' % inter) return 1 # initialize possible interface errors = [] Application = None for inter in interfaces: try: Application = LOADERS[inter]() except ImportError: # we store full exception context to allow --traceback option # to print a proper traceback. errors.append((inter, sys.exc_info())) else: opts.interface = inter break else: for inter, err in errors: if '--traceback' in sys.argv: traceback.print_exception(*err) fnerror('Interface %s is not available: %s' % (inter, err[1])) return 2 # actually launch the application try: app = Application(repo, opts, args) except (ApplicationError, NotImplementedError), err: fnerror(str(err)) return app.exec_() def main(): """ Main application entry point. """ usage = '''%prog [options] [filename] Starts a visual hg repository navigator. - With no options, starts the main repository navigator. - If a filename is given, starts in filelog diff mode (or in filelog navigation mode if -n option is set). - With -r option, starts in manifest viewer mode for given revision. ''' parser = OptionParser(usage) parser.add_option('-I', '--interface', dest='interface', help=('which GUI interface to use (among "qt", "raw"' ' and "curses")'), ) parser.add_option('-R', '--repository', dest='repo', help='location of the repository to explore') parser.add_option('-r', '--rev', dest='rev', default=None, help='start in manifest navigation mode at rev R') parser.add_option('-n', '--navigate', dest='navigate', default=False, action="store_true", help='(with filename) start in navigation mode') opts, args = parser.parse_args() if opts.repo: dir_ = opts.repo else: dir_ = os.getcwd() repopath = find_repository(dir_) try: if repopath: u = uimod.ui() repo = build_repo(u, repopath) else: repo = NullRepo() try: sys.exit(start(repo, opts, args, parser.error)) except KeyboardInterrupt: print 'interrupted!' except RepoError, e: parser.error(e) hgview-1.7.1/hgviewlib/hgviewhelp.py0000644000177600017760000001713312072513146016631 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ help messages for hgview """ help_msg = """ hgview: a visual hg log viewer ============================== hgview without any parameters will launch the hgview log navigator, allowing to visually browse the hg graph log, search in logs, and display diff between arbitrary revisions of a file, with simple support for mq and bigfile extensions. If a filename is given the filelog diff viewer is launched for this file, and with the '-n' option the filelog navigator is launched for the file. With the '-r' option the manifest viewer is launched for the given revision. Revision graph browser ---------------------- The main revision graph displays the repository history as a graph, sorted by revision number. Hit Space key or click the button to show or hide the changeset content. The color of the node of each revision depends on the named branch the revision belongs to. The color of the links (between nodes) is randomly chosen. The position of the working directory is marked on the graph with a red border around the node marker. If the working directory has local modifications, a virtual 'WORKING DIRECTORY' revision is added in the graph with a warning icon (with no revision number). Modified, added and removed files are listed and browsable as a normal changeset node. Note that if the working directory is in merge state, there will be 2 revisions marked as modified in the graph (since the working directory is then a child of both the merged nodes). mq support ~~~~~~~~~~ There is a simple support for the mq extension. Applied patches are seen in the revlog graph with a special arrow icon. Unapplied patches are not changesets and are not shown in the revlog graph. Instead, when the currently selected revision is an applied patch, the revision metadata display (see below) area shows an additional 'Patch queue' line with colored background listing all available patches, applied or not. The content of unapplied patches cannot be shown, but it will be indicated that there are other unapplied patches if there is at least one applied patch). The current patch is bold and unapplied patches are italic. Revision metadata display ------------------------- Parents, ancestors and children of the current changeset are showed with two kinds of links: - clicking the **changeset ID** (hash value) navigates to the given revision, - clicking the **revision number** (integer value) of parents and ancestors changes which other revision is used to compute the diff of merges. This allows you to compare the merged node with each of its parents, or even with the common ancestor of these 2 nodes. The currently selected ancestor is shown bold. Revision description rendering ------------------------------ The revision's description text is interpreted as ReStructuredText. Commit messages can thus contain formatted text, links, tables, references, etc. RST links without scheme will link to the specified revision (changeset ID/revision number/tag name). For instance:: `links in fancy view open browser `_ Revisions modified file list ----------------------------- The file list displays the list of files modified in the current revision. The diff view shows the diff of the currently selected modified file and the currently selected ancestor. On a merge node, by default, only files which are different from both its parents are listed here. However, you can display the list of all modified files by double-clicking the file list column header. Quickbars --------- Quickbars are toolbars that appear at the bottom of the screen. Only one quickbar can be displayed at a time. When a quickbar is visible, hitting the Esc key makes it disappear. The goto quickbar ~~~~~~~~~~~~~~~~~ This toolbar appears when hitting Ctrl+G. It allows you to jump to a given revision. The destination revision can be entered by: - it's revision number (negative values allowed, counting back from tip=-1) - it's changeset ID (short or long) - a tag name (partial or full) - a branch name - an empty string - means the current parent of the working directory The search quickbar ~~~~~~~~~~~~~~~~~~~ This toolbar appears when hitting Ctrl+F or / (if not in goto toolbar). It allows you to type a string to be searched for: - in the currently displayed revision commit message (with highlight-as-you-type) - in the currently displayed file or diff (with highlight-as-you-type) Hitting the "Search next" button starts a background task for searching through the whole revision log, starting from the currently selected revision and file. Keyboard shortcuts ------------------ **Up/Down** go to next/previous revision **Middle Click** go to the common ancestor of the clicked revision and the currently selected one **Left/Right** display previous/next files of the current changeset **Ctrl+F** or **/** display the search 'quickbar' **Ctrl+G** display the goto 'quickbar' **Esc** exit hgview or hide the visible 'quickbar' **Enter** run the diff viewer for the currently selected file (display diff between revisions) **Alt+Enter** run the filelog navigator **Shift+Enter** run the manifest viewer for the displayed revision **Ctrl+R** reload repository; should happen automatically if it is modified outside hgview (due to a commit, a pull, etc.) **Alt+Up/Down** display previous/next diff block **Alt+Left/Right** go to previous/next visited revision (in navigation history) **Backspace** set current revision the current start revision (hide any revision above it) **Shift+Backspace** clear the start revision value """ def get_options_helpmsg(rest=False): """display hgview full list of configuration options """ from config import get_option_descriptions options = get_option_descriptions(rest) msg = """ Configuration options ===================== The following options can be set in the ``[hgview]`` section of a Mercurial configuration file. :Note: *User interface specific configuration* is possible. You can add a ``qt.`` or ``raw.`` prefix to each option in order to target a particular user interface. Without any prefix, the value is used as default for both user interfaces. """ msg += '\n'.join(["- " + v for v in options]) + '\n' msg += """ The value of 'users' should be the name of a file describing well-known users, like:: --8<------------------------------------------- # file ~/.hgusers id=david alias=david.douard@logilab.fr alias=david@logilab.fr alias=David Douard color=#FF0000 id=ludal alias=ludovic.aubry@logilab.fr alias=ludal@logilab.fr alias=Ludovic Aubry color=#00FF00 --8<------------------------------------------- This allows authors to be shown with consistent coloring in the graphlog browser, even if they use different usernames. """ return msg long_help_msg = help_msg + get_options_helpmsg() hgview-1.7.1/hgviewlib/hggraph.py0000644000177600017760000006455012076047403016116 0ustar pyvespyves# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """helper functions and classes to ease hg revision graph building Based on graphlog's algorithm, with inspiration stolen to TortoiseHg revision grapher. """ import os from cStringIO import StringIO import difflib from itertools import chain, count from time import strftime, localtime from functools import partial from mercurial.node import nullrev from mercurial import patch, util, match, error, hg import hgviewlib.hgpatches # force apply patches to mercurial from hgviewlib.hgpatches import mqsupport, phases, hiddenrevs from hgviewlib.util import tounicode, isbfile, first_known_precursors, build_repo from hgviewlib.config import HgConfig DATE_FMT = '%F %R' def diff(repo, ctx1, ctx2=None, files=None): """ Compute the diff of ``files`` between the 2 contexts ``ctx1`` and ``ctx2``. :Note: context may be a changectx or a filectx. * If ``ctx2`` is None, the parent of ``ctx1`` is used. If ``ctx1`` is a file ctx, the parent is the first ancestor that contains modification on the given file * If ``files`` is None, return the diff for all files. """ if not getattr(ctx1, 'applied', True): #no diff vs ctx2 on unapplied patch return ''.join(chain(ctx1.filectx(fname).data() for fname in files)) if ctx2 is None: ctx2 = ctx1.p1() if files is None: matchfn = match.always(repo.root, repo.getcwd()) else: matchfn = match.exact(repo.root, repo.getcwd(), files) # try/except for the sake of hg compatibility (API changes between # 1.0 and 1.1) diffopts = patch.diffopts(repo.ui) try: out = StringIO() patch.diff(repo, ctx2.node(), ctx1.node(), match=matchfn, fp=out, opts=diffopts) diffdata = out.getvalue() except: diffdata = '\n'.join(patch.diff(repo, ctx2.node(), ctx1.node(), match=matchfn, opts=diffopts)) # XXX how to deal diff encodings? try: diffdata = unicode(diffdata, "utf-8") except UnicodeError: # XXX use a default encoding from config? diffdata = unicode(diffdata, "iso-8859-15", 'ignore') return diffdata def __get_parents(repo, rev, branch=None): """ Return non-null parents of `rev`. If branch is given, only return parents that belongs to names branch `branch` (beware that this is much slower). """ if not branch: if rev is None: return [x.rev() for x in repo.changectx(None).parents() if x] return [x for x in repo.changelog.parentrevs(rev) if x != nullrev] if rev is None: return [x.rev() for x in repo.changectx(None).parents() \ if x and repo.changectx(rev).branch() == branch] return [x for x in repo.changelog.parentrevs(rev) \ if (x != nullrev and repo.changectx(rev).branch() == branch)] def getlog(model, ctx, gnode): if ctx.rev() is not None: msg = tounicode(ctx.description()) if msg: msg = msg.splitlines()[0] else: msg = "WORKING DIRECTORY (locally modified)" return msg def gettags(model, ctx, gnode): if ctx.rev() is None: return "" mqtags = ['qbase', 'qtip', 'qparent'] tags = ctx.tags() if model.hide_mq_tags: tags = [t for t in tags if t not in mqtags] return ",".join(tags) def getdate(model, ctx, gnode): if not ctx.date(): return "" return strftime(DATE_FMT, localtime(int(ctx.date()[0]))) def ismerge(ctx): """ Return True if the changecontext ctx is a merge mode (should work with hg 1.0 and 1.2) """ if ctx: return len(ctx.parents()) == 2 and ctx.parents()[1] return False def _graph_iterator(repo, start_rev, stop_rev, reorder=False): """Iter through revisions from start_rev to stop_rev (included) Handle Working directory as None. """ # check parameters assert start_rev is None or start_rev >= stop_rev assert start_rev < len(repo) if start_rev is None: yield start_rev start_rev = len(repo.changelog) -1 target_revs = xrange(start_rev, stop_rev-1, -1) phaserevs = None if getattr(repo, '_phasecache', None) is not None: phaserevs = repo._phasecache._phaserevs elif getattr(repo, '_phaserev', None) is not None: phaserevs = repo._phaserev if not reorder or phaserevs is None: # old hg for curr_rev in target_revs: yield curr_rev else: _cmp = lambda a, b: cmp(phases.public == phaserevs[a], phases.public == phaserevs[b]) for r in sorted(target_revs, cmp=_cmp): yield r def revision_grapher(repo, start_rev=None, stop_rev=0, branch=None, follow=False, show_hidden=False, reorder=False, closed=False, show_obsolete=False): """incremental revision grapher This generator function walks through the revision history from revision start_rev to revision stop_rev (which must be less than or equal to start_rev) and for each revision emits tuples with the following elements: - current revision - column of the current node in the set of ongoing edges - color of the node (?) - lines; a list of (col, next_col, color) indicating the edges between the current row and the next row - parent revisions of current revision If start_rev is -1, shown unapplied mq patches (if available) If start_rev is None, started from working directory node If follow is True, only generated the subtree from the start_rev head. If branch is set, only generated the subtree for the given named branch. """ # follow is disabled when start_rev is None (== not revision specified) follow = start_rev is not None and follow # disable follow is start_rev is None if show_hidden and start_rev == None and hasattr(repo, 'mq'): series = list(reversed(repo.mq.series)) for patchname in series: if not repo.mq.isapplied(patchname): yield (patchname, 0, 0, [(0, 0 ,0, False)], []) # No uncommitted change if start_rev is None and repo.status() == ([],)*7: start_rev = len(repo.changelog) -1 assert start_rev is None or start_rev >= stop_rev # all known revs for this line. This is used to compute column index # it's combined with next_revs to compute how we must draw lines revs = [] levels = [] # a rev -> level mapping. # level are True for real relation (parent), # False for weak one (obsolete) rev_color = {} free_color = count(0) excluded = () if show_hidden else hiddenrevs(repo) closedbranches = [tag for tag, node in repo.branchtags().items() if repo.lookup(node) not in repo.branchheads(tag, closed=False)] for curr_rev in _graph_iterator(repo, start_rev, stop_rev, not show_hidden and reorder): # Compute revs and next_revs. if curr_rev in excluded: continue if curr_rev not in revs: # rev not ancestor of already processed node # shall we ignore this new heads ? if (branch and repo[curr_rev].branch() != branch) or \ (follow and curr_rev != start_rev) or \ (not closed and repo[curr_rev].branch() in closedbranches): continue # we add this new head to know revision revs.append(curr_rev) levels.append(True) rev_color[curr_rev] = curcolor = free_color.next() else: curcolor = rev_color[curr_rev] # copy known revisions for this line next_revs = revs[:] next_levels = levels[:] # Add parents to next_revs. parents = [(p, True) for p in __get_parents(repo, curr_rev, branch)] if show_obsolete: ctx = repo[curr_rev] for prec in first_known_precursors(ctx, excluded): parents.append((prec.rev(), False)) parents_to_add = [] max_levels = dict(zip(next_revs, next_levels)) for idx, (parent, level) in enumerate(parents): # could have been added by another children if parent not in next_revs: parents_to_add.append(parent) if idx == 0: # first parent inherit the color rev_color[parent] = curcolor else: # second don't rev_color[parent] = free_color.next() max_levels[parent] = level or max_levels.get(parent, False) # rev_index is also the column index rev_index = next_revs.index(curr_rev) # replace curr_rev by its parents. next_revs[rev_index:rev_index + 1] = parents_to_add next_levels = [max_levels[r] for r in next_revs] lines = [] for i, rev in enumerate(revs): if rev == curr_rev: # one or more line to parents targets = parents else: # single line to the same rev targets = [(rev, levels[i])] for trg, level in targets: color = rev_color[trg] lines.append((i, next_revs.index(trg), color, level)) yield (curr_rev, rev_index, curcolor, lines, parents) revs = next_revs levels = next_levels def filelog_grapher(repo, path): ''' Graph the ancestry of a single file (log). Deletions show up as breaks in the graph. ''' filerev = len(repo.file(path)) - 1 fctx = repo.filectx(path, fileid=filerev) rev = fctx.rev() flog = fctx.filelog() heads = [repo.filectx(path, fileid=flog.rev(x)).rev() for x in flog.heads()] assert rev in heads heads.remove(rev) revs = [] rev_color = {} nextcolor = 0 _paths = {} while rev >= 0: # Compute revs and next_revs if rev not in revs: revs.append(rev) rev_color[rev] = nextcolor ; nextcolor += 1 curcolor = rev_color[rev] index = revs.index(rev) next_revs = revs[:] # Add parents to next_revs fctx = repo.filectx(_paths.get(rev, path), changeid=rev) for pfctx in fctx.parents(): _paths[pfctx.rev()] = pfctx.path() parents = [pfctx.rev() for pfctx in fctx.parents()]# if f.path() == path] parents_to_add = [] for parent in parents: if parent not in next_revs: parents_to_add.append(parent) if len(parents) > 1: rev_color[parent] = nextcolor ; nextcolor += 1 else: rev_color[parent] = curcolor parents_to_add.sort() next_revs[index:index + 1] = parents_to_add lines = [] for i, nrev in enumerate(revs): if nrev in next_revs: color = rev_color[nrev] lines.append( (i, next_revs.index(nrev), color, True) ) elif nrev == rev: for parent in parents: color = rev_color[parent] lines.append( (i, next_revs.index(parent), color, True) ) pcrevs = [pfc.rev() for pfc in fctx.parents()] yield (fctx.rev(), index, curcolor, lines, pcrevs, _paths.get(fctx.rev(), path)) revs = next_revs if revs: rev = max(revs) else: rev = -1 if heads and rev <= heads[-1]: rev = heads.pop() class GraphNode(object): """ Simple class to encapsulate e hg node in the revision graph. Does nothing but declaring attributes. """ def __init__(self, rev, xposition, color, lines, parents, ncols=None, extra=None): self.rev = rev self.x = xposition self.color = color if ncols is None: ncols = len(lines) self.cols = ncols if not parents: self.cols += 1 # root misses its own column self.parents = parents self.bottomlines = lines self.toplines = [] self.extra = extra class Graph(object): """ Graph object to ease hg repo navigation. The Graph object instantiate a `revision_grapher` generator, and provide a `fill` method to build the graph progressively. """ #@timeit def __init__(self, repo, grapher, maxfilesize=100000): self.maxfilesize = maxfilesize self.repo = repo self.maxlog = len(self.repo.changelog) self.grapher = grapher self.nodes = [] self.nodesdict = {} self.max_cols = 0 def build_nodes(self, nnodes=None, rev=None): """ Build up to `nnodes` more nodes in our graph, or build as many nodes required to reach `rev`. If both rev and nnodes are set, build as many nodes as required to reach rev plus nnodes more. """ if self.grapher is None: return False stopped = False mcol = [self.max_cols] for vnext in self.grapher: if vnext is None: continue nrev, xpos, color, lines, parents = vnext[:5] if isinstance(nrev, int) and nrev >= self.maxlog: continue gnode = GraphNode(nrev, xpos, color, lines, parents, extra=vnext[5:]) if self.nodes: gnode.toplines = self.nodes[-1].bottomlines self.nodes.append(gnode) self.nodesdict[nrev] = gnode mcol.append(gnode.cols) if rev is not None and nrev <= rev: rev = None # we reached rev, switching to nnodes counter if rev is None: if nnodes is not None: nnodes -= 1 if not nnodes: break else: break else: self.grapher = None stopped = True self.max_cols = max(mcol) return not stopped def isfilled(self): return self.grapher is None def fill(self, step=100): """ Return a generator that fills the graph by bursts of `step` more nodes at each iteration. """ while self.build_nodes(step): yield len(self) yield len(self) def __getitem__(self, idx): if isinstance(idx, slice): # XXX TODO: ensure nodes are built return self.nodes.__getitem__(idx) if idx >= len(self.nodes): # build as many graph nodes as required to answer the # requested idx self.build_nodes(idx) if idx > len(self): return self.nodes[-1] return self.nodes[idx] def __len__(self): # len(graph) is the number of actually built graph nodes return len(self.nodes) def index(self, rev): if len(self) == 0: # graph is empty, let's build some nodes self.build_nodes(10) if rev is not None and rev < self.nodes[-1].rev: self.build_nodes(self.nodes[-1].rev - rev) if rev in self.nodesdict: return self.nodes.index(self.nodesdict[rev]) return -1 def fileflags(self, filename, rev, _cache={}): """ Return a couple of flags ('=', '+', '-' or '?') depending on the nature of the diff for filename between rev and its parents. """ if rev not in _cache: ctx = self.repo.changectx(rev) _cache.clear() _cache[rev] = (ctx, [self.repo.status(p.node(), ctx.node())[:5] for p in ctx.parents()]) ctx, allchanges = _cache[rev] flags = [] for changes in allchanges: # changes = modified, added, removed, deleted, unknown for flag, lst in zip(["=", "+", "-", "-", "?"], changes): if filename in lst: if flag == "+": renamed = ctx.filectx(filename).renamed() if renamed: flags.append(renamed) break flags.append(flag) break else: flags.append('') return flags def fileflag(self, filename, rev): """ Return a flag (see fileflags) between rev and its first parent (may be long) """ return self.fileflags(filename, rev)[0] def filename(self, rev): return self.nodesdict[rev].extra[0] def filedata(self, filename, rev, mode='diff', flag=None): """XXX written under dubious encoding assumptions The modification flag is computed using *fileflag* if ``flag`` is None. """ # XXX This really begins to be a dirty mess... data = "" if flag is None: flag = self.fileflag(filename, rev) ctx = self.repo.changectx(rev) filesize = 0 try: fctx = ctx.filectx(filename) filesize = fctx.size() # compute size here to lookup data securely except (LookupError, OSError): fctx = None # may happen for renamed/removed files or mq patch ? if isbfile(filename): data = "[bfile]\n" if fctx: data = fctx.data() data += "footprint: %s\n" % data return "+", data if flag not in ('-', '?'): if fctx is None:# or fctx.node() is None: return '', None if self.maxfilesize >= 0 and filesize > self.maxfilesize: try: div = int(filesize).bit_length() // 10 sym = ('', 'K', 'M', 'G', 'T', 'E')[div] # more, really ??? val = int(filesize / (2 ** (div * 10))) except AttributeError: # py<2.7 val = filesize sym = '' data = "File too big ! (~%i%so)" % (val, sym) return flag, data if flag == "+" or mode == 'file': flag = '+' # return the whole file data = fctx.data() if util.binary(data): data = "binary file" else: # tries to convert to unicode data = tounicode(data) elif flag == "=" or isinstance(mode, int): flag = "=" if isinstance(mode, int): parentctx = self.repo.changectx(mode) else: parentctx = self.repo[self._fileparent(fctx)] data = diff(self.repo, ctx, parentctx, files=[filename]) # we assume that \n@@ marks the end of the diff header data = ''.join(data.partition(os.linesep + '@@')[1:]).lstrip() elif flag == '': data = '' else: # file renamed oldname, node = flag newdata = fctx.data().splitlines() olddata = self.repo.filectx(oldname, fileid=node) olddata = olddata.data().splitlines() data = list(difflib.unified_diff(olddata, newdata, oldname, filename))[2:] if data: flag = "=" else: data = newdata flag = "+" data = u'\n'.join(tounicode(elt) for elt in data) return flag, data def _fileparent(self, fctx): try: return fctx.p1().rev() except IndexError: # reach bottom return -1 def fileparent(self, filename, rev): return self._fileparent(self.repo[rev].filectx(filename)) class HgRepoListWalker(object): """ Graph object to ease hg repo revision tree drawing depending on user's configurations. """ _allcolumns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Tags',) _columns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Tags', 'Bookmarks') _stretchs = {'Log': 1, } _getcolumns = "getChangelogColumns" def __init__(self, repo, branch='', fromhead=None, follow=False, closed=False, parent=None, *args, **kwargs): """ repo is a hg repo instance """ #XXX col radius self._datacache = {} self._hasmq = False self.mqueues = [] self.wd_revs = [] self.graph = None self.rowcount = 0 self.repo = repo self.show_hidden = False self.load_config() self.setRepo(repo, branch=branch, fromhead=fromhead, follow=follow, closed=closed) def setRepo(self, repo=None, branch='', fromhead=None, follow=False, closed=False): if repo is None: repo = build_repo(self.repo.ui, self.repo.root) self._hasmq = hasattr(self.repo, "mq") if not getattr(repo, '__hgview__', False) and self._hasmq: mqsupport.reposetup(repo.ui, repo) oldrepo = self.repo self.repo = repo if oldrepo.root != repo.root: self.load_config() self._datacache = {} try: wdctxs = self.repo.changectx(None).parents() except error.Abort: # might occur if reloading during a mq operation (or # whatever operation playing with hg history) return if self._hasmq: self.mqueues = self.repo.mq.series[:] self.wd_revs = [ctx.rev() for ctx in wdctxs] self.wd_status = [self.repo.status(ctx.node(), None)[:4] for ctx in wdctxs] self._user_colors = {} self._branch_colors = {} # precompute named branch color for stable value. for branch_name in chain(['default', 'stable'], sorted(repo.branchtags().keys())): self.namedbranch_color(branch_name) grapher = revision_grapher(self.repo, start_rev=fromhead, follow=follow, branch=branch, show_hidden=self.show_hidden, reorder=self.reorder_changesets, closed=closed, show_obsolete=self.show_obsolete) self.graph = Graph(self.repo, grapher, self.max_file_size) self.rowcount = 0 self.heads = [self.repo.changectx(x).rev() for x in self.repo.heads()] self.ensureBuilt(row=self.fill_step) def ensureBuilt(self, rev=None, row=None): """ Make sure rev data is available (graph element created). """ if self.graph.isfilled(): return required = 0 buildrev = rev n = len(self.graph) if rev is not None: if n and self.graph[-1].rev <= rev: buildrev = None else: required = self.fill_step / 2 elif row is not None and row > (n - self.fill_step / 2): required = row - n + self.fill_step if required or buildrev: self.graph.build_nodes(nnodes=required, rev=buildrev) self.updateRowCount() elif row and row > self.rowcount: # asked row was already built, but views where not aware of this self.updateRowCount() elif rev is not None and rev <= self.graph[self.rowcount].rev: # asked rev was already built, but views where not aware of this self.updateRowCount() def updateRowCount(self): self.rowcount = None #raise NotImplementedError def rowCount(self, parent=None): return self.rowcount def columnCount(self, parent=None): return len(self._columns) def load_config(self): cfg = HgConfig(self.repo.ui) self._users, self._aliases = cfg.getUsers() self.dot_radius = cfg.getDotRadius(default=8) self.rowheight = cfg.getRowHeight() self.fill_step = cfg.getFillingStep() self.max_file_size = cfg.getMaxFileSize() self.hide_mq_tags = cfg.getMQHideTags() self.show_hidden = cfg.getShowHidden() self.reorder_changesets = cfg.getNonPublicOnTop() self.show_obsolete = cfg.getShowObsolete() cols = getattr(cfg, self._getcolumns)() if cols is not None: validcols = [col for col in cols if col in self._allcolumns] if len(validcols) != len(cols): wrongcols = [col for col in cols if col not in self._allcolumns] #XXX #print "WARNING! %s are not valid column names. Check your configuration." % ','.join(wrongcols) #print " reverting to default columns configuration" elif 'Log' not in validcols or 'ID' not in validcols: pass #print "WARNING! 'Log' and 'ID' are mandatory. Check your configuration." #print " reverting to default columns configuration" else: self._columns = tuple(validcols) @staticmethod def get_color(n, ignore=()): return [] def user_color(self, user): if user not in self._user_colors: self._user_colors[user] = self.get_color(len(self._user_colors), self._user_colors.values()) return self._user_colors[user] def user_name(self, user): return self._aliases.get(user, user) def namedbranch_color(self, branch): if branch not in self._branch_colors: self._branch_colors[branch] = self.get_color(len(self._branch_colors)) return self._branch_colors[branch] def col2x(self, col): return (1.2*self.dot_radius + 0) * col + self.dot_radius/2 + 3 def rowFromRev(self, rev): row = self.graph.index(rev) if row == -1: row = None return row def clear(self): """empty the list""" self.graph = None self._datacache = {} self.notify_data_changed() def notify_data_changed(self): pass hgview-1.7.1/hgviewlib/inotify.py0000644000177600017760000001100612046173467016152 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ inotify support for hgview """ from os import read, path as osp from time import sleep from array import array from fcntl import ioctl from termios import FIONREAD from struct import unpack, calcsize from pyinotify import WatchManager class Inotify(object): """Use inotify to get a file descriptor that shall be used into a main loop. Constructor arguments: * repo - a mercurial repository object to watch * callback - callable called while processing events Use the ``process()`` method to update the display """ def __init__(self, repo, callback=None): self.watchmanager = WatchManager() self._fd = self.watchmanager.get_fd() self.repo = repo self.callback = callback def update(self): '''update watchers''' # sorry :P. Import them here to reduce stating time from pyinotify import (IN_MODIFY, IN_ATTRIB, IN_MOVED_FROM, IN_MOVED_TO, IN_DELETE_SELF, IN_MOVE_SELF, ALL_EVENTS, IN_CLOSE_WRITE, IN_CREATE, IN_DELETE) mask = (IN_MODIFY | IN_ATTRIB | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE_SELF | IN_MOVE_SELF | IN_CLOSE_WRITE | IN_CREATE | IN_DELETE) self.watchmanager.add_watch(self.repo.root, mask, rec=True, auto_add=True,) def get_fd(self): """Return assigned inotify's file descriptor.""" return self.watchmanager.get_fd() def read_events(self): """ Read events and return related file name. """ buf_ = array('i', [0]) # get event queue size if ioctl(self._fd, FIONREAD, buf_, 1) == -1: return queue_size = buf_[0] try: # Read content from file raw = read(self._fd, queue_size) except Exception, msg: raise NotifierError(msg) rsum = 0 # counter data_fmt = 'iIII' data_size = calcsize(data_fmt) while rsum < queue_size: # Retrieve wd, mask, cookie and fname_len wd, mask, cookie, fname_len = unpack(data_fmt, raw[rsum:rsum + data_size]) # Retrieve name fname, = unpack('%ds' % fname_len, raw[rsum + data_size:rsum + data_size + fname_len]) end = fname.find('\x00') if end != -1: fname = fname[:end] rsum += data_size + fname_len yield fname def process(self): '''process events''' # Many events are raised for each modification on the repository # files or history (many files processed while committing, each file # processing may raises many event, e.g.IN_MODIFY and IN_ATTRIB. # We don't have to update the repository at each event. So, it may be a # good idea to put a delay during which the events are consumed, before # processing the callback. # Note: not implemented here, use the application mainloop to do so. # Note: I've try some other solutions, for instance: watching for # .hg/wlock or focusing on the manifests). But it seems that they # require a much more complicated implementation (update watched # files, fine watchers handling). # Finally, the current solution is simple, robust, and the end-user # interface seems to be good enough. # .hg/wlock means that some process is currently running on the # repository, so we have to sleep more. We can just return as another # event will be sent. if osp.exists(osp.join(self.repo.root or '', '.hg', 'wlock')): return # refresh viewer if self.callback: self.callback() hgview-1.7.1/hgviewlib/curses/0000775000177600017760000000000012101526244015412 5ustar pyvespyveshgview-1.7.1/hgviewlib/curses/widgets.py0000644000177600017760000001344712072513146017445 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ A module that contains usefull widgets. """ from urwid import Frame, Text, AttrWrap, ListBox, signals from urwid.util import is_mouse_press try: import pygments from pygments import lex, lexers from pygments.util import ClassNotFound except ImportError: # pylint: disable=C0103 pygments = None from hgviewlib.curses.canvas import apply_text_layout __all__ = ['Body', 'ScrollableListBox', 'SelectableText', 'SourceText'] class SelectableText(Text): """A selectable Text widget""" _selectable = True keypress = lambda self, size, key: key class Body(Frame): """A suitable widget that shall be used as a body for the mainframe. +------------------+ | | | Body | | | +------------------+ | Text with title | +------------------+ Use the ``title`` property to change the footer text. """ def __init__(self, body): footer = AttrWrap(Text(''), 'banner') super(Body, self).__init__(body=body, footer=footer, header=None, focus_part='body') def _get_title(self): """return the title""" return self._footer.get_text() def _set_title(self, title): """set the title text""" self._footer.set_text(title) def _clear_title(self): """clear the title text""" self._footer.set_title('') title = property(lambda self: self.footer.text, _set_title, _clear_title, 'Body title') def register_commands(self): """register commands""" pass def unregister_commands(self): """unregister commands""" pass class ScrollableListBox(ListBox): """Scrollable Content ListBox using mouse buttons 4/5""" # pylint: disable=R0913 def mouse_event(self, size, event, button, col, row, focus): """Scroll content""" if is_mouse_press(event): if button == 4: self.keypress(size, 'page up') return elif button == 5: self.keypress(size, 'page down') return return super(ScrollableListBox, self).mouse_event(size, event, button, col, row, focus) # pylint: enable=R0913 class SourceText(SelectableText): """A widget that display source code content. It can number lines and highlight content using pygments. """ signals = ['highlight'] def __init__(self, text, filename=None, lexer=None, numbering=False, *args, **kwargs): self._lexer = lexer self.filename = filename self.numbering = numbering super(SourceText, self).__init__(text, *args, **kwargs) signals.connect_signal(self, 'highlight', self._highlight) def get_lexer(self): """Return the current source highlighting lexer""" return self._lexer def update_lexer(self, lexer=None): """ Update source highlighting lexer using the given one or by inspecting filename or text content if ``lexer`` is None. :note: Require pygments, else do nothing. """ if not pygments: return if not self.text: return text = self.text if lexer is None and self.filename: # try to get lexer from filename try: lexer = lexers.get_lexer_for_filename(self.filename, text) except (ClassNotFound, TypeError): #TypeError: pygments is confused pass if lexer is None and text: # try to get lexer from text try: lexer = lexers.guess_lexer(text) except (ClassNotFound, TypeError): #TypeError: pygments is confused pass self._lexer = lexer if lexer == None: # No lexer found => finish return # reduce "lag" while rendering the text as pygments may take a while to # highlight the text. So we colorize only the first part of the text # and delay coloring the full text. The 3000st chars seems good on my # laptop :) signals.delay_emit_signal(self, 'highlight', 0.05, self.text) colored = list(lex(self.text[:3000], self._lexer)) #remove the f*@!king \n added by lex colored[-1] = (colored[-1][0], colored[-1][1][:-1]) self.set_text(colored + [self.text[3000:]]) def _highlight(self, text): self.set_text(list(lex(text, self._lexer))) def clear_lexer(self): """Disable source highlighting""" self.set_text(self.text) lexer = property(get_lexer, update_lexer, clear_lexer, 'source highlighting lexer (require pygments)') def render(self, size, focus=False): """ Render contents with wrapping, alignment and line numbers. """ (maxcol,) = size text, attr = self.get_text() trans = self.get_line_translation(maxcol, (text, attr)) return apply_text_layout(text, attr, trans, maxcol, numbering=self.numbering) hgview-1.7.1/hgviewlib/curses/canvas.py0000644000177600017760000001134712072513146017247 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Module that contains special canvas features. """ # pylint: disable=W,C,I,R from urwid.canvas import (trim_line, rle_append_modify, apply_target_encoding, rle_len, LayoutSegment, TextCanvas, rle_join_modify) __all__ = ['apply_text_layout'] # hack marks: "#+": added, "#=": modified def apply_text_layout(text, attr, ls, maxcol, numbering=False): #= """ Hack for urwid.canvas.apply_text_layout that able to display line numbers """ if numbering: #+ lnb = len(str(text.count('\n') + 1)) + 1 #+ else: #+ lnb = 0 #+ utext = type(text)==type(u"") t = [] a = [] c = [] class AttrWalk: pass aw = AttrWalk aw.k = 0 # counter for moving through elements of a aw.off = 0 # current offset into text of attr[ak] def arange( start_offs, end_offs ): """Return an attribute list for the range of text specified.""" if start_offs < aw.off: aw.k = 0 aw.off = 0 o = [] while aw.off < end_offs: if len(attr)<=aw.k: # run out of attributes o.append((None,end_offs-max(start_offs,aw.off))) break at,run = attr[aw.k] if aw.off+run <= start_offs: # move forward through attr to find start_offs aw.k += 1 aw.off += run continue if end_offs <= aw.off+run: o.append((at, end_offs-max(start_offs,aw.off))) break o.append((at, aw.off+run-max(start_offs, aw.off))) aw.k += 1 aw.off += run return o for idx, line_layout in enumerate(ls): # trim the line to fit within maxcol line_layout = trim_line( line_layout, text, 0, maxcol - lnb) #= if lnb: #+ line = [str(idx).rjust(lnb - 1) + ' '] #+ linea = [('INFO', lnb)] #+ else: #+ line = [] #= linea = [] #= linec = [] def attrrange( start_offs, end_offs, destw ): """ Add attributes based on attributes between start_offs and end_offs. """ if start_offs == end_offs: [(at,run)] = arange(start_offs,end_offs) rle_append_modify( linea, ( at, destw )) return if destw == end_offs-start_offs: for at, run in arange(start_offs,end_offs): rle_append_modify( linea, ( at, run )) return # encoded version has different width o = start_offs for at, run in arange(start_offs, end_offs): if o+run == end_offs: rle_append_modify( linea, ( at, destw )) return tseg = text[o:o+run] tseg, cs = apply_target_encoding( tseg ) segw = rle_len(cs) rle_append_modify( linea, ( at, segw )) o += run destw -= segw for seg in line_layout: #if seg is None: assert 0, ls s = LayoutSegment(seg) if s.end: tseg, cs = apply_target_encoding( text[s.offs:s.end]) line.append(tseg) attrrange(s.offs, s.end, rle_len(cs)) rle_join_modify( linec, cs ) elif s.text: tseg, cs = apply_target_encoding( s.text ) line.append(tseg) attrrange( s.offs, s.offs, len(tseg) ) rle_join_modify( linec, cs ) elif s.offs: if s.sc: line.append(" "*s.sc) attrrange( s.offs, s.offs, s.sc ) else: line.append(" "*s.sc) linea.append((None, s.sc)) linec.append((None, s.sc)) t.append("".join(line)) a.append(linea) c.append(linec) return TextCanvas(t, a, c, maxcol=maxcol) hgview-1.7.1/hgviewlib/curses/__init__.py0000644000177600017760000000541012046173467017536 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ console interface for hgview. """ # disable lazy import for urwid from mercurial import demandimport demandimport.ignore.extend([ 'urwid.html_fragment', 'urwid.tests', 'urwid', 'urwid.escape', 'urwid.command_map', 'urwid.signals', 'urwid.version', 'urwid.util', 'urwid.display_common', 'urwid.font', 'urwid.old_str_util', 'urwid.lcd_display', 'urwid.raw_display', 'urwid.split_repr', 'urwid.listbox', 'urwid.decoration', 'urwid.widget', 'urwid.graphics', 'urwid.wimp', 'urwid.container', 'urwid.web_display', 'urwid.curses_display', 'urwid.text_layout', 'urwid.compat', 'urwid.main_loop', 'urwid.monitored_list', 'urwid.__init__', 'urwid.vterm_test', 'urwid.treetools', 'urwid.canvas', 'urwid.vterm']) # use __all__ in the corresponding modules # pylint: disable=W0401 from hgviewlib.curses.utils import * from hgviewlib.curses.exceptions import * from hgviewlib.curses.widgets import * from hgviewlib.curses.mainframe import MainFrame # pylint: enable=W0401 # patching urwid # patch urwid signals system in order to allow delayed signals import urwid.signals urwid.signals.delay_emit_signal = lambda o, n, d, *a: urwid.signals.emit_signal(o, n, *a) def activate_delayed_signals(mainloop): """ patch urwid signals system in order to allow delayed signals """ import urwid.signals emit = urwid.signals.emit_signal if mainloop is None: urwid.signals.delay_emit_signal = lambda o, n, d, *a: emit(o, n, *a) return memorizer = {} def delay_emit_signal(obj, name, delay, *args): """Same as emit_signal but really process the signal in `delay` seconds""" emit_hash = (id(obj), name) # remove previous alarm even if already processed if emit_hash in memorizer: mainloop.remove_alarm(memorizer[emit_hash]) delayed_emit = lambda *ignored: emit(obj, name, *args) handle = mainloop.set_alarm_in(delay, delayed_emit) memorizer[(id(obj), name)] = handle urwid.signals.delay_emit_signal = delay_emit_signal hgview-1.7.1/hgviewlib/curses/application.py0000644000177600017760000002717612072513146020306 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Application utilities. """ import threading import logging import sys from urwid import AttrWrap, MainLoop from hgviewlib.application import HgViewApplication from hgviewlib.curses.hgrepoviewer import RepoViewer from hgviewlib.curses import MainFrame, emit_command, activate_delayed_signals try: import pygments from pygments.token import Token, _TokenType except ImportError: # pylint: disable=C0103 pygments = None # pylint: enable=C0103 # _________________________________________________________________ Application class HgViewUrwidApplication(HgViewApplication): """ HgView application using urwid. """ HgRepoViewer = RepoViewer def __init__(self, *args, **kwargs): super(HgViewUrwidApplication, self).__init__(*args, **kwargs) self.viewer = AttrWrap(self.viewer, 'body') mainframe = MainFrame('repoviewer', self.viewer) screen = self.get_screen() self.mainloop = MainLoop(mainframe, PALETTE, screen) connect_logging(self.mainloop, level=logging.DEBUG) mainframe.register_commands() self.enable_inotify() activate_delayed_signals(self.mainloop) self.mainframe = mainframe # register_command('alarm', 'process callback in a given seconds', def get_screen(self): """return the screen instance to use""" if self.opts.interface == 'raw': from urwid.raw_display import Screen elif self.opts.interface == 'curses': from urwid.curses_display import Screen if pygments: return patch_screen(Screen)() return Screen() def enable_inotify(self): """enable inotify watching""" enable_inotify = True # XXX config optimize_inotify = True # XXX config if enable_inotify: if optimize_inotify: import ctypes.util orig = ctypes.util.find_library ctypes.util.find_library = lambda lib: None # dirty optimization inotify(self.mainloop) if optimize_inotify: ctypes.util.find_library = orig def exec_(self): '''main entry point''' if '--profile' in sys.argv or '--time' in sys.argv: self.mainloop._run = self.mainloop.draw_screen out = self.mainloop.run() self.mainframe.unregister_commands() return out # _____________________________________________________________________ inotify def inotify(mainloop): """add inotify watcher to the mainloop""" try: from hgviewlib.inotify import Inotify as Inotify except ImportError: return class UrwidInotify(Inotify): """Inotify handler that can be connected to as urwid mainloop.""" def __init__(self, *args, **kwargs): super(UrwidInotify, self).__init__(*args, **kwargs) self._input_timeout = None def process_finally(self): """Really process the inotify event""" self._input_timeout = None super(UrwidInotify, self).process() def process_on_any_event(self): """Process all inotify events and prevent over-processing""" # get all events on every files. # Ignore files that shall be ignored be mercurial # Also ignore hg-checkexec* files that are created by mercurial # to check available file status. for fname in self.read_events(): if fname.startswith(('hg-checkexec', 'hg-checklink')): break if self.repo.dirstate._dirignore(fname): break else: # use the urwid mainloop to schedule the screen refreshing in 0.2s # and ignore events received during this time. # It prevents over-refreshing (See ../inotify.py comments). if self._input_timeout is None: self._input_timeout = mainloop.set_alarm_in( 0.2, lambda *args: self.process_finally()) try: refresh = lambda: emit_command('refresh') inot = UrwidInotify(mainloop.widget.get_body().repo, refresh) except: return mainloop.event_loop.watch_file(inot.get_fd(), inot.process_on_any_event) # add watchers thought a thread to reduce start duration with a big repo threading.Thread(target=inot.update).start() # ________________________________________________________________ patch screen def patch_screen(screen_cls): """ Return a patched screen class that allows parent token inheritance in the palette """ class Palette(dict): """Special dictionary that take into account parent token inheritance. """ def __contains__(self, key): if super(Palette, self).__contains__(key): return True if (not isinstance(key, _TokenType)) or (key.parent is None): return False if key.parent in self: # function is now recursive self[key] = self[key.parent] # cache + __getitem__ ok return True return False has_key = __contains__ class PatchedScreen(screen_cls, object): """hack Screen to allow parent token inheritance in the palette""" # Use a special container for storing style definition. This container # take into account parent token inheritance # raw_display.Screen store the palette definition in the container # ``_pal_escape``, web_display and curses display in ``palette`` and # ``attrconv`` def __init__(self, *args): self._hgview_palette = None self._hgview_attrconv = None # mro problem with web_display, so do not use super screen_cls.__init__(self) def _hgview_get_palette(self): """Return the palette""" return self._hgview_palette def _hgview_set_palette(self, value): """Set the palette""" self._hgview_palette = Palette() if value: self._hgview_palette.update(value) # pylint: disable=E0602 _pal_escape = property(_hgview_get_palette, _hgview_set_palette) palette = _pal_escape def _hgview_get_attrconv(self): """Return the palette""" return self._hgview_attrconv def _hgview_set_attrconv(self, value): """Set the palette""" self._hgview_attrconv = Palette() if value: self._hgview_attrconv.update(value) # pylint: disable=E0602 attrconv = property(_hgview_get_attrconv, _hgview_set_attrconv) return PatchedScreen # _____________________________________________________________________ logging def connect_logging(mainloop, level=logging.INFO): '''Connect logging to the hgview console application. (The widget of the mainloop must be a ``MainFrame`` instance) You may add 'DEBUG', 'WARNING', 'ERROR' and 'CRITICAL' styles in the palette. ''' class ConsoleHandler(logging.Handler): '''Handler for logging to the footer of a ``MainFrame`` instance. You shall prefer to link logging and you application by using the ``connect_logging(...)`` function. ''' def __init__(self, callback, redraw, redraw_levelno=logging.CRITICAL): """ :param callback: A function called to display a message as ``callback(style, levelname, message)`` where: * ``levelname`` is the name of the message level * ``message`` is the message to display Mostly, it is the ``set`` method of a ``Footer`` instance. :param redraw: a function that performs the screen redrawing """ self.callback = callback self.redraw = redraw self.redraw_levelno = redraw_levelno logging.Handler.__init__(self) def emit(self, record): """emit a record""" if isinstance(record.msg, list): # urwid style name = 'default' msg = record.msg else: name = record.levelname msg = self.format(record) self.callback(name, msg) if record.levelno >= self.redraw_levelno: self.flush() def flush(self): try: self.redraw() except AssertionError: pass logger = logging.getLogger() logger.setLevel(level) display = lambda style, msg: mainloop.widget.footer.set(style, msg, '') handler = ConsoleHandler(display, mainloop.draw_screen) logger.addHandler(handler) # ________________________________________________________________ patch screen PALETTE = [ ('default','default','default'), ('body','default','default', 'standout'), ('banner','black','light gray', 'bold'), ('focus','black','dark cyan', 'bold'), ('focus.alternate','black','dark magenta', 'bold'), ('current', 'black', 'dark green', 'bold'), ('modified', 'black', 'brown', 'bold'), # logging ('DEBUG', 'dark magenta', 'default'), ('INFO', 'dark gray', 'default'), ('WARNING', 'brown', 'default'), ('ERROR', 'dark red', 'default'), ('CRITICAL', 'light red', 'default'), # graphlog ('ID', 'brown', 'default', 'standout'), ('Log', 'default', 'default'), ('GraphLog', 'default', 'default', 'bold'), ('GraphLog.node', 'default', 'default', 'bold'), ('Author', 'dark blue', 'default', 'bold'), ('Date', 'dark green', 'default', 'bold'), ('Tags', 'yellow', 'dark red', 'bold'), ('Bookmarks', 'default', 'dark blue'), ('Branch', 'yellow', 'default', 'bold'), ('Filename', 'white', 'default', 'bold'), ('obsolete', 'dark cyan', 'default'), # filelist ('+', 'dark green', 'default'), ('-', 'dark red', 'default'), ('=', 'default', 'default'), ('?', 'brown', 'default'), ] if pygments: PALETTE += [ (Token, 'default', 'default'), (Token.Text, 'default', 'default'), (Token.Comment, 'dark gray', 'default'), (Token.Punctuation, 'white', 'default', 'bold'), (Token.Operator, 'light blue', 'default'), (Token.Literal, 'dark magenta', 'default'), (Token.Name, 'default', 'default'), (Token.Name.Builtin, 'dark blue', 'default'), (Token.Name.Namespace, 'dark blue', 'default'), (Token.Name.Builtin.Pseudo, 'dark blue', 'default'), (Token.Name.Exception, 'dark blue', 'default'), (Token.Name.Decorator, 'dark blue', 'default'), (Token.Name.Class, 'dark blue', 'default'), (Token.Name.Function, 'dark blue', 'default'), (Token.Keyword, 'light green', 'default'), (Token.Generic.Deleted, 'dark red', 'default'), (Token.Generic.Inserted, 'dark green', 'default'), (Token.Generic.Subheading, 'dark magenta', 'default', 'bold'), (Token.Generic.Heading, 'black', 'dark magenta'), ] hgview-1.7.1/hgviewlib/curses/graphlog.py0000644000177600017760000003320112072513146017570 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . ''' Contains a listbox definition that walk the repo log and display an ascii graph ''' try: from itertools import izip_longest as zzip zzip(()) # force check over lazy import except (ImportError, TypeError): # python2.5 support from itertools import repeat, chain class ZipExhausted(Exception): pass def zzip(*args, **kwds): # izip_longest('ABCD', 'xy', fillvalue='-') --> Ax By C- D- fillvalue = kwds.get('fillvalue') counter = [len(args) - 1] def sentinel(): if not counter[0]: raise ZipExhausted counter[0] -= 1 yield fillvalue fillers = repeat(fillvalue) iterators = [chain(it, sentinel(), fillers) for it in args] try: while iterators: yield tuple(iterator.next() for iterator in iterators) except ZipExhausted: pass from logging import warn from mercurial.node import short from urwid import AttrMap, Text, ListWalker, Columns, WidgetWrap, emit_signal from hgviewlib.hgpatches.graphmod import (_fixlongrightedges, _getnodelineedgestail, _drawedges, _getpaddingline) from hgviewlib.util import tounicode from hgviewlib.hggraph import getlog, gettags, getdate, HgRepoListWalker from hgviewlib.curses import connect_command, SelectableText # __________________________________________________________________ constants COLORS = ["brown", "dark red", "dark magenta", "dark blue", "dark cyan", "dark green", "yellow", "light red", "light magenta", "light blue", "light cyan", "light green"] _COLUMNMAP = { 'ID': lambda m, c, g: c.rev() is not None and str(c.rev()) or "", 'Log': getlog, 'Author': lambda m, c, g: tounicode((c.user() if c.node() else '').split('<',1)[0]), 'Date': getdate, 'Tags': gettags, 'Bookmarks': lambda m, c, g: ', '.join(c.bookmarks() or ()), 'Branch': lambda m, c, g: c.branch() != 'default' and c.branch(), 'Filename': lambda m, c, g: g.extra[0], 'Phase': lambda model, ctx, gnode: ctx.phasestr(), } GRAPH_MIN_WIDTH = 6 # ____________________________________________________________________ classes class RevisionsWalker(ListWalker): """ListWalker-compatible class for browsing log changeset. """ signals = ['focus changed'] _columns = HgRepoListWalker._columns _allfields = (('Bookmarks', 'Branch', 'Tags', 'Log'),) _allcolumns = (('Date', 16), ('Author', 20), ('ID', 6),) def __init__(self, walker, branch='', fromhead=None, follow=False, *args, **kwargs): self._data_cache = {} self._focus = 0 self.walker = walker super(RevisionsWalker, self).__init__(*args, **kwargs) self.asciistate = [0, 0] # graphlog.asciistate() def connect_commands(self): """Connect usefull commands to callbacks""" connect_command('goto', self.set_rev) def _modified(self): """obsolete widget content""" super(RevisionsWalker, self)._modified() def _invalidate(self): """obsolete rendering cache""" self._data_cache.clear() super(RevisionsWalker, self)._modified() @staticmethod def get_color(idx, ignore=()): """ Return a color at index 'n' rotating in the available colors. 'ignore' is a list of colors not to be chosen. """ colors = [x for x in COLORS if x not in ignore] if not colors: # ghh, no more available colors... colors = COLORS return colors[idx % len(colors)] def data(self, pos): """Return a widget and the position passed.""" # cache may be very huge on very big repo # (cpython for instance: >1.5GB) if pos in self._data_cache: # speed up rendering return self._data_cache[pos], pos widget = self.get_widget(pos) if widget is None: return None, None self._data_cache[pos] = widget return widget, pos def get_widget(self, pos): """Return a widget for the node""" if pos in self._data_cache: # speed up rendering return self._data_cache[pos], pos try: self.walker.ensureBuilt(row=pos) except ValueError: return None gnode = self.walker.graph[pos] ctx = self.walker.repo.changectx(gnode.rev) # prepare the last columns content txts = [] for graph, fields in zzip(self.graphlog(gnode, ctx), self._allfields): graph = graph or '' fields = fields or () txts.append(graph) txts.append(' ') for field in fields: if field not in self._columns: continue txt = _COLUMNMAP[field](self.walker, ctx, gnode) if not txt: continue txts.append((field, txt)) txts.append(('default', ' ')) txts.pop() # remove pending space txts.append('\n') txts.pop() # remove pending newline # prepare other columns txter = lambda col, sz: Text( (col, _COLUMNMAP[col](self.walker, ctx, gnode)[:sz]), align='right', wrap='clip') columns = [('fixed', sz, txter(col, sz)) for col, sz in self._allcolumns if col in self._columns] columns.append(SelectableText(txts, wrap='clip')) # tune style spec_style = {} # style modifier for normal foc_style = {} # style modifier for focused all_styles = set(self._columns) | set(['GraphLog', 'GraphLog.node', None]) important_styles = set(['ID', 'GraphLog.node']) if ctx.obsolete(): spec_style.update(dict.fromkeys(all_styles, 'obsolete')) # normal style: use special styles for working directory and tip style = None if gnode.rev is None: style = 'modified' # pending changes elif gnode.rev in self.walker.wd_revs: style = 'current' if style is not None: spec_style.update(dict.fromkeys(important_styles, style)) # focused style: use special styles for working directory and tip foc_style.update(dict.fromkeys(all_styles, style or 'focus')) foc_style.update(dict.fromkeys(important_styles, 'focus.alternate')) # wrap widget with style modified widget = AttrMap(Columns(columns, 1), spec_style, foc_style) return widget def graphlog(self, gnode, ctx): """Return a generator that get lines of graph log for the node """ # define node symbol if gnode.rev is None: char = '!' # pending changes elif not getattr(ctx, 'applied', True): char = ' ' elif set(ctx.tags()).intersection(self.walker.mqueues): char = '*' else: phase = ctx.phase() try: char = 'o#^'[phase] except IndexError: warn('"%(node)s" has an unknown phase: %(phase)i', {'node':short(ctx.node()), 'phase':phase}) char = '?' # build the column data for the graphlogger from data given by hgview curcol = gnode.x curedges = [(start, end) for start, end, color, fill in gnode.bottomlines if start == curcol] try: prv, nxt, _, _ = zip(*gnode.bottomlines) prv, nxt = len(set(prv)), len(set(nxt)) except ValueError: # last prv, nxt = 1, 0 coldata = (curcol, curedges, prv, nxt - prv) self.asciistate = self.asciistate or [0, 0] return hgview_ascii(self.asciistate, char, len(self._allfields), coldata) def get_focus(self): """Get focused widget""" try: return self.data(self._focus) except IndexError: if self._focus > 0: self._focus = 0 else: self._focus = 0 try: return self.data(self._focus) except: return None, None def set_focus(self, focus=None): """change focused widget""" self._focus = focus or 0 emit_signal(self, 'focus changed', self.get_ctx()) focus = property(lambda self: self._focus, set_focus, None, 'focused widget index') def get_rev(self): """Return revision of the focused changeset""" if self._focus >= 0: return self.walker.graph[self._focus].rev def set_rev(self, rev=None): """change focused widget to the given revision ``rev``.""" if rev is None: self.set_focus(0) else: self.set_focus(self.walker.graph.index(rev or 0)) self._invalidate() rev = property(get_rev, set_rev, None, 'current revision') def get_ctx(self): """return context of the focused changeset""" if self.focus >= 0: return self.walker.repo.changectx(self.rev) def get_next(self, start_from): """get the next widget to display""" focus = start_from + 1 try: return self.data(focus) except IndexError: return None, None def get_prev(self, start_from): """get the previous widget to display""" focus = start_from - 1 if focus < 0: return None, None try: return self.data(focus) except IndexError: return None, None # __________________________________________________________________ functions def hgview_ascii(state, char, height, coldata): """prints an ASCII graph of the DAG takes the following arguments (one call per node in the graph): :param state: Somewhere to keep the needed state in (init to [0, 0]) :param char: character to use as node's symbol. :param height: minimal line number to use for this node :param coldata: (idx, edges, ncols, coldiff) * idx: column index for the current changeset * edges: a list of (col, next_col) indicating the edges between the current node and its parents. * ncols: number of columns (ongoing edges) in the current revision. * coldiff: the difference between the number of columns (ongoing edges) in the next revision and the number of columns (ongoing edges) in the current revision. That is: -1 means one column removed; 0 means no columns added or removed; 1 means one column added. :note: it is a Modified version of Joel Rosdahl graphlog extension for mercurial """ idx, edges, ncols, coldiff = coldata # graphlog is broken with multiple parent. But we have ignore that to allow # some support of obsolete relation display # assert -2 < coldiff < 2 assert height > 0 if coldiff == -1: _fixlongrightedges(edges) # add_padding_line says whether to rewrite add_padding_line = (height > 2 and coldiff == -1 and [x for (x, y) in edges if x + 1 < y]) # fix_nodeline_tail says whether to rewrite fix_nodeline_tail = height <= 2 and not add_padding_line # nodeline is the line containing the node character (typically o) nodeline = ["|", " "] * idx nodeline.extend([('GraphLog.node', char), " "]) nodeline.extend(_getnodelineedgestail(idx, state[1], ncols, coldiff, state[0], fix_nodeline_tail)) # shift_interline is the line containing the non-vertical # edges between this entry and the next shift_interline = ["|", " "] * idx if coldiff == -1: n_spaces = 1 edge_ch = "/" elif coldiff == 0: n_spaces = 2 edge_ch = "|" else: n_spaces = 3 edge_ch = "\\" shift_interline.extend(n_spaces * [" "]) shift_interline.extend([edge_ch, " "] * (ncols - idx - 1)) # draw edges from the current node to its parents _drawedges(edges, nodeline, shift_interline) # lines is the list of all graph lines to print lines = [nodeline] if add_padding_line: lines.append(_getpaddingline(idx, ncols, edges)) if not set(shift_interline).issubset(set([' ', '|'])): # compact lines.append(shift_interline) # make sure that there are as many graph lines as there are # log strings if len(lines) < height: extra_interline = ["|", " "] * (ncols + coldiff) while len(lines) < height: lines.append(extra_interline) # print lines indentation_level = max(ncols, ncols + coldiff) for line in lines: # justify to GRAPH_MIN_WIDTH for convenience if len(line) < GRAPH_MIN_WIDTH: line.append(' ' * (GRAPH_MIN_WIDTH - len(line))) yield [('GraphLog', item) if isinstance(item, basestring) else item for item in line] # ... and start over state[0] = coldiff state[1] = idx hgview-1.7.1/hgviewlib/curses/exceptions.py0000644000177600017760000000237112072513146020152 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Exceptions classes used by hgview curses """ class HgviewCursesException(Exception): """Base class for all hgview curses exception """ class CommandError(ValueError, HgviewCursesException): """Error that occurs while calling a command""" class UnknownCommand(StopIteration, HgviewCursesException): """Error that occurs when callback not found""" class RegisterCommandError(KeyError, HgviewCursesException): """Error that occurs when a conflict occurs while registering a command""" hgview-1.7.1/hgviewlib/curses/manifest.py0000644000177600017760000001263012072513146017576 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Module that contains the help body. """ from urwid import AttrWrap, ListWalker from urwid.signals import emit_signal from hgviewlib.util import isbfile, bfilepath, exec_flag_changed from hgviewlib.curses import SelectableText DIFF = 'diff' FILE = 'file' class ManifestWalker(ListWalker): """ Walk through modified files. """ signals = ['focus changed'] def __init__(self, walker, ctx, manage_description=False, *args, **kwargs): """ :ctx: mercurial context instance :manage_description: display context description as a file if True """ self._cached_flags = {} self._walker = walker self._ctx = ctx self.manage_description = manage_description if manage_description: self._focus = -1 else: self._focus = 0 if self._ctx: self._files = tuple(self._ctx.files()) else: self._files = () super(ManifestWalker, self).__init__(*args, **kwargs) def get_filename(self): """Return focused file name""" if self._focus < 0: return return self._files[self._focus] def set_filename(self, filename): """change focus element by giving the corresponding file name""" try: focus = self._files.index(filename) except ValueError: # focus on description focus = -1 self.set_focus(focus) filename = property(get_filename, set_filename, None, 'File name under focus.') def __len__(self): return len(self._files) def get_ctx(self): """Return the current context""" return self._ctx def set_ctx(self, ctx, reset_focus=True): """set the current context (obsolete the content)""" self._cached_flags.clear() self._ctx = ctx self._files = tuple(self._ctx.files()) if reset_focus: del self.focus self._modified() ctx = property(get_ctx, set_ctx, None, 'Current changeset context') def get_focus(self): """return (focused widget, position)""" try: return self.data(self._focus), self._focus except IndexError: return None, None def set_focus(self, focus): """set the focused widget giving the position.""" self._focus = focus emit_signal(self, 'focus changed', self.filename) def reset_focus(self): """Reset focus""" if self.manage_description: self._focus = -1 else: self._focus = 0 emit_signal(self, 'focus changed', self.filename) focus = property(lambda self: self._focus, set_focus, reset_focus, 'focus index') def get_prev(self, pos): """return (widget, position) before position `pos` or (None, None)""" focus = pos - 1 try: return self.data(focus), focus except IndexError: return None, None def get_next(self, pos): """return (widget, position) after position `pos` or (None, None)""" focus = pos + 1 try: return self.data(focus), focus except IndexError: return None, None def data(self, focus): """return widget a position `focus`""" if self._ctx is None: raise IndexError('context is None') if (focus < -1) or ((not self.manage_description) and (focus < 0)): raise IndexError(focus) if focus == -1: return AttrWrap(SelectableText('-*- description -*-', align='right', wrap='clip'), 'DEBUG', 'focus') filename = self._files[focus] # Computing the modification flag may take a long time, so cache it. flag = self._cached_flags.get(filename) if flag is None: flag = self._cached_flags.setdefault(filename, self._walker.graph.fileflag(filename, self._ctx.rev())) if not isinstance(flag, str): # I don't know why it could occur :P flag = '?' return AttrWrap(SelectableText(filename, align='right', wrap='clip'), flag, 'focus') def filedata(self, filename): '''return (modification flag, file content)''' if isbfile(filename): filename = bfilepath(filename) graph = self._walker.graph return graph.filedata(filename, self._ctx.rev(), 'diff', flag=self._cached_flags.get(filename)) def clear(self): """clear content""" self._cached_flags.clear() self._files = () del self.focus self._modified() hgview-1.7.1/hgviewlib/curses/helpviewer.py0000644000177600017760000000663312046173467020161 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Module that contains the help body. """ import urwid from urwid import AttrWrap, Text, Padding, ListBox, SimpleListWalker, Divider from hgviewlib.curses import Body, utils, hg_command_map class HelpViewer(Body): """A body to display a help message (or the global program help)""" def __init__(self, messages=None, *args, **kwargs): # cut line ? if messages is not None: contents = [Text(messages)] else: contents = [] #keybindings contents.extend(section('Keybindings')) messages = [] keys = hg_command_map.keys() longest = max(len(key) for key in keys) for name, cmd in hg_command_map.items(): messages.append(('ERROR', name.rjust(longest))) messages.append(('WARNING', ' | ')) messages.append(cmd) messages.append('\n') contents.append(Text(messages)) # mouse contents.extend(section('Mouse')) messages = [('ERROR', 'button 1'), ('WARNING', ' | '), 'Show context\n', ('ERROR', 'button 3'), ('WARNING', ' | '), 'Hide context\n', ('ERROR', 'button 4'), ('WARNING', ' | '), 'Scroll up\n', ('ERROR', 'button 5'), ('WARNING', ' | '), 'Scroll down\n', ] contents.append(Text(messages)) # commands contents.extend(section('Commands List')) messages = [] for name, helpmsg in utils.help_commands(): messages.append(('ERROR', '\ncommand: "%s"\n'%name)) messages.extend(helpmsg) contents.append(Text(messages)) listbox = ListBox(SimpleListWalker(contents)) super(HelpViewer, self).__init__(body=listbox, *args, **kwargs) def mouse_event(self, size, event, button, *args, **kwargs): """Scroll content""" if urwid.util.is_mouse_press(event): if button == 4: self.keypress(size, 'page up') return elif button == 5: self.keypress(size, 'page down') return return super(HelpViewer, self).mouse_event(size, event, button, *args, **kwargs) def section(title): """Return a list of widgets that may used as separators""" contents = [] contents.append(Divider('-')) contents.append(AttrWrap(Padding(Text(title), 'center'), 'CRITICAL')) contents.append(Divider('-')) return contents hgview-1.7.1/hgviewlib/curses/mainframe.py0000644000177600017760000002430212072513146017726 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Module that contains the curses main frame, using urwid, that mimics the vim/emacs interface. +------------------------------------------------+ | | | | | body | | | | | +------------------------------------------------+ | banner | +------------------------------------------------+ | footer | +------------------------------------------------+ * *body* display the main contant * *banner* display some short information on the current program state * *footer* display program logs and it is used as input area """ import urwid import logging import urwid.raw_display from urwid.signals import connect_signal, emit_signal from hgviewlib.curses import helpviewer from hgviewlib.curses import (CommandArg as CA, help_command, register_command, unregister_command, emit_command, connect_command, complete_command, hg_command_map, History) def quitall(): """ usage: quitall Quit the program """ raise urwid.ExitMainLoop() def close(mainframe): """ Close the current buffer """ try: mainframe.pop() except StopIteration: # last body => quit program quitall() class MainFrame(urwid.Frame): """Main console frame that mimic the vim interface. You shall *register_commands* at startup then *unregister_commands* at end. """ def __init__(self, name, body, *args, **kwargs): footer = Footer() self._bodies = {name:body} self._visible = name super(MainFrame, self).__init__(body=body, header=None, footer=footer, *args, **kwargs) connect_signal(footer, 'end command', lambda status: self.set_focus('body')) def register_commands(self): """Register specific command""" register_command(('quit','q'), 'Close the current pane.') register_command(('quitall', 'qa'), 'Quit the program.') register_command(('refresh', 'r'), 'Refresh the display') register_command(('help', 'h'), 'Show the help massage.', CA('command', str, ('command name for which to display the help. ' 'Display the global help if omitted.'))) connect_command('quit', close, args=(self,)) connect_command('quitall', quitall) connect_command('help', self.show_command_help) self.body.register_commands() def unregister_commands(self): """unregister specific commands""" unregister_command('quit') unregister_command('q') unregister_command('quitall') unregister_command('qa') unregister_command('help') unregister_command('h') self.body.unregister_commands() def _get_visible(self): """return the name of the current visible body""" return self._visible def _set_visible(self, name): """modify the visible body giving its name""" self._visible = name self.body = self._bodies[self._visible] visible = property(_get_visible, _set_visible, None, 'name of the visible body') def add(self, name, body): """Add a body to the mainframe and focus on it""" self._bodies[name] = body self.visible = name def pop(self, name=None): """Remove and return a body (default to current). Then focus on the last available or raise StopIteration.""" if name is None: name = self.visible ret = self._bodies.pop(name) self.visible = self._bodies.__iter__().next() return ret def __contains__(self, name): """a.__contains__(b) <=> b in a Return True if `name` corresponds to a managed body """ return name in self._bodies def keypress(self, size, key): """allow subclasses to intercept keystrokes""" key = super(MainFrame, self).keypress(size, key) if key is None: return if hg_command_map[key] == 'command key': emit_signal(self.footer, 'start command', key) self.set_focus('footer') elif hg_command_map[key] == 'close pane': emit_command('quit') else: cmd = hg_command_map[key] if cmd and cmd[0] == '@': emit_command(hg_command_map[key][1:]) else: return key def show_command_help(self, command=None): """ usage: edit [command] Show the help massage of the ``command``. :command: a command name for which to display the help. If omitted, the overall program help is displayed. """ doc = None if command: logging.info(help_command(command)) else: helpbody = helpviewer.HelpViewer(doc) helpbody.title = 'Main help' self.add('help', helpbody) logging.info('":q" to quit.') # better name for header as we use it as banner banner = property(urwid.Frame.get_header, urwid.Frame.set_header, None, 'banner widget') class Footer(urwid.AttrWrap): """Footer widget used to display message and for inputs. """ signals = ['start command', 'end command'] def __init__(self, *args, **kwargs): super(Footer, self).__init__( urwid.Edit('type ":help" for information'), 'INFO', *args, **kwargs) connect_signal(self, 'start command', self.start_command) self.previous_keypress = None self._history = History() self._complete = History() def start_command(self, key): """start looking for user's command""" # just for fun label = {'f5':'command: ', ':':':', 'meta x':'M-x '}[key] self.set('default', label, '') def keypress(self, size, key): "allow subclasses to intercept keystrokes" if hg_command_map[key] == 'validate': self.set('default') cmdline = self.call_command() self._history.append(cmdline) emit_signal(self, 'end command', bool(cmdline)) elif hg_command_map[key] == 'escape': self.set('default', '', '') emit_signal(self, 'end command', False) elif key == 'tab': # hard coded :/ self.complete() elif key == 'up' or key == 'ctrl p': # hard coded :/ self.history(False) elif key == 'down' or key == 'ctrl n': # hard coded :/ self.history(True) else: self.previous_keypress = key return super(Footer, self).keypress(size, key) self.previous_keypress = key def complete(self): """ Lookup for text in the edit area (until the cursor) and complete with available command names (one per call). Calling multiple times consequently will loop over all candidates. """ if self.previous_keypress != 'tab': # hard coded :/ line = self.get_edit_text()[:self.edit_pos] self._complete[:] = History(complete_command(line), line) self._complete.reset_position() if self.complete: self.set_edit_text(self._complete.get_next()) if len(self._complete) == 1: self.set_edit_pos(len(self.edit_text)) def history(self, next=True): """ Recall command from history to the edit area. Calling multiple times consequently will loop over all history entries. """ # keys are hard coded :/ if self.previous_keypress not in ('up', 'down', 'ctrl p', 'ctrl n'): self._history[0] = self.get_edit_text() self._history.reset_position() text = self._history.get_next() if next else self._history.get_prev() self.set_edit_text(text) def set(self, style=None, caption=None, edit=None): '''Set the footer content. :param style: a string that corresponds to a palette entry name :param caption: a string to display in caption :param edit: a string to display in the edit area ''' if style is not None: self.set_attr(style) if caption is not None: self.set_caption(caption) if edit is not None: self.set_edit_text(edit) def call_command(self): ''' Call the command that corresponds to the string given in the edit area ''' cmdline = self.get_edit_text() if not cmdline: self.set('default', '', '') return cmdline = cmdline.strip() if cmdline == '?': cmdline = 'help' elif cmdline.endswith('?'): cmdline = 'help %s' % cmdline[:-1].split(None, 1)[0] elif cmdline.startswith('?'): cmdline = 'help %s' % cmdline[1:].split(None, 1)[0] try: emit_command(cmdline) self.set('INFO') except urwid.ExitMainLoop: # exit, so do not catch this raise except Exception, err: logging.warn(err.__class__.__name__ + ': %s', str(err)) logging.debug('Exception on: "%s"', cmdline, exc_info=True) else: return cmdline hgview-1.7.1/hgviewlib/curses/hgrepoviewer.py0000644000177600017760000004335012072513146020501 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Main curses application for hgview """ try: import pygments from pygments import lexers except ImportError: # pylint: enable=C0103 pygments = None import urwid from urwid import AttrWrap, Pile, Columns, SolidFill, signals from urwid.util import is_mouse_press from mercurial.error import RepoError from hgviewlib.config import HgConfig from hgviewlib.hggraph import HgRepoListWalker from hgviewlib.util import exec_flag_changed, isbfile, tounicode from hgviewlib.curses.graphlog import RevisionsWalker from hgviewlib.curses.manifest import ManifestWalker from hgviewlib.curses import (Body, SourceText, ScrollableListBox, register_command, unregister_command, connect_command, emit_command, CommandArg as CA, hg_command_map) class GraphlogViewer(Body): """Graphlog body""" def __init__(self, walker, *args, **kwargs): self.walker = walker self.graphlog_walker = RevisionsWalker(walker=walker) body = ScrollableListBox(self.graphlog_walker) super(GraphlogViewer, self).__init__(body=body, *args, **kwargs) self.title = walker.repo.root signals.connect_signal(self.graphlog_walker, 'focus changed', self.update_title) wc = walker.repo[None] rev = None if not wc.dirty() and wc.p1().rev() >= 0: # parent of working directory is not nullrev rev = wc.p1().rev() self.graphlog_walker.rev = rev def update_title(self, ctx): """update title depending on the given context ``ctx``.""" if ctx.node() is None: hex_ = 'WORKING DIRECTORY' else: hex_ = str(ctx) self.title = '%(root)s [%(hex)s] %(phase)s' % { 'root':self.walker.repo.root, 'hex':hex_, 'phase':ctx.phasestr()} def register_commands(self): '''Register commands and connect commands for bodies''' cnvt = lambda entry: self.walker.repo[entry].rev() register_command( ('goto', 'g'), 'Set focus on a particular revision', CA('revision', cnvt, 'The revision number to focus on (default to last)')) register_command( ('toggle-hidden',), 'Show/hide hidden changesets',) connect_command('toggle-hidden', self.toggle_hidden) self.graphlog_walker.connect_commands() def unregister_commands(self): '''Unregister commands''' unregister_command('goto') unregister_command('g') def toggle_hidden(self, _current=[]): self.walker.show_hidden = not self.walker.show_hidden emit_command('refresh') def render(self, size, focus=True): '''Render the widget. Always use the focus style.''' return super(GraphlogViewer, self).render(size, True) def mouse_event(self, size, event, button, col, row, focus): """Scroll content and show context""" if urwid.util.is_mouse_press(event): if button == 1: emit_command('show-context') return super(GraphlogViewer, self).mouse_event(size, event, button, col, row, True) class ManifestViewer(Body): """Manifest viewer""" def __init__(self, walker, ctx, *args, **kwargs): self.manifest_walker = ManifestWalker(walker=walker, ctx=ctx, manage_description=True, *args, **kwargs) body = ScrollableListBox(self.manifest_walker) super(ManifestViewer, self).__init__(body=body, *args, **kwargs) signals.connect_signal(self.manifest_walker, 'focus changed', self.update_title) self.title = 'Manifest' def update_title(self, filename): '''update the body title.''' tot = len(self.manifest_walker) if self.manifest_walker.focus < 0: self.title = '%i file%s' % (tot, 's' * (tot > 1)) return cur = self.manifest_walker.focus + 1 self.title = '%i/%i [%i%%]' % (cur, tot, cur*100/tot) def render(self, size, focus=True): '''Render the manifest viewer. Always use the focus style.''' return super(ManifestViewer, self).render(size, True) class SourceViewer(Body): """Source Viewer""" signals = ['translated'] def __init__(self, text, *args, **kwargs): self.text = SourceText(text, wrap='clip') self.position = 0 body = ScrollableListBox([self.text]) super(SourceViewer, self).__init__(body=body, *args, **kwargs) def update_position(self, size): curr, tot = self.body.inset_fraction tot -= size[1] self.position = max(min((curr * 100) / tot, 100), 0) signals.emit_signal(self, 'translated') def keypress(self, size, key): if key.endswith(('up', 'down')): self.update_position(size) super(SourceViewer, self).keypress(size, key) def mouse_event(self, size, event, button, col, row, focus): """Scroll content""" if is_mouse_press(event) and button in (4, 5): self.update_position(size) return super(SourceViewer, self).mouse_event(size, event, button, col, row, focus) class ContextViewer(Columns): """Context viewer (manifest and source)""" signals = ['update source title'] MANIFEST_SIZE = 0.3 def __init__(self, walker, *args, **kwargs): self._walker = walker self._filename = None self.cfg = HgConfig(walker.repo.ui) self.manifest = ManifestViewer(walker=walker, ctx=None) self.manifest_walker = self.manifest.manifest_walker self.source = SourceViewer('') self.source_text = self.source.text self._source_title_cache = '' widget_list = [('weight', 1 - self.MANIFEST_SIZE, self.source), ('fixed', 1, AttrWrap(SolidFill(' '), 'banner')), ('weight', self.MANIFEST_SIZE, self.manifest), ] super(ContextViewer, self).__init__(widget_list=widget_list, *args, **kwargs) signals.connect_signal(self.manifest_walker, 'focus changed', self.update_source) signals.connect_signal(self, 'update source title', self.update_source_title_cache) signals.connect_signal(self.source, 'translated', self.update_source_title) def register_commands(self): """Register commands and commands of bodies""" register_command('set-max-file-size', 'max size of handled file for diff computation, and so on.', CA('size', int, 'octets (-1 means no max size)')) connect_command('set-max-file-size', self.modify_max_file_size) def unregister_commands(self): """Unregister commands and commands of bodies""" unregister_command('set-max-file-size') def modify_max_file_size(self, size): """Modify the max handled file size and update the source content.""" self._walker.graph.maxfilesize = size self.update_source(self._filename) def update_source_title_cache(self, filename, flag): """ Display information about the file in the title of the source body. """ ctx = self.manifest_walker.ctx title = [] if filename is None: title.append(' Description') elif flag == '' or flag == '-': title += [' Removed file: ', ('focus', filename)] else: filectx = ctx.filectx(filename) flag = exec_flag_changed(filectx) if flag: title += [' Exec mode: ', ('focus', flag)] if isbfile(filename): title.append('bfile tracked') renamed = filectx.renamed() if renamed: title += [' Renamed from: ', ('focus', renamed[0])] title += [' File name: ', ('focus', filename)] self._source_title_cache = title self.update_source_title() def update_source_title(self): self.source.title = ['[%s%%]' % self.source.position] + self._source_title_cache def update_source(self, filename): """Update the source content.""" ctx = self.manifest_walker.ctx if ctx is None: return self._filename = filename numbering = False flag = '' if filename is None: # source content is the changeset description wrap = 'space' # Do not cut description and wrap content data = tounicode(ctx.description()) if pygments: lexer = lexers.RstLexer() else: # source content is a file wrap = 'clip' # truncate lines flag, data = self.manifest_walker.filedata(filename) lexer = None # default to inspect filename and/or content if flag == '=' and pygments: # modified => display diff lexer = lexers.DiffLexer() if flag == '=' else None elif flag == '-' or flag == '': # removed => just say it if pygments: lexer = lexers.DiffLexer() data = '- Removed file' elif flag == '+': # Added => display content numbering = True lexer = None signals.delay_emit_signal(self, 'update source title', 0.05, filename, flag) self.source_text.set_wrap_mode(wrap) self.source_text.set_text(data or '') if pygments: self.source_text.lexer = lexer self.source_text.numbering = numbering self.source.body.set_focus_valign('top') # reset offset self.source.position = 0 def keypress(self, size, key): "allow subclasses to intercept keystrokes" widths = self.column_widths(size) maxrow = size[1] if hg_command_map[key] == 'manifest up': _size = widths[2], maxrow self.manifest.keypress(_size, 'up') elif hg_command_map[key] == 'manifest down': _size = widths[2], maxrow self.manifest.keypress(_size, 'down') if hg_command_map[key] == 'source up': _size = widths[0], maxrow self.source.keypress(_size, 'up') elif hg_command_map[key] == 'source down': _size = widths[0], maxrow self.source.keypress(_size, 'down') elif hg_command_map[key] == 'manifest page up': _size = widths[2], maxrow self.manifest.keypress(_size, 'page up') elif hg_command_map[key] == 'manifest page down': _size = widths[2], maxrow self.manifest.keypress(_size, 'page down') if hg_command_map[key] == 'source page up': _size = widths[0], maxrow self.source.keypress(_size, 'page up') elif hg_command_map[key] == 'source page down': _size = widths[0], maxrow self.source.keypress(_size, 'page down') else: return key def clear(self): """Clear content""" self.manifest_walker.clear() self.source_text.set_text('') class RepoViewer(Pile): """Repository viewer (graphlog and context)""" CONTEXT_SIZE = 0.5 def __init__(self, repo, *args, **kwargs): if repo.root is None: raise RepoError("There is no Mercurial repository here (.hg not found)!") self.repo = repo self.cfg = HgConfig(repo.ui) self._show_context = 0 # O:hide, 1:half, 2:maximized self.refreshing = False # flag to now if the repo is refreshing self._walker = HgRepoListWalker(repo) self.graphlog = GraphlogViewer(walker=self._walker) self.context = ContextViewer(walker=self._walker) widget_list = [('weight', 1 - self.CONTEXT_SIZE, self.graphlog),] super(RepoViewer, self).__init__(widget_list=widget_list, focus_item=0, *args, **kwargs) if self.cfg.getContentAtStartUp(): self.show_context() def update_context(self, ctx): """Change the current displayed context""" self.context.manifest_walker.set_ctx(ctx, reset_focus=(not self.refreshing)) def register_commands(self): """Register commands and commands of bodies""" register_command('hide-context', 'Hide context pane.') register_command('show-context', 'Show context pane.', CA('height', float, 'Relative height [0-1] of the context pane.')) register_command('maximize-context', 'Maximize context pane.') self.graphlog.register_commands() self.context.register_commands() connect_command('hide-context', self.hide_context) connect_command('show-context', self.show_context) connect_command('maximize-context', self.maximize_context) connect_command('refresh', self.refresh) def unregister_commands(self): """Unregister commands and commands of bodies""" self.graphlog.unregister_commands() self.context.unregister_commands() def refresh(self): graphlog_walker = self.graphlog.graphlog_walker manifest_walker = self.context.manifest_walker self.refreshing = True rev = graphlog_walker.rev filename = manifest_walker.filename self._walker.setRepo() try: graphlog_walker.set_rev(rev) # => focus changed => update_context except AttributeError: # rev stripped graphlog_walker.rev = None manifest_walker.filename = filename self.refreshing = False def hide_context(self): ''' hide the context widget''' if self._show_context == 0: # already hidden return self._deactivate_context() self.item_types[:] = [('weight', 1)] self.widget_list[:] = [self.graphlog] self._show_context = 0 def maximize_context(self): '''hide the graphlog widget''' if self._show_context == 2: # already maximized return self._activate_context() self.item_types[:] = [('weight', 1)] self.widget_list[:] = [self.context] self._show_context = 2 def show_context(self, height=None): '''show context and graphlog widgets''' if self._show_context == 1: # already half return self._activate_context() if height is None: height = self.CONTEXT_SIZE self.item_types[:] = [('weight', 1 - height), ('weight', height),] self.widget_list[:] = [self.graphlog, self.context] self._show_context = 1 def _activate_context(self): context_walker = self.context.manifest_walker graphlog_ctx = self.graphlog.graphlog_walker.get_ctx() if context_walker.ctx != graphlog_ctx: self.update_context(graphlog_ctx) signals.connect_signal(self.graphlog.graphlog_walker, 'focus changed', self.update_context) def _deactivate_context(self): signals.disconnect_signal(self.graphlog.graphlog_walker, 'focus changed', self.update_context) def keypress(self, size, key): "allow subclasses to intercept keystrokes" if self._show_context == 0 and hg_command_map[key] == 'validate': self.show_context() return if hg_command_map[key] == 'close pane' and self._show_context > 0: # allows others to catch 'close pane' self.hide_context() return if self._show_context < 2: if hg_command_map[key] == 'graphlog up': _size = self.get_item_size(size, 0, True) self.graphlog.keypress(_size, 'up') return if hg_command_map[key] == 'graphlog down': _size = self.get_item_size(size, 0, True) self.graphlog.keypress(_size, 'down') return if hg_command_map[key] == 'graphlog page up': _size = self.get_item_size(size, 0, True) self.graphlog.keypress(_size, 'page up') return if hg_command_map[key] == 'graphlog page down': _size = self.get_item_size(size, 0, True) self.graphlog.keypress(_size, 'page down') return if self._show_context > 0: idx = 1 if self._show_context == 1 else 0 _size = self.get_item_size(size, idx, True) return self.context.keypress(_size, key) return key def mouse_event(self, size, event, button, col, row, focus): """Hide context""" if urwid.util.is_mouse_press(event): if button == 3: emit_command('hide-context') return return super(RepoViewer, self).mouse_event(size, event, button, col, row, focus) hgview-1.7.1/hgviewlib/curses/utils.py0000644000177600017760000003077012072513146017135 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ A Module that contains usefull utilities. """ import shlex import fnmatch from urwid.command_map import CommandMap from hgviewlib.curses.exceptions import UnknownCommand, RegisterCommandError __all__ = ['register_command', 'unregister_command', 'connect_command', 'disconnect_command', 'emit_command', 'help_command', 'complete_command', 'CommandArg', 'hg_command_map', 'History', ] # ____________________________________________________________________ commands class CommandArg(object): def __init__(self, name, parser, help): self.name = name self.parser = parser self.help = help class Commands(object): """A class that handle commands using a signal-like system. * You shall *register* a command before using it. * Then you may want to *connect* callbacks to commands and call. * They will be processed while *emitting* the cammands. * Note that you can pick up *help* about commands. You can fix callback arguments when connecting and/or emmitting a command. Emit method accept a command line string. This command line can only be a command name if all arguments for all callbacks have been fixed (or if they are optionals). Otherwise the command options can be automatically parsed by giving `CommandArg`s to register. """ def __init__(self): self._args = {} self._helps = {} self._calls = {} def register(self, names, help, *args): """Register a command to make it available for connecting/emitting. :names: the command name or a list of aliases. :args: `CommandArg` instances. >>> from hgviewlib.curses import utils >>> import urwid >>> args = (utils.CommandArg('arg1', int, 'argument1'), ... utils.CommandArg('arg2', float, 'argument2'),) >>> utils.register_command('foo', 'A command', *args) >>> out = utils.unregister_command('foo') """ if isinstance(names, str): names = [names] for name in names: if name in self._helps: raise RegisterCommandError( 'Command "%s" already registered' % name) for arg in args: if not isinstance(arg, CommandArg): raise RegisterCommandError( 'Command arguments description type must be a CommandArg') calls = [] # all points to the same values for name in names: self._args[name] = args self._helps[name] = help self._calls[name] = calls def __contains__(self, name): """Do not use""" return name in self._helps def unregister(self, name): """Unregister a command.""" if name not in self: return help = self._helps.pop(name) args = self._args.pop(name) calls = self._calls.pop(name) return help, args, calls def connect(self, name, callback, args=None, kwargs=None): """Disconnect the ``callback`` associated to the given ``args`` and ``kwargs`` from the command ``name``. See documentation of ``emit_command`` for details about ``args`` and ``kwarg``. """ if name not in self: raise RegisterCommandError( 'You must register the command "%s" before connecting a callback.' % name) if args is None: args = () if kwargs is None: kwargs = {} self._calls[name].append((callback, args, kwargs)) def disconnect(self, name, callback, args=None, kwargs=None): """Disconnect the ``callback`` associated to the given ``args`` and ``kwargs`` from the command ``name``. >>> from hgviewlib.curses import utils >>> utils.register_command('foo', 'A command') >>> func = lambda *a, **k: True >>> utils.connect_command('foo', func, (1,2), {'a':0}) >>> utils.disconnect_command('foo', func, (1,2), {'a':0}) >>> out = utils.unregister_command('foo') """ if args is None: args = () if kwargs is None: kwargs = {} try: self._calls[name].remove((callback, args, kwargs)) except KeyError: raise RegisterCommandError('Command not registered: %s' % name) except ValueError: raise RegisterCommandError('Callbacks not connected.') def emit(self, cmdline, args=None, kwargs=None): """Call all callbacks connected to the command previously registered. Callbacks are processed as following:: registered_callback(*args, **kwargs) where ``args = connect_args + emit_args + commandline_args`` and ``kwargs = connect_kwargs.copy(); kwargs.update(emit_kwargs)`` :cmdline: a string that contains the complete command line. :return: True is a callback return True, else False """ result = False name, rawargs = (cmdline.strip().split(None, 1) + [''])[:2] if not name in self: raise UnknownCommand(name) cmdargs = [] if rawargs and self._args[name]: data = self._args[name] # shlex does not support unicode, so we have to encode/decode the # command line arguments = (item.decode('utf-8') for item in shlex.split(rawargs.encode('utf-8'))) for idx, arg in enumerate(arguments): try: parser = data[idx].parser except IndexError: parser = str cmdargs.append(parser(arg)) cmdargs = tuple(cmdargs) result = False for _func_, _args_, _kwargs_ in self._calls[name]: ags = _args_ + (args or ()) + cmdargs kws = _kwargs_.copy() kws.update(kwargs or {}) result |= bool(_func_(*ags, **kws)) return result def help(self, name): """Return help for command ``name`` suitable for urwid.Text. >>> from hgviewlib.curses import utils >>> import urwid >>> args = (utils.CommandArg('arg1', int, 'argument1'), ... utils.CommandArg('arg2', float, 'argument2'),) >>> utils.register_command('foo', 'A command', *args) >>> data = urwid.Text(utils.help_command('foo')).render((20,)).text >>> print '|%s|' % '|\\n|'.join(data) |usage: foo arg1 arg2| |A command | |:arg1: argument1 | |:arg2: argument2 | | | >>> out = utils.unregister_command('foo') """ if name not in self._helps: raise RegisterCommandError( 'Unknown command "%s"' % name) help = self._helps[name] args = self._args[name] message = [('default', 'usage: '), ('WARNING', name)] \ + [('DEBUG', ' ' + a.name) for a in args] \ + [('default', '\n%s\n' % help)] for arg in args: message.append(('default', ':')) message.append(('DEBUG', arg.name)) message.append(('default', ': ')) message.append(arg.help + '\n') return message def helps(self): """Return a generator that gives (name, help) for each command""" for name in sorted(self._helps.keys()): yield name, self.help(name) def complete(self, line): """ Return command name candidates that complete ``line``. It uses fnmatch to match candidates, so ``line`` may contains wildcards. """ if not line: return self._helps.keys() line = tuple(line.split(None, 1)) out = line if len(line) == 1: cmd = line[0] + '*' return tuple(sorted(fnmatch.filter(self._args, cmd))) # Instanciate a Commands object to handle command from a global scope. #pylint: disable=C0103 _commands = Commands() register_command = _commands.register unregister_command = _commands.unregister connect_command = _commands.connect disconnect_command = _commands.disconnect emit_command = _commands.emit help_command = _commands.help help_commands = _commands.helps complete_command = _commands.complete #pylint: enable=C0103 class History(list): def __init__(self, list=None, current=None): super(History, self).__init__(list or ()) self.insert(0, current) self.position = 0 def get(self, position, default=None): """ Return the history entry at `position` or `default` if not found. """ try: return self[position] except IndexError: return default def get_next(self, default=None): """Return the next entry of the history""" self.position += 1 self.position %= len(self) return self.get(self.position, default) def get_prev(self, default=None): """Return the previous entry of the history""" self.position -= 1 self.position %= len(self) return self.get(self.position, default) def reset_position(self): """reset the position of the history pointer""" self.position = 0 def set_current(self, current): self[0] = current # _________________________________________________________________ command map class HgCommandMap(object): """Map keys to more explicit action names.""" _command_defaults = ( ('f1', '@help'), ('enter', 'validate'), ('m', '@maximize-context'), ('.', '@toggle-hidden'), # Qt interface ('f5', 'command key'), ('esc', 'escape'), ('ctrl l', '@refresh'), ('ctrl w', 'close pane'), ('up', 'graphlog up'), ('down', 'graphlog down'), ('left', 'manifest up'), ('right', 'manifest down'), ('meta up', 'source up'), ('meta down', 'source down'), ('page up', 'graphlog page up'), ('page down', 'graphlog page down'), ('home', 'manifest page up'), ('end', 'manifest page down'), ('insert', 'source page up'), ('delete', 'source page down'), # vim interface (':', 'command key'), #'esc','escape', already set in Qt interface ('r', '@refresh'), ('q', 'close pane'), ('k', 'graphlog up'), ('j', 'graphlog down'), ('h', 'manifest up'), ('l', 'manifest down'), ('p', 'source up'), ('n', 'source down'), ('K', 'graphlog page up'), ('J', 'graphlog page down'), ('H', 'manifest page up'), ('L', 'manifest page down'), ('P', 'source page up'), ('N', 'source page down'), # emacs interface ('meta x', 'command key'), ('ctrl g', 'escape'), ('ctrl v', '@refresh'), ('ctrl k', 'close pane'), ('ctrl p', 'graphlog up'), ('ctrl n', 'graphlog down'), ('ctrl b', 'manifest up'), ('ctrl f', 'manifest down'), ('ctrl a', 'source up'), ('ctrl e', 'source down'), ('meta p', 'graphlog page up'), ('meta n', 'graphlog page down'), ('meta b', 'manifest page up'), ('meta f', 'manifest page down'), ('meta a', 'source page up'), ('meta e', 'source page down'), ) def __init__(self): self._map = dict(self._command_defaults) def __getitem__(self, key): """a.__getitem__(key) <=> a[key] return an explicit name associated to the key or None if not found. """ return self._map.get(key) def items(self): """return the list of (registered keys, associated name)""" return self._command_defaults def keys(self): """return the list of registered keys""" return self._map.keys() hg_command_map = HgCommandMap() hgview-1.7.1/hgviewlib/__pkginfo__.py0000644000177600017760000000416012101516757016720 0ustar pyvespyves# pylint: disable=W0622 # coding: iso-8859-1 # 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, see . """Copyright (c) 2000-2012 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr """ import glob distname = modname = 'hgview' numversion = (1, 7, 1) version = '.'.join([str(num) for num in numversion]) license = 'GPL' copyright = '''Copyright 2007-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. http://www.logilab.fr/ -- mailto:contact@logilab.fr''' classifiers = ['Development Status :: 4 - Beta', 'Environment :: X11 Applications :: Qt', 'Environment :: Win32 (MS Windows)', 'Environment :: MacOS X', 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Version Control', ] description = "a Mercurial interactive history viewer" author = "Logilab" author_email = 'python-projects@lists.logilab.org' # TODO - publish web = "http://www.logilab.org/projects/%s" % modname ftp = "ftp://ftp.logilab.org/pub/%s" % modname mailinglist = "mailto://python-projects@lists.logilab.org" scripts = ['bin/hgview'] debian_name = 'hgview' debian_maintainer = 'Alexandre Fayolle' debian_maintainer_email = 'afayolle@debian.org' pyversions = ["2.5"] debian_handler = 'python-dep-standalone' from os.path import join include_dirs = [] data_files = [] hgview-1.7.1/hgviewlib/decorators.py0000644000177600017760000000100212046173467016631 0ustar pyvespyves# -*- coding: utf-8 -*- """ Some useful decorator functions """ import time def timeit(func): """Decorator used to time the execution of a function""" def timefunc(*args, **kwargs): """wrapper""" t_1 = time.time() t_2 = time.clock() res = func(*args, **kwargs) t_3 = time.clock() t_4 = time.time() print "%s: %.2fms (time) %.2fms (clock)" % \ (func.func_name, 1000*(t_3 - t_2), 1000*(t_4 - t_1)) return res return timefunc hgview-1.7.1/hgviewlib/qt4/0000775000177600017760000000000012101526244014616 5ustar pyvespyveshgview-1.7.1/hgviewlib/qt4/lexers.py0000644000177600017760000001134212046173470016500 0ustar pyvespyvesimport re from PyQt4 import QtCore, QtGui, Qsci, uic from PyQt4.QtCore import Qt class _LexerSelector(object): _lexer = None def match(self, filename, filedata): return False def lexer(self, cfg=None): """ Return a configured instance of the lexer """ return self.cfg_lexer(self._lexer(), cfg) #pylint: disable=E1102 def cfg_lexer(self, lexer, cfg=None): if cfg: font = QtGui.QFont() fontstr = cfg.getFont() font.fromString(fontstr) size = cfg.getFontSize() else: font = QtGui.QFont('Monospace') size = 9 font.setPointSize(size) lexer.setFont(font, -1) return lexer class _FilenameLexerSelector(_LexerSelector): """ Base class for lexer selector based on file name matching """ extensions = () def match(self, filename, filedata): filename = filename.lower() for ext in self.extensions: if filename.endswith(ext): return True return False class _ScriptLexerSelector(_FilenameLexerSelector): """ Base class for lexer selector based on content pattern matching """ regex = None headersize = 3 def match(self, filename, filedata): if super(_ScriptLexerSelector, self).match(filename, filedata): return True if self.regex: for line in filedata.splitlines()[:self.headersize]: if len(line)<1000 and self.regex.match(line): return True return False class PythonLexerSelector(_ScriptLexerSelector): extensions = ('.py', '.pyw') _lexer = Qsci.QsciLexerPython regex = re.compile(r'^#[!].*python') class BashLexerSelector(_ScriptLexerSelector): extensions = ('.sh', '.bash') _lexer = Qsci.QsciLexerBash regex = re.compile(r'^#[!].*sh') class PerlLexerSelector(_ScriptLexerSelector): extensions = ('.pl', '.perl') _lexer = Qsci.QsciLexerPerl regex = re.compile(r'^#[!].*perl') class RubyLexerSelector(_ScriptLexerSelector): extensions = ('.rb', '.ruby') _lexer = Qsci.QsciLexerRuby regex = re.compile(r'^#[!].*ruby') class LuaLexerSelector(_ScriptLexerSelector): extensions = ('.lua', ) _lexer = Qsci.QsciLexerLua regex = None class CppLexerSelector(_FilenameLexerSelector): extensions = ('.c', '.cpp', '.cxx', '.h', '.hpp', '.hxx') _lexer = Qsci.QsciLexerCPP class CSSLexerSelector(_FilenameLexerSelector): extensions = ('.css',) _lexer = Qsci.QsciLexerCSS class HTMLLexerSelector(_FilenameLexerSelector): extensions = ('.htm', '.html', '.xhtml', '.xml') _lexer = Qsci.QsciLexerHTML class MakeLexerSelector(_FilenameLexerSelector): extensions = ('.mk', 'makefile') _lexer = Qsci.QsciLexerMakefile class SQLLexerSelector(_FilenameLexerSelector): extensions = ('.sql',) _lexer = Qsci.QsciLexerSQL class JSLexerSelector(_FilenameLexerSelector): extensions = ('.js',) _lexer = Qsci.QsciLexerJavaScript class JavaLexerSelector(_FilenameLexerSelector): extensions = ('.java',) _lexer = Qsci.QsciLexerJava class TeXLexerSelector(_FilenameLexerSelector): extensions = ('.tex', '.latex',) _lexer = Qsci.QsciLexerTeX class DiffLexerSelector(_ScriptLexerSelector): extensions = () _lexer = Qsci.QsciLexerDiff regex = re.compile(r'^@@ [-]\d+,\d+ [+]\d+,\d+ @@$') def cfg_lexer(self, lexer, cfg=None): """ Return a configured instance of the lexer """ if cfg: lexer.setDefaultPaper(QtGui.QColor(cfg.getDiffBGColor())) lexer.setColor(QtGui.QColor(cfg.getDiffFGColor()), -1) lexer.setColor(QtGui.QColor(cfg.getDiffPlusColor()), 6) lexer.setColor(QtGui.QColor(cfg.getDiffMinusColor()), 5) lexer.setColor(QtGui.QColor(cfg.getDiffSectionColor()), 4) font = QtGui.QFont() fontstr = cfg.getFont() font.fromString(fontstr) size = cfg.getFontSize() else: font = QtGui.QFont('Monospace') size = 9 font.setPointSize(size) lexer.setFont(font, -1) bfont = QtGui.QFont(font) bfont.setBold(True) lexer.setFont(bfont, 5) lexer.setFont(bfont, 6) return lexer lexers = [cls() for clsname, cls in globals().items() if not clsname.startswith('_') and isinstance(cls, type) and \ issubclass(cls, (_LexerSelector, _FilenameLexerSelector, _ScriptLexerSelector))] def get_lexer(filename, filedata, fileflag=None, cfg=None): if fileflag == "=": return DiffLexerSelector().lexer(cfg) for lselector in lexers: if lselector.match(filename, filedata): return lselector.lexer(cfg) return None hgview-1.7.1/hgviewlib/qt4/__init__.py0000644000177600017760000000555012072513146016736 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . # # make sure the Qt rc files are converted into python modules, then load them # this must be done BEFORE other hgqv qt4 modules are loaded. import os import os.path as osp import sys import datetime as dt def should_rebuild(srcfile, pyfile): return not osp.isfile(pyfile) or osp.isfile(srcfile) and \ osp.getmtime(pyfile) < osp.getmtime(srcfile) # automatically load resource module, creating it on the fly if # required curdir = osp.dirname(__file__) pyfile = osp.join(curdir, "hgqv_rc.py") rcfile = osp.join(curdir, "hgqv.qrc") if should_rebuild(rcfile, pyfile): if os.system('pyrcc4 %s -o %s' % (rcfile, pyfile)): print "ERROR: Cannot convert the resource file '%s' into a python module." % rcfile print "Please check the PyQt 'pyrcc4' tool is installed, or do it by hand running:" print "pyrcc4 %s -o %s" % (rcfile, pyfile) # load icons from resource and store them in a dict, no matter their # extension (.svg or .png) from PyQt4 import QtCore from PyQt4 import QtGui, uic connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL Qt = QtCore.Qt import hgqv_rc _icons = {} def _load_icons(): t = dt.date.today() x = t.month == 12 and t.day in (24,25) d = QtCore.QDir(':/icons') for icn in d.entryList(): name, ext = osp.splitext(str(icn)) if name not in _icons or ext == ".svg": _icons[name] = QtGui.QIcon(':/icons/%s' % icn) if x: for name in _icons: if name.endswith('_x'): _icons[name[:-2]] = _icons[name] def icon(name): """ Return a QIcon for the resource named 'name.(svg|png)' (the given 'name' parameter must *not* provide the extension). """ if not _icons: _load_icons() return _icons.get(name) # dirty hack to please PyQt4 uic import hgrepoview, hgfileview sys.modules['hgrepoview'] = hgrepoview sys.modules['hgfileview'] = hgfileview sys.modules['hgqv_rc'] = hgqv_rc def setup_font_substitutions(): # be sure monospace default font for diffs have a decent substitution # on MacOS QtGui.QFont.insertSubstitutions('monospace', ['monaco', 'courier new']) hgview-1.7.1/hgviewlib/qt4/helpviewer.ui0000644000177600017760000000262512046173470017341 0ustar pyvespyves Dialog 0 0 400 300 Dialog Qt::Horizontal QDialogButtonBox::Close buttonBox accepted() Dialog accept() 248 254 157 274 buttonBox rejected() Dialog reject() 316 260 286 274 hgview-1.7.1/hgviewlib/qt4/application.py0000644000177600017760000000353012046173470017501 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Application utilities. """ import sys from hgrepoviewer import FileViewer, FileDiffViewer, HgRepoViewer, ManifestViewer from hgviewlib.application import HgViewApplication from PyQt4 import QtGui class HgViewQtApplication(HgViewApplication): """ HgView application using Qt. """ FileViewer = FileViewer FileDiffViewer = FileDiffViewer HgRepoViewer = HgRepoViewer ManifestViewer = ManifestViewer def __init__(self, *args, **kwargs): # This import is critical for qt initialization (at least on Mac os X) import hgviewlib.qt4.hgqv_rc # make Ctrl+C works import signal signal.signal(signal.SIGINT, signal.SIG_DFL) app = QtGui.QApplication(sys.argv) from hgviewlib.qt4 import setup_font_substitutions setup_font_substitutions() super(HgViewQtApplication, self).__init__(*args, **kwargs) self.app = app def exec_(self): self.viewer.show() #pylint: disable=E1103 if '--profile' in sys.argv or '--time' in sys.argv: return 0 return self.app.exec_() hgview-1.7.1/hgviewlib/qt4/hgfileview.py0000644000177600017760000006343612072513146017337 0ustar pyvespyves# Copyright (c) 2009-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 high level widgets for hg repo changelogs and filelogs """ import sys import difflib from mercurial.node import hex, short as short_hex, bin as short_bin from mercurial import util try: from mercurial.error import LookupError except ImportError: from mercurial.revlog import LookupError from PyQt4 import QtCore, QtGui, Qsci Qt = QtCore.Qt connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL nullvariant = QtCore.QVariant() from hgviewlib.decorators import timeit from hgviewlib.util import exec_flag_changed, isbfile, bfilepath from hgviewlib.config import HgConfig from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgfiledialog import FileViewer, FileDiffViewer from hgviewlib.qt4.hgmanifestdialog import ManifestViewer from hgviewlib.qt4.quickbar import QuickBar from hgviewlib.qt4.lexers import get_lexer from hgviewlib.qt4.blockmatcher import BlockList qsci = Qsci.QsciScintilla class Annotator(qsci): # we use a QScintilla for the annotator cause it makes # it much easier to keep the text area and the annotator sync # (same font rendering etc). However, it have the drawback of making much # more difficult to implement things like QTextBrowser.anchorClicked, which # would have been nice to directly go to the annotated revision... def __init__(self, textarea, parent=None): qsci.__init__(self, parent) self.setFrameStyle(0) self.setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setReadOnly(True) self.sizePolicy().setControlType(QtGui.QSizePolicy.Slider) self.setMinimumWidth(20) self.setMaximumWidth(40) # XXX TODO make this computed self.setFont(textarea.font()) self.setMarginWidth(0, '') self.setMarginWidth(1, '') self.SendScintilla(qsci.SCI_SETCURSOR, 2) self.SendScintilla(qsci.SCI_SETCARETSTYLE, 0) # used to set a background color for every annotating rev N = 32 self.markers = [] for i in range(N): marker = self.markerDefine(qsci.Background) color = 0x7FFF00 + (i-N/2)*256/N*256*256 - i*256/N*256 + i*256/N self.SendScintilla(qsci.SCI_MARKERSETBACK, marker, color) self.markers.append(marker) connect(textarea.verticalScrollBar(), SIGNAL('valueChanged(int)'), self.verticalScrollBar().setValue) def setFilectx(self, fctx): self.fctx = fctx ann = [f.rev() for f, line in fctx.annotate(follow=True)] self.setText('\n'.join(map(str, ann))) allrevs = list(sorted(set(ann))) for i, rev in enumerate(ann): idx = allrevs.index(rev) self.markerAdd(i, self.markers[idx % len(self.markers)]) class HgQsci(qsci): def __init__(self, *args, **kwargs): super(HgQsci, self).__init__(*args, **kwargs) self.createActions() def _action_defs(self): return [ ("diffmode", self.tr("Diff mode"), 'diffmode' , self.tr('Enable/Disable Diff mode'), None, None), ("annmode", self.tr("Annotate mode"), None, self.tr('Enable/Disable Annotate mode'), None, None), ("next", self.tr('Next hunk'), 'down', self.tr('Jump to the next hunk'), Qt.ALT + Qt.Key_Down, None), ("prev", self.tr('Prior hunk'), 'up', self.tr('Jump to the previous hunk'), Qt.ALT + Qt.Key_Up, None), ("show-big-file", self.tr('Display heavy file'), 'heavy', self.tr('Display file Content even if it is marked as too big' '[config: maxfilesize]'), None, None), ] def createActions(self): self._actions = {} for name, desc, icon, tip, key, cb in self._action_defs(): act = QtGui.QAction(desc, self) if icon: act.setIcon(geticon(icon)) if tip: act.setStatusTip(tip) if key: act.setShortcut(key) if cb: connect(act, SIGNAL('triggered()'), cb) self._actions[name] = act self.addAction(act) self._actions['diffmode'].setCheckable(True) self._actions['annmode'].setCheckable(True) self._actions['show-big-file'].setCheckable(True) def contextMenuEvent(self, event): menu = QtGui.QMenu(self) for act in [None, 'diffmode', 'prev', 'next', None, 'show-big-file']: if act: menu.addAction(self._actions[act]) else: menu.addSeparator() menu.exec_(event.globalPos()) class HgFileView(QtGui.QFrame): def __init__(self, parent=None): QtGui.QFrame.__init__(self, parent) framelayout = QtGui.QVBoxLayout(self) framelayout.setContentsMargins(0,0,0,0) framelayout.setSpacing(0) l = QtGui.QHBoxLayout() l.setContentsMargins(0,0,0,0) l.setSpacing(0) self.topLayout = QtGui.QVBoxLayout() self.filenamelabel = QtGui.QLabel() self.filenamelabel.setWordWrap(True) self.filenamelabel.setTextInteractionFlags( QtCore.Qt.TextSelectableByKeyboard| QtCore.Qt.TextSelectableByMouse) self.execflaglabel = QtGui.QLabel() self.execflaglabel.setWordWrap(True) self.topLayout.addWidget(self.filenamelabel) self.topLayout.addWidget(self.execflaglabel) self.execflaglabel.hide() framelayout.addLayout(self.topLayout) framelayout.addLayout(l, 1) self.sci = HgQsci(self) self.sci.setFrameStyle(0) l.addWidget(self.sci, 1) self.sci.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn) self.sci.setReadOnly(True) self.sci.SendScintilla(qsci.SCI_SETCARETSTYLE, 0) # margin 1 is used for line numbers self.sci.setMarginLineNumbers(1, True) self.sci.setMarginWidth(1, '000') self.sci.SendScintilla(qsci.SCI_INDICSETSTYLE, 8, qsci.INDIC_ROUNDBOX) self.sci.SendScintilla(qsci.SCI_INDICSETUNDER, 8, True) self.sci.SendScintilla(qsci.SCI_INDICSETFORE, 8, 0xBBFFFF) self.sci.SendScintilla(qsci.SCI_INDICSETSTYLE, 9, qsci.INDIC_ROUNDBOX) self.sci.SendScintilla(qsci.SCI_INDICSETUNDER, 9, True) self.sci.SendScintilla(qsci.SCI_INDICSETFORE, 9, 0x58A8FF) # hide margin 0 (markers) self.sci.SendScintilla(qsci.SCI_SETMARGINTYPEN, 0, 0) self.sci.SendScintilla(qsci.SCI_SETMARGINWIDTHN, 0, 0) # define markers for colorize zones of diff self.markerplus = self.sci.markerDefine(qsci.Background) self.sci.SendScintilla(qsci.SCI_MARKERSETBACK, self.markerplus, 0xB0FFA0) self.markerminus = self.sci.markerDefine(qsci.Background) self.sci.SendScintilla(qsci.SCI_MARKERSETBACK, self.markerminus, 0xA0A0FF) self.markertriangle = self.sci.markerDefine(qsci.Background) self.sci.SendScintilla(qsci.SCI_MARKERSETBACK, self.markertriangle, 0xFFA0A0) ll = QtGui.QVBoxLayout() ll.setContentsMargins(0, 0, 0, 0) ll.setSpacing(0) l.insertLayout(0, ll) ll2 = QtGui.QHBoxLayout() ll2.setContentsMargins(0, 0, 0, 0) ll2.setSpacing(0) ll.addLayout(ll2) # used to fill height of the horizontal scroll bar w = QtGui.QWidget(self) ll.addWidget(w) self._spacer = w self.blk = BlockList(self) self.blk.linkScrollBar(self.sci.verticalScrollBar()) ll2.addWidget(self.blk) self.blk.setVisible(False) self.ann = Annotator(self.sci, self) ll2.addWidget(self.ann) self.ann.setVisible(False) self._model = None self._ctx = None self._filename = None self._annotate = False self._find_text = None self._mode = "diff" # can be 'diff' or 'file' self.filedata = None self.timer = QtCore.QTimer() self.timer.setSingleShot(False) self.connect(self.timer, QtCore.SIGNAL("timeout()"), self.idle_fill_files) self.connect(self.sci._actions['diffmode'], SIGNAL('toggled(bool)'), self.setMode) self.connect(self.sci._actions['annmode'], SIGNAL('toggled(bool)'), self.setAnnotate) self.connect(self.sci._actions['prev'], SIGNAL('triggered()'), self.prevDiff) self.connect(self.sci._actions['next'], SIGNAL('triggered()'), self.nextDiff) self.connect(self.sci._actions['show-big-file'], SIGNAL('toggled(bool)'), self.showBigFile) self.sci._actions['diffmode'].setChecked(True) def resizeEvent(self, event): QtGui.QFrame.resizeEvent(self, event) h = self.sci.horizontalScrollBar().height() self._spacer.setMinimumHeight(h) self._spacer.setMaximumHeight(h) def showBigFile(self, state): """Force displaying the content related to a file considered previously as too big. """ if not self._model.graph: return if not state: self._model.graph.maxfilesize = self.cfg.getMaxFileSize() else: self._model.graph.maxfilesize = -1 self.displayFile() def setMode(self, mode): if isinstance(mode, bool): mode = ['file', 'diff'][mode] assert mode in ('diff', 'file') self.sci._actions['annmode'].setEnabled(not mode) self.sci._actions['next'].setEnabled(not mode) self.sci._actions['prev'].setEnabled(not mode) if mode != self._mode: self._mode = mode self.blk.setVisible(self._mode == 'file') self.ann.setVisible(self._mode == 'file' and self._annotate) self.displayFile() def setAnnotate(self, ann): self._annotate = ann if ann: self.displayFile() def setModel(self, model): # XXX we really need only the "Graph" instance self._model = model self.cfg = HgConfig(self._model.repo.ui) if self._model.graph: is_show_big_file = self._model.graph.maxfilesize < 0 else: is_show_big_file = self.cfg.getMaxFileSize() self.sci._actions['show-big-file'].setChecked(is_show_big_file) self.sci.clear() def setContext(self, ctx): self._ctx = ctx self._p_rev = None self.sci.clear() def rev(self): return self._ctx.rev() def filename(self): return self._filename def displayDiff(self, rev): if rev != self._p_rev: self.displayFile(rev=rev) def displayFile(self, filename=None, rev=None): if filename is None: filename = self._filename self._realfilename = filename if isbfile(filename): self._filename = bfilepath(filename) else: self._filename = filename if rev is not None: self._p_rev = rev self.emit(SIGNAL('revForDiffChanged'), rev) self.sci.clear() self.ann.clear() self.filenamelabel.setText(" ") self.execflaglabel.clear() if filename is None: return try: filectx = self._ctx.filectx(self._realfilename) except LookupError: # occur on deleted files return if self._mode == 'diff' and self._p_rev is not None: mode = self._p_rev else: mode = self._mode flag, data = self._model.graph.filedata(filename, self._ctx.rev(), mode) if flag == '-': return if flag == '': return lexer = get_lexer(filename, data, flag, self.cfg) if flag == "+": nlines = data.count('\n') self.sci.setMarginWidth(1, str(nlines)+'0') self.sci.setLexer(lexer) self._cur_lexer = lexer if data not in ('file too big', 'binary file'): self.filedata = data else: self.filedata = None flag = exec_flag_changed(filectx) if flag: self.execflaglabel.setText("exec mode has been %s" % flag) self.execflaglabel.show() else: self.execflaglabel.hide() labeltxt = '' if isbfile(self._realfilename): labeltxt += '[bfile tracked] ' labeltxt += "%s" % self._filename if self._p_rev is not None: labeltxt += ' (diff from rev %s)' % self._p_rev renamed = filectx.renamed() if renamed: labeltxt += ' (renamed from %s)' % bfilepath(renamed[0]) self.filenamelabel.setText(labeltxt) self.sci.setText(data) if self._find_text: self.highlightSearchString(self._find_text) self.sci._actions['prev'].setEnabled(False) self.updateDiffDecorations() if self._mode == 'file' and self._annotate: if filectx.rev() is None: # XXX hide also for binary files self.ann.setVisible(False) else: self.ann.setVisible(self._annotate) if lexer is not None: self.ann.setFont(lexer.font(0)) else: self.ann.setFont(self.sci.font()) self.ann.setFilectx(filectx) return True def updateDiffDecorations(self): """ Recompute the diff and starts the timer responsible for filling diff decoration markers """ self.blk.clear() if self._mode == 'file' and self.filedata is not None: if self.timer.isActive(): self.timer.stop() parent = self._model.graph.fileparent(self._filename, self._ctx.rev()) if parent is None: return m = self._ctx.filectx(self._filename).renamed() if m: pfilename, pnode = m else: pfilename = self._filename _, parentdata = self._model.graph.filedata(pfilename, parent, 'file') if parentdata is not None: filedata = self.filedata.splitlines() parentdata = parentdata.splitlines() self._diff = difflib.SequenceMatcher(None, parentdata, filedata,) self._diffs = [] self.blk.syncPageStep() self.timer.start() def _nextDiff(self): if self._mode == 'file': row, column = self.sci.getCursorPosition() for i, (lo, hi) in enumerate(self._diffs): if lo > row: last = (i == (len(self._diffs)-1)) break else: return False self.sci.setCursorPosition(lo, 0) self.sci.verticalScrollBar().setValue(lo) return not last def nextDiff(self): notlast = self._nextDiff() self.sci._actions['next'].setEnabled(self.fileMode() and notlast and self.nDiffs()) self.sci._actions['prev'].setEnabled(self.fileMode() and self.nDiffs()) def _prevDiff(self): if self._mode == 'file': row, column = self.sci.getCursorPosition() for i, (lo, hi) in enumerate(reversed(self._diffs)): if hi < row: first = (i == (len(self._diffs)-1)) break else: return False self.sci.setCursorPosition(lo, 0) self.sci.verticalScrollBar().setValue(lo) return not first def prevDiff(self): notfirst = self._prevDiff() self.sci._actions['prev'].setEnabled(self.fileMode() and notfirst and self.nDiffs()) self.sci._actions['next'].setEnabled(self.fileMode() and self.nDiffs()) def nextLine(self): x, y = self.sci.getCursorPosition() self.sci.setCursorPosition(x+1, y) def prevLine(self): x, y = self.sci.getCursorPosition() self.sci.setCursorPosition(x-1, y) def nextCol(self): x, y = self.sci.getCursorPosition() self.sci.setCursorPosition(x, y+1) def prevCol(self): x, y = self.sci.getCursorPosition() self.sci.setCursorPosition(x, y-1) def nDiffs(self): return len(self._diffs) def diffMode(self): return self._mode == 'diff' def fileMode(self): return self._mode == 'file' def searchString(self, text): self._find_text = text self.clearHighlights() findpos = self.highlightSearchString(self._find_text) if findpos: def finditer(self, findpos): if self._find_text: for pos in findpos: self.highlightCurrentSearchString(pos, self._find_text) yield self._ctx.rev(), self._filename, pos return finditer(self, findpos) def clearHighlights(self): n = self.sci.length() self.sci.SendScintilla(qsci.SCI_SETINDICATORCURRENT, 8) # highlight self.sci.SendScintilla(qsci.SCI_INDICATORCLEARRANGE, 0, n) self.sci.SendScintilla(qsci.SCI_SETINDICATORCURRENT, 9) # current found occurrence self.sci.SendScintilla(qsci.SCI_INDICATORCLEARRANGE, 0, n) def highlightSearchString(self, text): data = unicode(self.sci.text()) self.sci.SendScintilla(qsci.SCI_SETINDICATORCURRENT, 8) pos = [data.find(text)] n = len(text) while pos[-1] > -1: self.sci.SendScintilla(qsci.SCI_INDICATORFILLRANGE, pos[-1], n) pos.append(data.find(text, pos[-1]+1)) pos = [x for x in pos if x > -1] self.emit(SIGNAL('showMessage'), "Found %d occurrences of '%s' in current file or diff" % (len(pos), text), 2000) return pos def highlightCurrentSearchString(self, pos, text): line = self.sci.SendScintilla(qsci.SCI_LINEFROMPOSITION, pos) #line, idx = w.lineIndexFromPosition(nextpos) self.sci.ensureLineVisible(line) self.sci.SendScintilla(qsci.SCI_SETINDICATORCURRENT, 9) self.sci.SendScintilla(qsci.SCI_INDICATORCLEARRANGE, 0, pos) self.sci.SendScintilla(qsci.SCI_INDICATORFILLRANGE, pos, len(text)) def verticalScrollBar(self): return self.sci.verticalScrollBar() def idle_fill_files(self): # we make a burst of diff-lines computed at once, but we # disable GUI updates for efficiency reasons, then only # refresh GUI at the end of the burst self.sci.setUpdatesEnabled(False) self.blk.setUpdatesEnabled(False) for n in range(30): # burst pool if self._diff is None or not self._diff.get_opcodes(): self._diff = None self.timer.stop() self.sci._actions['next'].setEnabled(self.fileMode() and self.nDiffs()) break tag, alo, ahi, blo, bhi = self._diff.get_opcodes().pop(0) if tag == 'replace': self._diffs.append([blo, bhi]) self.blk.addBlock('x', blo, bhi) for i in range(blo, bhi): self.sci.markerAdd(i, self.markertriangle) elif tag == 'delete': pass # self.block['left'].addBlock('-', alo, ahi) # self.diffblock.addBlock('-', alo, ahi, blo, bhi) # w = self.viewers['left'] # for i in range(alo, ahi): # w.markerAdd(i, self.markerminus) elif tag == 'insert': self._diffs.append([blo, bhi]) self.blk.addBlock('+', blo, bhi) for i in range(blo, bhi): self.sci.markerAdd(i, self.markerplus) elif tag == 'equal': pass else: raise ValueError, 'unknown tag %r' % (tag,) # ok, let's enable GUI refresh for code viewers and diff-block displayers self.sci.setUpdatesEnabled(True) self.blk.setUpdatesEnabled(True) class HgFileListView(QtGui.QTableView): """ A QTableView for displaying a HgFileListModel """ def __init__(self, parent=None): QtGui.QTableView.__init__(self, parent) self.setShowGrid(False) self.verticalHeader().hide() self.verticalHeader().setDefaultSectionSize(20) self.setSelectionMode(QtGui.QAbstractItemView.SingleSelection) self.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows) self.setAlternatingRowColors(True) self.setTextElideMode(Qt.ElideLeft) self.horizontalHeader().setToolTip('Double click to toggle merge mode') self.createActions() connect(self.horizontalHeader(), SIGNAL('sectionDoubleClicked(int)'), self.toggleFullFileList) connect(self, SIGNAL('doubleClicked (const QModelIndex &)'), self.fileActivated) connect(self.horizontalHeader(), SIGNAL('sectionResized(int, int, int)'), self.sectionResized) self._diff_dialogs = {} self._nav_dialogs = {} def setModel(self, model): QtGui.QTableView.setModel(self, model) connect(model, SIGNAL('layoutChanged()'), self.fileSelected) connect(self.selectionModel(), SIGNAL('currentRowChanged (const QModelIndex & , const QModelIndex & )'), self.fileSelected) self.horizontalHeader().setResizeMode(1, QtGui.QHeaderView.Stretch) def currentFile(self): index = self.currentIndex() return self.model().fileFromIndex(index) def fileSelected(self, index=None, *args): if index is None: index = self.currentIndex() sel_file = self.model().fileFromIndex(index) from_rev = self.model().revFromIndex(index) self.emit(SIGNAL('fileSelected'), sel_file, from_rev) def selectFile(self, filename): self.setCurrentIndex(self.model().indexFromFile(filename)) def fileActivated(self, index, alternate=False): sel_file = self.model().fileFromIndex(index) if sel_file is '': return if alternate: self.navigate(sel_file) else: self.diffNavigate(sel_file) def toggleFullFileList(self, *args): self.model().toggleFullFileList() def navigate(self, filename=None): self._navigate(filename, FileViewer, self._nav_dialogs) def diffNavigate(self, filename=None): self._navigate(filename, FileDiffViewer, self._diff_dialogs) def _navigate(self, filename, dlgclass, dlgdict): if filename is None: filename = self.currentFile() model = self.model() if filename and len(model.repo.file(filename))>0: if filename not in dlgdict: dlg = dlgclass(model.repo, filename, repoviewer=self.window()) dlgdict[filename] = dlg dlg.setWindowTitle('Hg file log viewer') dlg = dlgdict[filename] dlg.goto(model.current_ctx.rev()) dlg.show() dlg.raise_() dlg.activateWindow() def _action_defs(self): a = [("navigate", self.tr("Navigate"), None , self.tr('Navigate the revision tree of this file'), None, self.navigate), ("diffnavigate", self.tr("Diff-mode navigate"), None, self.tr('Navigate the revision tree of this file in diff mode'), None, self.diffNavigate), ] return a def createActions(self): self._actions = {} for name, desc, icon, tip, key, cb in self._action_defs(): act = QtGui.QAction(desc, self) if icon: act.setIcon(geticon(icon)) if tip: act.setStatusTip(tip) if key: act.setShortcut(key) if cb: connect(act, SIGNAL('triggered()'), cb) self._actions[name] = act self.addAction(act) def contextMenuEvent(self, event): menu = QtGui.QMenu(self) for act in ['navigate', 'diffnavigate']: if act: menu.addAction(self._actions[act]) else: menu.addSeparator() menu.exec_(event.globalPos()) def resizeEvent(self, event): vp_width = self.viewport().width() col_widths = [self.columnWidth(i) \ for i in range(1, self.model().columnCount())] col_width = vp_width - sum(col_widths) col_width = max(col_width, 50) self.setColumnWidth(0, col_width) QtGui.QTableView.resizeEvent(self, event) def sectionResized(self, idx, oldsize, newsize): if idx == 1: self.model().setDiffWidth(newsize) def nextFile(self): row = self.currentIndex().row() self.setCurrentIndex(self.model().index(min(row+1, self.model().rowCount() - 1), 0)) def prevFile(self): row = self.currentIndex().row() self.setCurrentIndex(self.model().index(max(row - 1, 0), 0)) hgview-1.7.1/hgviewlib/qt4/icons/0000775000177600017760000000000012101526244015731 5ustar pyvespyveshgview-1.7.1/hgviewlib/qt4/icons/down.svg0000644000177600017760000002015412010507741017421 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Down go lower down arrow pointer > Andreas Nilsson hgview-1.7.1/hgviewlib/qt4/icons/mqdiff.svg0000644000177600017760000003123212046173470017726 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Up go higher up arrow pointer > Andreas Nilsson ! hgview-1.7.1/hgviewlib/qt4/icons/goto.svg0000644000177600017760000005352112046173470017435 0ustar pyvespyves image/svg+xml Save Jakub Steiner hdd hard drive save io store http://jimmac.musichall.cz hgview-1.7.1/hgviewlib/qt4/icons/find.svg0000644000177600017760000003661412046173470017411 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz hgview-1.7.1/hgviewlib/qt4/icons/left.svg0000644000177600017760000000633112010507741017405 0ustar pyvespyves image/svg+xml hgview-1.7.1/hgviewlib/qt4/icons/modified.svg0000644000177600017760000007655212046173470020256 0ustar pyvespyves image/svg+xml ! hgview-1.7.1/hgviewlib/qt4/icons/content.png0000755000177600017760000000240112046173470020116 0ustar pyvespyvesPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATxڼWOTG?FȲ IEETDzJŏH7?@_iMՈ ~$K/M(l)=ٹc93sΙوmۄs&wȧݚؗG t,KPNQ{\^u_V\)˴KQi@BN:n3UϠQD@$XXUý{Xog޴V\4 x<>3=yr\,Ut|x}F7IY=,@bFp.ǂKe2fiz{"3 ,PAJ/-/ӯ/^uSU~L崯RT[]MMM4A5r_ _Xk7oR V[  QΝcpO50,ok/>HhT߯^Qzz]6ǀWe,rq p#/ .t6Tn;@8'Ek,5hrc _DB9Lz"u5dbj5S/y3vePDYo4>.terJ8Nj8>q]H.ВQE<Nz rhF3$o:4#褞afƤpaRr hWxa֘d/-. u >ٲ80=xr}{cj6}V_J@/8z\JhTX%t }uv+X$m}9pm ? 0+{ƛ"IENDB`hgview-1.7.1/hgviewlib/qt4/icons/loading.png0000644000177600017760000000256012072513147020062 0ustar pyvespyvesPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATxڼWO[eiOl d@[@@- &Gi41,"fdr"aa0-shOk|/OJ~9F1̷cn#ôᵵc#c5,7/bj++>3 cW7]c]C`j}{i4 Ffs~3i>M@5A~fKſi<ο-z2?~~":X]/#|m\ڂ\6htbErj; Q >AM*pG9 ̅rE:=;EMDH=]X}(%fN%AЅco/+3+SD|Ɖ~oO 9hqQt9)Ns!Ç槧bu ]PI 8}"h&MBQq;uT,CiU]vSSm!s8* !Bt(t!3Lwa tW Ft j@L!1ߜNfL4ޯ*J.gB%ßy?޿$&1^R<1Z@.,ĩۜkOi6L #߳VdTtgɷۛ-h5# a!wT{HCdeا"x{M\'۝N Fz>,Ɲo`/Ij[ZZf),r=XCAmoGw6]`o!> $']tvt],;;g8߀ н V=z؆Z0Ɔh R{7Dbxc b,x1>jƅWx( 6'PIENDB`hgview-1.7.1/hgviewlib/qt4/icons/unfilter.png0000644000177600017760000000442112046173470020275 0ustar pyvespyvesPNG  IHDR szzsRGBbKGD pHYs  tIME 'glVIDATXåk]U>g3sP>)T0* h T1#`(JRFLР1jmyV@RJN;әvs޹w>SRZu%{k#|\u.d2sәtK:n&eRJXY)B|?=׫k_\8nVnʶ'_mڰͻZ?K.tK:n5M3,%RX s=<#biJ%0MJ~T)wuvWzzjʮk/~7/?)xZb䚛dʥ MYMY247eH ݻo˼q¹$-T*U:w;ro0?}>..jͫ&̞;l&R&0R 0;`bTCkJ%n{{<qw|#n8P,ioRJY(eb)u?ҒZ&b R:fpsg/] zZ#Lkoe_ c8"ģ5ZkLaG1q1L0<ui6WDO..t!RxoHiRX kbNkMtvgAKK g`9m!BBaB@qH~t(B۶q])xlxM AJ\!04 4!PJL%PJa愫L4,E2$Jfٵ{|BZ͟+N~oVtpEP PXJ!@kM0$J,TB) a*QH@{>O|sP|u{oF=ھaJ%Ǎ'4gLёkC)C xHH~hDaalsgzvoyCO@ilW=w?;{ss6 0,,JDQyaHFDTk :~pZut*528xd.@P/z}C?ywpp~REFLN;]15隘rid"IZYٵqm?uO{k|q0th` ! R` zh[gNT &ҩԵ[}C; ibf#$Bn1@0$"̣cA0V4̊?:YiȵgMTT+3?t9J}e׮CCuZɤHX 0D0x(e" E|}k=2o/spժţƾϬO?[=7V,cHXkRTS)(BLzNatDZ_m4T@&\5ϜE {[2=k(4IDфXcD>>Nq_7=Mh0^$א+oXrGXRko#n0<ĩvBkDnP*dr 266ئM[:d28jxE?߿M={ۧc1IENDB`hgview-1.7.1/hgviewlib/qt4/icons/forward.svg0000644000177600017760000001731412010507741020122 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Next go next right arrow pointer > hgview-1.7.1/hgviewlib/qt4/icons/mqdiff_x.svg0000644000177600017760000002024512046173470020257 0ustar pyvespyves image/svg+xml ! hgview-1.7.1/hgviewlib/qt4/icons/mqpatch.svg0000644000177600017760000001777312046173470020133 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Up go higher up arrow pointer > Andreas Nilsson hgview-1.7.1/hgviewlib/qt4/icons/reload.svg0000644000177600017760000001560412010507741017724 0ustar pyvespyves ]> hgview-1.7.1/hgviewlib/qt4/icons/help.svg0000644000177600017760000000612312046173470017411 0ustar pyvespyves ]> hgview-1.7.1/hgviewlib/qt4/icons/right.svg0000644000177600017760000000634212010507741017572 0ustar pyvespyves image/svg+xml hgview-1.7.1/hgviewlib/qt4/icons/showhide.png0000755000177600017760000000120312046173470020255 0ustar pyvespyvesPNG  IHDRw=bKGD pHYs  ~tIME +$#YIDATx͕?A3QDD )"ҥBi٤IiIicH!`"1OS_Ɂ.޹gν;c/Aޠ 7@~_R('4C{8c ]"U#@n|zia/t_7 2 R&-bXMt&KӁ2uRJ)Bh4"~r8R)%B*x~d2,Z0 b1Az)fBy&Q^4!VbT*^S|ťضM{_(FzdjH)Ra\y:zx4}_ѠRL$բ@)%gggcn9>H$j8zm˲g$io^`&<>yE l~^w=@o]p H\[Kvb|*!{Sgݫ%}IENDB`hgview-1.7.1/hgviewlib/qt4/icons/clean.svg0000644000177600017760000012700412046173470017545 0ustar pyvespyves image/svg+xml weather-clear January 2006 Ryan Collier (pseudo) http://www.tango-project.org http://www.pseudocode.org weather applet notification Garrett LeSage hgview-1.7.1/hgviewlib/qt4/icons/README0000644000177600017760000000150112072513147016611 0ustar pyvespyvesMost of the icons used here are from the Tango Icon Theme. Some of them have been modified. showhide.png: Gnome Project (GPL) [http://art.gnome.org/themes/icon] content.png: by PC (Creative Common v3) [http://www.iconfinder.com/icondetails/59552/32/cv_icon] diffmode.png: by FatCow (Creative Common v3) [http://www.fatcow.com/free-icons] unfilter.png: Everaldo Coelho (GPL) [http://www.veryicon.com/icons/system/crystal-clear-actions/] heavy.png: Everaldo Coelho (GPL) [http://www.iconfinder.com/icondetails/15543/128/animation_fat_run_icon] valid.png: Mark James (CC-by) http://www.iconfinder.com/icondetails/5880/16/active_check_green_ok_right_tick_icon loading.png: by PC (CC-by) [http://www.iconfinder.com/icondetails/59192/32/loader_loading_process_spinner_icon] hgview-1.7.1/hgviewlib/qt4/icons/up.svg0000644000177600017760000001777312010507741017113 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Up go higher up arrow pointer > Andreas Nilsson hgview-1.7.1/hgviewlib/qt4/icons/leftright.svg0000644000177600017760000001015712010507741020444 0ustar pyvespyves image/svg+xml hgview-1.7.1/hgviewlib/qt4/icons/valid.png0000644000177600017760000000103112072513147017534 0ustar pyvespyvesPNG  IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<IDAT8˽.Ca{8bnSBT')E)VCJ ǥj ZՆg/h…ݿk n^k[ꝿ2P6c=XH*G`?xԅ{77VԨپ%VHyqNtn[J2^53X,S-OƜoDXx2Oܵ r]L`}Z࿳TU(SiP/a:6͖,A` %S=[ b[a='LaW{xD[ u9J—BGqzfGN0os6"ffhZR".2H-[{(7h @`%E[IWu3e+ lGQ&' k| l8DŅ^ yث?s-V!7/?CW5GUh_8"ǡgpѥi̥kl`V@ԀjGAݸ%^{ ,4ENGG}T C*o 7< r5(4'S3tw;9UПm8o~lY[.Iz(׉3INlޚ@o^d$r zZ١bC2y4[ ,׾DۅK"#*Kh$m`Γ,&61yf z @-pIJ|HVK& U).6'ƺ:Pm˿-6'窔@vp$0aDy~X٨- t=0@T*7QBے'2IENDB`hgview-1.7.1/hgviewlib/qt4/icons/heavy.png0000644000177600017760000004465112046173470017572 0ustar pyvespyvesPNG  IHDR>agAMA7 IDATxy|ս̒YMv2$;@JRnz[{{Vmo* цE(.IIId_&}}~YɆ '=T*.EAF'v4%ܺ|A韉T}f叕d0[JevNe?VxjGh(iѨx$7 7";\MKe|N#q$a\31`>`C1Y7kO~ن{/]t?YFV0KRlĵ"A#n3f+!fϋ=.a8T{௽c?;6%ܨ7SEA@6``;5 ^k6&O]֣]Elk؏\"OƋ.O?9Y[Ά xO[?|5{Eb0kw#B R5%# רl)rgZXs e ?)b1io> lZy۟|Q9 .'jҹk&^T^( xoqJz5wRWis Š@~eCԽ[h\M}잛\=)WIyw/D)aoOV1?ػ~*6Ghͥ=mBWPQ\ƎY*SIseQվr6|?L'@VH1}cW~?Gٽ6Ț;H4NC_rꤨo"( Є1G$34ʯWc]/q !- ޵wL7}\ϾN6m77+e ~%ϬtD`%5qҟHuZJ/r<~Cβ;f03N-X3}X+Q{0斑? P#00` IX-T4X\.Ҩa1Ɣ;fd dxWq٭%X5MS^~w.Àt`m(5ÿ|.9Ƥ-Z_en^76OhȲ5F9~,p,2u\6-- t#pk j|~~jZxv/5-u9ǡ(D%4&[Sqࠡ76 `knĚ[d $%2AHwkRā6KnԼҲX_ />MKyzښ WNk<5z?7G[J}N%(l@Wr ֠kykai!-!3No8!#7n8cle-5󱨵59XJXs'LDURJ~Iʸy*I m9U荩-ccǘ-a#wL˩c̚ݼ!:S\i.(/7k?>'JC͸"a.\R\Z~ t3A"+Xba4ݭ.IoR @>q}if#Ut80\\S_OA̙\x)gGvv6Pxcmmq 3zݜ=u/wrj9_JjMC4sm@>Ν%i%{P  5>2ĨaQvyG˼j&Y-+Nz[`Rw9x7GC,jkcuc#) nn ,;>B/rKA}.9v<(~TUk2(O1;o_Bc=`~kmyTl.I1̿cu-lKt /=7a>\)/M=vPH(¶eWӒpS%i<RܚϏ:=f'\lwx;_!SMyFiw|܃n`9V?3hs ϳ;ppn^?hykAÌs>sf"ANO7`a 06G ֶLE^'7]Ow.b栌X/tH˟BG5oܽs }L-=͇U(8a㿯^\} t i /qo}=+YqI~ dffoDVu$l!c* PQ/1#Wp\7 6-JE(F qN~mF)HJ%ꄨ,o= U1)#1RQ:y)PB/>"a@}n=,[q)۷B/& rHtTf*CZ|s9&fY{X-~Y<^ lk-YPf Ja i賊z]</!W,## IRCc2* <TG$Zζ,ũeX_` iP(HӪ<@EX/V~3Qê?sGKm3پ Jr'qI9^& \U< JbR<ĜͲɭI+Ҫwdpt8tSXOK] oB,QȢt( )Am@AIEIAPF}FH3 =:%v[=oZIΈ_EISz 7wHѪzX ii9%5U$H`$ 2*JT,HzMԙҰZÙ"RWCOkSB_<$n6v?_%Ź|bQ E*ͼkܛp,;w2}搕[9snA4>B6Ξ:rs򊫱MyD-ۆm'px Ԟ¶C82Dt/ PTʯTuJ,صI(:$!b,ۨݷjH*W#XlLtڔq/ɞ}Q`9<BAQ׏ߗqCͥ;(A0ǎL|Pi@' oB*%K6Rt[+Sh^Е=nc,\pkVXY8kp>Cʯ :1IZqtGA0@>/Ik{'}nc2\0@DҧeU"7SVVRr E-u5lt-u5=C͛n~kV~h[0K{֝;v10)Qx pۣ?BRͫUxeFbܠQdn.(ƺRHhY";|'[S^zNfųѦoH,?| ċk`oe_Bcҏ_ABm:1~#~^~nN*fp mrFɏ_Hu庿+胩d5tO߰gܷopٔMC(;~iV *l-~GdΚ:6?X#AcDO^=)_lQa/@(_J r#'z}|Zc,aԖI0saMb'7=hS4g gߑCAPs\|׿[[KÜ݋dM` nbcǡM$xN~0*V.N^C8>>$h.@t^0؄b_n:6tfd-_BU/x|~2R CMC=u6҅+YD~__]rnA-m_< Z1$E`*{<^^'K4'GwPIdTd yWh| yKv(JBq% |z=5oN׿瞃Il))Y첕(S{Tsn@0R*پ3"W_oL?|}^Qj&9ƹ7ާ%(Մ?[{ <8Er( 0y yxC+OFd@ZMT/D.FU<֣ÕA֜i\#8'A~>@c#⸤χyț;/lgoޏ~:cJ<7L!weڵdD#;7n܇Ɛr0@((E7؊c_8|M侜mhI~/"L(Q)Yn.(>:t$ˠ{4CUN͹T=!yxC8/cT)gsMk0F1* Df/%_.5^8r $ ݊.[F㫯hCLY]B  }4|3;^7-(7c44RvXhtQIP^kEߎhJOMZ͒|&mm8@ɓKK[LxUx j'i2u[B彏s##hJ04 ߶yhAtGG(2B" `x>qe4rr`$aZ[1U*&O$|AWAqo}K~S4&ɔ!j>#ߌԇ1'$"=v悢0Cpx_`f@ ou~ 0 @o/?x>%%H`6&Y1;GW XsH b6ߎ:gpR ķюݣ:j Iaj9}UF93A& "%R9gùs䕖Eߩv^W#178n! \= 8#?צ69(Vk3^שÇYQ!l,Ъ^x :jn%E4 𹐃cV]_;aCC@8r`)!TA|@ O iB!ҥBZ yw(؃ TQdY giɡNcĨ0 ! FzAa$>>2e MfY D G 0 "Ba^hhS #]]]~#T}F +<ج|-%cI#I|)pCҦ;=k3C6Kf|y%̄ؐpIR~ 9sD @0ͻB}1y$ßz=*(;ߪV!\زRߍE! 25P$r8)OCB( FP3B2xcL̕CsQ0|D{Z[gfªU0o؏Д)"P[ #tu +SeZI OS1z5W$xl|㍭Q=TF9?.pvACfX5pK`t[/C%|8Gc~ KhUu`\~hRDee47þ}>뒲2Lj5GOstT2}l2gdGhb{=$~~4"~{+j zr9I}Q;Gͷ?@׭NjeᢋK/g?+N8|XkjZ,Xs3GC0f4.vUu:Iz71Oݼc +1:{C,VgXe|LPtk{/V9KDk>'GV*}89;&٨VHVdB!`L8{6}d<9 oO 6X\ !yNPJ~ίbw p̳šGhaꞞI&O$;uhGԚL¶gdPm6!Á?u >jjizv:qI.@3I'|ޓ] 1ps4=h &KE@,3B߿hZ#sGf qDdi{wy*uitn׈H|ڃ0<_APTCMKG7ݢ L$E" Fަs]uۘiWsCBrGM,h`GԌ&B->-zq./pEQB.eȎ"n3탣|x%A1=9NCB|A!{+iHJ5N-!rZ8>~ xBY9R( pVE1sSUc(YPMG8{GsČ`JaUU|0(AݢHP-˄AP|t/6P`JNtMW~ qQ8 Fh1g/%0 xO)1eنL<`I܇^ [U! xZ׳d>WˣhH7 E,Id3@5Ā70mMS,ERD~3?Ľ' ΔHBȬQ/W䐈QzvB>׮\Dq:vn2ii*KѽuH܏oCB!-L11qc9֔!C3hQU[^䵥ܰLj{fP4:)dhGېb욳߃,QK~V纰9q)̻`p;!g%BٷfPjK"r5+hbp +*[kMg=c_U}cx*.ԒbiMg=l`>)E(CQ Ԏ0pC* kxwh:;9;-ypiRϠ}nG Lt2֤7 PǼUsԁm 06|nx>屡X5I"&BŅZ6MϾFǭw"> HD zjer6DУ3%+m?f${|LNO'J LEVXQPfָn=+a}:|#İ]]}/gƏ'_atצz}*<{D n%@%8f6'D#4%V[j 3%6\g|S ;b%sJ$ {ec\ C̟PY9%vzts|>OM=mi--5= XhDiO zo_ {&" ()ؾ I5ַ/%5UEIԡVw\gnn HV ROwa9XqLai_#Ju,W @c۸wr3_obLxTp%f*0 D%ߍ^ R0|+.[ϝߛ 3svޯsJ$ZO@cM (UX4po.|*3 Cx|ⶻGmu\S${ኛ1tOR~@hI#p |x@~6T,,|U/~b4"&VAOCn2JWi$%hRXcbcӥ`ۑ>Ķ]]\yU\zbS'F;eշ|cܚ!A ]IVxpIv0 ؃o}fGfSlVgڍMy{Ǯn+wOc.^~I6W;SͶ *w ɂ=^%qIn*NJ'WB\2(|kJ{IEڻN".PTDby]v۟DsX}˝CΎ *Ag {) r#Gd?!KdSYPOR7<]Tm­YQv/1*M4H*[+`Pq4%(` (]2)28dWn2w;W%KMfcq9l%>Ą׏|q_֑勏MM4G'^s_t>Wr\kSpi^7:PK$HV0h䞟mc~ޘ6 Fm %s?]%c Qj[#>0=&&8?+_fQ!aGb<$كC/Fʖ]#wDK1K{)]Txd;Vׄahj!]D ;^W{~DOdžĕԆ`, vO5Nˆ/}$omB ϛ їw`DoU" Lx96[?n@w#gdE*gXu:h]@z}Is4 @QD2&|gP){Lc Y|;6ph0).=>>"#bQIk2  U7 {rUo|S|eDxƒ@p!4@\<z̀R9ZXnۭC}ѤqfE〛Sj ] O}8l΢tB|@v?}GQNM|$ZOЗg p MMӍ7 s01Tܧh._Ddx&@x4ﰣ8>:id.-4sUQ66^} 6^$tϫjj{Stq 1Tp! u> v"i ڂ~`v|7~O7 _X3(J30˜V%s<34r?_R$.٬?0jyD2(?>tnk < *44)&C}^^/~`="IKft] 9yFZYEZJfiW> YB]q3IW򵿒B9"*?V0c$@2nSK|-2X4yb Ƞ\4:T):4|E(e.DŢ~/6& ]-aMSҡVJ)ѭB!рQ ~H-'=_laU1WUsf V5B1$2^M2>?h|^ܦ+DJc }: j2EA$ U"0?  <w!郯&87V3#uwA+vnNd^ '9(|  ׂeeٽ{F c3.T*՚F˗/wwgpOF9F[(31H={q?GC%T@JIHP>.د93>M\\~b#3tWޮhzy׿0#P*5^JiǠ7_!i!$ %]z[)$bwuS-WAe '_$#G~+AC܀ 2*`rt1A?riSc95ahFbŊij:sJJ+** 3I)),Yd$IG6WR+{ǷIOG>L\<%ʥbf3GgSom\FNB" !-h284P0xyAWyJ0h  EZI墢5t(ɴ@cC Z[{1|6ɤ_Aw.[:5Ȟ_co M *K6'yMF0}l0.g_=?n]}G㮉 %e9̭ؠ`ܹY$1 [/ @II7N,<3))HTVX(x]w3RM MUVp!Ƅ)X)/xеy~* @ | 07榏  게aAOЪ% rhm ud늼%IJ7o%%%nhh$'2l6*776I]uU_S2m4Νˑ#G6'kmnVFw^z9Vjtf7f빡PSSNcY̝U%kP02Mѵ|OLU e p[=OCt*2SHXQ bs%;nNSof̢Ncrn~%&fM:hkcě~?16 HIDAT/| TVVr233GcaIEx}݇dB$J%ӧOG$n6z)-2JыlX DL]ǁǮ3\ ww6ELҍ/㍭ԜhJ?mb"aC0@b !bj"s9Љ=+[(s%hE*[4"˸J >˷/+B0m|n׬( { K0tÁA,|;ئ+gǎ '@C\H Z166$MڿhEUQmR564mG%t@~ABNqlsy8{s9sXIQQ[˩S Nmm[V$Iz4|BE$Iѣ$IR A9r`0hûn߾}_ } oo7xΏN;0݁a>ZuXU*VU.*~(52~T\4fl-h3"`%u%BJd|_-v T {5i[ #vzguA혓oH?§ BMZ)h"A&f'mmEsNΜ9$IXVDQ@ HYvӦM=&ɹw^o>ƫĉ˗/7;q/ErFEYɾ6-=Ă7zI $vq}Ii{yv4kbhRjX0ä T|C%' V- 4mnQoHAvzP7!.]Jl}-uuL1DQdzu尬 AX,\~ .\CuF A fKejȲL**^{F___jۺԳge9Klx!t(0&2Hgc|JOR*3~a~՚ϔNጅp)/OubfM.0{rygTY'+4WqE6*1/YBP(6穮Fw)B6Ν; F  cccjbxp:(2{h4044tNy}5p274ɭ]!8KYpn8R1T4|?: t.gO b7_a9Q`}jlVK aZvM v SS B@UUnjkkf 088wJ5FFF>wM&ӷfrlL&C:fzzt:M pv_(`U-g#tK9K4 D_*GٓUBU2e3q5KLp\" Y`*}oPjFi -c4awT) eSSX.]z,7Cb!W__֭[`||˅ D" l62<<>W(z[ ) p8p8.ʲP($|>?)ǯ2@4K @)stlO$cLFdiȽ8 eVZfRXŸuiE&r$'+Lߏ;^%q#9MPwM?]]]8N"XL&3z?4TaVG~f[(( 2]]]9sR{}\MZ/25n6/Խ#n7eea?}eo06Fv6Ç_~K[wezXn ǯd [$bPU |>͛7Y4j']"I: krT+]akЬz{^zÌ::Ĉ$?y]ذa^"Q|L] `XWW+l^x.3z8xt37oޜYimmڵkȫVO$dIс5+Vt:w@Q۔y=LmA5R694^{S_U477ˑ\*|>/bOz{{?H& ZpN92]aag0EIeL>SAQ1TFm/z{{L&Cz RRW֘c鴐E(D._/(HӣX&.P< (O$SJdF5]3ڽ 23c!zsBȸIIIENDB`hgview-1.7.1/hgviewlib/qt4/icons/back.svg0000644000177600017760000001751312010507740017356 0ustar pyvespyves image/svg+xml Jakub Steiner http://jimmac.musichall.cz Go Previous go previous left arrow pointer < hgview-1.7.1/hgviewlib/qt4/icons/diffmode.png0000755000177600017760000000304612046173470020227 0ustar pyvespyvesPNG  IHDR szztEXtSoftwareAdobe ImageReadyqe<IDATxW[le>nKWLUTQʃ$ tK^%Q1ҥKV@D$\S.yʋEݝfvgfgfw b8o{`iG*S( Ȥ{ 2j&@JҚ?C5q`%)!.C<#"vQ>l@vIn*3ړ'3<ᛁP<Gia~LC$i& Ev+?G=\-} LU{.gZ(8UmF"{:aC%r`aKS;&%k@[s[UxuE@a(@4!Ŋ  QAex6'X̚$N& .xoPM۾r1PeXSDlt!+PoY"lh6 ˁx!ʠ|.Ozd^t= 1pw~RJt!zJ΋a=C&6wVmnWava^V4[ZLwL B5\Jpڃ#5$."ts{V{$Kb;uyu-н*ނOf$pװqvMp0d%gP,;]/]SBu@(`Γ&s9ӅOv 7pD$C#>e"tledy<-]Ce1yߗFW~d˛xzii(ˋM"Ͱ`}aIIA{BFxHS@~ Dd!#fP2ŧ {qG1Z>ʼn0E&oŊwR<^8Ճ&]64+e1r/*}Kk s?@9V }3@`*H(JT }?Mz+>2dBza""{X' tgVp,"C%ͤB{f6mFoIENDB`hgview-1.7.1/hgviewlib/qt4/icons/mqpatch_x.svg0000644000177600017760000001054312046173470020446 0ustar pyvespyves image/svg+xml hgview-1.7.1/hgviewlib/qt4/icons/quit.svg0000644000177600017760000002343612010507741017442 0ustar pyvespyves ]> hgview-1.7.1/hgviewlib/qt4/hgqv_ui.py0000644000177600017760000002301412100515570016627 0ustar pyvespyves# -*- coding: utf-8 -*- # Form implementation generated from reading ui file '/home/pyves/src/hgview/hgviewlib/qt4/hgqv.ui' # # Created: Fri Jan 25 15:49:28 2013 # by: PyQt4 UI code generator 4.7.3 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_MainWindow(object): def setupUi(self, MainWindow): MainWindow.setObjectName("MainWindow") MainWindow.resize(730, 646) self.centralwidget = QtGui.QWidget(MainWindow) self.centralwidget.setObjectName("centralwidget") self.verticalLayout_3 = QtGui.QVBoxLayout(self.centralwidget) self.verticalLayout_3.setSpacing(0) self.verticalLayout_3.setMargin(0) self.verticalLayout_3.setObjectName("verticalLayout_3") self.splitter_3 = QtGui.QSplitter(self.centralwidget) self.splitter_3.setOrientation(QtCore.Qt.Vertical) self.splitter_3.setObjectName("splitter_3") self.tableView_revisions = HgRepoView(self.splitter_3) self.tableView_revisions.setFrameShape(QtGui.QFrame.StyledPanel) self.tableView_revisions.setObjectName("tableView_revisions") self.frame_maincontent = QtGui.QFrame(self.splitter_3) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) sizePolicy.setHeightForWidth(self.frame_maincontent.sizePolicy().hasHeightForWidth()) self.frame_maincontent.setSizePolicy(sizePolicy) self.frame_maincontent.setFrameShape(QtGui.QFrame.NoFrame) self.frame_maincontent.setFrameShadow(QtGui.QFrame.Plain) self.frame_maincontent.setObjectName("frame_maincontent") self.verticalLayout = QtGui.QVBoxLayout(self.frame_maincontent) self.verticalLayout.setMargin(0) self.verticalLayout.setObjectName("verticalLayout") self.splitter_2 = QtGui.QSplitter(self.frame_maincontent) self.splitter_2.setOrientation(QtCore.Qt.Horizontal) self.splitter_2.setObjectName("splitter_2") self.splitter = QtGui.QSplitter(self.splitter_2) self.splitter.setOrientation(QtCore.Qt.Vertical) self.splitter.setObjectName("splitter") self.textview_header = RevDisplay(self.splitter) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(1) sizePolicy.setHeightForWidth(self.textview_header.sizePolicy().hasHeightForWidth()) self.textview_header.setSizePolicy(sizePolicy) self.textview_header.setObjectName("textview_header") self.textview_status = HgFileView(self.splitter) sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(2) sizePolicy.setHeightForWidth(self.textview_status.sizePolicy().hasHeightForWidth()) self.textview_status.setSizePolicy(sizePolicy) self.textview_status.setObjectName("textview_status") self.tableView_filelist = HgFileListView(self.splitter_2) self.tableView_filelist.setObjectName("tableView_filelist") self.verticalLayout.addWidget(self.splitter_2) self.verticalLayout_3.addWidget(self.splitter_3) MainWindow.setCentralWidget(self.centralwidget) self.menubar = QtGui.QMenuBar(MainWindow) self.menubar.setGeometry(QtCore.QRect(0, 0, 730, 26)) self.menubar.setObjectName("menubar") self.menuFile = QtGui.QMenu(self.menubar) self.menuFile.setObjectName("menuFile") self.menuHelp = QtGui.QMenu(self.menubar) self.menuHelp.setObjectName("menuHelp") self.menu_Edit = QtGui.QMenu(self.menubar) self.menu_Edit.setObjectName("menu_Edit") MainWindow.setMenuBar(self.menubar) self.statusbar = QtGui.QStatusBar(MainWindow) self.statusbar.setObjectName("statusbar") MainWindow.setStatusBar(self.statusbar) self.toolBar_file = QtGui.QToolBar(MainWindow) self.toolBar_file.setObjectName("toolBar_file") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_file) self.toolBar_edit = QtGui.QToolBar(MainWindow) self.toolBar_edit.setEnabled(True) self.toolBar_edit.setObjectName("toolBar_edit") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_edit) self.toolBar_treefilters = QtGui.QToolBar(MainWindow) self.toolBar_treefilters.setEnabled(True) self.toolBar_treefilters.setObjectName("toolBar_treefilters") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_treefilters) self.toolBar_diff = QtGui.QToolBar(MainWindow) self.toolBar_diff.setObjectName("toolBar_diff") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_diff) self.toolBar_rev = QtGui.QToolBar(MainWindow) self.toolBar_rev.setObjectName("toolBar_rev") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_rev) self.toolBar_help = QtGui.QToolBar(MainWindow) self.toolBar_help.setObjectName("toolBar_help") MainWindow.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.TopToolBarArea), self.toolBar_help) self.actionOpen_repository = QtGui.QAction(MainWindow) self.actionOpen_repository.setObjectName("actionOpen_repository") self.actionRefresh = QtGui.QAction(MainWindow) self.actionRefresh.setObjectName("actionRefresh") self.actionQuit = QtGui.QAction(MainWindow) self.actionQuit.setObjectName("actionQuit") self.actionAbout = QtGui.QAction(MainWindow) self.actionAbout.setObjectName("actionAbout") self.actionDisplayAllBranches = QtGui.QAction(MainWindow) self.actionDisplayAllBranches.setObjectName("actionDisplayAllBranches") self.actionHelp = QtGui.QAction(MainWindow) self.actionHelp.setObjectName("actionHelp") self.menuFile.addAction(self.actionOpen_repository) self.menuFile.addAction(self.actionRefresh) self.menuFile.addSeparator() self.menuFile.addAction(self.actionQuit) self.menuHelp.addAction(self.actionAbout) self.menuHelp.addAction(self.actionHelp) self.menubar.addAction(self.menuFile.menuAction()) self.menubar.addAction(self.menu_Edit.menuAction()) self.menubar.addAction(self.menuHelp.menuAction()) self.toolBar_file.addAction(self.actionQuit) self.toolBar_file.addAction(self.actionRefresh) self.toolBar_help.addAction(self.actionHelp) self.retranslateUi(MainWindow) QtCore.QMetaObject.connectSlotsByName(MainWindow) def retranslateUi(self, MainWindow): MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8)) self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "&File", None, QtGui.QApplication.UnicodeUTF8)) self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "&Help", None, QtGui.QApplication.UnicodeUTF8)) self.menu_Edit.setTitle(QtGui.QApplication.translate("MainWindow", "&Edit", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_file.setWindowTitle(QtGui.QApplication.translate("MainWindow", "File toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_edit.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Edit toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_treefilters.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Filter toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_diff.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Diff toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_rev.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Revision toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.toolBar_help.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Help toolbar", None, QtGui.QApplication.UnicodeUTF8)) self.actionOpen_repository.setText(QtGui.QApplication.translate("MainWindow", "&Open repository", None, QtGui.QApplication.UnicodeUTF8)) self.actionOpen_repository.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+O", None, QtGui.QApplication.UnicodeUTF8)) self.actionRefresh.setText(QtGui.QApplication.translate("MainWindow", "&Refresh", None, QtGui.QApplication.UnicodeUTF8)) self.actionRefresh.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+R", None, QtGui.QApplication.UnicodeUTF8)) self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "&Quit", None, QtGui.QApplication.UnicodeUTF8)) self.actionQuit.setToolTip(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8)) self.actionQuit.setShortcut(QtGui.QApplication.translate("MainWindow", "Ctrl+Q", None, QtGui.QApplication.UnicodeUTF8)) self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About", None, QtGui.QApplication.UnicodeUTF8)) self.actionDisplayAllBranches.setText(QtGui.QApplication.translate("MainWindow", "displayAllBranches", None, QtGui.QApplication.UnicodeUTF8)) self.actionHelp.setText(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8)) from hgfileview import HgFileView, HgFileListView from hgrepoview import HgRepoView, RevDisplay import hgqv_rc hgview-1.7.1/hgviewlib/qt4/filediffviewer.ui0000644000177600017760000001042612061376174020162 0ustar pyvespyves MainWindow 0 0 620 546 MainWindow 0 33 620 513 0 Qt::Vertical 0 true QAbstractItemView::SingleSelection QAbstractItemView::SelectRows false true QAbstractItemView::SingleSelection QAbstractItemView::SelectRows false 0 QFrame::NoFrame QFrame::Raised 0 0 121 33 toolBar TopToolBarArea true 121 0 499 33 toolBar_2 TopToolBarArea false Close Ctrl+Q Reload Ctrl+R HgRepoView QTableView
hgrepoview.h
tableView_revisions_left tableView_revisions_right
hgview-1.7.1/hgviewlib/qt4/hgfiledialog.py0000644000177600017760000004661512076045453017631 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 dialogs to display hg revisions of a file """ import sys, os import os.path as osp import difflib from mercurial import ui, hg, util from PyQt4 import QtGui, QtCore, Qsci from PyQt4.QtCore import Qt from hgviewlib.application import (FileViewer as _FileViewer, FileDiffViewer as _FileDiffViewer) from hgviewlib.util import tounicode, rootpath from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgdialogmixin import HgDialogMixin from hgviewlib.qt4.hgrepomodel import FileRevModel from hgviewlib.qt4.blockmatcher import BlockList, BlockMatch from hgviewlib.qt4.lexers import get_lexer from hgviewlib.qt4.quickbar import FindInGraphlogQuickBar connect = QtCore.QObject.connect disconnect = QtCore.QObject.disconnect SIGNAL = QtCore.SIGNAL nullvariant = QtCore.QVariant() sides = ('left', 'right') otherside = {'left': 'right', 'right': 'left'} class AbstractFileDialog(QtGui.QMainWindow, HgDialogMixin): def __init__(self, repo, filename, repoviewer=None): self.repo = repo QtGui.QMainWindow.__init__(self) HgDialogMixin.__init__(self) self.setRepoViewer(repoviewer) self._show_rev = None self.filename = filename self.findLexer() self.createActions() self.setupToolbars() self.setupViews() self.setupModels() def setRepoViewer(self, repoviewer=None): self.repoviewer = repoviewer if repoviewer: connect(repoviewer, SIGNAL('finished(int)'), lambda x: self.setRepoViewer()) def reload(self): self.repo = util.build_repo(self.repo.ui, self.repo.root) self.setupModels() def findLexer(self): # try to find a lexer for our file. f = self.repo.file(self.filename) head = f.heads()[0] if f.size(f.rev(head)) < 1e6: data = f.read(head) else: data = '' # too big lexer = get_lexer(self.filename, data) if lexer: lexer.setDefaultFont(self._font) lexer.setFont(self._font) self.lexer = lexer def modelFilled(self): disconnect(self.filerevmodel, SIGNAL('filled'), self.modelFilled) if isinstance(self._show_rev, int): index = self.filerevmodel.indexFromRev(self._show_rev) self._show_rev = None else: index = self.filerevmodel.index(0,0) self.tableView_revisions.setCurrentIndex(index) def revisionActivated(self, rev): """ Callback called when a revision is double-clicked in the revisions table """ if self.repoviewer is None: # prevent recursive import from hgviewlib.qt4.hgrepoviewer import HgRepoViewer self.repoviewer = HgRepoViewer(self.repo) self.repoviewer.goto(rev) self.repoviewer.show() self.repoviewer.activateWindow() self.repoviewer.raise_() class FileViewer(AbstractFileDialog, _FileViewer): """ A dialog showing a revision graph for a file. """ _uifile = 'fileviewer.ui' def setupViews(self): self.textView.setFont(self._font) connect(self.textView, SIGNAL('showMessage'), self.statusBar().showMessage) def setupToolbars(self): self.find_toolbar = FindInGraphlogQuickBar(self) self.find_toolbar.attachFileView(self.textView) connect(self.find_toolbar, SIGNAL('revisionSelected'), self.tableView_revisions.goto) connect(self.find_toolbar, SIGNAL('showMessage'), self.statusBar().showMessage) self.attachQuickBar(self.find_toolbar) self.toolBar_edit.addSeparator() self.toolBar_edit.addAction(self.tableView_revisions._actions['back']) self.toolBar_edit.addAction(self.tableView_revisions._actions['forward']) self.toolBar_edit.addSeparator() self.toolBar_edit.addAction(self.actionDiffMode) self.toolBar_edit.addAction(self.actionAnnMode) self.toolBar_edit.addAction(self.actionNextDiff) self.toolBar_edit.addAction(self.actionPrevDiff) self.attachQuickBar(self.tableView_revisions.goto_toolbar) def setupModels(self): self.filerevmodel = FileRevModel(self.repo) self.tableView_revisions.setModel(self.filerevmodel) connect(self.tableView_revisions, SIGNAL('revisionSelected'), self.revisionSelected) connect(self.tableView_revisions, SIGNAL('revisionActivated'), self.revisionActivated) connect(self.filerevmodel, SIGNAL('showMessage'), self.statusBar().showMessage, Qt.QueuedConnection) connect(self.filerevmodel, QtCore.SIGNAL('filled'), self.modelFilled) self.textView.setMode('file') self.textView.setModel(self.filerevmodel) self.find_toolbar.setModel(self.filerevmodel) self.find_toolbar.setFilterFiles([self.filename]) self.find_toolbar.setMode('file') self.filerevmodel.setFilename(self.filename) def createActions(self): connect(self.actionClose, SIGNAL('triggered()'), self.close) connect(self.actionReload, SIGNAL('triggered()'), self.reload) self.actionClose.setIcon(geticon('quit')) self.actionReload.setIcon(geticon('reload')) self.actionDiffMode = QtGui.QAction('Diff mode', self) self.actionDiffMode.setCheckable(True) connect(self.actionDiffMode, SIGNAL('toggled(bool)'), self.setMode) self.actionAnnMode = QtGui.QAction('Annotate', self) self.actionAnnMode.setCheckable(True) connect(self.actionAnnMode, SIGNAL('toggled(bool)'), self.textView.setAnnotate) self.actionNextDiff = QtGui.QAction(geticon('down'), 'Next diff', self) self.actionNextDiff.setShortcut('Alt+Down') self.actionPrevDiff = QtGui.QAction(geticon('up'), 'Previous diff', self) self.actionPrevDiff.setShortcut('Alt+Up') connect(self.actionNextDiff, SIGNAL('triggered()'), self.nextDiff) connect(self.actionPrevDiff, SIGNAL('triggered()'), self.prevDiff) def revisionSelected(self, rev): pos = self.textView.verticalScrollBar().value() ctx = self.filerevmodel.repo.changectx(rev) self.textView.setContext(ctx) self.textView.displayFile(self.filerevmodel.graph.filename(rev)) self.textView.verticalScrollBar().setValue(pos) self.actionPrevDiff.setEnabled(False) connect(self.textView, SIGNAL('filled'), lambda self=self: self.actionNextDiff.setEnabled(self.textView.fileMode() and self.textView.nDiffs())) def goto(self, rev): index = self.filerevmodel.indexFromRev(rev) if index is not None: self.tableView_revisions.setCurrentIndex(index) else: self._show_rev = rev def setMode(self, mode): self.textView.setMode(mode) self.actionAnnMode.setEnabled(not mode) self.actionNextDiff.setEnabled(not mode) self.actionPrevDiff.setEnabled(not mode) def nextDiff(self): notlast = self.textView.nextDiff() self.actionNextDiff.setEnabled(self.textView.fileMode() and notlast and self.textView.nDiffs()) self.actionPrevDiff.setEnabled(self.textView.fileMode() and self.textView.nDiffs()) def prevDiff(self): notfirst = self.textView.prevDiff() self.actionPrevDiff.setEnabled(self.textView.fileMode() and notfirst and self.textView.nDiffs()) self.actionNextDiff.setEnabled(self.textView.fileMode() and self.textView.nDiffs()) class FileDiffViewer(AbstractFileDialog, _FileDiffViewer): """ Qt4 dialog to display diffs between different mercurial revisions of a file. """ _uifile = 'filediffviewer.ui' def setupViews(self): self.tableView_revisions = self.tableView_revisions_left self.tableViews = {'left': self.tableView_revisions_left, 'right': self.tableView_revisions_right} # viewers are Scintilla editors self.viewers = {} # block are diff-block displayers self.block = {} self.diffblock = BlockMatch(self.frame) lay = QtGui.QHBoxLayout(self.frame) lay.setSpacing(0) lay.setContentsMargins(0, 0, 0, 0) for side, idx in (('left', 0), ('right', 3)): sci = Qsci.QsciScintilla(self.frame) sci.setFont(self._font) sci.verticalScrollBar().setFocusPolicy(Qt.StrongFocus) sci.setFocusProxy(sci.verticalScrollBar()) sci.verticalScrollBar().installEventFilter(self) sci.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOff) sci.setFrameShape(QtGui.QFrame.NoFrame) sci.setMarginLineNumbers(1, True) sci.SendScintilla(sci.SCI_SETSELEOLFILLED, True) if self.lexer: sci.setLexer(self.lexer) sci.setReadOnly(True) lay.addWidget(sci) # hide margin 0 (markers) sci.SendScintilla(sci.SCI_SETMARGINTYPEN, 0, 0) sci.SendScintilla(sci.SCI_SETMARGINWIDTHN, 0, 0) # setup margin 1 for line numbers only sci.SendScintilla(sci.SCI_SETMARGINTYPEN, 1, 1) sci.SendScintilla(sci.SCI_SETMARGINWIDTHN, 1, 20) sci.SendScintilla(sci.SCI_SETMARGINMASKN, 1, 0) # define markers for colorize zones of diff self.markerplus = sci.markerDefine(Qsci.QsciScintilla.Background) sci.SendScintilla(sci.SCI_MARKERSETBACK, self.markerplus, 0xB0FFA0) self.markerminus = sci.markerDefine(Qsci.QsciScintilla.Background) sci.SendScintilla(sci.SCI_MARKERSETBACK, self.markerminus, 0xA0A0FF) self.markertriangle = sci.markerDefine(Qsci.QsciScintilla.Background) sci.SendScintilla(sci.SCI_MARKERSETBACK, self.markertriangle, 0xFFA0A0) self.viewers[side] = sci blk = BlockList(self.frame) blk.linkScrollBar(sci.verticalScrollBar()) self.diffblock.linkScrollBar(sci.verticalScrollBar(), side) lay.insertWidget(idx, blk) self.block[side] = blk lay.insertWidget(2, self.diffblock) for side in sides: table = getattr(self, 'tableView_revisions_%s' % side) table.setTabKeyNavigation(False) #table.installEventFilter(self) connect(table, SIGNAL('revisionSelected'), self.revisionSelected) connect(table, SIGNAL('revisionActivated'), self.revisionActivated) connect(self.viewers[side].verticalScrollBar(), QtCore.SIGNAL('valueChanged(int)'), lambda value, side=side: self.vbar_changed(value, side)) self.attachQuickBar(table.goto_toolbar) self.setTabOrder(table, self.viewers['left']) self.setTabOrder(self.viewers['left'], self.viewers['right']) # timer used to fill viewers with diff block markers during GUI idle time self.timer = QtCore.QTimer() self.timer.setSingleShot(False) connect(self.timer, SIGNAL("timeout()"), self.idle_fill_files) def setupModels(self): self.filedata = {'left': None, 'right': None} self._invbarchanged = False self.filerevmodel = FileRevModel(self.repo, self.filename) connect(self.filerevmodel, QtCore.SIGNAL('filled'), self.modelFilled) self.tableView_revisions_left.setModel(self.filerevmodel) self.tableView_revisions_right.setModel(self.filerevmodel) def createActions(self): connect(self.actionClose, SIGNAL('triggered()'), self.close) connect(self.actionReload, SIGNAL('triggered()'), self.reload) self.actionClose.setIcon(geticon('quit')) self.actionReload.setIcon(geticon('reload')) self.actionNextDiff = QtGui.QAction(geticon('down'), 'Next diff', self) self.actionNextDiff.setShortcut('Alt+Down') self.actionPrevDiff = QtGui.QAction(geticon('up'), 'Previous diff', self) self.actionPrevDiff.setShortcut('Alt+Up') connect(self.actionNextDiff, SIGNAL('triggered()'), self.nextDiff) connect(self.actionPrevDiff, SIGNAL('triggered()'), self.prevDiff) self.actionNextDiff.setEnabled(False) self.actionPrevDiff.setEnabled(False) def setupToolbars(self): self.toolBar_edit.addSeparator() self.toolBar_edit.addAction(self.actionNextDiff) self.toolBar_edit.addAction(self.actionPrevDiff) def modelFilled(self): disconnect(self.filerevmodel, SIGNAL('filled'), self.modelFilled) if self._show_rev is not None: rev = self._show_rev self._show_rev = None else: rev = self.filerevmodel.graph[0].rev self.goto(rev) def revisionSelected(self, rev): if self.sender() is self.tableView_revisions_right: side = 'right' else: side = 'left' path = self.filerevmodel.graph.nodesdict[rev].extra[0] fc = self.repo.changectx(rev).filectx(path) self.filedata[side] = fc.data().splitlines() self.update_diff(keeppos=otherside[side]) def goto(self, rev): index = self.filerevmodel.indexFromRev(rev) if index is not None: if index.row() == 0: index = self.filerevmodel.index(1, 0) self.tableView_revisions_left.setCurrentIndex(index) index = self.filerevmodel.index(0, 0) self.tableView_revisions_right.setCurrentIndex(index) else: self._show_rev = rev def setDiffNavActions(self, pos=0): hasdiff = (self.diffblock.nDiffs() > 0) self.actionNextDiff.setEnabled(hasdiff and pos != 1) self.actionPrevDiff.setEnabled(hasdiff and pos != -1) def nextDiff(self): self.setDiffNavActions(self.diffblock.nextDiff()) def prevDiff(self): self.setDiffNavActions(self.diffblock.prevDiff()) def update_page_steps(self, keeppos=None): for side in sides: self.block[side].syncPageStep() self.diffblock.syncPageStep() if keeppos: side, pos = keeppos self.viewers[side].verticalScrollBar().setValue(pos) def idle_fill_files(self): # we make a burst of diff-lines computed at once, but we # disable GUI updates for efficiency reasons, then only # refresh GUI at the end of the burst for side in sides: self.viewers[side].setUpdatesEnabled(False) self.block[side].setUpdatesEnabled(False) self.diffblock.setUpdatesEnabled(False) for n in range(30): # burst pool if self._diff is None or not self._diff.get_opcodes(): self._diff = None self.timer.stop() self.setDiffNavActions(-1) self.emit(SIGNAL('diffFilled')) break tag, alo, ahi, blo, bhi = self._diff.get_opcodes().pop(0) w = self.viewers['left'] cposl = w.SendScintilla(w.SCI_GETENDSTYLED) w = self.viewers['right'] cposr = w.SendScintilla(w.SCI_GETENDSTYLED) if tag == 'replace': self.block['left'].addBlock('x', alo, ahi) self.block['right'].addBlock('x', blo, bhi) self.diffblock.addBlock('x', alo, ahi, blo, bhi) w = self.viewers['left'] for i in range(alo, ahi): w.markerAdd(i, self.markertriangle) w = self.viewers['right'] for i in range(blo, bhi): w.markerAdd(i, self.markertriangle) elif tag == 'delete': self.block['left'].addBlock('-', alo, ahi) self.diffblock.addBlock('-', alo, ahi, blo, bhi) w = self.viewers['left'] for i in range(alo, ahi): w.markerAdd(i, self.markerminus) elif tag == 'insert': self.block['right'].addBlock('+', blo, bhi) self.diffblock.addBlock('+', alo, ahi, blo, bhi) w = self.viewers['right'] for i in range(blo, bhi): w.markerAdd(i, self.markerplus) elif tag == 'equal': pass else: raise ValueError, 'unknown tag %r' % (tag,) # ok, let's enable GUI refresh for code viewers and diff-block displayers for side in sides: self.viewers[side].setUpdatesEnabled(True) self.block[side].setUpdatesEnabled(True) self.diffblock.setUpdatesEnabled(True) def update_diff(self, keeppos=None): """ Recompute the diff, display files and starts the timer responsible for filling diff markers """ if keeppos: pos = self.viewers[keeppos].verticalScrollBar().value() keeppos = (keeppos, pos) for side in sides: self.viewers[side].clear() self.block[side].clear() self.diffblock.clear() if None not in self.filedata.values(): if self.timer.isActive(): self.timer.stop() for side in sides: self.viewers[side].setMarginWidth(1, "00%s" % len(self.filedata[side])) self._diff = difflib.SequenceMatcher(None, self.filedata['left'], self.filedata['right']) blocks = self._diff.get_opcodes()[:] self._diffmatch = {'left': [x[1:3] for x in blocks], 'right': [x[3:5] for x in blocks]} for side in sides: self.viewers[side].setText('\n'.join(self.filedata[side])) self.update_page_steps(keeppos) self.timer.start() def vbar_changed(self, value, side): """ Callback called when the vertical scrollbar of a file viewer is changed, so we can update the position of the other file viewer. """ if self._invbarchanged: # prevent loops in changes (left -> right -> left ...) return self._invbarchanged = True oside = otherside[side] for i, (lo, hi) in enumerate(self._diffmatch[side]): if lo <= value < hi: break dv = value - lo blo, bhi = self._diffmatch[oside][i] vbar = self.viewers[oside].verticalScrollBar() if (dv) < (bhi - blo): bvalue = blo + dv else: bvalue = bhi vbar.setValue(bvalue) self._invbarchanged = False hgview-1.7.1/hgviewlib/qt4/helpviewer.py0000644000177600017760000000632412072513146017351 0ustar pyvespyves# -*- coding: iso-8859-1 -*- # main.py - qt4-based hg rev log browser # # Copyright (C) 2007-2010 Logilab. All rights reserved. # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. """ Help window for hgview """ import sys, os import re from PyQt4 import QtCore, QtGui, Qsci from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgdialogmixin import HgDialogMixin from hgviewlib.hgviewhelp import help_msg, get_options_helpmsg Qt = QtCore.Qt bold = QtGui.QFont.Bold connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL try: from docutils.core import publish_string except: def publish_string(s, *args, **kwargs): return s class HelpViewer(QtGui.QDialog, HgDialogMixin): """hgview simple help viewer""" _uifile = 'helpviewer.ui' def __init__(self, repo, rest, parent=None): self.repo = repo QtGui.QDialog.__init__(self, parent) HgDialogMixin.__init__(self) self.set_text(rest) self.textBrowser.anchorClicked.connect(self.anchor_clicked) def set_text(self, rest): formated_text = publish_string(rest, writer_name='html') self.textBrowser.setText(formated_text) def anchor_clicked(self, qurl): """Callback called when a link is clicked in the text browser""" QtGui.QDesktopServices.openUrl(qurl) # must be redefined cause it's a QDialog def accept(self): QtGui.QDialog.accept(self) def reject(self): QtGui.QDialog.reject(self) class HgHelpViewer(HelpViewer): """Display a Mercurial help topic and allow to navigate in hg topics""" def __init__(self, repo, topic, parent=None): HelpViewer.__init__(self, repo, self.get_hg_helper(topic), parent) def set_text(self, rest): # handle cross hg doc references with special url for reference in re.findall(':hg:`.*?`', rest): topic = reference[5:-1] if not self.get_hg_helper(topic): rest = re.sub(reference, '*%s*' % topic, rest) else: rest = re.sub(reference, '`%s `_'%(topic,topic), rest) formated_text = publish_string(rest, writer_name='html') self.textBrowser.setText(formated_text) def anchor_clicked(self,qurl): """Callback called when a link is clicked in the text browser""" topic = str(qurl.toString()) if topic.startswith('hg://'): self.set_text(get_hg_helper(topic[5:])) else: QtGui.QDesktopServices.openUrl(qurl) @staticmethod def get_hg_helper(topic): from mercurial import help, cmdutil, commands, error try: rest = cmdutil.findcmd(topic, commands.table, strict=False)[1][0]() except (error.UnknownCommand, error.SignatureError, error.AmbiguousCommand, KeyError): try: rest = (f for n,h,f in help.helptable if topic in n).next()() except StopIteration: rest = None return rest class HgviewHelpViewer(HelpViewer): def __init__(self, repo, parent=None): rest = help_msg + get_options_helpmsg(rest=True) HelpViewer.__init__(self, repo, rest, parent) hgview-1.7.1/hgviewlib/qt4/hgqv_rc.py0000644000177600017760000362645512100515152016637 0ustar pyvespyves# -*- coding: utf-8 -*- # Resource object code # # Created: Fri Jan 25 15:44:58 2013 # by: The Resource Compiler for PyQt (Qt v4.6.3) # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore qt_resource_data = "\ \x00\x00\x3d\x8c\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x73\x79\x73\x74\x65\x6d\x2d\x73\x65\x61\x72\x63\x68\ \x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x64\x6f\x63\x62\x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\ \x2f\x74\x69\x67\x65\x72\x74\x2f\x63\x76\x73\x2f\x66\x72\x65\x65\ \x64\x65\x73\x6b\x74\x6f\x70\x2e\x6f\x72\x67\x2f\x74\x61\x6e\x67\ \x6f\x2d\x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\ \x6c\x61\x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\ \x6f\x6e\x3d\x22\x30\x2e\x34\x33\x2b\x64\x65\x76\x65\x6c\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x73\x76\x67\x31\x31\x33\x30\x30\x22\x0a\x20\x20\x20\x68\ \x65\x69\x67\x68\x74\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\ \x77\x69\x64\x74\x68\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\ \x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\ \x76\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\ \x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\ \x65\x66\x73\x33\x22\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x38\x34\x36\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x38\x34\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x38\x61\x38\x61\x38\x61\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x32\x38\x35\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x34\x38\x34\x38\x34\x38\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x36\x36\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x33\ \x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x32\x31\x39\ \x30\x34\x37\x36\x32\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x30\x30\x30\x30\ \x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x32\x33\x37\x34\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x33\x37\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x34\x34\x38\x37\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x34\x38\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\ \x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x34\x39\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x37\x37\x22\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x34\x34\x37\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x6f\x70\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x34\x34\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\ \x36\x37\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\ \x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x34\x36\x39\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\ \x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\ \x2e\x32\x34\x37\x36\x31\x39\x30\x35\x3b\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x34\x37\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x34\x34\x35\x34\x22\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x37\x32\x39\x66\x63\x66\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x32\x30\x37\x38\x34\x33\ \x31\x34\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x34\x34\x35\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x37\x32\x39\x66\x63\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x36\x37\x36\x31\x39\x30\x35\ \x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x34\x34\x35\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x34\ \x30\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x37\x64\x37\x64\ \x37\x64\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x34\x34\x32\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\ \x34\x34\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x30\x30\x30\x30\x30\x30\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x62\x31\ \x62\x31\x62\x31\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x36\x38\x36\x38\x36\x38\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x34\x34\x34\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x34\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x34\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x30\x2e\x36\ \x35\x36\x32\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x33\x34\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x33\x33\x2e\x32\x31\x38\x37\x35\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x31\ \x2e\x30\x36\x32\x35\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x33\x33\x34\x35\x39\x33\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\x39\x31\ \x32\x39\x32\x2c\x2d\x36\x2e\x39\x37\x33\x38\x34\x32\x2c\x2d\x37\ \x2e\x34\x36\x30\x36\x35\x38\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x34\x34\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x34\x34\x36\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x31\x38\x2e\x32\x34\x30\x39\x32\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\x31\x2e\x38\x31\x37\ \x39\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x31\x38\x2e\x32\x34\x30\x39\x32\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x66\x79\x3d\x22\x32\x31\x2e\x38\x31\x37\x39\x38\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x38\x2e\x33\x30\x38\ \x35\x30\x35\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x34\x34\x36\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x34\x34\x37\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x78\x3d\x22\x31\x35\x2e\x34\x31\x34\x33\x37\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x31\x33\x2e\x30\ \x37\x38\x34\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\ \x3d\x22\x31\x35\x2e\x34\x31\x34\x33\x37\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x66\x79\x3d\x22\x31\x33\x2e\x30\x37\x38\x34\x30\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x36\x2e\x36\ \x35\x36\x32\x35\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x35\x39\x32\x39\x36\ \x33\x2c\x2d\x37\x2e\x37\x34\x36\x39\x30\x30\x65\x2d\x32\x34\x2c\ \x2d\x35\x2e\x37\x31\x34\x34\x34\x33\x65\x2d\x32\x34\x2c\x32\x2e\ \x32\x35\x32\x31\x30\x34\x2c\x2d\x32\x35\x2e\x30\x35\x39\x37\x35\ \x2c\x2d\x31\x38\x2e\x39\x34\x31\x30\x30\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x38\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x39\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x34\x2e\ \x31\x33\x30\x30\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x79\x3d\x22\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\x31\x33\x30\x30\ \x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x33\ \x37\x2e\x39\x36\x37\x39\x32\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x72\x3d\x22\x31\x36\x2e\x35\x32\x38\x36\x32\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x32\x33\x37\ \x39\x36\x38\x2c\x33\x2e\x31\x35\x32\x38\x35\x39\x65\x2d\x31\x35\ \x2c\x32\x38\x2e\x39\x33\x32\x37\x38\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x35\x2e\x37\x34\x33\ \x34\x36\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x31\x37\x2e\x35\x30\x30\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x31\x33\x2e\x36\x30\x32\x31\x32\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x38\x2e\x32\ \x39\x32\x36\x37\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x33\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\ \x31\x36\x2e\x35\x32\x38\x36\x32\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x66\x79\x3d\x22\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\x31\ \x33\x30\x30\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x78\x3d\x22\x32\x34\x2e\x31\x33\x30\x30\x31\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x32\x33\x37\x39\x36\x38\x2c\x2d\x32\x2e\x34\x37\x31\x39\x38\ \x31\x65\x2d\x31\x36\x2c\x32\x38\x2e\x39\x33\x32\x37\x38\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x38\x34\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\x37\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x33\x30\x2e\x35\x35\x37\x37\x37\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x31\x2e\ \x33\x33\x35\x39\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x32\x36\x2e\x35\x38\x30\x32\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x37\x2e\x33\x36\x36\x33\ \x34\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x38\x35\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x38\x34\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\ \x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x23\x33\x34\x36\ \x35\x61\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\x22\x31\x38\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x32\x33\x39\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x37\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\ \x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x36\x39\x31\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\ \x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\x75\x6e\ \x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\x64\x2d\x62\x62\x6f\x78\ \x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\ \x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\ \x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\x72\ \x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x79\x3d\x22\x32\x33\x2e\x30\x37\x30\x35\x32\x30\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x78\ \x3d\x22\x32\x33\x2e\x38\x32\x31\x35\x36\x31\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\ \x22\x31\x31\x2e\x33\x31\x33\x37\x30\x38\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\ \x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\ \x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x32\ \x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\ \x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\ \x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x66\x69\x6c\x6c\x3d\x22\x23\x37\x32\x39\x66\x63\x66\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\ \x34\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\ \x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\ \x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\ \x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\ \x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\ \x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\ \x53\x74\x65\x69\x6e\x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\ \x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x2f\x64\x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\ \x65\x3e\x68\x74\x74\x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\ \x6d\x75\x73\x69\x63\x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\ \x3a\x73\x6f\x75\x72\x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\ \x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\ \x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\ \x32\x2e\x30\x2f\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\ \x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\ \x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\ \x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\ \x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\x6f\x64\x75\ \x63\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\ \x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\ \x63\x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\ \x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\x6f\x74\x69\ \x63\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\ \x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\ \x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\ \x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\x61\x74\x69\ \x76\x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\ \x67\x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x4c\ \x69\x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\ \x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\ \x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\ \x61\x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x31\x37\x37\ \x32\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x2e\x31\x37\x31\x31\x32\x32\x39\x38\x3b\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x38\x34\x32\x29\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\ \x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\ \x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\ \x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\ \x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\ \x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\ \x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\ \x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x34\ \x37\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\x34\x2e\x31\x33\x30\ \x30\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x37\x2e\x39\x36\ \x37\x39\x32\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x36\x2e\x35\ \x32\x38\x36\x32\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x33\x2e\x39\ \x33\x33\x32\x38\x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x34\x30\x2e\x36\x35\x38\x36\x34\x30\x20\ \x33\x37\x2e\x39\x36\x37\x39\x32\x32\x20\x41\x20\x31\x36\x2e\x35\ \x32\x38\x36\x32\x32\x20\x33\x2e\x39\x33\x33\x32\x38\x31\x34\x20\ \x30\x20\x31\x20\x31\x20\x20\x37\x2e\x36\x30\x31\x33\x39\x36\x36\ \x2c\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x20\x41\x20\x31\x36\x2e\ \x35\x32\x38\x36\x32\x32\x20\x33\x2e\x39\x33\x33\x32\x38\x31\x34\ \x20\x30\x20\x31\x20\x31\x20\x20\x34\x30\x2e\x36\x35\x38\x36\x34\ \x30\x20\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x20\x7a\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x34\x34\x36\x34\ \x33\x31\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x31\x2e\x35\x31\x39\x39\x39\x30\x2c\x2d\x31\ \x30\x2e\x39\x37\x34\x35\x33\x2c\x2d\x31\x37\x2e\x37\x35\x31\x36\ \x38\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x73\x73\x63\x63\x63\x73\x63\x63\x63\x73\x63\x63\x7a\x7a\x7a\ \x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x70\x61\x74\x68\x32\x38\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x38\x2e\x36\x32\x37\x35\x36\ \x39\x2c\x33\x2e\x31\x34\x33\x35\x35\x34\x38\x20\x43\x20\x31\x30\ \x2e\x34\x38\x38\x34\x33\x39\x2c\x33\x2e\x31\x34\x33\x35\x35\x34\ \x38\x20\x33\x2e\x38\x38\x32\x37\x36\x38\x32\x2c\x39\x2e\x37\x34\ \x39\x32\x32\x35\x39\x20\x33\x2e\x38\x38\x32\x37\x36\x38\x32\x2c\ \x31\x37\x2e\x38\x38\x38\x33\x35\x36\x20\x43\x20\x33\x2e\x38\x38\ \x32\x37\x36\x38\x32\x2c\x32\x36\x2e\x30\x32\x37\x34\x38\x36\x20\ \x31\x30\x2e\x34\x38\x38\x34\x33\x39\x2c\x33\x32\x2e\x36\x33\x33\ \x31\x35\x38\x20\x31\x38\x2e\x36\x32\x37\x35\x36\x39\x2c\x33\x32\ \x2e\x36\x33\x33\x31\x35\x38\x20\x43\x20\x32\x32\x2e\x31\x30\x37\ \x31\x32\x34\x2c\x33\x32\x2e\x36\x33\x33\x31\x35\x38\x20\x32\x35\ \x2e\x31\x37\x38\x35\x37\x30\x2c\x33\x31\x2e\x32\x34\x38\x37\x36\ \x35\x20\x32\x37\x2e\x37\x30\x31\x32\x39\x32\x2c\x32\x39\x2e\x32\ \x33\x30\x35\x31\x31\x20\x43\x20\x32\x37\x2e\x34\x39\x35\x39\x31\ \x35\x2c\x33\x30\x2e\x32\x33\x37\x33\x39\x32\x20\x32\x37\x2e\x36\ \x32\x33\x32\x35\x37\x2c\x33\x31\x2e\x32\x36\x35\x38\x37\x39\x20\ \x32\x38\x2e\x34\x35\x37\x34\x33\x36\x2c\x33\x31\x2e\x39\x39\x30\ \x34\x33\x36\x20\x4c\x20\x33\x39\x2e\x34\x32\x31\x35\x32\x30\x2c\ \x34\x31\x2e\x35\x31\x37\x38\x34\x36\x20\x43\x20\x34\x30\x2e\x36\ \x35\x34\x39\x33\x36\x2c\x34\x32\x2e\x35\x38\x39\x31\x37\x35\x20\ \x34\x32\x2e\x35\x30\x38\x39\x38\x32\x2c\x34\x32\x2e\x34\x34\x38\ \x38\x30\x36\x20\x34\x33\x2e\x35\x38\x30\x33\x31\x30\x2c\x34\x31\ \x2e\x32\x31\x35\x33\x38\x39\x20\x43\x20\x34\x34\x2e\x36\x35\x31\ \x36\x33\x38\x2c\x33\x39\x2e\x39\x38\x31\x39\x37\x31\x20\x34\x34\ \x2e\x35\x31\x31\x32\x36\x39\x2c\x33\x38\x2e\x31\x32\x37\x39\x32\ \x37\x20\x34\x33\x2e\x32\x37\x37\x38\x35\x33\x2c\x33\x37\x2e\x30\ \x35\x36\x35\x39\x39\x20\x4c\x20\x33\x32\x2e\x33\x31\x33\x37\x36\ \x39\x2c\x32\x37\x2e\x35\x32\x39\x31\x38\x38\x20\x43\x20\x33\x31\ \x2e\x36\x34\x32\x32\x34\x32\x2c\x32\x36\x2e\x39\x34\x35\x39\x30\ \x39\x20\x33\x30\x2e\x38\x32\x30\x38\x39\x31\x2c\x32\x36\x2e\x37\ \x37\x33\x32\x31\x39\x20\x33\x30\x2e\x30\x30\x37\x35\x33\x31\x2c\ \x32\x36\x2e\x38\x38\x36\x34\x36\x36\x20\x43\x20\x33\x31\x2e\x39\ \x39\x34\x32\x33\x31\x2c\x32\x34\x2e\x33\x37\x34\x30\x34\x34\x20\ \x33\x33\x2e\x33\x37\x32\x33\x37\x30\x2c\x32\x31\x2e\x33\x33\x37\ \x36\x36\x33\x20\x33\x33\x2e\x33\x37\x32\x33\x37\x30\x2c\x31\x37\ \x2e\x38\x38\x38\x33\x35\x36\x20\x43\x20\x33\x33\x2e\x33\x37\x32\ \x33\x37\x30\x2c\x39\x2e\x37\x34\x39\x32\x32\x35\x39\x20\x32\x36\ \x2e\x37\x36\x36\x36\x39\x39\x2c\x33\x2e\x31\x34\x33\x35\x35\x34\ \x38\x20\x31\x38\x2e\x36\x32\x37\x35\x36\x39\x2c\x33\x2e\x31\x34\ \x33\x35\x35\x34\x38\x20\x7a\x20\x4d\x20\x31\x38\x2e\x35\x35\x31\ \x39\x35\x34\x2c\x34\x2e\x33\x36\x39\x37\x33\x38\x31\x20\x43\x20\ \x32\x36\x2e\x31\x39\x31\x34\x31\x33\x2c\x34\x2e\x33\x36\x39\x37\ \x33\x38\x31\x20\x33\x31\x2e\x38\x34\x33\x37\x32\x39\x2c\x39\x2e\ \x31\x35\x38\x36\x38\x38\x36\x20\x33\x31\x2e\x38\x34\x33\x37\x32\ \x39\x2c\x31\x37\x2e\x36\x36\x31\x35\x31\x33\x20\x43\x20\x33\x31\ \x2e\x38\x34\x33\x37\x32\x39\x2c\x32\x36\x2e\x33\x33\x36\x36\x32\ \x36\x20\x32\x36\x2e\x30\x32\x37\x30\x33\x39\x2c\x33\x30\x2e\x39\ \x35\x33\x32\x38\x38\x20\x31\x38\x2e\x35\x35\x31\x39\x35\x34\x2c\ \x33\x30\x2e\x39\x35\x33\x32\x38\x38\x20\x43\x20\x31\x31\x2e\x32\ \x34\x39\x30\x30\x35\x2c\x33\x30\x2e\x39\x35\x33\x32\x38\x38\x20\ \x35\x2e\x32\x36\x30\x31\x38\x30\x36\x2c\x32\x35\x2e\x34\x37\x35\ \x31\x39\x36\x20\x35\x2e\x32\x36\x30\x31\x38\x30\x36\x2c\x31\x37\ \x2e\x36\x36\x31\x35\x31\x33\x20\x43\x20\x35\x2e\x32\x36\x30\x31\ \x38\x30\x36\x2c\x39\x2e\x36\x37\x37\x34\x30\x36\x31\x20\x31\x31\ \x2e\x30\x38\x34\x38\x31\x39\x2c\x34\x2e\x33\x36\x39\x37\x33\x38\ \x30\x20\x31\x38\x2e\x35\x35\x31\x39\x35\x34\x2c\x34\x2e\x33\x36\ \x39\x37\x33\x38\x31\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\ \x64\x63\x64\x63\x64\x63\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\ \x73\x74\x72\x6f\x6b\x65\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x38\x35\x32\x29\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x32\x2e\x30\ \x30\x30\x30\x30\x31\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\ \x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\ \x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x23\x64\x63\x64\x63\x64\x63\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\ \x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\ \x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\ \x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\ \x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\ \x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x31\x38\x2e\x36\x30\x32\x39\x30\x35\ \x2c\x33\x2e\x30\x38\x30\x33\x35\x35\x31\x20\x43\x20\x31\x30\x2e\ \x34\x33\x37\x34\x36\x35\x2c\x33\x2e\x30\x38\x30\x33\x35\x35\x31\ \x20\x33\x2e\x38\x31\x30\x34\x34\x30\x38\x2c\x39\x2e\x37\x30\x37\ \x33\x37\x39\x31\x20\x33\x2e\x38\x31\x30\x34\x34\x30\x38\x2c\x31\ \x37\x2e\x38\x37\x32\x38\x31\x39\x20\x43\x20\x33\x2e\x38\x31\x30\ \x34\x34\x30\x38\x2c\x32\x36\x2e\x30\x33\x38\x32\x35\x39\x20\x31\ \x30\x2e\x34\x33\x37\x34\x36\x35\x2c\x33\x32\x2e\x36\x36\x35\x32\ \x38\x33\x20\x31\x38\x2e\x36\x30\x32\x39\x30\x35\x2c\x33\x32\x2e\ \x36\x36\x35\x32\x38\x33\x20\x43\x20\x32\x32\x2e\x30\x39\x33\x37\ \x30\x38\x2c\x33\x32\x2e\x36\x36\x35\x32\x38\x33\x20\x32\x35\x2e\ \x31\x37\x35\x30\x38\x32\x2c\x33\x31\x2e\x32\x37\x36\x34\x31\x36\ \x20\x32\x37\x2e\x37\x30\x35\x39\x36\x30\x2c\x32\x39\x2e\x32\x35\ \x31\x36\x33\x38\x20\x43\x20\x32\x37\x2e\x34\x39\x39\x39\x31\x39\ \x2c\x33\x30\x2e\x32\x36\x31\x37\x37\x34\x20\x32\x37\x2e\x36\x32\ \x37\x36\x37\x32\x2c\x33\x31\x2e\x32\x39\x33\x35\x38\x35\x20\x32\ \x38\x2e\x34\x36\x34\x35\x34\x37\x2c\x33\x32\x2e\x30\x32\x30\x34\ \x38\x34\x20\x4c\x20\x33\x39\x2e\x34\x36\x34\x30\x37\x33\x2c\x34\ \x31\x2e\x35\x37\x38\x36\x39\x31\x20\x43\x20\x34\x30\x2e\x37\x30\ \x31\x34\x37\x36\x2c\x34\x32\x2e\x36\x35\x33\x34\x38\x33\x20\x34\ \x32\x2e\x35\x36\x31\x35\x31\x35\x2c\x34\x32\x2e\x35\x31\x32\x36\ \x36\x31\x20\x34\x33\x2e\x36\x33\x36\x33\x30\x36\x2c\x34\x31\x2e\ \x32\x37\x35\x32\x35\x36\x20\x43\x20\x34\x34\x2e\x37\x31\x31\x30\ \x39\x37\x2c\x34\x30\x2e\x30\x33\x37\x38\x35\x32\x20\x34\x34\x2e\ \x35\x37\x30\x32\x37\x34\x2c\x33\x38\x2e\x31\x37\x37\x38\x31\x34\ \x20\x34\x33\x2e\x33\x33\x32\x38\x37\x31\x2c\x33\x37\x2e\x31\x30\ \x33\x30\x32\x33\x20\x4c\x20\x33\x32\x2e\x33\x33\x33\x33\x34\x36\ \x2c\x32\x37\x2e\x35\x34\x34\x38\x31\x35\x20\x43\x20\x33\x31\x2e\ \x36\x35\x39\x36\x34\x38\x2c\x32\x36\x2e\x39\x35\x39\x36\x35\x31\ \x20\x33\x30\x2e\x38\x33\x35\x36\x34\x32\x2c\x32\x36\x2e\x37\x38\ \x36\x34\x30\x32\x20\x33\x30\x2e\x30\x31\x39\x36\x35\x33\x2c\x32\ \x36\x2e\x39\x30\x30\x30\x31\x36\x20\x43\x20\x33\x32\x2e\x30\x31\ \x32\x37\x37\x35\x2c\x32\x34\x2e\x33\x37\x39\x34\x37\x32\x20\x33\ \x33\x2e\x33\x39\x35\x33\x36\x39\x2c\x32\x31\x2e\x33\x33\x33\x32\ \x37\x36\x20\x33\x33\x2e\x33\x39\x35\x33\x36\x39\x2c\x31\x37\x2e\ \x38\x37\x32\x38\x31\x39\x20\x43\x20\x33\x33\x2e\x33\x39\x35\x33\ \x36\x39\x2c\x39\x2e\x37\x30\x37\x33\x37\x39\x31\x20\x32\x36\x2e\ \x37\x36\x38\x33\x34\x35\x2c\x33\x2e\x30\x38\x30\x33\x35\x35\x31\ \x20\x31\x38\x2e\x36\x30\x32\x39\x30\x35\x2c\x33\x2e\x30\x38\x30\ \x33\x35\x35\x31\x20\x7a\x20\x4d\x20\x31\x38\x2e\x35\x32\x37\x30\ \x34\x36\x2c\x36\x2e\x32\x36\x36\x34\x32\x34\x33\x20\x43\x20\x32\ \x34\x2e\x38\x30\x38\x31\x35\x34\x2c\x36\x2e\x32\x36\x36\x34\x32\ \x34\x35\x20\x32\x39\x2e\x39\x30\x35\x38\x36\x34\x2c\x31\x31\x2e\ \x33\x36\x34\x31\x33\x35\x20\x32\x39\x2e\x39\x30\x35\x38\x36\x34\ \x2c\x31\x37\x2e\x36\x34\x35\x32\x34\x33\x20\x43\x20\x32\x39\x2e\ \x39\x30\x35\x38\x36\x34\x2c\x32\x33\x2e\x39\x32\x36\x33\x35\x31\ \x20\x32\x34\x2e\x38\x30\x38\x31\x35\x34\x2c\x32\x39\x2e\x30\x32\ \x34\x30\x36\x31\x20\x31\x38\x2e\x35\x32\x37\x30\x34\x36\x2c\x32\ \x39\x2e\x30\x32\x34\x30\x36\x31\x20\x43\x20\x31\x32\x2e\x32\x34\ \x35\x39\x33\x38\x2c\x32\x39\x2e\x30\x32\x34\x30\x36\x31\x20\x37\ \x2e\x31\x34\x38\x32\x32\x37\x36\x2c\x32\x33\x2e\x39\x32\x36\x33\ \x35\x31\x20\x37\x2e\x31\x34\x38\x32\x32\x37\x36\x2c\x31\x37\x2e\ \x36\x34\x35\x32\x34\x33\x20\x43\x20\x37\x2e\x31\x34\x38\x32\x32\ \x37\x38\x2c\x31\x31\x2e\x33\x36\x34\x31\x33\x35\x20\x31\x32\x2e\ \x32\x34\x35\x39\x33\x38\x2c\x36\x2e\x32\x36\x36\x34\x32\x34\x33\ \x20\x31\x38\x2e\x35\x32\x37\x30\x34\x36\x2c\x36\x2e\x32\x36\x36\ \x34\x32\x34\x33\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x34\x33\x30\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\ \x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x34\x34\x34\x36\x29\x3b\x66\x69\x6c\ \x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\ \x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\ \x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\ \x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\x39\x2e\x35\ \x30\x37\x30\x30\x34\x2c\x34\x31\x2e\x35\x37\x37\x36\x39\x30\x20\ \x43\x20\x33\x39\x2e\x30\x32\x38\x33\x33\x32\x2c\x33\x39\x2e\x33\ \x30\x34\x35\x30\x33\x20\x34\x30\x2e\x39\x30\x34\x33\x33\x34\x2c\ \x33\x36\x2e\x37\x36\x36\x32\x36\x38\x20\x34\x33\x2e\x30\x39\x31\ \x30\x35\x37\x2c\x33\x36\x2e\x37\x38\x39\x33\x31\x35\x20\x43\x20\ \x34\x33\x2e\x30\x39\x31\x30\x35\x37\x2c\x33\x36\x2e\x37\x38\x39\ \x33\x31\x35\x20\x33\x32\x2e\x33\x33\x30\x36\x39\x30\x2c\x32\x37\ \x2e\x35\x33\x31\x32\x30\x34\x20\x33\x32\x2e\x33\x33\x30\x36\x39\ \x30\x2c\x32\x37\x2e\x35\x33\x31\x32\x30\x34\x20\x43\x20\x32\x39\ \x2e\x33\x38\x35\x38\x39\x39\x2c\x32\x37\x2e\x34\x37\x34\x34\x39\ \x38\x20\x32\x38\x2e\x30\x36\x31\x31\x38\x38\x2c\x32\x39\x2e\x38\ \x30\x33\x38\x32\x30\x20\x32\x38\x2e\x35\x35\x33\x38\x37\x36\x2c\ \x33\x32\x2e\x31\x33\x31\x31\x32\x36\x20\x4c\x20\x33\x39\x2e\x35\ \x30\x37\x30\x30\x34\x2c\x34\x31\x2e\x35\x37\x37\x36\x39\x30\x20\ \x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x34\x34\x33\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\ \x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x37\x32\x29\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x38\x30\x32\ \x37\x33\x33\x36\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\ \x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\ \x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\ \x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\ \x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\ \x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\ \x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\ \x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\ \x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x34\x35\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x63\x78\x3d\x22\x31\x37\x2e\x35\x30\x30\x38\x39\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x31\x38\x2e\x39\x32\x30\x32\ \x33\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x31\x2e\x30\x34\x38\ \x35\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x31\x31\x2e\x30\x34\ \x38\x35\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\ \x3d\x22\x4d\x20\x32\x38\x2e\x35\x34\x39\x34\x33\x37\x20\x31\x38\ \x2e\x39\x32\x30\x32\x33\x33\x20\x41\x20\x31\x31\x2e\x30\x34\x38\ \x35\x34\x34\x20\x31\x31\x2e\x30\x34\x38\x35\x34\x34\x20\x30\x20\ \x31\x20\x31\x20\x20\x36\x2e\x34\x35\x32\x33\x34\x38\x37\x2c\x31\ \x38\x2e\x39\x32\x30\x32\x33\x33\x20\x41\x20\x31\x31\x2e\x30\x34\ \x38\x35\x34\x34\x20\x31\x31\x2e\x30\x34\x38\x35\x34\x34\x20\x30\ \x20\x31\x20\x31\x20\x20\x32\x38\x2e\x35\x34\x39\x34\x33\x37\x20\ \x31\x38\x2e\x39\x32\x30\x32\x33\x33\x20\x7a\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x34\x35\x37\x34\x33\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x31\x2e\x32\x34\x35\x37\x34\x33\x2c\x2d\x33\x2e\x34\ \x32\x35\x33\x34\x36\x2c\x2d\x36\x2e\x31\x37\x37\x30\x33\x33\x29\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x34\x39\ \x37\x37\x36\x34\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x36\x30\x39\x36\x32\x31\x2c\ \x38\x2e\x39\x37\x33\x35\x32\x36\x2c\x31\x35\x2e\x36\x31\x39\x32\ \x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x20\x34\x30\x2e\x36\x35\x38\x36\x34\x30\x20\x33\x37\x2e\x39\ \x36\x37\x39\x32\x32\x20\x41\x20\x31\x36\x2e\x35\x32\x38\x36\x32\ \x32\x20\x33\x2e\x39\x33\x33\x32\x38\x31\x34\x20\x30\x20\x31\x20\ \x31\x20\x20\x37\x2e\x36\x30\x31\x33\x39\x36\x36\x2c\x33\x37\x2e\ \x39\x36\x37\x39\x32\x32\x20\x41\x20\x31\x36\x2e\x35\x32\x38\x36\ \x32\x32\x20\x33\x2e\x39\x33\x33\x32\x38\x31\x34\x20\x30\x20\x31\ \x20\x31\x20\x20\x34\x30\x2e\x36\x35\x38\x36\x34\x30\x20\x33\x37\ \x2e\x39\x36\x37\x39\x32\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\ \x22\x33\x2e\x39\x33\x33\x32\x38\x31\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\ \x3d\x22\x31\x36\x2e\x35\x32\x38\x36\x32\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\ \x79\x3d\x22\x33\x37\x2e\x39\x36\x37\x39\x32\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x63\x78\x3d\x22\x32\x34\x2e\x31\x33\x30\x30\x31\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x34\x34\x38\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x34\ \x39\x33\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\ \x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\ \x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\ \x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\ \x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\ \x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\ \x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\ \x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\ \x6c\x65\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x33\x33\x31\x35\ \x35\x30\x39\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\ \x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x66\x66\ \x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x31\x2e\x30\x30\x30\x30\x33\x31\x31\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\ \x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\ \x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\ \x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\ \x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\ \x74\x34\x34\x39\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x77\x69\x64\x74\x68\x3d\x22\x31\x39\x2e\x30\x34\x38\x34\x33\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x34\x2e\x34\x34\x30\x34\x37\x38\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x34\x30\x2e\x33\x37\x33\ \x33\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\ \x22\x30\x2e\x31\x34\x30\x38\x36\x30\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x78\x3d\x22\x32\x2e\x31\x33\x36\x36\ \x36\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x79\ \x3d\x22\x31\x2e\x38\x38\x37\x39\x33\x36\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x37\x35\x32\x39\x38\x36\ \x2c\x30\x2e\x36\x35\x38\x30\x33\x37\x2c\x2d\x30\x2e\x36\x34\x38\ \x39\x30\x32\x2c\x30\x2e\x37\x36\x30\x38\x37\x32\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x29\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x34\x34\x36\x30\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x33\x30\x36\x33\x61\x33\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\ \x37\x31\x34\x39\x39\x33\x39\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\ \x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\ \x6e\x65\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x34\x35\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x63\x78\x3d\x22\x31\x37\x2e\x35\x38\x39\x32\x38\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x63\x79\x3d\x22\x31\x38\x2e\x34\x37\x38\x32\x39\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x72\x78\x3d\x22\x38\x2e\x33\x30\x38\x35\x30\x35\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x2e\x33\x30\x38\x35\x30\x35\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x32\x35\x2e\x38\x39\x37\x37\x38\x36\x20\x31\x38\x2e\x34\x37\ \x38\x32\x39\x32\x20\x41\x20\x38\x2e\x33\x30\x38\x35\x30\x35\x31\ \x20\x38\x2e\x33\x30\x38\x35\x30\x35\x31\x20\x30\x20\x31\x20\x31\ \x20\x20\x39\x2e\x32\x38\x30\x37\x37\x36\x30\x2c\x31\x38\x2e\x34\ \x37\x38\x32\x39\x32\x20\x41\x20\x38\x2e\x33\x30\x38\x35\x30\x35\ \x31\x20\x38\x2e\x33\x30\x38\x35\x30\x35\x31\x20\x30\x20\x31\x20\ \x31\x20\x20\x32\x35\x2e\x38\x39\x37\x37\x38\x36\x20\x31\x38\x2e\ \x34\x37\x38\x32\x39\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x31\x2e\x33\x39\x38\x36\x31\x34\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x31\x2e\x33\x39\x38\x36\x31\x34\x2c\x2d\x36\x2e\x32\x32\x34\x33\ \x33\x38\x2c\x2d\x38\x2e\x32\x39\x38\x39\x35\x38\x29\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x30\x2e\x38\x33\x34\x32\x32\x34\x35\x38\ \x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x34\x34\x37\x33\x29\x3b\x66\x69\x6c\ \x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\ \x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\ \x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\ \x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x38\x2e\x31\ \x35\x36\x39\x31\x35\x2c\x37\x2e\x33\x39\x36\x36\x39\x33\x38\x20\ \x43\x20\x31\x32\x2e\x39\x34\x39\x33\x32\x35\x2c\x37\x2e\x33\x39\ \x36\x36\x39\x33\x38\x20\x38\x2e\x37\x33\x32\x33\x36\x38\x31\x2c\ \x31\x31\x2e\x36\x31\x33\x36\x35\x31\x20\x38\x2e\x37\x33\x32\x33\ \x36\x38\x31\x2c\x31\x36\x2e\x38\x32\x31\x32\x34\x31\x20\x43\x20\ \x38\x2e\x37\x33\x32\x33\x36\x38\x31\x2c\x31\x38\x2e\x33\x32\x35\ \x32\x31\x36\x20\x39\x2e\x31\x35\x32\x36\x37\x35\x33\x2c\x31\x39\ \x2e\x37\x30\x39\x30\x31\x34\x20\x39\x2e\x37\x37\x39\x35\x34\x30\ \x30\x2c\x32\x30\x2e\x39\x37\x31\x31\x34\x34\x20\x43\x20\x31\x31\ \x2e\x30\x33\x31\x39\x32\x30\x2c\x32\x31\x2e\x34\x33\x32\x37\x35\ \x37\x20\x31\x32\x2e\x33\x36\x32\x32\x39\x37\x2c\x32\x31\x2e\x37\ \x34\x36\x38\x32\x37\x20\x31\x33\x2e\x37\x37\x34\x33\x30\x37\x2c\ \x32\x31\x2e\x37\x34\x36\x38\x32\x37\x20\x43\x20\x31\x39\x2e\x39\ \x34\x35\x32\x36\x32\x2c\x32\x31\x2e\x37\x34\x36\x38\x32\x37\x20\ \x32\x34\x2e\x38\x37\x33\x35\x38\x39\x2c\x31\x36\x2e\x38\x38\x35\ \x31\x39\x30\x20\x32\x35\x2e\x32\x35\x34\x34\x31\x33\x2c\x31\x30\ \x2e\x38\x30\x39\x36\x39\x38\x20\x43\x20\x32\x33\x2e\x35\x32\x33\ \x34\x34\x39\x2c\x38\x2e\x37\x36\x34\x31\x36\x36\x38\x20\x32\x31\ \x2e\x30\x34\x34\x33\x37\x34\x2c\x37\x2e\x33\x39\x36\x36\x39\x33\ \x38\x20\x31\x38\x2e\x31\x35\x36\x39\x31\x35\x2c\x37\x2e\x33\x39\ \x36\x36\x39\x33\x38\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x34\x36\x32\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x04\x07\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x16\x00\x00\x00\x16\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\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\xd7\x0a\x1e\ \x10\x1d\x1b\x50\xb6\xb8\xba\x00\x00\x03\x87\x49\x44\x41\x54\x38\ \xcb\x9d\x95\xcf\x6f\x15\x55\x14\xc7\x3f\x67\x66\xde\xaf\xbe\xbe\ \xf6\xd1\x68\xdb\xd0\xd0\x92\x1a\x48\x85\x9a\x08\x11\x83\x0b\xba\ \x21\x6a\x8c\x6e\x8c\x89\x09\x51\x76\x2a\x4b\xf9\x2b\x5c\xb9\x31\ \xba\x30\x9a\xb8\x31\xba\x6a\xa2\x86\x05\xc6\xa4\xb2\xa0\x2c\xc0\ \x1f\x14\x52\x6b\xb1\xa8\xad\xd0\x22\xfd\xf1\x78\x3f\xe6\xbd\x37\ \x33\x6f\xe6\x1e\x17\xb7\x3f\x5e\x49\xab\x96\x93\x9c\xcc\x9d\xdc\ \xb9\x9f\x7b\xe6\x7e\xbf\x67\x46\x00\x2e\x8e\x22\x87\x3a\xc9\x15\ \x3a\xc9\xa6\x72\xb8\xe2\xb0\xa7\x50\x03\xad\x26\x49\xcd\x27\x98\ \xf3\x69\xbe\x34\x8d\x7a\x00\x89\xf0\x98\x9b\xef\x7c\xd7\xed\xdb\ \xf7\x86\x93\x31\x07\xc5\x11\x40\x40\xa4\x6d\xb5\x02\x6a\xaf\x6a\ \xb6\xd2\x18\xd4\x18\x9c\x34\xf3\x6e\xdc\xf8\x22\xa9\x87\x1f\x00\ \x2b\x1e\x20\x81\xc7\x40\x7e\x68\xe0\x6c\xe1\xf5\xb7\x07\x25\x93\ \x05\x37\x0d\x6e\x0a\x71\x5c\x54\x04\x8c\x01\x93\x40\x12\x42\x2b\ \x44\xe3\x00\xa2\x06\x84\x0d\x34\xaa\xa3\xa1\x4f\xba\xee\x1f\x4c\ \x26\xaf\x9c\x0d\x2a\xcb\xe3\xc0\xaa\x07\x48\xcd\xa1\x98\xa1\x32\ \xa8\xf7\x67\x2c\x50\x5c\xd8\x80\x82\x05\x6b\x02\x26\x86\xa4\x65\ \x33\x8e\x20\x8e\x90\x38\x44\xe3\x08\xe2\x90\xac\x17\x0c\xd6\x1c\ \x8a\x80\x78\x80\x34\x0c\x1e\xa2\x68\x12\xe3\xe4\x8a\x78\x7d\x87\ \x21\xd7\x65\x8f\xe3\xef\x59\xb4\x7a\xdf\x42\x4d\x0c\xc6\x20\x85\ \x5e\xe8\x1b\x01\x8d\xc1\x5f\xa3\x75\x67\x8a\xa4\xbc\x84\x38\x4a\ \xc3\xe0\x6d\x80\x31\x20\xa8\xda\x4a\xd4\x40\xff\x08\x32\xfc\x1c\ \xb8\x1e\x7a\xeb\x12\x4c\x7d\x0d\xad\x06\x24\x09\xa4\xb3\x70\xe4\ \x79\xe4\xc9\x17\xc0\xb4\xd0\x5f\x27\xe0\xee\x0d\xd4\xc4\xa8\xae\ \xb3\x00\x67\x9b\xb4\x71\x08\x95\x7b\x70\xfb\x32\x94\x16\x00\x90\ \xa1\x67\x90\x9e\x21\x48\x62\x7b\xc6\xfb\x0e\xd8\x4d\x45\x60\xf1\ \x17\xf4\xea\xe7\xe8\xfc\x0f\xe8\x83\xbb\x76\xfd\x7a\x78\xdb\x54\ \x4f\x22\xd0\x04\x5d\x9a\x81\xd9\x09\x24\xd7\x0d\x85\x5e\xe4\xe8\ \x8b\x68\xb3\x0a\x71\x13\x19\x7d\x19\x72\x45\x58\x9b\xc7\x4c\x7e\ \x8a\x4e\x7f\x8b\x86\x3e\xaa\x06\x12\xdd\x09\x6c\xd0\x38\x44\xc5\ \x85\xa8\x89\x5e\xff\x0a\xd2\x79\xe4\xd8\xab\xd0\x3f\x82\x73\xea\ \x2d\xfb\x56\xdd\xfb\x21\xa8\xa1\x37\x2f\xa0\x3f\x8d\x43\xb3\xb2\ \xa3\xb7\xb7\x57\x1c\x35\xd0\xc0\x47\xfd\x55\x68\x96\xd1\xd2\x5f\ \x38\xfb\x8f\x22\x83\xc7\xa1\x67\x70\xeb\xd1\xa5\x69\xcc\xa5\x8f\ \xa0\xbe\xb6\x6b\xd3\x6c\x82\xb5\x15\x60\x56\xfe\x40\x1a\x0f\xac\ \x95\xd4\x80\xbf\x6a\xc7\x0f\x47\x1c\x41\xbd\xf4\xaf\xdd\xb8\x25\ \x5e\x1c\xa0\x95\x7b\xd0\x0a\x2c\x34\x95\x45\x4e\x9f\x47\xfa\x47\ \xec\x7d\xe8\xdb\x54\x83\xf4\x8f\x20\xa7\xcf\x43\x2a\xfb\xdf\x15\ \x6f\x0b\x37\x85\x3c\xf5\x0a\x72\xfc\x35\xe8\x28\xc2\xe2\x34\xe6\ \xf2\x27\xb6\x92\x53\xef\xc0\xc0\xa8\x9d\xbb\x33\x85\xde\xf8\xc6\ \xda\x74\x77\xb0\xac\x3b\x10\xe4\xc0\xd3\xc8\xd8\x39\xa4\xf7\x10\ \x04\x55\xcc\xc5\xf7\xd0\x9f\xc7\x6d\x13\xfa\xab\x38\x6f\x7e\x6c\ \xe7\xc6\xce\x59\x5b\x2e\xfc\xd8\xfe\x49\x7a\xe8\x28\x1c\x07\xbc\ \xac\xb5\xd7\x89\x33\xc8\xf0\x49\x10\xb1\xea\xcf\x4e\x6c\xb6\xb2\ \xde\x9a\x40\x6f\x5e\x00\x11\x64\xf8\x24\x72\xe2\x0c\x14\x7a\xed\ \x5a\xc7\xd9\xa1\x62\xc7\x43\x32\x79\x34\x5b\x20\xae\x2c\xc1\x95\ \xcf\xec\xfe\xd7\xbe\x44\xdb\x85\xf2\x4b\xc8\xf7\x1f\x22\xfe\xba\ \x23\x2a\x4b\x68\xb6\x80\x98\x04\x1c\x03\x24\x6d\x60\x05\x9c\x14\ \x92\xce\x93\x2c\xdf\x26\xf9\xee\xfd\xdd\xe5\x36\x31\xfc\x79\xd5\ \x66\xbb\x0b\x7a\x86\xc0\x09\x40\xc3\x2d\x70\xad\x49\xab\x1e\xa6\ \x4a\xc5\x7c\x7f\x8f\x93\xce\xf1\x48\x91\xea\xa6\x1e\x56\x4b\xb5\ \x26\xad\x0d\xb0\xce\x55\x29\xcf\x2e\x36\x27\x0f\xa7\x16\xc6\xba\ \x3a\xb4\x88\xec\x11\xaa\x50\x6d\x94\xcb\xbf\x2d\x36\x27\xe7\xaa\ \x94\x01\x15\x40\x9e\xc8\xf2\xf8\xb1\x02\xcf\xf6\x76\x70\x24\x93\ \xa6\xa8\xed\xa2\xfe\x8f\x10\x30\x61\x44\x79\xb9\xc1\xcc\xf5\x1a\ \xd7\x7e\x0f\x58\xd9\xa8\x2d\x0d\x74\x01\xdd\xeb\xe3\x3d\xfe\xf5\ \x30\x40\x04\x54\x80\x2a\x10\xc9\xf6\x8d\x37\xf3\x51\x42\xdb\x92\ \x7f\x00\xbf\x27\xb9\xce\xc4\xed\x94\x32\x00\x00\x00\x00\x49\x45\ \x4e\x44\xae\x42\x60\x82\ \x00\x00\x57\x51\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\ \x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\ \x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\ \x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\ \x6e\x61\x6d\x65\x3d\x22\x67\x6f\x74\x6f\x2e\x73\x76\x67\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\ \x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\ \x63\x2f\x73\x72\x63\x2f\x63\x76\x73\x2f\x74\x61\x6e\x67\x6f\x2d\ \x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\ \x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x30\x2e\x34\x36\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x33\ \x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x32\x39\x31\ \x33\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\ \x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x22\x0a\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\ \x75\x74\x5f\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\ \x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\ \x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\x22\ \x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x64\x65\x66\x73\x33\x22\x3e\x0a\x20\x20\x20\x20\x3c\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x65\x63\ \x74\x69\x76\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\ \x78\x3d\x22\x30\x20\x3a\x20\x32\x34\x20\x3a\x20\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\ \x70\x5f\x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\x20\x3a\x20\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x76\x70\x5f\x7a\x3d\x22\x34\x38\x20\x3a\x20\x32\x34\ \x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\x6f\x72\ \x69\x67\x69\x6e\x3d\x22\x32\x34\x20\x3a\x20\x31\x36\x20\x3a\x20\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x65\ \x72\x73\x70\x65\x63\x74\x69\x76\x65\x35\x31\x38\x37\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x36\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x33\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x2d\x32\x2e\x37\x37\x34\x33\x38\x39\x2c\x30\ \x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\x30\x36\x2c\x31\x31\x32\x2e\ \x37\x36\x32\x33\x2c\x2d\x38\x37\x32\x2e\x38\x38\x35\x34\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x36\x30\x35\x2e\ \x37\x31\x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x66\x78\x3d\x22\x36\x30\x35\x2e\x37\x31\x34\x32\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x34\x38\ \x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x72\x3d\x22\x31\x31\x37\x2e\x31\x34\x32\x38\x36\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\ \x30\x36\x30\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x62\x6c\x61\ \x63\x6b\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x30\x36\x32\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x62\x6c\x61\x63\x6b\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x35\x30\x36\x34\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x36\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x32\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x37\x37\x34\x33\x38\x39\x2c\ \x30\x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\x30\x36\x2c\x2d\x31\x38\ \x39\x31\x2e\x36\x33\x33\x2c\x2d\x38\x37\x32\x2e\x38\x38\x35\x34\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x36\x30\ \x35\x2e\x37\x31\x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x36\x30\x35\x2e\x37\x31\ \x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\ \x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x72\x3d\x22\x31\x31\x37\x2e\x31\x34\x32\x38\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x30\x34\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x62\x6c\ \x61\x63\x6b\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x30\x35\x30\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x35\x30\x35\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x62\x6c\x61\x63\x6b\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x62\x6c\x61\x63\x6b\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x35\x30\x35\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x34\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x32\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x32\x2e\x37\x37\x34\x33\x38\x39\x2c\x30\ \x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\x30\x36\x2c\x2d\x31\x38\x39\ \x32\x2e\x31\x37\x39\x2c\x2d\x38\x37\x32\x2e\x38\x38\x35\x34\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x30\x32\ \x2e\x38\x35\x37\x31\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x33\x36\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x30\x32\x2e\x38\x35\x37\ \x31\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x36\ \x30\x39\x2e\x35\x30\x35\x30\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x39\x32\x35\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x30\x34\x61\x38\x37\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x73\x74\x6f\x70\x36\x39\x32\x37\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x30\x34\x61\x38\x37\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x36\x39\x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x36\x39\x30\x31\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x33\x34\x36\x35\x61\x34\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x36\x39\ \x30\x33\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x33\ \x34\x36\x35\x61\x34\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x36\x39\x30\x35\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x39\x39\x31\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x34\x39\x39\x33\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x34\x39\x39\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x39\x39\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x39\x39\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x33\x2e\x34\x34\x37\x30\ \x37\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x36\ \x2e\x34\x35\x37\x36\x37\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x66\x78\x3d\x22\x32\x33\x2e\x34\x34\x37\x30\x37\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x36\x2e\x34\x35\x37\ \x36\x37\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\ \x31\x39\x2e\x30\x36\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2e\x33\x31\x34\ \x34\x37\x31\x2c\x2d\x31\x2e\x30\x30\x36\x33\x31\x32\x65\x2d\x32\ \x2c\x2d\x31\x2e\x30\x32\x32\x39\x36\x34\x65\x2d\x32\x2c\x31\x2e\ \x33\x33\x36\x32\x32\x31\x2c\x34\x36\x2e\x32\x32\x31\x30\x38\x2c\ \x2d\x34\x2e\x39\x30\x39\x38\x38\x37\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x31\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x73\x74\x6f\x70\x32\x31\x38\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\ \x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x32\x31\x39\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\ \x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\ \x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x31\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x37\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\ \x2e\x39\x31\x34\x31\x31\x34\x2c\x30\x2c\x30\x2c\x30\x2e\x39\x31\ \x34\x31\x31\x34\x2c\x2d\x33\x2e\x38\x36\x38\x36\x39\x38\x2c\x2d\ \x32\x2e\x37\x30\x36\x39\x30\x32\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x33\x33\x2e\x30\x35\x39\x39\x30\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x37\x2e\x33\ \x39\x34\x31\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x32\x2e\x36\x32\x34\x33\x33\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x32\x2e\x35\x38\x33\x37\x36\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x38\x36\x36\x32\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x38\x36\x36\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\ \x36\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x38\x36\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\ \x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x66\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x35\x2e\x36\x34\ \x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\x2c\x30\x2c\x30\x2e\x35\ \x33\x36\x37\x32\x33\x2c\x30\x2c\x31\x36\x2e\x38\x37\x33\x30\x36\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x35\x35\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x35\x35\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x65\x36\x65\x36\x65\x36\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x30\x30\x30\x30\x30\x30\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x32\x35\x36\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x35\x36\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x2e\x37\x35\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x65\x31\x65\x31\x65\x31\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x2e\x38\x34\x31\x36\x36\x36\x36\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x32\x35\x36\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x35\x35\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x37\x34\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\ \x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\ \x2e\x32\x35\x34\x39\x30\x31\x39\x38\x3b\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x30\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x37\x36\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x37\x38\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x34\x32\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x32\x36\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\ \x32\x35\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x35\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x34\x32\x34\x34\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x34\x32\x34\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x30\x30\ \x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x65\x34\x65\x34\x65\x34\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\ \x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x34\x32\x34\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x64\x33\x64\x33\x64\x33\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x34\x32\x33\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x33\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x65\x65\x65\x65\x65\x65\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x32\x34\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x65\x65\x65\x65\x65\x65\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\ \x32\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x34\x32\x33\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x30\x30\x30\x30\x30\ \x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x62\x62\x62\x62\x62\x62\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x34\x32\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\x30\x30\x30\x30\x30\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x39\x66\ \x39\x66\x39\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x34\x31\x38\x34\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x31\x38\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x38\x33\x38\x33\x38\x33\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x31\x38\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x62\x62\x62\x62\x62\x62\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\ \x6c\x61\x74\x65\x28\x30\x2e\x37\x39\x35\x34\x39\x33\x2c\x33\x2e\ \x37\x39\x39\x31\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x33\x35\x2e\x32\x38\x31\x32\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x32\x34\x2e\x36\x38\x37\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\x35\x2e\x32\ \x38\x31\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x37\x2e\x30\x36\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x30\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x34\x31\x38\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\ \x30\x2e\x39\x34\x33\x39\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x33\x36\x2e\x31\x38\x33\x30\x36\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x38\x2e\x34\x38\ \x31\x31\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x37\x2e\x36\x30\x34\x36\x32\x30\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x34\x32\x33\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x32\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\ \x61\x6e\x73\x6c\x61\x74\x65\x28\x30\x2c\x35\x2e\x31\x32\x35\x29\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x33\x2e\x37\x35\x38\ \x36\x36\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x31\x32\x2e\x32\x32\x31\x38\x32\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x33\x37\x2e\x32\x30\x35\x38\x31\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x32\x2e\x32\ \x37\x37\x34\x31\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x34\x32\x34\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x33\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x30\x2c\x35\x2e\x31\x32\x35\x29\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x38\x36\ \x32\x34\x32\x2c\x30\x2e\x37\x38\x31\x36\x39\x38\x2c\x2d\x30\x2e\ \x37\x31\x30\x37\x38\x32\x2c\x31\x2e\x31\x36\x39\x35\x35\x32\x2c\ \x2d\x32\x2e\x33\x35\x34\x33\x34\x38\x2c\x30\x2e\x32\x34\x38\x31\ \x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x32\x30\ \x2e\x39\x33\x35\x38\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x32\x2e\x39\x35\x38\x35\x31\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x31\x35\x2e\x35\x37\x31\x34\ \x39\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\ \x2e\x39\x35\x38\x35\x31\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x31\x35\x2e\x35\x37\x31\x34\x39\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\ \x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x35\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x34\x32\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\ \x37\x2e\x36\x32\x30\x36\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x34\x34\x2e\x30\x39\x36\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x2e\x34\x33\x33\x31\x33\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x32\ \x2e\x33\x37\x38\x33\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x34\x32\x36\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\ \x6c\x61\x74\x65\x28\x30\x2c\x35\x2e\x31\x32\x35\x29\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\ \x2c\x30\x2c\x30\x2e\x36\x35\x31\x30\x33\x32\x2c\x30\x2c\x39\x2e\ \x34\x35\x35\x36\x39\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x72\x3d\x22\x32\x33\x2e\x35\x35\x35\x34\x39\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x79\x3d\x22\x32\x37\x2e\x30\x39\x36\x31\ \x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\ \x33\x2e\x32\x30\x31\x39\x34\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x79\x3d\x22\x32\x37\x2e\x30\x39\x36\x31\x35\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x33\x2e\x32\x30\ \x31\x39\x34\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x34\ \x32\x37\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x34\x32\x36\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x32\x36\x2e\x33\x35\x37\x31\x38\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x33\x2e\x36\ \x38\x38\x30\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x31\x31\x2e\x33\x31\x38\x38\x33\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x33\x2e\x36\x38\x38\x30\x37\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x32\x37\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x34\x32\x37\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x30\ \x2c\x35\x2e\x31\x32\x35\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x35\x35\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x35\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x33\x33\x2e\x34\x33\x31\x31\x37\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\x31\x2e\x39\x36\x34\x37\ \x37\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\ \x31\x2e\x37\x34\x37\x39\x37\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x31\x2e\x37\x38\x30\x36\x37\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x36\x39\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\ \x39\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x37\x35\x31\x36\x34\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x31\x35\x2e\x38\x36\x38\x34\x33\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x38\x2e\x38\x39\ \x35\x33\x32\x38\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x37\x34\x33\x34\x33\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x39\x32\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x39\x33\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x32\x2e\ \x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\ \x38\x2e\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\ \x31\x2e\x31\x31\x38\x34\x33\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x39\x30\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x32\x31\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x37\x35\x31\x36\x34\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x31\x35\x2e\x38\x36\x38\x34\x33\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x38\x2e\x38\x39\ \x35\x33\x32\x38\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x37\x34\x33\x34\x33\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x36\x39\x32\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x32\x31\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x32\x2e\ \x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\ \x38\x2e\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\ \x31\x2e\x31\x31\x38\x34\x33\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x31\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x32\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x30\x2e\x39\x31\x34\x31\x31\x34\x2c\x30\x2c\x30\x2c\x30\x2e\x39\ \x31\x34\x31\x31\x34\x2c\x2d\x33\x2e\x38\x36\x38\x36\x39\x38\x2c\ \x2d\x32\x2e\x37\x30\x36\x39\x30\x32\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x33\x33\x2e\x30\x35\x39\x39\x30\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x37\x2e\ \x33\x39\x34\x31\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x31\x32\x2e\x36\x32\x34\x33\x33\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x32\x2e\x35\x38\x33\x37\ \x36\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x39\ \x39\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x32\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2e\x33\x31\x34\ \x34\x37\x31\x2c\x2d\x31\x2e\x30\x30\x36\x33\x31\x32\x65\x2d\x32\ \x2c\x2d\x31\x2e\x30\x32\x32\x39\x36\x34\x65\x2d\x32\x2c\x31\x2e\ \x33\x33\x36\x32\x32\x31\x2c\x34\x36\x2e\x32\x32\x31\x30\x38\x2c\ \x2d\x34\x2e\x39\x30\x39\x38\x38\x37\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x63\x78\x3d\x22\x32\x33\x2e\x34\x34\x37\x30\x37\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x36\x2e\x34\ \x35\x37\x36\x37\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\ \x78\x3d\x22\x32\x33\x2e\x34\x34\x37\x30\x37\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x79\x3d\x22\x36\x2e\x34\x35\x37\x36\x37\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x39\ \x2e\x30\x36\x32\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x30\x34\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x36\x30\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x37\ \x37\x34\x33\x38\x39\x2c\x30\x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\ \x30\x36\x2c\x2d\x31\x38\x39\x32\x2e\x31\x37\x39\x2c\x2d\x38\x37\ \x32\x2e\x38\x38\x35\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x33\x30\x32\x2e\x38\x35\x37\x31\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\x36\x36\x2e\x36\x34\ \x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x33\x30\x32\x2e\x38\x35\x37\x31\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x36\x30\x39\x2e\x35\x30\x35\x30\x37\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x36\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x32\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x37\x37\x34\x33\x38\x39\x2c\ \x30\x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\x30\x36\x2c\x2d\x31\x38\ \x39\x31\x2e\x36\x33\x33\x2c\x2d\x38\x37\x32\x2e\x38\x38\x35\x34\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x36\x30\ \x35\x2e\x37\x31\x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x36\x30\x35\x2e\x37\x31\ \x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\ \x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x72\x3d\x22\x31\x31\x37\x2e\x31\x34\x32\x38\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x30\x36\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x32\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x2d\x32\x2e\x37\x37\x34\x33\x38\x39\x2c\ \x30\x2c\x30\x2c\x31\x2e\x39\x36\x39\x37\x30\x36\x2c\x31\x31\x32\ \x2e\x37\x36\x32\x33\x2c\x2d\x38\x37\x32\x2e\x38\x38\x35\x34\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x36\x30\x35\ \x2e\x37\x31\x34\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x79\x3d\x22\x34\x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x36\x30\x35\x2e\x37\x31\x34\ \x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x34\ \x38\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x72\x3d\x22\x31\x31\x37\x2e\x31\x34\x32\x38\x36\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x39\x30\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x33\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\ \x34\x2e\x37\x35\x31\x36\x34\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x31\x35\x2e\x38\x36\x38\x34\x33\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x38\x2e\x38\x39\x35\ \x33\x32\x38\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x31\x36\x2e\x37\x34\x33\x34\x33\x31\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x36\x39\x32\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x36\x30\x33\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x32\x2e\x32\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x38\ \x2e\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x31\ \x2e\x31\x31\x38\x34\x33\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x31\x38\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x36\x30\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\ \x2e\x39\x31\x34\x31\x31\x34\x2c\x30\x2c\x30\x2c\x30\x2e\x39\x31\ \x34\x31\x31\x34\x2c\x2d\x33\x2e\x38\x36\x38\x36\x39\x38\x2c\x2d\ \x32\x2e\x37\x30\x36\x39\x30\x32\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x33\x33\x2e\x30\x35\x39\x39\x30\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x37\x2e\x33\ \x39\x34\x31\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x32\x2e\x36\x32\x34\x33\x33\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x32\x2e\x35\x38\x33\x37\x36\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x39\x39\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x33\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2e\x33\x31\x34\x34\ \x37\x31\x2c\x2d\x31\x2e\x30\x30\x36\x33\x31\x32\x65\x2d\x32\x2c\ \x2d\x31\x2e\x30\x32\x32\x39\x36\x34\x65\x2d\x32\x2c\x31\x2e\x33\ \x33\x36\x32\x32\x31\x2c\x34\x36\x2e\x32\x32\x31\x30\x38\x2c\x2d\ \x34\x2e\x39\x30\x39\x38\x38\x37\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x78\x3d\x22\x32\x33\x2e\x34\x34\x37\x30\x37\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x36\x2e\x34\x35\ \x37\x36\x37\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\ \x3d\x22\x32\x33\x2e\x34\x34\x37\x30\x37\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x66\x79\x3d\x22\x36\x2e\x34\x35\x37\x36\x37\x34\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x39\x2e\ \x30\x36\x32\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x64\x65\x66\ \x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\ \x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x31\x30\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\ \x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x37\x37\x30\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x31\x32\ \x31\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\ \x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x67\x72\x69\x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\ \x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\ \x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\ \x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\ \x3d\x22\x32\x37\x2e\x32\x33\x31\x36\x38\x34\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x32\ \x34\x2e\x39\x35\x30\x33\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x31\ \x2e\x33\x31\x33\x37\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\ \x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\ \x72\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x32\x32\x37\x34\ \x35\x30\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\ \x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\ \x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\ \x68\x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x33\x34\x36\x35\x61\x34\ \x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\x22\x23\ \x32\x30\x34\x61\x38\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\ \x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\ \x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\ \x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\ \x74\x6c\x65\x3e\x53\x61\x76\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\ \x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\ \x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\x65\ \x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\ \x64\x66\x3a\x6c\x69\x3e\x68\x64\x64\x3c\x2f\x72\x64\x66\x3a\x6c\ \x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x72\x64\x66\x3a\x6c\x69\x3e\x68\x61\x72\x64\x20\x64\x72\x69\x76\ \x65\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x73\ \x61\x76\x65\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\ \x3e\x69\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\ \x3e\x73\x74\x6f\x72\x65\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\ \x42\x61\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\ \x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\ \x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\ \x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\ \x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\ \x61\x2f\x32\x2e\x30\x2f\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x69\x64\x65\x6e\x74\x69\x66\x69\x65\ \x72\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\x70\x3a\x2f\x2f\x6a\ \x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\x68\x61\x6c\x6c\x2e\ \x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\ \x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\ \x62\x6f\x75\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\ \x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\ \x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\ \x32\x2e\x30\x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\ \x65\x70\x72\x6f\x64\x75\x63\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x69\x73\x74\x72\x69\x62\x75\ \x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\ \x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\ \x63\x2f\x4e\x6f\x74\x69\x63\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\ \x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\ \x72\x67\x2f\x63\x63\x2f\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\ \x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\ \x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\ \x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\ \x72\x69\x76\x61\x74\x69\x76\x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\ \x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x53\x68\x61\x72\x65\ \x41\x6c\x69\x6b\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\ \x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\ \x62\x65\x6c\x3d\x22\x70\x69\x78\x22\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x61\x79\x65\x72\x32\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\ \x64\x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\ \x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\ \x6c\x61\x74\x65\x28\x2d\x32\x2e\x36\x37\x34\x32\x32\x38\x39\x2c\ \x2d\x35\x2e\x32\x39\x30\x36\x32\x31\x29\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\ \x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\ \x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x64\x6f\x77\x6e\x22\x0a\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x2e\x36\x37\x34\ \x32\x32\x38\x39\x2c\x2d\x35\x2e\x32\x39\x30\x36\x32\x31\x29\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x67\x36\x30\x31\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x31\x2e\x31\x35\x39\x33\x30\x31\x35\x2c\x30\x2c\ \x30\x2c\x31\x2e\x31\x31\x33\x36\x31\x33\x35\x2c\x31\x2e\x32\x39\ \x37\x35\x30\x38\x39\x2c\x2d\x30\x2e\x34\x31\x30\x35\x31\x34\x35\ \x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x35\x30\x35\x39\x34\x34\ \x35\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x31\x2e\x39\x32\x39\x32\x30\ \x32\x65\x2d\x32\x2c\x33\x37\x2e\x34\x33\x36\x30\x34\x33\x2c\x34\ \x31\x2e\x37\x35\x32\x32\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x35\x30\x32\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x64\x69\ \x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x22\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x30\x32\x30\x36\x31\x38\ \x35\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x32\x35\x29\x3b\ \x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\ \x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x31\x37\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x31\x33\x33\x39\x2e\x36\x33\x33\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x34\x37\x38\x2e\x33\x35\x37\x31\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x2d\x31\x35\x35\x39\x2e\ \x32\x35\x32\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x79\x3d\x22\x2d\x31\x35\x30\x2e\x36\x39\x36\x38\x35\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x30\x32\ \x30\x36\x31\x38\x35\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\ \x32\x37\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\ \x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\ \x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\ \x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\ \x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\ \x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\ \x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\ \x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\ \x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\ \x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\ \x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x2d\x32\x31\x39\ \x2e\x36\x31\x38\x37\x36\x2c\x2d\x31\x35\x30\x2e\x36\x38\x30\x33\ \x38\x20\x43\x20\x2d\x32\x31\x39\x2e\x36\x31\x38\x37\x36\x2c\x2d\ \x31\x35\x30\x2e\x36\x38\x30\x33\x38\x20\x2d\x32\x31\x39\x2e\x36\ \x31\x38\x37\x36\x2c\x33\x32\x37\x2e\x36\x35\x30\x34\x31\x20\x2d\ \x32\x31\x39\x2e\x36\x31\x38\x37\x36\x2c\x33\x32\x37\x2e\x36\x35\ \x30\x34\x31\x20\x43\x20\x2d\x37\x36\x2e\x37\x34\x34\x35\x39\x34\ \x2c\x33\x32\x38\x2e\x35\x35\x30\x38\x36\x20\x31\x32\x35\x2e\x37\ \x38\x31\x34\x36\x2c\x32\x32\x30\x2e\x34\x38\x30\x37\x35\x20\x31\ \x32\x35\x2e\x37\x38\x31\x33\x38\x2c\x38\x38\x2e\x34\x35\x34\x32\ \x33\x35\x20\x43\x20\x31\x32\x35\x2e\x37\x38\x31\x33\x38\x2c\x2d\ \x34\x33\x2e\x35\x37\x32\x33\x30\x32\x20\x2d\x33\x33\x2e\x36\x35\ \x35\x34\x33\x36\x2c\x2d\x31\x35\x30\x2e\x36\x38\x30\x33\x36\x20\ \x2d\x32\x31\x39\x2e\x36\x31\x38\x37\x36\x2c\x2d\x31\x35\x30\x2e\ \x36\x38\x30\x33\x38\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x30\x35\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\ \x22\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\ \x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x35\x30\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x2d\x31\x35\x35\x39\x2e\x32\x35\x32\x33\ \x2c\x2d\x31\x35\x30\x2e\x36\x38\x30\x33\x38\x20\x43\x20\x2d\x31\ \x35\x35\x39\x2e\x32\x35\x32\x33\x2c\x2d\x31\x35\x30\x2e\x36\x38\ \x30\x33\x38\x20\x2d\x31\x35\x35\x39\x2e\x32\x35\x32\x33\x2c\x33\ \x32\x37\x2e\x36\x35\x30\x34\x31\x20\x2d\x31\x35\x35\x39\x2e\x32\ \x35\x32\x33\x2c\x33\x32\x37\x2e\x36\x35\x30\x34\x31\x20\x43\x20\ \x2d\x31\x37\x30\x32\x2e\x31\x32\x36\x35\x2c\x33\x32\x38\x2e\x35\ \x35\x30\x38\x36\x20\x2d\x31\x39\x30\x34\x2e\x36\x35\x32\x35\x2c\ \x32\x32\x30\x2e\x34\x38\x30\x37\x35\x20\x2d\x31\x39\x30\x34\x2e\ \x36\x35\x32\x35\x2c\x38\x38\x2e\x34\x35\x34\x32\x33\x35\x20\x43\ \x20\x2d\x31\x39\x30\x34\x2e\x36\x35\x32\x35\x2c\x2d\x34\x33\x2e\ \x35\x37\x32\x33\x30\x32\x20\x2d\x31\x37\x34\x35\x2e\x32\x31\x35\ \x37\x2c\x2d\x31\x35\x30\x2e\x36\x38\x30\x33\x36\x20\x2d\x31\x35\ \x35\x39\x2e\x32\x35\x32\x33\x2c\x2d\x31\x35\x30\x2e\x36\x38\x30\ \x33\x38\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x30\x2e\x34\x30\x32\x30\x36\x31\x38\x35\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x36\x30\x32\x39\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\ \x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\ \x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x32\x2e\x38\x30\x34\ \x31\x39\x34\x2c\x2d\x32\x2e\x31\x32\x31\x33\x32\x30\x34\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x35\ \x38\x2e\x35\x31\x33\x30\x38\x37\x2c\x33\x34\x2e\x34\x37\x36\x35\ \x38\x32\x20\x41\x20\x31\x31\x2e\x33\x31\x33\x37\x30\x38\x2c\x31\ \x31\x2e\x33\x31\x33\x37\x30\x38\x20\x30\x20\x31\x20\x31\x20\x33\ \x35\x2e\x38\x38\x35\x36\x37\x31\x2c\x33\x34\x2e\x34\x37\x36\x35\ \x38\x32\x20\x41\x20\x31\x31\x2e\x33\x31\x33\x37\x30\x38\x2c\x31\ \x31\x2e\x33\x31\x33\x37\x30\x38\x20\x30\x20\x31\x20\x31\x20\x35\ \x38\x2e\x35\x31\x33\x30\x38\x37\x2c\x33\x34\x2e\x34\x37\x36\x35\ \x38\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x31\x31\x2e\x33\ \x31\x33\x37\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x31\x2e\ \x33\x31\x33\x37\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x34\ \x2e\x34\x37\x36\x35\x38\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x34\ \x37\x2e\x31\x39\x39\x33\x37\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x36\x30\x30\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\ \x23\x66\x66\x32\x61\x32\x61\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\ \x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x33\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\ \x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\ \x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x31\x2e\x32\x36\x32\x39\x31\x30\x34\x65\x2d\x37\x2c\ \x32\x2e\x38\x32\x38\x34\x32\x37\x32\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x35\x32\x30\x39\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x36\x30\x33\x31\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x36\x30\x33\x33\x29\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x39\x39\x39\x39\x39\x39\x38\ \x32\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\ \x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\ \x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\ \x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\ \x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\ \x6c\x61\x79\x3a\x62\x6c\x6f\x63\x6b\x3b\x6f\x76\x65\x72\x66\x6c\ \x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\x2e\x32\x30\ \x33\x34\x35\x30\x31\x2c\x32\x35\x2e\x38\x33\x35\x31\x39\x34\x20\ \x43\x20\x32\x2e\x31\x37\x32\x39\x34\x37\x37\x2c\x2d\x35\x2e\x33\ \x38\x35\x33\x33\x36\x39\x20\x32\x38\x2e\x37\x34\x31\x36\x31\x36\ \x2c\x2d\x30\x2e\x34\x35\x31\x31\x31\x35\x33\x20\x32\x38\x2e\x35\ \x38\x32\x34\x31\x36\x2c\x31\x35\x2e\x37\x38\x38\x36\x38\x39\x20\ \x4c\x20\x33\x35\x2e\x38\x39\x35\x33\x33\x2c\x31\x35\x2e\x37\x38\ \x38\x36\x38\x39\x20\x4c\x20\x32\x34\x2e\x35\x31\x37\x36\x35\x32\ \x2c\x32\x38\x2e\x37\x37\x34\x36\x37\x31\x20\x4c\x20\x31\x32\x2e\ \x35\x38\x35\x34\x32\x36\x2c\x31\x35\x2e\x37\x38\x38\x36\x38\x39\ \x20\x43\x20\x31\x32\x2e\x35\x38\x35\x34\x32\x36\x2c\x31\x35\x2e\ \x37\x38\x38\x36\x38\x39\x20\x32\x30\x2e\x31\x32\x36\x38\x35\x39\ \x2c\x31\x35\x2e\x37\x38\x38\x36\x38\x39\x20\x32\x30\x2e\x31\x32\ \x36\x38\x35\x39\x2c\x31\x35\x2e\x37\x38\x38\x36\x38\x39\x20\x43\ \x20\x32\x30\x2e\x35\x38\x33\x39\x32\x31\x2c\x34\x2e\x38\x31\x39\ \x33\x32\x32\x35\x20\x33\x2e\x34\x30\x39\x32\x33\x32\x34\x2c\x31\ \x2e\x36\x31\x30\x30\x33\x34\x36\x20\x33\x2e\x32\x30\x33\x34\x35\ \x30\x31\x2c\x32\x35\x2e\x38\x33\x35\x31\x39\x34\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x31\x34\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\ \x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\x63\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\ \x22\x63\x63\x63\x63\x63\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x32\x31\x37\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x37\x2e\x36\x36\x34\x32\x31\x30\x33\x2c\x39\x2e\x31\ \x30\x34\x31\x30\x34\x37\x20\x43\x20\x31\x32\x2e\x34\x30\x36\x33\ \x38\x2c\x2d\x30\x2e\x30\x34\x30\x30\x33\x30\x36\x20\x32\x38\x2e\ \x31\x32\x32\x33\x33\x36\x2c\x32\x2e\x37\x31\x37\x35\x34\x34\x33\ \x20\x32\x37\x2e\x37\x36\x31\x36\x30\x34\x2c\x31\x36\x2e\x35\x37\ \x39\x33\x39\x33\x20\x4c\x20\x33\x34\x2e\x30\x37\x38\x39\x37\x36\ \x2c\x31\x36\x2e\x35\x37\x39\x33\x39\x33\x20\x43\x20\x33\x34\x2e\ \x30\x37\x38\x39\x37\x36\x2c\x31\x36\x2e\x35\x37\x39\x33\x39\x33\ \x20\x32\x34\x2e\x35\x31\x33\x31\x35\x31\x2c\x32\x37\x2e\x35\x33\ \x36\x37\x36\x39\x20\x32\x34\x2e\x35\x31\x33\x31\x35\x31\x2c\x32\ \x37\x2e\x35\x33\x36\x37\x36\x39\x20\x4c\x20\x31\x34\x2e\x34\x31\ \x36\x36\x38\x2c\x31\x36\x2e\x35\x37\x39\x33\x39\x33\x20\x43\x20\ \x31\x34\x2e\x34\x31\x36\x36\x38\x2c\x31\x36\x2e\x35\x37\x39\x33\ \x39\x33\x20\x32\x30\x2e\x38\x37\x33\x33\x32\x2c\x31\x36\x2e\x35\ \x37\x39\x33\x39\x33\x20\x32\x30\x2e\x38\x37\x33\x33\x32\x2c\x31\ \x36\x2e\x35\x37\x39\x33\x39\x33\x20\x43\x20\x32\x31\x2e\x31\x34\ \x34\x39\x37\x35\x2c\x35\x2e\x30\x30\x34\x31\x36\x31\x35\x20\x31\ \x30\x2e\x39\x32\x32\x32\x36\x35\x2c\x35\x2e\x35\x33\x34\x35\x32\ \x31\x35\x20\x37\x2e\x36\x36\x34\x32\x31\x30\x33\x2c\x39\x2e\x31\ \x30\x34\x31\x30\x34\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x30\x2e\x34\x37\x31\x35\x39\x30\x39\x35\x3b\x66\ \x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x6e\x6f\x6e\x7a\x65\x72\x6f\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x36\x30\x33\x35\x29\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x39\x39\x39\x39\x39\x39\x33\ \x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\ \x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\ \x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\ \x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\ \x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\ \x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\ \x70\x6c\x61\x79\x3a\x62\x6c\x6f\x63\x6b\x3b\x6f\x76\x65\x72\x66\ \x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x39\x34\x33\x31\x38\ \x31\x37\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\ \x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x36\x30\x33\x37\x29\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x6e\x6f\x6e\x7a\x65\x72\ \x6f\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x39\x39\x39\ \x39\x39\x39\x37\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\ \x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\ \x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x33\x34\x2e\x37\x36\x37\x31\x35\x35\x2c\x31\x36\x2e\x32\x31\ \x31\x36\x31\x33\x20\x4c\x20\x33\x32\x2e\x37\x38\x32\x39\x37\x39\ \x2c\x31\x38\x2e\x37\x35\x37\x33\x32\x32\x20\x43\x20\x32\x37\x2e\ \x33\x37\x32\x39\x34\x37\x2c\x31\x37\x2e\x32\x34\x31\x30\x32\x39\ \x20\x32\x34\x2e\x38\x39\x36\x38\x32\x39\x2c\x32\x31\x2e\x34\x38\ \x36\x36\x36\x34\x20\x31\x37\x2e\x31\x30\x39\x32\x38\x34\x2c\x32\ \x30\x2e\x34\x38\x39\x31\x31\x32\x20\x4c\x20\x31\x33\x2e\x32\x34\ \x37\x39\x39\x38\x2c\x31\x36\x2e\x30\x38\x30\x30\x37\x37\x20\x4c\ \x20\x32\x30\x2e\x34\x33\x34\x34\x36\x38\x2c\x31\x36\x2e\x31\x36\ \x32\x38\x36\x32\x20\x43\x20\x32\x30\x2e\x34\x38\x33\x32\x31\x39\ \x2c\x34\x2e\x33\x31\x36\x34\x35\x37\x31\x20\x38\x2e\x33\x34\x34\ \x33\x30\x39\x38\x2c\x34\x2e\x39\x39\x38\x39\x36\x36\x20\x35\x2e\ \x30\x32\x39\x32\x36\x36\x33\x2c\x31\x33\x2e\x36\x32\x37\x38\x32\ \x39\x20\x43\x20\x38\x2e\x38\x33\x37\x32\x32\x30\x31\x2c\x2d\x31\ \x2e\x32\x36\x31\x31\x32\x31\x36\x20\x32\x37\x2e\x38\x39\x33\x33\ \x31\x36\x2c\x30\x2e\x38\x30\x36\x34\x31\x31\x38\x20\x32\x38\x2e\ \x32\x38\x33\x33\x32\x2c\x31\x36\x2e\x31\x31\x34\x31\x31\x32\x20\ \x4c\x20\x33\x34\x2e\x37\x36\x37\x31\x35\x35\x2c\x31\x36\x2e\x32\ \x31\x31\x36\x31\x33\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x39\x38\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\ \x22\x63\x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \ \x00\x00\x10\x6f\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\ \x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x34\x35\ \x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x33\x34\x35\x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x32\x22\x0a\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x34\x36\x22\ \x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\ \x6e\x61\x6d\x65\x3d\x22\x6c\x65\x66\x74\x72\x69\x67\x68\x74\x2e\ \x73\x76\x67\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\x65\x6e\x73\x69\x6f\ \x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\ \x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x31\x2e\x30\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x34\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x6d\x61\x72\x6b\x65\x72\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x73\x74\x6f\x63\ \x6b\x69\x64\x3d\x22\x45\x6d\x70\x74\x79\x54\x72\x69\x61\x6e\x67\ \x6c\x65\x49\x6e\x4c\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x6f\x72\ \x69\x65\x6e\x74\x3d\x22\x61\x75\x74\x6f\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x72\x65\x66\x59\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x72\x65\x66\x58\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x45\x6d\x70\x74\x79\x54\x72\x69\x61\ \x6e\x67\x6c\x65\x49\x6e\x4c\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x33\x33\x31\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x35\x2e\x37\x37\x2c\ \x30\x20\x4c\x20\x2d\x32\x2e\x38\x38\x2c\x35\x20\x4c\x20\x2d\x32\ \x2e\x38\x38\x2c\x2d\x35\x20\x4c\x20\x35\x2e\x37\x37\x2c\x30\x20\ \x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x70\ \x74\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\ \x6f\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x2d\x30\x2e\x38\x2c\x30\x2c\x30\x2c\x2d\x30\x2e\x38\x2c\x34\x2e\ \x38\x2c\x30\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6d\ \x61\x72\x6b\x65\x72\x3e\x0a\x20\x20\x20\x20\x3c\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x70\x65\x72\x73\x70\x33\x64\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x78\x3d\x22\x30\ \x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x70\x5f\x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\ \x20\x3a\x20\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x7a\x3d\x22\x37\x34\x34\x2e\ \x30\x39\x34\x34\x38\x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\x30\ \x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\x6f\ \x72\x69\x67\x69\x6e\x3d\x22\x33\x37\x32\x2e\x30\x34\x37\x32\x34\ \x20\x3a\x20\x33\x35\x30\x2e\x37\x38\x37\x33\x39\x20\x3a\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x65\x72\ \x73\x70\x65\x63\x74\x69\x76\x65\x31\x30\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\ \x66\x66\x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\ \x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\ \x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\ \x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x2e\x36\x32\ \x39\x32\x36\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x34\x35\x2e\x30\x37\x30\x39\ \x35\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x79\x3d\x22\x31\x37\x35\x2e\x31\x39\x39\x32\x31\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\ \x6f\x63\x75\x6d\x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\ \x78\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\ \x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\ \x6f\x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x31\x31\x38\x39\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\ \x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x37\x36\x37\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\ \x77\x67\x75\x69\x64\x65\x73\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x75\x69\ \x64\x65\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x67\x75\ \x69\x64\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x69\x65\x6e\ \x74\x61\x74\x69\x6f\x6e\x3d\x22\x31\x2c\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x70\x6f\x73\x69\x74\x69\x6f\x6e\x3d\x22\x32\x33\ \x37\x2e\x39\x38\x33\x39\x36\x2c\x36\x33\x31\x2e\x31\x30\x32\x33\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x75\ \x69\x64\x65\x33\x39\x37\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\ \x65\x77\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\ \x61\x37\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\ \x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\ \x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\ \x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\ \x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\ \x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\ \x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\ \x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\ \x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\ \x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\ \x6c\x3d\x22\x43\x61\x6c\x71\x75\x65\x20\x31\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\ \x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\ \x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x33\x37\x2e\x39\x39\x38\ \x39\x31\x2c\x2d\x33\x39\x34\x2e\x37\x33\x36\x33\x38\x29\x22\x3e\ \x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x67\x34\x31\x36\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\ \x73\x6c\x61\x74\x65\x28\x32\x37\x2e\x32\x34\x32\x31\x39\x38\x2c\ \x30\x2e\x35\x30\x31\x37\x33\x38\x33\x29\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x2d\x31\x2c\x30\x2c\x30\x2c\x31\x2c\x37\x36\x35\x2e\x33\x31\ \x34\x32\x37\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x30\x37\x30\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x67\x34\x30\x32\x33\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x33\x39\x37\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x36\x35\x2e\x39\x35\x35\x39\ \x31\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\x32\x36\ \x35\x2e\x39\x35\x35\x39\x31\x2c\x35\x31\x37\x2e\x39\x38\x39\x32\ \x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\x35\x33\x36\x2c\x35\x31\ \x37\x2e\x39\x38\x39\x32\x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\ \x35\x33\x36\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\ \x32\x36\x35\x2e\x39\x35\x35\x39\x31\x2c\x34\x37\x39\x2e\x36\x33\ \x35\x37\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\ \x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\ \x31\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\ \x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\ \x2e\x31\x39\x39\x39\x39\x39\x38\x31\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x34\x30\x33\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\x35\x33\x2e\ \x37\x38\x39\x30\x39\x2c\x35\x38\x37\x2e\x38\x39\x30\x36\x36\x20\ \x4c\x20\x32\x35\x32\x2e\x39\x39\x38\x39\x31\x2c\x34\x39\x38\x2e\ \x38\x31\x33\x35\x32\x20\x4c\x20\x33\x35\x33\x2e\x37\x38\x39\x30\ \x39\x2c\x34\x30\x39\x2e\x37\x33\x36\x33\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x72\x75\ \x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\ \x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3a\x33\x30\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\ \x79\x70\x65\x73\x3d\x22\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\ \x34\x31\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\ \x61\x74\x65\x28\x31\x2e\x35\x32\x39\x31\x34\x30\x32\x2c\x31\x33\ \x36\x2e\x31\x37\x32\x32\x33\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x31\x31\x39\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x31\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\ \x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\ \x69\x6d\x69\x74\x3a\x34\x2e\x31\x39\x39\x39\x39\x39\x38\x31\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x36\x35\x2e\x39\x35\x35\x39\ \x31\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\x32\x36\ \x35\x2e\x39\x35\x35\x39\x31\x2c\x35\x31\x37\x2e\x39\x38\x39\x32\ \x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\x35\x33\x36\x2c\x35\x31\ \x37\x2e\x39\x38\x39\x32\x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\ \x35\x33\x36\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\ \x32\x36\x35\x2e\x39\x35\x35\x39\x31\x2c\x34\x37\x39\x2e\x36\x33\ \x35\x37\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x31\x32\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\ \x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x33\ \x30\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\ \x35\x33\x2e\x37\x38\x39\x30\x39\x2c\x35\x38\x37\x2e\x38\x39\x30\ \x36\x36\x20\x4c\x20\x32\x35\x32\x2e\x39\x39\x38\x39\x31\x2c\x34\ \x39\x38\x2e\x38\x31\x33\x35\x32\x20\x4c\x20\x33\x35\x33\x2e\x37\ \x38\x39\x30\x39\x2c\x34\x30\x39\x2e\x37\x33\x36\x33\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x34\x31\x32\x33\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\ \x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x0c\xd9\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\ \x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x34\x35\ \x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x33\x34\x35\x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x32\x22\x0a\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x34\x36\x22\ \x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\ \x6e\x61\x6d\x65\x3d\x22\x6c\x65\x66\x74\x2e\x73\x76\x67\x22\x0a\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\ \x75\x74\x5f\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\ \x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\ \x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\x22\ \x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x64\x65\x66\x73\x34\x22\x3e\x0a\x20\x20\x20\x20\x3c\ \x6d\x61\x72\x6b\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x73\x74\x6f\x63\x6b\x69\x64\x3d\x22\ \x45\x6d\x70\x74\x79\x54\x72\x69\x61\x6e\x67\x6c\x65\x49\x6e\x4c\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x69\x65\x6e\x74\x3d\ \x22\x61\x75\x74\x6f\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x65\ \x66\x59\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x65\ \x66\x58\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x45\x6d\x70\x74\x79\x54\x72\x69\x61\x6e\x67\x6c\x65\x49\ \x6e\x4c\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\ \x6c\x65\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x33\x33\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x35\x2e\x37\x37\x2c\x30\x20\x4c\x20\x2d\ \x32\x2e\x38\x38\x2c\x35\x20\x4c\x20\x2d\x32\x2e\x38\x38\x2c\x2d\ \x35\x20\x4c\x20\x35\x2e\x37\x37\x2c\x30\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x70\x74\x3b\x6d\x61\x72\ \x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x30\x2e\x38\x2c\ \x30\x2c\x30\x2c\x2d\x30\x2e\x38\x2c\x34\x2e\x38\x2c\x30\x29\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6d\x61\x72\x6b\x65\x72\ \x3e\x0a\x20\x20\x20\x20\x3c\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\ \x3d\x22\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\ \x33\x64\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x76\x70\x5f\x78\x3d\x22\x30\x20\x3a\x20\x35\x32\ \x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\ \x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\x20\x3a\x20\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x76\x70\x5f\x7a\x3d\x22\x37\x34\x34\x2e\x30\x39\x34\x34\x38\ \x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\x6f\x72\x69\x67\x69\x6e\ \x3d\x22\x33\x37\x32\x2e\x30\x34\x37\x32\x34\x20\x3a\x20\x33\x35\ \x30\x2e\x37\x38\x37\x33\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x65\x72\x73\x70\x65\x63\x74\ \x69\x76\x65\x31\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x64\x65\ \x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x70\x61\ \x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\ \x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\ \x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\ \x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\ \x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x2e\x36\x32\x39\x32\x36\x37\x35\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x78\x3d\x22\x31\x36\x32\x2e\x36\x33\x31\x30\x34\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\ \x22\x31\x37\x35\x2e\x31\x39\x39\x32\x31\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\ \x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\ \x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\x72\ \x31\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\ \x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\ \x64\x74\x68\x3d\x22\x31\x31\x38\x39\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x68\x65\x69\x67\x68\x74\x3d\x22\x37\x36\x37\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\x22\ \x30\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x75\x69\x64\ \x65\x73\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x75\x69\x64\x65\x2d\x62\x62\ \x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x3e\x0a\x20\x20\x20\x20\x3c\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x67\x75\x69\x64\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\ \x6e\x3d\x22\x31\x2c\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x70\ \x6f\x73\x69\x74\x69\x6f\x6e\x3d\x22\x32\x33\x37\x2e\x39\x38\x33\ \x39\x36\x2c\x36\x33\x31\x2e\x31\x30\x32\x33\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x75\x69\x64\x65\x33\x39\ \x37\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x3e\x0a\x20\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x37\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\ \x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\ \x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\ \x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\ \x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\ \x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x43\x61\ \x6c\x71\x75\x65\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\ \x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x2d\x32\x33\x37\x2e\x39\x39\x38\x39\x31\x2c\x2d\x33\ \x39\x34\x2e\x37\x33\x36\x33\x38\x29\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\ \x30\x37\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x32\x37\x2e\x32\x34\x32\x32\x2c\x36\x38\x2e\x35\x38\x37\x38\ \x35\x33\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\x30\x32\ \x33\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\ \x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\ \x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x35\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\ \x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x2e\x31\x39\x39\x39\x39\x39\ \x38\x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\ \x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x36\x35\x2e\x39\x35\x35\ \x39\x31\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\x32\ \x36\x35\x2e\x39\x35\x35\x39\x31\x2c\x35\x31\x37\x2e\x39\x38\x39\ \x32\x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\x35\x33\x36\x2c\x35\ \x31\x37\x2e\x39\x38\x39\x32\x38\x20\x4c\x20\x35\x32\x37\x2e\x33\ \x31\x35\x33\x36\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x4c\ \x20\x32\x36\x35\x2e\x39\x35\x35\x39\x31\x2c\x34\x37\x39\x2e\x36\ \x33\x35\x37\x32\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x39\x37\x33\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x72\ \x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x77\x69\x64\x74\x68\x3a\x33\x30\x3b\x6d\x61\x72\x6b\x65\ \x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\ \x79\x3a\x6e\x6f\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x33\x35\x33\x2e\x37\x38\x39\x30\x39\x2c\ \x35\x38\x37\x2e\x38\x39\x30\x36\x36\x20\x4c\x20\x32\x35\x32\x2e\ \x39\x39\x38\x39\x31\x2c\x34\x39\x38\x2e\x38\x31\x33\x35\x32\x20\ \x4c\x20\x33\x35\x33\x2e\x37\x38\x39\x30\x39\x2c\x34\x30\x39\x2e\ \x37\x33\x36\x33\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x34\x30\x33\x37\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\ \x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x7d\x6a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\ \x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\ \x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\ \x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x32\x32\x2e\x39\x32\ \x33\x35\x36\x35\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x32\x31\x2e\x37\x32\x32\x36\x33\x22\x0a\x20\x20\x20\x69\x64\ \x3d\x22\x73\x76\x67\x35\x32\x32\x35\x22\x0a\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x34\x36\x22\ \x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\ \x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\x6d\x65\x3d\x22\x2f\x68\ \x6f\x6d\x65\x2f\x6b\x77\x77\x69\x69\x2f\x61\x64\x65\x70\x74\x5f\ \x6e\x6f\x74\x69\x66\x79\x5f\x34\x2e\x70\x6e\x67\x22\x0a\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\x6f\x72\x74\ \x2d\x78\x64\x70\x69\x3d\x22\x36\x31\x2e\x38\x38\x30\x30\x30\x31\ \x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\ \x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\x22\x36\x31\x2e\x38\x38\ \x30\x30\x30\x31\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x64\x6f\x63\x62\x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\ \x2f\x6b\x77\x77\x69\x69\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x6d\x6f\x64\ \x69\x66\x69\x65\x64\x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\ \x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\ \x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x76\x65\ \x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\x22\x3e\x0a\x20\x20\x3c\ \x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\ \x66\x73\x35\x32\x32\x37\x22\x3e\x0a\x20\x20\x20\x20\x3c\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x65\x63\x74\x69\ \x76\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x70\x65\x72\x73\x70\x33\x64\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x78\x3d\ \x22\x30\x20\x3a\x20\x31\x36\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\ \x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\x20\x3a\x20\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x76\x70\x5f\x7a\x3d\x22\x33\x32\x20\x3a\x20\x31\x36\x20\x3a\ \x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\x6f\x72\x69\x67\ \x69\x6e\x3d\x22\x31\x36\x20\x3a\x20\x31\x30\x2e\x36\x36\x36\x36\ \x36\x37\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\x33\x30\ \x38\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x38\x30\x33\x22\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x35\x38\x30\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\ \x38\x30\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x33\x30\x37\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x35\x32\x35\x32\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x73\x74\x6f\x70\x35\x33\x30\x39\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x62\x63\x30\x30\x30\x30\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x35\x33\x31\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x64\x65\x66\x69\x74\x65\x6d\x31\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\ \x38\x32\x2e\x36\x31\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x32\x30\x32\x2e\x33\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x34\x35\x2e\x37\x35\x33\ \x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x36\x37\x38\x34\x39\x39\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\ \x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x36\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x38\x32\x39\ \x37\x65\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x36\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x64\x65\x66\x69\x74\x65\x6d\x31\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x37\x2e\ \x30\x35\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x34\x31\x34\x2e\x38\x37\x32\x39\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x36\x2e\x38\x39\x38\x30\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x39\ \x31\x2e\x34\x39\x37\x39\x39\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x66\x34\ \x61\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x35\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x37\x37\ \x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x35\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\ \x65\x66\x69\x74\x65\x6d\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x35\x36\x2e\x30\x34\ \x36\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x33\x34\x31\x2e\x39\x37\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x35\x32\x35\x2e\x38\x35\x31\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\x31\x37\x2e\x35\x38\ \x38\x39\x39\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x37\x37\x30\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\ \x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x66\x66\x62\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\ \x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x69\x74\ \x65\x6d\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x34\x38\x34\x2e\x33\x34\x36\x39\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x35\x2e\x33\ \x32\x37\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x36\x38\x33\x2e\x35\x37\x32\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x38\x32\x39\x2e\x38\x36\x37\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3d\x22\x23\x66\x64\x37\x37\x30\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x37\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3d\x22\x23\x66\x64\x66\x66\x62\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x39\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x69\x74\x65\x6d\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x34\x31\x31\x2e\x32\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x36\x34\x2e\x37\x32\x31\x33\x39\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x32\x35\x2e\ \x33\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x33\x30\x34\x2e\x31\x36\x36\x39\x39\x22\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\ \x37\x37\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x34\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\ \x66\x66\x62\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x34\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x64\x65\x66\x69\x74\x65\x6d\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x31\x30\x2e\ \x30\x30\x36\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x31\x39\x39\x2e\x38\x30\x37\x30\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x37\x2e\x36\x35\x33\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\ \x32\x2e\x36\x33\x30\x39\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x34\x36\x34\ \x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x33\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x62\x63\x62\x63\ \x63\x61\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x33\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\ \x65\x66\x69\x74\x65\x6d\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x32\x31\x2e\x33\x34\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x35\x34\ \x37\x2e\x35\x32\x38\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x34\x39\x34\x2e\x30\x30\x36\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x38\x32\x2e\x38\x37\ \x37\x39\x39\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\ \x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x62\x38\x62\x38\x63\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\ \x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x69\x74\ \x65\x6d\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x34\x38\x35\x2e\x33\x32\x35\x39\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x37\x32\x2e\ \x37\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x32\x37\x31\x2e\x30\x32\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x35\x30\x33\x2e\x37\x31\x37\x39\x39\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x64\x36\x34\x62\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x37\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x66\x39\x39\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x39\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x64\x65\x66\x69\x74\x65\x6d\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x32\x35\x30\x2e\x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\x30\x2e\ \x36\x31\x37\x39\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x37\x37\x30\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x32\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x66\x66\x62\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x32\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x69\x74\x65\x6d\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x35\x38\x38\x2e\x39\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x36\x30\x2e\x37\ \x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\ \x34\x39\x2e\x34\x38\x31\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x35\x39\x39\x2e\x34\x32\x32\x39\x37\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3d\x22\x23\x66\x64\x37\x37\x30\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3d\x22\x23\x66\x64\x65\x38\x39\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x39\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x64\x65\x66\x69\x74\x65\x6d\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x32\x31\x38\x2e\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x34\x32\x38\x2e\x33\x39\x30\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x35\x39\x2e\x38\ \x33\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x33\x32\x31\x2e\x36\x37\x34\x39\x39\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\ \x64\x37\x37\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x31\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\ \x64\x66\x66\x62\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x31\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x64\x65\x66\x69\x74\x65\x6d\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x32\x34\ \x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\x34\x2e\x39\x36\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x34\x33\ \x2e\x36\x31\x32\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x37\x37\x30\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x64\x66\x66\x62\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x39\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x33\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x2d\x33\x35\x2e\x36\x32\x30\x35\x38\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x33\x32\x2e\x34\x30\x30\ \x37\x36\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x2d\x33\x32\x2e\x38\x36\x32\x37\x38\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x2d\x32\x38\x2e\x30\x39\x34\x35\x39\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x33\x38\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\ \x32\x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\x34\x2e\x39\ \x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\ \x34\x33\x2e\x36\x31\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x33\x38\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\ \x38\x2e\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x34\x32\x38\x2e\x33\x39\x30\x39\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x33\x35\x39\x2e\x38\x33\x30\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x32\ \x31\x2e\x36\x37\x34\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x33\x38\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\ \x38\x38\x2e\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x34\x36\x30\x2e\x37\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x34\x34\x39\x2e\x34\x38\x31\x39\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x39\x2e\ \x34\x32\x32\x39\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x33\x39\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x35\x30\ \x2e\x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\x30\x2e\x36\x31\x37\ \x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x64\x65\x66\x69\x74\x65\x6d\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x33\x39\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x35\x2e\x33\x32\ \x35\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x31\x37\x32\x2e\x37\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x32\x37\x31\x2e\x30\x32\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x35\x30\x33\x2e\x37\x31\x37\x39\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\ \x65\x66\x69\x74\x65\x6d\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x33\x39\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x32\x31\x2e\x33\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x35\x34\x37\ \x2e\x35\x32\x38\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x34\x39\x34\x2e\x30\x30\x36\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x38\x32\x2e\x38\x37\x37\ \x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x64\x65\x66\x69\x74\x65\x6d\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x33\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x31\x30\x2e\x30\x30\ \x36\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x31\x39\x39\x2e\x38\x30\x37\x30\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x32\x35\x37\x2e\x36\x35\x33\x39\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x32\x2e\ \x36\x33\x30\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x33\x39\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x31\x31\ \x2e\x32\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x36\x34\x2e\x37\x32\x31\x33\x39\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x32\x32\x35\x2e\x33\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x30\x34\x2e\x31\ \x36\x36\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x34\x30\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x34\x2e\ \x33\x34\x36\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x39\x35\x2e\x33\x32\x37\x32\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x36\x38\x33\x2e\x35\x37\x32\x30\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x38\x32\ \x39\x2e\x38\x36\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x34\x30\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x35\x36\ \x2e\x30\x34\x36\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x33\x34\x31\x2e\x39\x37\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x35\x32\x35\x2e\x38\x35\x31\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\x31\x37\ \x2e\x35\x38\x38\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x30\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\ \x31\x37\x2e\x30\x35\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x34\x31\x34\x2e\x38\x37\x32\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x36\x2e\x38\ \x39\x38\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x32\x39\x31\x2e\x34\x39\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x30\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x32\x38\x32\x2e\x36\x31\x30\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x30\x32\x2e\x33\x36\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x34\x35\ \x2e\x37\x35\x33\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x31\x36\x2e\x36\x37\x38\x34\x39\x39\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x34\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x35\x32\x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\ \x34\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x33\x32\x34\x2e\x39\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x35\x34\x33\x2e\x36\x31\x32\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x32\x31\x38\x2e\x37\x31\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x34\x32\x38\x2e\x33\x39\x30\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x35\x39\ \x2e\x38\x33\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x33\x32\x31\x2e\x36\x37\x34\x39\x39\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x34\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x35\x38\x38\x2e\x39\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x34\x36\x30\x2e\x37\x39\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x34\x39\x2e\x34\ \x38\x31\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x35\x39\x39\x2e\x34\x32\x32\x39\x37\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x34\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x32\x35\x30\x2e\x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\ \x30\x2e\x36\x31\x37\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x35\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\ \x38\x35\x2e\x33\x32\x35\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x31\x37\x32\x2e\x37\x32\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x37\x31\x2e\x30\x32\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x30\x33\ \x2e\x37\x31\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x34\x35\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x32\ \x31\x2e\x33\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x35\x34\x37\x2e\x35\x32\x38\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x34\x39\x34\x2e\x30\x30\x36\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x38\ \x32\x2e\x38\x37\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x35\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\ \x31\x30\x2e\x30\x30\x36\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x31\x39\x39\x2e\x38\x30\x37\x30\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x37\x2e\x36\ \x35\x33\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x35\x39\x32\x2e\x36\x33\x30\x39\x38\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x35\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x34\x31\x31\x2e\x32\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x36\x34\x2e\x37\x32\x31\x33\x39\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x32\x35\x2e\ \x33\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x33\x30\x34\x2e\x31\x36\x36\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x35\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x34\x38\x34\x2e\x33\x34\x36\x39\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x39\x35\x2e\x33\x32\x37\x32\x30\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x36\x38\x33\ \x2e\x35\x37\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x38\x32\x39\x2e\x38\x36\x37\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x36\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x35\x35\x36\x2e\x30\x34\x36\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x33\x34\x31\x2e\x39\x37\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x35\x32\x35\x2e\ \x38\x35\x31\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x34\x31\x37\x2e\x35\x38\x38\x39\x39\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\ \x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x34\x36\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x32\x31\x37\x2e\x30\x35\x32\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x31\x34\x2e\x38\x37\ \x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x32\x35\x36\x2e\x38\x39\x38\x30\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x32\x39\x31\x2e\x34\x39\x37\x39\x39\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x34\x36\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x38\x32\x2e\x36\x31\x30\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x30\ \x32\x2e\x33\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x32\x34\x35\x2e\x37\x35\x33\x30\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x36\x37\x38\x34\x39\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\ \x65\x66\x69\x74\x65\x6d\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x35\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x32\x34\x2e\x31\x39\x32\ \x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\ \x34\x39\x2e\x31\x37\x34\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x33\x32\x34\x2e\x39\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x34\x33\x2e\x36\x31\x32\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\ \x66\x69\x74\x65\x6d\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x35\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x38\x2e\x37\x31\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x32\x38\x2e\ \x33\x39\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x33\x35\x39\x2e\x38\x33\x30\x39\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x33\x32\x31\x2e\x36\x37\x34\x39\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\ \x65\x66\x69\x74\x65\x6d\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x35\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x38\x38\x2e\x39\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x36\x30\x2e\ \x37\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x34\x34\x39\x2e\x34\x38\x31\x39\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x35\x39\x39\x2e\x34\x32\x32\x39\x37\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x35\x30\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x32\x35\x30\x2e\x32\x35\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x36\x39\x2e\x37\ \x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x38\x32\x2e\x31\x38\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x35\x37\x30\x2e\x36\x31\x37\x39\x38\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x35\x30\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x34\x38\x35\x2e\x33\x32\x35\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x37\x32\x2e\x37\x32\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x37\ \x31\x2e\x30\x32\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x35\x30\x33\x2e\x37\x31\x37\x39\x39\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x35\x31\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x33\x32\x31\x2e\x33\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x35\x34\x37\x2e\x35\x32\x38\x30\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x39\x34\ \x2e\x30\x30\x36\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x32\x38\x32\x2e\x38\x37\x37\x39\x39\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x35\x31\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x35\x31\x30\x2e\x30\x30\x36\x30\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x39\x39\x2e\x38\x30\ \x37\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x32\x35\x37\x2e\x36\x35\x33\x39\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x35\x39\x32\x2e\x36\x33\x30\x39\x38\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x35\x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x34\x31\x31\x2e\x32\x39\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x36\x34\x2e\x37\x32\ \x31\x33\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x32\x32\x35\x2e\x33\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x33\x30\x34\x2e\x31\x36\x36\x39\x39\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\ \x74\x65\x6d\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\ \x35\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x34\x38\x34\x2e\x33\x34\x36\x39\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x35\x2e\x33\ \x32\x37\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x36\x38\x33\x2e\x35\x37\x32\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x38\x32\x39\x2e\x38\x36\x37\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x35\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x35\x35\x36\x2e\x30\x34\x36\x30\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x33\x34\x31\ \x2e\x39\x37\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x35\x32\x35\x2e\x38\x35\x31\x39\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x34\x31\x37\x2e\x35\x38\x38\x39\x39\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\ \x66\x69\x74\x65\x6d\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x35\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x37\x2e\x30\x35\x32\ \x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\ \x31\x34\x2e\x38\x37\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x32\x35\x36\x2e\x38\x39\x38\x30\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x39\x31\x2e\x34\ \x39\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x35\x32\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x38\x32\ \x2e\x36\x31\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x32\x30\x32\x2e\x33\x36\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x32\x34\x35\x2e\x37\x35\x33\x30\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\ \x36\x37\x38\x34\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x36\x39\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x32\ \x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\x34\x2e\x39\x36\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x34\ \x33\x2e\x36\x31\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x36\x39\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x38\ \x2e\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x34\x32\x38\x2e\x33\x39\x30\x39\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x33\x35\x39\x2e\x38\x33\x30\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x32\x31\ \x2e\x36\x37\x34\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x36\x39\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x38\ \x38\x2e\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x34\x36\x30\x2e\x37\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x34\x34\x39\x2e\x34\x38\x31\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x39\x2e\x34\ \x32\x32\x39\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x36\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x35\x30\x2e\ \x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\x30\x2e\x36\x31\x37\x39\ \x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\ \x65\x66\x69\x74\x65\x6d\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x36\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x35\x2e\x33\x32\x35\ \x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\ \x37\x32\x2e\x37\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x32\x37\x31\x2e\x30\x32\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x35\x30\x33\x2e\x37\x31\x37\x39\x39\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\ \x66\x69\x74\x65\x6d\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x37\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x33\x32\x31\x2e\x33\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x35\x34\x37\x2e\ \x35\x32\x38\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x34\x39\x34\x2e\x30\x30\x36\x39\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x32\x38\x32\x2e\x38\x37\x37\x39\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\ \x65\x66\x69\x74\x65\x6d\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x37\x30\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x31\x30\x2e\x30\x30\x36\ \x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\ \x39\x39\x2e\x38\x30\x37\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x32\x35\x37\x2e\x36\x35\x33\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x32\x2e\x36\ \x33\x30\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x30\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x31\x31\x2e\ \x32\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x36\x34\x2e\x37\x32\x31\x33\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x32\x32\x35\x2e\x33\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x30\x34\x2e\x31\x36\ \x36\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x64\x65\x66\x69\x74\x65\x6d\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x35\x37\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x34\x2e\x33\ \x34\x36\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x39\x35\x2e\x33\x32\x37\x32\x30\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x36\x38\x33\x2e\x35\x37\x32\x30\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x38\x32\x39\ \x2e\x38\x36\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x30\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x35\x36\x2e\ \x30\x34\x36\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x33\x34\x31\x2e\x39\x37\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x35\x32\x35\x2e\x38\x35\x31\x39\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\x31\x37\x2e\ \x35\x38\x38\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x37\x31\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\ \x37\x2e\x30\x35\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x34\x31\x34\x2e\x38\x37\x32\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x36\x2e\x38\x39\ \x38\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x32\x39\x31\x2e\x34\x39\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x31\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x32\x38\x32\x2e\x36\x31\x30\x39\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x32\x30\x32\x2e\x33\x36\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x34\x35\x2e\ \x37\x35\x33\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x36\x37\x38\x34\x39\x39\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\ \x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x32\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x32\x38\x32\x2e\x36\x31\x30\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x30\x32\x2e\x33\x36\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x34\ \x35\x2e\x37\x35\x33\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x36\x37\x38\x34\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\ \x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\ \x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\x35\x39\x38\x36\x29\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x37\x33\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x37\x2e\x30\x35\x32\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\x31\ \x34\x2e\x38\x37\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x32\x35\x36\x2e\x38\x39\x38\x30\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x39\x31\x2e\x34\x39\ \x37\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\ \x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\ \x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x37\x33\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x35\x36\ \x2e\x30\x34\x36\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x33\x34\x31\x2e\x39\x37\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x35\x32\x35\x2e\x38\x35\x31\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\x31\x37\ \x2e\x35\x38\x38\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\ \x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\ \x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\ \x39\x2e\x33\x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x33\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x34\x38\x34\x2e\x33\x34\x36\x39\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x35\x2e\x33\x32\x37\x32\x30\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x36\x38\x33\x2e\ \x35\x37\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x38\x32\x39\x2e\x38\x36\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\ \x37\x33\x34\x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\ \x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\ \x37\x2c\x32\x39\x2e\x33\x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x34\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x34\x31\x31\x2e\x32\x39\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x36\x34\x2e\x37\x32\x31\x33\x39\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x32\x35\ \x2e\x33\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x33\x30\x34\x2e\x31\x36\x36\x39\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x39\ \x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\ \x39\x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\ \x39\x37\x2c\x32\x39\x2e\x33\x35\x39\x38\x36\x29\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x35\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x33\x32\x31\x2e\x33\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x35\x34\x37\x2e\x35\x32\x38\x30\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x39\ \x34\x2e\x30\x30\x36\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x32\x38\x32\x2e\x38\x37\x37\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\ \x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\ \x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\x35\x39\x38\x36\x29\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\ \x69\x74\x65\x6d\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x37\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x35\x31\x30\x2e\x30\x30\x36\x30\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x39\x39\ \x2e\x38\x30\x37\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x32\x35\x37\x2e\x36\x35\x33\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x32\x2e\x36\x33\x30\ \x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\ \x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\x35\ \x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x35\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x35\x2e\ \x33\x32\x35\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x31\x37\x32\x2e\x37\x32\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x32\x37\x31\x2e\x30\x32\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x30\x33\x2e\x37\x31\ \x37\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\ \x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\ \x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x37\x35\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x35\x30\ \x2e\x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\x30\x2e\x36\x31\x37\ \x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\ \x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\x35\ \x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x36\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x38\x38\x2e\ \x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x34\ \x36\x30\x2e\x37\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x34\x34\x39\x2e\x34\x38\x31\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\x39\x2e\x34\x32\x32\ \x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\x32\ \x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\x35\ \x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x36\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x31\x38\x2e\ \x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x34\x32\x38\x2e\x33\x39\x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x33\x35\x39\x2e\x38\x33\x30\x39\x39\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x32\x31\x2e\ \x36\x37\x34\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\ \x65\x2d\x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\ \x31\x65\x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\ \x2e\x33\x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x36\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\ \x32\x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\x34\x2e\x39\ \x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\ \x34\x33\x2e\x36\x31\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\ \x31\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\ \x34\x31\x65\x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\ \x39\x2e\x33\x35\x39\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x37\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x32\x2e\x39\x31\x37\x33\x34\x31\x65\x2d\ \x32\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x39\x31\x37\x33\x34\x31\x65\ \x2d\x32\x2c\x33\x34\x2e\x33\x37\x36\x39\x37\x2c\x32\x39\x2e\x33\ \x35\x39\x38\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x35\x32\x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\ \x34\x2e\x39\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x35\x34\x33\x2e\x36\x31\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x37\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x35\x32\x34\x2e\x31\x39\x32\x30\x32\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x33\x34\x39\x2e\x31\x37\x34\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x32\x34\ \x2e\x39\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x35\x34\x33\x2e\x36\x31\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x37\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x32\x31\x38\x2e\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x34\x32\x38\x2e\x33\x39\x30\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x33\x35\x39\x2e\x38\x33\ \x30\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x33\x32\x31\x2e\x36\x37\x34\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x37\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x35\x38\x38\x2e\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x34\x36\x30\x2e\x37\x39\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x34\x34\x39\x2e\x34\x38\x31\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\ \x39\x2e\x34\x32\x32\x39\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x38\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\ \x35\x30\x2e\x32\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x34\x36\x39\x2e\x37\x39\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x31\x38\x32\x2e\x31\x38\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x37\x30\x2e\x36\ \x31\x37\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x38\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\x35\x2e\ \x33\x32\x35\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x31\x37\x32\x2e\x37\x32\x39\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x32\x37\x31\x2e\x30\x32\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x30\x33\x2e\x37\x31\ \x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x64\x65\x66\x69\x74\x65\x6d\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x35\x37\x38\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x32\x31\x2e\x33\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x35\ \x34\x37\x2e\x35\x32\x38\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x34\x39\x34\x2e\x30\x30\x36\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x32\x38\x32\x2e\x38\ \x37\x37\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x64\x65\x66\x69\x74\x65\x6d\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x37\x38\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\x31\x30\x2e\ \x30\x30\x36\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x31\x39\x39\x2e\x38\x30\x37\x30\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x37\x2e\x36\x35\x33\x39\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x35\x39\ \x32\x2e\x36\x33\x30\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x38\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\ \x31\x31\x2e\x32\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x36\x34\x2e\x37\x32\x31\x33\x39\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x32\x35\x2e\x33\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x33\x30\x34\ \x2e\x31\x36\x36\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x37\x39\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x34\x38\ \x34\x2e\x33\x34\x36\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x39\x35\x2e\x33\x32\x37\x32\x30\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x36\x38\x33\x2e\x35\x37\ \x32\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x38\x32\x39\x2e\x38\x36\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x39\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x35\ \x35\x36\x2e\x30\x34\x36\x30\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x33\x34\x31\x2e\x39\x37\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x35\x32\x35\x2e\x38\x35\x31\ \x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\ \x31\x37\x2e\x35\x38\x38\x39\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\x6d\x31\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\x39\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x32\x31\x37\x2e\x30\x35\x32\x39\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x34\x31\x34\x2e\x38\x37\x32\x39\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x35\x36\ \x2e\x38\x39\x38\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x32\x39\x31\x2e\x34\x39\x37\x39\x39\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x64\x65\x66\x69\x74\x65\ \x6d\x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x37\ \x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x32\x38\x32\x2e\x36\x31\x30\x39\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x30\x32\x2e\x33\ \x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\ \x34\x35\x2e\x37\x35\x33\x30\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x36\x37\x38\x34\x39\x39\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x30\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x30\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\x37\ \x37\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x37\x2e\x37\x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\x32\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x30\x33\x37\x32\ \x36\x36\x2c\x30\x2c\x30\x2c\x31\x2e\x30\x33\x37\x32\x36\x36\x2c\ \x2d\x31\x2e\x31\x35\x38\x30\x34\x32\x2c\x2d\x30\x2e\x38\x39\x34\ \x33\x38\x36\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\ \x38\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x2d\x33\x35\x2e\x36\x32\x30\x35\x38\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x33\x32\ \x2e\x34\x30\x30\x37\x36\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x2d\x33\x32\x2e\x38\x36\x32\x37\x38\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\x32\x38\x2e\x30\ \x39\x34\x35\x39\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x38\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x2d\x33\x35\x2e\x36\x32\x30\x35\x38\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x33\ \x32\x2e\x34\x30\x30\x37\x36\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x2d\x33\x32\x2e\x38\x36\x32\x37\x38\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\x32\x38\x2e\ \x30\x39\x34\x35\x39\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x38\x30\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x38\x32\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\ \x30\x33\x37\x32\x36\x36\x2c\x30\x2c\x30\x2c\x31\x2e\x30\x33\x37\ \x32\x36\x36\x2c\x2d\x31\x2e\x31\x35\x38\x30\x34\x32\x2c\x2d\x30\ \x2e\x38\x39\x34\x33\x38\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\x37\x37\x32\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x37\x2e\x37\x30\x30\ \x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\x32\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x30\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x38\x33\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x31\x2e\x32\x36\x30\x37\x32\x34\x2c\x30\x2c\x30\ \x2c\x31\x2e\x32\x36\x38\x31\x30\x32\x2c\x2d\x37\x2e\x30\x37\x34\ \x30\x39\x32\x2c\x2d\x30\x2e\x39\x35\x39\x36\x32\x38\x29\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\ \x37\x37\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x37\x2e\x37\x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\ \x32\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x33\ \x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x33\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x2d\x33\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x2d\x33\ \x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x66\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x66\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\x2e\x31\x35\x36\ \x36\x38\x30\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\x2c\x30\x2c\x31\x2e\x32\ \x32\x32\x30\x37\x35\x2c\x30\x2c\x37\x2e\x35\x37\x34\x37\x38\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x38\x34\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2c\ \x30\x2c\x30\x2c\x31\x2e\x32\x32\x32\x30\x37\x35\x2c\x30\x2c\x37\ \x2e\x35\x37\x34\x37\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x2d\x33\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x2d\x33\x32\x2e\x38\ \x39\x30\x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\ \x22\x34\x2e\x31\x35\x36\x36\x38\x30\x36\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x35\x38\x30\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x35\x38\x34\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x31\x2e\x32\x36\x30\x37\x32\x34\x2c\x30\x2c\x30\x2c\x31\ \x2e\x32\x36\x38\x31\x30\x32\x2c\x2d\x37\x2e\x30\x37\x34\x30\x39\ \x32\x2c\x2d\x30\x2e\x39\x35\x39\x36\x32\x38\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\x37\x37\ \x32\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x37\ \x2e\x37\x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\x32\x35\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x30\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x35\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x36\x30\x37\x32\x34\ \x2c\x30\x2c\x30\x2c\x31\x2e\x32\x36\x38\x31\x30\x32\x2c\x2d\x37\ \x2e\x30\x34\x36\x36\x34\x31\x2c\x30\x2e\x36\x33\x31\x37\x35\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\ \x31\x34\x37\x37\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x37\x2e\x37\x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\ \x33\x31\x32\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x35\ \x38\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\x2c\ \x30\x2c\x31\x2e\x32\x32\x32\x30\x37\x35\x2c\x30\x2c\x37\x2e\x35\ \x37\x34\x37\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\ \x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\ \x2e\x31\x35\x36\x36\x38\x30\x36\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\ \x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\ \x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\ \x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\ \x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x31\x2e\x33\x39\x30\ \x36\x32\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x78\x3d\x22\x32\x32\x2e\x31\x33\x37\x32\x38\x35\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x79\x3d\x22\x31\x33\x2e\x31\x30\x32\x34\x34\x39\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\ \x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\ \x72\x31\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\ \x64\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\x64\x2d\x62\x62\x6f\x78\ \x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\ \x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x75\x69\x64\x65\x2d\x62\ \x62\x6f\x78\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\ \x2d\x77\x69\x64\x74\x68\x3d\x22\x39\x31\x35\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x36\x37\x32\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\ \x3d\x22\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\ \x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\ \x61\x64\x61\x74\x61\x35\x32\x33\x30\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\ \x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\ \x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\ \x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\ \x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\ \x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\ \x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\ \x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\x61\x79\x65\x72\ \x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\ \x65\x72\x22\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x39\ \x2e\x30\x37\x36\x34\x33\x35\x36\x2c\x2d\x39\x2e\x32\x30\x39\x35\ \x34\x36\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x74\x79\x70\x65\x3d\x22\x73\x74\x61\x72\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x75\ \x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x35\x38\x35\x37\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\ \x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x30\x2e\x33\x34\x37\x37\x38\x30\x31\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\ \x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x70\x61\x74\x68\x31\x37\x33\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x73\x69\x64\x65\x73\x3d\ \x22\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x63\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\ \x22\x2d\x33\x31\x2e\x35\x39\x38\x39\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x31\x3d\x22\ \x34\x2e\x35\x39\x38\x39\x33\x30\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x32\x3d\x22\x32\ \x2e\x32\x39\x39\x34\x36\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x31\x3d\x22\ \x31\x2e\x35\x37\x30\x37\x39\x36\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x32\x3d\ \x22\x32\x2e\x36\x31\x37\x39\x39\x33\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x66\x6c\x61\x74\ \x73\x69\x64\x65\x64\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x6f\x75\ \x6e\x64\x65\x64\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x61\x6e\x64\x6f\x6d\x69\ \x7a\x65\x64\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\ \x3d\x22\x4d\x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\x4c\x20\x2d\x33\ \x37\x2e\x39\x38\x32\x37\x39\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\ \x33\x39\x35\x20\x4c\x20\x2d\x33\x30\x2e\x30\x31\x37\x32\x31\x2c\ \x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x36\x20\x4c\x20\x2d\x33\x34\ \x2c\x2d\x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x2d\x32\x2e\x37\x35\x32\x32\x38\x37\x2c\x30\x2c\x30\x2c\x2d\ \x33\x2e\x30\x30\x33\x39\x37\x38\x2c\x2d\x37\x33\x2e\x30\x33\x39\ \x35\x34\x2c\x2d\x37\x31\x2e\x33\x39\x37\x38\x36\x29\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\ \x3d\x22\x73\x74\x61\x72\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x66\x66\ \x66\x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x39\x30\x30\x30\x30\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\ \x34\x33\x37\x30\x37\x38\x34\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\ \x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\ \x33\x30\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x73\x69\x64\x65\x73\x3d\x22\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\ \x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x2d\x33\x31\x2e\ \x35\x39\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x72\x31\x3d\x22\x34\x2e\x35\x39\x38\ \x39\x33\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x32\x3d\x22\x32\x2e\x32\x39\x39\x34\ \x36\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x61\x72\x67\x31\x3d\x22\x31\x2e\x35\x37\x30\ \x37\x39\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x32\x3d\x22\x32\x2e\x36\x31\ \x37\x39\x39\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x66\x6c\x61\x74\x73\x69\x64\x65\x64\ \x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x6f\x75\x6e\x64\x65\x64\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x72\x61\x6e\x64\x6f\x6d\x69\x7a\x65\x64\x3d\x22\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x2d\ \x33\x34\x2c\x2d\x32\x37\x20\x4c\x20\x2d\x33\x37\x2e\x39\x38\x32\ \x37\x39\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x35\x20\x4c\ \x20\x2d\x33\x30\x2e\x30\x31\x37\x32\x31\x2c\x2d\x33\x33\x2e\x38\ \x39\x38\x33\x39\x36\x20\x4c\x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\ \x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x32\x2e\x31\ \x31\x30\x32\x38\x38\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x34\x38\x30\ \x34\x39\x39\x2c\x2d\x35\x31\x2e\x32\x31\x31\x35\x39\x2c\x2d\x35\ \x34\x2e\x39\x31\x33\x31\x34\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x35\ \x33\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x34\x33\x39\ \x37\x33\x36\x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\ \x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x30\x2e\x35\x33\x31\x37\x30\ \x36\x2c\x39\x2e\x37\x30\x36\x36\x30\x38\x20\x4c\x20\x31\x35\x2e\ \x37\x36\x34\x35\x39\x31\x2c\x31\x38\x2e\x37\x34\x31\x38\x33\x37\ \x20\x43\x20\x31\x37\x2e\x31\x39\x30\x32\x31\x35\x2c\x31\x39\x2e\ \x33\x35\x37\x33\x35\x36\x20\x31\x38\x2e\x38\x30\x38\x35\x35\x38\ \x2c\x31\x39\x2e\x36\x39\x32\x39\x31\x34\x20\x32\x30\x2e\x35\x33\ \x31\x37\x30\x36\x2c\x31\x39\x2e\x36\x39\x32\x39\x31\x34\x20\x43\ \x20\x32\x32\x2e\x32\x35\x34\x38\x35\x34\x2c\x31\x39\x2e\x36\x39\ \x32\x39\x31\x34\x20\x32\x33\x2e\x38\x37\x33\x31\x39\x36\x2c\x31\ \x39\x2e\x33\x35\x37\x33\x35\x36\x20\x32\x35\x2e\x32\x39\x38\x38\ \x31\x39\x2c\x31\x38\x2e\x37\x34\x31\x38\x33\x37\x20\x4c\x20\x32\ \x30\x2e\x35\x33\x31\x37\x30\x36\x2c\x39\x2e\x37\x30\x36\x36\x30\ \x38\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x70\x61\x74\x68\x35\x37\x39\x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x74\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6d\ \x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x66\x6f\x6e\x74\x2d\x73\x69\x7a\x65\x3a\x31\x33\x2e\x30\x38\ \x34\x39\x36\x38\x35\x37\x70\x78\x3b\x66\x6f\x6e\x74\x2d\x73\x74\ \x79\x6c\x65\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\ \x77\x65\x69\x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x69\ \x6c\x6c\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x30\x2e\x32\x39\x39\x39\x39\x39\x39\x38\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\ \x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\ \x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x42\ \x69\x74\x73\x74\x72\x65\x61\x6d\x20\x56\x65\x72\x61\x20\x53\x61\ \x6e\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x31\x35\ \x2e\x38\x36\x35\x33\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x3d\x22\x32\x39\x2e\x36\x31\x34\x30\x34\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x74\x65\x78\x74\x35\x38\x31\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x31\x2e\x31\x31\x34\ \x36\x35\x31\x2c\x30\x2e\x38\x39\x37\x31\x34\x32\x29\x22\x3e\x3c\ \x74\x73\x70\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x6f\x6c\x65\x3d\x22\x6c\x69\ \x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x74\x73\x70\x61\x6e\x35\x38\x31\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x78\x3d\x22\x31\x35\x2e\x38\x36\x35\x33\x39\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x32\ \x39\x2e\x36\x31\x34\x30\x34\x34\x22\x3e\x21\x3c\x2f\x74\x73\x70\ \x61\x6e\x3e\x3c\x2f\x74\x65\x78\x74\x3e\x0a\x20\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x1f\xfb\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x67\x6f\x2d\x75\x70\x2e\x73\x76\x67\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\x61\x73\ \x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\x61\x70\x6f\x2f\x49\x63\ \x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\x69\x6e\x65\x2d\x69\x63\ \x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\x62\x6c\ \x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x34\x35\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x33\x32\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\x31\x33\x30\x30\ \x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\x70\ \x78\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x70\ \x78\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\ \x78\x70\x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\x6d\x65\x3d\x22\ \x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\x63\x2f\x44\x65\x73\ \x6b\x74\x6f\x70\x2f\x77\x69\x2d\x66\x69\x2e\x70\x6e\x67\x22\x0a\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\x6f\ \x72\x74\x2d\x78\x64\x70\x69\x3d\x22\x39\x30\x2e\x30\x30\x30\x30\ \x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x65\x78\x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\x22\x39\x30\x2e\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\x65\x6e\ \x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x33\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\ \x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x38\x36\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x38\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\ \x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x33\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x2d\x33\x2e\x37\x34\x39\x34\x32\x37\x65\x2d\x31\x36\ \x2c\x2d\x32\x2e\x30\x34\x36\x37\x32\x39\x2c\x31\x2e\x35\x35\x37\ \x36\x31\x30\x2c\x2d\x32\x2e\x38\x35\x33\x34\x30\x34\x65\x2d\x31\ \x36\x2c\x32\x2e\x37\x36\x37\x30\x30\x39\x2c\x36\x36\x2e\x39\x33\ \x32\x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\ \x22\x32\x34\x2e\x35\x33\x37\x38\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x79\x3d\x22\x30\x2e\x34\x30\x30\x31\x30\x38\x31\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\ \x35\x33\x37\x38\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\ \x3d\x22\x30\x2e\x34\x30\x30\x31\x30\x38\x31\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\x2e\x31\x37\x31\x34\x31\ \x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x38\x37\x31\x38\x38\ \x35\x65\x2d\x31\x36\x2c\x2d\x30\x2e\x38\x34\x33\x30\x32\x32\x2c\ \x31\x2e\x30\x32\x30\x31\x36\x38\x2c\x32\x2e\x32\x36\x35\x32\x32\ \x38\x65\x2d\x31\x36\x2c\x30\x2e\x36\x30\x36\x34\x33\x36\x2c\x34\ \x32\x2e\x35\x38\x36\x31\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x31\x31\x2e\x33\x31\x39\x32\x30\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\x32\x2e\x34\x35\ \x34\x39\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\ \x22\x31\x31\x2e\x33\x31\x39\x32\x30\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x66\x79\x3d\x22\x32\x32\x2e\x34\x35\x34\x39\x37\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x36\x2e\x39\ \x35\x36\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\ \x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\ \x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\ \x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x33\x36\x37\x32\x33\x2c\x31\ \x2e\x36\x31\x34\x37\x31\x36\x65\x2d\x31\x35\x2c\x31\x36\x2e\x38\ \x37\x33\x30\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\ \x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x35\x2e\x36\x34\x34\x37\ \x33\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x31\x37\x33\x31\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x35\ \x37\x39\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x63\x65\x35\x63\ \x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\ \x22\x38\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\ \x3d\x22\x35\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\ \x68\x3d\x22\x38\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\ \x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\ \x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\ \x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\ \x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\ \x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x32\x2e\x31\x31\ \x38\x35\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x78\x3d\x22\x34\x35\x2e\x33\x31\x32\x31\x39\ \x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x7a\x6f\x6f\x6d\x3d\x22\x36\x2e\x35\x32\x39\x36\x38\x39\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\ \x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x37\x33\x64\ \x32\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x3d\x22\x23\x37\x33\x64\x32\x31\x36\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\ \x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\ \x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\ \x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\ \x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\ \x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x47\x6f\x20\x55\x70\x3c\x2f\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x68\x69\x67\x68\x65\x72\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x75\x70\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x72\x72\x6f\x77\x3c\x2f\x72\ \x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\x6f\x69\x6e\x74\ \x65\x72\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\ \x26\x67\x74\x3b\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x42\x61\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x41\x6e\x64\ \x72\x65\x61\x73\x20\x4e\x69\x6c\x73\x73\x6f\x6e\x3c\x2f\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\x63\x6f\x6e\x74\x72\ \x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\ \x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\ \x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\x6f\x64\x75\x63\ \x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\ \x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\ \x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\ \x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\x6f\x74\x69\x63\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x41\ \x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\ \x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\ \x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\x61\x74\x69\x76\ \x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\ \x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x4c\x69\ \x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\ \x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\x61\ \x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x31\ \x34\x34\x36\x36\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x39\x35\x34\x35\x38\x2c\ \x2d\x36\x2e\x31\x36\x33\x38\x34\x36\x2c\x31\x36\x2e\x33\x31\x32\ \x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\x34\x32\ \x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\x37\ \x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\x31\ \x20\x20\x39\x2e\x31\x39\x32\x33\x38\x38\x35\x2c\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\ \x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\ \x31\x20\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\ \x34\x32\x31\x31\x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x2e\ \x33\x39\x36\x38\x39\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x35\x2e\ \x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\ \x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x36\x36\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x30\x2e\x32\x39\x39\x34\x36\x35\x32\x31\x3b\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\ \x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x34\x34\x34\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\ \x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\ \x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\ \x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\ \x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\ \x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\ \x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x38\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x31\x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\ \x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x32\x2e\x34\x36\ \x39\x34\x37\x37\x2c\x33\x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\ \x20\x33\x32\x2e\x34\x36\x39\x34\x37\x37\x2c\x32\x35\x2e\x35\x34\ \x37\x34\x33\x37\x20\x4c\x20\x34\x30\x2e\x35\x30\x30\x30\x30\x30\ \x2c\x32\x35\x2e\x35\x34\x37\x34\x33\x37\x20\x4c\x20\x32\x33\x2e\ \x33\x37\x34\x38\x30\x39\x2c\x35\x2e\x34\x39\x39\x32\x31\x33\x35\ \x20\x4c\x20\x36\x2e\x35\x32\x38\x35\x35\x38\x35\x2c\x32\x35\x2e\ \x34\x38\x39\x34\x37\x31\x20\x4c\x20\x31\x34\x2e\x34\x39\x37\x30\ \x39\x36\x2c\x32\x35\x2e\x35\x35\x35\x37\x36\x32\x20\x4c\x20\x31\ \x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\x38\x2e\x35\x30\x30\x30\ \x30\x30\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\ \x31\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x2e\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\ \x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\ \x34\x65\x30\x62\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x72\x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\ \x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\ \x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x63\x63\x73\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x38\x36\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x37\x2e\x35\x38\x35\x35\x32\ \x33\x37\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\x20\x4c\x20\x31\x34\ \x2e\x39\x39\x35\x38\x32\x31\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\ \x20\x4c\x20\x31\x35\x2e\x30\x36\x32\x34\x32\x32\x2c\x33\x31\x2e\ \x35\x39\x34\x33\x33\x39\x20\x43\x20\x32\x30\x2e\x37\x31\x38\x30\ \x33\x34\x2c\x32\x30\x2e\x35\x39\x33\x38\x37\x38\x20\x33\x31\x2e\ \x30\x35\x35\x35\x31\x37\x2c\x32\x32\x2e\x37\x34\x39\x39\x32\x38\ \x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\x2c\x31\x35\x2e\x39\x36\ \x36\x36\x37\x34\x20\x43\x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\ \x2c\x31\x35\x2e\x39\x36\x36\x36\x37\x34\x20\x32\x33\x2e\x33\x36\ \x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\x39\x32\x20\x32\ \x33\x2e\x33\x36\x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\ \x39\x32\x20\x4c\x20\x37\x2e\x35\x38\x35\x35\x32\x33\x37\x2c\x32\ \x35\x2e\x30\x33\x32\x35\x33\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x2e\x35\x30\x38\x30\x32\x31\x34\x31\x3b\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x31\x34\x33\x38\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\ \x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\ \x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x38\ \x31\x32\x38\x33\x34\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\ \x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\ \x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\ \x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x35\x2e\ \x36\x30\x32\x37\x33\x35\x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\ \x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\x37\x38\x2c\x33\x37\x2e\ \x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\ \x37\x38\x2c\x32\x34\x2e\x35\x30\x37\x30\x35\x30\x20\x4c\x20\x33\ \x38\x2e\x33\x31\x31\x35\x37\x36\x2c\x32\x34\x2e\x35\x30\x37\x30\ \x35\x30\x20\x4c\x20\x32\x33\x2e\x33\x36\x31\x32\x30\x36\x2c\x37\ \x2e\x30\x37\x30\x30\x38\x39\x36\x20\x4c\x20\x38\x2e\x36\x35\x34\ \x36\x37\x39\x38\x2c\x32\x34\x2e\x35\x35\x30\x34\x37\x30\x20\x4c\ \x20\x31\x35\x2e\x34\x37\x35\x30\x34\x39\x2c\x32\x34\x2e\x35\x32\ \x38\x33\x37\x33\x20\x4c\x20\x31\x35\x2e\x36\x30\x32\x37\x33\x35\ \x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\x20\x7a\x20\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\ \x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x27\x1e\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x75\x74\x66\ \x2d\x38\x22\x3f\x3e\x0d\x0a\x3c\x21\x44\x4f\x43\x54\x59\x50\x45\ \x20\x73\x76\x67\x20\x50\x55\x42\x4c\x49\x43\x20\x22\x2d\x2f\x2f\ \x57\x33\x43\x2f\x2f\x44\x54\x44\x20\x53\x56\x47\x20\x31\x2e\x31\ \x2f\x2f\x45\x4e\x22\x20\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x47\x72\x61\x70\x68\x69\x63\ \x73\x2f\x53\x56\x47\x2f\x31\x2e\x31\x2f\x44\x54\x44\x2f\x73\x76\ \x67\x31\x31\x2e\x64\x74\x64\x22\x20\x5b\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x73\x76\x67\x20\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x32\x30\x30\x30\x2f\x73\x76\x67\x22\x3e\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x20\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x31\x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x3e\x0d\x0a\ \x5d\x3e\x0d\x0a\x3c\x73\x76\x67\x20\x20\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x31\x2e\x31\x22\x20\x69\x64\x3d\x22\x4c\x61\x79\x65\ \x72\x5f\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x26\x6e\x73\x5f\ \x73\x76\x67\x3b\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\ \x6b\x3d\x22\x26\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x3b\x22\x20\x77\ \x69\x64\x74\x68\x3d\x22\x31\x32\x38\x22\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x31\x32\x38\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\ \x22\x30\x20\x30\x20\x31\x32\x38\x20\x31\x32\x38\x22\x0d\x0a\x09\ \x20\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3d\x22\x76\x69\x73\x69\x62\ \x6c\x65\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\x20\x30\x20\x31\ \x32\x38\x20\x31\x32\x38\x22\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\ \x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x0d\x0a\x09\ \x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\ \x2e\x32\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x20\x20\x20\x22\x20\ \x64\x3d\x22\x4d\x38\x33\x2e\x31\x32\x38\x2c\x38\x2e\x36\x31\x31\ \x63\x2d\x30\x2e\x32\x36\x35\x2c\x30\x2e\x31\x38\x38\x2d\x30\x2e\ \x34\x32\x33\x2c\x30\x2e\x34\x39\x33\x2d\x30\x2e\x34\x32\x33\x2c\ \x30\x2e\x38\x31\x37\x76\x31\x38\x2e\x35\x32\x33\x0d\x0a\x09\x09\ \x63\x30\x2c\x30\x2e\x33\x37\x31\x2c\x30\x2e\x32\x30\x35\x2c\x30\ \x2e\x37\x31\x31\x2c\x30\x2e\x35\x33\x33\x2c\x30\x2e\x38\x38\x35\ \x43\x39\x37\x2e\x30\x39\x36\x2c\x33\x36\x2e\x31\x34\x39\x2c\x31\ \x30\x35\x2e\x37\x30\x35\x2c\x35\x30\x2e\x33\x39\x31\x2c\x31\x30\ \x35\x2e\x37\x30\x35\x2c\x36\x36\x63\x30\x2c\x32\x33\x2e\x31\x35\ \x39\x2d\x31\x38\x2e\x38\x34\x32\x2c\x34\x32\x2d\x34\x32\x2e\x30\ \x30\x34\x2c\x34\x32\x0d\x0a\x09\x09\x63\x2d\x32\x33\x2e\x31\x36\ \x32\x2c\x30\x2d\x34\x32\x2e\x30\x30\x32\x2d\x31\x38\x2e\x38\x34\ \x31\x2d\x34\x32\x2e\x30\x30\x32\x2d\x34\x32\x63\x30\x2d\x31\x35\ \x2e\x36\x30\x39\x2c\x38\x2e\x36\x30\x39\x2d\x32\x39\x2e\x38\x35\ \x31\x2c\x32\x32\x2e\x34\x36\x37\x2d\x33\x37\x2e\x31\x36\x34\x63\ \x30\x2e\x33\x32\x38\x2d\x30\x2e\x31\x37\x34\x2c\x30\x2e\x35\x33\ \x33\x2d\x30\x2e\x35\x31\x34\x2c\x30\x2e\x35\x33\x33\x2d\x30\x2e\ \x38\x38\x35\x56\x39\x2e\x34\x32\x38\x0d\x0a\x09\x09\x63\x30\x2d\ \x30\x2e\x33\x32\x34\x2d\x30\x2e\x31\x35\x38\x2d\x30\x2e\x36\x32\ \x39\x2d\x30\x2e\x34\x32\x33\x2d\x30\x2e\x38\x31\x36\x63\x2d\x30\ \x2e\x32\x36\x35\x2d\x30\x2e\x31\x38\x38\x2d\x30\x2e\x36\x30\x34\ \x2d\x30\x2e\x32\x33\x34\x2d\x30\x2e\x39\x31\x31\x2d\x30\x2e\x31\ \x32\x36\x43\x31\x39\x2e\x30\x34\x32\x2c\x31\x37\x2e\x30\x38\x35\ \x2c\x32\x2e\x36\x39\x39\x2c\x34\x30\x2e\x31\x39\x38\x2c\x32\x2e\ \x36\x39\x39\x2c\x36\x36\x0d\x0a\x09\x09\x63\x30\x2c\x33\x33\x2e\ \x36\x33\x36\x2c\x32\x37\x2e\x33\x36\x34\x2c\x36\x31\x2c\x36\x31\ \x2e\x30\x30\x32\x2c\x36\x31\x63\x33\x33\x2e\x36\x34\x31\x2c\x30\ \x2c\x36\x31\x2e\x30\x30\x34\x2d\x32\x37\x2e\x33\x36\x34\x2c\x36\ \x31\x2e\x30\x30\x34\x2d\x36\x31\x63\x30\x2d\x32\x35\x2e\x38\x30\ \x32\x2d\x31\x36\x2e\x33\x34\x33\x2d\x34\x38\x2e\x39\x31\x35\x2d\ \x34\x30\x2e\x36\x36\x36\x2d\x35\x37\x2e\x35\x31\x35\x0d\x0a\x09\ \x09\x43\x38\x33\x2e\x37\x33\x32\x2c\x38\x2e\x33\x37\x37\x2c\x38\ \x33\x2e\x33\x39\x33\x2c\x38\x2e\x34\x32\x34\x2c\x38\x33\x2e\x31\ \x32\x38\x2c\x38\x2e\x36\x31\x31\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\ \x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\ \x32\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\x72\ \x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x20\x20\x20\x22\x20\x64\ \x3d\x22\x4d\x34\x33\x2e\x30\x33\x32\x2c\x37\x2e\x35\x34\x33\x43\ \x31\x38\x2e\x33\x30\x39\x2c\x31\x36\x2e\x32\x38\x33\x2c\x31\x2e\ \x36\x39\x39\x2c\x33\x39\x2e\x37\x37\x35\x2c\x31\x2e\x36\x39\x39\ \x2c\x36\x36\x0d\x0a\x09\x09\x63\x30\x2c\x33\x34\x2e\x31\x38\x38\ \x2c\x32\x37\x2e\x38\x31\x33\x2c\x36\x32\x2c\x36\x32\x2e\x30\x30\ \x32\x2c\x36\x32\x63\x33\x34\x2e\x31\x39\x31\x2c\x30\x2c\x36\x32\ \x2e\x30\x30\x34\x2d\x32\x37\x2e\x38\x31\x33\x2c\x36\x32\x2e\x30\ \x30\x34\x2d\x36\x32\x63\x30\x2d\x32\x36\x2e\x32\x32\x35\x2d\x31\ \x36\x2e\x36\x30\x39\x2d\x34\x39\x2e\x37\x31\x37\x2d\x34\x31\x2e\ \x33\x33\x33\x2d\x35\x38\x2e\x34\x35\x37\x0d\x0a\x09\x09\x63\x2d\ \x30\x2e\x36\x31\x2d\x30\x2e\x32\x31\x37\x2d\x31\x2e\x32\x39\x32\ \x2d\x30\x2e\x31\x32\x33\x2d\x31\x2e\x38\x32\x31\x2c\x30\x2e\x32\ \x35\x32\x6c\x30\x2c\x30\x63\x2d\x30\x2e\x35\x32\x39\x2c\x30\x2e\ \x33\x37\x34\x2d\x30\x2e\x38\x34\x36\x2c\x30\x2e\x39\x38\x34\x2d\ \x30\x2e\x38\x34\x36\x2c\x31\x2e\x36\x33\x33\x76\x31\x38\x2e\x35\ \x32\x33\x63\x30\x2c\x30\x2e\x37\x34\x33\x2c\x30\x2e\x34\x30\x38\ \x2c\x31\x2e\x34\x32\x2c\x31\x2e\x30\x36\x34\x2c\x31\x2e\x37\x36\ \x39\x0d\x0a\x09\x09\x63\x31\x33\x2e\x35\x33\x31\x2c\x37\x2e\x31\ \x34\x2c\x32\x31\x2e\x39\x33\x36\x2c\x32\x31\x2e\x30\x34\x32\x2c\ \x32\x31\x2e\x39\x33\x36\x2c\x33\x36\x2e\x32\x38\x63\x30\x2c\x32\ \x32\x2e\x36\x30\x37\x2d\x31\x38\x2e\x33\x39\x33\x2c\x34\x31\x2d\ \x34\x31\x2e\x30\x30\x34\x2c\x34\x31\x63\x2d\x32\x32\x2e\x36\x30\ \x39\x2c\x30\x2d\x34\x31\x2e\x30\x30\x32\x2d\x31\x38\x2e\x33\x39\ \x33\x2d\x34\x31\x2e\x30\x30\x32\x2d\x34\x31\x0d\x0a\x09\x09\x63\ \x30\x2d\x31\x35\x2e\x32\x33\x38\x2c\x38\x2e\x34\x30\x34\x2d\x32\ \x39\x2e\x31\x34\x2c\x32\x31\x2e\x39\x33\x34\x2d\x33\x36\x2e\x32\ \x37\x39\x63\x30\x2e\x36\x35\x38\x2d\x30\x2e\x33\x35\x2c\x31\x2e\ \x30\x36\x36\x2d\x31\x2e\x30\x32\x36\x2c\x31\x2e\x30\x36\x36\x2d\ \x31\x2e\x37\x37\x56\x39\x2e\x34\x32\x38\x63\x30\x2d\x30\x2e\x36\ \x34\x37\x2d\x30\x2e\x33\x31\x36\x2d\x31\x2e\x32\x35\x39\x2d\x30\ \x2e\x38\x34\x36\x2d\x31\x2e\x36\x33\x33\x0d\x0a\x09\x09\x43\x34\ \x34\x2e\x33\x32\x35\x2c\x37\x2e\x34\x32\x31\x2c\x34\x33\x2e\x36\ \x34\x34\x2c\x37\x2e\x33\x32\x36\x2c\x34\x33\x2e\x30\x33\x32\x2c\ \x37\x2e\x35\x34\x33\x7a\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\x09\x09\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\ \x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x33\x38\x5f\x22\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\ \x3d\x22\x36\x36\x2e\x33\x36\x39\x31\x22\x20\x79\x31\x3d\x22\x2d\ \x37\x2e\x38\x35\x30\x36\x22\x20\x78\x32\x3d\x22\x36\x33\x2e\x30\ \x33\x35\x36\x22\x20\x79\x32\x3d\x22\x31\x33\x30\x2e\x38\x31\x35\ \x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x20\x30\x20\ \x30\x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\x32\x34\x20\x31\x32\x37\ \x2e\x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x32\x39\x35\x41\x41\x36\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\ \x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x33\ \x33\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x37\x35\x36\x39\x46\x22\x2f\ \x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x2e\x38\x31\x39\x32\x22\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\ \x32\x34\x43\x38\x42\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x31\x46\x34\x37\x38\x32\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\ \x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\ \x28\x23\x58\x4d\x4c\x49\x44\x5f\x33\x38\x5f\x29\x22\x20\x64\x3d\ \x22\x4d\x38\x33\x2e\x31\x32\x38\x2c\x37\x2e\x36\x31\x31\x63\x2d\ \x30\x2e\x32\x36\x35\x2c\x30\x2e\x31\x38\x38\x2d\x30\x2e\x34\x32\ \x33\x2c\x30\x2e\x34\x39\x33\x2d\x30\x2e\x34\x32\x33\x2c\x30\x2e\ \x38\x31\x37\x76\x31\x38\x2e\x35\x32\x33\x63\x30\x2c\x30\x2e\x33\ \x37\x31\x2c\x30\x2e\x32\x30\x35\x2c\x30\x2e\x37\x31\x31\x2c\x30\ \x2e\x35\x33\x33\x2c\x30\x2e\x38\x38\x35\x0d\x0a\x09\x09\x43\x39\ \x37\x2e\x30\x39\x36\x2c\x33\x35\x2e\x31\x34\x39\x2c\x31\x30\x35\ \x2e\x37\x30\x35\x2c\x34\x39\x2e\x33\x39\x31\x2c\x31\x30\x35\x2e\ \x37\x30\x35\x2c\x36\x35\x63\x30\x2c\x32\x33\x2e\x31\x35\x39\x2d\ \x31\x38\x2e\x38\x34\x32\x2c\x34\x32\x2d\x34\x32\x2e\x30\x30\x34\ \x2c\x34\x32\x63\x2d\x32\x33\x2e\x31\x36\x32\x2c\x30\x2d\x34\x32\ \x2e\x30\x30\x32\x2d\x31\x38\x2e\x38\x34\x31\x2d\x34\x32\x2e\x30\ \x30\x32\x2d\x34\x32\x0d\x0a\x09\x09\x63\x30\x2d\x31\x35\x2e\x36\ \x30\x39\x2c\x38\x2e\x36\x30\x39\x2d\x32\x39\x2e\x38\x35\x31\x2c\ \x32\x32\x2e\x34\x36\x37\x2d\x33\x37\x2e\x31\x36\x34\x63\x30\x2e\ \x33\x32\x38\x2d\x30\x2e\x31\x37\x34\x2c\x30\x2e\x35\x33\x33\x2d\ \x30\x2e\x35\x31\x34\x2c\x30\x2e\x35\x33\x33\x2d\x30\x2e\x38\x38\ \x35\x56\x38\x2e\x34\x32\x38\x63\x30\x2d\x30\x2e\x33\x32\x34\x2d\ \x30\x2e\x31\x35\x38\x2d\x30\x2e\x36\x32\x39\x2d\x30\x2e\x34\x32\ \x33\x2d\x30\x2e\x38\x31\x36\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x32\ \x36\x35\x2d\x30\x2e\x31\x38\x38\x2d\x30\x2e\x36\x30\x34\x2d\x30\ \x2e\x32\x33\x34\x2d\x30\x2e\x39\x31\x31\x2d\x30\x2e\x31\x32\x36\ \x43\x31\x39\x2e\x30\x34\x32\x2c\x31\x36\x2e\x30\x38\x35\x2c\x32\ \x2e\x36\x39\x39\x2c\x33\x39\x2e\x31\x39\x38\x2c\x32\x2e\x36\x39\ \x39\x2c\x36\x35\x63\x30\x2c\x33\x33\x2e\x36\x33\x36\x2c\x32\x37\ \x2e\x33\x36\x34\x2c\x36\x31\x2c\x36\x31\x2e\x30\x30\x32\x2c\x36\ \x31\x0d\x0a\x09\x09\x63\x33\x33\x2e\x36\x34\x31\x2c\x30\x2c\x36\ \x31\x2e\x30\x30\x34\x2d\x32\x37\x2e\x33\x36\x34\x2c\x36\x31\x2e\ \x30\x30\x34\x2d\x36\x31\x63\x30\x2d\x32\x35\x2e\x38\x30\x32\x2d\ \x31\x36\x2e\x33\x34\x33\x2d\x34\x38\x2e\x39\x31\x35\x2d\x34\x30\ \x2e\x36\x36\x36\x2d\x35\x37\x2e\x35\x31\x35\x43\x38\x33\x2e\x37\ \x33\x32\x2c\x37\x2e\x33\x37\x37\x2c\x38\x33\x2e\x33\x39\x33\x2c\ \x37\x2e\x34\x32\x34\x2c\x38\x33\x2e\x31\x32\x38\x2c\x37\x2e\x36\ \x31\x31\x7a\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\x09\x09\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\ \x22\x58\x4d\x4c\x49\x44\x5f\x33\x39\x5f\x22\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x37\ \x30\x2e\x30\x38\x34\x22\x20\x79\x31\x3d\x22\x36\x2e\x32\x35\x35\ \x39\x22\x20\x78\x32\x3d\x22\x36\x32\x2e\x35\x38\x33\x39\x22\x20\ \x79\x32\x3d\x22\x38\x34\x2e\x37\x35\x36\x32\x22\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x31\x20\x30\x20\x30\x20\x2d\x31\x20\ \x2d\x30\x2e\x39\x36\x32\x34\x20\x31\x32\x37\x2e\x39\x33\x34\x36\ \x29\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x33\x33\x37\x31\ \x43\x46\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x30\x37\x32\x22\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x32\x41\x35\x46\x41\x45\x22\x2f\x3e\x0d\x0a\x09\x09\ \x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x32\x31\x34\x42\x38\x41\x22\x2f\x3e\x0d\x0a\ \x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\ \x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x33\x39\x5f\x29\ \x22\x20\x64\x3d\x22\x4d\x38\x33\x2e\x37\x30\x35\x2c\x38\x2e\x34\ \x32\x38\x76\x31\x38\x2e\x35\x32\x33\x63\x31\x33\x2e\x36\x36\x32\ \x2c\x37\x2e\x32\x31\x31\x2c\x32\x33\x2c\x32\x31\x2e\x35\x35\x37\ \x2c\x32\x33\x2c\x33\x38\x2e\x30\x34\x39\x63\x30\x2c\x32\x33\x2e\ \x37\x31\x2d\x31\x39\x2e\x32\x38\x39\x2c\x34\x33\x2d\x34\x33\x2e\ \x30\x30\x34\x2c\x34\x33\x0d\x0a\x09\x09\x63\x2d\x32\x33\x2e\x37\ \x31\x32\x2c\x30\x2d\x34\x33\x2e\x30\x30\x32\x2d\x31\x39\x2e\x32\ \x39\x2d\x34\x33\x2e\x30\x30\x32\x2d\x34\x33\x63\x30\x2d\x31\x36\ \x2e\x34\x39\x32\x2c\x39\x2e\x33\x33\x38\x2d\x33\x30\x2e\x38\x33\ \x38\x2c\x32\x33\x2d\x33\x38\x2e\x30\x34\x39\x56\x38\x2e\x34\x32\ \x38\x63\x2d\x32\x33\x2e\x33\x30\x31\x2c\x38\x2e\x32\x33\x38\x2d\ \x34\x30\x2c\x33\x30\x2e\x34\x35\x2d\x34\x30\x2c\x35\x36\x2e\x35\ \x37\x32\x0d\x0a\x09\x09\x63\x30\x2c\x33\x33\x2e\x31\x33\x37\x2c\ \x32\x36\x2e\x38\x36\x33\x2c\x36\x30\x2c\x36\x30\x2e\x30\x30\x32\ \x2c\x36\x30\x63\x33\x33\x2e\x31\x34\x31\x2c\x30\x2c\x36\x30\x2e\ \x30\x30\x34\x2d\x32\x36\x2e\x38\x36\x33\x2c\x36\x30\x2e\x30\x30\ \x34\x2d\x36\x30\x43\x31\x32\x33\x2e\x37\x30\x35\x2c\x33\x38\x2e\ \x38\x37\x38\x2c\x31\x30\x37\x2e\x30\x30\x36\x2c\x31\x36\x2e\x36\ \x36\x36\x2c\x38\x33\x2e\x37\x30\x35\x2c\x38\x2e\x34\x32\x38\x7a\ \x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\ \x3d\x22\x23\x35\x30\x38\x31\x43\x43\x22\x20\x64\x3d\x22\x4d\x36\ \x33\x2e\x37\x30\x31\x2c\x31\x32\x34\x43\x33\x30\x2e\x37\x32\x39\ \x2c\x31\x32\x34\x2c\x33\x2e\x39\x38\x32\x2c\x39\x37\x2e\x34\x30\ \x36\x2c\x33\x2e\x37\x31\x32\x2c\x36\x34\x2e\x35\x43\x33\x2e\x37\ \x31\x2c\x36\x34\x2e\x36\x36\x38\x2c\x33\x2e\x36\x39\x39\x2c\x36\ \x34\x2e\x38\x33\x32\x2c\x33\x2e\x36\x39\x39\x2c\x36\x35\x0d\x0a\ \x09\x09\x63\x30\x2c\x33\x33\x2e\x31\x33\x37\x2c\x32\x36\x2e\x38\ \x36\x33\x2c\x36\x30\x2c\x36\x30\x2e\x30\x30\x32\x2c\x36\x30\x63\ \x33\x33\x2e\x31\x34\x31\x2c\x30\x2c\x36\x30\x2e\x30\x30\x34\x2d\ \x32\x36\x2e\x38\x36\x33\x2c\x36\x30\x2e\x30\x30\x34\x2d\x36\x30\ \x63\x30\x2d\x30\x2e\x31\x36\x38\x2d\x30\x2e\x30\x31\x32\x2d\x30\ \x2e\x33\x33\x32\x2d\x30\x2e\x30\x31\x34\x2d\x30\x2e\x35\x0d\x0a\ \x09\x09\x43\x31\x32\x33\x2e\x34\x32\x32\x2c\x39\x37\x2e\x34\x30\ \x36\x2c\x39\x36\x2e\x36\x37\x36\x2c\x31\x32\x34\x2c\x36\x33\x2e\ \x37\x30\x31\x2c\x31\x32\x34\x7a\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\ \x09\x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x34\x30\x5f\x22\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\ \x78\x31\x3d\x22\x31\x37\x2e\x34\x35\x33\x36\x22\x20\x79\x31\x3d\ \x22\x31\x30\x31\x2e\x33\x31\x37\x34\x22\x20\x78\x32\x3d\x22\x31\ \x32\x34\x2e\x31\x37\x37\x37\x22\x20\x79\x32\x3d\x22\x32\x37\x2e\ \x33\x33\x35\x34\x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x20\x30\x20\x30\x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\x32\x34\ \x20\x31\x32\x37\x2e\x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\x09\x09\ \x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x37\x32\x38\x46\x42\x41\x22\x2f\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x33\x43\x36\x31\x39\x39\x22\x2f\x3e\ \x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\ \x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x34\x30\ \x5f\x29\x22\x20\x64\x3d\x22\x4d\x31\x32\x32\x2e\x31\x38\x34\x2c\ \x35\x31\x2e\x35\x36\x32\x63\x2d\x30\x2e\x31\x2d\x30\x2e\x34\x33\ \x2d\x30\x2e\x31\x39\x39\x2d\x30\x2e\x38\x35\x39\x2d\x30\x2e\x33\ \x30\x38\x2d\x31\x2e\x32\x38\x36\x63\x2d\x30\x2e\x30\x39\x36\x2d\ \x30\x2e\x33\x37\x39\x2d\x30\x2e\x31\x39\x36\x2d\x30\x2e\x37\x35\ \x36\x2d\x30\x2e\x32\x39\x39\x2d\x31\x2e\x31\x33\x32\x0d\x0a\x09\ \x09\x63\x2d\x30\x2e\x31\x31\x32\x2d\x30\x2e\x34\x31\x31\x2d\x30\ \x2e\x32\x32\x39\x2d\x30\x2e\x38\x32\x31\x2d\x30\x2e\x33\x35\x31\ \x2d\x31\x2e\x32\x32\x39\x63\x2d\x30\x2e\x31\x31\x33\x2d\x30\x2e\ \x33\x38\x32\x2d\x30\x2e\x32\x32\x39\x2d\x30\x2e\x37\x36\x33\x2d\ \x30\x2e\x33\x35\x31\x2d\x31\x2e\x31\x34\x32\x63\x2d\x30\x2e\x31\ \x32\x35\x2d\x30\x2e\x33\x39\x35\x2d\x30\x2e\x32\x35\x38\x2d\x30\ \x2e\x37\x38\x36\x2d\x30\x2e\x33\x39\x32\x2d\x31\x2e\x31\x37\x37\ \x0d\x0a\x09\x09\x63\x2d\x30\x2e\x31\x33\x31\x2d\x30\x2e\x33\x38\ \x34\x2d\x30\x2e\x32\x36\x32\x2d\x30\x2e\x37\x36\x37\x2d\x30\x2e\ \x34\x2d\x31\x2e\x31\x34\x36\x63\x2d\x30\x2e\x31\x33\x37\x2d\x30\ \x2e\x33\x37\x35\x2d\x30\x2e\x32\x38\x31\x2d\x30\x2e\x37\x34\x36\ \x2d\x30\x2e\x34\x32\x35\x2d\x31\x2e\x31\x31\x37\x63\x2d\x30\x2e\ \x31\x34\x39\x2d\x30\x2e\x33\x38\x39\x2d\x30\x2e\x33\x2d\x30\x2e\ \x37\x37\x37\x2d\x30\x2e\x34\x35\x37\x2d\x31\x2e\x31\x36\x31\x0d\ \x0a\x09\x09\x63\x2d\x30\x2e\x31\x34\x34\x2d\x30\x2e\x33\x34\x38\ \x2d\x30\x2e\x32\x39\x37\x2d\x30\x2e\x36\x39\x31\x2d\x30\x2e\x34\ \x34\x36\x2d\x31\x2e\x30\x33\x36\x63\x2d\x30\x2e\x31\x37\x33\x2d\ \x30\x2e\x33\x39\x38\x2d\x30\x2e\x33\x34\x33\x2d\x30\x2e\x37\x39\ \x39\x2d\x30\x2e\x35\x32\x33\x2d\x31\x2e\x31\x39\x33\x63\x2d\x30\ \x2e\x31\x33\x33\x2d\x30\x2e\x32\x38\x38\x2d\x30\x2e\x32\x37\x35\ \x2d\x30\x2e\x35\x37\x31\x2d\x30\x2e\x34\x31\x32\x2d\x30\x2e\x38\ \x35\x37\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x37\x39\x2d\x31\x2e\x36\ \x34\x36\x2d\x31\x2e\x36\x35\x2d\x33\x2e\x32\x35\x2d\x32\x2e\x35\ \x38\x32\x2d\x34\x2e\x38\x30\x38\x63\x2d\x30\x2e\x31\x30\x34\x2d\ \x30\x2e\x31\x37\x35\x2d\x30\x2e\x32\x30\x34\x2d\x30\x2e\x33\x35\ \x34\x2d\x30\x2e\x33\x31\x31\x2d\x30\x2e\x35\x32\x37\x63\x2d\x30\ \x2e\x32\x38\x35\x2d\x30\x2e\x34\x36\x36\x2d\x30\x2e\x35\x38\x32\ \x2d\x30\x2e\x39\x32\x33\x2d\x30\x2e\x38\x38\x2d\x31\x2e\x33\x38\ \x0d\x0a\x09\x09\x63\x2d\x30\x2e\x31\x33\x33\x2d\x30\x2e\x32\x30\ \x34\x2d\x30\x2e\x32\x36\x32\x2d\x30\x2e\x34\x31\x2d\x30\x2e\x33\ \x39\x36\x2d\x30\x2e\x36\x31\x33\x63\x2d\x30\x2e\x32\x39\x39\x2d\ \x30\x2e\x34\x34\x37\x2d\x30\x2e\x36\x30\x37\x2d\x30\x2e\x38\x38\ \x37\x2d\x30\x2e\x39\x31\x38\x2d\x31\x2e\x33\x32\x36\x63\x2d\x30\ \x2e\x31\x34\x33\x2d\x30\x2e\x32\x30\x31\x2d\x30\x2e\x32\x38\x33\ \x2d\x30\x2e\x34\x30\x34\x2d\x30\x2e\x34\x32\x38\x2d\x30\x2e\x36\ \x30\x34\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x33\x31\x38\x2d\x30\x2e\ \x34\x33\x38\x2d\x30\x2e\x36\x34\x36\x2d\x30\x2e\x38\x37\x31\x2d\ \x30\x2e\x39\x37\x35\x2d\x31\x2e\x33\x63\x2d\x30\x2e\x31\x34\x35\ \x2d\x30\x2e\x31\x38\x38\x2d\x30\x2e\x32\x38\x38\x2d\x30\x2e\x33\ \x37\x37\x2d\x30\x2e\x34\x33\x36\x2d\x30\x2e\x35\x36\x33\x63\x2d\ \x30\x2e\x33\x34\x34\x2d\x30\x2e\x34\x33\x37\x2d\x30\x2e\x36\x39\ \x32\x2d\x30\x2e\x38\x36\x37\x2d\x31\x2e\x30\x34\x37\x2d\x31\x2e\ \x32\x39\x34\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x31\x33\x39\x2d\x30\ \x2e\x31\x36\x35\x2d\x30\x2e\x32\x37\x36\x2d\x30\x2e\x33\x33\x2d\ \x30\x2e\x34\x31\x36\x2d\x30\x2e\x34\x39\x34\x63\x2d\x30\x2e\x33\ \x37\x35\x2d\x30\x2e\x34\x33\x39\x2d\x30\x2e\x37\x35\x34\x2d\x30\ \x2e\x38\x37\x35\x2d\x31\x2e\x31\x34\x2d\x31\x2e\x33\x30\x34\x63\ \x2d\x30\x2e\x31\x32\x2d\x30\x2e\x31\x33\x34\x2d\x30\x2e\x32\x34\ \x33\x2d\x30\x2e\x32\x36\x35\x2d\x30\x2e\x33\x36\x34\x2d\x30\x2e\ \x33\x39\x37\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x34\x31\x34\x2d\x30\ \x2e\x34\x35\x32\x2d\x30\x2e\x38\x33\x32\x2d\x30\x2e\x39\x2d\x31\ \x2e\x32\x36\x32\x2d\x31\x2e\x33\x33\x39\x63\x2d\x30\x2e\x30\x38\ \x31\x2d\x30\x2e\x30\x38\x34\x2d\x30\x2e\x31\x36\x34\x2d\x30\x2e\ \x31\x36\x35\x2d\x30\x2e\x32\x34\x36\x2d\x30\x2e\x32\x34\x38\x63\ \x2d\x34\x2e\x31\x38\x32\x2d\x34\x2e\x32\x33\x38\x2d\x38\x2e\x39\ \x38\x36\x2d\x37\x2e\x38\x35\x39\x2d\x31\x34\x2e\x32\x37\x2d\x31\ \x30\x2e\x37\x31\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x30\x32\x33\x2d\ \x30\x2e\x30\x31\x33\x2d\x30\x2e\x30\x34\x37\x2d\x30\x2e\x30\x32\ \x36\x2d\x30\x2e\x30\x37\x31\x2d\x30\x2e\x30\x33\x39\x63\x2d\x30\ \x2e\x36\x34\x39\x2d\x30\x2e\x33\x35\x2d\x31\x2e\x33\x30\x38\x2d\ \x30\x2e\x36\x38\x38\x2d\x31\x2e\x39\x37\x32\x2d\x31\x2e\x30\x31\ \x34\x63\x2d\x30\x2e\x30\x32\x35\x2d\x30\x2e\x30\x31\x32\x2d\x30\ \x2e\x30\x35\x31\x2d\x30\x2e\x30\x32\x34\x2d\x30\x2e\x30\x37\x36\ \x2d\x30\x2e\x30\x33\x37\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x36\x37\ \x34\x2d\x30\x2e\x33\x32\x39\x2d\x31\x2e\x33\x35\x34\x2d\x30\x2e\ \x36\x34\x37\x2d\x32\x2e\x30\x34\x31\x2d\x30\x2e\x39\x35\x32\x63\ \x30\x2c\x30\x2c\x30\x2c\x30\x2d\x30\x2e\x30\x30\x31\x2c\x30\x63\ \x2d\x31\x2e\x33\x39\x39\x2d\x30\x2e\x36\x32\x35\x2d\x32\x2e\x38\ \x33\x2d\x31\x2e\x31\x39\x35\x2d\x34\x2e\x32\x38\x36\x2d\x31\x2e\ \x37\x30\x39\x76\x31\x38\x2e\x35\x32\x33\x0d\x0a\x09\x09\x63\x39\ \x2e\x33\x35\x2c\x34\x2e\x39\x33\x35\x2c\x31\x36\x2e\x36\x36\x39\ \x2c\x31\x33\x2e\x32\x31\x33\x2c\x32\x30\x2e\x33\x36\x31\x2c\x32\ \x33\x2e\x32\x33\x63\x31\x30\x2e\x37\x33\x38\x2c\x30\x2e\x36\x34\ \x38\x2c\x31\x38\x2e\x31\x35\x38\x2c\x32\x2e\x30\x36\x37\x2c\x31\ \x38\x2e\x32\x37\x33\x2c\x32\x2e\x30\x39\x43\x31\x32\x32\x2e\x32\ \x38\x39\x2c\x35\x32\x2e\x30\x33\x34\x2c\x31\x32\x32\x2e\x32\x33\ \x37\x2c\x35\x31\x2e\x37\x39\x38\x2c\x31\x32\x32\x2e\x31\x38\x34\ \x2c\x35\x31\x2e\x35\x36\x32\x7a\x0d\x0a\x09\x09\x20\x4d\x34\x31\ \x2e\x33\x33\x33\x2c\x39\x2e\x33\x32\x35\x63\x2d\x30\x2e\x36\x30\ \x35\x2c\x30\x2e\x32\x34\x33\x2d\x31\x2e\x32\x30\x37\x2c\x30\x2e\ \x34\x39\x35\x2d\x31\x2e\x38\x30\x32\x2c\x30\x2e\x37\x35\x38\x63\ \x2d\x30\x2e\x31\x33\x2c\x30\x2e\x30\x35\x37\x2d\x30\x2e\x32\x35\ \x39\x2c\x30\x2e\x31\x31\x37\x2d\x30\x2e\x33\x38\x38\x2c\x30\x2e\ \x31\x37\x35\x63\x2d\x31\x2e\x39\x32\x37\x2c\x30\x2e\x38\x36\x36\ \x2d\x33\x2e\x38\x2c\x31\x2e\x38\x33\x2d\x35\x2e\x36\x31\x33\x2c\ \x32\x2e\x38\x38\x37\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x30\x39\x39\ \x2c\x30\x2e\x30\x35\x38\x2d\x30\x2e\x32\x2c\x30\x2e\x31\x31\x33\ \x2d\x30\x2e\x32\x39\x39\x2c\x30\x2e\x31\x37\x32\x63\x2d\x30\x2e\ \x35\x34\x34\x2c\x30\x2e\x33\x32\x31\x2d\x31\x2e\x30\x38\x31\x2c\ \x30\x2e\x36\x35\x33\x2d\x31\x2e\x36\x31\x33\x2c\x30\x2e\x39\x39\ \x31\x63\x2d\x30\x2e\x31\x37\x33\x2c\x30\x2e\x31\x31\x2d\x30\x2e\ \x33\x34\x36\x2c\x30\x2e\x32\x32\x31\x2d\x30\x2e\x35\x31\x38\x2c\ \x30\x2e\x33\x33\x33\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x35\x32\x2c\ \x30\x2e\x33\x33\x37\x2d\x31\x2e\x30\x33\x36\x2c\x30\x2e\x36\x37\ \x39\x2d\x31\x2e\x35\x34\x34\x2c\x31\x2e\x30\x33\x31\x63\x2d\x30\ \x2e\x31\x33\x34\x2c\x30\x2e\x30\x39\x33\x2d\x30\x2e\x32\x36\x35\ \x2c\x30\x2e\x31\x38\x39\x2d\x30\x2e\x33\x39\x38\x2c\x30\x2e\x32\ \x38\x33\x63\x2d\x31\x2e\x36\x31\x35\x2c\x31\x2e\x31\x33\x39\x2d\ \x33\x2e\x31\x37\x2c\x32\x2e\x33\x35\x36\x2d\x34\x2e\x36\x36\x33\ \x2c\x33\x2e\x36\x34\x36\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x31\x38\ \x39\x2c\x30\x2e\x31\x36\x33\x2d\x30\x2e\x33\x38\x2c\x30\x2e\x33\ \x32\x35\x2d\x30\x2e\x35\x36\x38\x2c\x30\x2e\x34\x39\x31\x63\x2d\ \x30\x2e\x34\x31\x35\x2c\x30\x2e\x33\x36\x38\x2d\x30\x2e\x38\x32\ \x33\x2c\x30\x2e\x37\x34\x32\x2d\x31\x2e\x32\x32\x38\x2c\x31\x2e\ \x31\x32\x31\x63\x2d\x30\x2e\x32\x31\x36\x2c\x30\x2e\x32\x30\x32\ \x2d\x30\x2e\x34\x33\x2c\x30\x2e\x34\x30\x37\x2d\x30\x2e\x36\x34\ \x33\x2c\x30\x2e\x36\x31\x33\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x33\ \x39\x2c\x30\x2e\x33\x37\x36\x2d\x30\x2e\x37\x37\x39\x2c\x30\x2e\ \x37\x35\x34\x2d\x31\x2e\x31\x36\x2c\x31\x2e\x31\x34\x31\x63\x2d\ \x30\x2e\x31\x39\x36\x2c\x30\x2e\x32\x2d\x30\x2e\x33\x38\x36\x2c\ \x30\x2e\x34\x30\x36\x2d\x30\x2e\x35\x38\x2c\x30\x2e\x36\x30\x38\ \x63\x2d\x30\x2e\x36\x38\x33\x2c\x30\x2e\x37\x31\x35\x2d\x31\x2e\ \x33\x34\x37\x2c\x31\x2e\x34\x34\x36\x2d\x31\x2e\x39\x39\x35\x2c\ \x32\x2e\x31\x39\x33\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x32\x31\x33\ \x2c\x30\x2e\x32\x34\x36\x2d\x30\x2e\x34\x33\x2c\x30\x2e\x34\x38\ \x38\x2d\x30\x2e\x36\x33\x39\x2c\x30\x2e\x37\x33\x38\x63\x2d\x30\ \x2e\x33\x30\x38\x2c\x30\x2e\x33\x36\x37\x2d\x30\x2e\x36\x30\x35\ \x2c\x30\x2e\x37\x34\x32\x2d\x30\x2e\x39\x30\x34\x2c\x31\x2e\x31\ \x31\x37\x63\x2d\x30\x2e\x32\x34\x33\x2c\x30\x2e\x33\x30\x35\x2d\ \x30\x2e\x34\x38\x35\x2c\x30\x2e\x36\x30\x39\x2d\x30\x2e\x37\x32\ \x32\x2c\x30\x2e\x39\x31\x39\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x32\ \x38\x31\x2c\x30\x2e\x33\x36\x36\x2d\x30\x2e\x35\x35\x37\x2c\x30\ \x2e\x37\x33\x35\x2d\x30\x2e\x38\x33\x2c\x31\x2e\x31\x30\x37\x63\ \x2d\x30\x2e\x32\x34\x39\x2c\x30\x2e\x33\x34\x31\x2d\x30\x2e\x34\ \x39\x32\x2c\x30\x2e\x36\x38\x37\x2d\x30\x2e\x37\x33\x34\x2c\x31\ \x2e\x30\x33\x32\x63\x2d\x30\x2e\x32\x34\x39\x2c\x30\x2e\x33\x35\ \x36\x2d\x30\x2e\x35\x2c\x30\x2e\x37\x31\x31\x2d\x30\x2e\x37\x34\ \x32\x2c\x31\x2e\x30\x37\x33\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x33\ \x33\x36\x2c\x30\x2e\x35\x30\x34\x2d\x30\x2e\x36\x36\x31\x2c\x31\ \x2e\x30\x31\x37\x2d\x30\x2e\x39\x38\x32\x2c\x31\x2e\x35\x33\x31\ \x63\x2d\x30\x2e\x32\x37\x37\x2c\x30\x2e\x34\x34\x34\x2d\x30\x2e\ \x35\x34\x37\x2c\x30\x2e\x38\x39\x35\x2d\x30\x2e\x38\x31\x34\x2c\ \x31\x2e\x33\x34\x37\x63\x2d\x30\x2e\x32\x37\x33\x2c\x30\x2e\x34\ \x36\x36\x2d\x30\x2e\x35\x34\x36\x2c\x30\x2e\x39\x33\x32\x2d\x30\ \x2e\x38\x30\x38\x2c\x31\x2e\x34\x30\x35\x0d\x0a\x09\x09\x63\x2d\ \x30\x2e\x31\x38\x38\x2c\x30\x2e\x33\x33\x39\x2d\x30\x2e\x33\x36\ \x37\x2c\x30\x2e\x36\x38\x32\x2d\x30\x2e\x35\x34\x38\x2c\x31\x2e\ \x30\x32\x34\x63\x2d\x30\x2e\x32\x33\x34\x2c\x30\x2e\x34\x34\x35\ \x2d\x30\x2e\x34\x36\x35\x2c\x30\x2e\x38\x39\x34\x2d\x30\x2e\x36\ \x38\x38\x2c\x31\x2e\x33\x34\x35\x63\x2d\x30\x2e\x31\x36\x38\x2c\ \x30\x2e\x33\x34\x2d\x30\x2e\x33\x33\x35\x2c\x30\x2e\x36\x38\x31\ \x2d\x30\x2e\x34\x39\x38\x2c\x31\x2e\x30\x32\x33\x0d\x0a\x09\x09\ \x63\x2d\x30\x2e\x32\x34\x31\x2c\x30\x2e\x35\x31\x31\x2d\x30\x2e\ \x34\x37\x31\x2c\x31\x2e\x30\x32\x36\x2d\x30\x2e\x36\x39\x38\x2c\ \x31\x2e\x35\x34\x34\x63\x2d\x30\x2e\x31\x32\x35\x2c\x30\x2e\x32\ \x38\x37\x2d\x30\x2e\x32\x35\x37\x2c\x30\x2e\x35\x37\x2d\x30\x2e\ \x33\x37\x38\x2c\x30\x2e\x38\x36\x63\x2d\x30\x2e\x33\x32\x39\x2c\ \x30\x2e\x37\x38\x35\x2d\x30\x2e\x36\x34\x33\x2c\x31\x2e\x35\x37\ \x38\x2d\x30\x2e\x39\x33\x38\x2c\x32\x2e\x33\x38\x0d\x0a\x09\x09\ \x63\x2d\x30\x2e\x30\x39\x33\x2c\x30\x2e\x32\x35\x32\x2d\x30\x2e\ \x31\x37\x36\x2c\x30\x2e\x35\x30\x38\x2d\x30\x2e\x32\x36\x36\x2c\ \x30\x2e\x37\x36\x32\x63\x2d\x30\x2e\x32\x30\x39\x2c\x30\x2e\x35\ \x39\x31\x2d\x30\x2e\x34\x31\x33\x2c\x31\x2e\x31\x38\x36\x2d\x30\ \x2e\x36\x30\x34\x2c\x31\x2e\x37\x38\x35\x63\x2d\x30\x2e\x31\x2c\ \x30\x2e\x33\x32\x31\x2d\x30\x2e\x31\x39\x35\x2c\x30\x2e\x36\x34\ \x2d\x30\x2e\x32\x39\x31\x2c\x30\x2e\x39\x36\x0d\x0a\x09\x09\x63\ \x2d\x30\x2e\x31\x37\x2c\x30\x2e\x35\x36\x35\x2d\x30\x2e\x33\x33\ \x32\x2c\x31\x2e\x31\x33\x35\x2d\x30\x2e\x34\x38\x35\x2c\x31\x2e\ \x37\x30\x38\x63\x2d\x30\x2e\x30\x38\x33\x2c\x30\x2e\x33\x30\x38\ \x2d\x30\x2e\x31\x36\x37\x2c\x30\x2e\x36\x31\x35\x2d\x30\x2e\x32\ \x34\x35\x2c\x30\x2e\x39\x32\x36\x63\x2d\x30\x2e\x31\x37\x35\x2c\ \x30\x2e\x36\x39\x39\x2d\x30\x2e\x33\x33\x37\x2c\x31\x2e\x34\x30\ \x34\x2d\x30\x2e\x34\x38\x38\x2c\x32\x2e\x31\x31\x33\x0d\x0a\x09\ \x09\x63\x2d\x30\x2e\x30\x33\x38\x2c\x30\x2e\x31\x37\x37\x2d\x30\ \x2e\x30\x38\x31\x2c\x30\x2e\x33\x35\x31\x2d\x30\x2e\x31\x31\x37\ \x2c\x30\x2e\x35\x32\x37\x63\x2d\x30\x2e\x31\x37\x39\x2c\x30\x2e\ \x38\x38\x31\x2d\x30\x2e\x33\x33\x36\x2c\x31\x2e\x37\x37\x31\x2d\ \x30\x2e\x34\x37\x36\x2c\x32\x2e\x36\x36\x35\x63\x2d\x30\x2e\x30\ \x34\x31\x2c\x30\x2e\x32\x36\x31\x2d\x30\x2e\x30\x37\x33\x2c\x30\ \x2e\x35\x32\x32\x2d\x30\x2e\x31\x31\x2c\x30\x2e\x37\x38\x34\x0d\ \x0a\x09\x09\x63\x2d\x30\x2e\x30\x39\x34\x2c\x30\x2e\x36\x35\x35\ \x2d\x30\x2e\x31\x37\x39\x2c\x31\x2e\x33\x31\x33\x2d\x30\x2e\x32\ \x35\x31\x2c\x31\x2e\x39\x37\x35\x43\x34\x2e\x30\x33\x2c\x35\x38\ \x2e\x37\x33\x33\x2c\x34\x2c\x35\x39\x2e\x30\x35\x31\x2c\x33\x2e\ \x39\x37\x2c\x35\x39\x2e\x33\x36\x38\x63\x2d\x30\x2e\x30\x36\x2c\ \x30\x2e\x36\x34\x37\x2d\x30\x2e\x31\x30\x39\x2c\x31\x2e\x32\x39\ \x39\x2d\x30\x2e\x31\x34\x38\x2c\x31\x2e\x39\x35\x32\x0d\x0a\x09\ \x09\x63\x2d\x30\x2e\x30\x31\x38\x2c\x30\x2e\x32\x38\x39\x2d\x30\ \x2e\x30\x33\x39\x2c\x30\x2e\x35\x37\x36\x2d\x30\x2e\x30\x35\x32\ \x2c\x30\x2e\x38\x36\x36\x43\x33\x2e\x37\x32\x37\x2c\x36\x33\x2e\ \x31\x32\x2c\x33\x2e\x36\x39\x39\x2c\x36\x34\x2e\x30\x35\x37\x2c\ \x33\x2e\x36\x39\x39\x2c\x36\x35\x63\x30\x2c\x38\x2e\x32\x38\x34\ \x2c\x31\x2e\x36\x37\x39\x2c\x31\x36\x2e\x31\x37\x36\x2c\x34\x2e\ \x37\x31\x35\x2c\x32\x33\x2e\x33\x35\x34\x0d\x0a\x09\x09\x63\x30\ \x2c\x30\x2e\x30\x30\x32\x2c\x34\x2e\x31\x30\x37\x2d\x36\x2e\x30\ \x37\x34\x2c\x31\x33\x2e\x34\x30\x38\x2d\x31\x33\x2e\x36\x32\x35\ \x63\x2d\x30\x2e\x37\x32\x36\x2d\x33\x2e\x31\x32\x37\x2d\x31\x2e\ \x31\x32\x33\x2d\x36\x2e\x33\x38\x31\x2d\x31\x2e\x31\x32\x33\x2d\ \x39\x2e\x37\x32\x39\x63\x30\x2d\x31\x36\x2e\x34\x39\x32\x2c\x39\ \x2e\x33\x33\x38\x2d\x33\x30\x2e\x38\x33\x38\x2c\x32\x33\x2d\x33\ \x38\x2e\x30\x34\x39\x56\x38\x2e\x34\x32\x38\x0d\x0a\x09\x09\x63\ \x2d\x30\x2e\x36\x33\x34\x2c\x30\x2e\x32\x32\x35\x2d\x31\x2e\x32\ \x36\x31\x2c\x30\x2e\x34\x36\x33\x2d\x31\x2e\x38\x38\x35\x2c\x30\ \x2e\x37\x30\x38\x43\x34\x31\x2e\x36\x35\x34\x2c\x39\x2e\x31\x39\ \x38\x2c\x34\x31\x2e\x34\x39\x33\x2c\x39\x2e\x32\x36\x31\x2c\x34\ \x31\x2e\x33\x33\x33\x2c\x39\x2e\x33\x32\x35\x7a\x22\x2f\x3e\x0d\ \x0a\x09\x0d\x0a\x09\x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\ \x34\x31\x5f\x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x20\x78\x31\x3d\x22\x34\x2e\x36\x36\x33\x31\x22\x20\ \x79\x31\x3d\x22\x39\x30\x2e\x38\x39\x30\x36\x22\x20\x78\x32\x3d\ \x22\x31\x32\x34\x2e\x36\x35\x39\x37\x22\x20\x79\x32\x3d\x22\x39\ \x30\x2e\x38\x39\x30\x36\x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x31\x20\x30\x20\x30\x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\ \x32\x34\x20\x31\x32\x37\x2e\x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x39\x30\x41\x35\x43\x34\x22\x2f\x3e\ \x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x2e\x34\x37\x31\x39\x22\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x44\x30\ \x45\x30\x46\x42\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x38\x31\x31\x39\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x41\x43\x42\x41\x44\x35\x22\x2f\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x39\x44\x41\x41\x43\x35\x22\x2f\x3e\ \x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\ \x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x34\x31\ \x5f\x29\x22\x20\x64\x3d\x22\x4d\x34\x2e\x30\x31\x38\x2c\x35\x38\ \x2e\x38\x39\x31\x63\x2d\x30\x2e\x30\x30\x35\x2c\x30\x2e\x30\x35\ \x33\x2d\x30\x2e\x30\x31\x31\x2c\x30\x2e\x31\x30\x36\x2d\x30\x2e\ \x30\x31\x36\x2c\x30\x2e\x31\x36\x63\x2d\x30\x2e\x30\x39\x31\x2c\ \x30\x2e\x39\x30\x38\x2d\x30\x2e\x31\x35\x39\x2c\x31\x2e\x38\x32\ \x34\x2d\x30\x2e\x32\x30\x38\x2c\x32\x2e\x37\x34\x35\x0d\x0a\x09\ \x09\x63\x2d\x30\x2e\x30\x30\x36\x2c\x30\x2e\x31\x30\x36\x2d\x30\ \x2e\x30\x31\x34\x2c\x30\x2e\x32\x31\x31\x2d\x30\x2e\x30\x31\x39\ \x2c\x30\x2e\x33\x31\x37\x63\x2d\x30\x2e\x30\x34\x38\x2c\x30\x2e\ \x39\x37\x34\x2d\x30\x2e\x30\x37\x34\x2c\x31\x2e\x39\x35\x32\x2d\ \x30\x2e\x30\x37\x34\x2c\x32\x2e\x39\x33\x38\x63\x30\x2c\x30\x2e\ \x31\x37\x2c\x30\x2e\x30\x31\x31\x2c\x30\x2e\x33\x33\x38\x2c\x30\ \x2e\x30\x31\x33\x2c\x30\x2e\x35\x30\x38\x0d\x0a\x09\x09\x63\x30\ \x2e\x32\x33\x2d\x32\x35\x2e\x38\x38\x36\x2c\x31\x36\x2e\x38\x34\ \x39\x2d\x34\x37\x2e\x38\x35\x2c\x33\x39\x2e\x39\x38\x35\x2d\x35\ \x36\x2e\x30\x33\x32\x56\x38\x2e\x35\x32\x38\x43\x32\x32\x2e\x32\ \x36\x38\x2c\x31\x36\x2e\x31\x30\x34\x2c\x36\x2e\x34\x32\x34\x2c\ \x33\x35\x2e\x35\x2c\x34\x2e\x30\x31\x38\x2c\x35\x38\x2e\x38\x39\ \x31\x7a\x20\x4d\x31\x32\x33\x2e\x36\x32\x39\x2c\x36\x32\x2e\x31\ \x31\x33\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x30\x30\x34\x2d\x30\x2e\ \x31\x30\x36\x2d\x30\x2e\x30\x31\x33\x2d\x30\x2e\x32\x31\x31\x2d\ \x30\x2e\x30\x32\x2d\x30\x2e\x33\x31\x37\x63\x2d\x30\x2e\x30\x34\ \x39\x2d\x30\x2e\x39\x32\x31\x2d\x30\x2e\x31\x31\x37\x2d\x31\x2e\ \x38\x33\x37\x2d\x30\x2e\x32\x30\x37\x2d\x32\x2e\x37\x34\x35\x63\ \x2d\x30\x2e\x30\x30\x36\x2d\x30\x2e\x30\x35\x34\x2d\x30\x2e\x30\ \x31\x32\x2d\x30\x2e\x31\x30\x37\x2d\x30\x2e\x30\x31\x38\x2d\x30\ \x2e\x31\x36\x0d\x0a\x09\x09\x43\x31\x32\x30\x2e\x39\x38\x2c\x33\ \x35\x2e\x35\x2c\x31\x30\x35\x2e\x31\x33\x37\x2c\x31\x36\x2e\x31\ \x30\x34\x2c\x38\x33\x2e\x37\x30\x35\x2c\x38\x2e\x35\x32\x38\x76\ \x30\x2e\x39\x39\x39\x63\x32\x33\x2e\x31\x33\x37\x2c\x38\x2e\x31\ \x38\x32\x2c\x33\x39\x2e\x37\x35\x36\x2c\x33\x30\x2e\x31\x34\x36\ \x2c\x33\x39\x2e\x39\x38\x36\x2c\x35\x36\x2e\x30\x33\x32\x63\x30\ \x2d\x30\x2e\x31\x37\x2c\x30\x2e\x30\x31\x32\x2d\x30\x2e\x33\x33\ \x39\x2c\x30\x2e\x30\x31\x32\x2d\x30\x2e\x35\x30\x39\x0d\x0a\x09\ \x09\x43\x31\x32\x33\x2e\x37\x30\x33\x2c\x36\x34\x2e\x30\x36\x35\ \x2c\x31\x32\x33\x2e\x36\x37\x38\x2c\x36\x33\x2e\x30\x38\x37\x2c\ \x31\x32\x33\x2e\x36\x32\x39\x2c\x36\x32\x2e\x31\x31\x33\x7a\x22\ \x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\ \x74\x79\x3d\x22\x30\x2e\x32\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\ \x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\ \x20\x20\x20\x22\x20\x64\x3d\x22\x4d\x35\x35\x2e\x36\x39\x39\x2c\ \x31\x63\x2d\x32\x2e\x32\x30\x36\x2c\x30\x2d\x34\x2c\x31\x2e\x37\ \x39\x34\x2d\x34\x2c\x34\x76\x34\x33\x63\x30\x2c\x32\x2e\x32\x30\ \x36\x2c\x31\x2e\x37\x39\x34\x2c\x34\x2c\x34\x2c\x34\x68\x31\x36\ \x2e\x30\x30\x36\x0d\x0a\x09\x09\x63\x32\x2e\x32\x30\x35\x2c\x30\ \x2c\x34\x2d\x31\x2e\x37\x39\x34\x2c\x34\x2d\x34\x56\x35\x63\x30\ \x2d\x32\x2e\x32\x30\x36\x2d\x31\x2e\x37\x39\x35\x2d\x34\x2d\x34\ \x2d\x34\x48\x35\x35\x2e\x36\x39\x39\x7a\x22\x2f\x3e\x0d\x0a\x09\ \x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\ \x2e\x32\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x20\x20\x20\x22\x20\ \x64\x3d\x22\x4d\x35\x35\x2e\x36\x39\x39\x2c\x32\x63\x2d\x31\x2e\ \x36\x35\x34\x2c\x30\x2d\x33\x2c\x31\x2e\x33\x34\x36\x2d\x33\x2c\ \x33\x76\x34\x33\x63\x30\x2c\x31\x2e\x36\x35\x34\x2c\x31\x2e\x33\ \x34\x36\x2c\x33\x2c\x33\x2c\x33\x68\x31\x36\x2e\x30\x30\x36\x0d\ \x0a\x09\x09\x63\x31\x2e\x36\x35\x34\x2c\x30\x2c\x33\x2d\x31\x2e\ \x33\x34\x36\x2c\x33\x2d\x33\x56\x35\x63\x30\x2d\x31\x2e\x36\x35\ \x34\x2d\x31\x2e\x33\x34\x36\x2d\x33\x2d\x33\x2d\x33\x48\x35\x35\ \x2e\x36\x39\x39\x7a\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\x09\x09\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\ \x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x34\x32\x5f\x22\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\ \x22\x37\x30\x2e\x31\x30\x35\x35\x22\x20\x79\x31\x3d\x22\x36\x35\ \x2e\x38\x39\x38\x34\x22\x20\x78\x32\x3d\x22\x35\x38\x2e\x33\x35\ \x38\x35\x22\x20\x79\x32\x3d\x22\x31\x34\x34\x2e\x38\x33\x38\x38\ \x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x20\x30\x20\ \x30\x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\x32\x34\x20\x31\x32\x37\ \x2e\x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x32\x39\x35\x41\x41\x36\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\ \x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x33\ \x33\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x37\x35\x36\x39\x46\x22\x2f\ \x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x2e\x38\x31\x39\x32\x22\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\ \x32\x34\x43\x38\x42\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x31\x46\x34\x37\x38\x32\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\ \x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\ \x28\x23\x58\x4d\x4c\x49\x44\x5f\x34\x32\x5f\x29\x22\x20\x64\x3d\ \x22\x4d\x35\x35\x2e\x36\x39\x39\x2c\x31\x63\x2d\x31\x2e\x36\x35\ \x34\x2c\x30\x2d\x33\x2c\x31\x2e\x33\x34\x36\x2d\x33\x2c\x33\x76\ \x34\x33\x63\x30\x2c\x31\x2e\x36\x35\x34\x2c\x31\x2e\x33\x34\x36\ \x2c\x33\x2c\x33\x2c\x33\x68\x31\x36\x2e\x30\x30\x36\x63\x31\x2e\ \x36\x35\x34\x2c\x30\x2c\x33\x2d\x31\x2e\x33\x34\x36\x2c\x33\x2d\ \x33\x56\x34\x0d\x0a\x09\x09\x63\x30\x2d\x31\x2e\x36\x35\x34\x2d\ \x31\x2e\x33\x34\x36\x2d\x33\x2d\x33\x2d\x33\x48\x35\x35\x2e\x36\ \x39\x39\x7a\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\x09\x09\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\ \x22\x58\x4d\x4c\x49\x44\x5f\x34\x33\x5f\x22\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x31\ \x35\x2e\x39\x39\x35\x31\x22\x20\x79\x31\x3d\x22\x31\x30\x38\x2e\ \x35\x37\x32\x33\x22\x20\x78\x32\x3d\x22\x31\x34\x34\x2e\x37\x31\ \x34\x35\x22\x20\x79\x32\x3d\x22\x39\x32\x2e\x33\x33\x39\x35\x22\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x20\x30\x20\x30\ \x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\x32\x34\x20\x31\x32\x37\x2e\ \x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x37\x32\x38\x46\x42\x41\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x33\x43\x36\x31\x39\x39\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\ \x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\ \x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x34\x33\x5f\x29\x22\x20\x64\ \x3d\x22\x4d\x37\x33\x2e\x37\x30\x35\x2c\x34\x37\x63\x30\x2c\x31\ \x2e\x31\x2d\x30\x2e\x39\x2c\x32\x2d\x32\x2c\x32\x48\x35\x35\x2e\ \x36\x39\x39\x63\x2d\x31\x2e\x31\x2c\x30\x2d\x32\x2d\x30\x2e\x39\ \x2d\x32\x2d\x32\x56\x34\x63\x30\x2d\x31\x2e\x31\x2c\x30\x2e\x39\ \x2d\x32\x2c\x32\x2d\x32\x68\x31\x36\x2e\x30\x30\x36\x63\x31\x2e\ \x31\x2c\x30\x2c\x32\x2c\x30\x2e\x39\x2c\x32\x2c\x32\x56\x34\x37\ \x7a\x0d\x0a\x09\x09\x22\x2f\x3e\x0d\x0a\x09\x0d\x0a\x09\x09\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\ \x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x34\x34\x5f\x22\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\ \x22\x31\x30\x2e\x39\x39\x37\x31\x22\x20\x79\x31\x3d\x22\x31\x32\ \x33\x2e\x39\x37\x35\x36\x22\x20\x78\x32\x3d\x22\x31\x34\x36\x2e\ \x32\x33\x32\x31\x22\x20\x79\x32\x3d\x22\x31\x32\x35\x2e\x31\x31\ \x32\x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x20\x30\ \x20\x30\x20\x2d\x31\x20\x2d\x30\x2e\x39\x36\x32\x34\x20\x31\x32\ \x37\x2e\x39\x33\x34\x36\x29\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x39\x30\x41\x35\x43\x34\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\ \x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\ \x34\x37\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x42\x37\x44\x30\x46\x42\x22\ \x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x2e\x38\x31\x31\x39\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x41\x35\x42\x35\x44\x35\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x39\x44\x41\x41\x43\x35\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\ \x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\ \x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x34\x34\x5f\x29\x22\x20\x64\ \x3d\x22\x4d\x37\x31\x2e\x37\x30\x35\x2c\x32\x48\x35\x35\x2e\x36\ \x39\x39\x63\x2d\x31\x2e\x31\x2c\x30\x2d\x32\x2c\x30\x2e\x39\x2d\ \x32\x2c\x32\x76\x31\x63\x30\x2d\x31\x2e\x31\x2c\x30\x2e\x39\x2d\ \x32\x2c\x32\x2d\x32\x68\x31\x36\x2e\x30\x30\x36\x63\x31\x2e\x31\ \x2c\x30\x2c\x32\x2c\x30\x2e\x39\x2c\x32\x2c\x32\x56\x34\x0d\x0a\ \x09\x09\x43\x37\x33\x2e\x37\x30\x35\x2c\x32\x2e\x39\x2c\x37\x32\ \x2e\x38\x30\x35\x2c\x32\x2c\x37\x31\x2e\x37\x30\x35\x2c\x32\x7a\ \x22\x2f\x3e\x0d\x0a\x3c\x2f\x73\x76\x67\x3e\x0d\x0a\ \x00\x00\x11\x63\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\ \x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x32\x36\x31\x39\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\ \x69\x6f\x6e\x3d\x22\x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x34\x36\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x6d\x71\x70\x61\x74\ \x63\x68\x5f\x78\x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\ \x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x76\x65\x72\ \x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\x22\x3e\x0a\x20\x20\x3c\x64\ \x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\ \x73\x32\x36\x32\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\ \x65\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x70\x65\x72\x73\x70\x33\x64\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x78\x3d\x22\ \x30\x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x76\x70\x5f\x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\ \x30\x20\x3a\x20\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x7a\x3d\x22\x37\x34\x34\ \x2e\x30\x39\x34\x34\x38\x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\ \x30\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\ \x6f\x72\x69\x67\x69\x6e\x3d\x22\x33\x37\x32\x2e\x30\x34\x37\x32\ \x34\x20\x3a\x20\x33\x35\x30\x2e\x37\x38\x37\x33\x39\x20\x3a\x20\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x65\ \x72\x73\x70\x65\x63\x74\x69\x76\x65\x32\x36\x32\x37\x22\x20\x2f\ \x3e\x0a\x20\x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\ \x77\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\ \x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\ \x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x39\ \x2e\x37\x30\x32\x37\x31\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x31\x38\x2e\x37\ \x38\x32\x33\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x33\x2e\x39\x38\x36\x30\ \x39\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\ \x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\ \x72\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\ \x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\ \x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\x3d\x22\x38\x32\x33\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x36\ \x37\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x31\x39\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\ \x6e\x64\x6f\x77\x2d\x79\x3d\x22\x34\x34\x22\x0a\x20\x20\x20\x20\ \x20\x73\x68\x6f\x77\x67\x75\x69\x64\x65\x73\x3d\x22\x74\x72\x75\ \x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x67\x75\x69\x64\x65\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\ \x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\ \x61\x74\x61\x32\x36\x32\x34\x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\ \x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\ \x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\ \x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\x74\x79\x70\x65\ \x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\ \x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x6c\x61\x62\x65\x6c\x3d\x22\x43\x61\x6c\x71\x75\x65\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\x65\x72\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\ \x31\x22\x0a\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x33\x35\ \x30\x2e\x37\x36\x35\x33\x31\x2c\x2d\x34\x33\x33\x2e\x34\x33\x33\ \x36\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\x39\x34\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x36\x2e\x39\x33\x36\x39\x30\x33\ \x32\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x36\x2e\x39\x33\x36\x39\x30\ \x33\x32\x65\x2d\x32\x2c\x33\x35\x33\x2e\x30\x35\x35\x39\x39\x2c\ \x34\x32\x35\x2e\x34\x32\x38\x36\x33\x29\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x34\x30\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x32\ \x35\x2e\x37\x31\x34\x32\x39\x2c\x36\x37\x32\x2e\x33\x36\x32\x31\ \x38\x20\x4c\x20\x31\x38\x30\x2c\x38\x30\x36\x2e\x36\x34\x37\x39\ \x20\x4c\x20\x34\x33\x34\x2e\x32\x38\x35\x37\x31\x2c\x37\x39\x38\ \x2e\x30\x37\x36\x34\x37\x20\x4c\x20\x33\x38\x32\x2e\x38\x35\x37\ \x31\x34\x2c\x36\x37\x32\x2e\x33\x36\x32\x31\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x23\x61\x30\x35\x61\x32\x63\x3b\x66\x69\x6c\x6c\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\ \x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x70\x78\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\ \x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\ \x65\x73\x3d\x22\x63\x63\x63\x63\x73\x63\x73\x63\x63\x63\x63\x63\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x35\x37\x33\x2e\x37\x31\x34\x32\x38\x2c\x36\x36\x39\x2e\x35\x30\ \x35\x30\x34\x20\x4c\x20\x34\x37\x33\x2e\x37\x31\x34\x32\x38\x2c\ \x34\x38\x33\x2e\x37\x39\x30\x37\x35\x20\x43\x20\x34\x37\x33\x2e\ \x37\x31\x34\x32\x38\x2c\x34\x38\x33\x2e\x37\x39\x30\x37\x35\x20\ \x34\x30\x35\x2e\x31\x34\x32\x38\x34\x2c\x33\x37\x35\x2e\x32\x31\ \x39\x33\x33\x20\x34\x30\x35\x2e\x31\x34\x32\x38\x34\x2c\x33\x37\ \x35\x2e\x32\x31\x39\x33\x33\x20\x4c\x20\x35\x34\x35\x2e\x31\x34\ \x32\x38\x35\x2c\x34\x30\x30\x2e\x39\x33\x33\x36\x31\x20\x43\x20\ \x35\x34\x35\x2e\x31\x34\x32\x38\x35\x2c\x34\x30\x30\x2e\x39\x33\ \x33\x36\x31\x20\x35\x31\x30\x2e\x38\x35\x37\x31\x33\x2c\x33\x37\ \x32\x2e\x33\x36\x32\x31\x39\x20\x34\x32\x32\x2e\x32\x38\x35\x37\ \x2c\x32\x38\x30\x2e\x39\x33\x33\x36\x31\x20\x43\x20\x33\x33\x33\ \x2e\x37\x31\x34\x32\x38\x2c\x31\x38\x39\x2e\x35\x30\x35\x30\x34\ \x20\x33\x31\x33\x2e\x37\x31\x34\x32\x38\x2c\x31\x32\x33\x2e\x37\ \x39\x30\x37\x36\x20\x33\x31\x34\x2c\x31\x32\x35\x2e\x32\x31\x39\ \x33\x33\x20\x43\x20\x33\x31\x34\x2e\x32\x38\x35\x37\x31\x2c\x31\ \x32\x36\x2e\x36\x34\x37\x39\x20\x32\x39\x34\x2e\x32\x38\x35\x37\ \x31\x2c\x31\x39\x32\x2e\x33\x36\x32\x31\x38\x20\x32\x30\x35\x2e\ \x37\x31\x34\x32\x39\x2c\x32\x38\x33\x2e\x37\x39\x30\x37\x35\x20\ \x43\x20\x31\x31\x37\x2e\x31\x34\x32\x38\x36\x2c\x33\x37\x35\x2e\ \x32\x31\x39\x33\x33\x20\x38\x32\x2e\x38\x35\x37\x31\x34\x33\x2c\ \x34\x30\x33\x2e\x37\x39\x30\x37\x35\x20\x38\x32\x2e\x38\x35\x37\ \x31\x34\x33\x2c\x34\x30\x33\x2e\x37\x39\x30\x37\x35\x20\x4c\x20\ \x32\x33\x31\x2e\x34\x32\x38\x35\x38\x2c\x33\x38\x30\x2e\x39\x33\ \x33\x36\x31\x20\x4c\x20\x31\x35\x34\x2e\x32\x38\x35\x37\x31\x2c\ \x35\x30\x30\x2e\x39\x33\x33\x36\x31\x20\x4c\x20\x35\x34\x2e\x32\ \x38\x35\x37\x31\x34\x2c\x36\x37\x32\x2e\x33\x36\x32\x31\x38\x20\ \x4c\x20\x35\x37\x33\x2e\x37\x31\x34\x32\x38\x2c\x36\x36\x39\x2e\ \x35\x30\x35\x30\x34\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\ \x34\x61\x61\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\ \x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\ \x33\x33\x38\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x32\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\ \x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\ \x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x32\x36\ \x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\ \x37\x36\x37\x38\x35\x37\x31\x2c\x30\x2c\x30\x2c\x30\x2e\x37\x36\ \x37\x38\x35\x37\x31\x2c\x33\x37\x2e\x38\x30\x36\x31\x32\x32\x2c\ \x39\x35\x2e\x37\x32\x36\x39\x33\x35\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x36\x32\x2e\x38\x35\ \x37\x31\x34\x2c\x34\x39\x32\x2e\x33\x36\x32\x31\x38\x20\x41\x20\ \x37\x38\x2e\x35\x37\x31\x34\x32\x36\x2c\x38\x30\x20\x30\x20\x31\ \x20\x31\x20\x35\x2e\x37\x31\x34\x32\x38\x36\x38\x2c\x34\x39\x32\ \x2e\x33\x36\x32\x31\x38\x20\x41\x20\x37\x38\x2e\x35\x37\x31\x34\ \x32\x36\x2c\x38\x30\x20\x30\x20\x31\x20\x31\x20\x31\x36\x32\x2e\ \x38\x35\x37\x31\x34\x2c\x34\x39\x32\x2e\x33\x36\x32\x31\x38\x20\ \x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\ \x78\x3d\x22\x37\x38\x2e\x35\x37\x31\x34\x32\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x63\x79\x3d\x22\x34\x39\x32\x2e\x33\x36\x32\x31\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x63\x78\x3d\x22\x38\x34\x2e\x32\x38\x35\x37\x31\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x33\x34\x30\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x37\x32\x34\x31\x33\x37\x39\x2c\x30\ \x2c\x30\x2c\x30\x2e\x37\x32\x34\x31\x33\x37\x39\x2c\x38\x31\x2e\ \x39\x37\x30\x34\x34\x37\x2c\x37\x32\x2e\x37\x36\x39\x38\x36\x35\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x34\x36\x32\x2e\x38\x35\x37\x31\x34\x2c\x33\x34\x36\x2e\x36\ \x34\x37\x38\x39\x20\x41\x20\x38\x32\x2e\x38\x35\x37\x31\x34\x2c\ \x38\x32\x2e\x38\x35\x37\x31\x34\x20\x30\x20\x31\x20\x31\x20\x32\ \x39\x37\x2e\x31\x34\x32\x38\x36\x2c\x33\x34\x36\x2e\x36\x34\x37\ \x38\x39\x20\x41\x20\x38\x32\x2e\x38\x35\x37\x31\x34\x2c\x38\x32\ \x2e\x38\x35\x37\x31\x34\x20\x30\x20\x31\x20\x31\x20\x34\x36\x32\ \x2e\x38\x35\x37\x31\x34\x2c\x33\x34\x36\x2e\x36\x34\x37\x38\x39\ \x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x32\x2e\x38\x35\x37\ \x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x38\x32\x2e\x38\x35\x37\ \x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x34\x36\x2e\x36\x34\ \x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x33\x38\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x33\x34\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\x66\x66\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x39\x30\x33\x38\x34\x36\x32\x2c\x30\ \x2c\x30\x2c\x30\x2e\x38\x32\x36\x39\x32\x33\x31\x2c\x2d\x34\x38\ \x2e\x34\x36\x31\x35\x33\x39\x2c\x39\x36\x2e\x33\x37\x30\x33\x38\ \x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x20\x35\x36\x35\x2e\x37\x31\x34\x32\x37\x2c\x35\x39\x38\x2e\ \x30\x37\x36\x34\x38\x20\x41\x20\x37\x34\x2e\x32\x38\x35\x37\x31\ \x33\x2c\x37\x34\x2e\x32\x38\x35\x37\x31\x33\x20\x30\x20\x31\x20\ \x31\x20\x34\x31\x37\x2e\x31\x34\x32\x38\x35\x2c\x35\x39\x38\x2e\ \x30\x37\x36\x34\x38\x20\x41\x20\x37\x34\x2e\x32\x38\x35\x37\x31\ \x33\x2c\x37\x34\x2e\x32\x38\x35\x37\x31\x33\x20\x30\x20\x31\x20\ \x31\x20\x35\x36\x35\x2e\x37\x31\x34\x32\x37\x2c\x35\x39\x38\x2e\ \x30\x37\x36\x34\x38\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x37\ \x34\x2e\x32\x38\x35\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\ \x37\x34\x2e\x32\x38\x35\x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\ \x22\x35\x39\x38\x2e\x30\x37\x36\x34\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\ \x3d\x22\x34\x39\x31\x2e\x34\x32\x38\x35\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x34\ \x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\ \x6c\x6c\x3a\x23\x66\x66\x66\x66\x30\x30\x3b\x66\x69\x6c\x6c\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\ \x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x02\x19\ \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\xab\x49\x44\x41\x54\x38\xcb\xbd\ \x93\xd9\x2e\x43\x61\x14\x85\x7b\xe7\x38\xef\x62\x6e\xd5\x18\x53\ \x42\xaa\x86\x54\x27\xea\xe8\x29\x45\x29\x8d\x1b\xaa\xa7\xad\x56\ \xab\x43\x4a\x0c\xc7\xa5\x18\x6a\x8e\xc4\x14\x94\x20\x12\x97\x5a\ \xd5\x86\x67\x10\x2f\xa1\xba\xfc\x95\x68\xc2\x85\x18\x12\x17\xff\ \xdd\xbf\xd6\xde\xfb\xdb\x6b\x0b\x00\x08\xfe\xf2\x04\xff\x6e\xa0\ \x5e\x6b\xe2\x5b\x96\xea\x9d\xbf\x32\x50\xad\x36\xf2\xa6\x63\x3d\ \xfa\x0f\x58\x48\xf8\x2a\xee\x47\x06\xca\x60\x03\x3f\x78\xd4\x85\ \xd9\x7b\x37\xbc\x37\x56\xe8\xb6\xd4\xa8\xf0\x14\xd9\xbe\x25\x56\ \xac\x48\x79\xe3\xa1\x0e\xd3\x71\x17\xa6\xe2\x4e\x74\x6e\xb7\xa2\ \xd2\x5b\x8c\x12\x87\x90\x4a\x7f\x32\x5e\xb2\x35\x86\x33\xa6\xe7\ \xb3\x58\xbe\x2c\xe5\x53\x2d\x4f\xc6\x9c\x08\xc4\x1c\x6f\x95\xcb\ \xdd\xe2\x44\xf1\x58\x01\x95\x1e\xc1\x78\xc1\x96\xf5\x9e\x32\x4f\ \xdc\xb5\x09\xec\xae\x72\xe8\x5d\x4c\x60\xf1\x7d\xfb\x5a\x04\xee\ \xc6\xe0\xbf\xb3\x83\xdd\x54\xa1\xcc\x55\x98\x28\xb2\xe7\x53\x69\ \x88\xfd\xe7\xda\xda\xde\x50\xfb\xa3\x2f\xcc\x61\x3a\x36\x0e\xcd\ \x96\x2c\x41\x60\x0d\xc9\x16\x25\x53\x86\x3d\x06\xbe\xa8\x1d\xde\ \x5b\x0e\x1d\x1b\x0a\x94\x8e\x8b\x12\x62\x5b\x1e\xf5\x61\x8d\x3d\ \x27\x9a\x4c\xfd\x61\x1b\xcc\x57\x03\x98\x7b\xf0\xc0\x1b\xb6\xc2\ \x78\xa4\x83\xe9\x44\x8f\x89\xb0\x05\xee\x5b\x0b\x98\x75\x39\x4a\ \x9c\xc2\x97\x42\xeb\x47\x71\x7a\x04\x66\x47\x4e\x93\xca\x30\x85\ \xf4\x6f\x73\xfa\xa3\x36\xb8\x22\x66\xb8\xc2\x66\x68\xd6\x5a\x52\ \xb0\x92\x22\x2e\x97\xfa\x32\x48\x04\x16\x2d\x5b\x90\xa0\x7b\xb7\ \x1d\xee\xc8\x28\x1c\x37\xc3\x68\x0b\xca\x40\x60\x25\x45\x96\x1c\ \xea\x5b\x49\x94\xcc\x57\xd3\x75\x33\x95\xa4\x65\x05\xd4\x2b\xcd\ \x20\xb0\x92\xc2\xd1\x6c\xea\x47\x51\x26\xfb\xa5\xcb\x27\xc4\x20\ \xb0\x9e\x0b\xcc\xd9\x19\xbf\xba\x05\x02\x8b\xce\x1f\xc9\xca\xf8\ \x97\x6b\x7c\x05\xbe\xa2\xa9\x3c\x52\x0a\x03\x48\x00\x00\x00\x00\ \x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x1e\xcc\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x67\x6f\x2d\x6e\x65\x78\x74\x2e\x73\x76\x67\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\ \x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\x61\x70\x6f\x2f\ \x49\x63\x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\x69\x6e\x65\x2d\ \x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\ \x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x30\x2e\x34\x35\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x33\ \x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\x31\x33\ \x30\x30\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\ \x38\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x22\ \x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\ \x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\x6d\x65\x3d\x22\x2f\x68\ \x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\x63\x2f\x44\x65\x73\x6b\x74\ \x6f\x70\x2f\x77\x69\x2d\x66\x69\x2e\x70\x6e\x67\x22\x0a\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\x6f\x72\x74\ \x2d\x78\x64\x70\x69\x3d\x22\x39\x30\x2e\x30\x30\x30\x30\x30\x30\ \x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\ \x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\x22\x39\x30\x2e\x30\x30\ \x30\x30\x30\x30\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\x65\x6e\x73\ \x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x33\x22\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\ \x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x38\x36\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x38\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x32\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\ \x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x32\x2e\x30\x34\x36\x37\ \x32\x39\x2c\x2d\x33\x2e\x37\x34\x39\x34\x32\x37\x65\x2d\x31\x36\ \x2c\x32\x2e\x38\x35\x33\x34\x30\x34\x65\x2d\x31\x36\x2c\x31\x2e\ \x35\x35\x37\x36\x31\x30\x2c\x2d\x31\x39\x2e\x35\x31\x37\x39\x39\ \x2c\x33\x2e\x34\x35\x32\x30\x38\x36\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x72\x3d\x22\x31\x37\x2e\x31\x37\x31\x34\x31\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x32\x2e\x38\x39\ \x36\x39\x33\x38\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\ \x3d\x22\x31\x39\x2e\x37\x30\x31\x31\x34\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x79\x3d\x22\x32\x2e\x38\x39\x36\x39\x33\x38\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x31\x39\ \x2e\x37\x30\x31\x31\x34\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x38\x36\x35\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x33\x36\x37\ \x32\x33\x2c\x32\x2e\x35\x31\x31\x30\x31\x32\x65\x2d\x31\x35\x2c\ \x31\x36\x2e\x38\x37\x33\x30\x36\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x72\x3d\x22\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x33\x36\x2e\x34\x32\ \x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\ \x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x34\x2e\ \x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x38\x36\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x36\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x39\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x32\x2e\x32\x39\x31\ \x36\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\ \x33\x32\x2e\x37\x39\x37\x35\x31\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x66\x78\x3d\x22\x32\x32\x2e\x32\x39\x31\x36\x33\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x33\x32\x2e\x37\ \x39\x37\x35\x31\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\ \x22\x31\x36\x2e\x39\x35\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x38\x34\x33\ \x30\x32\x32\x2c\x31\x2e\x38\x37\x31\x38\x38\x35\x65\x2d\x31\x36\ \x2c\x2d\x32\x2e\x32\x36\x35\x32\x32\x38\x65\x2d\x31\x36\x2c\x31\ \x2e\x30\x32\x30\x31\x36\x38\x2c\x34\x2e\x34\x39\x39\x32\x39\x38\ \x2c\x31\x2e\x33\x38\x31\x39\x39\x32\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x37\x33\x31\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x35\x37\x39\ \x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x31\x37\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x63\x65\x35\x63\x30\x30\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x3c\x2f\x64\ \x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x79\x3d\x22\x35\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\x31\ \x37\x37\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\x3d\ \x22\x35\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\ \x3d\x22\x38\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\x61\ \x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\ \x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\x64\ \x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\ \x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x32\x2e\x32\x37\x33\ \x37\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x78\x3d\x22\x34\x31\x2e\x33\x30\x36\x33\x33\x38\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x7a\x6f\x6f\x6d\x3d\x22\x35\x2e\x36\x35\x36\x38\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\ \x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\ \x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\ \x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\ \x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\x20\ \x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\ \x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\x67\ \x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x34\x65\x39\x61\ \x30\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\x3d\ \x22\x23\x34\x65\x39\x61\x30\x36\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\x6f\ \x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\x78\ \x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\x69\ \x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\ \x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\x65\ \x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\x70\ \x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\x68\ \x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\x63\ \x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x6c\ \x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\ \x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\ \x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x47\x6f\x20\x4e\x65\x78\x74\x3c\x2f\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\ \x66\x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\ \x66\x3a\x6c\x69\x3e\x6e\x65\x78\x74\x3c\x2f\x72\x64\x66\x3a\x6c\ \x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x72\x64\x66\x3a\x6c\x69\x3e\x72\x69\x67\x68\x74\x3c\x2f\x72\x64\ \x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x72\x72\x6f\x77\x3c\ \x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\x6f\x69\ \x6e\x74\x65\x72\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\ \x69\x3e\x26\x67\x74\x3b\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\ \x42\x61\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\ \x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\ \x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\ \x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\x6f\ \x64\x75\x63\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\ \x2f\x63\x63\x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\ \x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\ \x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\ \x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\x6f\ \x74\x69\x63\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\ \x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\ \x63\x2f\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\ \x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\ \x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\x61\ \x74\x69\x76\x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\ \x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\ \x6f\x72\x67\x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\ \x3a\x4c\x69\x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\ \x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\ \x6f\x64\x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\ \x22\x4c\x61\x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\ \x2e\x32\x37\x31\x31\x38\x36\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\x37\x31\x31\ \x38\x36\x2c\x2d\x38\x2e\x31\x31\x39\x33\x37\x36\x2c\x2d\x31\x35\ \x2e\x31\x30\x31\x37\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\ \x36\x2e\x34\x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\ \x34\x37\x33\x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\ \x20\x31\x20\x31\x20\x20\x39\x2e\x31\x39\x32\x33\x38\x38\x35\x2c\ \x33\x36\x2e\x34\x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\ \x34\x34\x37\x33\x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\ \x30\x20\x31\x20\x31\x20\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\ \x20\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\ \x3d\x22\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\ \x22\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\ \x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\ \x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\x36\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x2e\x32\x39\x39\x34\x36\x35\x32\x32\x3b\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x38\x36\x36\x38\x29\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\ \x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x31\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\ \x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\ \x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\ \x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\ \x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\ \x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\x63\x63\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\ \x38\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x20\x38\x2e\x35\x35\x34\x31\x38\x37\x35\x2c\x31\x35\x2e\x35\ \x31\x37\x33\x34\x38\x20\x4c\x20\x38\x2e\x35\x35\x34\x31\x38\x37\ \x35\x2c\x33\x32\x2e\x35\x31\x31\x37\x36\x38\x20\x4c\x20\x32\x31\ \x2e\x35\x33\x38\x2c\x33\x32\x2e\x35\x31\x31\x37\x36\x38\x20\x4c\ \x20\x32\x31\x2e\x35\x33\x38\x2c\x34\x31\x2e\x30\x35\x36\x38\x30\ \x36\x20\x4c\x20\x34\x31\x2e\x34\x39\x37\x38\x33\x35\x2c\x32\x34\ \x2e\x31\x35\x30\x33\x36\x35\x20\x4c\x20\x32\x31\x2e\x34\x31\x39\ \x31\x39\x2c\x37\x2e\x31\x32\x35\x31\x31\x36\x38\x20\x4c\x20\x32\ \x31\x2e\x34\x31\x39\x31\x39\x2c\x31\x35\x2e\x35\x32\x32\x36\x35\ \x32\x20\x4c\x20\x38\x2e\x35\x35\x34\x31\x38\x37\x35\x2c\x31\x35\ \x2e\x35\x31\x37\x33\x34\x38\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x39\x37\x29\x3b\ \x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\ \x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\x34\x65\x30\ \x62\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x33\x36\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\ \x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\ \x69\x6d\x69\x74\x3a\x31\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\ \x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x38\x36\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x31\x2e\x39\x36\x32\x33\x38\ \x35\x2c\x38\x2e\x32\x34\x38\x35\x30\x33\x33\x20\x4c\x20\x32\x31\ \x2e\x39\x36\x32\x33\x38\x35\x2c\x31\x36\x2e\x30\x35\x34\x39\x37\ \x38\x20\x4c\x20\x39\x2e\x31\x34\x35\x32\x31\x35\x31\x2c\x31\x36\ \x2e\x30\x35\x34\x39\x37\x38\x20\x4c\x20\x39\x2e\x31\x34\x35\x32\ \x31\x35\x31\x2c\x32\x35\x2e\x30\x39\x35\x36\x39\x31\x20\x43\x20\ \x32\x36\x2e\x38\x39\x35\x32\x31\x35\x2c\x32\x37\x2e\x30\x39\x35\ \x36\x39\x31\x20\x32\x35\x2e\x37\x37\x38\x37\x35\x32\x2c\x31\x37\ \x2e\x36\x34\x30\x34\x30\x33\x20\x34\x30\x2e\x35\x32\x38\x37\x35\ \x32\x2c\x32\x34\x2e\x31\x34\x30\x34\x30\x33\x20\x4c\x20\x32\x31\ \x2e\x39\x36\x32\x33\x38\x35\x2c\x38\x2e\x32\x34\x38\x35\x30\x33\ \x33\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x35\x30\ \x38\x30\x32\x31\x34\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x36\ \x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\ \x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\ \x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\ \x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\ \x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\ \x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\ \x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\ \x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\ \x73\x65\x74\x3a\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\ \x34\x38\x31\x32\x38\x33\x33\x39\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\ \x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x66\x66\x66\x66\x66\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x33\x36\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\ \x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\ \x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\ \x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\ \x69\x74\x3a\x31\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x39\x2e\x35\x33\x37\x37\x30\x32\x2c\x31\x36\x2e\x35\x36\x31\ \x38\x39\x32\x20\x4c\x20\x39\x2e\x35\x33\x37\x37\x30\x32\x2c\x33\ \x31\x2e\x35\x34\x36\x33\x33\x32\x20\x4c\x20\x32\x32\x2e\x35\x32\ \x33\x30\x36\x39\x2c\x33\x31\x2e\x35\x34\x36\x33\x33\x32\x20\x4c\ \x20\x32\x32\x2e\x35\x32\x33\x30\x36\x39\x2c\x33\x38\x2e\x39\x34\ \x31\x34\x39\x38\x20\x4c\x20\x34\x30\x2e\x30\x30\x31\x30\x38\x33\ \x2c\x32\x34\x2e\x31\x34\x35\x38\x30\x37\x20\x4c\x20\x32\x32\x2e\ \x35\x30\x37\x31\x30\x38\x2c\x39\x2e\x33\x36\x35\x34\x30\x36\x36\ \x20\x4c\x20\x32\x32\x2e\x35\x30\x37\x31\x30\x38\x2c\x31\x36\x2e\ \x35\x36\x36\x37\x38\x39\x20\x4c\x20\x39\x2e\x35\x33\x37\x37\x30\ \x32\x2c\x31\x36\x2e\x35\x36\x31\x38\x39\x32\x20\x7a\x20\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\ \x36\x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\xae\x04\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\x20\ \x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\ \x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\x33\x30\x36\x22\x0a\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\ \x6f\x6e\x3d\x22\x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\ \x2e\x34\x33\x2b\x64\x65\x76\x65\x6c\x22\x0a\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\x61\x73\x65\x3d\x22\ \x2f\x68\x6f\x6d\x65\x2f\x67\x61\x72\x72\x65\x74\x74\x2f\x53\x6f\ \x75\x72\x63\x65\x2f\x74\x61\x6e\x67\x6f\x2d\x69\x63\x6f\x6e\x2d\ \x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\x62\x6c\x65\x2f\x73\ \x74\x61\x74\x75\x73\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x77\x65\x61\x74\ \x68\x65\x72\x2d\x63\x6c\x65\x61\x72\x2e\x73\x76\x67\x22\x3e\x0a\ \x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x64\x65\x66\x73\x31\x33\x30\x38\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x30\x38\x33\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x30\x38\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x2e\x37\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x30\x38\x39\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x30\x38\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x34\x30\x33\x32\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x34\x30\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x37\x63\x32\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\ \x36\x33\x38\x32\x39\x37\x38\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\x73\x74\x6f\x70\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x31\x38\x33\x34\x38\ \x36\x32\x34\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x39\x33\x39\x34\x31\x33\ \x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x34\x30\x33\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x30\x33\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x2e\x38\x33\x38\x35\x30\x35\x35\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x35\ \x30\x34\x35\x38\x37\x31\x37\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x30\x34\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x63\x61\x66\x33\x65\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x30\ \x32\x36\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x34\x30\x32\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x39\x63\x36\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x32\x38\x63\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x2e\x35\x34\x31\x36\x36\x36\x36\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x34\x30\x34\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x30\x33\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x65\x61\ \x38\x35\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x37\x37\x34\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x2d\x32\x37\x2e\x30\x30\ \x36\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x2d\x33\x37\x2e\x35\x35\x30\x34\x36\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\x34\x2e\x37\x30\x30\x31\ \x35\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\ \x34\x2e\x34\x34\x39\x33\x37\x38\x35\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x35\x32\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x37\x37\x34\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x2d\x32\x35\x2e\x31\ \x33\x37\x30\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x2d\x31\x2e\x32\x34\x39\x31\x31\x31\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\x35\x2e\x36\x35\x32\ \x38\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x2d\x32\x34\x2e\x38\x38\x34\x34\x36\x30\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x33\x34\x37\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x37\x37\x34\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x31\x2e\x31\ \x34\x39\x33\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x2d\x34\x33\x2e\x39\x39\x37\x34\x34\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x2e\x39\x36\x32\x35\x39\ \x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\ \x38\x2e\x33\x30\x38\x30\x39\x30\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x38\x32\x39\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x38\x33\x31\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x34\x38\x33\x33\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x33\x34\x37\x38\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\ \x34\x38\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\x34\x38\ \x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x39\x38\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x32\x33\x30\x30\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x32\x33\x30\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x33\x33\x34\x37\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x65\x64\x64\x34\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\x33\x34\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x65\x64\ \x64\x34\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x33\x33\x35\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x35\x32\x37\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\x73\x74\x6f\ \x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x32\x35\x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x34\x30\x32\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x30\x2e\x36\x36\x36\x34\x34\x39\x36\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x31\x37\ \x34\x33\x31\x31\x39\x32\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x35\x35\x39\x36\x33\x33\ \x30\x32\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x2e\x38\x36\x34\x35\x38\x33\x33\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\ \x74\x6f\x70\x34\x30\x32\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x32\x35\x33\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\ \x30\x30\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x63\x65\ \x39\x34\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x35\x30\x32\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x63\x65\x39\x34\ \x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\ \x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x35\x30\x34\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x33\x39\x32\x22\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x65\x65\x65\x65\x65\x63\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x32\x33\x39\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x65\x65\x65\x65\x65\x63\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x32\ \x33\x39\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\ \x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x32\x32\x35\x36\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\ \x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x32\x32\x35\x38\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x36\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x2d\x31\x2e\x36\x30\x38\x37\x35\x37\x2c\x33\x2e\x30\ \x39\x37\x32\x37\x32\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x32\x36\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x33\x2e\x35\x35\x35\x30\x32\x30\x2c\x30\x2e\x39\x36\x38\x35\ \x37\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x32\x37\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\ \x73\x6c\x61\x74\x65\x28\x39\x2e\x32\x36\x33\x36\x35\x31\x2c\x33\ \x2e\x34\x39\x35\x32\x32\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\ \x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x37\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x38\x2e\x34\x39\x37\ \x31\x38\x34\x2c\x2d\x32\x2e\x33\x33\x30\x38\x32\x34\x29\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\ \x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\ \x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x32\x37\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x31\x34\x2e\x34\x36\x33\x34\x30\x2c\x32\x2e\x30\x31\x34\x30\ \x37\x33\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x32\x38\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x2e\x37\x35\x31\x32\x32\x32\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x2d\x30\x2e\x31\x39\x37\x34\x36\x32\ \x2c\x37\x2e\x36\x31\x32\x38\x36\x37\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\ \x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\ \x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x38\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x38\x34\x33\ \x31\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x34\ \x2e\x36\x31\x39\x38\x33\x2c\x34\x2e\x34\x35\x32\x33\x33\x35\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x32\x39\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x30\x2e\x38\x33\x34\x31\x34\x38\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x34\x2e\x38\x37\x36\x31\x30\x2c\x38\x2e\x35\ \x36\x39\x39\x37\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x39\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x31\x2e\x34\x36\x32\x30\x31\x35\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x31\x2e\x32\x36\x32\x34\x37\x35\x2c\x2d\x35\x2e\x36\x38\x37\ \x33\x35\x39\x2c\x31\x2e\x38\x31\x30\x32\x36\x39\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\ \x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\ \x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x31\ \x30\x36\x36\x31\x39\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x36\x2e\x33\x38\x33\x38\x36\x30\x2c\x36\x2e\x35\x30\x30\x34\ \x33\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x33\x30\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\ \x73\x6c\x61\x74\x65\x28\x31\x2e\x37\x30\x37\x37\x34\x38\x2c\x2d\ \x35\x2e\x37\x38\x34\x30\x32\x34\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\ \x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\ \x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x31\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x30\x2e\x39\x37\x36\x33\ \x30\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x35\x33\ \x2e\x39\x34\x37\x35\x33\x2c\x38\x2e\x35\x36\x33\x36\x39\x34\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x33\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x31\x36\x2e\x31\x34\x30\x30\x32\x2c\x32\x34\x2e\x36\ \x36\x34\x32\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x35\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\ \x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x30\x2e\x39\x33\x32\x31\x34\ \x34\x2c\x32\x35\x2e\x38\x37\x32\x34\x30\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\ \x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\ \x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x35\x2e\ \x33\x35\x36\x36\x33\x36\x2c\x32\x33\x2e\x38\x36\x38\x37\x30\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x33\x35\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x31\x31\x2e\x31\x39\x30\x32\x37\x2c\x32\x36\x2e\x35\ \x32\x30\x33\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x35\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\ \x61\x6e\x73\x6c\x61\x74\x65\x28\x31\x30\x2e\x33\x30\x36\x33\x38\ \x2c\x31\x39\x2e\x32\x37\x32\x35\x31\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\ \x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\ \x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x36\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x37\x35\x31\x32\ \x32\x32\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x32\x32\x39\x31\x35\x36\x2c\x33\x30\x2e\x37\x36\x32\x39\x39\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x33\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x32\x38\x34\x33\x31\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x36\x2e\x36\x37\x31\x34\x35\x2c\x32\x37\x2e\ \x32\x32\x37\x34\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x36\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x30\x2e\x38\x33\x34\x31\x34\x38\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x37\x2e\x30\x35\x32\ \x37\x32\x2c\x33\x31\x2e\x34\x37\x30\x31\x30\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x33\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x34\x36\ \x32\x30\x31\x35\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\x36\x32\x34\x37\x35\x2c\ \x2d\x34\x2e\x30\x31\x30\x37\x34\x34\x2c\x32\x34\x2e\x39\x36\x30\ \x34\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x33\x36\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x31\x2e\x31\x30\x36\x36\x31\x39\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x38\x2e\x31\x38\x35\x34\x37\x36\x2c\ \x32\x39\x2e\x35\x32\x35\x35\x36\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\ \x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\ \x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x37\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x34\x2e\x32\x30\ \x37\x35\x38\x36\x2c\x32\x31\x2e\x33\x30\x35\x34\x34\x29\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\ \x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\ \x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x33\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x30\ \x2e\x39\x37\x36\x33\x30\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x35\x36\x2e\x31\x32\x34\x31\x35\x2c\x33\x32\x2e\x30\ \x38\x38\x38\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x39\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x33\x39\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x36\x2e\x36\x36\x35\x31\x34\ \x31\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\ \x33\x2e\x38\x30\x32\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x34\x31\x2e\x34\x30\x33\x38\x37\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x33\x2e\x38\x30\ \x32\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x39\ \x39\x32\x33\x36\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x39\x39\x30\x37\x31\x33\ \x2c\x31\x2e\x31\x32\x38\x35\x34\x31\x2c\x35\x2e\x34\x30\x34\x30\ \x37\x35\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\ \x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x31\x34\ \x2e\x34\x36\x33\x34\x30\x2c\x32\x2e\x30\x31\x34\x30\x37\x33\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x34\x32\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x38\x2e\x34\x39\x37\x31\x38\x34\x2c\x2d\x32\x2e\x33\ \x33\x30\x38\x32\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x33\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\ \x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x31\x2e\x36\x30\x38\x37\ \x35\x37\x2c\x33\x2e\x30\x39\x37\x32\x37\x32\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x34\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x33\ \x2e\x35\x35\x35\x30\x32\x30\x2c\x30\x2e\x39\x36\x38\x35\x37\x38\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\ \x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\ \x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x34\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\ \x61\x74\x65\x28\x39\x2e\x32\x36\x33\x36\x35\x31\x2c\x33\x2e\x34\ \x39\x35\x32\x32\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x33\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x30\x2e\x37\x35\x31\x32\x32\x32\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x2d\x30\x2e\x31\x39\x37\ \x34\x36\x32\x2c\x37\x2e\x36\x31\x32\x38\x36\x37\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\ \x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\ \x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x34\x33\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\ \x38\x34\x33\x31\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x31\x34\x2e\x36\x31\x39\x38\x33\x2c\x34\x2e\x34\x35\x32\x33\ \x33\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x34\x34\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x2e\x38\x33\x34\x31\x34\x38\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x31\x34\x2e\x38\x37\x36\x31\x30\x2c\ \x38\x2e\x35\x36\x39\x39\x37\x36\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\ \x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\ \x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x34\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x34\x36\x32\x30\x31\ \x35\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x2e\x32\x36\x32\x34\x37\x35\x2c\x2d\x35\x2e\ \x36\x38\x37\x33\x35\x39\x2c\x31\x2e\x38\x31\x30\x32\x36\x39\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x34\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x31\x30\x36\x36\x31\x39\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x36\x2e\x33\x38\x33\x38\x36\x30\x2c\x36\x2e\x35\ \x30\x30\x34\x33\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x34\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x2d\x30\x2e\x39\x37\x36\x33\x30\x37\x2c\ \x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x35\x33\x2e\x39\x34\ \x37\x35\x33\x2c\x38\x2e\x35\x36\x33\x36\x39\x34\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\ \x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\ \x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x33\x39\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x34\x34\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x39\ \x39\x32\x33\x36\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x39\x39\x30\x37\x31\x33\ \x2c\x31\x2e\x31\x32\x38\x35\x34\x31\x2c\x35\x2e\x34\x30\x34\x30\ \x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x36\x2e\x36\x36\x35\x31\x34\x31\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x31\x33\x2e\x38\x30\x32\x37\x39\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x31\x2e\x34\ \x30\x33\x38\x37\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x33\x2e\x38\x30\x32\x37\x39\x38\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x33\x39\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x34\x35\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x2e\x39\x39\x32\x33\x36\x37\x2c\x30\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x39\x39\x30\x37\x31\x33\x2c\x34\x2e\x33\x37\x38\x35\x34\x31\x2c\ \x31\x30\x2e\x36\x35\x34\x30\x37\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x36\x2e\x36\x36\x35\x31\x34\x31\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x31\x33\x2e\x38\ \x30\x32\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x34\x31\x2e\x34\x30\x33\x38\x37\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x33\x2e\x38\x30\x32\x37\x39\ \x38\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x35\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x31\x30\x36\x36\x31\ \x39\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x39\x2e\x36\ \x33\x33\x38\x36\x30\x2c\x31\x31\x2e\x37\x35\x30\x34\x33\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\ \x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\ \x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x34\x36\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\ \x2e\x34\x36\x32\x30\x31\x35\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\x36\x32\x34\ \x37\x35\x2c\x2d\x32\x2e\x34\x33\x37\x33\x35\x39\x2c\x37\x2e\x30\ \x36\x30\x32\x36\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x36\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x30\x2e\x38\x33\x34\x31\x34\x38\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x38\x2e\x31\x32\x36\ \x31\x30\x2c\x31\x33\x2e\x38\x31\x39\x39\x38\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x34\x36\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x37\x35\ \x31\x32\x32\x32\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x33\x2e\x30\x35\x32\x35\x33\x38\x2c\x31\x32\x2e\x38\x36\x32\x38\ \x37\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\ \x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\ \x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x34\x37\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\ \x6c\x61\x74\x65\x28\x31\x32\x2e\x35\x31\x33\x36\x35\x2c\x38\x2e\ \x37\x34\x35\x32\x32\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\ \x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x34\x37\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\x2e\x38\x30\x35\x30\ \x32\x30\x2c\x36\x2e\x32\x31\x38\x35\x37\x38\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x34\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x31\ \x2e\x36\x34\x31\x32\x34\x33\x2c\x38\x2e\x33\x34\x37\x32\x37\x32\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\ \x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\ \x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x34\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\ \x61\x74\x65\x28\x30\x2e\x38\x34\x32\x34\x38\x31\x2c\x2d\x33\x2e\ \x39\x39\x38\x30\x38\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\ \x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x30\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x30\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x37\x2e\x30\x30\ \x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x2d\x32\x31\x2e\x37\x35\x30\x30\x30\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x35\x33\x2e\x37\x35\x30\x30\x30\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x39\x2e\ \x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x30\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x30\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\ \x37\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x2d\x32\x31\x2e\x37\x35\x30\x30\x30\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x35\x33\x2e\x37\ \x35\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x39\x2e\x30\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\ \x38\x38\x39\x30\x39\x31\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x36\x31\x37\x38\x38\ \x36\x2c\x2d\x34\x2e\x37\x37\x31\x33\x36\x38\x2c\x33\x39\x2e\x38\ \x31\x34\x30\x32\x29\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x35\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x36\ \x30\x35\x35\x30\x39\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\ \x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x37\x31\x30\x35\x34\x32\ \x2c\x2d\x30\x2e\x32\x32\x34\x39\x37\x31\x2c\x34\x32\x2e\x31\x39\ \x35\x30\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x33\x38\x2e\x38\x35\x37\x39\x34\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x2d\x31\x38\x2e\x34\x30\x37\x34\x38\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x35\x33\ \x2e\x37\x35\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x39\x2e\x30\x30\x30\x30\x30\x30\x30\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x30\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x31\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x34\x31\x34\x31\x36\x39\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x37\x37\x38\x38\x35\x33\x2c\x2d\x31\x2e\x39\x31\x30\x37\ \x32\x34\x2c\x33\x36\x2e\x38\x37\x38\x35\x30\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x33\x37\x2e\x30\x30\x30\x30\ \x30\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\ \x32\x31\x2e\x37\x35\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x35\x33\x2e\x37\x35\x30\x30\x30\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x39\x2e\x30\x30\ \x30\x30\x30\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x35\x33\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x2d\x32\x35\x2e\x31\x33\x37\x30\x39\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x31\x2e\x32\x34\x39\x31\x31\ \x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\ \x33\x35\x2e\x36\x35\x32\x38\x36\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x2d\x32\x34\x2e\x38\x38\x34\x34\x36\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x31\x37\x2e\x33\x33\x38\x31\x34\x2c\x33\x2e\x34\x31\x35\x39\ \x38\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x35\x34\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\ \x73\x6c\x61\x74\x65\x28\x31\x33\x2e\x34\x30\x30\x36\x34\x2c\x31\ \x2e\x33\x35\x33\x34\x38\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\ \x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x35\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x37\x2e\x34\x39\ \x39\x38\x30\x35\x2c\x31\x2e\x37\x30\x38\x36\x31\x37\x29\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\ \x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\ \x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\ \x28\x2d\x30\x2e\x37\x32\x36\x38\x33\x30\x2c\x32\x2e\x34\x38\x31\ \x31\x34\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\ \x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\x34\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x33\x33\x35\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x33\x2e\x33\x30\x33\x38\x36\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x32\x39\ \x2e\x31\x31\x35\x37\x31\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x32\x39\x2e\x37\x35\x30\x30\x30\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x34\x36\x2e\x30\x39\x32\ \x39\x33\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x33\x33\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\ \x61\x74\x65\x28\x31\x33\x2e\x34\x30\x30\x36\x34\x2c\x31\x2e\x33\ \x35\x33\x34\x38\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\ \x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\ \x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\x36\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\ \x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x31\x2e\x36\x34\x31\x32\x34\ \x33\x2c\x38\x2e\x33\x34\x37\x32\x37\x32\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\ \x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\ \x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\ \x37\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x36\x2e\ \x38\x30\x35\x30\x32\x30\x2c\x36\x2e\x32\x31\x38\x35\x37\x38\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x33\x33\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x31\x32\x2e\x35\x31\x33\x36\x35\x2c\x38\x2e\x37\x34\ \x35\x32\x32\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\x37\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x37\x35\x31\x32\x32\x32\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x33\x2e\x30\x35\x32\x35\x33\ \x38\x2c\x31\x32\x2e\x38\x36\x32\x38\x37\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\ \x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\ \x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\ \x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x38\x33\x34\ \x31\x34\x38\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\ \x38\x2e\x31\x32\x36\x31\x30\x2c\x31\x33\x2e\x38\x31\x39\x39\x38\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\ \x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\ \x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x33\x33\x37\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x31\x2e\x34\x36\x32\x30\x31\x35\x2c\x30\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\x36\ \x32\x34\x37\x35\x2c\x2d\x32\x2e\x34\x33\x37\x33\x35\x39\x2c\x37\ \x2e\x30\x36\x30\x32\x36\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\ \x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\x38\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x31\x30\x36\x36\x31\x39\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x39\x2e\x36\x33\ \x33\x38\x36\x30\x2c\x31\x31\x2e\x37\x35\x30\x34\x33\x29\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\ \x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\ \x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x33\x33\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\ \x31\x30\x36\x36\x31\x39\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x37\x39\x35\x30\x32\x32\x2c\x36\x2e\x30\x39\x33\ \x35\x37\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\ \x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x33\x33\x38\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x31\x2e\x34\x36\x32\x30\x31\x35\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\ \x2e\x32\x36\x32\x34\x37\x35\x2c\x2d\x31\x31\x2e\x32\x37\x36\x32\ \x30\x2c\x31\x2e\x34\x30\x33\x34\x31\x31\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\ \x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\ \x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\ \x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x38\x33\x34\ \x31\x34\x38\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x39\ \x2e\x32\x38\x37\x32\x36\x32\x2c\x38\x2e\x31\x36\x33\x31\x32\x32\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\ \x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\ \x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\ \x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x33\x33\x39\x32\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x30\x2e\x37\x35\x31\x32\x32\x32\x2c\x30\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x2d\x35\x2e\x37\x38\x36\x33\x30\x30\x2c\x37\ \x2e\x32\x30\x36\x30\x31\x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\ \x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\ \x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x33\x39\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x33\x2e\x36\x37\x34\ \x38\x31\x32\x2c\x33\x2e\x30\x38\x38\x33\x37\x30\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\ \x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\ \x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x33\x33\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\ \x2d\x32\x2e\x30\x33\x33\x38\x31\x38\x2c\x30\x2e\x35\x36\x31\x37\ \x32\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x33\x34\x30\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\ \x73\x6c\x61\x74\x65\x28\x2d\x37\x2e\x31\x39\x37\x35\x39\x35\x2c\ \x32\x2e\x36\x39\x30\x34\x31\x34\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\ \x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\ \x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x34\x30\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x34\x2e\x35\x36\ \x31\x38\x30\x32\x2c\x2d\x34\x2e\x33\x30\x33\x33\x37\x33\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\ \x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\ \x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x35\x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\ \x65\x28\x38\x38\x2e\x34\x39\x33\x34\x34\x2c\x2d\x39\x2e\x36\x39\ \x37\x38\x37\x37\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x31\x35\x31\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x31\x2e\x34\x36\x32\x30\x31\x35\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x31\x2e\x32\x36\x32\x34\x37\x35\x2c\x35\x36\x2e\x32\x35\x35\x31\ \x34\x2c\x2d\x31\x32\x2e\x33\x39\x33\x38\x38\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\ \x35\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x38\ \x34\x33\x31\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x37\x39\x2e\x33\x36\x39\x30\x39\x2c\x2d\x33\x2e\x31\x39\x33\x37\ \x34\x37\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\ \x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x35\x32\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x35\x32\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x2d\x32\x35\ \x2e\x31\x33\x37\x30\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x2d\x31\x2e\x32\x34\x39\x31\x31\x31\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\x35\x2e\x36\ \x35\x32\x38\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x2d\x32\x34\x2e\x38\x38\x34\x34\x36\x30\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x31\x35\x32\x32\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\ \x6e\x73\x6c\x61\x74\x65\x28\x2d\x37\x2e\x31\x39\x37\x35\x39\x35\ \x2c\x32\x2e\x36\x39\x30\x34\x31\x34\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\ \x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\ \x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x35\x32\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x2d\x32\x2e\ \x30\x33\x33\x38\x31\x38\x2c\x30\x2e\x35\x36\x31\x37\x32\x30\x29\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\ \x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\ \x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\ \x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x31\x35\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\ \x74\x65\x28\x33\x2e\x36\x37\x34\x38\x31\x32\x2c\x33\x2e\x30\x38\ \x38\x33\x37\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\ \x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x31\x35\x32\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x37\x35\x31\x32\x32\x32\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x2d\x35\x2e\x37\x38\x36\x33\ \x30\x30\x2c\x37\x2e\x32\x30\x36\x30\x31\x32\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\ \x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\ \x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\ \x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\ \x35\x33\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x38\x33\ \x34\x31\x34\x38\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x39\x2e\x32\x38\x37\x32\x36\x32\x2c\x38\x2e\x31\x36\x33\x31\x32\ \x32\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\ \x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\ \x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\ \x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\ \x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x31\x35\x33\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x31\x2e\x34\x36\x32\x30\x31\x35\x2c\x30\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x32\ \x36\x32\x34\x37\x35\x2c\x2d\x31\x31\x2e\x32\x37\x36\x32\x30\x2c\ \x31\x2e\x34\x30\x33\x34\x31\x31\x29\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\ \x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\ \x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\ \x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x35\x33\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x31\x30\x36\x36\x31\ \x39\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x37\ \x39\x35\x30\x32\x32\x2c\x36\x2e\x30\x39\x33\x35\x37\x32\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\ \x36\x30\x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\ \x3d\x22\x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\ \x2e\x32\x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x32\x32\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x35\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\ \x30\x2e\x39\x37\x36\x33\x30\x37\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x31\x32\x33\x2e\x31\x31\x36\x32\x2c\x2d\x35\x2e\ \x34\x34\x36\x33\x35\x37\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\x38\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x39\x2e\x32\x38\x35\x39\ \x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\x36\x38\x35\x38\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x35\x33\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x74\x72\x61\x6e\x73\x6c\x61\x74\x65\x28\x35\x37\x2e\x39\x37\x36\ \x39\x33\x2c\x2d\x31\x30\x2e\x35\x36\x38\x37\x36\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x34\x2e\x32\x36\x30\ \x38\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\ \x39\x2e\x32\x38\x35\x39\x30\x32\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x32\x3d\x22\x31\x36\x2e\x38\x35\x31\x38\x34\x35\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x36\x2e\x32\ \x36\x38\x35\x38\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x31\x35\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x2d\x32\x35\x2e\x31\x33\x37\x30\x39\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x31\ \x2e\x32\x34\x39\x31\x31\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x32\x3d\x22\x2d\x33\x35\x2e\x36\x35\x32\x38\x36\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\x32\x34\x2e\ \x38\x38\x34\x34\x36\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x34\x38\x32\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x34\x38\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x2d\x33\x35\x2e\x30\x30\x31\x37\x38\x35\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x79\x3d\x22\x2d\x31\x2e\x31\x34\x33\x39\ \x32\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x2d\x33\x35\x2e\x30\x30\x31\x37\x38\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x66\x79\x3d\x22\x2d\x31\x2e\x31\x34\x33\x39\x32\x31\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\x2e\ \x35\x30\x30\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x30\x2e\x35\x36\x35\x36\x35\x37\x2c\x2d\x35\x2e\ \x35\x36\x34\x39\x39\x32\x65\x2d\x31\x35\x2c\x2d\x30\x2e\x34\x39\ \x36\x38\x35\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x32\x39\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x32\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x2d\x32\x37\ \x2e\x30\x30\x36\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x2d\x33\x37\x2e\x35\x35\x30\x34\x36\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\x34\x2e\x37\ \x30\x30\x31\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\ \x3d\x22\x2d\x34\x2e\x34\x34\x39\x33\x37\x38\x35\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x33\x34\x37\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x31\x34\x33\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x31\ \x2e\x31\x34\x39\x33\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x2d\x34\x33\x2e\x39\x39\x37\x34\x34\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x2e\x39\x36\x32\ \x35\x39\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x2d\x38\x2e\x33\x30\x38\x30\x39\x30\x32\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x33\x34\x37\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x31\x32\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x31\ \x2e\x31\x34\x39\x33\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x79\x31\x3d\x22\x2d\x34\x33\x2e\x39\x39\x37\x34\x34\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\x2e\x39\x36\x32\ \x35\x39\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\ \x22\x2d\x38\x2e\x33\x30\x38\x30\x39\x30\x32\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x35\x32\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x31\x33\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x2d\x32\ \x35\x2e\x31\x33\x37\x30\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x2d\x31\x2e\x32\x34\x39\x31\x31\x31\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\x35\x2e\ \x36\x35\x32\x38\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\ \x32\x3d\x22\x2d\x32\x34\x2e\x38\x38\x34\x34\x36\x30\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x39\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x31\x33\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\ \x2d\x32\x37\x2e\x30\x30\x36\x36\x34\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x31\x3d\x22\x2d\x33\x37\x2e\x35\x35\x30\x34\x36\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\x33\ \x34\x2e\x37\x30\x30\x31\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x2d\x34\x2e\x34\x34\x39\x33\x37\x38\x35\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x32\x37\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x35\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x2d\x32\x35\x2e\x31\x33\x37\x30\x39\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x31\x2e\x32\x34\x39\x31\x31\ \x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\ \x33\x35\x2e\x36\x35\x32\x38\x36\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x2d\x32\x34\x2e\x38\x38\x34\x34\x36\x30\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x32\x39\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x35\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x2d\x32\x37\x2e\x30\x30\x36\x36\x34\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x33\x37\x2e\x35\x35\x30\ \x34\x36\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x2d\x33\x34\x2e\x37\x30\x30\x31\x35\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x2d\x34\x2e\x34\x34\x39\x33\x37\x38\ \x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x34\x37\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x35\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x31\x3d\x22\x31\x31\x2e\x31\x34\x39\x33\x39\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x34\x33\x2e\x39\x39\x37\ \x34\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\ \x34\x2e\x39\x36\x32\x35\x39\x38\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x2d\x38\x2e\x33\x30\x38\x30\x39\x30\x32\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x34\x37\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x36\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\ \x3d\x22\x31\x31\x2e\x31\x34\x39\x33\x39\x38\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x34\x33\x2e\x39\x39\x37\x34\ \x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x34\ \x2e\x39\x36\x32\x35\x39\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x2d\x38\x2e\x33\x30\x38\x30\x39\x30\x32\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x30\x32\x36\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x36\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\ \x22\x2d\x32\x38\x2e\x39\x36\x38\x39\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x79\x31\x3d\x22\x2d\x32\x35\x2e\x33\x32\x36\x38\ \x31\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x2d\ \x33\x37\x2e\x31\x39\x36\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x32\x3d\x22\x2d\x39\x2e\x35\x35\x39\x30\x35\x30\x36\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x30\x33\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x34\x30\x32\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x2d\x33\x33\x2e\x35\ \x31\x39\x30\x37\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x2d\x32\x32\x2e\x31\x31\x33\x32\x39\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x2d\x33\x33\x2e\x35\x31\x39\ \x30\x37\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\ \x2d\x32\x32\x2e\x31\x31\x33\x32\x39\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x72\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\ \x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\ \x78\x28\x30\x2e\x34\x38\x37\x37\x33\x39\x2c\x31\x2e\x32\x39\x32\ \x34\x30\x32\x2c\x2d\x31\x2e\x31\x30\x32\x36\x37\x2c\x30\x2e\x34\ \x39\x37\x32\x34\x32\x2c\x2d\x34\x31\x2e\x37\x37\x33\x39\x33\x2c\ \x33\x32\x2e\x34\x31\x34\x39\x32\x29\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\ \x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x33\x34\x37\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x34\x30\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x31\x31\x2e\x31\x34\ \x39\x33\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\ \x22\x2d\x34\x33\x2e\x39\x39\x37\x34\x34\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x32\x3d\x22\x34\x2e\x39\x36\x32\x35\x39\x38\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x2d\x38\ \x2e\x33\x30\x38\x30\x39\x30\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x34\x30\x38\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x34\x30\x38\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x32\x33\x2e\x39\x39\x39\x39\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\x33\x2e\x33\x38\x31\x35\ \x30\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\ \x33\x2e\x39\x39\x39\x39\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x32\x33\x2e\x33\x38\x31\x35\x30\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x39\x2e\x31\x34\x31\x39\ \x38\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x31\x2e\x30\x30\x36\x37\x30\x31\x2c\x32\x2e\ \x32\x33\x35\x33\x32\x36\x65\x2d\x31\x36\x2c\x2d\x32\x2e\x32\x33\ \x37\x31\x35\x65\x2d\x31\x36\x2c\x31\x2e\x30\x30\x37\x35\x32\x32\ \x2c\x2d\x30\x2e\x31\x36\x30\x38\x31\x36\x2c\x30\x2e\x34\x32\x36\ \x39\x38\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x70\x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\ \x66\x66\x66\x66\x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\ \x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\ \x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\ \x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\ \x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x30\x2e\x35\ \x34\x31\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x78\x3d\x22\x32\x33\x2e\x33\x38\x36\x31\x37\ \x36\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x79\x3d\x22\x32\x34\x2e\x39\x35\x30\x36\x30\x33\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\ \x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\ \x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\ \x69\x64\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\x64\x2d\x62\x62\x6f\ \x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\ \x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x77\x69\x64\x74\x68\x3d\x22\x38\x35\x39\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\ \x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x35\x31\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\ \x6f\x77\x2d\x78\x3d\x22\x33\x30\x38\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x79\x3d\x22\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\x61\ \x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x31\x33\x31\x31\ \x22\x3e\x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\ \x75\x74\x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\ \x73\x76\x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\ \x61\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x79\x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\ \x2f\x64\x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\ \x6d\x61\x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x77\x65\x61\x74\x68\ \x65\x72\x2d\x63\x6c\x65\x61\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\ \x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x64\x61\x74\x65\x3e\x4a\x61\x6e\x75\x61\x72\x79\x20\x32\x30\x30\ \x36\x3c\x2f\x64\x63\x3a\x64\x61\x74\x65\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x64\x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x41\ \x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x52\x79\x61\x6e\ \x20\x43\x6f\x6c\x6c\x69\x65\x72\x20\x28\x70\x73\x65\x75\x64\x6f\ \x29\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x70\x75\x62\x6c\x69\x73\x68\x65\x72\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x77\x77\x2e\x74\x61\x6e\x67\x6f\x2d\x70\x72\x6f\x6a\ \x65\x63\x74\x2e\x6f\x72\x67\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\ \x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x2f\x64\x63\x3a\x70\x75\x62\x6c\x69\x73\x68\x65\x72\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\ \x72\x63\x65\x3e\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x70\ \x73\x65\x75\x64\x6f\x63\x6f\x64\x65\x2e\x6f\x72\x67\x3c\x2f\x64\ \x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x72\x64\x66\x3a\x6c\x69\x3e\x77\x65\x61\x74\x68\x65\x72\x3c\x2f\ \x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x70\x70\x6c\ \x65\x74\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\ \x6e\x6f\x74\x69\x66\x69\x63\x61\x74\x69\x6f\x6e\x3c\x2f\x72\x64\ \x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x2f\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x6c\x69\x63\ \x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\ \x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\ \x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x63\x6f\x6e\ \x74\x72\x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x47\x61\x72\x72\x65\x74\x74\x20\x4c\x65\x53\ \x61\x67\x65\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\ \x63\x3a\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\ \x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\ \x62\x6f\x75\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\ \x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\ \x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\ \x32\x2e\x30\x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\ \x65\x70\x72\x6f\x64\x75\x63\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x69\x73\x74\x72\x69\x62\x75\ \x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\ \x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\ \x63\x2f\x4e\x6f\x74\x69\x63\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\ \x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\ \x72\x67\x2f\x63\x63\x2f\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\ \x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\ \x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\ \x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\ \x72\x69\x76\x61\x74\x69\x76\x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\ \x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x53\x68\x61\x72\x65\ \x41\x6c\x69\x6b\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x2f\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\ \x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\ \x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\ \x61\x62\x65\x6c\x3d\x22\x4c\x61\x79\x65\x72\x20\x31\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\ \x75\x70\x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x67\x33\x39\x33\x36\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\x30\ \x39\x31\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x63\x65\x39\x34\ \x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x63\x61\x66\x33\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x37\ \x33\x37\x33\x32\x38\x39\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x73\x71\x75\x61\x72\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x32\x34\x20\x32\x2e\x35\x20\x4c\x20\x32\x31\x2e\x36\x32\x35\x20\ \x39\x2e\x31\x38\x37\x35\x20\x43\x20\x32\x32\x2e\x33\x39\x39\x30\ \x33\x34\x20\x39\x2e\x30\x36\x34\x31\x33\x31\x38\x20\x32\x33\x2e\ \x31\x39\x31\x34\x30\x36\x20\x39\x20\x32\x34\x20\x39\x20\x43\x20\ \x32\x34\x2e\x38\x30\x38\x35\x39\x34\x20\x39\x20\x32\x35\x2e\x36\ \x30\x30\x39\x36\x36\x20\x39\x2e\x30\x36\x34\x31\x33\x31\x37\x20\ \x32\x36\x2e\x33\x37\x35\x20\x39\x2e\x31\x38\x37\x35\x20\x4c\x20\ \x32\x34\x20\x32\x2e\x35\x20\x7a\x20\x4d\x20\x38\x2e\x38\x31\x32\ \x35\x20\x38\x2e\x37\x38\x31\x32\x35\x20\x4c\x20\x31\x31\x2e\x38\ \x34\x33\x37\x35\x20\x31\x35\x2e\x32\x31\x38\x37\x35\x20\x43\x20\ \x31\x32\x2e\x37\x37\x39\x30\x33\x34\x20\x31\x33\x2e\x39\x32\x38\ \x35\x36\x39\x20\x31\x33\x2e\x39\x32\x38\x35\x36\x39\x20\x31\x32\ \x2e\x37\x37\x39\x30\x33\x34\x20\x31\x35\x2e\x32\x31\x38\x37\x35\ \x20\x31\x31\x2e\x38\x34\x33\x37\x35\x20\x4c\x20\x38\x2e\x38\x31\ \x32\x35\x20\x38\x2e\x37\x38\x31\x32\x35\x20\x7a\x20\x4d\x20\x33\ \x39\x2e\x32\x31\x38\x37\x35\x20\x38\x2e\x37\x38\x31\x32\x35\x20\ \x4c\x20\x33\x32\x2e\x37\x38\x31\x32\x35\x20\x31\x31\x2e\x38\x34\ \x33\x37\x35\x20\x43\x20\x33\x34\x2e\x30\x37\x31\x34\x33\x31\x20\ \x31\x32\x2e\x37\x37\x39\x30\x33\x34\x20\x33\x35\x2e\x32\x32\x30\ \x39\x36\x36\x20\x31\x33\x2e\x39\x32\x38\x35\x36\x39\x20\x33\x36\ \x2e\x31\x35\x36\x32\x35\x20\x31\x35\x2e\x32\x31\x38\x37\x35\x20\ \x4c\x20\x33\x39\x2e\x32\x31\x38\x37\x35\x20\x38\x2e\x37\x38\x31\ \x32\x35\x20\x7a\x20\x4d\x20\x39\x2e\x31\x38\x37\x35\x20\x32\x31\ \x2e\x35\x39\x33\x37\x35\x20\x4c\x20\x32\x2e\x35\x20\x32\x33\x2e\ \x39\x36\x38\x37\x35\x20\x4c\x20\x39\x2e\x31\x38\x37\x35\x20\x32\ \x36\x2e\x33\x34\x33\x37\x35\x20\x43\x20\x39\x2e\x30\x36\x37\x33\ \x33\x37\x33\x20\x32\x35\x2e\x35\x37\x39\x35\x32\x20\x39\x20\x32\ \x34\x2e\x37\x39\x37\x38\x31\x33\x20\x39\x20\x32\x34\x20\x43\x20\ \x39\x20\x32\x33\x2e\x31\x38\x30\x36\x32\x35\x20\x39\x2e\x30\x36\ \x30\x38\x38\x35\x38\x20\x32\x32\x2e\x33\x37\x37\x35\x37\x31\x20\ \x39\x2e\x31\x38\x37\x35\x20\x32\x31\x2e\x35\x39\x33\x37\x35\x20\ \x7a\x20\x4d\x20\x33\x38\x2e\x38\x31\x32\x35\x20\x32\x31\x2e\x36\ \x32\x35\x20\x43\x20\x33\x38\x2e\x39\x33\x35\x38\x36\x38\x20\x32\ \x32\x2e\x33\x39\x39\x30\x33\x34\x20\x33\x39\x20\x32\x33\x2e\x31\ \x39\x31\x34\x30\x36\x20\x33\x39\x20\x32\x34\x20\x43\x20\x33\x39\ \x20\x32\x34\x2e\x38\x30\x38\x35\x39\x34\x20\x33\x38\x2e\x39\x33\ \x35\x38\x36\x38\x20\x32\x35\x2e\x36\x30\x30\x39\x36\x36\x20\x33\ \x38\x2e\x38\x31\x32\x35\x20\x32\x36\x2e\x33\x37\x35\x20\x4c\x20\ \x34\x35\x2e\x35\x20\x32\x34\x20\x4c\x20\x33\x38\x2e\x38\x31\x32\ \x35\x20\x32\x31\x2e\x36\x32\x35\x20\x7a\x20\x4d\x20\x31\x31\x2e\ \x38\x34\x33\x37\x35\x20\x33\x32\x2e\x37\x38\x31\x32\x35\x20\x4c\ \x20\x38\x2e\x38\x31\x32\x35\x20\x33\x39\x2e\x31\x38\x37\x35\x20\ \x4c\x20\x31\x35\x2e\x32\x31\x38\x37\x35\x20\x33\x36\x2e\x31\x35\ \x36\x32\x35\x20\x43\x20\x31\x33\x2e\x39\x32\x38\x35\x36\x39\x20\ \x33\x35\x2e\x32\x32\x30\x39\x36\x36\x20\x31\x32\x2e\x37\x37\x39\ \x30\x33\x34\x20\x33\x34\x2e\x30\x37\x31\x34\x33\x31\x20\x31\x31\ \x2e\x38\x34\x33\x37\x35\x20\x33\x32\x2e\x37\x38\x31\x32\x35\x20\ \x7a\x20\x4d\x20\x33\x36\x2e\x31\x35\x36\x32\x35\x20\x33\x32\x2e\ \x37\x38\x31\x32\x35\x20\x43\x20\x33\x35\x2e\x32\x32\x39\x37\x38\ \x39\x20\x33\x34\x2e\x30\x35\x39\x32\x36\x20\x33\x34\x2e\x30\x38\ \x37\x36\x31\x37\x20\x33\x35\x2e\x31\x39\x34\x37\x39\x39\x20\x33\ \x32\x2e\x38\x31\x32\x35\x20\x33\x36\x2e\x31\x32\x35\x20\x4c\x20\ \x33\x39\x2e\x32\x31\x38\x37\x35\x20\x33\x39\x2e\x31\x38\x37\x35\ \x20\x4c\x20\x33\x36\x2e\x31\x35\x36\x32\x35\x20\x33\x32\x2e\x37\ \x38\x31\x32\x35\x20\x7a\x20\x4d\x20\x32\x31\x2e\x36\x32\x35\x20\ \x33\x38\x2e\x38\x31\x32\x35\x20\x4c\x20\x32\x34\x20\x34\x35\x2e\ \x35\x20\x4c\x20\x32\x36\x2e\x33\x37\x35\x20\x33\x38\x2e\x38\x31\ \x32\x35\x20\x43\x20\x32\x35\x2e\x36\x30\x30\x39\x36\x36\x20\x33\ \x38\x2e\x39\x33\x35\x38\x36\x38\x20\x32\x34\x2e\x38\x30\x38\x35\ \x39\x34\x20\x33\x39\x20\x32\x34\x20\x33\x39\x20\x43\x20\x32\x33\ \x2e\x31\x39\x31\x34\x30\x36\x20\x33\x39\x20\x32\x32\x2e\x33\x39\ \x39\x30\x33\x34\x20\x33\x38\x2e\x39\x33\x35\x38\x36\x38\x20\x32\ \x31\x2e\x36\x32\x35\x20\x33\x38\x2e\x38\x31\x32\x35\x20\x7a\x20\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x37\x34\x39\x32\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x75\x72\ \x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x34\x30\x38\x31\x29\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x30\x2e\x38\x34\x36\x34\x36\x32\x34\x39\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x73\x71\ \x75\x61\x72\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x32\x34\x20\x35\x2e\x32\x35\x20\x4c\ \x20\x32\x32\x2e\x36\x35\x36\x32\x35\x20\x39\x2e\x30\x36\x32\x35\ \x20\x43\x20\x32\x33\x2e\x30\x39\x38\x38\x38\x38\x20\x39\x2e\x30\ \x32\x33\x31\x34\x38\x36\x20\x32\x33\x2e\x35\x34\x37\x31\x38\x37\ \x20\x39\x20\x32\x34\x20\x39\x20\x43\x20\x32\x34\x2e\x34\x35\x32\ \x38\x31\x33\x20\x39\x20\x32\x34\x2e\x39\x30\x31\x31\x31\x32\x20\ \x39\x2e\x30\x32\x33\x31\x34\x38\x36\x20\x32\x35\x2e\x33\x34\x33\ \x37\x35\x20\x39\x2e\x30\x36\x32\x35\x20\x4c\x20\x32\x34\x20\x35\ \x2e\x32\x35\x20\x7a\x20\x4d\x20\x31\x30\x2e\x37\x38\x31\x32\x35\ \x20\x31\x30\x2e\x37\x35\x20\x4c\x20\x31\x32\x2e\x35\x20\x31\x34\ \x2e\x33\x37\x35\x20\x43\x20\x31\x33\x2e\x30\x37\x31\x35\x33\x38\ \x20\x31\x33\x2e\x36\x39\x34\x30\x38\x39\x20\x31\x33\x2e\x37\x32\ \x34\x30\x30\x34\x20\x31\x33\x2e\x30\x33\x38\x37\x34\x35\x20\x31\ \x34\x2e\x34\x30\x36\x32\x35\x20\x31\x32\x2e\x34\x36\x38\x37\x35\ \x20\x4c\x20\x31\x30\x2e\x37\x38\x31\x32\x35\x20\x31\x30\x2e\x37\ \x35\x20\x7a\x20\x4d\x20\x33\x37\x2e\x32\x35\x20\x31\x30\x2e\x37\ \x35\x20\x4c\x20\x33\x33\x2e\x36\x32\x35\x20\x31\x32\x2e\x34\x36\ \x38\x37\x35\x20\x43\x20\x33\x34\x2e\x33\x30\x34\x36\x37\x35\x20\ \x31\x33\x2e\x30\x33\x38\x31\x38\x39\x20\x33\x34\x2e\x39\x36\x31\ \x38\x31\x31\x20\x31\x33\x2e\x36\x39\x35\x33\x32\x35\x20\x33\x35\ \x2e\x35\x33\x31\x32\x35\x20\x31\x34\x2e\x33\x37\x35\x20\x4c\x20\ \x33\x37\x2e\x32\x35\x20\x31\x30\x2e\x37\x35\x20\x7a\x20\x4d\x20\ \x39\x2e\x30\x36\x32\x35\x20\x32\x32\x2e\x36\x32\x35\x20\x4c\x20\ \x35\x2e\x32\x38\x31\x32\x35\x20\x32\x33\x2e\x39\x36\x38\x37\x35\ \x20\x4c\x20\x39\x2e\x30\x36\x32\x35\x20\x32\x35\x2e\x33\x31\x32\ \x35\x20\x43\x20\x39\x2e\x30\x32\x34\x39\x38\x31\x20\x32\x34\x2e\ \x38\x38\x30\x31\x34\x36\x20\x39\x20\x32\x34\x2e\x34\x34\x32\x30\ \x33\x31\x20\x39\x20\x32\x34\x20\x43\x20\x39\x20\x32\x33\x2e\x35\ \x33\x36\x34\x30\x36\x20\x39\x2e\x30\x32\x31\x32\x37\x33\x35\x20\ \x32\x33\x2e\x30\x37\x37\x39\x30\x38\x20\x39\x2e\x30\x36\x32\x35\ \x20\x32\x32\x2e\x36\x32\x35\x20\x7a\x20\x4d\x20\x33\x38\x2e\x39\ \x33\x37\x35\x20\x32\x32\x2e\x36\x35\x36\x32\x35\x20\x43\x20\x33\ \x38\x2e\x39\x37\x36\x38\x35\x31\x20\x32\x33\x2e\x30\x39\x38\x38\ \x38\x38\x20\x33\x39\x20\x32\x33\x2e\x35\x34\x37\x31\x38\x37\x20\ \x33\x39\x20\x32\x34\x20\x43\x20\x33\x39\x20\x32\x34\x2e\x34\x35\ \x32\x38\x31\x33\x20\x33\x38\x2e\x39\x37\x36\x38\x35\x31\x20\x32\ \x34\x2e\x39\x30\x31\x31\x31\x32\x20\x33\x38\x2e\x39\x33\x37\x35\ \x20\x32\x35\x2e\x33\x34\x33\x37\x35\x20\x4c\x20\x34\x32\x2e\x37\ \x31\x38\x37\x35\x20\x32\x34\x20\x4c\x20\x33\x38\x2e\x39\x33\x37\ \x35\x20\x32\x32\x2e\x36\x35\x36\x32\x35\x20\x7a\x20\x4d\x20\x33\ \x35\x2e\x35\x33\x31\x32\x35\x20\x33\x33\x2e\x35\x39\x33\x37\x35\ \x20\x43\x20\x33\x34\x2e\x39\x35\x38\x32\x39\x33\x20\x33\x34\x2e\ \x32\x37\x39\x35\x34\x20\x33\x34\x2e\x33\x30\x39\x39\x38\x35\x20\ \x33\x34\x2e\x39\x35\x37\x33\x36\x33\x20\x33\x33\x2e\x36\x32\x35\ \x20\x33\x35\x2e\x35\x33\x31\x32\x35\x20\x4c\x20\x33\x37\x2e\x32\ \x35\x20\x33\x37\x2e\x32\x35\x20\x4c\x20\x33\x35\x2e\x35\x33\x31\ \x32\x35\x20\x33\x33\x2e\x35\x39\x33\x37\x35\x20\x7a\x20\x4d\x20\ \x31\x32\x2e\x35\x20\x33\x33\x2e\x36\x32\x35\x20\x4c\x20\x31\x30\ \x2e\x37\x38\x31\x32\x35\x20\x33\x37\x2e\x32\x31\x38\x37\x35\x20\ \x4c\x20\x31\x34\x2e\x33\x37\x35\x20\x33\x35\x2e\x35\x20\x43\x20\ \x31\x33\x2e\x37\x30\x32\x39\x33\x32\x20\x33\x34\x2e\x39\x33\x35\ \x38\x38\x34\x20\x31\x33\x2e\x30\x36\x34\x31\x31\x36\x20\x33\x34\ \x2e\x32\x39\x37\x30\x36\x38\x20\x31\x32\x2e\x35\x20\x33\x33\x2e\ \x36\x32\x35\x20\x7a\x20\x4d\x20\x32\x32\x2e\x36\x35\x36\x32\x35\ \x20\x33\x38\x2e\x39\x33\x37\x35\x20\x4c\x20\x32\x34\x20\x34\x32\ \x2e\x37\x31\x38\x37\x35\x20\x4c\x20\x32\x35\x2e\x33\x34\x33\x37\ \x35\x20\x33\x38\x2e\x39\x33\x37\x35\x20\x43\x20\x32\x34\x2e\x39\ \x30\x31\x31\x31\x32\x20\x33\x38\x2e\x39\x37\x36\x38\x35\x31\x20\ \x32\x34\x2e\x34\x35\x32\x38\x31\x33\x20\x33\x39\x20\x32\x34\x20\ \x33\x39\x20\x43\x20\x32\x33\x2e\x35\x34\x37\x31\x38\x37\x20\x33\ \x39\x20\x32\x33\x2e\x30\x39\x38\x38\x38\x38\x20\x33\x38\x2e\x39\ \x37\x36\x38\x35\x31\x20\x32\x32\x2e\x36\x35\x36\x32\x35\x20\x33\ \x38\x2e\x39\x33\x37\x35\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\x34\ \x39\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\x30\x34\x36\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x33\x39\x33\x31\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\x79\x3d\x22\x74\x72\ \x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\x78\x3d\x22\ \x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x30\x2e\x37\x37\x38\x30\x36\x32\x2c\x2d\x31\ \x2e\x30\x36\x31\x32\x38\x35\x2c\x31\x2e\x30\x36\x31\x32\x38\x37\ \x2c\x30\x2e\x37\x37\x38\x30\x36\x32\x2c\x36\x37\x2e\x34\x37\x39\ \x35\x32\x2c\x33\x2e\x36\x34\x31\x33\x32\x34\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x2d\x32\x32\x2e\x35\x20\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\x2e\ \x35\x20\x39\x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x34\x31\ \x2e\x35\x2c\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\x2e\x35\x20\x39\ \x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x32\x32\x2e\x35\x20\ \x2d\x31\x37\x2e\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\ \x79\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\ \x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\ \x22\x2d\x31\x37\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\ \x3d\x22\x2d\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\x34\x39\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x65\x65\ \x35\x34\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x63\x61\x66\x33\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\ \x37\x35\x39\x39\x31\x31\x37\x38\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x73\x71\x75\x61\x72\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\ \x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\x79\x3d\ \x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\ \x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\ \x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x34\x34\x32\x35\x37\ \x2c\x2d\x30\x2e\x31\x36\x37\x37\x30\x37\x2c\x30\x2e\x32\x31\x36\ \x36\x34\x32\x2c\x31\x2e\x32\x35\x31\x38\x34\x34\x2c\x36\x37\x2e\ \x36\x31\x36\x34\x38\x2c\x34\x30\x2e\x35\x32\x37\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x2d\x32\x32\x2e\x35\x20\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\ \x2e\x35\x20\x39\x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x34\ \x31\x2e\x35\x2c\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\x2e\x35\x20\ \x39\x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x32\x32\x2e\x35\ \x20\x2d\x31\x37\x2e\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x72\x79\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\ \x78\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\ \x3d\x22\x2d\x31\x37\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\ \x78\x3d\x22\x2d\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\x35\x30\ \x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\ \x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x34\ \x30\x32\x30\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\ \x31\x37\x33\x37\x38\x34\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x73\x71\x75\x61\x72\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x70\ \x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\x79\x3d\x22\ \x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x5f\x63\x78\ \x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x37\x31\x35\x37\x39\x31\x2c\ \x2d\x30\x2e\x39\x37\x36\x33\x34\x39\x2c\x30\x2e\x39\x37\x36\x33\ \x35\x2c\x30\x2e\x37\x31\x35\x37\x39\x32\x2c\x36\x34\x2e\x30\x30\ \x30\x34\x34\x2c\x35\x2e\x32\x36\x39\x35\x34\x34\x29\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x2d\x32\x32\x2e\x35\x20\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\ \x2e\x35\x20\x39\x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x34\ \x31\x2e\x35\x2c\x2d\x31\x37\x2e\x35\x20\x41\x20\x39\x2e\x35\x20\ \x39\x2e\x35\x20\x30\x20\x31\x20\x31\x20\x20\x2d\x32\x32\x2e\x35\ \x20\x2d\x31\x37\x2e\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x72\x79\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\ \x78\x3d\x22\x39\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\ \x3d\x22\x2d\x31\x37\x2e\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\ \x78\x3d\x22\x2d\x33\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x37\x35\x30\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x73\x74\x72\x6f\x6b\x65\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x33\x31\x36\x38\x29\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x38\ \x32\x36\x30\x31\x39\x34\x37\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x73\x71\x75\x61\x72\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\ \x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\ \x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\ \x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\ \x67\x3e\x0a\ \x00\x00\x49\xa9\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x80\x00\x00\x00\x80\x08\x06\x00\x00\x00\xc3\x3e\x61\xcb\ \x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xaf\xc8\x37\x05\x8a\xe9\ \x00\x00\x20\x00\x49\x44\x41\x54\x78\x9c\xec\x9d\x79\x7c\x94\xd5\ \xbd\xff\xdf\xf3\xcc\x92\x59\xb3\x4d\x76\x32\x24\x04\x08\x3b\x19\ \x40\x81\x00\x4a\x10\xf7\x82\xe0\x52\xac\xdd\xc4\xda\xda\xf5\xb6\ \x6e\xbf\x7a\x5b\x7b\xaf\xd8\x7b\xbb\xd8\x56\xab\x6d\x6f\xb5\xb6\ \x2a\xb4\xb5\xb6\xb6\x0a\x0a\x16\xd1\x86\x45\x85\x28\x2e\x49\xd8\ \x49\x02\x49\x08\x64\x5f\x26\x99\x7d\x7d\x7e\x7f\x9c\x59\x93\xc9\ \x86\xc1\xb6\xf7\xf6\x0b\xe7\xf5\xec\x27\xcf\x3c\x9f\xef\x76\xbe\ \xe7\x7b\xce\x81\x7f\xd1\xbf\xe8\x5f\xf4\x2f\xfa\x17\xfd\x1f\x25\ \xc5\xdf\xfb\x05\x26\x9a\x1e\x58\x9a\x9a\x99\x6b\x4a\xff\x69\x48\ \x96\x33\xbb\x9c\xbe\x5f\x3d\x58\xd5\xf1\x06\x10\xf8\xe9\xaa\x49\ \x9f\x42\x52\xa4\xdf\x55\x79\xf6\x7f\x80\x20\x10\x00\x42\x0f\x2c\ \x4d\xcd\x78\xf0\xed\x81\x7e\x40\x8e\x2b\xff\x67\x48\xf9\xf7\x7e\ \x81\x89\xa6\x7d\x67\xbd\xbe\x74\x8d\xbf\xaa\xc0\xa4\x5f\x95\xa1\ \x53\x7f\xff\xf2\x22\xd3\xa2\x01\xaf\xe7\x40\x7d\x9f\xfb\xf4\xc2\ \xbc\xd4\xed\x8b\x72\xb5\x0d\xfb\x5a\x9c\xa7\x11\x40\x2b\x36\xcc\ \xca\x7d\xf6\xaf\xa7\xfb\xb7\xc5\x55\xf1\x7f\x8a\x01\xa4\xbf\xf7\ \x0b\x5c\x00\x92\x9f\x3d\xe1\xea\xfb\x46\x65\xcb\xbf\x79\x02\xa1\ \x77\x74\x6a\xe5\x95\xeb\xa6\x67\x3f\xb4\xef\xac\x57\xe9\x0b\x84\ \x8e\x67\xa4\xa8\xbe\x0c\xa4\x02\x86\x47\x56\x15\x7e\x37\x14\x92\ \x55\x80\x1e\xd0\xf0\xbf\x50\x23\x8e\x46\xff\x2b\x19\x80\xb0\x8a\ \x7f\xfd\x54\xdf\x7d\x00\xe9\x5a\xd5\xba\x3b\xe6\x9b\xaf\xf7\x85\ \x64\xb7\x4e\xa3\x5a\x0c\xa4\x3f\xb8\x3c\xff\x4e\x83\x46\x79\x5f\ \x43\xaf\xfb\xb7\x80\x16\xa1\x0d\xff\xcf\x31\xc0\xff\x86\x1f\xac\ \x40\x30\xb2\x14\xb7\xaf\x64\xa3\xf5\x37\x28\x15\x97\x5c\x61\x77\ \xa7\xad\x72\xfa\x8c\x29\x6e\xdf\x69\xad\xa4\xc8\x55\x29\x25\x43\ \x9f\x3b\xf0\x56\x86\x4e\xb5\xc2\xee\x0d\xee\xb9\x77\xef\xd9\xaf\ \x02\x0e\xa0\x1f\x70\x22\x98\xe7\xff\x0c\xfd\xb3\x32\x40\x04\x70\ \xd5\x7f\xdf\x3c\x6b\x95\x5e\xab\x5e\xa9\x54\x48\x45\x92\x24\x4f\ \x96\x65\x85\xe2\x09\x49\x61\x39\xa6\x94\x0a\xd9\xd0\x02\x2d\x7a\ \xa8\x4d\xa7\xb4\x37\xc4\x3d\x1d\xfd\xd1\x0a\x5c\xfe\xe0\xa9\xc7\ \xde\x6b\xfb\x4a\xd3\x40\xb0\x05\xe8\x05\x06\x00\x0f\x63\xf7\x01\ \x22\xcc\x16\xf9\x86\x32\x10\x1a\xc7\xf3\xff\x10\xa4\xfa\x7b\xbf\ \xc0\x38\x49\x02\x94\x0f\x7f\xb6\xec\x73\x1a\x15\xd7\x69\x54\xaa\ \x6b\x23\x17\xcc\x96\x2c\x0a\x4a\xa1\x85\x36\x8e\x55\xaa\xa1\xbc\ \x07\x56\x77\x8a\x8b\x0f\x97\xb2\xb6\x31\x04\x40\x8b\x46\x85\xde\ \xe3\xeb\xfa\xc5\x3b\x1d\xf7\xb7\x3a\x83\x36\xc0\x1d\x2e\x7e\xc6\ \x06\x9e\x04\xa8\x3e\x3d\x87\x1b\x54\x2a\x2e\x45\x41\x46\xb7\x83\ \x27\x76\x34\xf0\x01\xe0\x25\xdc\xba\x98\xc0\xdf\x7c\x41\xe9\x9f\ \x89\x01\x54\x0f\x7d\x66\xfe\x8d\xa6\x14\xe5\x8f\x95\x92\x64\x01\ \x30\x5b\x4a\x99\xb7\xfa\x13\x14\x97\x65\xa1\xd1\x1f\x00\x76\xf1\ \x4e\x65\x3f\x90\x05\x56\x9b\x78\x6a\x47\x01\xe5\x1f\x68\x28\xf5\ \xd8\x69\xd1\xa8\x78\x24\x37\x0d\x97\x37\xe0\x22\xa5\x3b\x84\xd3\ \xef\x05\x5c\x08\xc9\x1f\x4d\xf5\x4b\x80\xf2\xb3\x65\x7c\x4e\x23\ \x71\xbf\x24\x61\x89\x5c\xc8\x33\xf1\x31\x60\x3e\x60\x43\x98\x91\ \x7f\x31\xc0\x04\x93\xea\xe7\xb7\x59\x37\x6b\xd4\xca\x4f\x81\x00\ \x7e\xd9\x86\x7b\xc8\x2f\x5d\x04\x74\x01\x7f\x03\x8e\x00\xc7\xe8\ \x1f\x08\x3f\xa1\x0f\xe3\x59\x93\x46\x56\x30\x88\x4b\x52\xb0\xc5\ \x6c\xc4\xb5\xbc\x17\xdc\xca\x22\x3c\x53\xee\xe0\xcf\xc7\xee\x45\ \x00\xab\x41\x7c\x8b\x50\xb8\x04\x89\x31\x84\x02\x90\x6e\x99\xc3\ \xe5\x7a\x0d\x3f\x51\x4a\xcc\x1d\xfc\x72\x92\x84\xe9\x12\x0b\x57\ \xbf\xd9\xc2\x0e\xc0\x87\xd0\x02\xff\x14\xa6\xe0\x9f\x81\x01\x12\ \xc0\x2f\x2d\x5f\x4b\xc5\xc6\x07\xc2\x97\x7c\xc0\x71\x04\xf8\x47\ \xc0\xdb\x41\x9a\xc2\x3c\xa4\x82\xbd\x3a\x15\x07\xd4\x3a\x7a\xae\ \xe9\x85\x0d\x2d\x50\x93\x0e\x35\x53\x2f\x4f\xbb\x61\xda\xcf\xd7\ \x9f\x6a\xd0\xaa\x95\xcc\x90\x14\xa4\x7a\xfd\x3c\xbf\xe5\x10\x5f\ \x45\x68\x05\x2f\x20\x5f\x51\x42\xd6\x24\x13\x9b\x34\x2a\xbe\x1c\ \xa9\xcf\x52\x6a\x45\x67\x4a\xa7\xa7\xad\x89\x9e\xd6\x26\x00\x32\ \xf4\x2c\x03\xf6\x22\x1c\x4a\x2f\xff\x24\xce\xe4\x3f\x3a\x03\x48\ \x8f\xdc\x5a\xf6\xb9\xe4\xe0\x03\xb4\x20\xc0\x3f\x0a\xa1\x7a\x70\ \x04\xa9\x30\x3b\xc4\xa5\x3a\x13\x94\xda\x61\x4d\x1b\xf6\x1d\xf9\ \xb0\xe1\xac\x38\x6e\xd1\xc3\x96\x62\x00\x56\x85\x02\x97\xcc\x5b\ \x52\x11\x05\x32\x45\xcd\x86\x39\xd9\x3c\x75\xb4\x8b\x43\x80\xe3\ \xd3\x73\x58\xa3\xd7\xf2\x04\x90\xa6\x37\xa5\xb3\xfa\x96\x3b\x29\ \x5f\x7b\x2b\xe6\x7c\xf1\xbc\xcb\x6e\xe3\xae\x55\x19\xe2\xef\xc9\ \xa8\x80\x14\xc4\x37\x1d\xab\x73\x1d\x71\x22\x15\xc4\x1c\xc8\x8f\ \x54\x73\xfc\xa3\x33\x80\x52\xa7\x56\xdd\x0f\x42\xed\x27\x82\x3f\ \x40\x14\x7c\x8e\x80\x7b\x00\x06\xc0\x9a\xa6\xa1\x62\xb2\x92\xbd\ \x95\x39\x70\x59\x87\xf0\x05\x22\xfe\x40\x8b\x1e\x1e\x29\x05\x97\ \x92\x67\x36\x6e\x62\x63\xf9\x1a\x40\x00\xf9\xc8\x17\x57\xd1\x52\ \x57\x43\x71\x3a\xd7\xa5\x69\x30\xcd\xc8\xe6\x5e\xb5\x92\xa5\x00\ \xab\x6f\xb9\x93\x35\x77\x3c\x80\xde\x94\x9e\xf0\x72\xf1\xc7\xde\ \x20\x2e\x62\x60\x8e\xc6\x00\x12\xa0\xbc\xad\x8c\x4d\x40\xf1\xfb\ \xed\x7c\xe7\x50\x07\xdd\x24\x37\x1f\x8a\xb8\xe3\x09\x67\x90\x7f\ \x68\x06\xb8\x75\x65\x91\x59\x92\x98\x0c\x30\x6f\xf5\x27\xe3\xae\ \x04\x81\x7a\xa2\xaa\xdf\xdf\x22\xf8\xc1\xa9\x02\xed\x74\x6c\x5e\ \x15\xe8\xdc\x89\x95\x0d\x03\x7e\xdd\xfb\x7b\x69\xa9\xab\xa1\x7c\ \xed\xad\xb4\x3c\x5c\xc3\xa4\x54\xbe\x3a\x29\x95\xaf\x02\x94\x2e\ \xaa\x60\xe3\xa6\x67\xa2\x12\x3f\x98\xea\xde\xdf\x1b\xdd\xef\x71\ \x71\x8a\xd1\xa5\x38\xa9\x3f\xb1\xb8\x80\xb5\x93\x4d\x7c\x73\x47\ \x03\xdb\xae\x9b\x4e\x69\x8a\x12\x53\x08\x14\xb2\x2c\x18\x49\xab\ \xc4\xf4\x87\x63\xbc\x84\x68\xa9\x4c\x68\x2b\xe3\x1f\x9a\x01\x0a\ \xb3\xb4\x25\x91\x7d\x93\x39\x3f\xee\x4a\x07\x51\xe9\x97\x8f\x83\ \xd3\x07\x76\x80\x3c\x6e\x7b\x4d\x43\x4d\x87\x07\xe9\x3b\xa7\x09\ \x45\x1c\xc1\x78\xf0\x6f\x7d\x20\x0a\x7e\x4b\x5d\x0d\x8f\xdf\x7b\ \x3d\x5f\xfe\xc9\x56\x74\x71\xd2\x6c\x2e\x28\x66\xc3\xdd\x3f\xc5\ \x5a\xb1\x7e\xc4\xf7\xdb\xfe\xe4\x83\xd1\xfd\xd3\x36\xea\x88\x01\ \x94\x8c\x01\x14\x57\x4f\x23\x2b\xdf\xc0\x26\xb5\x8a\xaf\x44\x4e\ \xea\x4d\xe9\xb8\xec\x36\x53\x41\x1a\x8f\xdf\xb1\x88\xc7\x93\xfd\ \x9d\x90\xcc\x00\xf0\x06\x82\xcd\xdd\x4c\x20\x03\xfc\x23\x87\x82\ \x15\xdf\x7b\xe1\xe4\xa1\xa1\xa7\xdd\xc0\x31\x62\x8e\x5f\x77\x38\ \x84\xa3\xe7\xb6\xdd\xd9\x6c\x3e\xec\x41\xb7\xb1\x03\x85\xc5\x23\ \x6e\x8f\x07\xff\x33\xdf\x66\xe3\xe2\x2b\x21\xe8\xa7\x66\xcf\x8b\ \x3c\xf2\xc5\x55\x80\x90\x74\x4b\xa9\x95\xd5\xb7\xdc\xc9\x86\x7b\ \x7e\xca\xf7\x5f\x6e\x1c\x15\xfc\x1d\x4f\x3e\x18\xd5\x00\x3d\x2e\ \xf6\xf5\xba\xe9\x61\xe4\x38\x80\x54\x98\xc6\x7b\xf1\xe0\xaf\xbd\ \x63\x13\x3f\xdd\xd3\xc7\xda\x3b\x36\x25\xdc\xa8\x37\xa5\x53\xba\ \xa8\x82\xd2\x45\x15\xe2\x41\x05\xa9\x40\x36\x60\x60\x82\x3b\xf0\ \xfe\x91\x35\x80\x0c\x84\xdc\x5e\xff\x6b\xba\x14\xf5\x95\xf6\x9e\ \x36\xf2\x91\x81\x26\xa2\xe0\x07\x4f\x83\x5d\xc6\xd6\xa3\xe2\xb6\ \x5d\x45\x6c\x6b\x94\xc8\xd8\xd8\x8f\x5c\xee\xc0\x8f\x22\x11\xfc\ \x4f\xde\xcb\xc6\x8b\x2e\x83\xa0\x97\x1d\x4f\x3f\xc4\xf6\xa7\xbe\ \x0f\x80\x39\xbf\x88\xc7\xef\x59\xcf\xea\x5b\xbe\xce\x86\xbb\x7f\ \x82\x90\x09\x99\xe1\xcc\x78\x4f\x5b\x13\xcf\x3f\x7c\x17\x35\x7b\ \x45\x07\x62\x30\x84\x6b\x77\x23\xbf\x42\xb4\x1c\x02\xe1\x0a\x52\ \x88\x35\x25\x23\xcc\x20\x05\x02\xec\xd7\xa8\x98\x6c\x29\xb5\x72\ \xeb\xa6\x67\xb0\x94\x5a\x01\x58\x73\xc7\x03\x09\xce\x65\xec\x0b\ \x04\xf9\xe2\xc5\x02\xa2\xa9\x19\x94\x9e\xea\xc3\xc6\x3f\x29\x03\ \xc4\x62\xf4\x31\xad\x13\x69\x6f\x8f\x14\x3e\x0d\x9e\x6c\xb7\xff\ \xd8\x5a\x94\x79\xe5\xfb\xdb\x9f\xa4\xb4\x7c\x19\x51\xf0\x39\x0a\ \x2e\x27\xdb\x6a\xd2\xb9\x6b\x97\x85\x26\xbb\x86\xfc\x8d\x5e\x54\ \xe5\x5e\x1c\x28\xa0\xca\x0c\x9b\x0b\x01\x78\xe6\xe6\x6f\xb0\x71\ \xd1\x4a\x7a\xce\x35\xb0\xf9\x87\x77\x52\x57\xbd\x1f\x00\xcb\xf4\ \xb9\xe8\x8c\x69\x98\x73\x0b\xa8\xd9\xfd\x02\xe6\x9c\x02\xcc\x05\ \xc5\xa0\x90\x40\x11\x7e\x65\x85\x82\x96\xfa\x43\xd4\xbd\xbf\x97\ \xaa\xed\x5b\x68\xa9\xab\x89\xbe\x5c\x97\x93\xfd\x4d\x7d\xec\x9e\ \x9b\xcb\xcc\x5c\x3d\xab\x8c\x29\xcc\x57\x49\xcc\xf2\xfa\x79\xf2\ \x77\x87\xf9\x2f\x44\x80\x29\x1a\x61\x3c\x6d\xe3\xc7\x33\xb3\xb8\ \x45\x67\x4a\x8f\x82\x1f\xa1\x04\xf0\xe5\x10\x38\xda\xc5\x3b\x96\ \x5a\x69\xa9\xab\xc1\xac\xc3\x72\xaa\x8f\x6a\x62\x9d\x56\x13\xe2\ \x0c\x7e\x14\x0c\xa0\x60\x4d\xa9\x99\x6c\xfd\xa3\xa8\x95\x6b\x08\ \xc9\x0a\x5c\xfe\xdf\x70\xa6\xff\x0f\xbc\x75\xa6\x81\x98\xe7\x1b\ \x2f\x2d\x11\x0a\x3e\xbe\xab\xf1\xbd\x6f\xad\x4f\xf9\x56\x31\xad\ \x3f\xd8\xbb\xf9\x7e\x2a\x36\xe6\x00\x47\x68\xea\xe8\xe1\xb6\xcd\ \xa5\xec\x3d\x6d\x42\xa5\x57\x50\xb2\x51\x81\xae\x5c\xc6\x8e\x02\ \xcf\xf3\x59\x04\x2a\x53\x49\xd7\xea\xd9\x73\xc7\x03\x94\xa6\x65\ \x51\xf9\xfc\x13\xd4\xd5\xbe\x8d\xb5\xfc\x72\x36\x7c\xe5\x3f\xb1\ \x4c\x9b\x27\x40\x56\x48\x31\xc0\x15\x12\x04\xbc\xd1\x7d\x97\x63\ \x80\xe7\x1f\xbb\x8f\xaa\x57\x7e\x3f\xe4\x47\xd9\xbd\x9c\xcc\x36\ \xb0\x3c\xdb\xc0\x72\x4b\xa9\x95\xd2\x45\x15\xd4\xbd\xbf\x97\xd3\ \xc7\x6b\x5a\x7f\x77\x98\xa7\x11\xea\x3a\x40\xcc\x27\x08\xbd\xd1\ \x4c\xe3\xe4\x34\xb6\xd6\xbd\xbf\xf7\xfa\x1d\x4f\x3e\xc8\x9a\x3b\ \x1e\x48\xac\x34\x14\x80\xa0\x17\xfa\x4e\x43\x5f\x13\x72\xea\xa4\ \xa8\x6f\x22\xcb\x28\x89\x09\xd0\x84\x31\xc0\x47\xd1\x19\x24\xb1\ \xd1\xfa\x33\x34\xca\xaf\x0e\xb9\xe2\xf1\x57\xe2\x0e\xfc\x95\x63\ \x5d\x2f\x71\xb4\xab\x0b\x21\x2d\x11\xd5\x19\xf9\x81\x1a\x20\xed\ \xde\xb5\xa5\x77\x4c\xcf\x37\x7d\xb7\xb4\x5c\xcf\xbe\xac\x4e\x36\ \x6d\x37\x02\xa0\x37\x2b\x99\xf7\x65\x03\x0a\x8b\x9b\x7e\x97\x93\ \xc6\xc7\x25\x3c\x75\x2a\xac\x79\x16\xb6\x7e\xf2\x1b\x14\x67\xe6\ \xc4\x49\xb3\x34\x14\xf4\x31\x9e\x77\x39\x06\x38\xdb\x70\x04\x50\ \x84\xcf\x29\xd0\x99\x32\xb0\xcc\x58\x08\x28\xa8\xfb\x60\x1f\x0f\ \x7f\x71\x15\xe7\x06\x78\xe2\x95\x7a\x7e\x8d\xf0\x54\x7b\x89\x75\ \x30\x49\x80\xfe\xe3\xb3\xb9\x2f\x43\xc7\x77\x40\xf8\x1e\xab\x6f\ \xf9\x86\xf0\x37\x64\x19\x7a\x4e\xc0\xc0\x39\x42\xfd\x2d\xb8\x3b\ \xea\x91\x0a\x97\xf0\xa7\xbf\x6c\xa5\x6a\xc7\x16\xda\xed\xfc\xe1\ \xe5\x3a\x7e\x08\x9c\x43\x78\x3d\x81\x89\x00\xe7\xa3\xd0\x00\x2a\ \x54\x8a\xeb\x00\xac\x96\x52\x00\x6a\x5a\xea\xc4\x15\xad\x7a\x35\ \x5a\xf5\x6a\x96\x4f\x7e\x98\x8b\xf3\x0f\xe2\x0b\x1d\xc0\xe1\x7d\ \x83\x7e\x5f\x23\xfb\x9a\x1b\x11\x1a\x41\x01\xc8\x3f\xe9\x73\x1d\ \x9e\x61\xd0\xec\xec\xae\xe2\x9a\x1e\x04\xf8\x16\xab\x89\xb2\x5b\ \xd3\xf1\xea\x9d\xb4\xd6\x41\xdd\xe3\x1a\x82\x2e\x58\x3f\x63\x3e\ \xcf\xac\xbf\x95\x74\xad\x11\x02\x9e\x44\x60\x25\x35\xa8\xf5\xc4\ \x03\x19\xb5\xfb\x71\xd2\x9f\xc0\x14\x48\xe8\x75\x5a\x4a\xe7\x2f\ \x1e\x72\x9e\x80\x97\x96\x86\xc3\x3c\x7e\xef\xf5\x04\x43\xb8\xaa\ \xce\xb2\x3b\xfc\xde\x11\x66\x8e\x30\xb2\xe2\x33\xf3\xf9\x9a\x4e\ \x2d\xc0\x87\x58\x33\xb2\xee\xfd\x7d\x58\x2b\xd6\x51\x9a\xe6\xc5\ \x7b\xf6\x03\x9c\x1d\xa7\xf0\xbb\x06\x30\xe6\x96\x91\x95\x3f\x19\ \x00\xa5\x84\x09\x50\x23\x30\x9b\x30\xe7\xfd\xa3\x60\x00\x09\x49\ \xb2\x58\x2d\xa5\x54\x7f\xe7\x0f\x00\x34\xf5\xb4\xf1\x58\xe5\x1f\ \xd8\x5c\xb5\x03\x9b\xcb\x2e\xee\xd2\xa8\x17\xa3\x61\x31\xc6\x94\ \x3b\xc9\x03\x66\x64\x0d\xa9\xe8\x64\x78\x9b\xa2\x57\x71\xd9\xad\ \x25\xe4\x58\x35\xf4\xb9\x06\xa8\x7f\xde\x4d\x53\xa5\x1f\x80\x9f\ \x5e\x7e\x1d\x77\x2e\xae\x10\x00\x05\xc3\x80\xaa\x74\x60\xcc\x05\ \x6d\x06\x28\x35\xc3\xbf\xa9\x1c\x82\x80\x1b\x7c\x2e\xf0\x39\xc6\ \xa4\x2d\x5a\x1a\x8e\xb2\xe5\xfb\x5f\xc5\x65\xb7\xd1\x6e\xe7\xd5\ \x5e\x37\x36\x84\xd4\xfb\x88\xeb\x4f\xd8\x68\xe5\x06\x8d\x92\x1f\ \x00\x94\xaf\xdd\xc8\xb2\x35\xb7\x46\xbd\xfc\x08\xb9\xaa\xff\x88\ \xa3\xb9\x16\x39\x14\x7e\x2c\x14\xa0\x70\xea\x2c\x00\x32\x75\x5c\ \x36\x2d\x93\x2d\x0d\xbd\x74\x23\x70\x1b\x6b\xef\xe5\x88\xf4\xd1\ \xf8\x00\xfe\xe0\xdb\x20\xa2\x6a\x00\xc5\xe6\x7c\x7e\xba\xe1\x1e\ \x7e\xba\xe1\x1e\x6a\x5a\xea\x78\xa9\x76\x2f\x35\x2d\x75\x9c\xee\ \x39\xc7\xa1\x96\xfa\xa4\x95\xcc\x28\x9d\x44\x9e\x25\x95\xc2\xd2\ \x34\x26\x5b\x53\x71\xe0\xa0\xa1\xae\x9d\x37\x36\xb7\xe2\xec\x09\ \x60\xcd\xc9\xe3\x99\x6b\x6e\xc4\x9a\x5b\x10\x96\x64\x09\x24\x25\ \xe8\x32\x41\x9f\x05\x48\xe0\x77\x8a\x6b\x92\x52\x94\x08\xb8\xc4\ \x81\xaa\x36\x88\xa2\x4b\xa7\x6e\xff\xcb\xd4\xbc\xb1\x83\xd2\xb2\ \xa5\x58\x97\x5f\x11\x05\xbf\xae\xf6\x20\x95\x2f\x3e\x4d\x4b\xc3\ \x11\xcc\x79\x16\x7a\xda\x9a\x01\x98\x94\xc6\x0d\x57\x4e\xe1\xd4\ \x6b\x8d\x3c\x35\xf8\xfd\xeb\x7a\xd8\x3f\x37\x47\xec\x5b\x4a\xcb\ \x12\xc0\x97\x7d\x4e\xfa\xdf\xfa\x25\xde\xe6\x83\x00\x28\x8d\xd9\ \x18\x16\x6c\x40\x57\x72\x09\xd6\xa0\x17\xeb\x8a\x6b\xa8\x79\x6b\ \xa7\x61\x69\x21\xff\xd9\xd0\xcb\x2d\x88\xfe\x86\x88\xef\xf4\x21\ \xc1\xb9\xf0\xa4\xe5\x33\xf3\x7f\x8e\x4e\xfd\xf9\xc6\xef\x6f\xa7\ \x38\x21\xa0\x13\x23\x19\x19\x37\x6e\x1c\x38\xb0\x63\xc7\x11\xfe\ \x97\x6c\xbf\xdb\x65\xe3\xa5\x2d\x35\x9c\xaa\xe9\xc1\xe4\xf3\xb1\ \xa8\xb5\x95\x35\x39\xf9\x58\x8a\x4a\x58\x73\xe3\x27\xd0\x1b\x4c\ \x44\x55\xbc\x52\x03\x92\x4a\xa8\x7e\x49\x05\xca\xb8\xfd\xc8\x79\ \xa5\x2a\xf1\x1e\x49\x09\x0a\xb1\x6d\x39\xb4\x97\xff\xfe\xc2\x55\ \xe8\x8d\xa9\x94\x2d\xbb\x1c\xb7\x63\x00\x97\x63\x80\x8d\xff\xef\ \xc7\x98\xf3\x2d\x61\xff\xc0\xce\x23\x77\xdf\x4c\xcb\xa9\x63\x00\ \xbc\xd1\xcc\x9a\x13\xdd\xbc\x0f\xf4\x21\x80\x02\xd0\xdf\x3a\x9f\ \x17\x53\xd4\x5c\x69\x2e\x28\xe6\xfb\x2f\x37\x02\xe0\x6b\x3f\x8a\ \xad\xf2\xc7\xc8\x3e\x27\x4a\x43\x16\x86\xb2\x1b\xd0\xcd\xb8\x22\ \xf6\x61\xfc\x2e\x5c\xdd\xcd\xdc\x7f\xcb\x52\x5c\x8e\x01\x5a\xfa\ \xf9\xde\xce\x06\x7e\x0d\x74\x33\x01\x41\xa1\x8f\x22\x2b\x58\x62\ \x92\x61\x80\x34\xdd\xad\xfd\x2e\x07\xeb\xad\x15\x49\x6f\x52\xa0\ \x20\x40\x00\x1f\x3e\xfc\x71\xff\xe2\x8f\x7d\xf8\xa8\xad\x69\x66\ \xcb\x23\x55\x74\xb5\x38\x30\xbb\x5c\x5c\x53\x5f\x4f\x81\xc3\x41\ \xe9\xcc\x99\x5c\xbc\x78\x29\xed\xad\x67\xc8\xcb\xcb\x47\x76\x76\ \x81\xbb\x0f\xbc\x36\xf0\xd8\x50\x78\xfa\xc0\x63\x83\x84\x6d\xb8\ \xb8\xe3\x8f\x6d\x71\xa5\x9f\xb4\x0c\x33\x7a\x9d\x8e\x9a\xaa\xdd\ \x9c\x3d\x75\x9c\x8b\x2f\xbd\x8a\x8d\x77\x7f\x0f\xbd\xc1\x08\x72\ \x10\xe4\x10\x6a\xb5\x8a\x39\x17\x5f\x4a\xe5\xd6\xcd\x00\xa4\x6a\ \xd0\x1c\xeb\xe6\x4d\x12\x03\x43\xca\xe2\x34\x94\xc6\x14\xae\x73\ \xdb\x6d\xe1\x40\xd2\x3e\xda\xce\x9d\x25\x98\x7f\x11\x69\x25\x17\ \x93\x7b\xe9\x17\x50\xe7\xce\x0a\x9b\x1b\x20\xe4\x07\xaf\x1d\x35\ \x3e\xd2\x32\xcc\xd4\x1c\xa8\xc4\xa8\x61\x51\xbb\x83\xed\x0e\x1f\ \x76\x12\xcd\xcc\x79\xd1\x47\x93\x16\xde\xd0\xd7\xcb\xbc\xec\xcb\ \x6a\xda\x1a\x26\x59\x2d\xa5\xcc\xcc\x2b\x4e\x7a\x5b\x90\x60\x52\ \xd0\xfd\xf8\xe9\x77\x39\x78\xf2\x37\x7f\xe3\xb5\x1d\x47\x08\xf8\ \x43\x2c\x6a\x6b\x63\x75\x63\x23\x29\xc1\x20\x1b\x6e\xbe\x85\x1b\ \x6e\xbc\x09\xb3\xd9\x2c\xc0\x0f\xf8\xf0\xdb\x3b\x90\x03\x3e\x42\ \x01\x2f\x72\xc0\x4b\xc8\xef\x41\xf6\xbb\x91\x7d\x2e\xf0\x39\x91\ \xbd\x76\xf0\x0e\x80\xb7\x1f\x3c\xfd\x28\x3c\xb6\x41\x8c\x10\x63\ \x94\x92\xe9\x33\xd8\xfd\xd7\x17\x49\xcd\x30\xf3\xe5\x6f\xff\x48\ \xf8\x0a\x61\xf0\x09\x89\x7d\xbd\xc1\x48\xed\xdb\xbb\x19\xe8\xeb\ \x46\x25\x91\x55\xd3\xce\x5f\x10\xc1\xa1\x28\x48\x27\x7b\x68\x9c\ \x97\xcd\x2a\x5f\x88\x6e\xb5\x92\xbc\x9e\xb6\x26\x1a\x8f\xbc\x43\ \xcd\x1b\xdb\x99\xb5\x7c\x0d\x79\xc5\xb3\x41\xa5\x15\x1f\x43\x0e\ \x81\xcf\x09\x3e\xf1\x7e\x96\xe2\xa9\x54\x55\xee\xc0\xe3\xb2\x6b\ \x32\xb5\x28\x4f\xf4\xf0\x0e\x31\x06\x3b\x6f\x5f\xe0\xa3\xf0\x01\ \x42\x80\x97\x63\x3d\xdf\x60\x7e\xce\x6b\xb7\x6d\x79\xd0\x54\x6c\ \x2e\x88\xb6\x08\xe2\x49\x31\xcc\xbf\x63\x75\x2d\xfc\x6c\xf3\x4b\ \x74\xf5\x0c\x80\x2f\xd0\x3d\xff\xf0\xe9\x37\x17\x61\xbf\x3e\xf2\ \x5c\xe9\xb4\x29\xc8\x01\x2f\x8a\xb0\x4d\x0f\xf9\x3d\x04\xdc\x76\ \x50\x48\x28\xc2\xb6\xfd\xbc\xb7\x92\x04\x1a\x03\x65\x8b\x57\x08\ \xd3\x92\xa4\xa5\xd0\xd2\xd8\xc0\x96\xc7\x1e\xa4\xe5\xb4\x70\x53\ \x25\x05\x06\x84\xc7\x1e\x9f\x69\x1c\x02\x3c\x9b\x0f\xb1\x0e\xc8\ \x02\x52\x17\x17\xb0\xdc\x9a\xcf\x8f\x00\xf4\x3a\x3d\xa8\xb5\xb1\ \x8f\x11\xf0\x80\xdf\x11\x66\x02\x27\x04\x5c\x6c\xfc\xfa\x77\x78\ \xf8\x3b\x5f\x21\x53\xcf\x4d\x79\x46\x9e\x69\x77\x7c\xf8\xdc\x83\ \x8f\x6e\x60\xc8\x39\xfb\x00\x05\xc6\x0e\x8f\x56\xf1\xb1\x3f\xbd\ \xf7\x1a\x33\xf3\x8a\x87\x68\x82\x10\xa1\x04\xa9\xef\x73\x0d\xf0\ \xc4\xd6\xed\xfc\xcf\xb3\x3b\x70\xb9\xbd\x70\x6e\xe0\x05\x5e\x3f\ \xfd\x68\x79\x8a\x6b\x9e\x41\xc3\x8c\xc8\x73\x3e\x9f\x97\xf9\x73\ \x66\x22\xcb\x41\xdc\x4e\x07\xa7\x4f\x37\x60\x90\xfc\x61\x0d\x30\ \xcc\x36\xe8\x47\x0e\x86\xb7\x83\x8f\xe3\xb7\x01\x1f\x0a\xb5\x9e\ \xd6\xb6\x0e\xa6\x4c\x9f\x45\x5e\xc1\xa4\x04\xe9\xaf\xdc\xfe\x27\ \x1e\xff\xc1\x37\x19\xe8\xeb\x01\xa0\xc3\xc1\xce\x5d\xa7\xf8\x4f\ \x77\x80\x2e\x62\x89\xa6\x91\xe6\xa0\x8c\x90\x58\x2f\xe0\x9e\x9b\ \xcd\xf4\x74\x1d\xd7\x00\xac\xfe\xf8\x17\x48\xcb\x9f\x1e\xfe\x10\ \x42\xf5\x47\x35\x94\x6f\x00\xdc\xbd\x98\x73\x0b\xa8\x7d\xef\x1d\ \xec\xfd\xbd\x9a\x4c\x2d\x8a\x13\x3d\xbc\xcd\x87\xd4\x02\x1f\x55\ \x28\x38\x08\xb8\xd9\xd1\xf0\x17\xae\x9b\x91\x61\xcb\xe3\xbf\xaf\ \x7f\xfc\x5e\xee\x5c\x7d\x0b\x0f\xac\xb9\x83\x74\xbd\x09\x88\x69\ \x00\x09\x89\x97\xab\xf6\xf3\xf3\xed\x2f\xd0\xd6\xd3\x03\x0e\xdf\ \x71\xde\x6f\x7d\x8a\x93\x3d\xb5\x80\x2b\xad\x88\x59\x00\x8b\x17\ \x96\x71\xf8\xd8\x49\xde\x7e\xe7\x20\xf5\xf5\xf5\x64\x66\x66\xd2\ \xdb\xdb\xcb\x1d\xb7\x6f\x44\xa9\x56\xe2\x75\xf4\x24\x91\x6c\x21\ \xb5\x63\xd9\x2a\x14\x0a\x50\xaa\x51\x9b\x85\xbd\x2f\x9d\x31\x23\ \x1a\x57\x70\xb9\x5c\x3c\xfe\xf0\x77\xa9\x3b\x5a\x0b\x80\xc3\xc7\ \xf1\x37\x9b\xf9\x59\xcb\x00\x0d\x88\x00\x50\x2f\x43\x9d\xb4\x20\ \x31\xc0\xbc\xf9\xa9\xac\x00\xd0\x1b\x53\xb1\xcc\x5a\x2c\xee\x88\ \xa8\x7e\xbf\x43\x34\x45\xc3\x1a\x40\xf6\x39\x09\xb9\xfb\x59\x7d\ \xcd\x3a\x36\x3f\xfe\x30\x99\x7a\x6e\xca\x35\xb0\xb9\xc3\xf9\xe1\ \xb4\xc0\x47\xc5\x00\x32\xa2\xdd\xea\xe0\xe5\x93\x4f\xb3\xaa\xa8\ \x8d\x92\xcc\xc7\x1e\xad\x7c\xce\xb8\xb9\x6a\x07\x3f\xdd\x70\x0f\ \xc5\xe6\x7c\x82\x04\x39\xd8\x72\x84\xc7\x2b\xff\x42\x4b\x4f\x27\ \xf8\x02\xdd\x34\xf7\x3f\xcf\x9e\xa6\x1d\x88\xbc\xfd\xfe\xb2\x5c\ \xb2\x53\x54\x4c\x07\xb8\x64\x89\x95\x75\x57\xaf\xa2\xb5\xbd\x13\ \x24\x01\x6e\xe1\xa4\x02\xf4\x7a\x3d\x28\x94\xf8\x3d\x0e\xfc\x8e\ \xde\x30\xa0\xe3\x37\x01\x0a\xa5\x06\xa3\x65\x1a\x0a\x64\xcc\x99\ \x99\xe8\x53\xd4\xe1\xd8\x82\x44\x4f\x7b\x0b\x75\x47\x6b\x09\x86\ \x70\x1d\xeb\xe2\x57\xe1\x00\x50\x1f\x02\xf8\x7e\x44\x53\x6d\x70\ \xb2\x69\x64\xd0\x4a\x68\x65\x11\x99\x2a\x89\xab\x00\x4a\xe7\x5d\ \x04\x1a\x83\xb8\x23\xe0\x89\xa9\xfd\x38\x46\x08\xf9\xdc\x04\x3c\ \x76\x2e\xb6\xce\x66\x7b\x56\x0e\x3d\xdd\x9d\x86\x8b\x0a\xb8\xe9\ \x95\x7a\x1e\x45\x24\xa2\xfa\x39\x8f\x16\xc1\x47\xd9\x1b\x28\x7c\ \x01\xe8\x67\x4f\xf3\x4e\x4e\xf6\x9e\xe0\x12\xcb\x7f\xda\xe0\xaa\ \xdb\x36\x6f\x4a\xbc\xd3\xed\x6f\xa1\xb9\x7f\x17\x6f\x34\xef\x42\ \xf4\xf4\xdb\x80\xfe\x1b\x21\x33\x35\x83\xcf\x00\x64\xa4\x99\xc8\ \xcd\x34\xa1\x50\x84\x28\x2e\xcc\x11\x12\x2b\x29\x51\x28\x64\x02\ \x3e\x37\x0a\x85\x84\x36\x2d\x1b\xa5\x4a\x83\xd7\xde\x45\x28\xe0\ \x1f\xfa\x46\x0a\xa1\x71\x84\x95\x4e\x94\x7e\x6d\x46\x01\xfa\x9c\ \x29\x48\x4a\x25\x04\xbd\xe8\xb4\xea\x84\xa8\xa2\xa5\xb0\x00\x00\ \xa5\x84\xbe\xea\x2c\x6f\x00\x3d\x88\x0c\x55\x1b\x31\x29\x8f\xc4\ \xef\x23\x14\x31\x03\x52\x51\x3a\x0f\x84\xbb\x79\x29\xbf\xea\xe3\ \xa0\x50\x42\xd0\x2f\xa4\x3e\x22\xfd\x61\x1f\x40\xf6\xb9\x08\xfa\ \xdd\x04\x7d\x6e\x02\x3d\xcd\x2c\x5b\x71\x29\xdb\xb7\xfd\x85\x1c\ \x03\x1f\x07\x9e\x42\x98\x1a\x2f\xb1\x26\xe7\x98\xe9\xa3\x09\x04\ \xc5\x06\x72\x48\x80\x74\xed\x54\x66\x2a\x95\xf6\x99\x9a\x43\xc7\ \x5a\x9c\x86\x94\xaa\xae\x7c\x73\x39\x80\x26\x10\xa0\xd8\x66\xc3\ \xe4\xf3\x59\x80\xcf\x7b\xca\x58\x2d\xcb\xf4\x03\xb6\xec\x7e\xf4\ \x93\xfa\x59\xac\x3c\x07\x5e\x0d\xf8\xb3\xbc\x6c\xfb\xf3\x6b\x98\ \x2d\x59\x94\x14\x15\x50\x90\x9b\x1d\x66\x02\x09\x14\x4a\x14\x61\ \x8d\x20\x69\xb4\xe8\xb3\x8a\x08\x7a\x5d\x04\x3c\x0e\x82\x01\x2f\ \x21\xbf\x57\xbc\x99\x2c\x23\x23\x83\x0c\x0a\x49\x89\x52\xa3\x43\ \x63\x32\x93\x92\x9a\x8d\x2a\xc5\x20\xde\x3c\x1c\x54\xb2\x14\xe4\ \x47\xa5\x1f\x24\x5a\xce\xb6\xc4\xff\xc6\xc0\xcc\x2c\xcc\xc5\xa9\ \x14\x65\x1b\x58\x04\xa2\x0f\x5f\xa9\x60\xae\xac\x10\xec\x15\x0a\ \xd1\x12\x94\x69\x01\x50\x28\x48\xd3\xaa\xf8\x3c\x40\xe9\xdc\x45\ \x58\x2f\xb9\x56\xa8\x7e\xbf\x33\x51\xfa\xc3\xaa\x3f\xe8\x73\x47\ \x4b\xc0\x6d\xe7\xa2\xf9\x33\xd9\xbe\x0d\xd4\x4a\x72\xca\x27\x71\ \x49\xd5\x39\x5e\x26\xa6\x05\xc6\xe5\x0b\x5c\x08\x06\x88\xef\xfa\ \x55\xde\x3c\x8b\x0a\xb5\x1a\xab\x4a\x62\xbe\x52\xc1\x3c\xa5\xc4\ \x9c\xf8\x9b\xcd\xb2\x97\xc9\xad\xad\x49\x2b\xd2\xaa\x98\x12\xd9\ \x77\x64\xc1\xc9\x70\x74\x38\x8f\x74\xae\xde\xf4\x53\x16\xad\x58\ \x4f\x4b\x5d\x0d\x6f\xee\xdc\x42\xf3\xae\xed\x2c\x9c\x51\xc8\xa2\ \xb9\xa5\xe8\x74\xda\x28\x03\x20\x29\xa3\xda\x41\x6d\xcc\x40\x13\ \xc7\x1c\x41\x9f\x1b\x49\xad\x45\xa9\x49\x41\xa1\x50\x46\xcd\x08\ \xc8\x04\x7d\xae\x04\x46\xca\x48\x33\x20\xfb\x3d\xe1\x3a\x25\xdc\ \x76\x5b\xf4\x3d\x6f\xb3\xf2\x94\x5a\x49\xce\x88\x5f\x45\x49\xf9\ \xe0\x53\x7a\x83\x91\x0d\x9f\xfb\x37\xd1\xf4\x8b\xa8\xfe\x04\xe9\ \x77\x10\x8a\x93\xfe\x48\xd1\xaa\x7a\xb1\x58\x0a\x69\x69\x39\x8b\ \x25\x9d\x35\x55\xe7\xa8\x24\xa6\x05\xc6\x15\x1d\x9c\x88\x48\x60\ \x24\x09\x32\x02\xf8\x2a\xad\x9a\x95\x4a\x05\x97\xa8\x54\x2c\x1b\ \xe9\xc1\x48\x7a\xb5\xa5\xd4\x1a\x4d\xb0\xd4\x99\xd2\xb0\x94\x5a\ \xc3\x99\xba\x22\xc4\xda\x52\x57\x43\x4f\x6b\x53\x42\x5f\x3c\x24\ \xa6\x6e\xb9\xec\x36\x76\x3f\xf7\x18\xfb\x5f\xfc\x25\xc5\xb9\xa9\ \x7c\xac\xe2\x62\xc1\x08\x51\xd3\x20\x45\x01\x16\xa0\x2a\xa3\xcd\ \xbc\xc4\x6b\xc3\xdc\x9b\x70\x2c\xf1\xf6\x3b\xef\xb2\xe5\x77\xa2\ \x9b\xd8\x32\x7d\x1e\x85\xd3\xe6\x90\x95\x5b\x88\x39\xaf\x10\x73\ \x6e\x41\x34\x3e\x10\x8d\x19\x84\x42\xb8\x1c\x36\xce\x9e\x3a\x01\ \x72\x08\x97\x73\x80\xf2\x8a\xab\xb1\x14\x4d\x81\xec\xd9\xe2\x07\ \x79\xfa\x44\xf0\xca\x2d\xe2\x10\xb2\xdb\x86\xdf\x6d\x27\xe0\xb1\ \x13\x70\xdb\xf1\xbb\x07\x08\x78\x9d\x20\xcb\xd4\x9e\xf3\xf0\xc2\ \xb6\x1d\x04\x43\x38\x9f\xaa\xe6\x32\x44\x8a\x74\x2f\x82\x09\xc6\ \x05\xde\xf9\x50\x54\xca\xaf\x9d\xce\x54\xb3\x8e\x75\x4a\x05\x97\ \xaa\x94\x2c\x8f\xd8\xb5\xc1\x14\x49\xbb\xb2\xcc\x28\xa3\xb0\xd4\ \x3a\x24\x21\x62\x2c\xe4\xb2\xdb\xa8\xdd\xb7\x8d\x93\xef\xef\xa3\ \x6a\xfb\xe6\xe8\xf9\x48\x2a\x57\xe4\x9e\x08\x23\x58\xa7\xe6\xb2\ \x6c\xc1\x4c\x74\xda\x94\x71\x03\x1c\x2f\xfd\xc9\x9e\x7d\xf6\x8f\ \x7f\xe1\xed\x83\xef\x51\xba\x60\x39\xf7\x3c\xb6\x15\x42\x41\x51\ \xe4\xa0\xe8\xd7\x8f\xdf\x97\x83\x71\xd7\x03\x43\xf7\xcd\xa5\xa2\ \x3b\xd8\xd3\x07\xee\xde\x28\xf8\x41\xf7\x00\xfe\x30\xf8\x01\xb7\ \x1d\xbf\xc7\x8e\x1c\x14\x02\xee\x91\x4c\x7c\xff\xe7\xcf\x00\x50\ \xdf\xc3\x7f\xec\x69\xe2\x0f\x40\x27\xc2\x14\x8c\xd9\x0c\x8c\x87\ \x01\xa2\xa0\x6f\x98\xc9\x42\x9d\x86\xf5\x2a\x25\x1f\x4b\x36\x52\ \x06\x84\x74\x5b\x2b\xd6\x53\xba\x68\xe5\x90\x5e\xaf\x89\xa0\x08\ \xd0\x95\xcf\x3d\x8a\xcb\x6e\x63\xed\x1d\x9b\x12\x12\x2c\x5c\xe1\ \x70\xeb\xfe\x17\xff\x87\x6b\x56\x58\x59\x38\x6b\x8a\x70\xf0\x3e\ \x8c\xf4\xc7\xf9\x18\xdf\xfa\xee\x43\xb8\xdd\x1e\xca\xaf\xde\xc0\ \xc6\xfb\x1e\x09\x83\x3a\x06\xb0\x93\x31\x49\x5a\x91\xf8\xba\x71\ \xd2\x1f\x74\xf7\x47\x41\x8f\x30\x40\xd0\xef\x89\xfe\x3e\x95\xd6\ \xc0\x2f\x9e\xdd\x49\x6b\x7b\x27\x7d\x6e\xfe\xf6\xe7\x63\xdc\x05\ \xb4\x32\xce\x5c\x81\xb1\x30\x40\x44\xd2\xa7\x65\xeb\xb8\x55\xad\ \xe4\x93\xf1\xe3\xe2\x22\xa4\x37\xa5\x53\x56\xb1\x9e\x19\x8b\x56\ \x52\xb6\x72\xfd\x90\x1c\xfa\x0b\x45\x2d\x75\x35\x6c\xd9\x74\x1b\ \x2d\x75\x35\xdc\xf3\xab\x3d\x43\x98\xad\xa7\xad\x89\xcd\x9b\x6e\ \xc3\xdf\x7e\x94\x6b\x56\x94\x91\x97\x15\x7e\xaf\x68\x5b\x7f\x30\ \xe0\xa3\x4b\xff\x7b\xb5\xc7\xf8\xe3\xd6\x9d\x00\xdc\xf4\x89\x3b\ \xb9\xe2\xf6\xaf\x8f\x0e\x76\x94\x31\x92\x30\x89\xc6\x04\x29\xa9\ \x51\xe9\x0f\x85\xc1\x0f\x78\x06\x84\x09\x70\xdb\xa3\xaa\x3f\x42\ \x92\x52\xcd\xab\x55\xc7\x78\xeb\xdd\xda\x0f\x65\x06\x46\x62\x00\ \xe9\x8a\x12\xb2\xf2\x8c\xdc\xa0\x51\xf2\xd5\x64\x92\x6e\x2e\x28\ \xc6\xba\x52\x48\xf9\x68\x59\xb4\x17\x92\x22\x03\x3b\xcc\x05\xc5\ \x7c\xf9\x27\x5b\x93\xde\x53\xf7\xfe\x5e\x9e\xbc\xeb\x7a\xe6\x4e\ \xcf\x66\xd5\xc5\xb3\xd1\xa6\xa8\x13\x6f\x48\x88\x15\x8c\x2c\xfd\ \x3f\x7c\xfc\xf7\xf4\xd9\xc4\x20\xc4\x8b\x6b\x60\xde\xe7\x6f\x65\ \xc1\xbd\x5f\x42\x63\xd2\x8f\x5f\xfd\x87\xc2\x41\x42\x6d\x3a\xf8\ \x9d\x31\xd5\x1f\xb6\xfd\x7e\xf7\x00\x01\x8f\x23\xaa\xfa\x13\x7e\ \xd3\xd9\x5e\x7e\xff\xd2\x6e\x00\x0e\xb6\xf0\x85\x9a\x4e\x2a\x11\ \x66\xc0\xc5\x18\xcd\xc0\x70\x0c\x20\x6d\xb4\x72\xb7\x46\xc9\x8f\ \x07\x5f\x88\x48\xba\x75\xe5\xba\xbf\x2b\xe8\x83\xa9\xe5\x64\x35\ \xff\xfd\xa9\x85\xfc\x74\x4f\xdf\xb0\xda\xc7\x67\xb3\xf1\xdc\xb7\ \x6f\xe3\xd0\x07\xaf\x70\xc9\xd2\xd9\x94\x97\x4d\x1f\xa1\xc6\x08\ \x43\x28\x12\xa4\xbf\xaa\xfa\x04\x3b\xf6\x88\x7e\xfb\x69\xc5\x56\ \x0a\x2a\x9b\xf0\xd9\x6c\x18\x2d\x05\xac\x7e\xea\x47\x64\xce\x9a\ \x3a\x36\xf5\x3f\x58\x23\xc8\xe1\xc4\x41\xaf\x63\x44\xd5\x1f\x4f\ \x5e\x7f\x90\xef\x3d\x29\x18\xbe\xa5\x9f\x5f\xed\x6c\xe0\x51\xa0\ \x1d\x61\x06\xc6\x14\x14\x1a\xae\x2f\x40\xb5\x28\x9f\x5f\x4a\x0a\ \x72\x23\x27\xac\x15\xeb\xb9\x7a\xe3\x7d\x7c\xfe\xfb\x7f\xc4\x5a\ \xb1\x9e\xbc\xe2\x99\x63\xa9\xff\x02\x91\x2c\xd4\x61\xd4\x96\xfa\ \x49\xcb\x30\x73\xb6\xfe\x10\xfa\xd4\xcc\x61\xdf\x4d\xa9\xd5\x62\ \xfd\xd8\x27\x98\x9e\x37\x8f\x3d\xbf\xd9\xc2\xde\xfa\x93\x68\x53\ \x34\xe4\x67\x0d\x67\xae\xc4\xdf\x91\x43\x41\xe4\x50\x90\xbe\xfe\ \x01\xfe\xb4\xf3\x00\x81\xa0\x08\xee\xdd\xf6\xd0\x73\x5c\x7c\xd7\ \xbf\xd3\x5b\x5b\x4b\xef\xa1\xc3\x9c\xfc\xdd\x8b\xa4\x98\xf4\x64\ \x97\x4d\x87\x60\x20\xfa\x6e\x62\x1b\xd9\x0f\x1f\x07\x63\xc7\xa1\ \x80\x8f\x90\xcf\x4d\xd0\xeb\x24\xe4\xf7\x12\xf4\xb9\x08\x78\x9d\ \x04\xbd\x4e\x82\x7e\xf7\x30\xef\x06\x2a\xa5\xc4\xf1\xc6\x56\x1c\ \x2e\x0f\x92\x82\xc0\x91\x4e\x5e\x43\x38\x81\x3e\x3e\x24\x03\x68\ \x2e\x9e\xc4\xcf\x40\x00\xff\xf5\x9f\xef\xe4\xd2\x1b\xbf\x74\x5e\ \x9e\xfb\x87\xa7\x30\xd8\x84\x62\x12\x13\xf4\xc7\x15\x5f\xb4\x04\ \xbc\x6e\x3a\xce\x36\x8d\xea\x74\x66\x94\xce\x64\xc9\x2d\x5f\x42\ \x55\xdd\xc2\x1b\x2f\xff\x95\xfd\xcd\xcd\x78\x7c\x7e\x32\x52\x0d\ \x43\x4d\x43\x1c\x3d\xbd\x75\x1f\x36\xbb\x13\x80\xd2\x85\x2b\x59\ \xfb\x85\xff\x44\x93\x96\xc6\xf4\xcf\x7e\x16\x5f\x5f\x1f\x5d\x07\ \x0f\x72\x6e\xdf\x41\x1c\x2d\x6d\xe4\x5f\x3c\x0b\xa5\x5a\x31\x08\ \xec\x24\xc0\xfb\x45\x60\x2a\xe8\xf7\x12\xf4\x7b\x08\xf9\x3c\x04\ \x03\x5e\x82\x5e\x27\x01\xaf\x4b\x34\x27\x47\xa0\xb3\x1d\xbd\xb4\ \x77\xdb\x50\x49\x64\x54\xb7\xf3\x1c\xb1\x10\xf4\x98\x1c\xc1\x64\ \x0c\xa0\xb8\x79\x16\x57\x68\xd5\x7c\x0a\xe0\xfa\xaf\xfd\x80\x92\ \x79\x4b\x93\xdc\x76\x81\x28\x02\xb6\x1c\x4a\x94\x9c\xa0\x0f\x42\ \x71\x25\x0a\x7c\x8c\x11\xf4\x7a\x3d\x35\x6f\xef\xc1\xfa\xdc\x4e\ \xf8\xf1\x8f\xe1\xd7\xbf\x86\xe7\x9e\x83\x03\x07\xe0\xe4\x49\xf0\ \xf9\xc0\x6c\x86\x94\x14\x94\x29\x29\x94\xac\x59\xc7\xec\xb2\x95\ \x28\x0e\xd4\x53\xf3\xce\x7b\x54\xd6\xd7\x73\xbc\xb1\x95\x6e\x9b\ \x9d\x40\x30\x84\xd3\xe5\xc1\xe3\xf3\xa3\x52\x2a\xd9\xbe\xaf\x9a\ \x86\x33\x22\x57\x5f\x6f\x4c\xe3\xeb\x3f\x7c\x01\x7d\x8a\x5e\xd4\ \xe9\xf3\x51\xb8\x6a\x15\x26\x8b\x85\xf6\xfd\xfb\xe9\xaa\x39\xc6\ \xb9\x37\xde\xa7\xe4\xaa\x25\x28\xd5\x84\xdf\x3f\xf6\x5b\x06\x03\ \x1f\xf2\x7b\x09\x05\x3c\xe2\x38\xe0\x45\xf6\xfb\x90\xe5\x10\x72\ \x28\x20\xbe\xc3\x30\xe4\xf1\xfa\x79\xf3\x83\x93\x11\x0d\xa0\xb1\ \x79\x78\xbd\xcf\x43\x2b\xb1\x19\x4f\x46\xa5\x64\x91\x40\x85\x5a\ \x4d\x54\xd4\x2f\x44\x13\x2e\x46\x11\x55\x1e\x06\x3c\xa2\xd6\xa3\ \xc7\xc3\x95\x41\xf7\x84\xc4\xd6\x9c\x69\xa6\xe7\x5c\x23\x38\x27\ \x41\x7e\x3e\x04\x02\xa2\xb4\xb4\x40\x63\x23\xfc\xf5\xaf\xe2\xb8\ \xa4\x04\xe6\xcf\x87\x79\xf3\xc8\x9b\x3b\x97\xf5\x2f\x6c\x67\xe9\ \x1b\x6f\xf0\xde\x8f\x7e\xc0\xe1\xea\xfd\x1c\x3a\x63\xa3\x4a\x9f\ \x3c\x37\x11\xa0\xa8\x05\x4c\x21\x15\xd8\xed\xe1\x77\x16\x65\xda\ \xda\xb5\x64\x96\x94\xb0\xf3\x13\x9f\xa0\xf7\x44\x23\x3b\x37\x6e\ \xe2\x9a\xdf\xdc\x87\xc6\x90\x02\xa1\x00\x72\x30\x40\x28\x28\xba\ \xa4\x45\x37\xb4\xd8\x8a\x63\x5f\xec\x38\x7c\x4d\x0e\x06\x90\xe5\ \xe4\xbe\x9c\xc7\xeb\xe7\xe9\x6d\xfb\x68\xef\x16\x11\x49\x8f\x9f\ \xa6\x7e\x2f\xf6\xf1\x22\x90\x4c\x03\x28\xad\xb9\xac\x51\x29\x59\ \x6e\x2e\x28\xe6\xea\x8d\xff\x3e\xde\x3a\x87\xa7\xa8\x74\x07\xe3\ \x24\xdb\x1f\xdb\x0e\x92\xe8\xe1\xcb\xa0\x7b\xe2\x34\x43\x55\xe5\ \x4e\x96\xcd\xb9\x54\xfc\x3d\x83\x21\x79\xf1\x78\x04\x43\x1c\x38\ \x00\x2f\xbe\x08\x87\x0f\x63\x54\xab\x29\xfd\xf4\x67\x99\x73\xcd\ \x4d\xe4\xf7\x6b\x30\x9e\xe8\x46\xdd\x31\x80\x2a\x08\xaa\x20\xa4\ \xf8\x44\xc9\xec\x87\xdc\x66\x2f\x25\x97\x5f\x8e\x2e\x35\x15\xbc\ \x5e\x38\x72\x04\xae\xba\x0a\x24\x09\xdd\x8a\x15\x14\x2e\x5b\x46\ \xe3\xab\xaf\xe2\x68\xed\xe4\xdc\xfe\x43\x4c\x59\x5d\x86\x42\x0a\ \xc5\xd4\xfc\x08\xd2\x1f\xb9\x16\x0a\xfa\x13\x9a\x7d\xf1\x34\x18\ \x7c\x97\x9f\x33\x3b\xea\xf8\xf7\x5e\x37\x2d\x88\xce\x28\x37\x63\ \x34\x01\xc9\x34\x80\xa4\x52\xb0\x1c\x18\x76\x58\xf4\xd8\x68\xb0\ \x74\x8f\x51\x92\x89\x49\xf4\xb0\xf7\x8d\x50\x97\x5e\x6b\x80\x45\ \x8b\xc4\xdf\x8e\x68\x80\xd1\x4a\x4f\x0f\xbc\xf1\x06\xec\xde\x4d\ \xa6\x5a\xcd\x92\x92\x12\x96\x7c\xeb\x01\x1c\x26\x13\xbd\x6d\x6d\ \xf4\x9e\x38\x01\x40\xcf\xc9\x93\x98\x4b\x4b\xc9\x5b\xb4\x88\x4c\ \x8b\x05\x1c\x0e\x78\xf5\x55\x78\xe2\x09\xd0\x6a\xe1\xc9\x27\xe1\ \xf4\x69\x32\xbf\xfe\x75\xae\xf9\xf9\xcf\xd9\xf9\xb5\xaf\xd1\x5b\ \xd7\x42\xe5\xbd\x8f\x73\xf9\x23\xb7\x0f\x23\xfd\xbe\x84\xe3\x68\ \x4a\xf8\x30\x34\x0c\xf8\xdf\xb6\x79\x68\x41\x74\x47\x47\xc6\x28\ \x8e\x89\x92\x32\x80\x42\x22\x0d\x60\xc6\x78\xd4\x7f\x82\xed\x3e\ \x7f\x00\x87\x94\x71\xd6\x65\x99\x34\x1d\x72\x72\x60\xd2\x24\x61\ \x9f\xc7\xca\x04\xf1\xa5\xb3\x13\x5a\x5b\x31\x06\x02\x18\x55\x2a\ \x26\x4f\x9a\x24\x7c\x87\xe5\xcb\x41\xad\x16\xbf\xf5\xd5\x57\xe1\ \xe0\x41\x71\x6f\xbc\xb9\xa9\xad\x85\x1f\xfe\x90\xcc\xcf\x7d\x8e\ \x4b\xee\xbe\x9b\xca\xef\x7e\x97\x8e\xea\x53\x34\xef\xa9\x26\x7f\ \xc9\x94\x21\x6a\x3e\xc2\x14\xa3\x01\x0f\x23\x82\xdf\x8c\x18\x89\ \xd4\x87\x90\xfe\x31\x27\x87\x24\xf5\x01\x22\x3d\x76\xe6\x82\xa2\ \xb1\xd6\x03\x84\xc0\xef\x1a\x05\xbc\xb1\x30\x43\x70\x78\x5f\x60\ \x14\x66\xe8\xe9\xea\x40\xe9\xf6\x0a\x15\x6f\xb1\x80\xcb\x75\x7e\ \x0c\x30\xb8\x0c\x0c\x40\x6f\x2f\x1c\x3f\x9e\x78\x3e\x25\x25\x11\ \xfc\x48\xb1\xd9\x60\xdb\x36\x26\xaf\x59\x83\x31\x3b\x1b\x47\x57\ \x17\x1d\xd5\x0d\xe4\x58\x73\x87\x48\xbf\x1c\x0a\xc1\x18\x62\x36\ \xa3\x80\xdf\x8e\x88\x00\x3a\x18\x67\x97\x70\x52\x0d\x10\xd9\x19\ \xd9\x04\xc4\xb7\xc5\x83\xc2\x8e\xfb\xdd\xa3\x3a\x6a\xe3\xd7\x0a\ \x49\x98\x61\x18\xc6\x6a\x39\x7d\x82\x02\x55\x46\xcc\x39\x33\x9b\ \x41\x92\x26\x86\x09\x22\x25\x14\x02\xa5\x52\xec\x07\x83\x82\x39\ \x92\xdd\x67\xb7\xc3\xb9\x73\xe4\x95\x96\xd2\xd0\xd5\x45\xdf\xa9\ \x76\x82\x5e\x57\xd4\xe9\x93\x23\x11\xc0\x31\xd0\x08\xe0\x37\x11\ \x1b\x83\x38\x6e\xf0\x21\x09\x03\x5c\x3d\x8d\xa8\xd8\xeb\x0c\xa6\ \x38\xbc\x23\x1f\x3f\x18\xd7\xa6\x8d\x04\x36\xc2\xcd\x1c\x39\x28\ \x06\x56\x8c\xd1\x6b\x1f\x1f\x33\x8c\x5e\xd7\xa9\xc3\x87\x59\x9e\ \x51\x21\x6c\xb3\x2c\x83\xdf\x0f\xb3\xc4\xd0\xaa\xf3\x06\xdc\xe7\ \x13\x8e\x5e\x04\x78\x20\xde\xf3\x8f\x3a\x6a\x6e\xb7\xb8\xdf\xeb\ \x15\x25\x1c\x45\x34\xa5\xa6\x86\x1f\x09\x11\xf0\xb9\x90\x83\x63\ \x07\x1e\xa0\xbd\xdb\xc6\xd3\xdb\xf6\xe1\xf1\x8a\x56\x5d\xbf\x87\ \xf7\x5f\x3b\xc5\xc3\x61\xc9\xef\xe4\x43\x80\x0f\x43\x19\x40\x91\ \xaa\xa6\x38\x72\x60\x29\x99\x21\xb2\x54\xe2\x82\x17\x89\xfb\xfe\ \x41\xde\x7c\x40\x0c\xc5\x1a\x8f\x9d\x4f\xca\x0c\xe3\x69\x0e\xca\ \x42\x8d\xca\x21\xce\xec\xf9\x80\x1b\xef\xde\x18\xd3\x00\x03\x03\ \xa0\xd3\xc1\xd2\xa5\x42\x5a\xc7\x0a\xba\xc3\x01\xed\xed\xe2\x79\ \xaf\x77\x28\xd8\x83\x19\x20\xbe\xa8\x54\x82\x51\x64\x59\xd4\xe3\ \x0b\x67\x69\xc9\xa1\xa4\xf1\xfc\xf1\x80\xdf\xe3\xe4\x8d\x17\x4e\ \xf0\x63\xc4\xa8\xa0\xae\x30\xf8\xe7\x95\x09\x14\xa1\x21\x0c\x10\ \x94\xe3\x46\x9e\x7a\xfa\xc3\x41\x97\x61\x24\x3e\xd9\x3e\x80\x32\ \x65\x0c\x00\x8e\x4d\xad\x0f\x66\x06\x59\x0e\x09\xd0\xc3\xcf\x44\ \x8e\xeb\xea\xeb\xb1\x18\x0b\x13\xdb\xe6\x00\x47\x8f\x0a\xa7\x30\ \xa2\x09\x22\xd7\x42\xe1\xbf\x19\x61\x8c\xde\x5e\x68\x68\x80\x53\ \xa7\x84\x0d\x1f\x0f\xe8\x23\x5d\xf7\x8a\x8e\xb9\x9e\x13\x5d\xf8\ \x5d\x7e\xd4\xfa\xe1\x23\x8d\xf1\x54\x7d\xa2\x99\xad\x95\xef\x46\ \x8f\xcf\x0d\xf0\xc2\x2b\xf5\x3c\x8d\x00\xbf\x93\xd8\xac\xa4\x01\ \xce\x13\x7c\x18\x2d\x25\xcc\x63\x13\xe9\x49\x23\x49\x7c\x98\x29\ \xe4\x70\xa0\x43\xd2\xa6\x87\x3b\x3d\xc6\x6b\xeb\x93\x33\x43\x3c\ \xe0\x72\xe4\x5c\x48\x8e\xbb\x16\x42\x96\x65\x3e\xd8\xf7\x36\x4b\ \xf2\x66\xc6\xd4\x7f\x7c\x79\xe9\x25\xc8\xcc\x84\xdc\xdc\xd8\x90\ \x70\x49\x12\x52\x7e\xfc\xb8\x88\x12\xb6\xb7\x8f\x0d\xd4\x39\x73\ \x44\x20\xa9\xa0\x40\x30\xcd\xbb\xef\x42\x7d\xfd\xb0\x8c\x31\x79\ \xd2\x24\xaa\xc3\x9f\xb3\xe9\xf5\x7a\xa6\xaf\x9b\x3d\x2a\x28\x3b\ \xdf\xaa\xa5\xaa\x56\x04\xa2\x82\x21\x5c\xa7\xfa\xd8\xb2\xb7\x89\ \x97\x10\x52\xdf\x8d\x00\xdf\x45\xe2\xf0\xf3\xf3\xa2\x21\x1a\x20\ \x32\x35\x19\x10\xcb\x50\x19\x24\xe5\x72\x38\xac\x29\x06\x4f\x04\ \x90\x43\x01\x42\xc1\x00\x28\x94\xa4\x84\x02\x20\xfb\x46\x50\xef\ \xc3\x33\x42\x32\x80\x87\x93\xf8\x78\x86\xe8\xe9\xed\xa3\xeb\xb5\ \x63\x4c\xfe\xcc\x95\x43\xa2\x73\x51\x30\x9f\x7c\x12\x8a\x8a\x44\ \x7b\xbd\xaf\x0f\x5a\x5b\x85\xdd\x1e\x8b\x14\x67\x66\xc2\xaa\x55\ \x30\x6f\x9e\xd8\x8f\xd0\x94\x29\x22\xe6\x50\x5b\x0b\x7f\xfc\x23\ \x74\x75\x0d\xa9\x2b\x53\xab\x65\x5a\x49\x09\x0d\xa7\x4f\x53\xff\ \xd2\x31\xd4\x7a\x35\xc5\x57\x24\xef\x85\xf4\x78\xfd\x6c\xad\x7c\ \x97\xe3\x8d\xad\x51\xf0\x0f\x9c\xe1\x81\xe3\x3d\x54\x87\x81\xef\ \x46\xa4\x9c\x8f\x39\xd6\x3f\x1a\x8d\xac\x01\xfc\x2e\x70\x76\x86\ \x41\xf6\x87\x43\x99\xe1\x90\x66\x58\xe2\xe3\xf7\x35\x99\x96\x70\ \x4b\x60\x74\x5b\x2f\xcb\x43\x25\x7c\x38\x80\x47\x63\x88\x17\x7e\ \xbf\x95\x8a\xc9\x0b\xd0\xf8\xfd\xc2\xf1\x4b\x06\xe2\xc0\x80\x68\ \xb3\x8f\x55\x75\xeb\xf5\xb0\x60\x01\x5c\x7e\xb9\x68\x52\x8e\x44\ \x65\x65\xa2\x34\x37\xc3\xbe\x7d\xc2\xec\x9c\x3e\x1d\xad\xeb\x92\ \xb2\x32\x4c\x6a\x35\x47\x4f\x9f\xe6\xd8\x73\xb5\x74\x54\xb7\x32\ \x7d\xdd\x6c\x32\x67\x64\x47\xab\x68\xef\xb6\xf1\x62\xe5\x7b\x83\ \x3d\xfd\xfb\xc3\x01\x9e\x88\xbd\x8f\x24\x7e\x7e\xa8\x01\xa1\xf1\ \x34\x22\x03\xc8\x01\x0f\x7e\x7b\xf7\xb0\x80\xc7\xef\x2b\x94\x6a\ \x8c\x86\x0c\x7a\xda\xce\xe0\x72\x39\xb0\x14\x16\xc6\x49\x7d\xcc\ \x51\x3b\x1f\x80\x47\xba\xff\xcd\xb7\x3f\x40\xbd\xbf\x9d\xd9\xd7\ \xad\x4e\xae\xfe\xc7\x6a\xc7\x65\x19\xb2\xb3\xe1\xa2\x8b\xe0\xd2\ \x4b\x85\xb6\x18\x2f\x15\x15\xc1\x67\x3f\x2b\xf6\x9d\x4e\x38\x7c\ \x58\x84\x9b\x6b\x6a\xb0\x5a\x2c\xcc\xce\xcb\xe3\x58\x73\x33\x47\ \x1b\xce\xf2\xf6\x43\xfb\x30\xcf\xcc\x66\xfa\xba\xd9\x34\xcb\x2e\ \x76\xbe\x55\x13\x75\xf6\x3a\x1c\xbc\xfa\xd2\x49\xfe\x07\x01\x7a\ \x37\x31\x4f\x7f\xcc\xdd\xbc\x63\xa5\xc1\x0c\x20\x2b\x14\x31\x9b\ \x12\xf2\x3a\xf0\xd9\x7b\x12\x01\x0f\xab\xfc\x88\xea\x97\x43\xc2\ \x06\xeb\x2c\x56\xfe\xfc\xc7\x67\xa9\xfc\xdb\xeb\x00\x58\xad\x65\ \x7c\xfc\xc6\x1b\xc9\xcc\x4c\xff\x50\x00\x8f\x74\x7f\x6b\x7b\x17\ \xd5\x2f\x56\xf1\x99\x39\x4b\xd1\x44\x9a\x6b\xe3\x05\x3e\x27\x47\ \xb4\x12\x56\xad\x12\x2a\x7d\x3c\x54\x5f\x2f\x1c\xc7\x88\xff\x30\ \x6d\x9a\x08\x0c\x4d\x9f\x2e\xfa\x1c\x96\x2e\x15\x25\x7c\xaf\xe6\ \xaf\x7f\xc5\xfa\xf2\xcb\xcc\xce\xc8\xe0\x4c\x6f\x2f\x47\x9b\x3b\ \x79\xfb\xa1\x7d\x0c\x98\x40\x93\x0f\x4e\x43\x74\x94\xd1\xdf\x88\ \x79\xfa\xf1\xce\xde\x84\x82\x0f\x43\x33\x82\x24\xc0\x74\xc7\x22\ \x6c\x00\xff\xf3\xf8\xaf\xe8\x6f\x78\x3b\x0c\x74\x04\xec\x50\xec\ \xc3\x86\x49\x95\x59\xcc\xe3\xcf\xfc\x91\x96\xb3\x67\x87\xfc\x81\ \xa5\x8b\x2f\xe6\x86\x75\x1f\x43\x90\xcb\x1e\xa0\x00\x00\x20\x00\ \x49\x44\x41\x54\xa7\x4d\x99\x10\x89\x8f\x5c\x6f\xed\xe8\xe6\xd9\ \xa7\x77\x70\x65\x5f\x2e\x15\x65\x0b\xc7\x27\xe9\x66\x33\x5c\x7c\ \x31\x5c\x71\x05\xcc\x98\x21\x1c\x42\xa5\x32\x36\x2e\x7f\x38\xb2\ \xdb\x85\x8a\x8f\x94\xf0\xdf\xf2\x05\x02\xf4\x86\xfd\x89\x3c\xbd\ \x5e\xfc\x8d\x85\x0b\x45\xdd\x17\x5d\x04\x8b\x17\x83\x29\x1c\x53\ \xa9\xac\x84\xaf\x7d\x2d\xfa\x2e\xed\x4e\x27\xf5\xfd\xfd\x34\x38\ \x1c\xf4\x29\x39\xf3\x66\x90\xa7\xb6\xc1\x6e\x44\x74\xaf\x9b\x09\ \xf0\xf4\x47\xa2\x21\x1a\x80\x38\x2e\x0b\xf9\x9c\x04\x3c\x23\xf7\ \x30\x86\xd4\x26\x7e\xf9\xcc\x73\x9c\x3d\x7b\x0e\x10\x83\x24\xab\ \x5b\xd9\x3c\x2d\x93\x85\x39\x46\xd6\xbc\x7d\xf0\x5d\x43\xed\xe1\ \xc3\xac\x5c\xbe\x94\xc5\x0b\xe7\x93\x91\x66\x4a\x04\xfd\x3c\x18\ \xa2\xb5\xa3\x97\xe7\x7e\xbb\x8b\x2b\xbb\xcc\x54\xcc\x9c\x31\xb2\ \xea\x8f\x94\xd4\x54\x01\xc8\x92\x25\x50\x5c\x0c\x9a\xf0\x5c\x41\ \x8d\x8d\x62\x5f\xad\x4e\xdc\x46\xda\xf3\x4e\x27\xec\xd9\x03\xbb\ \x77\x8b\x02\x38\x7c\x3e\xce\x38\x1c\xb4\x39\x9d\xb4\x3b\x9d\xf8\ \x82\x89\x26\xd9\xa8\x56\x93\xd7\xd8\x48\xbe\x56\xcb\x64\xad\x16\ \x8d\x42\x21\x18\x60\xe6\x4c\x38\x7b\x36\xe1\x7d\xf3\x64\x99\x3c\ \xa3\x91\x39\x1a\x0d\x6f\xf6\xf7\x4f\xce\x20\xf8\xa0\x15\x8a\x36\ \xc1\xf7\xc2\x58\xc8\x5c\x20\xf0\x21\x79\x4e\xa0\xe1\xf6\x05\x9c\ \x50\x4a\x14\x7e\xf3\xce\xaf\x62\xf4\x77\x0c\xfb\x70\x8a\xc9\xcc\ \xb3\xaf\xbc\xc5\xa1\xc3\x47\x81\x68\xa0\xe2\x61\x84\xa7\xea\x9e\ \x9e\x49\xe1\xc2\x3c\xee\x48\xd3\x89\x41\x90\x00\x17\x5b\xe7\x72\ \xc9\x92\x05\xe4\xe7\x9a\xcf\xcb\x04\x1c\xa8\x39\xc9\xbe\x57\x3f\ \xe0\xba\xde\x2c\x2a\xa6\x4c\x1b\xd9\xde\x6b\xb5\xa2\xb9\x36\x63\ \x06\xe4\xe5\x09\x60\x93\x81\x3d\xf8\x5c\x20\x00\xd5\xd5\xf0\xce\ \x3b\xf0\xe6\x9b\xd1\x7a\xcf\xb8\x5c\xd4\x3b\x9d\x9c\x71\x3a\xc7\ \xf5\x91\xa7\x69\xb5\x14\xa9\xd5\x4c\x56\xa9\x46\x64\xd2\xf6\x60\ \x90\x9d\xe1\xb8\xc1\x49\x78\xe0\x21\x78\x92\xd8\x58\xc3\x8f\x44\ \x03\x00\xc8\x21\x99\xb3\x4a\x28\x74\x3a\x06\x30\xa6\x24\x7f\x50\ \x9b\x96\x4b\xdd\xb9\xbe\x28\xf8\xdd\x4e\xde\x7c\x31\x16\xa5\xea\ \x01\x9c\xf5\xbd\xb4\xd6\xf7\x72\xb4\xd4\xcc\xac\x8b\xcd\x7c\x25\ \x4d\xcf\x15\xef\xd6\x1c\xe1\xdd\x9a\x23\x14\xe4\x66\xb1\x68\x6e\ \x29\x53\x2c\x79\xe4\x67\x67\x8c\x6c\x02\x64\x99\xea\xe3\x4d\xec\ \x39\x78\x8c\xec\x33\x3e\xbe\x26\x4f\xa6\x24\x3b\x75\x68\xd0\x47\ \x96\x85\xd4\x9a\x4c\xc2\xb6\x67\x64\x08\x50\x6d\x36\x21\xc9\xc3\ \x81\x1e\xd9\x3f\x75\x0a\x3e\xf8\x00\x6a\x6a\x12\x80\x69\xf0\x7a\ \xa9\x76\x3a\x71\xc4\x49\xba\x2e\xcb\x40\xee\x82\x02\xcc\x33\xb3\ \x49\xb5\xa4\xa3\xcb\xd2\x27\x7c\x9f\xde\x93\x5d\x0c\x9c\xb1\x31\ \x70\xa6\x9f\xe6\xea\x73\x34\xd8\x3d\x68\x14\x0a\x26\x4b\x12\x45\ \x40\x9e\x2c\xa3\x89\xbc\x33\x42\xdf\xbf\x93\x68\x5a\x23\x73\x03\ \x47\x66\x19\xf9\xc8\x18\x20\x14\x08\x71\x44\xad\x64\x69\x7b\x77\ \x1f\x79\x16\x03\x83\xbb\x2a\xb5\x19\xf9\xa8\x75\x69\xbc\xf8\xf2\ \xb3\x00\xf8\x02\x74\xef\x6e\xe2\xd7\x88\xee\xc8\x48\x7c\xda\x83\ \xd0\x30\x8e\xba\x1e\x3c\x5f\xe9\x41\x9d\xab\xd3\x50\x54\x9a\x43\ \xa5\xd4\x4d\x4b\x47\x37\xad\x1d\xdd\xa2\xbe\x14\x0d\xf9\xd9\x19\ \x4c\x99\x24\x9a\x45\x22\x0b\x46\xfc\xde\xa6\x73\x5d\xb4\x75\xdb\ \x98\x69\x57\x73\xb3\x43\xcf\x42\x72\xc4\x47\xb3\x87\x4d\x93\x2c\ \x87\x9b\x98\xb2\x00\xd1\x68\x14\xce\x60\x47\x87\x08\xd4\x8c\x26\ \xf5\x9d\x9d\x42\x2d\x9f\x3e\x2d\x7a\x11\xe3\x81\x0f\x06\xa9\xf6\ \xfb\x71\xc4\xe5\xe5\x15\x2e\x2f\xa6\x70\x45\x51\x42\x13\x2e\x19\ \x65\xce\xc8\x8e\xbb\xe7\x22\x06\xce\xd8\xe8\xa8\x6e\xa5\xa3\xba\ \x95\x86\x33\xb6\x11\x9f\xed\x83\xa3\xcf\xc1\xab\x7c\x04\x93\x78\ \x25\xd5\x00\x41\x31\x3d\x39\x4e\x87\x03\x43\xfe\x42\x7c\x41\x05\ \x21\x7b\x2b\x84\x02\xa8\xf5\x69\x48\x4a\x35\x4e\xbb\x2d\x21\x81\ \x72\x5a\x06\x96\xf7\xda\x38\x86\x00\x3e\x7e\xa8\xb2\xfc\x0b\x78\ \x42\x0f\x15\x15\x19\x59\xe4\x39\x52\x28\x97\x0b\x70\x11\xa4\x56\ \xe5\xa0\x45\xe9\xa5\xc5\xe7\xa3\xc7\xd5\xcd\xee\xb3\x31\x73\x53\ \xea\x55\x63\x0e\x28\x59\xe9\xd5\x50\xea\x4d\xc3\x1c\x08\x47\xa8\ \xe5\x38\x7b\xef\xf7\x47\x73\xf2\xc4\x8c\x60\x4a\x61\xbb\x55\xaa\ \x91\x55\x7c\x30\x28\x82\x41\xdd\xdd\xa2\xcb\x18\x12\xb4\x48\x03\ \x50\x2d\xcb\x84\xd7\x1e\x41\xad\xd7\x50\x7c\xe5\x74\x8a\x2f\x9f\ \x36\xe6\x50\xee\x60\x4a\x9d\x9c\x4e\xea\xe4\x74\xa6\xaf\x9b\x4d\ \x57\x87\x8d\x17\x7e\xb7\x0f\xc9\xe6\xc7\xe0\x02\xec\x9c\x09\x05\ \x71\xd9\xe0\xf4\x51\x38\xb0\x0d\xde\x46\x68\xd1\x31\x67\xf6\x9c\ \x2f\x25\xe3\x30\xed\xed\x0b\x78\x4f\x29\x31\xe7\x96\xeb\xaf\x65\ \xd9\x86\xbb\xd0\x4c\xbf\x3c\xe1\x86\x60\xd7\x49\xdc\x87\x5e\x20\ \xd0\x7f\x8e\xed\xaf\xbd\xc9\x5b\xef\x1d\x06\xc0\x13\xe0\x83\xc3\ \x1d\xdc\x55\xdd\xce\x21\x84\xea\xe2\x09\x78\x5a\x03\x9f\x9a\xad\ \xd7\xb3\xc4\x64\x1a\xbb\xa7\x3e\x92\x57\x1f\x89\xdf\xcb\xa3\x68\ \xc5\x48\xd8\x37\xc2\x18\x0a\x45\x2c\x49\x64\x10\xf9\x80\x33\x40\ \x35\xc4\x80\x37\xa4\x30\x6d\x4d\x19\x53\xae\x2c\x45\x52\x85\xa3\ \x9d\x13\x44\xf1\xb1\x7e\x97\x9f\x33\xbf\x3f\xc4\xbd\x84\x27\xc1\ \x08\x97\x01\xc4\xdc\x08\x17\x94\x09\x86\x84\x82\xaf\x9d\xce\x94\ \x48\x42\xc8\xac\xe9\x93\x51\x17\x2f\x17\x57\xe4\x90\x88\xf2\xb9\ \xbb\x51\x7a\xfb\x90\xbd\x76\x42\x3e\x0f\xd7\xae\x5c\x44\x71\x81\ \x99\xbf\xec\x3a\x00\xf8\x16\xce\xcf\xe5\x91\xea\x76\x6e\xba\x02\ \x32\xae\x87\xef\x69\xe0\x96\x69\x2a\x15\x4b\x14\x8a\xd1\xbd\x75\ \x48\xdc\x8f\x1c\xc7\x6f\xc7\x43\x91\xba\x42\x21\xa1\x2d\x92\x90\ \x03\xb1\xe8\x4c\x03\x31\x95\xa5\x31\xea\x98\x71\x63\x39\xd3\xd6\ \x94\x21\xa9\x43\xd1\x1c\xfd\x89\xa4\x05\x33\x8b\x68\xef\xb6\x51\ \x55\x5b\x8f\x5e\xcd\xe4\xb5\xa5\xdc\xb0\xbd\x8e\xc7\x88\x85\x7b\ \x13\x66\x18\xbb\x50\x34\x84\x01\xcc\x3a\xd6\x01\xcc\x29\x9d\x82\ \xa9\x64\xa9\x18\x1d\xe3\x68\x07\x47\x1b\xd8\xdb\x90\x9d\x9d\x62\ \xec\x9a\xb3\x8f\xa0\xdf\x83\x2c\x87\x98\x51\x94\x4b\x7e\x56\x1a\ \x8d\xe7\xba\xb0\xb9\x39\x71\x29\xcc\xbb\x11\x1e\xd2\xc0\xac\xd9\ \xc0\x92\x60\x70\xa8\xaa\xfd\x3b\x92\x03\x21\xed\xf5\x08\x67\x25\ \x42\x1a\x93\x9e\xd9\xb7\xac\x66\xe6\x8d\xcb\x50\x6a\x04\xf0\x01\ \x8f\x4b\xcc\x22\x72\x01\xcc\xf1\x35\x2b\xca\x68\x3c\xd7\x45\x7b\ \xb7\x8d\x7c\x13\x9f\x58\x98\xcb\xae\x0f\xbc\xf7\x64\x23\xab\xce\ \xd2\xff\xd0\xc9\xd1\x6b\xf8\xf0\x34\x98\x01\x94\x1a\xa5\x18\x0f\ \x30\xab\xa4\x10\x6d\xf6\x54\x38\xb3\x1f\xd9\xd9\x41\xc8\xd5\x4b\ \xd0\xe3\x10\x33\x6d\x78\x45\x7c\x20\x14\x18\x3a\x23\xc9\x54\x17\ \xcb\x67\xc1\xba\x49\x60\x5c\x00\xe4\xc1\x3f\x04\xe8\xbd\x08\xd0\ \x9b\x49\x04\x1d\xa0\x5b\x95\xc7\x4b\xa9\x9f\xa5\xaf\x68\x09\x39\ \x67\x52\x98\xff\x82\x93\x54\xad\x87\x15\x53\xbb\x08\xfa\xf5\xcc\ \xce\xf6\x63\x94\x5c\x13\xf6\x2e\x07\x9a\xc4\xf4\x32\x47\xdb\xb2\ \x68\xd5\xcd\xe6\x6f\x36\x15\xf6\x60\x1e\x3d\xea\xa9\xcf\xa0\x06\ \x02\xf6\xd7\xe9\xe7\xd3\xc4\x06\x79\x5c\xb0\x0f\x18\xcf\x00\x8a\ \x6b\xa7\x33\x2d\x32\x08\x74\x76\xe9\x14\x7c\x8d\x6f\xa1\x54\x2a\ \x63\xa0\x7b\x9d\x04\xbd\x2e\x21\xf9\xc1\x00\xd5\x27\x9a\xa9\x39\ \xd1\x04\x40\x5b\xb8\x13\x23\x3d\x44\xf1\x45\xc0\xdf\x63\x0c\x51\ \x3c\xf9\x10\x4d\xab\x48\xc2\x9c\x63\xd0\x75\x97\x64\xa4\x5a\xb7\ \x9c\xd7\x8d\x37\x72\x46\x3d\x55\x9c\xec\x82\x63\x5d\xb0\xf7\x88\ \x2e\x7c\x57\xe1\x90\x7a\xe7\xe6\x75\x93\xaa\x1b\xdf\x54\x3c\x03\ \x6e\x0d\x47\xda\x87\x4e\x7e\x3d\x2c\x05\x9b\x8f\x23\x96\xb8\xf7\ \x71\x01\xe2\xff\xf1\x94\xc0\x00\x11\xf5\x0f\xf0\xfa\xbe\x2a\xca\ \xcb\xba\x49\x37\xe9\x91\x54\x22\x6a\x36\x38\x57\x5d\x9b\xa2\xa6\ \xf1\x5c\x57\xac\xb2\x20\x18\x5c\x42\xb5\xfe\x3d\x18\x20\x22\xe5\ \x6d\x08\xd0\x07\x53\xa6\xd5\x4a\x5e\x45\x05\xd3\x6f\xbd\x95\x81\ \xac\x99\x4c\x3a\x6a\xc7\x72\xcc\xc1\xde\x2a\x1b\x4d\x2d\x6e\x9a\ \xce\x26\x1f\x84\x19\x4f\xe3\x02\xf2\x7c\xa9\xf7\xb1\xbd\x88\x89\ \x26\x3f\xd2\x66\xa0\x42\x86\xfe\x60\x88\x73\x4a\x89\x49\x55\xb5\ \xf5\x54\xd5\xd6\x93\x97\x95\xce\x82\x99\x45\xcc\x2a\x99\x44\xba\ \x29\x31\xd8\xa1\xd3\x88\x26\x51\xb7\x8b\xb7\x8e\x75\xb2\x63\x51\ \x0f\x99\x19\xf0\x4d\x07\x02\x80\xbc\x0b\xfc\xf2\xbd\xe1\xbf\x13\ \x01\x7c\xb0\x5c\x6a\xd2\xd3\xc9\xab\xa8\xa0\x68\xdd\x3a\xf2\x2a\ \x2a\x30\x16\x17\x47\xaf\x65\x02\xc5\x85\x5a\xd2\x53\xd5\xac\x5c\ \x9a\xc1\xbe\xb7\xfb\xb0\xf5\x07\xa8\x39\xe6\xa0\xe6\xa8\x1d\xdb\ \xc0\x05\x6d\x7d\x0d\x4f\xbe\xd3\x6f\x10\x3c\xed\x60\xe8\x9a\x43\ \x17\x84\xe2\x19\x40\xfe\xfd\x21\x7e\x07\xbc\x72\x89\x85\x6b\xf2\ \x4d\xdc\x90\xae\xe3\xca\xf6\x6e\x1b\x3b\xdf\xb2\xb1\xf3\xad\x5a\ \x6e\xb9\x76\x19\xb3\xa6\x14\x0c\xa9\xc4\x1b\xa0\xe3\x44\x0f\xb5\ \x19\x60\xaa\x00\x87\x12\x8c\x3b\x11\x0c\x50\x04\x4c\x86\xf0\x12\ \x0f\xe7\x4f\x3e\x62\x80\xf7\x90\x1c\x70\x80\xbc\x8a\x0a\xf2\x2b\ \x2a\xc8\x5b\xb9\x92\xbc\x8a\x8a\x84\x6b\x4d\x67\x3d\xec\xad\xea\ \x63\x5f\x95\x8d\xbd\x55\x7d\x63\x92\xf8\x78\x2a\x2e\xd4\x92\x9e\ \xa6\xa2\x62\x69\x06\xb6\x81\x00\x4d\x67\x3d\xd8\x06\xfc\xd4\x1c\ \x1d\x6c\x60\x3e\x04\x29\xcd\x45\x28\xa7\xea\x08\x9e\xba\xe0\xe0\ \x43\xa2\x8a\x51\x20\xd4\x8e\x1e\x30\x01\xa6\x1c\x03\x05\x17\x15\ \x70\x43\x96\x9e\xab\xb5\x2a\xa6\xa4\x9b\x0c\xdc\xfd\xd9\x6b\xf0\ \x78\xfd\xb4\x77\xdb\x68\xeb\x16\x8c\xd1\x3a\xc0\xf3\x3b\xea\xf9\ \x39\xd0\x3b\x1b\x8c\xd7\xc3\x2d\x79\x70\x9d\x01\xa2\xeb\xfe\x69\ \x10\x52\x97\x1f\xb7\xcf\xa0\x7d\x88\xa9\x6e\x47\xb8\xf4\x10\xeb\ \x0c\x1f\x4c\x9a\xf4\x74\x32\xad\xd6\xa4\x80\x37\xf9\xa0\xc9\x0b\ \xfb\x1c\x50\xe3\x12\xc7\xbc\xd3\xc5\xfa\xbe\xb1\x81\x55\x73\xd4\ \x81\x6d\x20\x30\xac\x36\xd8\xf8\xf1\x7c\x6e\xfd\x78\x3e\x15\xe5\ \xb1\xa1\xe5\xe2\xfe\x58\xfd\x35\xc7\xec\xf4\x0f\xa3\x49\x22\xda\ \x26\x42\xc5\x85\x5a\x36\xff\xb9\x4d\x1c\xf8\xcf\xbe\x46\xc7\xad\ \x77\x22\x3e\x87\x9d\x0b\x18\x07\x48\xd6\x1d\xac\x44\xe0\x92\x02\ \xe8\x10\x0c\x91\x7a\x9b\x95\x1d\x6a\x65\x72\xad\xde\x36\xc0\x9f\ \xb6\xd7\xf3\x13\x44\x8e\xba\x07\xd0\xa3\x9c\x33\x25\x2b\xeb\xff\ \x6d\x9f\xe1\x3f\x66\x9c\xe9\xad\xe5\xf2\xa9\x1d\xb8\x0f\xd5\x24\ \x7b\x7c\x4c\xa4\x4e\x4f\x27\xbd\xcc\x4a\xce\xca\x0a\x4c\xc5\x45\ \x98\xad\x56\xb2\x16\x58\x51\x00\xfb\xec\x50\xe3\x86\x66\xaf\xd8\ \xd6\xb8\xc0\x16\x6e\x3d\xa7\x2b\x61\x7d\x3a\x7c\x23\x07\xac\xfa\ \x11\xff\xc4\xb0\x14\x01\xf6\xa5\x5d\x5d\xec\x7d\xbb\x2f\x01\xe4\ \x67\x1e\x99\xc5\xc6\x8f\x27\x5f\x03\x61\xbc\x74\xd7\xa6\x7a\x1e\ \x7d\x2a\x3c\xff\xa0\xf3\x8d\xfb\xe8\x7b\xf0\x0f\xc4\xc2\xea\x17\ \x44\x1b\x0c\x6e\x06\x86\xc2\x25\x80\x08\xe7\x8a\x40\x25\x38\xce\ \xd8\xf8\xf7\xa9\x66\x36\x27\xab\x44\x92\xf0\x23\x34\xb2\x17\xd1\ \x7f\xed\x25\xf3\xeb\x1f\xef\x56\x5b\x8c\xdd\x6a\x0b\x33\xbe\xf9\ \x25\x8a\xbe\x36\x85\x5c\x15\xa4\x1f\xaf\xc1\x67\xb3\xd1\x7c\xaa\ \x89\xde\xc6\xe6\xe8\xcc\x53\x0a\xc2\x81\x3b\x62\x25\x73\xe5\x4a\ \x24\x20\x7b\x65\x05\x92\x02\x1c\x01\x99\x63\xee\x10\xdb\x5c\x12\ \x87\xdd\x0a\xce\x1c\x83\x43\xc3\xcc\x9f\x50\xac\x81\x8d\x59\x02\ \xf8\xf4\x0f\x39\x25\x76\x7a\xaa\x8a\x8a\xf2\x74\xac\x73\x8c\xd4\ \x7c\x3e\x06\xfe\x4f\xee\xd5\x4d\x18\xf8\x00\x0f\xdc\x3d\x85\x6d\ \xbb\xba\x84\x69\xd2\x2d\xbe\x1b\xbb\xf5\x2d\x02\x35\x91\xb9\xff\ \xc6\x3d\x0b\xe8\x58\x68\xac\x93\x44\x69\x80\xd4\x4f\xcc\xe5\xc7\ \xc1\x20\x7a\x6f\x10\x5f\xab\x9d\xa3\x0a\x08\xbd\xdb\xc6\x7b\x08\ \x26\xe9\x22\xdc\x0b\x08\x28\x29\xd8\xbe\x0d\x49\x7f\x35\xc0\xd6\ \xb7\x2f\x25\x35\x55\x45\x49\x8a\x00\x06\xe0\x03\x17\xf8\xe5\xf0\ \xd4\xa1\x8a\xd8\x56\x19\x77\x5c\x67\xf7\xf2\x6e\xaf\x9b\x83\xbd\ \x6e\x8e\xd9\xfd\x9c\x0d\x48\x90\xa2\x05\x8d\x56\x0c\xcb\x52\x0e\ \x8d\xcb\x4f\xd6\xc0\x77\xf2\x61\xa3\x39\xcc\x58\x71\x4c\xf5\x61\ \x69\xc1\xd5\x07\xa3\xd2\x5f\x91\xfa\x23\x4a\x75\xbb\x88\x2c\x19\ \x57\xbe\xf6\xd6\x09\x99\x40\x63\xf3\x9f\xdb\xb8\xed\xee\xe3\xe2\ \xc0\x77\x72\x33\x9d\x5f\xf9\x6f\x62\xf3\xfe\x4c\x78\x54\x70\xac\ \xdf\x25\xb2\x1a\x66\x2a\x90\x86\x30\x0d\x12\x44\x25\xdf\x8d\x00\ \x5e\x0c\x52\x30\x7c\x2b\x9b\x8c\xcb\xdb\x01\x2e\x5b\x97\xcf\x9d\ \xdf\x9b\x85\x04\x94\x1b\x20\x33\xac\x73\x76\xdb\x07\x81\x1f\xde\ \xaf\xed\x73\xf3\x4a\xab\x9d\xbd\x9d\x0e\xec\x81\x24\x5a\x4f\x92\ \x40\x9d\x12\x63\x04\x4d\x0a\x28\x55\x58\x34\x70\x6f\x2e\x7c\x2a\ \x33\x09\x43\x91\x78\xee\x7c\x18\xe2\xb6\xbb\x8f\x47\x6d\xf4\x86\ \xab\x75\x5c\x53\xf8\x24\xb5\x7b\xb7\xe1\x8a\x9b\x31\x74\xa2\xe6\ \x4f\x9a\x52\x7e\x40\x68\x81\x90\xdf\x49\xe7\xbd\x1f\x23\x70\xe4\ \x04\xb1\xbc\x80\x09\xa5\xf1\x7c\x87\x78\xdf\x40\x15\x7e\x36\xd2\ \x54\x89\x2c\x9a\x2c\x9c\x95\xbc\xbf\x7c\x11\x55\xc6\x2f\x01\x7e\ \xf0\xfc\x62\xa6\xcc\x34\x22\x01\x15\x26\xc8\x56\x41\x4f\x00\xaa\ \x9c\x43\xa5\xfe\x89\xfa\x6e\xfe\x32\x4a\x57\x69\x94\x24\x25\x68\ \x52\x58\x9c\x63\x62\x63\xa1\x81\xab\xd3\xa5\xa4\x60\x8f\xc4\x08\ \xf1\xdb\x91\x3e\xc4\xb6\x5d\x5d\x5c\xff\x79\xd1\xe1\x55\x5c\xa8\ \xa5\x7a\xd7\x62\xd2\x53\x05\x27\xd7\xec\xdd\x46\xcd\xbe\x97\x86\ \x65\x86\xd5\xb7\x7c\x63\xdc\x9a\x21\x41\x0b\xb8\x0e\x3c\x44\xef\ \x7f\x3c\x49\x4c\x0b\x4c\xa8\x2f\x30\x5e\x41\x88\x08\x6b\xfc\x2a\ \x18\x72\x5c\x01\x50\x51\xb0\xfd\xb7\x48\xfa\x5b\x2c\x33\x8c\x6c\ \xfa\xe3\xe2\xe8\x47\xbe\x31\x03\x0c\x12\x74\x06\x84\xe3\x16\x0f\ \xc0\x2f\x4e\x74\xf2\xb7\xf6\x81\x31\xbf\xc8\xa2\x0c\x1d\x5f\x9c\ \x96\xc9\x92\x4c\x5d\x42\x3d\xca\x41\x1a\x25\x99\x69\x19\xed\x5a\ \xbc\xd9\xb0\x0d\x04\x58\x70\xd5\xc1\x68\x93\x71\xcf\xf3\x0b\x13\ \x3c\xff\x08\x45\x66\x31\x3d\xb0\x7d\x4b\xc2\xb2\xf2\x20\xa6\xd3\ \x5b\x7b\xc7\x03\x63\x9e\x3f\xd1\x36\x10\x60\x4a\xf9\x01\xd1\xfa\ \x08\x74\x54\xd1\xfe\xc9\x2f\x21\x26\x81\xb4\x31\xc1\x2d\x82\xf1\ \xba\x47\x91\x9c\xc1\x48\x49\x96\xaf\xa6\x26\xf5\xb6\x9f\xa0\x90\ \xd2\x2e\xdf\x58\x84\x65\x5e\x1a\x41\x19\x82\x32\x94\x87\x83\x01\ \xf6\x20\x9c\xf4\x84\xd5\x87\x0c\x3b\xce\xda\xd8\xda\xd2\x37\xa6\ \x17\x28\xcb\xd0\xf1\xad\x39\xb9\x7c\xae\x24\x93\x5c\x9d\x3a\x5a\ \x77\xa4\xae\x00\x10\x08\x6f\xe3\xaf\x05\xe2\xae\x05\x87\xb9\x16\ \x5f\x4f\x48\x86\x46\x1f\xdc\xff\xf4\x39\xf6\xed\xec\x04\xa0\xa2\ \x3c\x83\x4d\x77\x27\xcf\x1c\x56\xa7\x68\xb1\x94\x5a\x59\xb6\x76\ \x23\xd6\x8a\xf5\xf8\x7d\x5e\xce\x86\xe7\x36\x76\xdb\x6d\xd4\xec\ \x7d\x89\x37\x5f\xfc\x15\x01\x9f\x97\xc2\x52\x2b\xea\x14\x6d\xd2\ \x7a\x00\xb4\x29\x12\xef\x54\x0f\x70\xe2\x94\x0b\x24\xa3\x85\x81\ \xdf\xfe\x96\x88\x73\xfd\x77\x66\x80\xd1\x49\x7f\x67\x0e\xfa\x99\ \xdf\x05\xb8\xee\x5b\x33\x51\x1b\x55\xd1\x0f\x3b\x5b\x0b\x29\x12\ \x0c\x84\xe0\x88\x3b\xf6\xd1\x1f\x3f\xd9\x81\x2b\x99\xbd\x8f\xa3\ \xcb\xf2\x52\xf9\xc2\xf4\x2c\x3e\x5d\x9c\x49\xb6\x56\x9d\x1c\xbc\ \x78\x70\x49\x0e\x76\x30\x09\xd8\x83\xef\x6f\xf2\xc2\x7d\xe7\xe0\ \x8e\x66\xa8\xfd\xaf\xa3\xe0\x14\xdf\xfc\x99\x47\x66\x53\x6c\x19\ \x1e\xb8\x08\xa5\x99\xf3\xb0\x56\xac\x67\xd9\xda\x8d\xe8\x4d\x19\ \x9c\xad\xab\xc1\xef\xf3\xe0\xf7\x79\xa8\x7b\x7f\xef\x98\x18\xa1\ \xbd\xcb\xc7\xae\xbd\xe1\x6e\x2b\x85\xf1\x18\xde\x77\x1b\x18\xc7\ \xe4\x4f\x63\xa5\x89\x9e\x2e\x5e\x81\x7e\xc1\x02\x00\xad\x49\x85\ \x36\x57\x8b\x3b\x14\x53\xcd\xb6\x20\xa4\x2a\xc5\x07\x77\xcb\x20\ \xc9\x82\x03\xbb\x3d\xc9\x7f\x93\x5e\x25\x71\x49\x6e\x2a\xd7\x4e\ \x4a\x27\x57\xa7\x42\x02\x5c\x32\x28\x93\xb4\x1e\xa2\xea\x7c\x98\ \x6b\x4a\x85\xf8\x7b\x49\xcd\x45\xf8\xda\xbb\x4e\xd8\xdc\x03\xbb\ \x22\x96\xe8\x9d\x2e\xe8\x14\xaa\xbf\xb8\x50\x9b\x54\xf5\x8f\x44\ \xe6\xfc\x62\xd6\xdc\xf1\x00\x97\xdd\xf2\x8d\x84\x79\x8d\x5d\x76\ \x1b\xdb\x9f\xdc\x44\xe5\x73\x8f\xb2\xe6\x8e\x07\x58\x7d\xcb\x9d\ \x43\x9e\xb5\xce\x8e\x1b\x9a\x1f\x0a\x2a\x11\x41\xba\x88\xf9\x9d\ \xb0\xde\xc1\x89\x67\x00\x95\xae\x18\x20\x7b\xba\x29\x0a\x72\xe4\ \x23\x47\x64\x3c\x55\x49\x94\x31\x24\xe0\x8a\xc2\x4c\x5e\x3f\x2b\ \xb8\x3d\x33\x45\xcd\xf4\x34\x1d\x65\x99\x06\x16\x66\x19\xa2\xce\ \x5b\xf4\xfe\xf3\x04\x7b\xa4\x6b\xaf\xf4\xc3\xcb\xfd\x82\x01\x12\ \xe8\x9d\xee\xe8\xee\x37\x3e\x3f\xca\xf0\xb0\x21\x14\x4b\x64\xd1\ \x1b\x53\x59\xf3\xf9\xef\x50\xfe\xb1\x4f\xb1\xfd\xc9\xef\x52\xf5\ \xca\xef\x00\xe1\x37\x3c\xff\xf0\x5d\x54\x6d\xdf\xc2\xad\x9b\x9e\ \x19\xde\x59\x94\x82\x51\x1f\x76\x9c\x2f\x31\x2a\x4d\x34\x03\x48\ \xa0\x2a\x02\xc8\x5b\x90\x8e\x2b\x14\xe7\x60\xc9\x50\xef\x11\x71\ \x80\x34\x25\xa4\x28\x60\x20\x28\xae\x5d\x32\x29\x93\x95\x93\x32\ \x87\x38\x64\xf1\xa0\x8f\x57\xea\xe3\xff\x6e\x32\xa9\x77\x85\xe0\ \x80\x13\x9e\xee\x86\xb6\xe1\x94\xea\x3b\xb1\x9e\xce\xf5\x57\x25\ \x4b\x02\x1d\x94\xad\x14\x4d\x66\x95\x63\xfb\x71\xd7\xcc\x39\x05\ \x6c\xfc\xce\xe3\xac\xde\xf0\x25\x9e\x7f\xf4\x3e\xea\xaa\xdf\x02\ \xc4\x84\xd7\x8f\x7c\x71\x15\x5f\xfe\xc9\xd6\x91\xa6\xe5\x8b\x8f\ \x91\x4d\x18\x4d\x34\x47\x85\x27\xd8\x15\xf6\xd4\x1d\x12\x1f\xda\ \x15\x12\xfb\xc7\xe2\xfa\x5e\xa6\xa5\x88\x73\xd1\x12\xb9\x5f\x1e\ \x74\x3e\x14\x57\xcf\x08\xd7\xdc\x72\x92\xfb\x93\x5c\x6b\xf2\xc2\ \x53\xdd\x70\xf3\x69\xf8\x5e\xdb\x08\xe0\x37\x3a\xa2\xb6\xbf\xb8\ \x50\x4b\xf1\x24\x8d\x48\x8b\x8b\xcc\x56\x9a\x30\xb5\xdd\x68\xc5\ \x1b\xdb\x0f\xf8\xb0\x94\xcc\xe4\x9e\x9f\x6d\x63\xe3\xb7\x7e\x86\ \xde\x98\x06\x10\x36\x0b\x0f\x46\xff\xbc\x6d\x20\xe9\x8b\x25\x73\ \xba\x3f\x14\x5d\x80\x25\x63\x82\x0a\x10\x51\xbe\xc1\x6a\xfb\xb0\ \x5b\x00\xa2\x97\xe0\x12\x23\xbc\x3e\x30\x8c\x3d\x26\x26\xbd\xca\ \xc1\xe7\x38\x3f\xf5\x7f\xd6\x2b\xb3\xab\x5f\x66\xaf\x03\x86\x08\ \x51\xb2\x21\x61\x47\x62\xad\x92\x8a\xa5\xa9\x02\x3c\x18\x24\xd9\ \x83\xa5\x9d\x11\xae\xc9\x43\x9e\x2f\xbf\xf2\x46\xca\x96\x5d\xce\ \x23\x77\xdd\x44\x4b\xc3\x31\xea\xde\xdf\x4b\xdd\xfb\x7b\x29\x5d\ \x54\xc1\xbe\xaa\xb8\x78\x88\xf7\x64\x3b\xb1\x56\xd7\x84\xd2\xc4\ \xfb\x00\x61\x8a\x68\x80\xc1\x6a\xf8\xd5\x01\xb8\x21\x5d\x44\x04\ \x17\xea\xc3\x01\xa1\x09\x06\x3b\x5e\xfd\x1f\x1c\x08\xb0\xdb\x16\ \xe4\x8c\x57\x8e\xae\x0e\x16\x7b\xd3\xc8\x7e\x1c\x03\x44\xf6\x4f\ \xc7\x86\xc4\x95\xcd\xd4\x86\x19\x60\x2c\x20\x8f\x76\x4f\xe2\x35\ \xbd\x4e\xcb\x86\x2f\x7d\x87\x87\xef\xfd\x24\x00\x6f\x6d\xdf\x42\ \xf1\xc2\x0a\xb6\xed\x0a\x9b\x9f\x90\xab\x0b\xcf\x9b\xe7\x88\x0d\ \x0e\xfd\x87\xd6\x00\xd1\x97\xeb\xad\x77\x08\x1f\x60\x90\x44\x6f\ \xb3\xc1\x55\xa9\x22\x20\xf4\x89\x4c\x78\xdb\x39\x36\x5b\x3f\x1e\ \xc7\x6e\xc0\x1f\xe2\x40\x9f\x87\x77\xfb\xfd\xb8\x23\x9e\x67\x14\ \x64\x45\x1c\x9b\x2a\x86\x67\x84\x8e\x58\x0e\xa0\x75\x86\x3a\x8e\ \x01\xc6\x0f\xf2\x68\xf7\x94\xce\x5d\x40\xf9\x15\xeb\xa9\x7a\x7d\ \x1b\xef\xec\xd8\xcc\x49\xe9\x73\x34\x9d\x0d\x9b\x80\x40\xc7\x51\ \x44\xb8\xdd\xcf\x04\xcc\x08\x32\x98\x26\xde\x04\x84\x7c\x67\x50\ \xc2\xc0\x29\x7b\x4c\x03\x10\x63\x04\xaf\x0c\xcf\xf6\xc2\x1d\x59\ \xc2\x14\x7c\x3b\x1f\x36\xb5\x92\x70\xef\xf9\x68\x04\x7f\x30\xc4\ \x29\xbb\x97\x83\xbd\x2e\xda\x3d\xe1\x3e\x13\xc5\x08\x12\x3e\x22\ \x23\x00\xc7\x62\x51\x49\x6b\xa9\x32\x09\x03\x0c\x55\xe9\xe3\x37\ \x09\xb1\x7b\xd6\xde\x72\x07\x55\xaf\x6f\x03\xe0\xe0\x9f\xbe\x07\ \x7c\x53\xd4\xef\x7c\xf9\x65\x44\x08\x78\xc2\x83\x40\x70\x21\x34\ \x40\xb0\xed\x10\xea\x5c\x3c\xed\x1e\x7a\x1a\x1c\x18\xa7\x1a\x13\ \xcc\x80\x52\x01\x7f\xea\x85\x39\x5a\x58\x6e\x14\xad\x82\x07\xf2\ \xe1\xdb\xad\x43\x7d\x86\xd1\xa4\xde\x1f\x08\x71\x66\xc0\x45\xe3\ \x80\x9b\x53\x03\x9e\xf1\xa9\xf8\xb1\x6a\x02\x20\x5d\x1f\x0c\x4f\ \x83\xf7\xe1\xa5\x7d\x38\xdf\xc0\x6c\xce\xa2\x74\xee\x42\xea\x8e\ \x7c\x40\xb1\x76\x3f\x1a\xbb\x03\x9f\xcf\x7d\x1c\xe7\xcb\x47\x11\ \x51\xc0\xc1\xab\x90\x4e\x08\x4d\x7c\x24\xd0\xf5\x5a\x1f\xa6\x4f\ \x7f\x15\x85\x94\x12\xf0\x86\xd0\x97\x67\x0f\x8d\xce\xc9\xf0\x8e\ \x13\x96\x18\xc1\xac\x82\x0c\x95\x70\x0a\xeb\x3c\x70\xce\x3f\x34\ \xac\x1b\x1f\xb1\x1b\xf0\x05\xa8\xef\x1d\xa0\xb6\xa3\x8f\xbd\xcd\ \x9d\x9c\xee\x77\xd2\xe7\xf6\x12\x5b\x91\x23\x14\xdb\x8f\x2c\xdd\ \x16\x0a\x0d\xbd\x16\xdd\x8f\xdc\x23\xf6\x75\x92\xcc\xcc\xd6\x00\ \x9d\xbb\xc5\x62\xd0\xd6\x19\x6a\xbe\x74\xa3\x36\x76\x4f\xfc\x36\ \xba\xfa\x47\x60\x98\x6b\xf1\xf7\x0c\xf7\x7c\x30\xfa\x7c\x56\x76\ \x2e\x55\x7b\x76\xa2\x54\xf8\x70\x87\x32\xe9\xec\x3d\xf6\x0b\x7c\ \xb5\x27\x10\x83\x45\x22\x73\x01\x4e\x28\x5d\x08\x1f\x20\x40\xc8\ \xb9\x0b\x65\xea\x4d\x7d\xaf\xb7\x91\xf6\xe9\x29\xa4\xe4\x6a\x87\ \x48\xb1\x27\x20\x42\xad\x3f\x29\x84\x45\x7a\xc8\x55\xc3\x8f\x0a\ \x45\x14\x6e\x4b\x0f\x74\xfa\xc5\x7d\x3e\x7f\x00\x9b\xd3\x4d\xaf\ \xcb\x4d\x8f\xd3\x8d\xcb\x37\xe8\x1b\x0c\x1e\x73\x30\xd6\x31\x08\ \x83\xa5\x3c\x45\xcd\xd2\xbc\x34\x16\x65\x19\xe9\xf0\x0f\x70\x24\ \x72\xde\xa8\x18\xde\x01\x1c\x22\xd1\x8c\x70\x6d\xf4\xe7\x4b\x67\ \xcd\xc1\x52\x3c\x95\x96\xa6\x53\x94\xe9\x7e\xeb\x3a\xec\x70\x7c\ \x80\x90\xfe\x48\x08\x78\x42\xed\x3f\x5c\x98\xe5\xe3\x25\x74\xe5\ \x3e\x54\xb9\x1b\x00\xdc\xa7\x1c\x68\x2e\xcf\x17\xe1\x5f\xaf\x17\ \x94\xaa\xa8\x44\xbb\x64\x78\xd9\x26\x40\xf6\x78\xbd\x34\xb9\x02\ \xec\xef\xb0\xa3\xf2\x38\xf9\xeb\xd9\x3e\xea\x3a\xba\x69\xec\xee\ \xa3\xc3\xee\x64\xc0\xe3\xc5\x1f\x9c\xf8\xac\xa8\xa9\xe9\x06\x2e\ \x2d\x34\x73\x55\x51\x36\xf9\x86\x14\x14\x92\x82\xde\x36\x0f\x87\ \x5e\x11\x7d\xff\xc5\x05\x0a\x36\x5e\xab\x1c\x87\x24\x8f\x74\xcf\ \xe8\xcf\xab\xd5\x6a\x6a\xde\x7b\x1b\xb5\xe4\x53\xfb\x02\x1c\xe8\ \x74\x71\x0a\x31\x54\xec\x82\xcc\x11\x70\x21\x96\x8e\x0d\xd1\x75\ \xe7\x3e\x0a\x76\xb6\x22\x69\x0a\xbc\x87\xfb\xe8\xdb\xda\x82\x7e\ \x9d\x85\x60\x08\x1c\xfd\x76\x7c\x1e\x37\x7e\xaf\x17\xbf\x4f\xe4\ \x37\x0c\x8d\x84\x5f\x58\xca\x33\xea\x28\x4a\x33\x30\xcb\x9c\x8a\ \x56\x25\xf2\x08\xe2\xfd\x8f\xae\x73\xb1\x3c\x33\xeb\x34\xc5\x05\ \x72\x00\x93\x3f\x5f\xbe\xfc\x52\x9e\xdf\xf2\x24\x2e\x97\x93\x99\ \xd9\xac\x3f\xdc\xc5\x1b\x30\x6a\xca\xc2\x79\xd3\x44\x32\x80\x04\ \x28\x3f\x3e\x93\x8b\x74\x1a\x6e\x6b\x0f\xfc\x07\xaf\x0d\x3c\x04\ \x80\xe3\xd7\xf5\x04\x0d\x2a\x34\xab\xf3\x91\x34\x29\xe8\x8d\x26\ \x11\x82\x94\x43\x04\x7d\x5e\x02\x5e\x2f\x7e\x9f\x8f\x60\xc0\x8f\ \xd7\x3d\xfc\x22\x49\xe7\x4b\x66\x83\x8e\x74\x5d\x0a\x39\x06\x1d\ \x79\x46\x1d\x5a\x95\x84\x84\x08\x59\x45\x5a\x1f\x4a\x19\x66\x69\ \xc5\x57\x3e\xde\x19\x0b\x59\xa6\x1b\x82\x42\x5d\x8d\x05\xc8\x71\ \x33\x49\xf2\xe7\xcb\x57\xac\xa4\xf2\xb5\xbf\x92\x9a\x42\x39\x22\ \xfb\x2a\x05\xa1\xad\x3f\xf2\x56\x80\x82\x30\xb0\xe1\x63\x99\xa1\ \x83\x15\x24\x40\xf5\xd9\x32\x6e\x53\x4b\x7c\x2d\x32\xb4\xac\x58\ \xfd\x1e\xc5\xde\xfd\x34\x79\xc5\xe8\x62\xf7\xa3\xc7\x09\xc8\xa0\ \x5c\x9d\x1f\x17\xb0\x91\x90\x34\x3a\x54\x29\x3a\x34\xc4\x7c\x04\ \x45\x28\x84\xdf\xe7\x65\xa9\x2e\x44\x8e\xec\xc5\xa2\x81\x9a\x7e\ \x2f\x36\xff\xc8\x26\x20\x5d\x2d\x61\x4d\x13\x53\x9a\xac\xcc\xd2\ \xa1\x56\x4a\x98\xb4\x29\xc4\xf9\xfd\xd1\xad\x42\x21\xba\xa7\x93\ \xd1\x80\x51\xcc\xce\x20\x7e\xf1\x48\x2d\x80\x0f\x27\xed\xc3\x3d\ \x5f\xbe\x6c\x19\x95\xaf\xfd\x15\xa5\x84\x61\x55\x31\x57\x86\x97\ \x85\x55\x73\x01\x66\x0a\x19\x89\x01\x14\x56\xab\x35\xab\xa0\xa0\ \xe0\x05\x85\x42\x31\xdf\xe3\xf1\xfc\xa6\xb2\xb2\xf2\x07\x08\x87\ \x24\x32\x5e\x4d\xf9\xd9\x32\x3e\xa7\x91\xb8\x3f\xb2\x9a\x68\x7c\ \x5e\xdc\xa6\xe9\x2b\xb8\xf6\xf6\xd3\xd1\x44\x4a\xff\x63\xc7\x09\ \x1c\xb6\xa1\xb8\x7d\x3a\x0a\xa3\x6a\x84\xa6\x9e\x84\x32\x45\xc7\ \x41\x19\x24\x0c\xcc\x55\xc2\xd5\xc5\x22\xa1\xa4\xdc\x30\x91\x3f\ \x7f\x0c\x14\x0a\x8a\x98\xff\x04\x83\x3c\xd2\xf3\x96\x82\x3c\xcc\ \x66\x33\x3d\x3d\x3d\x64\xe9\x59\x09\x6c\x43\xa4\xe3\x4d\xd8\x0c\ \xa1\x11\x1a\x89\x01\x94\x79\x79\x79\x4f\x4b\x92\x74\x09\x80\x4e\ \xa7\xbb\xa7\xa2\xa2\x42\xbf\x77\xef\xde\xef\x03\xf6\x1b\x67\x30\ \x27\x4d\xcf\x8f\x54\x92\x58\x5e\xc6\x52\x6a\x65\xf5\x27\xbf\x41\ \xf9\x9a\x8d\x09\x95\x3c\xf3\xb0\x96\x55\x1b\x3e\x88\x0e\xae\x90\ \x77\xb7\x21\x1f\xe9\x83\xaf\xcf\x26\x38\x37\x1d\xbf\x1c\x56\x33\ \x23\x84\x75\xdf\x77\x41\xb5\x2b\x76\x6e\xae\x4e\x64\xff\xce\xd5\ \xc2\x1c\x9d\xe8\x5e\x9e\xad\x15\xdb\x09\x27\x39\x28\x7c\x80\x09\ \x0e\xfc\x0c\xd7\x82\x90\xc3\xc7\x65\x65\xf3\xd9\xbd\x7b\x0f\x46\ \x0d\xf3\x11\x63\x33\x2e\x88\x19\x18\x8e\x01\x14\x15\x15\x15\x8b\ \x54\x2a\xd5\x9a\xf8\x93\x46\xa3\xf1\xcb\xcb\x97\x2f\x77\x17\xf4\ \xed\x77\x67\xe8\xb8\x1f\x12\x97\x70\x4f\x46\xd6\x39\x46\xf6\x3c\ \xbf\x90\xeb\x3f\x7f\x28\x36\x14\xab\xd3\x03\xdf\xf9\x00\x96\x64\ \xc3\xed\xd3\x91\x73\xb4\xd1\x38\x01\x88\x41\x8a\x51\xa6\x60\x68\ \x7c\xff\x7d\xa7\x60\x88\xed\x24\xef\x44\x2a\x37\xc4\x6c\x97\x22\ \x7c\xbe\x50\x03\x93\xd4\x31\xf5\xdf\xe0\x01\x67\x28\xf1\x1e\x05\ \xa2\xb3\xaa\xb2\x27\xee\x07\x84\xe2\x19\x20\x09\x80\xe3\x62\x04\ \x12\x40\x1e\xee\x18\x64\x96\x2e\xbe\x88\xdd\xbb\xf7\xa0\x56\x92\ \x63\xcd\x65\x5e\x4d\x07\x9d\x61\xbc\x86\x33\x03\x11\x53\x1d\x11\ \x83\xc8\xf8\x8e\x11\xed\xe6\x70\x0c\x20\xa5\xa4\xa4\xdc\x0a\xb0\ \x61\xc3\x06\x56\xaf\x5e\x4d\x55\x55\x15\xbf\x7d\xfa\xd7\x14\x07\ \x4f\x7c\xd1\xa0\xc3\x00\xb0\x6c\xf1\x7a\x56\x5d\x79\x2b\x93\x47\ \x49\x81\xb6\xce\x31\x52\xbd\x73\x11\xab\x6e\xae\xa1\xe6\x58\x5c\ \xd6\xc5\x3b\x5d\xa2\x5c\x96\x0f\x6b\x2d\x30\x45\x24\x0d\x46\x3e\ \x5b\x28\xfc\x33\x93\x31\xc4\x48\xd9\x3d\x7b\xed\x71\xe7\x07\x3f\ \x47\x1c\x43\x25\xb9\xa6\x54\x40\x4a\x49\xdc\x48\xc6\x50\x10\x02\ \x3e\x2e\x04\xc8\xf2\x90\xe3\xd8\xaf\x9f\x94\x97\x83\x39\x33\x83\ \x9e\xde\x3e\xf2\x4d\x5c\x5c\xd3\xc1\x7e\x62\x23\x86\x07\x33\x80\ \x74\xe5\x95\x57\xde\xae\xd1\x68\x9e\x04\xf0\x7a\xbd\xbf\x79\xfd\ \xf5\xd7\xbf\x85\x30\xd7\x23\x86\x90\x87\xcb\x07\x50\x2a\x95\xca\ \x35\xa5\xa5\xa5\xac\x5e\xbd\x1a\x80\xc5\x4a\x98\x69\x7f\x0f\x83\ \xbf\xc7\xa0\x37\xa5\xf3\xcd\x5f\xee\x21\xbd\xaa\x69\xc8\x00\xcc\ \x21\x24\x87\x20\xe8\x25\x5d\xef\xa7\x7a\x5b\x29\x9b\xbe\x9a\x24\ \xb1\x62\x77\x1b\xdc\x75\x10\xbe\x53\x2d\xf6\x07\x57\x41\x98\x9d\ \x65\xf0\xc9\xe0\x0d\x81\x27\xbe\x9f\x5f\x8e\xe5\x1c\x24\xcd\x23\ \x18\x47\x7e\x81\x2b\x04\x41\x43\xdc\x80\x93\x88\x09\x08\xf7\xe5\ \xc7\xf7\xf3\xcb\xd1\x32\xfc\x2a\x60\xf1\xc7\x72\x74\x8d\xc0\xf0\ \xb2\x31\xf1\xc7\x41\x3f\x72\xd0\x17\xb7\x8e\xa0\x9f\x69\x53\xa7\ \x00\x90\xa9\x63\x39\xa2\x35\xa0\x61\x68\xec\x46\xb1\x62\xc5\x8a\ \x69\x6a\xb5\x3a\xba\xce\x73\x4a\x4a\xca\xe7\x2b\x2a\x2a\xbe\x0b\ \xa4\x13\x33\x1d\x49\x29\x29\x03\x2c\x59\xb2\x64\xaa\x24\x49\x96\ \x08\xf8\xd2\xc0\x00\x47\x7f\xf6\x00\x36\x57\x0f\x96\x52\x2b\xdf\ \x7b\xb9\x91\xd6\xc7\xb7\xa0\x49\x4f\x47\x93\x3e\x4c\x9e\x9c\x1c\ \x12\x1f\xca\xef\x0e\x17\x17\x04\x5c\x3c\xf0\x25\x13\xd5\x7f\xca\ \xa5\x62\x91\x66\xe8\x33\x47\xfa\xe0\x67\xc7\xe1\x53\x6f\x88\x6d\ \x5c\x46\x4e\x42\xd5\x08\x86\x08\xca\x22\xef\x20\x9e\x21\x86\x80\ \x2d\x8f\x9e\x68\x32\x38\x99\xc4\x1b\xa7\x34\xe5\x50\x30\x01\xe8\ \x78\x80\x86\x07\x79\x18\xd0\xe3\x41\x8e\x1e\x0f\x57\xa7\x9f\x79\ \xb3\x4a\x01\x30\x68\x98\xcb\xf0\x0c\x20\x19\x8d\xc6\x07\x14\x0a\ \x45\x5a\xfc\x49\xa3\xd1\xf8\xe5\xa2\xa2\xa2\xf9\x88\x81\xbe\xc3\ \xce\x35\x90\x74\xd1\x28\x93\xc9\xb4\x40\xaf\xd7\x63\xb5\x8a\x1c\ \xb5\xd4\x07\x1e\xe0\x88\x43\x0c\x5a\xfc\xf2\xc3\x5b\xa9\x7b\xe4\ \x31\x7c\x36\x1b\xf9\xc9\xa4\x5f\x96\x41\x0e\xc4\x16\x77\x8c\x2e\ \xfb\x1a\x5b\xef\xd7\x3a\x35\xc8\x9e\x5f\xea\xd8\xfb\x9e\x82\x07\ \x7f\xe3\x63\x6f\xf5\x20\x8d\xe6\x0c\x08\x4d\xb0\xbb\x0d\x0c\x2a\ \x98\x9b\x01\x4b\xb2\xc4\x36\x27\x79\xdb\x4d\x46\x30\x04\x08\x7d\ \x97\xd4\x6c\x30\xb6\x2e\x67\x5f\xdc\xeb\xec\x3d\xa2\xe5\x3f\x6e\ \xf2\x8f\x5d\x7d\x47\x8e\xe3\xae\x89\xff\xf2\x18\x8f\x89\x9a\x8c\ \x92\xa2\xd8\x0c\x25\x65\x39\xcc\xad\xed\xa4\x9d\xd8\xa0\x1c\x19\ \x60\xee\xdc\xb9\x59\x92\x24\xad\x31\x18\x0c\xac\x5b\xb7\x0e\x87\ \xc3\xc1\xcb\x2f\xbf\x0c\x40\x49\x49\xc9\x37\x9a\x9b\x9b\xbf\x4e\ \x2c\x94\x3c\xa4\x33\x29\x29\x03\x48\x92\x54\x56\x58\x28\xfe\x78\ \xfa\x5d\x77\x01\xe0\x9f\x33\x87\x52\x4d\x0a\xfe\x93\x4d\xb4\x55\ \x56\x92\xb9\x70\x21\xc6\x84\x29\xd5\xe5\x58\x93\x29\xba\xa2\x88\ \x2f\xf1\x78\xd0\xb5\x8a\x79\x7e\x2a\x1e\xf1\xb3\xf7\x83\x20\x8f\ \xbd\x20\xb1\xed\x40\x12\xad\xe0\x0c\xc4\x7c\x05\x10\x0c\x30\x37\ \x03\xe6\xa6\x8f\xca\x10\xc9\xfc\x08\xc5\x20\xb0\x93\xf9\x06\x09\ \x19\xea\xb2\x8c\x1c\x10\x61\xf8\x91\x41\x1e\x0f\xe8\x8c\xc9\x4f\ \xd0\xaa\x25\x0a\xf2\x72\x68\x6d\xef\xa4\x20\x95\x85\xb5\x9d\xbc\ \x75\x05\x64\xbf\x1e\xb3\xeb\x8a\xbc\xbc\xbc\xeb\x25\x49\x4a\xbd\ \xff\xfe\xfb\x99\x37\x6f\x1e\x00\x25\x25\x25\x3c\xfa\xe8\xa3\xe8\ \x74\xba\x15\x88\xe1\x7c\x03\x0c\xd3\x9b\x98\x94\x01\x94\x4a\xe5\ \x8a\x39\x81\x00\xd9\x57\x5e\x89\xaf\xbc\x1c\xcf\xd5\x57\x93\x7f\ \xef\x4d\xd4\xe7\xa4\xf3\xe6\x2b\x9f\x66\xdd\x96\x2d\xbc\xb4\x71\ \x23\x45\xeb\xc3\xce\x5f\x64\x25\xb1\x61\x24\x7e\x34\x86\xa8\x98\ \xe3\xa7\x62\x96\x8f\xa6\x36\x99\x6d\x07\xd4\x6c\xae\x34\x51\xdb\ \x34\x4c\x94\xa6\xd3\x13\xd3\x0e\x20\x1c\xc7\x25\xd9\xa2\x4c\x19\ \x7e\x1a\x8a\x08\x43\x10\x6e\x6d\x8c\xd8\xfc\x9c\x1b\x33\x6b\xb2\ \x2c\x8b\xa9\x71\xc6\x0d\xf2\xd8\x40\x4f\xaa\x4d\xe2\xf6\x0b\x72\ \xb3\x68\x6d\xef\xc4\xa8\x66\xfa\xbd\x70\xb3\x0c\x47\x5f\x17\x03\ \x71\x65\x40\x52\xab\xd5\x6b\x97\x2e\x5d\x1a\x05\x1f\x60\xf5\xea\ \xd5\x54\x56\x56\x72\xf8\xf0\x61\xc3\x9c\x39\x73\x56\x1c\x3d\x7a\ \xf4\x25\xc4\x00\xde\x21\x2d\x88\x64\x0c\xa0\x54\x2a\x95\xcb\xac\ \x35\x35\xd8\xef\xbe\x9b\xa0\xc5\x42\xe6\xed\xb7\xb3\xfc\x3f\x7e\ \x81\xf6\xbe\x6f\xb3\xfa\x93\xeb\xd1\x9c\x3a\x85\xe3\xec\xd9\xa8\ \x83\x17\x03\x73\x38\x89\x1f\x8e\x21\x12\xaf\x15\x65\x04\xf8\xfa\ \xd5\x7e\xbe\x76\x65\x2b\x4d\xed\x12\x2f\x1d\x34\xb1\xef\xb8\x89\ \xed\x1f\x98\x87\x05\x96\x46\x87\x28\x7f\x6c\x14\xda\x60\x49\xb6\ \x68\x51\x0c\xa3\x19\xe2\x29\x62\x36\x92\x35\x3f\x63\x37\x85\xe2\ \xe6\x46\x9a\x40\x90\xc7\x68\x32\x4a\x2c\xf9\xbc\x57\x7b\x0c\x9d\ \x9a\x92\x42\x30\x1f\x87\x46\x44\x5c\x20\xb8\x78\xf1\xe2\x29\x4a\ \xa5\xf2\xda\xeb\xae\xbb\x6e\xc8\x6f\x5b\xbd\x7a\x35\x87\x0f\x1f\ \x26\x35\x35\xf5\x22\xe0\x35\x62\x81\xa4\x04\x2d\x30\x64\x9e\xc0\ \x55\xab\x56\xad\x07\x48\x7d\xea\x29\xe4\xda\x5a\x32\x6f\xbf\x1d\ \xe7\xef\x7f\x4f\xf0\xdc\x39\x96\x59\x8a\xc9\xec\xea\x12\x93\x29\ \x83\x00\xdf\xef\x4e\x04\x38\x01\xe8\xb1\x31\x44\x64\x39\x9a\xd8\ \x92\x34\x7e\x0a\xd3\x03\x7c\x65\x75\x2f\x5f\xae\x10\x6b\x13\xbd\ \x71\x3c\x95\x37\xeb\x32\x38\xd4\x92\xca\x91\x73\xe9\x9c\xe9\x4b\ \x12\x12\xec\xf4\xc0\xf6\x16\x51\xa6\x18\x45\xf3\x72\x49\xf6\x98\ \x98\x21\x0c\x47\xcc\x6c\x18\x54\xe0\x0c\x50\x7b\xc6\x20\x9c\xb9\ \x09\x07\x79\x6c\xda\x24\x3f\x5b\x68\xa3\x1c\x0f\xc5\xa9\x80\x53\ \x4c\x20\xad\x07\x7c\xa9\xa9\xa9\xeb\x73\x72\x72\x12\xa4\x3f\x42\ \x4b\xc3\x0b\x55\x18\x0c\x86\x32\x40\x4b\x6c\x60\xc9\x88\x0c\xa0\ \xd4\x68\x34\xd7\x4d\x4e\x4d\x25\xf7\x89\x27\x30\xfe\xe6\x37\xd8\ \x5f\x7e\x19\x69\xe1\x42\x1c\xaf\xbf\x8e\xfe\xcc\x19\x31\xa1\xb2\ \xd9\x4c\xa6\xd1\xc8\xab\xff\xf5\x4d\x96\x7d\x6f\x13\xa5\xf3\x2e\ \x1a\x1e\xe0\x51\x18\x22\x14\x5d\x56\x7d\x28\x13\xc4\xaf\x54\xb2\ \x6c\x4a\x2b\xe5\x93\xcf\x44\xaf\x35\xf7\x68\xd9\x7f\x2a\x8f\x03\ \x4d\x05\x1c\x68\x2c\xa0\xc5\x66\x4a\xfc\x25\x8d\x0e\x78\xaa\x5e\ \x94\xf3\x60\x06\xa6\x98\xe0\x48\x1f\xfd\x2e\x55\x82\x06\x18\x15\ \xe4\xc8\xf1\x04\xf9\x05\x79\xe6\x54\x54\x41\x98\xda\x04\xc6\xe2\ \x62\xd2\x9b\x9a\x8a\x11\x2d\x02\xb7\x46\xa3\xf9\xd2\x92\x25\x4b\ \x90\x65\x39\x92\x8d\x1f\x25\x83\xc1\x40\x49\x49\x09\x27\x4f\x9e\ \xcc\x8d\x63\x00\x25\x83\x92\x4a\xe2\x19\x40\x5a\xbd\x7a\xf5\xe5\ \x6a\xb5\xfa\x13\x9f\xd9\xbd\x1b\x75\x45\x05\x03\xfb\xf6\xa1\x9a\ \x36\x0d\x8d\x46\x43\xf6\xa2\x45\x54\xdb\x6c\xe4\x0d\x0c\xa0\x69\ \x6d\x65\x8e\x24\xf1\xf2\xa1\x23\x3c\x7c\xe7\x4d\x94\xce\x5f\xcc\ \xda\x4f\x7e\x89\xd2\x39\xf3\x47\x97\xf8\xf0\x36\x1e\xf4\x18\xd0\ \xfe\xd8\xa2\x54\x49\x98\x20\xfe\xfe\xc2\x54\x0f\x37\x2f\xb0\x71\ \xf3\x02\xb1\xb2\x77\x8b\xcd\xc4\xab\xc7\xa7\xb0\xf3\xc4\x14\x0e\ \x34\x0e\x9a\xc8\xea\x43\x32\x43\xfd\xa9\xd3\x20\xc3\xd4\xa2\x49\ \xa3\x82\x7c\xaa\x59\x2c\x9c\xa1\x4d\xd1\x50\x90\x93\xf9\x21\x4c\ \x46\x8c\xb1\x96\x3b\x33\x50\x17\xa4\x31\x7d\xe3\x46\x6a\x36\x6d\ \x2a\x00\x34\x4b\x96\x2c\xa9\x90\x24\xc9\xb2\x78\xf1\x62\x9c\x4e\ \x27\x1a\x8d\x06\x95\x4a\x85\x24\xc5\x5a\xf6\x06\x83\x01\xb5\x5a\ \x9d\x1d\xc6\x59\x49\x92\xa6\x60\x84\x01\xa4\xcb\x2e\xbb\xec\xa2\ \x94\x94\x94\x3f\x2d\x5b\xb6\x8c\x69\x9b\x36\xe1\x2e\x29\x41\xa3\ \xd1\x90\x92\x92\x82\x4a\xa5\x22\xbf\xa2\x82\x5d\x6a\x35\x3b\xfd\ \x7e\x96\x38\x1c\xd4\x23\x62\xef\x0e\x0f\x27\xea\x0e\x1d\x9c\xf9\ \xf0\xa1\x83\x98\x73\xf2\x59\xbb\xe1\x56\xca\x2f\x59\x35\xac\xc4\ \xcb\xa1\xd1\xa5\x3d\x0a\x74\x92\x6b\xb2\x9c\x3c\xb2\x69\x49\xb7\ \xf3\x85\xf2\x43\x5c\x94\xb1\x9d\x5d\x52\x33\x35\x5d\x0b\x38\xe2\ \xb8\xbc\xbb\x3b\x30\x4f\x8f\xa4\x8e\xcd\x0e\x14\xcf\x0c\x11\x9f\ \x21\xd2\xa2\x30\xc4\xc9\xc3\x14\x63\x74\x6c\xc0\x8f\x9e\x7a\x03\ \x93\x32\xd9\xcc\x83\xc3\xd3\xa2\xb9\xa5\xdc\x74\xcd\x25\xa3\x80\ \x3c\x0c\xe8\x71\x8c\x55\xfb\xeb\x77\xf0\xd6\xf7\x61\xfd\xcf\x7f\ \xc3\xe7\x74\x12\x8e\x5e\xa7\xa4\xa7\xa7\xdf\x03\x90\x9a\x9a\x8a\ \xcd\x66\x43\xa3\xd1\x24\x14\xa5\x52\xc9\xbc\x79\xf3\x38\x7c\xf8\ \x70\x04\xe7\xa4\x39\x05\xaa\x08\xf8\x3a\x9d\xee\xb5\xe5\xcb\x97\ \xa7\xde\x7e\xfb\xed\xa8\xe2\x2a\x52\xa9\xc4\x47\xd1\xa4\xa7\x73\ \x68\xce\x1c\x16\xd5\xd4\xb0\x33\xfc\x70\x28\x88\xeb\xdc\x51\x9e\ \x76\xe6\xa3\x9e\x91\xc5\x2d\x74\xb6\xcd\xdd\xfc\x8b\x1f\xb2\xfd\ \x4f\x4f\xb3\x6c\x45\x05\xe5\xcb\x96\x63\xce\x4c\x0b\x4b\xfc\x78\ \xa4\x7d\xd0\xb5\x50\x60\xc8\x9a\x05\x83\xa9\xfa\x44\x33\x7b\x0e\ \x1e\xc3\x66\x17\xa1\xe6\xb4\xe0\xae\x9d\x81\xce\x5d\xcf\xe2\xa1\ \x97\xb4\x7b\x97\xa2\x9d\xbb\x0c\x65\x5e\x39\x92\x3a\xe6\x3c\xc4\ \xfb\x0c\x20\x18\x62\x8a\x49\x80\xef\x8c\x45\x4f\x1d\xc1\xdc\x31\ \x33\x80\xdb\x4f\xb3\x4e\x4d\xd1\xd1\xfa\x26\xae\x5d\xb9\x10\x6d\ \x78\x2e\xc5\x61\x41\x4e\x38\x8e\x68\x07\x70\xf7\x38\x39\xf4\xd4\ \xbb\xf4\x9c\xe8\x22\xd3\x62\x61\xf6\xa2\x45\xd4\xbc\xf0\x02\x32\ \x48\x2b\x56\xac\xf8\x8a\x5a\xad\xbe\x18\xa0\xa3\xa3\x03\x93\xc9\ \x14\x15\xd6\x78\x26\xf0\xc7\x26\xc8\x8e\x76\x8d\x0c\x61\x00\xab\ \xd5\x6a\xd6\x6a\xb5\xbf\x99\x3c\x79\x72\xda\xed\xb7\xdf\x8e\x46\ \xa3\xe1\xc0\x81\x03\xbc\xff\xfe\xfb\xb8\xc3\xc9\x19\x53\xa6\x4c\ \x61\xf5\xea\xd5\x34\x17\x16\xd2\xd9\xd7\xf7\xfa\x92\xe6\xe6\x42\ \x17\x74\x6c\x85\xdf\x55\xc3\x29\xda\x70\xbe\xd7\xc6\xab\xd3\x32\ \x99\xb2\x30\x8f\x3b\xe8\xea\xbc\x72\xfb\xd6\xe7\xd9\xbe\xf5\x79\ \xac\x56\x2b\x4b\x97\x5c\xcc\xfc\x39\xb3\x63\x40\x47\x17\x9b\x1c\ \x83\x26\x18\x27\xf0\x0e\x1f\xc7\xdf\x6c\xe6\x67\x2d\x03\x34\x20\ \xda\xbf\x4e\xfa\x7f\xd2\x48\x3f\x7f\x01\xf4\xa4\xff\xfb\x95\xa4\ \xcc\xbc\x14\x65\xd6\x7c\x24\x5d\x4e\x42\x65\x9d\x1e\x51\x06\x45\ \x20\xdd\x01\x55\x37\x1a\xa2\x53\x84\x06\x43\xb8\xdc\x01\x9a\x00\ \x06\x3c\x1c\x71\x05\xe8\x68\xb3\xd3\x70\xbc\x9b\x3a\x80\xdb\x17\ \xf0\x17\x8f\xd7\x67\xd8\xb1\xe7\x20\x37\x5e\xbe\x78\x58\x90\x07\ \xb5\xc8\x00\xf0\xbb\xfc\x34\xbd\x5e\x4f\xd3\xeb\xf5\xf8\x5d\x7e\ \x66\xcf\x9e\xcd\x82\xcb\x2f\x87\x43\x87\x30\x7a\xbd\x94\xa8\xd5\ \x1b\x8e\xa6\xa7\x63\x30\x08\x3e\x6e\x68\x68\xa0\x24\xac\xad\x07\ \x17\x8f\x27\x9a\xd8\x32\x6c\x36\x91\x2a\x37\x37\xf7\x36\x49\x92\ \xe6\x5d\x75\xd5\x55\xb4\xb7\xb7\xf3\xeb\x5f\xff\x9a\xa9\x53\xa7\ \x32\x6d\xda\x34\xe6\xce\x9d\xcb\x91\x23\x47\xe8\xe8\xe8\xe0\xdb\ \xdf\xfe\x36\x00\xed\x93\x27\x6b\xef\x6d\x6e\xfe\x56\xf8\xe3\x46\ \xe6\xb5\x77\x02\xa1\x86\x5e\xba\x1a\x7a\x39\x56\x6a\xa6\x74\x66\ \x16\x37\x66\xeb\xb9\xa1\xa6\xa6\xc6\x50\x53\x53\x83\x4e\xa7\x63\ \xfe\x9c\x59\xcc\x9d\x55\xca\xdc\x19\x25\xa3\x6b\x82\x50\x30\xa6\ \x32\x07\x91\xcd\xee\xa2\xaa\xb6\x9e\xea\x13\x4d\xd1\xb5\xf6\x7c\ \x01\xba\x4f\xf6\xf2\x4c\x55\x0b\xbb\xc3\xef\x65\x0b\xbf\x9b\x9b\ \x70\xee\x02\x90\x82\xed\x87\xcf\x02\x5b\x01\x3d\xc6\x4f\xce\x43\ \xb7\x74\x15\x2a\xcb\x32\x94\xa9\x53\x86\xfb\x48\x7f\xeb\x58\xb3\ \x8b\xde\xf7\xb7\x92\x18\x51\x0b\x85\xb7\x01\x62\x73\x25\xf9\x00\ \x85\x3b\xc0\x6e\xa3\x86\xb5\xd5\xc7\x4e\x53\x9c\x6f\x66\xc1\xcc\ \xa2\xe1\xaa\x4e\xa0\x63\xcf\xd5\x72\x6e\x7f\x13\x7e\x97\x9f\x25\ \x26\x13\xd3\x66\x4d\x13\xa1\xf6\xba\x3a\x68\x6b\x63\x9a\xc9\xc4\ \x9b\x7e\x3f\x06\xd0\x31\x36\xab\x00\x00\x09\x48\x49\x44\x41\x54\ \x83\x81\x2f\x7c\xe1\x0b\x54\x56\x56\x72\xe6\xcc\x19\x32\x33\x33\ \x47\x63\x80\x61\x49\x45\x78\x9e\xc6\xfd\xfb\xf7\xd3\xd8\xd8\xc8\ \x7d\xf7\xdd\x87\xc9\x64\x42\x92\x24\x94\x4a\x25\xd3\xa7\x4f\x47\ \x92\x24\x6e\xbb\xed\x36\x9e\x7a\xea\x29\xfe\xf6\xb7\xbf\x2d\x32\ \x1a\x8d\x4a\x87\xc3\xd1\x8b\x98\x15\x6c\x80\x58\x82\x88\x0a\xb1\ \x44\x4c\x7f\x5d\x0f\xc7\x81\xc7\xae\x9a\xca\xc7\x33\xb4\x5c\x0a\ \xee\xf2\x77\xde\xfb\x80\x77\xde\xfb\x00\x9d\x36\x85\xa9\x45\x85\ \x4c\x99\x9c\xcf\xec\xa9\x16\xd2\x8d\xba\x04\x07\x2f\x19\xf0\x1e\ \xaf\x9f\xe3\x8d\xad\xd4\x9c\x68\x4a\x98\x9f\xd8\x17\xa0\xbb\xa9\ \x9f\x3f\xef\x6d\x62\x07\x22\xd8\x61\x43\x30\x40\xfc\x62\x0b\x21\ \x62\x9d\x83\x6a\x22\x73\x1d\x39\xfe\xd0\x89\xe3\x0f\x07\x00\x3d\ \xba\x2b\xa6\xa0\x5b\xbe\x04\xf5\xe4\x05\x28\x73\xe6\x25\x68\x07\ \x45\x9a\x2a\xfc\x5b\xfb\x10\x83\x34\x22\xcb\xb8\x05\xe3\x4a\x20\ \xbc\x95\xde\x3e\xcb\xb7\x2f\x2b\xa6\x42\x92\x30\x6d\xad\x7c\x97\ \xf6\x6e\x1b\xd7\xac\x28\x1b\x15\x0c\x7b\x8b\x0d\xbf\x4b\x30\x74\ \xa6\xc3\x81\xa6\xa1\x41\x2c\x7c\xf5\xff\xdb\x3b\xff\xd8\xa6\xae\ \x2b\x8e\x7f\xe2\xe7\x67\xc7\x8e\x0d\x14\x27\x40\x43\x5c\x12\x48\ \x18\x81\x09\x18\x03\xb1\xc0\x5a\x31\xe8\x36\x36\x05\x24\xa4\x0e\ \x4d\xd3\xe8\xf8\xa3\xda\xbf\x68\x45\x55\xab\xfe\x51\x6d\x52\x35\ \xa9\xea\xb4\x7f\x36\xc6\x34\x89\x7f\x86\x04\x12\x6d\x47\xd5\x02\ \x25\x02\x12\xa2\x15\xd6\x74\x40\x7e\x41\x42\xd2\xc4\x4e\xec\xd8\ \x71\x6c\x1c\xe7\xd9\xf5\x73\xfc\xeb\x79\x7f\xbc\xf7\xec\x97\x1f\ \x83\xd0\x14\xa9\xda\x38\xd2\xd5\x7b\x96\x9f\x9f\xae\xef\xf9\x9e\ \x73\xcf\x39\xf7\xde\x73\x1c\x0e\x58\xb2\x84\x49\x51\xc4\x51\x5b\ \xcb\xa9\x53\xa7\xa8\xa8\xa8\x20\x1c\x0e\xd3\xde\xde\x4e\x6d\x6d\ \xed\x1c\xe6\x5b\xad\x56\x24\x49\x7a\x34\x00\xf2\xf9\x7c\x42\x14\ \x45\x24\x49\xe2\xe8\xd1\xa3\x24\x93\x49\x52\xa9\x14\x82\x20\x14\ \x41\xa0\xdf\x1f\x39\x72\x84\x60\x30\x68\x0f\x87\xc3\xbb\x6e\xdf\ \xbe\x7d\x5f\x1b\x0c\x7d\x90\x0b\xcc\xcd\x1a\x16\x6f\x19\xe6\x6f\ \xc0\x99\x86\xe5\xd4\x37\xb8\x78\xb1\xca\xce\x8f\x99\x4e\xaf\xbd\ \x3b\x30\xcc\xdd\x81\x61\x3e\xbe\xa2\x5a\xcc\x75\xab\xab\x58\x55\ \xb9\x94\xba\xea\x2a\x56\x55\x2e\xa3\xdc\x2a\x16\x99\x7e\xdf\x13\ \x28\xd6\xd3\x35\x32\x7e\x54\xe2\x5c\xdb\x08\x97\x34\x66\x1b\xab\ \x6c\x18\x8b\x2d\xe8\x68\xd2\xd7\xc7\x33\xa8\x01\x11\x01\x15\xb0\ \x22\x60\x25\x75\x25\x42\xea\x4a\x0f\xaa\xcb\x64\xa3\x7c\x5f\x2d\ \xf6\x17\x76\x20\x54\xaf\xa5\x20\x7b\x35\x00\xe8\x69\xf0\xf4\xff\ \x5b\x0c\x1d\x18\x9a\xc9\x13\x23\xe7\x76\xf2\x8b\x7a\x17\x67\x05\ \x13\x8e\x7f\x75\x7f\x41\xe8\xc1\x14\x87\xf6\xed\x98\x93\x6f\xd9\ \x48\x8d\x3f\xdf\xc2\xa7\xbf\xbd\x0a\xc0\xb5\x42\x81\x4d\x5a\x29\ \xdc\x68\x22\x41\x26\x1c\x66\xd2\xe9\xe4\x27\x6d\x6d\x45\xf5\xbf\ \x73\xe7\x4e\xce\x9c\x39\x83\x24\x49\x58\xad\x56\x44\x51\x9c\x01\ \x82\x40\x20\xf0\x48\x00\x94\xad\x59\xb3\xa6\x76\xd3\xa6\x4d\x3d\ \x26\x93\xc9\xb9\x77\xef\x5e\xb6\x6f\xdf\x3e\x87\xf1\xc6\xab\xd7\ \xeb\xe5\xc4\x89\x13\xe1\xcb\x97\x2f\xef\x07\x02\xa8\x12\x37\x3b\ \x89\xa1\x71\x2f\xa1\x45\x1b\xd4\x72\xd4\x00\x46\x45\x95\x9d\x15\ \xdf\x59\xc9\xbe\xa5\x36\xb6\x2d\xb1\xf2\x3d\xc1\xc4\x82\x37\x7a\ \x49\xd3\xdc\x0a\x24\xb8\xf6\xa9\x8f\x76\xd4\xc3\x12\x71\xad\x7d\ \x49\x69\xfd\x7b\xa1\x79\x76\x8d\xfd\x34\x6b\xcd\x62\x68\xfa\x52\ \x6a\x1e\x15\x58\xfa\x94\xf2\x30\xc3\xa4\x0c\x15\x54\xce\xef\xd7\ \xf0\x7c\x43\x25\x27\xf5\x0c\xab\xe5\x56\x91\xa6\x2d\x0d\x34\x6d\ \x6e\x98\x51\x6f\xc9\x48\x13\x9d\x41\xfa\xce\x76\x93\x7a\x50\xda\ \x37\x21\x2e\x5d\x4a\xcd\xc1\x83\x6c\x7d\xeb\x2d\x9c\x75\x75\x98\ \x4c\xa6\xa2\xdf\x7f\xec\xd8\x31\x44\x51\x64\xfd\x7a\x75\xe5\xb0\ \xac\xac\x0c\x41\x10\xb0\x58\x2c\x5c\xbf\x7e\x9d\x89\x89\x09\x2e\ \x5c\xb8\xf0\x43\xc0\x83\x9a\xc9\x75\x46\x1a\x0c\x41\x92\xa4\x9c\ \xcb\xe5\x0a\xd9\xed\xf6\x66\xaf\xd7\x4b\x65\xa5\x6a\xeb\xc8\xb2\ \x4c\x2a\x95\x2a\x5e\xf5\x7b\x9b\xcd\x46\x5f\x5f\x5f\x85\xd5\x6a\ \x8d\x05\x83\xc1\xbb\x94\xf6\xa9\xcd\xd6\xdb\xba\x8a\xd4\xb3\x8e\ \xa6\xb5\x67\x65\x39\x4b\x6c\x78\x8a\x9e\xbe\x08\xad\x9d\x21\xce\ \xe4\xf3\x74\x28\x30\xae\x14\x90\xcc\x26\x1c\xb3\x01\x91\xca\x32\ \x1a\x48\xf0\xe1\x67\x63\xfc\xf9\xa6\x9f\x0f\x7c\x12\xbd\x94\x4a\ \xa9\x4f\x52\x2a\xb1\xa2\x33\x7f\x7e\xe3\x61\x7e\xd2\xfb\x99\xd5\ \x9a\xde\xcf\x94\xf6\x4e\x99\xd2\xe1\x8c\x85\x96\x70\x29\x00\x8a\ \x2f\xce\xc4\x03\x99\x4f\x9e\x75\xb0\xc1\x62\x66\x4d\x2e\xaf\x30\ \x12\x88\xf0\xef\x7b\x1e\x72\x79\x85\x67\x96\x54\xcc\x01\x82\xe3\ \x59\x27\x2b\xf7\x34\xf0\x57\x71\x1d\x99\xe6\x83\xfc\xfa\xe2\x45\ \x36\xbc\xfa\x2a\xab\x9b\x9b\x31\x2f\x59\x42\xa1\x50\x28\x36\x00\ \xb7\xdb\xcd\xf9\xf3\xe7\xa9\xae\xae\x46\x14\xd5\x77\x29\x8a\x42\ \x36\x9b\xe5\xce\x9d\x3b\x00\x0c\x0e\x0e\x9e\x46\x9d\xbe\x92\xcc\ \x0a\x04\x09\x00\x63\x63\x63\x9e\xea\xea\x6a\xa7\xc5\x62\xd9\xe1\ \xf1\x78\x70\x3a\x9d\x28\x8a\x32\x83\xf1\xc6\x7b\x80\x68\x34\xda\ \x30\x34\x34\x74\x4e\x1b\xac\x79\x97\x1a\x8d\x83\xa1\x7d\xaf\xa7\ \x93\x35\x0e\x70\x32\x94\xc4\x37\x34\xc9\xad\xbe\x08\xad\x5d\x21\ \xde\x1f\x95\x38\x9f\xc9\xd1\x19\x4b\xf3\x59\xfb\x08\x7f\xea\x08\ \x70\x6e\x38\xc6\xe7\x52\x1a\x1f\xa5\xba\x84\x31\x54\x89\x34\x1e\ \x9c\x7c\x1c\xc6\x3f\xaa\xaf\x3a\x20\x74\xe3\x2e\xcb\xc2\x8f\x67\ \x17\xdf\x13\x4f\x93\xec\x0d\xd3\x62\x37\xd3\x5f\x61\xe1\x39\x51\ \x60\xa5\x0e\x04\x7d\x6a\xc8\xe5\x15\x6c\x56\x4b\x11\x0c\xbf\xbf\ \x9e\x61\x5a\xca\xf0\x76\x4d\x0d\xb6\xf6\x76\x0a\x53\x53\x10\x0a\ \x91\xaf\xa9\x99\x01\x80\x42\xa1\x40\x55\x55\x15\x1e\x8f\x87\xee\ \xee\x6e\x6a\x6b\x6b\x8b\x1d\xc8\x66\xb3\x0c\x0d\x0d\x01\x30\x38\ \x38\xf8\x77\x4a\x35\x88\xe7\x00\xa0\x00\x14\x46\x46\x46\x3e\x77\ \xbb\xdd\xeb\x4d\x26\xd3\xb7\x02\x81\x00\x95\x95\x95\x98\xcd\x66\ \x72\xb9\x1c\xd9\x6c\x96\x4c\x26\x43\x3a\x9d\x66\x7a\x7a\x9a\x74\ \x3a\x4d\x20\x10\x70\xd8\xed\x76\x5f\x28\x14\x1a\x60\xe1\xbb\x55\ \xf5\x81\xd1\x2d\x67\x23\x18\x74\xbb\xe1\x4b\x39\x4b\x34\x90\xe0\ \x0b\x9f\x44\x5f\x2a\x47\x04\x95\xd9\x93\xda\x55\x42\x55\xf7\x32\ \xa5\x04\x95\x8b\x65\xfc\xa3\xfa\xab\x33\xfe\x71\x35\x4b\xf1\xbf\ \xfa\xe2\x8c\xf6\x4c\x70\xb1\x5c\xa4\xcf\x22\x20\x96\x9b\x59\x07\ \xf0\x60\x2a\xc1\x7d\x6f\x50\xf3\x6a\x46\x69\x0b\x2d\x63\x34\x61\ \xe1\x77\x8d\x8d\x54\x29\x0a\x65\x53\x53\x58\x2e\x5d\xc2\x7a\xf6\ \x2c\xb6\x37\xdf\xc4\xd4\xd3\x43\xde\x62\x21\x57\x5f\x5f\x04\xc1\ \xd6\xad\x5b\xe9\xe8\xe8\x60\x7c\x7c\x1c\x97\xcb\x85\x20\x08\x44\ \x22\x11\x82\xc1\x20\xd9\x6c\x36\x32\x3c\x3c\xfc\x3e\xea\xf8\xfd\ \x57\x00\x28\x80\xe2\xf5\x7a\x5b\xab\xaa\xaa\x0a\x16\x8b\xa5\x29\ \x18\x0c\xe2\x70\x38\x70\x38\xe6\x2e\xb1\xca\xb2\x8c\xdf\xef\xa7\ \x50\x28\x24\x7c\x3e\xdf\x3f\x29\xa9\xc7\xaf\x32\x40\xfa\x34\xa1\ \x4b\xda\x0c\xed\x40\x29\x73\xbc\xce\x74\x1d\x6c\x4f\x24\x63\xc6\ \xd7\x4c\x46\x10\x64\x80\x69\xbf\xc4\xc8\xbd\x08\xad\xfe\x38\x1f\ \x96\x9b\x09\x09\x65\x08\x56\xb3\x5a\x9b\x66\x52\x58\xc5\xb8\xf0\ \x1c\xdf\x75\xb9\xf8\x69\x45\x05\x99\xa6\x26\x72\xf5\xf5\x24\x8e\ \x1f\x27\xf9\xca\x2b\x4c\xef\xdf\x8f\xc9\xef\xc7\xf6\xce\x3b\x98\ \xaf\x5e\x25\xb3\x71\x23\x39\x4d\x50\x77\xef\xde\x4d\x7f\x7f\x3f\ \x5d\x5d\x5d\x38\x9d\x4e\x22\x91\x08\xb1\x58\x8c\x4c\x26\x33\xea\ \xf5\x7a\x3f\xa6\x34\x05\xcc\x10\x54\x61\x56\x47\xf3\x7e\xbf\xbf\ \xcb\x66\xb3\xf5\xdb\xed\xf6\x1f\x8c\x8f\x8f\x5b\xa2\xd1\x28\xa2\ \x28\x16\x81\x20\xcb\x32\x5d\x5d\x5d\xa4\xd5\x1a\xb7\x39\x8f\xc7\ \x73\x81\x52\x12\xc3\xc5\x1c\xde\x7b\x98\xfa\x7d\x5c\x15\xfc\x4d\ \xa3\xd9\x5a\x2f\x95\xcc\x32\x35\x1c\xa3\xf7\x6e\x98\x96\xdb\xe3\ \x9c\x36\x97\xd1\x2f\xd4\xbd\xf0\x23\x80\x03\x6e\x37\xb5\x65\x65\ \x88\xf7\xee\x61\x3f\x7d\x9a\x65\x6f\xbc\x81\x30\x36\x46\x76\xdb\ \x36\xe4\xc3\x87\x91\x5f\x7e\x19\x4b\x5b\x1b\xf6\x77\xdf\x65\x7a\ \xcf\x1e\xf2\x1a\x08\x9a\x9a\x9a\x58\xb7\x6e\x1d\x9d\x9d\x9d\x0c\ \x0e\x0e\x02\x10\x8f\xc7\xaf\x8f\x8d\x8d\xdd\x64\xa6\x0b\x5b\x24\ \xe3\x62\x50\x0e\x55\xf2\x0a\xdd\xdd\xdd\x17\x7c\x3e\xdf\xdd\xcd\ \x9b\x37\xff\x06\xf8\x59\x34\x6a\xdc\x27\x5d\x22\x49\x92\x3a\x0c\ \x1f\xbf\xee\xb3\x6b\x8f\xab\x72\xbf\xe9\x54\xa0\x14\x2b\xd0\x5d\ \xe5\x04\xaa\xa7\x61\xed\x08\x12\x6b\xde\xc6\x1f\x00\x9c\x07\x0e\ \x90\xd0\xac\x7a\x00\xc1\xef\xc7\xfe\xde\x7b\xb8\x5e\x7a\x89\xd4\ \xe1\xc3\x8c\xbf\xfe\x3a\x1f\x1d\x3a\xc4\x88\x24\x91\x3f\x79\x92\ \xea\x5d\xbb\xd8\xb0\x61\x03\x8d\x8d\x8d\xac\x5e\xbd\x1a\x97\xab\ \xb4\x7f\x22\x1e\x8f\x0f\x51\xb2\xd3\xe6\x08\xe8\x7c\x4c\xd3\x5d\ \xb7\x0a\x60\xa9\xdb\xed\xde\x58\x57\x57\xf7\x2b\xbb\xdd\xfe\xbc\ \xd9\x6c\x5e\x01\x90\xcf\xe7\xe5\x78\x3c\xde\x7a\xe3\xc6\x8d\x3f\ \xa2\x96\xec\x99\xe0\x09\x57\xb6\xf8\x1f\x25\x3d\xf7\x9f\x19\x70\ \x36\x37\x37\x87\x01\x8e\x1f\x3f\x5e\x74\xeb\x8c\x94\x19\x1c\xe4\ \xc6\x6b\xaf\xf1\xd1\xda\xb5\x45\x63\xfc\x61\x94\xcd\x66\x23\x2d\ \x2d\x2d\xbf\x04\xfc\xa8\x7c\x4a\xf0\x88\xfd\x00\x68\x0f\xe8\xee\ \x54\xc6\xef\xf7\xdf\xf2\xfb\xfd\x03\xa8\x65\x7f\xec\xa8\x3e\x2e\ \xda\x33\x7a\x38\x78\xb1\xea\xff\xff\x95\x74\x03\x33\x87\x81\x17\ \x37\x6f\xde\x9c\x01\x00\x59\x96\x69\x6d\x6d\xe5\xda\xb5\x6b\xc8\ \xab\x56\x91\x4f\x24\x64\x49\x92\xda\x03\x81\xc0\xd5\xd1\xd1\xd1\ \x81\xba\xba\xba\x35\x2b\x56\xac\xd8\xe2\x74\x3a\x77\x95\x97\x97\ \x7f\x1b\x40\x51\x94\xe4\xc0\xc0\xc0\xdb\x94\x8c\xe6\x79\xcb\xcf\ \x3d\x4c\x6d\xeb\x41\x12\x35\x52\xa6\x36\x8b\xa1\xa3\x39\x34\xbf\ \x5e\x7b\xf9\x53\xe9\x5f\x1c\x55\x34\x37\x37\x17\xcb\x91\xb8\x5c\ \xae\xa2\x2a\xd7\xe7\xf3\x7c\x3e\x2f\xc7\x62\xb1\x4f\x7a\x7b\x7b\ \x3f\x48\x26\x93\x13\x94\x0c\xe3\x1c\xfa\x5a\x87\x1a\x70\xb3\xa0\ \x4e\x39\x32\xaa\xf5\xaf\x97\x5d\x9a\x93\x61\xe4\x61\x67\x03\xf5\ \x00\x89\xa2\xfd\x30\x45\x49\x65\xc1\x4c\xf4\x3e\x95\xfe\xc5\x53\ \x41\x51\x94\x31\x93\xc9\x54\x03\x10\x8d\x46\xd1\x6d\x2f\x8d\xf1\ \x97\x7a\x7b\x7b\xff\x91\x4c\x26\x43\x94\xa2\x9f\x7a\xee\x20\x85\ \x52\x04\x52\xa4\xc4\x57\xdd\xd6\x98\x63\xfc\xe9\xb4\x90\xfc\x00\ \xc6\x45\x8f\xa7\xf4\xe4\x28\x1f\x89\x44\x8e\x2e\x5f\xbe\xfc\x2f\ \xa2\x28\xae\x07\x48\xa7\xd3\xa3\xb1\x58\xac\xad\xbf\xbf\xff\xb2\ \x26\xf1\xfa\x9a\x87\x2e\xf9\xba\xe6\xd5\x01\x50\x3c\x0d\xa7\xbd\ \xd3\x28\xa0\xf3\x1a\xd4\x4f\x24\xeb\xc4\x53\xfa\x4a\x64\x46\x35\ \xbc\x5d\xc0\x33\xda\xbd\x09\x95\xc9\x32\x33\x63\x21\x7a\xe4\x73\ \xd1\x42\xf9\x1f\xc8\xb8\x49\xd0\xe1\x99\xfc\x49\x00\x00\x00\x00\ \x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x20\xa5\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\ \x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\ \x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\ \x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x22\x0a\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\x22\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x32\x36\x31\x39\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\ \x34\x36\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x64\x6f\x63\x6e\x61\x6d\x65\x3d\x22\x6d\x71\x64\x69\x66\x66\x5f\ \x78\x2e\x73\x76\x67\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\x65\x6e\x73\ \x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x31\x2e\x30\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x32\x36\ \x32\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\ \x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x38\x30\x33\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\ \x38\x30\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x38\x30\ \x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\ \x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x38\x30\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x32\x36\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\ \x2e\x32\x36\x30\x37\x32\x34\x2c\x30\x2c\x30\x2c\x31\x2e\x32\x36\ \x38\x31\x30\x32\x2c\x35\x30\x2e\x33\x36\x36\x37\x38\x36\x2c\x2d\ \x33\x2e\x39\x30\x36\x32\x30\x30\x33\x29\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\x37\x37\x32\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x37\x2e\x37\ \x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\x32\x35\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x33\x30\x37\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\ \x66\x35\x32\x35\x32\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x33\x30\x39\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x62\x63\x30\ \x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x33\x31\x31\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x32\ \x36\x36\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\x2c\ \x30\x2c\x31\x2e\x32\x32\x32\x30\x37\x35\x2c\x30\x2c\x37\x2e\x35\ \x37\x34\x37\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\ \x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x34\ \x2e\x31\x35\x36\x36\x38\x30\x36\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\ \x65\x63\x74\x69\x76\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\ \x70\x5f\x78\x3d\x22\x30\x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\ \x30\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x79\x3d\x22\x30\x20\ \x3a\x20\x31\x30\x30\x30\x20\x3a\x20\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x7a\ \x3d\x22\x37\x34\x34\x2e\x30\x39\x34\x34\x38\x20\x3a\x20\x35\x32\ \x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\ \x73\x70\x33\x64\x2d\x6f\x72\x69\x67\x69\x6e\x3d\x22\x33\x37\x32\ \x2e\x30\x34\x37\x32\x34\x20\x3a\x20\x33\x35\x30\x2e\x37\x38\x37\ \x33\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\x32\x36\ \x32\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x64\x65\x66\x73\x3e\ \x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\ \x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x70\x61\x67\x65\x63\ \x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\x22\x0a\x20\ \x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x62\ \x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x31\x2e\ \x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\ \x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\ \x6f\x6d\x3d\x22\x39\x2e\x37\x30\x32\x37\x31\x30\x37\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x78\x3d\ \x22\x31\x38\x2e\x37\x38\x32\x33\x37\x32\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x33\ \x2e\x39\x38\x36\x30\x39\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\ \x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\ \x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\ \x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\ \x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\x68\ \x3d\x22\x38\x32\x33\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\ \x68\x74\x3d\x22\x36\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\ \x22\x31\x39\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\x22\x34\x34\x22\ \x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x75\x69\x64\x65\x73\ \x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x67\x75\x69\x64\x65\x2d\x62\x62\x6f\x78\ \x3d\x22\x74\x72\x75\x65\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x6d\x65\ \x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6d\x65\x74\x61\x64\x61\x74\x61\x32\x36\x32\x34\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\ \x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\ \x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\ \x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x43\x61\x6c\ \x71\x75\x65\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\x22\ \x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\x61\x74\ \x65\x28\x2d\x33\x35\x30\x2e\x37\x36\x35\x33\x31\x2c\x2d\x34\x33\ \x33\x2e\x34\x33\x33\x36\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x3c\ \x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x34\x39\ \x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x36\x2e\x39\ \x33\x36\x39\x30\x33\x32\x65\x2d\x32\x2c\x30\x2c\x30\x2c\x36\x2e\ \x39\x33\x36\x39\x30\x33\x32\x65\x2d\x32\x2c\x33\x35\x33\x2e\x30\ \x35\x35\x39\x39\x2c\x34\x32\x35\x2e\x34\x32\x38\x36\x33\x29\x22\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\ \x34\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x32\x32\x35\x2e\x37\x31\x34\x32\x39\x2c\x36\x37\x32\ \x2e\x33\x36\x32\x31\x38\x20\x4c\x20\x31\x38\x30\x2c\x38\x30\x36\ \x2e\x36\x34\x37\x39\x20\x4c\x20\x34\x33\x34\x2e\x32\x38\x35\x37\ \x31\x2c\x37\x39\x38\x2e\x30\x37\x36\x34\x37\x20\x4c\x20\x33\x38\ \x32\x2e\x38\x35\x37\x31\x34\x2c\x36\x37\x32\x2e\x33\x36\x32\x31\ \x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x61\x30\x35\x61\x32\x63\x3b\ \x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x70\x78\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\ \x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\ \x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x73\x63\x73\ \x63\x63\x63\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x35\x37\x33\x2e\x37\x31\x34\x32\x38\x2c\x36\ \x36\x39\x2e\x35\x30\x35\x30\x34\x20\x4c\x20\x34\x37\x33\x2e\x37\ \x31\x34\x32\x38\x2c\x34\x38\x33\x2e\x37\x39\x30\x37\x35\x20\x43\ \x20\x34\x37\x33\x2e\x37\x31\x34\x32\x38\x2c\x34\x38\x33\x2e\x37\ \x39\x30\x37\x35\x20\x34\x30\x35\x2e\x31\x34\x32\x38\x34\x2c\x33\ \x37\x35\x2e\x32\x31\x39\x33\x33\x20\x34\x30\x35\x2e\x31\x34\x32\ \x38\x34\x2c\x33\x37\x35\x2e\x32\x31\x39\x33\x33\x20\x4c\x20\x35\ \x34\x35\x2e\x31\x34\x32\x38\x35\x2c\x34\x30\x30\x2e\x39\x33\x33\ \x36\x31\x20\x43\x20\x35\x34\x35\x2e\x31\x34\x32\x38\x35\x2c\x34\ \x30\x30\x2e\x39\x33\x33\x36\x31\x20\x35\x31\x30\x2e\x38\x35\x37\ \x31\x33\x2c\x33\x37\x32\x2e\x33\x36\x32\x31\x39\x20\x34\x32\x32\ \x2e\x32\x38\x35\x37\x2c\x32\x38\x30\x2e\x39\x33\x33\x36\x31\x20\ \x43\x20\x33\x33\x33\x2e\x37\x31\x34\x32\x38\x2c\x31\x38\x39\x2e\ \x35\x30\x35\x30\x34\x20\x33\x31\x33\x2e\x37\x31\x34\x32\x38\x2c\ \x31\x32\x33\x2e\x37\x39\x30\x37\x36\x20\x33\x31\x34\x2c\x31\x32\ \x35\x2e\x32\x31\x39\x33\x33\x20\x43\x20\x33\x31\x34\x2e\x32\x38\ \x35\x37\x31\x2c\x31\x32\x36\x2e\x36\x34\x37\x39\x20\x32\x39\x34\ \x2e\x32\x38\x35\x37\x31\x2c\x31\x39\x32\x2e\x33\x36\x32\x31\x38\ \x20\x32\x30\x35\x2e\x37\x31\x34\x32\x39\x2c\x32\x38\x33\x2e\x37\ \x39\x30\x37\x35\x20\x43\x20\x31\x31\x37\x2e\x31\x34\x32\x38\x36\ \x2c\x33\x37\x35\x2e\x32\x31\x39\x33\x33\x20\x38\x32\x2e\x38\x35\ \x37\x31\x34\x33\x2c\x34\x30\x33\x2e\x37\x39\x30\x37\x35\x20\x38\ \x32\x2e\x38\x35\x37\x31\x34\x33\x2c\x34\x30\x33\x2e\x37\x39\x30\ \x37\x35\x20\x4c\x20\x32\x33\x31\x2e\x34\x32\x38\x35\x38\x2c\x33\ \x38\x30\x2e\x39\x33\x33\x36\x31\x20\x4c\x20\x31\x35\x34\x2e\x32\ \x38\x35\x37\x31\x2c\x35\x30\x30\x2e\x39\x33\x33\x36\x31\x20\x4c\ \x20\x35\x34\x2e\x32\x38\x35\x37\x31\x34\x2c\x36\x37\x32\x2e\x33\ \x36\x32\x31\x38\x20\x4c\x20\x35\x37\x33\x2e\x37\x31\x34\x32\x38\ \x2c\x36\x36\x39\x2e\x35\x30\x35\x30\x34\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x23\x34\x34\x61\x61\x30\x30\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x23\x33\x33\x38\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x32\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\ \x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x32\x36\x32\x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x30\x2e\x37\x36\x37\x38\x35\x37\x31\x2c\x30\x2c\x30\ \x2c\x30\x2e\x37\x36\x37\x38\x35\x37\x31\x2c\x33\x37\x2e\x38\x30\ \x36\x31\x32\x32\x2c\x39\x35\x2e\x37\x32\x36\x39\x33\x35\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\ \x36\x32\x2e\x38\x35\x37\x31\x34\x2c\x34\x39\x32\x2e\x33\x36\x32\ \x31\x38\x20\x41\x20\x37\x38\x2e\x35\x37\x31\x34\x32\x36\x2c\x38\ \x30\x20\x30\x20\x31\x20\x31\x20\x35\x2e\x37\x31\x34\x32\x38\x36\ \x38\x2c\x34\x39\x32\x2e\x33\x36\x32\x31\x38\x20\x41\x20\x37\x38\ \x2e\x35\x37\x31\x34\x32\x36\x2c\x38\x30\x20\x30\x20\x31\x20\x31\ \x20\x31\x36\x32\x2e\x38\x35\x37\x31\x34\x2c\x34\x39\x32\x2e\x33\ \x36\x32\x31\x38\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x72\x78\x3d\x22\x37\x38\x2e\x35\x37\x31\x34\x32\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x34\x39\x32\x2e\x33\x36\x32\ \x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x38\x34\x2e\x32\x38\x35\ \x37\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x33\x34\x30\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x66\x66\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x37\x32\x34\x31\ \x33\x37\x39\x2c\x30\x2c\x30\x2c\x30\x2e\x37\x32\x34\x31\x33\x37\ \x39\x2c\x38\x31\x2e\x39\x37\x30\x34\x34\x37\x2c\x37\x32\x2e\x37\ \x36\x39\x38\x36\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x64\x3d\x22\x4d\x20\x34\x36\x32\x2e\x38\x35\x37\x31\x34\x2c\ \x33\x34\x36\x2e\x36\x34\x37\x38\x39\x20\x41\x20\x38\x32\x2e\x38\ \x35\x37\x31\x34\x2c\x38\x32\x2e\x38\x35\x37\x31\x34\x20\x30\x20\ \x31\x20\x31\x20\x32\x39\x37\x2e\x31\x34\x32\x38\x36\x2c\x33\x34\ \x36\x2e\x36\x34\x37\x38\x39\x20\x41\x20\x38\x32\x2e\x38\x35\x37\ \x31\x34\x2c\x38\x32\x2e\x38\x35\x37\x31\x34\x20\x30\x20\x31\x20\ \x31\x20\x34\x36\x32\x2e\x38\x35\x37\x31\x34\x2c\x33\x34\x36\x2e\ \x36\x34\x37\x38\x39\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\ \x32\x2e\x38\x35\x37\x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x38\ \x32\x2e\x38\x35\x37\x31\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\ \x34\x36\x2e\x36\x34\x37\x38\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\ \x33\x38\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x33\x34\x30\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\ \x66\x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\ \x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x30\x2e\x39\x30\x33\x38\ \x34\x36\x32\x2c\x30\x2c\x30\x2c\x30\x2e\x38\x32\x36\x39\x32\x33\ \x31\x2c\x2d\x34\x38\x2e\x34\x36\x31\x35\x33\x39\x2c\x39\x36\x2e\ \x33\x37\x30\x33\x38\x31\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x35\x36\x35\x2e\x37\x31\x34\x32\x37\ \x2c\x35\x39\x38\x2e\x30\x37\x36\x34\x38\x20\x41\x20\x37\x34\x2e\ \x32\x38\x35\x37\x31\x33\x2c\x37\x34\x2e\x32\x38\x35\x37\x31\x33\ \x20\x30\x20\x31\x20\x31\x20\x34\x31\x37\x2e\x31\x34\x32\x38\x35\ \x2c\x35\x39\x38\x2e\x30\x37\x36\x34\x38\x20\x41\x20\x37\x34\x2e\ \x32\x38\x35\x37\x31\x33\x2c\x37\x34\x2e\x32\x38\x35\x37\x31\x33\ \x20\x30\x20\x31\x20\x31\x20\x35\x36\x35\x2e\x37\x31\x34\x32\x37\ \x2c\x35\x39\x38\x2e\x30\x37\x36\x34\x38\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x72\x79\x3d\x22\x37\x34\x2e\x32\x38\x35\x37\x31\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x72\x78\x3d\x22\x37\x34\x2e\x32\x38\x35\x37\x31\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x63\x79\x3d\x22\x35\x39\x38\x2e\x30\x37\x36\x34\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x63\x78\x3d\x22\x34\x39\x31\x2e\x34\x32\x38\x35\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x33\x34\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x66\x66\x66\x66\x30\x30\x3b\ \x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x32\x36\x36\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x33\x39\x33\ \x31\x33\x33\x2c\x30\x2c\x30\x2c\x31\x2e\x33\x30\x33\x33\x36\x39\ \x39\x2c\x32\x37\x34\x2e\x35\x33\x30\x33\x39\x2c\x34\x34\x32\x2e\ \x35\x33\x33\x39\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\ \x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\ \x32\x2e\x37\x35\x32\x32\x38\x37\x2c\x30\x2c\x30\x2c\x2d\x33\x2e\ \x30\x30\x33\x39\x37\x38\x2c\x2d\x31\x35\x2e\x36\x32\x36\x31\x31\ \x33\x2c\x2d\x37\x35\x2e\x39\x33\x35\x38\x31\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x2d\x33\x34\x2c\ \x2d\x32\x37\x20\x4c\x20\x2d\x33\x37\x2e\x39\x38\x32\x37\x39\x31\ \x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x35\x20\x4c\x20\x2d\x33\ \x30\x2e\x30\x31\x37\x32\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\ \x39\x36\x20\x4c\x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x72\x61\x6e\x64\x6f\x6d\x69\x7a\x65\x64\x3d\x22\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x72\x6f\x75\x6e\x64\x65\x64\x3d\x22\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x66\x6c\x61\x74\x73\x69\x64\x65\x64\x3d\x22\x74\x72\x75\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x61\x72\x67\x32\x3d\x22\x32\x2e\x36\x31\x37\x39\ \x39\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x31\x3d\x22\x31\x2e\x35\ \x37\x30\x37\x39\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x32\x3d\x22\x32\x2e\ \x32\x39\x39\x34\x36\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x31\x3d\x22\x34\ \x2e\x35\x39\x38\x39\x33\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\ \x2d\x33\x31\x2e\x35\x39\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\ \x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x73\x69\x64\x65\x73\x3d\x22\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x31\x37\x33\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x75\x72\ \x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x36\x36\x39\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\ \x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x30\x2e\x33\x34\x37\x37\x38\x30\x31\x34\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\ \x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x73\x74\x61\x72\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x32\x2e\x31\ \x31\x30\x32\x38\x38\x2c\x30\x2c\x30\x2c\x2d\x32\x2e\x34\x38\x30\ \x34\x39\x39\x2c\x36\x2e\x32\x30\x31\x38\x33\x37\x2c\x2d\x35\x39\ \x2e\x34\x35\x31\x30\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\x4c\ \x20\x2d\x33\x37\x2e\x39\x38\x32\x37\x39\x31\x2c\x2d\x33\x33\x2e\ \x38\x39\x38\x33\x39\x35\x20\x4c\x20\x2d\x33\x30\x2e\x30\x31\x37\ \x32\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x36\x20\x4c\x20\ \x2d\x33\x34\x2c\x2d\x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x61\x6e\ \x64\x6f\x6d\x69\x7a\x65\x64\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x6f\ \x75\x6e\x64\x65\x64\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x66\x6c\x61\x74\ \x73\x69\x64\x65\x64\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x61\ \x72\x67\x32\x3d\x22\x32\x2e\x36\x31\x37\x39\x39\x33\x39\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x61\x72\x67\x31\x3d\x22\x31\x2e\x35\x37\x30\x37\x39\x36\ \x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x72\x32\x3d\x22\x32\x2e\x32\x39\x39\x34\x36\ \x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x31\x3d\x22\x34\x2e\x35\x39\x38\x39\ \x33\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x2d\x33\x31\x2e\x35\ \x39\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x2d\x33\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x73\x69\x64\x65\x73\x3d\x22\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x33\ \x30\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\x66\x66\x66\x66\x66\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x39\x30\x30\x30\x30\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x34\x33\ \x37\x30\x37\x38\x34\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\ \x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x74\x79\x70\x65\x3d\x22\x73\x74\x61\x72\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x37\x39\x38\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x37\x37\x2e\x39\x34\x35\x31\x33\x33\x2c\x35\x2e\x31\x36\x38\x36\ \x35\x37\x37\x20\x4c\x20\x37\x33\x2e\x31\x37\x38\x30\x31\x38\x2c\ \x31\x34\x2e\x32\x30\x33\x38\x38\x37\x20\x43\x20\x37\x34\x2e\x36\ \x30\x33\x36\x34\x32\x2c\x31\x34\x2e\x38\x31\x39\x34\x30\x36\x20\ \x37\x36\x2e\x32\x32\x31\x39\x38\x35\x2c\x31\x35\x2e\x31\x35\x34\ \x39\x36\x34\x20\x37\x37\x2e\x39\x34\x35\x31\x33\x33\x2c\x31\x35\ \x2e\x31\x35\x34\x39\x36\x34\x20\x43\x20\x37\x39\x2e\x36\x36\x38\ \x32\x38\x31\x2c\x31\x35\x2e\x31\x35\x34\x39\x36\x34\x20\x38\x31\ \x2e\x32\x38\x36\x36\x32\x33\x2c\x31\x34\x2e\x38\x31\x39\x34\x30\ \x36\x20\x38\x32\x2e\x37\x31\x32\x32\x34\x36\x2c\x31\x34\x2e\x32\ \x30\x33\x38\x38\x37\x20\x4c\x20\x37\x37\x2e\x39\x34\x35\x31\x33\ \x33\x2c\x35\x2e\x31\x36\x38\x36\x35\x37\x37\x20\x7a\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x32\x36\x37\x31\x29\x3b\x66\x69\x6c\ \x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\ \x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\ \x69\x64\x74\x68\x3a\x30\x2e\x34\x33\x39\x37\x33\x36\x31\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\ \x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\ \x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x74\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\x61\x6c\x65\x28\x31\ \x2e\x31\x31\x34\x36\x35\x30\x39\x2c\x30\x2e\x38\x39\x37\x31\x34\ \x31\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x74\x65\x78\x74\x35\x38\x31\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x79\x3d\x22\x32\x34\x2e\x35\x35\x35\x38\x31\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x36\ \x37\x2e\x33\x37\x33\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\x6e\x74\x2d\x73\x69\ \x7a\x65\x3a\x31\x33\x2e\x30\x38\x34\x39\x37\x30\x34\x37\x70\x78\ \x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\x3a\x6e\x6f\x72\x6d\ \x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\x67\x68\x74\x3a\x6e\ \x6f\x72\x6d\x61\x6c\x3b\x66\x69\x6c\x6c\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x32\x39\x39\ \x39\x39\x39\x39\x38\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\ \x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\ \x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x6f\x6e\x74\x2d\ \x66\x61\x6d\x69\x6c\x79\x3a\x42\x69\x74\x73\x74\x72\x65\x61\x6d\ \x20\x56\x65\x72\x61\x20\x53\x61\x6e\x73\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\ \x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x3c\x74\x73\x70\x61\x6e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x32\ \x34\x2e\x35\x35\x35\x38\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x78\x3d\x22\x36\x37\x2e\x33\x37\x33\x33\x39\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x74\x73\x70\x61\x6e\x35\x38\x31\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x72\x6f\x6c\x65\x3d\x22\x6c\x69\x6e\x65\x22\x3e\x21\x3c\x2f\x74\ \x73\x70\x61\x6e\x3e\x3c\x2f\x74\x65\x78\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\ \x76\x67\x3e\x0a\ \x00\x00\x1f\x4b\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x67\x6f\x2d\x70\x72\x65\x76\x69\x6f\x75\x73\x2e\x73\ \x76\x67\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x64\x6f\x63\x62\x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\ \x61\x70\x6f\x2f\x49\x63\x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\ \x69\x6e\x65\x2d\x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\ \x63\x61\x6c\x61\x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\ \x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\ \x73\x69\x6f\x6e\x3d\x22\x30\x2e\x34\x35\x22\x0a\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\ \x22\x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\ \x67\x31\x31\x33\x30\x30\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x66\x69\x6c\x65\ \x6e\x61\x6d\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\ \x61\x63\x2f\x44\x65\x73\x6b\x74\x6f\x70\x2f\x77\x69\x2d\x66\x69\ \x2e\x70\x6e\x67\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x78\x64\x70\x69\x3d\x22\x39\ \x30\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x79\x64\x70\ \x69\x3d\x22\x39\x30\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\ \x5f\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\ \x73\x76\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\ \x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x64\x65\x66\x73\x33\x22\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\ \x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x36\x34\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x30\x30\x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\ \x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\ \x70\x38\x36\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\ \x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\ \x36\x35\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\ \x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\ \x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x2d\x32\x2e\x30\x34\x36\x37\x32\x39\x2c\x2d\x33\x2e\x37\x34\ \x39\x34\x32\x37\x65\x2d\x31\x36\x2c\x2d\x32\x2e\x38\x35\x33\x34\ \x30\x34\x65\x2d\x31\x36\x2c\x31\x2e\x35\x35\x37\x36\x31\x30\x2c\ \x36\x37\x2e\x35\x39\x33\x37\x35\x2c\x33\x2e\x32\x37\x35\x33\x30\ \x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\ \x2e\x31\x37\x31\x34\x31\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x35\x2e\x37\x38\x35\x39\x37\x39\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x35\x2e\x30\x37\x35\ \x35\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\ \x35\x2e\x37\x38\x35\x39\x37\x39\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x78\x3d\x22\x32\x35\x2e\x30\x37\x35\x35\x37\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x35\x33\x36\x37\x32\x33\x2c\x36\x2e\x37\x37\x32\ \x37\x39\x35\x65\x2d\x31\x35\x2c\x31\x36\x2e\x38\x37\x33\x30\x36\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x35\x2e\ \x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\ \x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\ \x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x33\ \x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x36\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x37\x33\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x32\x35\x39\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x32\x32\x2e\x32\x39\x31\x36\x33\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x79\x3d\x22\x33\x32\x2e\x37\x39\x37\x35\x31\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x32\ \x2e\x32\x39\x31\x36\x33\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x33\x32\x2e\x37\x39\x37\x35\x31\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x36\x2e\x39\x35\x36\x32\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x2d\x30\x2e\x38\x34\x33\x30\x32\x32\x2c\x31\x2e\x38\ \x37\x31\x38\x38\x35\x65\x2d\x31\x36\x2c\x32\x2e\x32\x36\x35\x32\ \x32\x38\x65\x2d\x31\x36\x2c\x31\x2e\x30\x32\x30\x31\x36\x38\x2c\ \x34\x33\x2e\x35\x37\x36\x34\x36\x2c\x31\x2e\x32\x30\x35\x32\x31\ \x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\x31\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\ \x33\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x35\x37\x39\x30\x30\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x63\x65\x35\x63\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\ \x65\x77\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\x22\x32\x35\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\ \x65\x69\x67\x68\x74\x3d\x22\x38\x38\x35\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\ \x2d\x77\x69\x64\x74\x68\x3d\x22\x31\x32\x38\x30\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\ \x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x64\x6f\x63\x75\x6d\x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\ \x22\x70\x78\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x67\x72\x69\x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\ \x75\x65\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\ \x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\ \x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\ \x22\x32\x35\x2e\x34\x36\x31\x34\x39\x34\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x32\x35\ \x2e\x35\x35\x38\x30\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\ \x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x34\x65\x39\ \x61\x30\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x3d\x22\x23\x34\x65\x39\x61\x30\x36\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\ \x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\ \x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\ \x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\ \x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\ \x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x47\x6f\x20\x50\x72\x65\x76\x69\x6f\x75\ \x73\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x42\x61\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\ \x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\x72\x65\x76\x69\x6f\ \x75\x73\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\ \x6c\x65\x66\x74\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\ \x69\x3e\x61\x72\x72\x6f\x77\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\ \x66\x3a\x6c\x69\x3e\x70\x6f\x69\x6e\x74\x65\x72\x3c\x2f\x72\x64\ \x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x26\x6c\x74\x3b\x3c\x2f\ \x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\ \x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\ \x72\x6b\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x4c\x69\ \x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\ \x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\x65\x73\x2f\x62\x79\ \x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\ \x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\ \x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\ \x63\x63\x2f\x52\x65\x70\x72\x6f\x64\x75\x63\x74\x69\x6f\x6e\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x69\x73\x74\ \x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\ \x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\ \x72\x67\x2f\x63\x63\x2f\x4e\x6f\x74\x69\x63\x65\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\ \x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\ \x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x41\x74\x74\x72\x69\x62\ \x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\ \x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\ \x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\ \x63\x2f\x44\x65\x72\x69\x76\x61\x74\x69\x76\x65\x57\x6f\x72\x6b\ \x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x53\ \x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\ \x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\x74\x61\x3e\x0a\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\ \x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\x61\x79\x65\x72\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\ \x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\ \x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2e\x32\x37\x31\x31\x38\x36\ \x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\ \x30\x30\x2c\x31\x2e\x32\x37\x31\x31\x38\x36\x2c\x35\x36\x2e\x31\ \x39\x35\x31\x34\x2c\x2d\x31\x35\x2e\x32\x37\x38\x35\x37\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x34\x30\x2e\ \x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\x34\x32\x31\x31\x32\x37\ \x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x20\x38\x2e\x33\ \x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\x31\x20\x20\x39\x2e\ \x31\x39\x32\x33\x38\x38\x35\x2c\x33\x36\x2e\x34\x32\x31\x31\x32\ \x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x20\x38\x2e\ \x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\x31\x20\x20\x34\ \x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\x34\x32\x31\x31\ \x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x2e\x33\x39\x36\x38\ \x39\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x35\x2e\x36\x34\x34\x37\ \x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x38\x36\x36\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x32\ \x39\x39\x34\x36\x35\x32\x31\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\ \x36\x38\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\ \x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\ \x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\ \x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\ \x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\ \x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\ \x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\ \x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\ \x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\ \x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\ \x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\ \x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\x63\x63\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\ \x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x33\x39\x2e\x34\x39\x30\x33\x31\x36\x2c\x31\x35\x2e\x34\x39\ \x36\x38\x32\x31\x20\x4c\x20\x33\x39\x2e\x34\x39\x30\x33\x31\x36\ \x2c\x33\x32\x2e\x34\x39\x31\x32\x34\x31\x20\x4c\x20\x32\x36\x2e\ \x35\x33\x37\x37\x35\x33\x2c\x33\x32\x2e\x34\x39\x31\x32\x34\x31\ \x20\x4c\x20\x32\x36\x2e\x35\x33\x37\x37\x35\x33\x2c\x34\x30\x2e\ \x39\x37\x33\x37\x37\x39\x20\x4c\x20\x36\x2e\x35\x37\x37\x39\x31\ \x37\x2c\x32\x33\x2e\x39\x37\x33\x35\x38\x38\x20\x4c\x20\x32\x36\ \x2e\x35\x33\x31\x35\x36\x33\x2c\x36\x2e\x37\x32\x39\x35\x39\x30\ \x31\x20\x4c\x20\x32\x36\x2e\x35\x33\x31\x35\x36\x33\x2c\x31\x35\ \x2e\x35\x30\x32\x31\x32\x35\x20\x4c\x20\x33\x39\x2e\x34\x39\x30\ \x33\x31\x36\x2c\x31\x35\x2e\x34\x39\x36\x38\x32\x31\x20\x7a\x20\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\ \x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\ \x47\x72\x61\x64\x69\x65\x6e\x74\x32\x35\x39\x37\x29\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\x34\x65\x30\x62\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\ \x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\ \x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x76\ \x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\ \x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\ \x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x38\x36\x34\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\ \x3d\x22\x4d\x20\x32\x35\x2e\x39\x38\x38\x33\x36\x38\x2c\x37\x2e\ \x39\x37\x37\x39\x37\x36\x36\x20\x4c\x20\x32\x35\x2e\x39\x38\x38\ \x33\x36\x38\x2c\x31\x36\x2e\x30\x33\x34\x34\x35\x31\x20\x4c\x20\ \x33\x38\x2e\x39\x33\x30\x35\x33\x38\x2c\x31\x36\x2e\x30\x33\x34\ \x34\x35\x31\x20\x4c\x20\x33\x38\x2e\x39\x33\x30\x35\x33\x38\x2c\ \x32\x34\x2e\x39\x31\x38\x39\x31\x34\x20\x43\x20\x32\x32\x2e\x31\ \x38\x30\x35\x33\x38\x2c\x31\x38\x2e\x36\x36\x38\x39\x31\x34\x20\ \x32\x32\x2e\x37\x39\x37\x30\x30\x31\x2c\x33\x30\x2e\x32\x31\x33\ \x36\x32\x36\x20\x37\x2e\x35\x34\x37\x2c\x32\x33\x2e\x39\x36\x33\ \x36\x32\x36\x20\x4c\x20\x32\x35\x2e\x39\x38\x38\x33\x36\x38\x2c\ \x37\x2e\x39\x37\x37\x39\x37\x36\x36\x20\x7a\x20\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x30\x2e\x35\x30\x38\x30\x32\x31\x34\x31\x3b\x63\ \x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\ \x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x38\x36\x35\x36\x29\x3b\x66\x69\x6c\x6c\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\ \x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\ \x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\ \x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\ \x34\x38\x31\x32\x38\x33\x34\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\ \x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\ \x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\ \x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\ \x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\ \x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\ \x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\ \x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\ \x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\ \x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\ \x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\ \x38\x2e\x34\x37\x35\x35\x35\x31\x2c\x31\x36\x2e\x35\x34\x31\x33\ \x36\x35\x20\x4c\x20\x33\x38\x2e\x34\x37\x35\x35\x35\x31\x2c\x33\ \x31\x2e\x34\x36\x33\x33\x30\x35\x20\x4c\x20\x32\x35\x2e\x34\x39\ \x30\x31\x38\x34\x2c\x33\x31\x2e\x34\x36\x33\x33\x30\x35\x20\x4c\ \x20\x32\x35\x2e\x34\x39\x30\x31\x38\x34\x2c\x33\x38\x2e\x37\x36\ \x34\x37\x32\x31\x20\x4c\x20\x38\x2e\x31\x36\x38\x34\x31\x39\x2c\ \x32\x33\x2e\x39\x36\x39\x30\x33\x20\x4c\x20\x32\x35\x2e\x35\x30\ \x36\x31\x34\x35\x2c\x39\x2e\x30\x36\x33\x36\x32\x39\x39\x20\x4c\ \x20\x32\x35\x2e\x35\x30\x36\x31\x34\x35\x2c\x31\x36\x2e\x35\x34\ \x36\x32\x36\x32\x20\x4c\x20\x33\x38\x2e\x34\x37\x35\x35\x35\x31\ \x2c\x31\x36\x2e\x35\x34\x31\x33\x36\x35\x20\x7a\x20\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\ \x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x05\x01\ \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\x06\x00\x00\x00\x73\x7a\x7a\xf4\ \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\x04\xa3\x49\x44\x41\x54\x78\xda\xbc\ \x57\xdd\x4f\x54\x47\x14\x3f\xbb\x02\x46\xa0\xc8\xb2\x20\x09\x92\ \x88\x86\xa6\x88\x8d\x49\x45\x45\x54\xa0\xca\xc7\xb2\x80\xb6\x4a\ \xa1\xc5\x8f\x94\x07\xfd\x07\x48\xfc\x37\xda\x3f\x40\x9e\x8c\x5f\ \x69\x4d\xad\x01\xd9\xd5\x88\x0b\x7e\x24\x92\xe8\x4b\xdf\xea\x83\ \x2f\x4d\x93\xda\x14\x8a\x28\x6c\x29\xec\xbd\x3d\xbf\xe9\x9d\xcb\ \xdc\xd9\xb9\xd7\x1b\x63\x9c\xe4\xec\xdc\x39\x33\x73\xce\x99\xdf\ \xf9\x98\xd9\x88\x6d\xdb\x84\xf6\x73\x26\xf3\x1d\x77\xe7\xc8\xa7\ \xdd\x9a\x98\xf8\xe8\x8b\xfe\xfe\xd7\xf4\xfe\xda\xd8\x97\x47\x8e\ \x8c\x12\x0c\x00\xfd\x74\xff\xfe\xa2\xc5\x1f\x82\x2c\x4b\x50\x4e\ \xa1\x91\xd1\x51\x7b\x8d\xfb\xb5\x5c\xce\x5e\x75\xe8\x5f\x85\x56\ \xd6\xd6\x5c\xfa\x87\x29\xcb\xb4\xbc\xba\xea\x4b\xd0\x07\xbd\x51\ \x69\x8e\x40\x42\x12\xc6\x0e\xff\x4e\x3a\xbd\x6e\x33\x8c\x55\xcf\ \xa0\xed\x51\xe5\x44\x40\xfa\x1a\x85\x24\xf2\xeb\x06\x58\x96\xab\ \x58\x55\xf2\xc3\xbd\x7b\xee\x58\xed\xf5\x6f\xdb\x67\xde\xb4\xc6\ \x56\xf4\x15\xa8\x96\xeb\x9b\x5c\x34\xf4\x13\xaa\x0a\x78\x3c\x3e\ \x33\x13\xca\xe9\x3d\xad\xad\x79\x72\x5c\x03\x2c\x55\x89\xa2\x9c\ \x74\xa3\x7c\x78\x7d\xed\xed\x46\x37\x49\x59\xa9\x87\x0f\x3d\xfb\ \x2c\xdd\x00\x40\x62\xeb\x46\x70\x1b\x1c\x18\xa0\xf3\x17\x2e\x88\ \xde\x15\xae\xc7\x82\xc6\x4b\x65\x32\xf4\x66\x69\x89\x06\x7a\x7b\ \x89\x22\x11\x33\x92\xba\x0b\x2c\x83\x50\x8c\xbb\x9a\x9b\x05\xb9\ \xbe\xf3\x41\x4a\xce\x2f\x2d\x2f\xd3\xaf\x2f\x5e\x88\x75\x7f\xce\ \xcf\x53\x55\x3c\x6e\x44\xf0\xad\x08\xe8\x4a\x3c\xb0\xea\x71\xa0\ \xc4\x50\xf1\xa6\x4d\xf4\x71\x5d\x1d\x2d\x65\xb3\x54\x59\x51\xb1\ \x9e\x5d\xef\x82\x80\xaf\xb2\x00\x04\x30\x8e\x6e\xd8\x40\x85\x85\ \x85\x46\x44\x7d\x11\xb0\x0c\x08\x4c\x3e\x7e\x4c\x95\xe5\xe5\xb4\ \xaf\xb1\x91\xae\xa4\x52\x54\x5b\x5d\x4d\x7f\xcc\xcd\xd1\xe7\x4d\ \x4d\x34\xc1\x41\x35\x72\xfc\xb8\xc7\xd0\xdf\x5f\xbe\xa4\x0c\xef\ \x99\x5f\x58\x10\xbc\x6b\x37\x6f\x52\x0b\xaf\xdd\x56\x5b\x9b\x87\ \x80\xe5\x20\x10\xf5\x20\xa0\x51\xd3\xce\x9d\xb4\x97\x95\x63\xdb\ \x70\x4f\x0f\x35\x30\xb4\xed\x2c\x10\xe3\x6f\x8f\x1d\x13\x6b\xb0\ \x2f\xc2\x81\x86\x3e\xcd\xc1\xb7\xb0\xb8\x48\xd1\x68\x54\xd0\xdf\ \xaf\x5e\x51\x7a\x7a\xda\x5d\xa3\xca\x36\xc7\x80\x06\x57\x65\x2c\ \xe6\xa9\x0f\x72\xec\x71\x03\x20\x87\x70\xfe\x1e\x19\x1a\xf2\x8d\ \x1d\xac\xf1\xb8\x23\x2f\x06\x0c\x2e\xb8\x74\xfb\x36\x9d\xe5\x54\ \xba\xc6\xe5\xb8\xf3\xc0\x01\x9a\x9a\x9d\xa5\xa1\xee\x6e\xe1\x8e\ \xc6\x1d\x3b\xa8\xb0\xa0\x40\xf4\x38\xed\xf4\x93\x27\x81\x45\x08\ \x6b\x2c\x35\x06\x8c\x06\x68\xc1\x72\x86\x95\x63\xd9\xd7\x0c\xff\ \x5f\xec\xd7\xc1\x44\x42\x18\x39\x9c\x4c\x7a\x22\xbf\x75\xff\xfe\ \xfc\x80\x35\x64\x14\x19\x62\xc0\x93\x05\x6a\x35\xd4\x53\x2f\xbe\ \x79\x33\x76\xe5\x65\x80\x1d\x50\xa2\xed\x00\x44\x8c\x59\xa0\x6f\ \xba\x34\x3e\x2e\xfa\xb3\xfd\xfd\x74\x65\x72\x92\x4a\x38\xc7\x8b\ \x38\xbd\x3e\xad\xaf\x17\x19\x71\x9d\x5d\xb3\xb1\xa8\x48\xb8\xa2\ \xaf\xad\x8d\x2e\xb3\xcb\xd0\x92\x87\x0e\x51\x8a\xb3\xa1\xac\xa4\ \x84\xf6\xee\xda\x45\xbf\x3c\x7f\x4e\xdd\x07\x0f\x7a\x0d\x08\x72\ \x81\x3c\x49\x2f\x5f\x1e\x38\x39\xbe\x13\x2c\x20\xce\x29\x09\x57\ \x48\x1e\x5c\x33\xc7\xe3\x0a\x8c\xd9\x78\x28\xae\x28\x2b\x13\x73\ \xa7\x1c\x37\xcd\x73\x26\x74\xb7\xb4\xe4\xb9\xc4\x68\x80\xee\x02\ \x21\xcc\xe1\x09\x25\xbc\x26\xae\xf0\x6c\xc9\x77\xb6\xc4\x1c\xe5\ \x6a\xc3\xbc\xd1\x05\x61\xb2\xe0\x2a\x47\x3b\x92\x07\xf0\xa5\x1e\ \x3d\xa2\x53\x1c\x94\x70\x85\xb8\x5a\x99\x97\x66\x98\xc1\xbb\xea\ \xf0\x12\x8c\xc0\x1d\xe6\xa9\x0d\xbc\x99\xa7\x4f\xe9\xc4\xd1\xa3\ \xc1\x06\xe8\xca\x31\x4e\x30\x74\x38\x01\x60\x84\x22\xe9\xdf\x98\ \xe4\xf5\xf5\xfd\x6f\x8c\xc3\x93\x0a\xf5\x53\x9f\xe8\xe8\xf0\x2d\ \xf1\x81\x08\xc4\x1c\x78\x85\x70\x27\x40\x01\xb3\x74\x8f\xcb\x53\ \x14\xfa\x41\x1e\xce\x05\xda\x22\x14\x1e\x28\xfa\xac\xa1\x81\x6e\ \xf0\xd3\xac\xa6\xaa\x4a\x5c\xb1\xad\x7b\xf6\x08\xf8\x87\x51\xa4\ \xd8\x4d\xe5\xa5\xa5\xd4\xbc\x7b\x37\xbd\xe6\x37\xc0\xb6\x9a\x1a\ \xfa\xf1\xee\x5d\xb1\x0f\x2a\xb2\x7c\x2b\x56\xf3\x95\x8c\xf9\x60\ \x03\x0c\x85\x03\x8a\x65\x90\x0d\x74\x75\x89\x4b\xe6\x13\xbe\x0f\ \xd0\xa4\x4b\x10\x0b\xd2\x4d\x75\xac\x1c\x0d\xd5\x52\x66\x80\x6f\ \x10\x9a\xee\x02\xf2\x89\xe0\x88\x92\x09\x7e\x6b\x82\xe6\x4c\xcd\ \x0e\x83\x00\x22\x3e\xe2\x04\x19\x84\xc9\x68\x97\x85\x46\xb6\xa4\ \x33\x8f\xc2\x24\x6f\x3a\xb9\xe6\x34\x23\xc5\xff\x01\xe8\xa4\x9e\ \x05\x61\x10\xc0\x66\x15\xc6\xa4\x12\xe1\xa7\x1d\x17\xa8\xf3\xdf\ \x70\x61\x52\xc7\x72\x0d\xde\x0f\xa1\x10\x88\x68\x57\xa6\xb8\x03\ \xb8\xfa\x99\xbe\xfd\x78\x61\xd6\x98\x11\x90\xff\x64\x94\x86\x08\ \x2f\x2d\x2e\xa6\xec\xca\x0a\x75\xf0\xc3\x14\xc5\xe8\x0c\xe7\x3e\ \xa0\xae\xd9\xb2\x85\xda\x38\x1b\xdc\xfa\x7f\xf8\x30\x3d\x78\xf6\ \x8c\x72\xb9\x1c\x7d\xc5\x01\x7b\x63\x6a\x8a\x36\xf2\x1d\xb1\x7d\ \xeb\x56\xfa\x8d\x5f\x4a\x40\x2f\xb0\x0e\xd8\x06\x04\x10\xe9\xa8\ \xf5\x38\x01\x7a\x5c\x4a\x68\xa8\xed\xf2\x54\xbd\xac\x58\x9e\x12\ \xaf\x25\xc9\x1f\xec\xec\x74\xe5\x20\x7d\x75\xd9\x76\x18\x04\xc4\ \x2b\xc8\x11\x58\xa9\xc0\x18\xe6\xdb\x24\xe3\x6d\x06\x8c\x7d\x7f\ \xf1\xe2\x39\xfa\x70\x6d\x0c\x3f\xff\x09\x30\x00\xc5\x2b\x7b\xc6\ \x9b\x22\x1a\xe3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \ \x00\x00\x1b\x84\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x75\x74\x66\ \x2d\x38\x22\x3f\x3e\x0d\x0a\x3c\x21\x44\x4f\x43\x54\x59\x50\x45\ \x20\x73\x76\x67\x20\x50\x55\x42\x4c\x49\x43\x20\x22\x2d\x2f\x2f\ \x57\x33\x43\x2f\x2f\x44\x54\x44\x20\x53\x56\x47\x20\x31\x2e\x31\ \x2f\x2f\x45\x4e\x22\x20\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x47\x72\x61\x70\x68\x69\x63\ \x73\x2f\x53\x56\x47\x2f\x31\x2e\x31\x2f\x44\x54\x44\x2f\x73\x76\ \x67\x31\x31\x2e\x64\x74\x64\x22\x20\x5b\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x73\x76\x67\x20\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x32\x30\x30\x30\x2f\x73\x76\x67\x22\x3e\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x20\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x31\x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x3e\x0d\x0a\ \x5d\x3e\x0d\x0a\x3c\x73\x76\x67\x20\x20\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x31\x2e\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x26\ \x6e\x73\x5f\x73\x76\x67\x3b\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x78\ \x6c\x69\x6e\x6b\x3d\x22\x26\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x3b\ \x22\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x32\x38\x22\x20\x68\x65\ \x69\x67\x68\x74\x3d\x22\x31\x32\x38\x22\x20\x76\x69\x65\x77\x42\ \x6f\x78\x3d\x22\x30\x20\x30\x20\x31\x32\x38\x20\x31\x32\x38\x22\ \x0d\x0a\x09\x20\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3d\x22\x76\x69\ \x73\x69\x62\x6c\x65\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\ \x63\x6b\x67\x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\x20\ \x30\x20\x31\x32\x38\x20\x31\x32\x38\x22\x20\x78\x6d\x6c\x3a\x73\ \x70\x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\ \x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x32\x22\x20\x64\x3d\x22\x4d\x37\x36\x2c\x31\x34\ \x63\x2d\x30\x2e\x35\x35\x33\x2c\x30\x2d\x31\x2c\x30\x2e\x34\x34\ \x38\x2d\x31\x2c\x31\x76\x33\x34\x63\x30\x2c\x30\x2e\x34\x30\x34\ \x2c\x30\x2e\x32\x34\x34\x2c\x30\x2e\x37\x36\x39\x2c\x30\x2e\x36\ \x31\x37\x2c\x30\x2e\x39\x32\x34\x63\x30\x2e\x33\x37\x34\x2c\x30\ \x2e\x31\x35\x35\x2c\x30\x2e\x38\x30\x34\x2c\x30\x2e\x30\x36\x39\ \x2c\x31\x2e\x30\x39\x2d\x30\x2e\x32\x31\x37\x0d\x0a\x09\x09\x63\ \x30\x2c\x30\x2c\x38\x2e\x38\x2d\x38\x2e\x38\x2c\x39\x2e\x39\x31\ \x32\x2d\x39\x2e\x39\x31\x32\x43\x39\x35\x2e\x36\x32\x32\x2c\x34\ \x36\x2e\x34\x30\x39\x2c\x31\x30\x31\x2c\x35\x36\x2e\x38\x37\x32\ \x2c\x31\x30\x31\x2c\x36\x38\x63\x30\x2c\x31\x39\x2e\x32\x39\x39\ \x2d\x31\x35\x2e\x36\x30\x32\x2c\x33\x35\x2d\x33\x34\x2e\x39\x30\ \x31\x2c\x33\x35\x63\x2d\x30\x2e\x35\x35\x33\x2c\x30\x2d\x31\x2c\ \x30\x2e\x34\x34\x37\x2d\x31\x2c\x31\x76\x31\x38\x0d\x0a\x09\x09\ \x63\x30\x2c\x30\x2e\x35\x35\x33\x2c\x30\x2e\x34\x34\x37\x2c\x31\ \x2c\x31\x2c\x31\x43\x39\x36\x2e\x34\x32\x36\x2c\x31\x32\x33\x2c\ \x31\x32\x31\x2c\x39\x38\x2e\x33\x32\x37\x2c\x31\x32\x31\x2c\x36\ \x38\x63\x30\x2d\x31\x36\x2e\x32\x37\x35\x2d\x37\x2e\x35\x33\x31\ \x2d\x33\x32\x2e\x30\x33\x33\x2d\x32\x30\x2e\x31\x34\x2d\x34\x32\ \x2e\x34\x34\x36\x63\x31\x2e\x32\x39\x33\x2d\x31\x2e\x32\x39\x33\ \x2c\x39\x2e\x38\x34\x37\x2d\x39\x2e\x38\x34\x37\x2c\x39\x2e\x38\ \x34\x37\x2d\x39\x2e\x38\x34\x37\x0d\x0a\x09\x09\x43\x31\x31\x30\ \x2e\x38\x39\x38\x2c\x31\x35\x2e\x35\x31\x36\x2c\x31\x31\x31\x2c\ \x31\x35\x2e\x32\x36\x2c\x31\x31\x31\x2c\x31\x35\x63\x30\x2d\x30\ \x2e\x31\x32\x39\x2d\x30\x2e\x30\x32\x35\x2d\x30\x2e\x32\x35\x39\ \x2d\x30\x2e\x30\x37\x36\x2d\x30\x2e\x33\x38\x33\x43\x31\x31\x30\ \x2e\x37\x37\x2c\x31\x34\x2e\x32\x34\x34\x2c\x31\x31\x30\x2e\x34\ \x30\x34\x2c\x31\x34\x2c\x31\x31\x30\x2c\x31\x34\x48\x37\x36\x7a\ \x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\ \x69\x74\x79\x3d\x22\x30\x2e\x32\x22\x20\x64\x3d\x22\x4d\x35\x34\ \x2c\x31\x31\x34\x63\x30\x2e\x35\x35\x33\x2c\x30\x2c\x31\x2d\x30\ \x2e\x34\x34\x37\x2c\x31\x2d\x31\x56\x37\x39\x63\x30\x2d\x30\x2e\ \x34\x30\x34\x2d\x30\x2e\x32\x34\x34\x2d\x30\x2e\x37\x37\x2d\x30\ \x2e\x36\x31\x37\x2d\x30\x2e\x39\x32\x34\x63\x2d\x30\x2e\x33\x37\ \x34\x2d\x30\x2e\x31\x35\x34\x2d\x30\x2e\x38\x30\x34\x2d\x30\x2e\ \x30\x36\x38\x2d\x31\x2e\x30\x39\x2c\x30\x2e\x32\x31\x37\x0d\x0a\ \x09\x09\x63\x30\x2c\x30\x2d\x38\x2e\x38\x2c\x38\x2e\x38\x2d\x39\ \x2e\x39\x31\x32\x2c\x39\x2e\x39\x31\x32\x43\x33\x34\x2e\x33\x37\ \x38\x2c\x38\x31\x2e\x35\x39\x31\x2c\x32\x39\x2c\x37\x31\x2e\x31\ \x32\x39\x2c\x32\x39\x2c\x36\x30\x63\x30\x2d\x31\x39\x2e\x32\x39\ \x39\x2c\x31\x35\x2e\x36\x30\x32\x2d\x33\x35\x2c\x33\x34\x2e\x39\ \x30\x31\x2d\x33\x35\x63\x30\x2e\x35\x35\x33\x2c\x30\x2c\x31\x2d\ \x30\x2e\x34\x34\x38\x2c\x31\x2d\x31\x56\x36\x63\x30\x2d\x30\x2e\ \x35\x35\x32\x2d\x30\x2e\x34\x34\x37\x2d\x31\x2d\x31\x2d\x31\x0d\ \x0a\x09\x09\x43\x33\x33\x2e\x35\x37\x34\x2c\x35\x2c\x39\x2c\x32\ \x39\x2e\x36\x37\x33\x2c\x39\x2c\x36\x30\x63\x30\x2c\x31\x36\x2e\ \x32\x37\x35\x2c\x37\x2e\x35\x33\x31\x2c\x33\x32\x2e\x30\x33\x33\ \x2c\x32\x30\x2e\x31\x34\x2c\x34\x32\x2e\x34\x34\x36\x63\x2d\x31\ \x2e\x32\x39\x33\x2c\x31\x2e\x32\x39\x33\x2d\x39\x2e\x38\x34\x37\ \x2c\x39\x2e\x38\x34\x37\x2d\x39\x2e\x38\x34\x37\x2c\x39\x2e\x38\ \x34\x37\x0d\x0a\x09\x09\x43\x31\x39\x2e\x31\x30\x32\x2c\x31\x31\ \x32\x2e\x34\x38\x34\x2c\x31\x39\x2c\x31\x31\x32\x2e\x37\x34\x2c\ \x31\x39\x2c\x31\x31\x33\x63\x30\x2c\x30\x2e\x31\x32\x39\x2c\x30\ \x2e\x30\x32\x35\x2c\x30\x2e\x32\x35\x39\x2c\x30\x2e\x30\x37\x36\ \x2c\x30\x2e\x33\x38\x33\x43\x31\x39\x2e\x32\x33\x2c\x31\x31\x33\ \x2e\x37\x35\x36\x2c\x31\x39\x2e\x35\x39\x36\x2c\x31\x31\x34\x2c\ \x32\x30\x2c\x31\x31\x34\x48\x35\x34\x7a\x22\x2f\x3e\x0d\x0a\x09\ \x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\ \x2e\x32\x22\x20\x64\x3d\x22\x4d\x37\x36\x2c\x31\x33\x63\x2d\x31\ \x2e\x31\x30\x33\x2c\x30\x2d\x32\x2c\x30\x2e\x38\x39\x37\x2d\x32\ \x2c\x32\x76\x33\x34\x63\x30\x2c\x30\x2e\x38\x31\x32\x2c\x30\x2e\ \x34\x38\x34\x2c\x31\x2e\x35\x33\x37\x2c\x31\x2e\x32\x33\x34\x2c\ \x31\x2e\x38\x34\x38\x63\x30\x2e\x37\x35\x2c\x30\x2e\x33\x31\x31\ \x2c\x31\x2e\x36\x30\x35\x2c\x30\x2e\x31\x34\x2c\x32\x2e\x31\x38\ \x2d\x30\x2e\x34\x33\x33\x0d\x0a\x09\x09\x63\x30\x2c\x30\x2c\x37\ \x2e\x30\x39\x36\x2d\x37\x2e\x30\x39\x35\x2c\x39\x2e\x32\x37\x2d\ \x39\x2e\x32\x36\x39\x43\x39\x35\x2e\x30\x32\x2c\x34\x37\x2e\x35\ \x39\x37\x2c\x31\x30\x30\x2c\x35\x37\x2e\x35\x35\x34\x2c\x31\x30\ \x30\x2c\x36\x38\x63\x30\x2c\x31\x38\x2e\x37\x34\x38\x2d\x31\x35\ \x2e\x32\x30\x38\x2c\x33\x34\x2d\x33\x33\x2e\x39\x30\x31\x2c\x33\ \x34\x63\x2d\x31\x2e\x31\x30\x33\x2c\x30\x2d\x32\x2c\x30\x2e\x38\ \x39\x36\x2d\x32\x2c\x32\x76\x31\x38\x0d\x0a\x09\x09\x63\x30\x2c\ \x31\x2e\x31\x30\x34\x2c\x30\x2e\x38\x39\x37\x2c\x32\x2c\x32\x2c\ \x32\x43\x39\x36\x2e\x39\x32\x33\x2c\x31\x32\x34\x2c\x31\x32\x32\ \x2c\x39\x38\x2e\x38\x37\x39\x2c\x31\x32\x32\x2c\x36\x38\x63\x30\ \x2d\x31\x36\x2e\x30\x39\x36\x2d\x37\x2e\x33\x36\x37\x2d\x33\x31\ \x2e\x38\x36\x37\x2d\x31\x39\x2e\x36\x39\x38\x2d\x34\x32\x2e\x34\ \x37\x33\x63\x31\x2e\x32\x35\x37\x2d\x31\x2e\x32\x35\x37\x2c\x39\ \x2e\x31\x31\x32\x2d\x39\x2e\x31\x31\x33\x2c\x39\x2e\x31\x31\x32\ \x2d\x39\x2e\x31\x31\x33\x0d\x0a\x09\x09\x43\x31\x31\x31\x2e\x37\ \x39\x32\x2c\x31\x36\x2e\x30\x33\x36\x2c\x31\x31\x32\x2c\x31\x35\ \x2e\x35\x33\x34\x2c\x31\x31\x32\x2c\x31\x35\x6c\x2d\x30\x2e\x31\ \x35\x2d\x30\x2e\x37\x36\x32\x43\x31\x31\x31\x2e\x35\x33\x38\x2c\ \x31\x33\x2e\x34\x38\x35\x2c\x31\x31\x30\x2e\x38\x31\x33\x2c\x31\ \x33\x2c\x31\x31\x30\x2c\x31\x33\x48\x37\x36\x7a\x22\x2f\x3e\x0d\ \x0a\x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x39\x5f\x22\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\ \x31\x3d\x22\x36\x35\x2e\x30\x39\x38\x36\x22\x20\x79\x31\x3d\x22\ \x36\x37\x2e\x35\x22\x20\x78\x32\x3d\x22\x31\x32\x31\x22\x20\x79\ \x32\x3d\x22\x36\x37\x2e\x35\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x32\x39\x35\x41\x41\x36\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\ \x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\ \x33\x33\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x37\x35\x36\x39\x46\x22\ \x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x2e\x38\x31\x39\x32\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x32\x32\x34\x43\x38\x42\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x31\x46\x34\x37\x38\x32\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\ \x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\ \x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x39\x5f\x29\x22\x20\x64\x3d\ \x22\x4d\x37\x36\x2c\x31\x33\x63\x2d\x30\x2e\x35\x35\x33\x2c\x30\ \x2d\x31\x2c\x30\x2e\x34\x34\x38\x2d\x31\x2c\x31\x76\x33\x34\x63\ \x30\x2c\x30\x2e\x34\x30\x34\x2c\x30\x2e\x32\x34\x34\x2c\x30\x2e\ \x37\x36\x39\x2c\x30\x2e\x36\x31\x37\x2c\x30\x2e\x39\x32\x34\x0d\ \x0a\x09\x09\x63\x30\x2e\x33\x37\x34\x2c\x30\x2e\x31\x35\x35\x2c\ \x30\x2e\x38\x30\x34\x2c\x30\x2e\x30\x36\x39\x2c\x31\x2e\x30\x39\ \x2d\x30\x2e\x32\x31\x37\x63\x30\x2c\x30\x2c\x38\x2e\x38\x2d\x38\ \x2e\x38\x2c\x39\x2e\x39\x31\x32\x2d\x39\x2e\x39\x31\x32\x43\x39\ \x35\x2e\x36\x32\x32\x2c\x34\x35\x2e\x34\x30\x39\x2c\x31\x30\x31\ \x2c\x35\x35\x2e\x38\x37\x32\x2c\x31\x30\x31\x2c\x36\x37\x63\x30\ \x2c\x31\x39\x2e\x32\x39\x39\x2d\x31\x35\x2e\x36\x30\x32\x2c\x33\ \x35\x2d\x33\x34\x2e\x39\x30\x31\x2c\x33\x35\x0d\x0a\x09\x09\x63\ \x2d\x30\x2e\x35\x35\x33\x2c\x30\x2d\x31\x2c\x30\x2e\x34\x34\x37\ \x2d\x31\x2c\x31\x76\x31\x38\x63\x30\x2c\x30\x2e\x35\x35\x33\x2c\ \x30\x2e\x34\x34\x37\x2c\x31\x2c\x31\x2c\x31\x43\x39\x36\x2e\x34\ \x32\x36\x2c\x31\x32\x32\x2c\x31\x32\x31\x2c\x39\x37\x2e\x33\x32\ \x37\x2c\x31\x32\x31\x2c\x36\x37\x63\x30\x2d\x31\x36\x2e\x32\x37\ \x35\x2d\x37\x2e\x35\x33\x31\x2d\x33\x32\x2e\x30\x33\x33\x2d\x32\ \x30\x2e\x31\x34\x2d\x34\x32\x2e\x34\x34\x36\x0d\x0a\x09\x09\x63\ \x31\x2e\x32\x39\x33\x2d\x31\x2e\x32\x39\x33\x2c\x39\x2e\x38\x34\ \x37\x2d\x39\x2e\x38\x34\x37\x2c\x39\x2e\x38\x34\x37\x2d\x39\x2e\ \x38\x34\x37\x43\x31\x31\x30\x2e\x38\x39\x38\x2c\x31\x34\x2e\x35\ \x31\x36\x2c\x31\x31\x31\x2c\x31\x34\x2e\x32\x36\x2c\x31\x31\x31\ \x2c\x31\x34\x63\x30\x2d\x30\x2e\x31\x32\x39\x2d\x30\x2e\x30\x32\ \x35\x2d\x30\x2e\x32\x35\x39\x2d\x30\x2e\x30\x37\x36\x2d\x30\x2e\ \x33\x38\x33\x0d\x0a\x09\x09\x43\x31\x31\x30\x2e\x37\x37\x2c\x31\ \x33\x2e\x32\x34\x34\x2c\x31\x31\x30\x2e\x34\x30\x34\x2c\x31\x33\ \x2c\x31\x31\x30\x2c\x31\x33\x48\x37\x36\x7a\x22\x2f\x3e\x0d\x0a\ \x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x31\x30\x5f\x22\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\ \x31\x3d\x22\x39\x38\x2e\x31\x31\x33\x33\x22\x20\x79\x31\x3d\x22\ \x31\x31\x37\x2e\x36\x31\x39\x31\x22\x20\x78\x32\x3d\x22\x37\x34\ \x2e\x34\x34\x33\x31\x22\x20\x79\x32\x3d\x22\x2d\x34\x2e\x37\x33\ \x35\x38\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x33\x33\x37\ \x31\x43\x46\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x35\x30\x37\x32\x22\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x32\x41\x35\x46\x41\x45\x22\x2f\x3e\x0d\x0a\x09\ \x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x32\x31\x34\x42\x38\x41\x22\x2f\x3e\x0d\ \x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\ \x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x31\x30\x5f\ \x29\x22\x20\x64\x3d\x22\x4d\x39\x39\x2e\x34\x30\x35\x2c\x32\x34\ \x2e\x35\x39\x35\x4c\x31\x31\x30\x2c\x31\x34\x48\x37\x36\x76\x33\ \x34\x6c\x31\x30\x2e\x35\x34\x31\x2d\x31\x30\x2e\x35\x34\x31\x43\ \x39\x36\x2e\x30\x37\x37\x2c\x34\x34\x2e\x31\x32\x35\x2c\x31\x30\ \x32\x2c\x35\x35\x2e\x31\x36\x2c\x31\x30\x32\x2c\x36\x37\x0d\x0a\ \x09\x09\x63\x30\x2c\x31\x39\x2e\x38\x35\x31\x2d\x31\x36\x2e\x30\ \x35\x31\x2c\x33\x36\x2d\x33\x35\x2e\x39\x30\x31\x2c\x33\x36\x76\ \x31\x38\x43\x39\x35\x2e\x38\x37\x35\x2c\x31\x32\x31\x2c\x31\x32\ \x30\x2c\x39\x36\x2e\x37\x37\x35\x2c\x31\x32\x30\x2c\x36\x37\x43\ \x31\x32\x30\x2c\x35\x30\x2e\x33\x33\x33\x2c\x31\x31\x32\x2e\x31\ \x38\x38\x2c\x33\x34\x2e\x37\x31\x35\x2c\x39\x39\x2e\x34\x30\x35\ \x2c\x32\x34\x2e\x35\x39\x35\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\ \x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x23\x35\x34\x38\x37\x44\ \x36\x22\x20\x64\x3d\x22\x4d\x31\x31\x39\x2e\x39\x38\x36\x2c\x36\ \x36\x2e\x35\x33\x36\x43\x31\x31\x39\x2e\x36\x39\x37\x2c\x39\x36\ \x2e\x30\x36\x34\x2c\x39\x35\x2e\x36\x39\x35\x2c\x31\x32\x30\x2c\ \x36\x36\x2e\x30\x39\x39\x2c\x31\x32\x30\x76\x31\x43\x39\x35\x2e\ \x38\x37\x35\x2c\x31\x32\x31\x2c\x31\x32\x30\x2c\x39\x36\x2e\x37\ \x37\x35\x2c\x31\x32\x30\x2c\x36\x37\x0d\x0a\x09\x09\x43\x31\x32\ \x30\x2c\x36\x36\x2e\x38\x34\x35\x2c\x31\x31\x39\x2e\x39\x38\x38\ \x2c\x36\x36\x2e\x36\x39\x31\x2c\x31\x31\x39\x2e\x39\x38\x36\x2c\ \x36\x36\x2e\x35\x33\x36\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\ \x22\x58\x4d\x4c\x49\x44\x5f\x31\x31\x5f\x22\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x37\ \x38\x2e\x32\x35\x32\x22\x20\x79\x31\x3d\x22\x31\x30\x2e\x30\x33\ \x32\x37\x22\x20\x78\x32\x3d\x22\x31\x30\x35\x2e\x39\x31\x38\x22\ \x20\x79\x32\x3d\x22\x34\x39\x2e\x33\x36\x35\x37\x22\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x38\x33\x39\x44\x43\x34\x22\x2f\x3e\ \x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x36\x37\x38\x39\x42\x41\x22\ \x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\ \x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\ \x31\x31\x5f\x29\x22\x20\x64\x3d\x22\x4d\x31\x31\x32\x2e\x36\x30\ \x38\x2c\x33\x39\x2e\x38\x32\x31\x63\x2d\x33\x2e\x33\x39\x36\x2d\ \x35\x2e\x38\x31\x38\x2d\x37\x2e\x38\x36\x36\x2d\x31\x31\x2e\x30\ \x30\x31\x2d\x31\x33\x2e\x32\x30\x33\x2d\x31\x35\x2e\x32\x32\x37\ \x4c\x31\x31\x30\x2c\x31\x34\x48\x37\x36\x76\x33\x34\x6c\x31\x30\ \x2e\x35\x34\x31\x2d\x31\x30\x2e\x35\x34\x31\x0d\x0a\x09\x09\x63\ \x32\x2e\x38\x31\x35\x2c\x31\x2e\x39\x36\x38\x2c\x34\x2e\x36\x38\ \x31\x2c\x33\x2e\x33\x35\x32\x2c\x36\x2e\x38\x30\x37\x2c\x35\x2e\ \x39\x39\x31\x4c\x31\x31\x32\x2e\x36\x30\x38\x2c\x33\x39\x2e\x38\ \x32\x31\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\x22\x58\x4d\x4c\ \x49\x44\x5f\x31\x32\x5f\x22\x20\x67\x72\x61\x64\x69\x65\x6e\x74\ \x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\ \x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x2d\x36\x2e\x32\x35\ \x22\x20\x79\x31\x3d\x22\x32\x36\x2e\x39\x37\x36\x36\x22\x20\x78\ \x32\x3d\x22\x31\x31\x36\x2e\x37\x34\x39\x38\x22\x20\x79\x32\x3d\ \x22\x32\x36\x2e\x39\x37\x36\x36\x22\x3e\x0d\x0a\x09\x09\x3c\x73\ \x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x39\x30\x41\x35\x43\x34\x22\x2f\x3e\x0d\x0a\x09\x09\ \x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x2e\x34\x37\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x44\x30\x45\x30\x46\x42\ \x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x2e\x38\x31\x31\x39\x22\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x41\x43\x42\x41\x44\x35\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\ \x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x39\x44\x41\x41\x43\x35\x22\x2f\x3e\x0d\x0a\x09\x3c\ \x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\ \x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\ \x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x31\x32\x5f\x29\x22\x20\ \x64\x3d\x22\x4d\x39\x39\x2e\x39\x35\x31\x2c\x32\x35\x2e\x30\x34\ \x38\x6c\x2d\x30\x2e\x35\x34\x36\x2c\x30\x2e\x35\x34\x36\x63\x35\ \x2e\x30\x36\x37\x2c\x34\x2e\x30\x31\x32\x2c\x39\x2e\x33\x34\x32\ \x2c\x38\x2e\x38\x39\x36\x2c\x31\x32\x2e\x36\x36\x39\x2c\x31\x34\ \x2e\x33\x35\x38\x6c\x30\x2e\x35\x33\x34\x2d\x30\x2e\x31\x33\x32\ \x0d\x0a\x09\x09\x43\x31\x30\x39\x2e\x33\x33\x2c\x33\x34\x2e\x32\ \x30\x36\x2c\x31\x30\x35\x2e\x30\x34\x34\x2c\x32\x39\x2e\x31\x39\ \x2c\x39\x39\x2e\x39\x35\x31\x2c\x32\x35\x2e\x30\x34\x38\x7a\x20\ \x4d\x31\x31\x30\x2c\x31\x34\x48\x37\x36\x76\x31\x68\x33\x33\x4c\ \x31\x31\x30\x2c\x31\x34\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\ \x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x32\x22\ \x20\x64\x3d\x22\x4d\x38\x2c\x36\x30\x63\x30\x2c\x31\x36\x2e\x30\ \x39\x36\x2c\x37\x2e\x33\x36\x37\x2c\x33\x31\x2e\x38\x36\x37\x2c\ \x31\x39\x2e\x36\x39\x38\x2c\x34\x32\x2e\x34\x37\x33\x63\x2d\x31\ \x2e\x32\x35\x37\x2c\x31\x2e\x32\x35\x38\x2d\x39\x2e\x31\x31\x32\ \x2c\x39\x2e\x31\x31\x33\x2d\x39\x2e\x31\x31\x32\x2c\x39\x2e\x31\ \x31\x33\x0d\x0a\x09\x09\x43\x31\x38\x2e\x32\x30\x38\x2c\x31\x31\ \x31\x2e\x39\x36\x34\x2c\x31\x38\x2c\x31\x31\x32\x2e\x34\x36\x36\ \x2c\x31\x38\x2c\x31\x31\x33\x6c\x30\x2e\x31\x35\x2c\x30\x2e\x37\ \x36\x32\x43\x31\x38\x2e\x34\x36\x32\x2c\x31\x31\x34\x2e\x35\x31\ \x36\x2c\x31\x39\x2e\x31\x38\x38\x2c\x31\x31\x35\x2c\x32\x30\x2c\ \x31\x31\x35\x68\x33\x34\x63\x31\x2e\x31\x30\x33\x2c\x30\x2c\x32\ \x2d\x30\x2e\x38\x39\x36\x2c\x32\x2d\x32\x56\x37\x39\x0d\x0a\x09\ \x09\x63\x30\x2d\x30\x2e\x38\x31\x31\x2d\x30\x2e\x34\x38\x34\x2d\ \x31\x2e\x35\x33\x37\x2d\x31\x2e\x32\x33\x34\x2d\x31\x2e\x38\x34\ \x38\x73\x2d\x31\x2e\x36\x30\x35\x2d\x30\x2e\x31\x34\x31\x2d\x32\ \x2e\x31\x38\x2c\x30\x2e\x34\x33\x34\x63\x30\x2c\x30\x2d\x37\x2e\ \x30\x39\x36\x2c\x37\x2e\x30\x39\x35\x2d\x39\x2e\x32\x37\x2c\x39\ \x2e\x32\x36\x39\x43\x33\x34\x2e\x39\x38\x2c\x38\x30\x2e\x34\x30\ \x32\x2c\x33\x30\x2c\x37\x30\x2e\x34\x34\x35\x2c\x33\x30\x2c\x36\ \x30\x0d\x0a\x09\x09\x63\x30\x2d\x31\x38\x2e\x37\x34\x38\x2c\x31\ \x35\x2e\x32\x30\x38\x2d\x33\x34\x2c\x33\x33\x2e\x39\x30\x31\x2d\ \x33\x34\x63\x31\x2e\x31\x30\x33\x2c\x30\x2c\x32\x2d\x30\x2e\x38\ \x39\x37\x2c\x32\x2d\x32\x56\x36\x63\x30\x2d\x31\x2e\x31\x30\x33\ \x2d\x30\x2e\x38\x39\x37\x2d\x32\x2d\x32\x2d\x32\x43\x33\x33\x2e\ \x30\x37\x37\x2c\x34\x2c\x38\x2c\x32\x39\x2e\x31\x32\x32\x2c\x38\ \x2c\x36\x30\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\x22\x58\x4d\ \x4c\x49\x44\x5f\x31\x33\x5f\x22\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x33\x33\x2e\x31\ \x34\x34\x35\x22\x20\x79\x31\x3d\x22\x30\x2e\x31\x30\x33\x35\x22\ \x20\x78\x32\x3d\x22\x34\x36\x2e\x31\x34\x34\x35\x22\x20\x79\x32\ \x3d\x22\x31\x31\x34\x2e\x31\x30\x33\x35\x22\x3e\x0d\x0a\x09\x09\ \x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x32\x39\x35\x41\x41\x36\x22\x2f\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x2e\x33\x33\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x37\x35\x36\ \x39\x46\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x38\x31\x39\x32\x22\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x32\x32\x34\x43\x38\x42\x22\x2f\x3e\x0d\x0a\x09\x09\ \x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\ \x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x31\x46\x34\x37\x38\x32\x22\x2f\x3e\x0d\x0a\ \x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\ \x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\x5f\x31\x33\x5f\x29\ \x22\x20\x64\x3d\x22\x4d\x35\x34\x2c\x31\x31\x33\x63\x30\x2e\x35\ \x35\x33\x2c\x30\x2c\x31\x2d\x30\x2e\x34\x34\x37\x2c\x31\x2d\x31\ \x56\x37\x38\x63\x30\x2d\x30\x2e\x34\x30\x34\x2d\x30\x2e\x32\x34\ \x34\x2d\x30\x2e\x37\x37\x2d\x30\x2e\x36\x31\x37\x2d\x30\x2e\x39\ \x32\x34\x0d\x0a\x09\x09\x63\x2d\x30\x2e\x33\x37\x34\x2d\x30\x2e\ \x31\x35\x34\x2d\x30\x2e\x38\x30\x34\x2d\x30\x2e\x30\x36\x38\x2d\ \x31\x2e\x30\x39\x2c\x30\x2e\x32\x31\x37\x63\x30\x2c\x30\x2d\x38\ \x2e\x38\x2c\x38\x2e\x38\x2d\x39\x2e\x39\x31\x32\x2c\x39\x2e\x39\ \x31\x32\x43\x33\x34\x2e\x33\x37\x38\x2c\x38\x30\x2e\x35\x39\x31\ \x2c\x32\x39\x2c\x37\x30\x2e\x31\x32\x39\x2c\x32\x39\x2c\x35\x39\ \x63\x30\x2d\x31\x39\x2e\x32\x39\x39\x2c\x31\x35\x2e\x36\x30\x32\ \x2d\x33\x35\x2c\x33\x34\x2e\x39\x30\x31\x2d\x33\x35\x0d\x0a\x09\ \x09\x63\x30\x2e\x35\x35\x33\x2c\x30\x2c\x31\x2d\x30\x2e\x34\x34\ \x38\x2c\x31\x2d\x31\x56\x35\x63\x30\x2d\x30\x2e\x35\x35\x32\x2d\ \x30\x2e\x34\x34\x37\x2d\x31\x2d\x31\x2d\x31\x43\x33\x33\x2e\x35\ \x37\x34\x2c\x34\x2c\x39\x2c\x32\x38\x2e\x36\x37\x33\x2c\x39\x2c\ \x35\x39\x63\x30\x2c\x31\x36\x2e\x32\x37\x35\x2c\x37\x2e\x35\x33\ \x31\x2c\x33\x32\x2e\x30\x33\x33\x2c\x32\x30\x2e\x31\x34\x2c\x34\ \x32\x2e\x34\x34\x36\x0d\x0a\x09\x09\x63\x2d\x31\x2e\x32\x39\x33\ \x2c\x31\x2e\x32\x39\x33\x2d\x39\x2e\x38\x34\x37\x2c\x39\x2e\x38\ \x34\x37\x2d\x39\x2e\x38\x34\x37\x2c\x39\x2e\x38\x34\x37\x43\x31\ \x39\x2e\x31\x30\x32\x2c\x31\x31\x31\x2e\x34\x38\x34\x2c\x31\x39\ \x2c\x31\x31\x31\x2e\x37\x34\x2c\x31\x39\x2c\x31\x31\x32\x63\x30\ \x2c\x30\x2e\x31\x32\x39\x2c\x30\x2e\x30\x32\x35\x2c\x30\x2e\x32\ \x35\x39\x2c\x30\x2e\x30\x37\x36\x2c\x30\x2e\x33\x38\x33\x0d\x0a\ \x09\x09\x43\x31\x39\x2e\x32\x33\x2c\x31\x31\x32\x2e\x37\x35\x36\ \x2c\x31\x39\x2e\x35\x39\x36\x2c\x31\x31\x33\x2c\x32\x30\x2c\x31\ \x31\x33\x48\x35\x34\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\x22\ \x58\x4d\x4c\x49\x44\x5f\x31\x34\x5f\x22\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x33\x36\ \x2e\x39\x35\x31\x32\x22\x20\x79\x31\x3d\x22\x31\x31\x34\x22\x20\ \x78\x32\x3d\x22\x33\x36\x2e\x39\x35\x31\x32\x22\x20\x79\x32\x3d\ \x22\x36\x2e\x37\x34\x39\x36\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\ \x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x33\x33\x37\x31\x43\x46\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\ \x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\ \x35\x30\x37\x32\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\ \x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x41\x35\x46\x41\x45\x22\ \x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x31\x34\x42\x38\ \x41\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\ \x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\ \x44\x5f\x31\x34\x5f\x29\x22\x20\x64\x3d\x22\x4d\x33\x30\x2e\x35\ \x39\x35\x2c\x31\x30\x31\x2e\x34\x30\x35\x4c\x32\x30\x2c\x31\x31\ \x32\x68\x33\x34\x56\x37\x38\x4c\x34\x33\x2e\x34\x35\x39\x2c\x38\ \x38\x2e\x35\x34\x31\x43\x33\x33\x2e\x39\x32\x33\x2c\x38\x31\x2e\ \x38\x37\x35\x2c\x32\x38\x2c\x37\x30\x2e\x38\x34\x2c\x32\x38\x2c\ \x35\x39\x0d\x0a\x09\x09\x63\x30\x2d\x31\x39\x2e\x38\x35\x31\x2c\ \x31\x36\x2e\x30\x35\x31\x2d\x33\x36\x2c\x33\x35\x2e\x39\x30\x31\ \x2d\x33\x36\x56\x35\x43\x33\x34\x2e\x31\x32\x35\x2c\x35\x2c\x31\ \x30\x2c\x32\x39\x2e\x32\x32\x34\x2c\x31\x30\x2c\x35\x39\x43\x31\ \x30\x2c\x37\x35\x2e\x36\x36\x36\x2c\x31\x37\x2e\x38\x31\x32\x2c\ \x39\x31\x2e\x32\x38\x35\x2c\x33\x30\x2e\x35\x39\x35\x2c\x31\x30\ \x31\x2e\x34\x30\x35\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\ \x68\x20\x66\x69\x6c\x6c\x3d\x22\x23\x35\x30\x38\x31\x43\x43\x22\ \x20\x64\x3d\x22\x4d\x33\x30\x2e\x30\x35\x31\x2c\x31\x30\x30\x2e\ \x39\x34\x39\x6c\x30\x2e\x35\x34\x34\x2d\x30\x2e\x35\x34\x34\x63\ \x2d\x31\x32\x2e\x36\x36\x34\x2d\x31\x30\x2e\x30\x32\x36\x2d\x32\ \x30\x2e\x34\x33\x38\x2d\x32\x35\x2e\x34\x35\x2d\x32\x30\x2e\x35\ \x38\x31\x2d\x34\x31\x2e\x39\x34\x31\x43\x31\x30\x2e\x30\x31\x32\ \x2c\x35\x38\x2e\x36\x34\x34\x2c\x31\x30\x2c\x35\x38\x2e\x38\x32\ \x2c\x31\x30\x2c\x35\x39\x0d\x0a\x09\x09\x43\x31\x30\x2c\x37\x35\ \x2e\x34\x32\x34\x2c\x31\x37\x2e\x35\x39\x37\x2c\x39\x30\x2e\x38\ \x31\x39\x2c\x33\x30\x2e\x30\x35\x31\x2c\x31\x30\x30\x2e\x39\x34\ \x39\x7a\x20\x4d\x32\x30\x2c\x31\x31\x32\x68\x33\x34\x76\x2d\x31\ \x48\x32\x31\x4c\x32\x30\x2c\x31\x31\x32\x7a\x22\x2f\x3e\x0d\x0a\ \x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x31\x35\x5f\x22\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\ \x31\x3d\x22\x35\x33\x2e\x34\x33\x39\x35\x22\x20\x79\x31\x3d\x22\ \x32\x2e\x38\x30\x35\x32\x22\x20\x78\x32\x3d\x22\x31\x32\x2e\x39\ \x33\x39\x31\x22\x20\x79\x32\x3d\x22\x38\x30\x2e\x33\x30\x35\x38\ \x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x38\x33\x39\x44\x43\ \x34\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x36\x37\x38\ \x39\x42\x41\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\ \x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\ \x4c\x49\x44\x5f\x31\x35\x5f\x29\x22\x20\x64\x3d\x22\x4d\x31\x32\ \x2e\x32\x33\x38\x2c\x37\x34\x2e\x33\x30\x38\x43\x31\x30\x2e\x37\ \x37\x35\x2c\x36\x39\x2e\x34\x30\x32\x2c\x31\x30\x2c\x36\x34\x2e\ \x32\x35\x33\x2c\x31\x30\x2c\x35\x39\x43\x31\x30\x2c\x32\x39\x2e\ \x32\x32\x34\x2c\x33\x34\x2e\x31\x32\x35\x2c\x35\x2c\x36\x33\x2e\ \x39\x30\x31\x2c\x35\x76\x31\x38\x0d\x0a\x09\x09\x43\x34\x34\x2e\ \x30\x35\x31\x2c\x32\x33\x2c\x32\x38\x2c\x33\x39\x2e\x31\x34\x39\ \x2c\x32\x38\x2c\x35\x39\x63\x30\x2c\x32\x2e\x38\x34\x34\x2c\x30\ \x2e\x33\x34\x32\x2c\x35\x2e\x36\x34\x33\x2c\x30\x2e\x39\x39\x33\ \x2c\x38\x2e\x33\x34\x34\x4c\x31\x32\x2e\x32\x33\x38\x2c\x37\x34\ \x2e\x33\x30\x38\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\x22\x58\ \x4d\x4c\x49\x44\x5f\x31\x36\x5f\x22\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\ \x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x38\x31\x2e\ \x35\x34\x37\x39\x22\x20\x79\x31\x3d\x22\x2d\x31\x37\x2e\x33\x31\ \x35\x34\x22\x20\x78\x32\x3d\x22\x2d\x33\x2e\x34\x35\x32\x31\x22\ \x20\x79\x32\x3d\x22\x35\x39\x2e\x34\x33\x34\x36\x22\x3e\x0d\x0a\ \x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\ \x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\ \x63\x6f\x6c\x6f\x72\x3a\x23\x44\x30\x45\x30\x46\x42\x22\x2f\x3e\ \x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x30\x2e\x36\x34\x33\x38\x22\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x41\x43\ \x42\x41\x44\x35\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x39\x44\x41\x41\x43\x35\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\ \x3c\x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\ \x23\x58\x4d\x4c\x49\x44\x5f\x31\x36\x5f\x29\x22\x20\x64\x3d\x22\ \x4d\x31\x30\x2c\x35\x39\x63\x30\x2c\x30\x2e\x31\x39\x33\x2c\x30\ \x2e\x30\x30\x39\x2c\x30\x2e\x33\x38\x35\x2c\x30\x2e\x30\x31\x31\ \x2c\x30\x2e\x35\x37\x39\x43\x31\x30\x2e\x32\x33\x38\x2c\x32\x39\ \x2e\x39\x39\x37\x2c\x33\x34\x2e\x32\x36\x37\x2c\x36\x2c\x36\x33\ \x2e\x39\x30\x31\x2c\x36\x56\x35\x0d\x0a\x09\x09\x43\x33\x34\x2e\ \x31\x32\x35\x2c\x35\x2c\x31\x30\x2c\x32\x39\x2e\x32\x32\x34\x2c\ \x31\x30\x2c\x35\x39\x7a\x22\x2f\x3e\x0d\x0a\x3c\x2f\x73\x76\x67\ \x3e\x0d\x0a\ \x00\x00\x1f\xfb\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x67\x6f\x2d\x75\x70\x2e\x73\x76\x67\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\x61\x73\ \x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\x61\x70\x6f\x2f\x49\x63\ \x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\x69\x6e\x65\x2d\x69\x63\ \x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\x62\x6c\ \x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x34\x35\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x33\x32\x22\ \x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\x31\x33\x30\x30\ \x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\x38\x70\ \x78\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\x38\x70\ \x78\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\ \x78\x70\x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\x6d\x65\x3d\x22\ \x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\x63\x2f\x44\x65\x73\ \x6b\x74\x6f\x70\x2f\x77\x69\x2d\x66\x69\x2e\x70\x6e\x67\x22\x0a\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\x70\x6f\ \x72\x74\x2d\x78\x64\x70\x69\x3d\x22\x39\x30\x2e\x30\x30\x30\x30\ \x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x65\x78\x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\x22\x39\x30\x2e\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\x65\x6e\ \x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\x33\x22\ \x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\ \x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x38\x36\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x38\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\ \x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x32\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\ \x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x33\x38\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x2d\x33\x2e\x37\x34\x39\x34\x32\x37\x65\x2d\x31\x36\ \x2c\x2d\x32\x2e\x30\x34\x36\x37\x32\x39\x2c\x31\x2e\x35\x35\x37\ \x36\x31\x30\x2c\x2d\x32\x2e\x38\x35\x33\x34\x30\x34\x65\x2d\x31\ \x36\x2c\x32\x2e\x37\x36\x37\x30\x30\x39\x2c\x36\x36\x2e\x39\x33\ \x32\x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\ \x22\x32\x34\x2e\x35\x33\x37\x38\x38\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x79\x3d\x22\x30\x2e\x34\x30\x30\x31\x30\x38\x31\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\ \x35\x33\x37\x38\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\ \x3d\x22\x30\x2e\x34\x30\x30\x31\x30\x38\x31\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\x2e\x31\x37\x31\x34\x31\ \x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\ \x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x38\x37\x31\x38\x38\ \x35\x65\x2d\x31\x36\x2c\x2d\x30\x2e\x38\x34\x33\x30\x32\x32\x2c\ \x31\x2e\x30\x32\x30\x31\x36\x38\x2c\x32\x2e\x32\x36\x35\x32\x32\ \x38\x65\x2d\x31\x36\x2c\x30\x2e\x36\x30\x36\x34\x33\x36\x2c\x34\ \x32\x2e\x35\x38\x36\x31\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x31\x31\x2e\x33\x31\x39\x32\x30\x35\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\x32\x2e\x34\x35\ \x34\x39\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\ \x22\x31\x31\x2e\x33\x31\x39\x32\x30\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x66\x79\x3d\x22\x32\x32\x2e\x34\x35\x34\x39\x37\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x36\x2e\x39\ \x35\x36\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\ \x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\ \x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\ \x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\ \x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\ \x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x30\x30\x30\ \x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\ \x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x33\x36\x37\x32\x33\x2c\x31\ \x2e\x36\x31\x34\x37\x31\x36\x65\x2d\x31\x35\x2c\x31\x36\x2e\x38\ \x37\x33\x30\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\ \x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\ \x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\ \x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x35\x2e\x36\x34\x34\x37\ \x33\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x31\x37\x33\x31\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x33\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x35\ \x37\x39\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x63\x65\x35\x63\ \x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x3c\ \x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\ \x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\ \x77\x2d\x79\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\ \x22\x38\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\ \x3d\x22\x35\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\ \x68\x3d\x22\x38\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\ \x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\ \x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\ \x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\ \x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\ \x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x32\x2e\x31\x31\ \x38\x35\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x78\x3d\x22\x34\x35\x2e\x33\x31\x32\x31\x39\ \x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x7a\x6f\x6f\x6d\x3d\x22\x36\x2e\x35\x32\x39\x36\x38\x39\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\ \x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x37\x33\x64\ \x32\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x3d\x22\x23\x37\x33\x64\x32\x31\x36\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\ \x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\ \x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\ \x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\ \x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\ \x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x47\x6f\x20\x55\x70\x3c\x2f\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x68\x69\x67\x68\x65\x72\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x75\x70\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x72\x72\x6f\x77\x3c\x2f\x72\ \x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\x6f\x69\x6e\x74\ \x65\x72\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\ \x26\x67\x74\x3b\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x42\x61\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x41\x6e\x64\ \x72\x65\x61\x73\x20\x4e\x69\x6c\x73\x73\x6f\x6e\x3c\x2f\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\x63\x6f\x6e\x74\x72\ \x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\ \x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\ \x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\x6f\x64\x75\x63\ \x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\ \x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\ \x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\ \x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\x6f\x74\x69\x63\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x41\ \x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\ \x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\ \x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\x61\x74\x69\x76\ \x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\ \x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x4c\x69\ \x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\ \x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\x61\ \x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x31\ \x34\x34\x36\x36\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x39\x35\x34\x35\x38\x2c\ \x2d\x36\x2e\x31\x36\x33\x38\x34\x36\x2c\x31\x36\x2e\x33\x31\x32\ \x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\x34\x32\ \x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\x37\ \x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\x31\ \x20\x20\x39\x2e\x31\x39\x32\x33\x38\x38\x35\x2c\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\ \x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\ \x31\x20\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\ \x34\x32\x31\x31\x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x2e\ \x33\x39\x36\x38\x39\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x35\x2e\ \x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\ \x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x36\x36\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x30\x2e\x32\x39\x39\x34\x36\x35\x32\x31\x3b\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\ \x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x34\x34\x34\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\ \x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\ \x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\ \x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\ \x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\ \x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\ \x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x38\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x31\x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\ \x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x32\x2e\x34\x36\ \x39\x34\x37\x37\x2c\x33\x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\ \x20\x33\x32\x2e\x34\x36\x39\x34\x37\x37\x2c\x32\x35\x2e\x35\x34\ \x37\x34\x33\x37\x20\x4c\x20\x34\x30\x2e\x35\x30\x30\x30\x30\x30\ \x2c\x32\x35\x2e\x35\x34\x37\x34\x33\x37\x20\x4c\x20\x32\x33\x2e\ \x33\x37\x34\x38\x30\x39\x2c\x35\x2e\x34\x39\x39\x32\x31\x33\x35\ \x20\x4c\x20\x36\x2e\x35\x32\x38\x35\x35\x38\x35\x2c\x32\x35\x2e\ \x34\x38\x39\x34\x37\x31\x20\x4c\x20\x31\x34\x2e\x34\x39\x37\x30\ \x39\x36\x2c\x32\x35\x2e\x35\x35\x35\x37\x36\x32\x20\x4c\x20\x31\ \x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\x38\x2e\x35\x30\x30\x30\ \x30\x30\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\ \x31\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x2e\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\ \x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\ \x34\x65\x30\x62\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x72\x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\ \x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\ \x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x63\x63\x73\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x38\x36\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x37\x2e\x35\x38\x35\x35\x32\ \x33\x37\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\x20\x4c\x20\x31\x34\ \x2e\x39\x39\x35\x38\x32\x31\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\ \x20\x4c\x20\x31\x35\x2e\x30\x36\x32\x34\x32\x32\x2c\x33\x31\x2e\ \x35\x39\x34\x33\x33\x39\x20\x43\x20\x32\x30\x2e\x37\x31\x38\x30\ \x33\x34\x2c\x32\x30\x2e\x35\x39\x33\x38\x37\x38\x20\x33\x31\x2e\ \x30\x35\x35\x35\x31\x37\x2c\x32\x32\x2e\x37\x34\x39\x39\x32\x38\ \x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\x2c\x31\x35\x2e\x39\x36\ \x36\x36\x37\x34\x20\x43\x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\ \x2c\x31\x35\x2e\x39\x36\x36\x36\x37\x34\x20\x32\x33\x2e\x33\x36\ \x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\x39\x32\x20\x32\ \x33\x2e\x33\x36\x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\ \x39\x32\x20\x4c\x20\x37\x2e\x35\x38\x35\x35\x32\x33\x37\x2c\x32\ \x35\x2e\x30\x33\x32\x35\x33\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x2e\x35\x30\x38\x30\x32\x31\x34\x31\x3b\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x31\x34\x33\x38\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\ \x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\ \x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x38\ \x31\x32\x38\x33\x34\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\ \x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\ \x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\ \x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x35\x2e\ \x36\x30\x32\x37\x33\x35\x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\ \x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\x37\x38\x2c\x33\x37\x2e\ \x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\ \x37\x38\x2c\x32\x34\x2e\x35\x30\x37\x30\x35\x30\x20\x4c\x20\x33\ \x38\x2e\x33\x31\x31\x35\x37\x36\x2c\x32\x34\x2e\x35\x30\x37\x30\ \x35\x30\x20\x4c\x20\x32\x33\x2e\x33\x36\x31\x32\x30\x36\x2c\x37\ \x2e\x30\x37\x30\x30\x38\x39\x36\x20\x4c\x20\x38\x2e\x36\x35\x34\ \x36\x37\x39\x38\x2c\x32\x34\x2e\x35\x35\x30\x34\x37\x30\x20\x4c\ \x20\x31\x35\x2e\x34\x37\x35\x30\x34\x39\x2c\x32\x34\x2e\x35\x32\ \x38\x33\x37\x33\x20\x4c\x20\x31\x35\x2e\x36\x30\x32\x37\x33\x35\ \x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\x20\x7a\x20\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\ \x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x02\x83\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ \x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\ \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\x12\x00\x00\ \x0b\x12\x01\xd2\xdd\x7e\xfc\x00\x00\x00\x07\x74\x49\x4d\x45\x07\ \xd3\x04\x17\x0c\x2b\x24\x23\x59\xed\x1b\x00\x00\x02\x10\x49\x44\ \x41\x54\x78\x9c\xcd\x95\x3f\xab\x1a\x41\x14\xc5\x7f\x33\x51\x1e\ \x44\x44\x82\xba\xbc\x20\x8b\x10\x02\x92\x0f\x90\x07\x29\x22\xa2\ \x06\xd2\xa5\xd2\xca\x42\x90\x14\x69\xd2\xd9\xa4\xb3\xb1\xf7\x03\ \xa4\x49\x69\xf5\xd2\x49\xaa\x88\xa5\x69\x63\x48\x10\x21\x8d\x08\ \xee\xee\x60\x22\x31\x85\x4f\x53\xb8\xbb\x19\x5f\xd6\xf8\xe7\x15\ \xc9\x81\xcb\x2e\xf7\xde\xb9\x67\xce\xbd\xb3\x3b\xf0\x9f\x63\xbd\ \x2f\x41\xde\xa0\xf8\xf9\x0d\xd6\x1e\x84\x37\x40\x7e\x5f\x52\x28\ \xc0\x27\x34\x43\x7b\xea\x38\x07\x1e\x00\x83\x63\x09\x9e\x01\x97\ \xfb\x16\xb9\xb0\x5d\x22\xbd\x55\x23\xe0\x9b\x9e\xa4\xcf\x40\x00\ \x97\xdd\x6e\x97\xf9\x7c\xce\x7a\xbd\xde\x69\x86\x61\xbc\xab\xd7\ \xeb\x2f\x74\x5f\xa7\xd3\x01\xb8\xf7\x37\x05\x12\x20\x9b\xcd\x32\ \x18\x0c\x90\x52\xfa\x26\x84\xf0\xdf\x2d\xcb\x62\xb1\x58\xc4\x4d\ \xd3\x74\x26\x93\x89\x1f\x4b\xa7\xd3\x81\x32\x75\x02\xbf\xd7\x52\ \x4a\xa6\xd3\x29\x42\x08\xc2\xe1\xf0\x16\xd1\x68\x34\x22\x1a\x8d\ \x7e\xca\xe5\x72\xb6\xe3\x38\xa4\x52\x29\x96\xcb\x25\x42\x04\x8d\ \x2a\x78\xc8\x7e\xe1\x64\x32\xb9\xa5\xc0\xb2\x2c\xaa\xd5\xea\xc7\ \x5a\xad\xf6\xd6\x30\x0c\xa4\x94\xc4\x62\x31\x1c\xc7\x41\xca\xe0\ \x13\x1f\xe8\xf5\x8a\x7a\xe6\x29\x98\xcd\x66\x84\x42\xa1\x79\x26\ \x93\x51\x5e\x8e\x9e\x7f\x34\x81\xde\x1a\x21\x04\xad\x56\x8b\x62\ \xb1\xf8\xba\x54\x2a\xd9\x5e\xdc\x53\x7c\x94\x82\xeb\xc5\xa5\x94\ \xd8\xb6\x4d\xaf\xd7\x7b\x5f\x28\x14\x46\x7a\xec\x64\x05\xab\xd5\ \x6a\x8b\x48\x29\x85\x52\xea\x61\xb9\x5c\xb6\xf5\xd6\x79\x1b\x3a\ \x7a\xc8\xf1\x78\x1c\xd3\x34\x7d\x5f\xa3\xd1\xa0\x52\xa9\xbc\x4c\ \x24\x12\x81\x1b\xda\xd5\xa2\x40\x02\x29\x25\x67\x67\x67\x8c\xc7\ \x63\xff\xf4\xb4\xdb\xed\x6e\xb3\xd9\xfc\xaa\x94\xda\x39\xa3\x83\ \x08\xfa\xfd\x3e\xcb\xe5\x92\x48\x24\xe2\xef\x6a\x38\x1c\xa2\x94\ \x7a\x9c\xcf\xe7\x6d\xcb\xb2\xb6\x08\xbc\x67\xbf\xdf\x0f\x24\xd0\ \x69\x6f\x01\x8f\x80\x5e\x60\x26\x3c\x07\x3e\xec\x88\x79\xf8\x02\ \xfc\xd8\x45\x20\x80\xdb\x6c\x7e\x5e\x77\x81\x88\xeb\xbb\x03\xbc\ \x02\x9e\x00\x93\x3d\x04\x7f\x40\x6f\xd1\x1a\xf8\xe9\x16\xf9\x0e\ \x84\x5d\xff\x05\x70\xff\x94\xe2\xd7\x09\x00\xae\xd8\x48\x5c\xf0\ \x5b\xdd\x05\xf0\xf4\x94\xe2\x10\xfc\x1d\xac\x81\x95\x4b\x76\xc5\ \xe6\x62\xf9\x7c\x2a\xc1\x21\xd8\x7b\xb1\xff\x53\xfc\x02\x67\xdd\ \xab\x25\x85\x7d\xfc\x16\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ \x60\x82\ \x00\x00\x05\x70\ \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\x06\x00\x00\x00\x73\x7a\x7a\xf4\ \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\x05\x12\x49\x44\x41\x54\x78\xda\xbc\ \x57\xeb\x4f\x5b\x65\x18\x7f\xcf\x69\x4f\xef\xad\x6c\xc1\xe1\x20\ \xc4\xcb\x64\x40\x5b\xae\x87\xb5\x40\xe9\x40\x04\xc5\x2d\xc1\x81\ \x02\x0a\x1b\x9a\xb8\xb1\xec\xa3\x26\xf8\x47\xe8\x07\xbf\x69\xf0\ \xc3\xcc\x34\x31\x86\xe0\x96\x2c\x22\x66\xce\x64\x17\x08\x72\x9b\ \xe5\x22\xd3\x61\x94\x61\x82\x8b\x30\xa6\x1b\x2d\x97\xd2\xd6\xdf\ \x73\x68\x4f\xba\xae\x85\xb6\x6b\x7c\xc9\x2f\x0f\x4f\xdf\xf3\x9e\ \xf7\xf2\x3c\xbf\xdf\x79\x5e\x6e\xe9\xde\xdf\x2c\x99\x26\x16\x95\ \x65\x31\x8e\x65\xb1\x00\xbb\x33\x31\x39\xbe\x10\xd9\x9f\x9e\xf6\ \x64\x5c\xef\xe1\x93\x99\xdc\x2e\x96\x77\xeb\x74\xba\xdb\x06\x83\ \x61\x04\xf6\x77\xf2\x59\x92\x8d\x4b\xf4\x04\xca\xcb\x2a\x44\xa3\ \xc9\x38\x8a\x89\x79\xa5\x52\xc9\xb6\xb6\xb6\x98\xdb\xed\x66\xab\ \x0f\x56\x4b\x7e\x1c\x1f\x76\x25\x7a\x02\xca\x44\x57\x6c\x2d\xb4\ \x76\x2c\x2f\x2d\xf3\x58\x00\xe3\x38\x8e\x05\x02\x01\xc9\x1e\x78\ \xfe\x40\x0b\xba\xe5\x05\x2c\xff\xb3\xb4\xe3\x7b\x42\x0b\x54\xee\ \x10\x63\x11\x2f\x16\xfd\x01\xff\xf0\x8d\xc9\x89\x69\xf9\x04\x2a\ \xca\xf7\x0e\xf4\x0f\x48\xff\xd3\xe4\xd4\x14\x0a\x05\xab\xaa\x72\ \x98\x22\xc6\x0b\xc8\x11\x15\x72\xc4\x8b\x1c\xd9\x4c\x28\x07\x6c\ \xa2\xbd\x47\xa7\xd7\x8d\x23\xc6\x3d\xd8\xe9\x94\xad\xd4\xfe\x41\ \xa8\xef\x44\xe7\xf1\x6f\x2d\x16\x33\xf3\xf9\x7c\xcc\xef\xf7\x4b\ \xd6\x0c\xbf\xa5\xad\x65\x40\x1e\x5f\x6a\xcf\xd0\x68\x35\x05\x7a\ \x9d\x3e\x0f\xd6\x4a\x7e\xdc\x39\x80\xc9\x1b\x8c\x46\xe3\x00\x1d\ \x31\xed\xcc\xb7\xe5\x63\x6e\x8f\x14\xe3\xca\xd1\x1b\x23\xc3\xb4\ \xe1\xb5\xb5\xb5\xcb\x63\x23\x63\x35\xb3\xb3\xb3\x2c\x37\x2f\x0f\ \xa7\x62\xbf\xa2\xd5\x6a\xeb\xd0\xe7\x2b\x2b\x3e\xa4\x33\x18\x0d\ \xf9\xf0\xb7\xc7\x63\x81\x1e\x8f\x87\xb9\x57\xdd\x37\xc7\x5d\x63\ \x9e\x5d\x43\x60\xb3\x1d\x6a\xbd\x7d\x7b\x81\x69\x34\x9a\xed\x18\ \x0b\x01\x46\x7f\x66\x73\x7e\x33\xba\x69\x01\x3e\xbc\xfc\xc8\xe1\ \x9a\xc3\x4d\x40\x35\xfc\x41\xa0\x8f\x7e\xa7\xf1\x66\x4b\xfe\xde\ \xc5\xc5\xbf\xa4\xc9\x69\x3c\x59\x41\x10\x58\x41\x61\xc1\x1e\x74\ \x7b\x76\x0d\x41\x95\xd3\x29\x27\x17\x1d\x31\x59\x9e\xe3\x59\x5d\ \x7d\x7d\xf8\x63\x6b\xc0\x97\xc0\x69\xe0\x8b\xa0\xbf\x4d\xd1\x8a\ \x72\x25\xed\x7a\x73\x73\x93\x6d\x6c\x6c\x48\x96\x7c\x87\xd3\xc1\ \xc7\x95\x03\x6f\xb4\xb7\xf5\x56\x3a\x2a\xe5\xc9\xc9\xd6\xbf\x5c\ \xc7\x8e\x35\xbf\x7a\x3e\x1e\x96\x9c\x3c\xf5\xce\xbf\xd8\x2d\xf3\ \x7a\xbd\x32\xc8\x3f\x7e\xa2\xe3\x7e\x22\x3a\xf0\xd5\xe8\xc8\x58\ \xdb\xca\xca\x5d\xb6\x2f\x23\x83\x95\x96\x96\x7c\x1a\xdc\x6d\x5c\ \xda\x82\x98\xe7\x5c\xbf\x36\x68\x74\xfd\xe4\x62\x85\x45\x05\xac\ \xba\xa6\xfa\x01\x72\x6a\x8e\x88\x13\x99\x03\x3b\x09\xd1\x51\x20\ \x0b\xf8\x03\xf8\x3e\x41\xb9\xa0\x93\x4d\x03\x8c\xc0\x2a\x70\x0f\ \xf0\x47\xd3\x02\x39\x09\x0b\xcc\x85\xcf\x72\x8c\xcb\x45\xc2\xfd\ \x3a\x3d\x3b\x45\x93\xf6\xb3\xe4\x1b\x4d\xb6\x12\x44\x48\x17\xf4\ \xd0\x05\x3d\xce\xc0\x03\x5d\x58\x7d\x28\x07\x8a\xad\x25\xdd\x1a\ \xb5\x66\x4e\xab\xd3\x0e\x90\x25\x9f\xa5\xb0\x41\x07\x8a\xa0\x07\ \xed\xd0\x85\x63\xb0\x6f\x92\x2f\xc7\x2b\x33\x2b\x53\x44\x7c\xc6\ \x89\xb7\x3c\xcf\x4b\x49\x07\x9e\x13\x77\x4b\x26\x67\x5c\xae\xc7\ \x9d\x1c\xba\x90\x0e\x5d\x68\xc2\xfb\xb9\x08\x5d\xf8\x7a\x7e\x7e\ \xfe\x2e\x8f\x0c\xed\x20\xce\xab\xd5\x6a\xa6\x52\xa9\x24\x4b\x3e\ \x7e\x6f\x4f\xc5\xee\xa1\x0b\x39\xf8\x68\x71\x51\x74\xe1\x39\x29\ \x04\x4e\xa7\x73\x0f\xed\xfc\x21\xde\xc3\x87\xe6\xa7\xa7\x62\x01\ \xd0\x05\x75\x0c\x5d\x50\x49\x0b\x38\x7d\xa6\xeb\x22\x68\x26\x4d\ \x1c\x42\x51\x71\x11\x3b\xd5\x75\xf2\xbb\x54\x2c\x00\xba\xb0\x10\ \x43\x17\xfe\x94\x69\x88\x55\x5d\xbe\x76\xf5\xfa\x8b\x53\x93\x53\ \xe0\x6d\x21\x73\x38\x2a\xaf\x20\x21\xeb\x42\xf2\xfa\x98\x8d\x74\ \xe1\x28\x74\x21\x33\x4c\x17\x16\x91\x77\xfd\xa0\x61\x20\xa4\x03\ \x74\x1c\xaf\x03\xa4\xed\x57\x81\x0b\xe1\xf2\x9a\x82\x46\x74\x7f\ \x06\xd8\x0f\xdc\x09\x6a\xcb\x16\xe9\x40\x4c\x21\xca\xcf\x31\x8b\ \xe0\xad\x08\xde\x0e\xdf\x9c\x9b\x9d\x4e\xa2\x66\x4c\xc3\xf8\x34\ \x8c\xbf\x0f\xde\xaf\xc4\x2a\x4a\xa2\x2e\xc0\x92\x67\xed\x11\x94\ \x42\x17\x25\xa3\xcf\xef\xa3\xb2\xeb\xc3\x9f\x7f\x99\x79\x3f\x01\ \xde\xbf\x24\xa8\x84\x26\x05\xaf\xe0\x31\xde\xef\xdd\xf4\x5e\xc0\ \xa7\xfc\x52\xb4\x05\x3c\xf2\x31\xb2\xe4\x5a\x1b\x40\xc3\x2e\xaa\ \x07\x90\x07\x8c\x2c\xc4\xa9\xdb\x9c\x6b\xa9\x88\x93\xf7\x4f\xa3\ \x98\x69\x36\x99\x4c\xbc\xe9\x09\x13\x23\x8b\xf7\xbc\x86\xdf\xb3\ \xe3\xfa\x1a\xda\xec\xb6\x56\xd2\x03\xa5\xa0\x64\x54\x74\x12\x67\ \xc9\xb7\x97\xdb\x9b\xe3\xe4\xbd\x2d\x06\xef\xc5\x68\x35\xe1\x23\ \x0b\xa8\xa9\xad\x61\x1c\xcf\x21\x77\x99\x54\x88\x90\xe5\x14\x1c\ \x7b\xe5\x48\x43\x64\x8c\xf7\x89\xc5\x65\x16\xd8\xa7\x22\x78\xaf\ \x8f\xc1\x7b\x4d\x5c\x27\xf0\xd6\xdb\x9d\xbd\xb5\xb5\xb5\xdb\x1f\ \x4e\x20\xe0\x0f\xb0\xc6\xc6\x46\xd6\xda\xd6\x7a\x3e\x2c\xc6\x9d\ \xd0\xf4\x6f\xa0\xed\xe7\x60\x2f\x92\x1f\xc6\xfb\x99\x18\xbc\x9f\ \x49\xa8\x1e\x18\x1a\x1c\x6a\x5b\x5a\x5a\x66\x99\x99\xfb\x29\x2c\ \x72\x3d\x80\x58\xe6\x43\xdb\xcf\x41\xdb\xf9\x08\x6d\x6f\x47\xcd\ \x77\x8b\x36\x05\xff\x5d\xf0\xfe\x60\x18\xef\x6f\x21\x97\x3e\x0a\ \xff\x24\x27\x5d\x0f\x74\x76\x74\xbe\x87\x9a\xaf\x5d\xae\x19\xa1\ \x9c\xeb\xeb\xeb\x2c\x3b\x3b\xfb\xec\x67\x9f\x9f\xfd\x38\xf8\x98\ \x00\x94\x00\x07\x81\xdf\x80\x09\xc0\x9b\xd0\xbd\x20\x56\x3d\x80\ \x18\x9b\xfa\x7a\xfb\xa4\xd8\x86\x5a\x30\xc6\x86\xb0\xc7\x68\xb2\ \xd1\x20\x52\x7b\x37\x44\x8c\x87\x62\xc4\x78\xe8\x7f\xb9\x1b\x06\ \x63\xfc\x09\x62\x2c\x86\xc5\x78\x02\x31\x3e\x13\xad\xec\xda\xed\ \x6a\xc6\x85\xae\x57\xbb\xb5\x88\xbb\x9e\x1a\x78\x01\x28\x0d\xde\ \x07\x7f\x00\x36\x92\xb9\x9e\xff\x27\xc0\x00\xd9\xec\x50\x90\xac\ \x02\x96\xc0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \x00\x00\x0c\x53\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x75\x74\x66\ \x2d\x38\x22\x3f\x3e\x0d\x0a\x3c\x21\x44\x4f\x43\x54\x59\x50\x45\ \x20\x73\x76\x67\x20\x50\x55\x42\x4c\x49\x43\x20\x22\x2d\x2f\x2f\ \x57\x33\x43\x2f\x2f\x44\x54\x44\x20\x53\x56\x47\x20\x31\x2e\x31\ \x2f\x2f\x45\x4e\x22\x20\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x47\x72\x61\x70\x68\x69\x63\ \x73\x2f\x53\x56\x47\x2f\x31\x2e\x31\x2f\x44\x54\x44\x2f\x73\x76\ \x67\x31\x31\x2e\x64\x74\x64\x22\x20\x5b\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x73\x76\x67\x20\x22\x68\x74\ \x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\ \x32\x30\x30\x30\x2f\x73\x76\x67\x22\x3e\x0d\x0a\x09\x3c\x21\x45\ \x4e\x54\x49\x54\x59\x20\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x20\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x31\x39\x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x3e\x0d\x0a\ \x5d\x3e\x0d\x0a\x3c\x73\x76\x67\x20\x20\x76\x65\x72\x73\x69\x6f\ \x6e\x3d\x22\x31\x2e\x31\x22\x20\x69\x64\x3d\x22\x4c\x61\x79\x65\ \x72\x5f\x31\x22\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x26\x6e\x73\x5f\ \x73\x76\x67\x3b\x22\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\ \x6b\x3d\x22\x26\x6e\x73\x5f\x78\x6c\x69\x6e\x6b\x3b\x22\x20\x77\ \x69\x64\x74\x68\x3d\x22\x31\x32\x38\x22\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x31\x32\x38\x22\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\ \x22\x30\x20\x30\x20\x31\x32\x38\x20\x31\x32\x38\x22\x0d\x0a\x09\ \x20\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3d\x22\x76\x69\x73\x69\x62\ \x6c\x65\x22\x20\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\x6b\x67\ \x72\x6f\x75\x6e\x64\x3d\x22\x6e\x65\x77\x20\x30\x20\x30\x20\x31\ \x32\x38\x20\x31\x32\x38\x22\x20\x78\x6d\x6c\x3a\x73\x70\x61\x63\ \x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x0d\x0a\x09\ \x3c\x70\x61\x74\x68\x20\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\ \x2e\x32\x22\x20\x64\x3d\x22\x4d\x33\x2c\x36\x34\x63\x30\x2c\x33\ \x34\x2e\x31\x38\x38\x2c\x32\x37\x2e\x38\x31\x33\x2c\x36\x32\x2c\ \x36\x32\x2c\x36\x32\x63\x33\x34\x2e\x31\x38\x38\x2c\x30\x2c\x36\ \x32\x2d\x32\x37\x2e\x38\x31\x33\x2c\x36\x32\x2d\x36\x32\x53\x39\ \x39\x2e\x31\x38\x38\x2c\x32\x2c\x36\x35\x2c\x32\x43\x33\x30\x2e\ \x38\x31\x33\x2c\x32\x2c\x33\x2c\x32\x39\x2e\x38\x31\x33\x2c\x33\ \x2c\x36\x34\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x32\x22\x20\x64\x3d\ \x22\x4d\x34\x2c\x36\x34\x63\x30\x2c\x33\x33\x2e\x36\x33\x36\x2c\ \x32\x37\x2e\x33\x36\x34\x2c\x36\x31\x2c\x36\x31\x2c\x36\x31\x73\ \x36\x31\x2d\x32\x37\x2e\x33\x36\x34\x2c\x36\x31\x2d\x36\x31\x53\ \x39\x38\x2e\x36\x33\x36\x2c\x33\x2c\x36\x35\x2c\x33\x53\x34\x2c\ \x33\x30\x2e\x33\x36\x34\x2c\x34\x2c\x36\x34\x7a\x22\x2f\x3e\x0d\ \x0a\x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x35\x5f\x22\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\ \x31\x3d\x22\x35\x33\x2e\x36\x31\x39\x36\x22\x20\x79\x31\x3d\x22\ \x2d\x31\x30\x2e\x37\x34\x39\x22\x20\x78\x32\x3d\x22\x37\x39\x2e\ \x31\x31\x39\x36\x22\x20\x79\x32\x3d\x22\x31\x35\x34\x2e\x35\x30\ \x31\x31\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x39\x35\ \x41\x41\x36\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x33\x33\x31\x39\x22\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x32\x37\x35\x36\x39\x46\x22\x2f\x3e\x0d\x0a\x09\ \x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x30\x2e\x38\x31\x39\x32\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x32\x34\x43\x38\ \x42\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x31\x46\x34\ \x37\x38\x32\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\x61\ \x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\ \x4c\x49\x44\x5f\x35\x5f\x29\x22\x20\x64\x3d\x22\x4d\x34\x2c\x36\ \x33\x63\x30\x2c\x33\x33\x2e\x36\x33\x36\x2c\x32\x37\x2e\x33\x36\ \x34\x2c\x36\x31\x2c\x36\x31\x2c\x36\x31\x73\x36\x31\x2d\x32\x37\ \x2e\x33\x36\x34\x2c\x36\x31\x2d\x36\x31\x53\x39\x38\x2e\x36\x33\ \x36\x2c\x32\x2c\x36\x35\x2c\x32\x53\x34\x2c\x32\x39\x2e\x33\x36\ \x34\x2c\x34\x2c\x36\x33\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\x64\x3d\ \x22\x58\x4d\x4c\x49\x44\x5f\x36\x5f\x22\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\ \x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\x36\x39\ \x2e\x33\x31\x38\x34\x22\x20\x79\x31\x3d\x22\x31\x32\x35\x2e\x35\ \x31\x31\x37\x22\x20\x78\x32\x3d\x22\x36\x34\x2e\x30\x36\x38\x33\ \x22\x20\x79\x32\x3d\x22\x34\x39\x2e\x35\x31\x32\x33\x22\x3e\x0d\ \x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x43\x36\x30\x42\x30\x22\x2f\ \x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x2e\x33\x31\x39\x39\x22\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\ \x41\x35\x43\x41\x39\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x37\x38\x39\ \x36\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x32\x34\x35\x31\x39\x35\x22\x2f\x3e\x0d\ \x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\ \x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x32\x31\x34\x42\x38\x41\x22\x2f\ \x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x63\x69\x72\x63\x6c\x65\x20\ \x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\x4d\x4c\x49\x44\ \x5f\x36\x5f\x29\x22\x20\x63\x78\x3d\x22\x36\x35\x22\x20\x63\x79\ \x3d\x22\x36\x33\x22\x20\x72\x3d\x22\x36\x30\x22\x2f\x3e\x0d\x0a\ \x09\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x20\x69\x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x37\x5f\x22\x20\x67\ \x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\ \x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\ \x3d\x22\x31\x37\x2e\x37\x38\x35\x32\x22\x20\x79\x31\x3d\x22\x32\ \x34\x2e\x36\x30\x33\x35\x22\x20\x78\x32\x3d\x22\x31\x32\x34\x2e\ \x35\x33\x36\x32\x22\x20\x79\x32\x3d\x22\x39\x38\x2e\x36\x30\x34\ \x32\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\ \x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x37\x32\x38\x46\ \x42\x41\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\ \x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x33\x43\ \x36\x31\x39\x39\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\x70\ \x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\x58\ \x4d\x4c\x49\x44\x5f\x37\x5f\x29\x22\x20\x64\x3d\x22\x4d\x35\x37\ \x2e\x30\x36\x37\x2c\x35\x33\x2e\x37\x32\x37\x43\x38\x36\x2c\x34\ \x33\x2c\x31\x32\x33\x2e\x36\x34\x38\x2c\x35\x30\x2e\x32\x37\x33\ \x2c\x31\x32\x33\x2e\x36\x34\x38\x2c\x35\x30\x2e\x32\x37\x33\x43\ \x31\x31\x37\x2e\x38\x31\x31\x2c\x32\x33\x2e\x32\x35\x2c\x39\x33\ \x2e\x37\x37\x31\x2c\x33\x2c\x36\x35\x2c\x33\x0d\x0a\x09\x09\x43\ \x33\x31\x2e\x38\x36\x33\x2c\x33\x2c\x35\x2c\x32\x39\x2e\x38\x36\ \x33\x2c\x35\x2c\x36\x33\x63\x30\x2c\x38\x2e\x32\x38\x34\x2c\x31\ \x2e\x36\x37\x39\x2c\x31\x36\x2e\x31\x37\x36\x2c\x34\x2e\x37\x31\ \x35\x2c\x32\x33\x2e\x33\x35\x34\x43\x39\x2e\x37\x31\x35\x2c\x38\ \x36\x2e\x33\x35\x35\x2c\x32\x33\x2e\x32\x37\x31\x2c\x36\x36\x2e\ \x32\x35\x36\x2c\x35\x37\x2e\x30\x36\x37\x2c\x35\x33\x2e\x37\x32\ \x37\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\x69\ \x6c\x6c\x3d\x22\x23\x34\x43\x37\x41\x43\x32\x22\x20\x64\x3d\x22\ \x4d\x36\x35\x2c\x31\x32\x32\x43\x33\x32\x2e\x30\x33\x2c\x31\x32\ \x32\x2c\x35\x2e\x32\x38\x33\x2c\x39\x35\x2e\x34\x30\x36\x2c\x35\ \x2e\x30\x31\x33\x2c\x36\x32\x2e\x35\x43\x35\x2e\x30\x31\x31\x2c\ \x36\x32\x2e\x36\x36\x38\x2c\x35\x2c\x36\x32\x2e\x38\x33\x32\x2c\ \x35\x2c\x36\x33\x63\x30\x2c\x33\x33\x2e\x31\x33\x37\x2c\x32\x36\ \x2e\x38\x36\x33\x2c\x36\x30\x2c\x36\x30\x2c\x36\x30\x0d\x0a\x09\ \x09\x63\x33\x33\x2e\x31\x33\x37\x2c\x30\x2c\x36\x30\x2d\x32\x36\ \x2e\x38\x36\x33\x2c\x36\x30\x2d\x36\x30\x63\x30\x2d\x30\x2e\x31\ \x36\x38\x2d\x30\x2e\x30\x31\x32\x2d\x30\x2e\x33\x33\x32\x2d\x30\ \x2e\x30\x31\x33\x2d\x30\x2e\x35\x43\x31\x32\x34\x2e\x37\x31\x37\ \x2c\x39\x35\x2e\x34\x30\x36\x2c\x39\x37\x2e\x39\x37\x2c\x31\x32\ \x32\x2c\x36\x35\x2c\x31\x32\x32\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x20\x69\ \x64\x3d\x22\x58\x4d\x4c\x49\x44\x5f\x38\x5f\x22\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x20\x78\x31\x3d\x22\ \x35\x22\x20\x79\x31\x3d\x22\x33\x33\x2e\x33\x35\x30\x36\x22\x20\ \x78\x32\x3d\x22\x31\x32\x35\x22\x20\x79\x32\x3d\x22\x33\x33\x2e\ \x33\x35\x30\x36\x22\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x39\ \x30\x41\x35\x43\x34\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\ \x70\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x2e\x34\x37\x31\ \x39\x22\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\ \x6f\x6c\x6f\x72\x3a\x23\x44\x30\x45\x30\x46\x42\x22\x2f\x3e\x0d\ \x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x2e\x38\x31\x31\x39\x22\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x41\x43\x42\ \x41\x44\x35\x22\x2f\x3e\x0d\x0a\x09\x09\x3c\x73\x74\x6f\x70\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x39\ \x44\x41\x41\x43\x35\x22\x2f\x3e\x0d\x0a\x09\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0d\x0a\x09\x3c\ \x70\x61\x74\x68\x20\x66\x69\x6c\x6c\x3d\x22\x75\x72\x6c\x28\x23\ \x58\x4d\x4c\x49\x44\x5f\x38\x5f\x29\x22\x20\x64\x3d\x22\x4d\x36\ \x35\x2c\x34\x2e\x31\x30\x31\x63\x33\x32\x2e\x39\x37\x2c\x30\x2c\ \x35\x39\x2e\x37\x31\x37\x2c\x32\x36\x2e\x35\x39\x35\x2c\x35\x39\ \x2e\x39\x38\x37\x2c\x35\x39\x2e\x35\x63\x30\x2e\x30\x30\x31\x2d\ \x30\x2e\x31\x36\x37\x2c\x30\x2e\x30\x31\x33\x2d\x30\x2e\x33\x33\ \x33\x2c\x30\x2e\x30\x31\x33\x2d\x30\x2e\x35\x0d\x0a\x09\x09\x63\ \x30\x2d\x33\x33\x2e\x31\x33\x38\x2d\x32\x36\x2e\x38\x36\x33\x2d\ \x36\x30\x2d\x36\x30\x2d\x36\x30\x63\x2d\x33\x33\x2e\x31\x33\x37\ \x2c\x30\x2d\x36\x30\x2c\x32\x36\x2e\x38\x36\x32\x2d\x36\x30\x2c\ \x36\x30\x63\x30\x2c\x30\x2e\x31\x36\x37\x2c\x30\x2e\x30\x31\x31\ \x2c\x30\x2e\x33\x33\x33\x2c\x30\x2e\x30\x31\x33\x2c\x30\x2e\x35\ \x43\x35\x2e\x32\x38\x33\x2c\x33\x30\x2e\x36\x39\x35\x2c\x33\x32\ \x2e\x30\x33\x2c\x34\x2e\x31\x30\x31\x2c\x36\x35\x2c\x34\x2e\x31\ \x30\x31\x7a\x22\x2f\x3e\x0d\x0a\x09\x3c\x70\x61\x74\x68\x20\x66\ \x69\x6c\x6c\x3d\x22\x23\x46\x46\x46\x46\x46\x46\x22\x20\x64\x3d\ \x22\x4d\x34\x30\x2e\x38\x36\x2c\x32\x35\x2e\x32\x37\x33\x63\x37\ \x2e\x32\x32\x2d\x32\x2e\x31\x34\x33\x2c\x31\x34\x2e\x37\x37\x39\ \x2d\x33\x2e\x37\x32\x33\x2c\x32\x32\x2e\x33\x33\x36\x2d\x33\x2e\ \x37\x32\x33\x63\x31\x32\x2e\x39\x37\x34\x2c\x30\x2c\x32\x35\x2e\ \x37\x32\x31\x2c\x35\x2e\x37\x35\x34\x2c\x32\x35\x2e\x37\x32\x31\ \x2c\x32\x30\x2e\x31\x39\x34\x0d\x0a\x09\x09\x63\x30\x2c\x31\x35\ \x2e\x37\x39\x34\x2d\x32\x30\x2e\x35\x33\x31\x2c\x32\x32\x2e\x31\ \x31\x31\x2d\x31\x39\x2e\x31\x37\x38\x2c\x33\x36\x2e\x38\x39\x31\ \x48\x35\x35\x2e\x38\x36\x34\x63\x30\x2d\x31\x30\x2e\x37\x31\x38\ \x2c\x34\x2e\x31\x37\x35\x2d\x31\x36\x2e\x35\x38\x35\x2c\x38\x2e\ \x32\x33\x36\x2d\x32\x31\x2e\x32\x31\x63\x34\x2e\x31\x37\x34\x2d\ \x34\x2e\x36\x32\x35\x2c\x38\x2e\x33\x34\x39\x2d\x38\x2e\x30\x31\ \x2c\x38\x2e\x33\x34\x39\x2d\x31\x33\x2e\x38\x37\x37\x0d\x0a\x09\ \x09\x63\x30\x2d\x37\x2e\x34\x34\x34\x2d\x36\x2e\x34\x33\x31\x2d\ \x31\x30\x2e\x32\x36\x36\x2d\x31\x32\x2e\x39\x37\x34\x2d\x31\x30\ \x2e\x32\x36\x36\x63\x2d\x35\x2e\x39\x37\x39\x2c\x30\x2d\x31\x31\ \x2e\x39\x35\x38\x2c\x32\x2e\x30\x33\x31\x2d\x31\x37\x2e\x33\x37\ \x33\x2c\x34\x2e\x35\x31\x34\x4c\x34\x30\x2e\x38\x36\x2c\x32\x35\ \x2e\x32\x37\x33\x7a\x20\x4d\x35\x34\x2e\x39\x36\x32\x2c\x38\x35\ \x2e\x38\x35\x35\x68\x31\x35\x2e\x37\x39\x34\x76\x31\x35\x2e\x37\ \x39\x33\x48\x35\x34\x2e\x39\x36\x32\x0d\x0a\x09\x09\x56\x38\x35\ \x2e\x38\x35\x35\x7a\x22\x2f\x3e\x0d\x0a\x3c\x2f\x73\x76\x67\x3e\ \x0d\x0a\ \x00\x00\x0c\xe2\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\ \x6f\x75\x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\ \x54\x44\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\ \x64\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\ \x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\ \x6d\x65\x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x33\x34\x35\ \x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x33\x34\x35\x2e\x33\x32\x39\x39\x39\x22\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x32\x22\x0a\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\ \x30\x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x34\x36\x22\ \x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\ \x6e\x61\x6d\x65\x3d\x22\x72\x69\x67\x68\x74\x2e\x73\x76\x67\x22\ \x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\ \x70\x75\x74\x5f\x65\x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\ \x72\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\ \x75\x74\x2e\x73\x76\x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\ \x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x30\ \x22\x3e\x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x64\x65\x66\x73\x34\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x6d\x61\x72\x6b\x65\x72\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x73\x74\x6f\x63\x6b\x69\x64\x3d\ \x22\x45\x6d\x70\x74\x79\x54\x72\x69\x61\x6e\x67\x6c\x65\x49\x6e\ \x4c\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x6f\x72\x69\x65\x6e\x74\ \x3d\x22\x61\x75\x74\x6f\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\ \x65\x66\x59\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\ \x65\x66\x58\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x45\x6d\x70\x74\x79\x54\x72\x69\x61\x6e\x67\x6c\x65\ \x49\x6e\x4c\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x33\x33\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x35\x2e\x37\x37\x2c\x30\x20\x4c\x20\ \x2d\x32\x2e\x38\x38\x2c\x35\x20\x4c\x20\x2d\x32\x2e\x38\x38\x2c\ \x2d\x35\x20\x4c\x20\x35\x2e\x37\x37\x2c\x30\x20\x7a\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x66\x69\x6c\x6c\ \x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x70\x74\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x30\x2e\x38\ \x2c\x30\x2c\x30\x2c\x2d\x30\x2e\x38\x2c\x34\x2e\x38\x2c\x30\x29\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6d\x61\x72\x6b\x65\ \x72\x3e\x0a\x20\x20\x20\x20\x3c\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\x0a\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\ \x65\x3d\x22\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\ \x70\x33\x64\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x76\x70\x5f\x78\x3d\x22\x30\x20\x3a\x20\x35\ \x32\x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x70\ \x5f\x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\x20\x3a\x20\x30\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x70\x5f\x7a\x3d\x22\x37\x34\x34\x2e\x30\x39\x34\x34\ \x38\x20\x3a\x20\x35\x32\x36\x2e\x31\x38\x31\x30\x39\x20\x3a\x20\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x2d\x6f\x72\x69\x67\x69\ \x6e\x3d\x22\x33\x37\x32\x2e\x30\x34\x37\x32\x34\x20\x3a\x20\x33\ \x35\x30\x2e\x37\x38\x37\x33\x39\x20\x3a\x20\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x65\x72\x73\x70\x65\x63\ \x74\x69\x76\x65\x31\x30\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x64\ \x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x62\x61\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x70\ \x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\ \x66\x22\x0a\x20\x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\ \x6c\x6f\x72\x3d\x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x31\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x70\x61\x67\x65\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\ \x22\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x31\x2e\x36\x32\x39\x32\x36\x37\ \x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x78\x3d\x22\x31\x36\x32\x2e\x36\x33\x31\x30\x34\x22\x0a\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\ \x3d\x22\x31\x37\x35\x2e\x31\x39\x39\x32\x31\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\ \x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x75\x72\ \x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\x22\x6c\x61\x79\x65\ \x72\x31\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\ \x64\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\ \x69\x64\x74\x68\x3d\x22\x31\x31\x38\x39\x22\x0a\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\ \x2d\x68\x65\x69\x67\x68\x74\x3d\x22\x37\x36\x37\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\ \x6f\x77\x2d\x78\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x79\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x75\x69\ \x64\x65\x73\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x75\x69\x64\x65\x2d\x62\ \x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x3e\x0a\x20\x20\x20\x20\ \x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x67\x75\x69\x64\x65\x0a\ \x20\x20\x20\x20\x20\x20\x20\x6f\x72\x69\x65\x6e\x74\x61\x74\x69\ \x6f\x6e\x3d\x22\x31\x2c\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x70\x6f\x73\x69\x74\x69\x6f\x6e\x3d\x22\x32\x33\x37\x2e\x39\x38\ \x33\x39\x36\x2c\x36\x33\x31\x2e\x31\x30\x32\x33\x33\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x75\x69\x64\x65\x33\ \x39\x37\x37\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x3e\x0a\ \x20\x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x37\x22\x3e\ \x0a\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\ \x3d\x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\ \x67\x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\ \x70\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\ \x63\x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\ \x67\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\ \x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x43\ \x61\x6c\x71\x75\x65\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\ \x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x74\x72\x61\x6e\x73\x6c\ \x61\x74\x65\x28\x2d\x32\x33\x37\x2e\x39\x39\x38\x39\x31\x2c\x2d\ \x33\x39\x34\x2e\x37\x33\x36\x33\x38\x29\x22\x3e\x0a\x20\x20\x20\ \x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\ \x34\x30\x37\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\ \x31\x2c\x30\x2c\x30\x2c\x31\x2c\x37\x39\x32\x2e\x35\x35\x36\x34\ \x37\x2c\x36\x38\x2e\x35\x38\x37\x38\x35\x33\x29\x22\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x67\x34\x30\x32\x33\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\ \x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x31\x35\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\ \x3a\x34\x2e\x31\x39\x39\x39\x39\x39\x38\x31\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x20\x32\x36\x35\x2e\x39\x35\x35\x39\x31\x2c\x34\x37\x39\x2e\ \x36\x33\x35\x37\x32\x20\x4c\x20\x32\x36\x35\x2e\x39\x35\x35\x39\ \x31\x2c\x35\x31\x37\x2e\x39\x38\x39\x32\x38\x20\x4c\x20\x35\x32\ \x37\x2e\x33\x31\x35\x33\x36\x2c\x35\x31\x37\x2e\x39\x38\x39\x32\ \x38\x20\x4c\x20\x35\x32\x37\x2e\x33\x31\x35\x33\x36\x2c\x34\x37\ \x39\x2e\x36\x33\x35\x37\x32\x20\x4c\x20\x32\x36\x35\x2e\x39\x35\ \x35\x39\x31\x2c\x34\x37\x39\x2e\x36\x33\x35\x37\x32\x20\x7a\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x33\x39\x37\x33\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\ \x65\x73\x3d\x22\x63\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x6e\x6f\ \x6e\x65\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\ \x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x33\x30\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\ \x35\x33\x2e\x37\x38\x39\x30\x39\x2c\x35\x38\x37\x2e\x38\x39\x30\ \x36\x36\x20\x4c\x20\x32\x35\x32\x2e\x39\x39\x38\x39\x31\x2c\x34\ \x39\x38\x2e\x38\x31\x33\x35\x32\x20\x4c\x20\x33\x35\x33\x2e\x37\ \x38\x39\x30\x39\x2c\x34\x30\x39\x2e\x37\x33\x36\x33\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x34\x30\x33\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\ \x0a\ \x00\x00\x20\x6c\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\ \x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\ \x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\x2f\x73\x76\ \x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\ \x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\ \x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\ \x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\x72\x63\x65\ \x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\x2f\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\x0a\x20\x20\ \x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\x70\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\x73\x70\x61\ \x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x0a\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x6e\x61\x6d\ \x65\x3d\x22\x67\x6f\x2d\x64\x6f\x77\x6e\x2e\x73\x76\x67\x22\x0a\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\x62\ \x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\x61\x70\x6f\x2f\ \x49\x63\x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\x69\x6e\x65\x2d\ \x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\x6c\x61\ \x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x30\x2e\x34\x35\x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\x2e\x33\ \x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\x31\x33\ \x30\x30\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x34\ \x38\x70\x78\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x34\ \x38\x70\x78\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x65\x78\x70\x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\x6d\x65\ \x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\x63\x2f\x44\ \x65\x73\x6b\x74\x6f\x70\x2f\x77\x69\x2d\x66\x69\x2e\x70\x6e\x67\ \x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x65\x78\ \x70\x6f\x72\x74\x2d\x78\x64\x70\x69\x3d\x22\x39\x30\x2e\x30\x30\ \x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\x22\x39\ \x30\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\x78\x74\ \x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\x67\x2e\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\x3c\x64\x65\ \x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\x66\x73\ \x33\x22\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x73\x74\x6f\x70\x38\x36\x36\x34\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\ \x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\ \x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x73\x74\x6f\x70\x38\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\ \x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x3b\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\ \x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\ \x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x34\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\ \x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\ \x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\ \x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x36\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\ \x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\ \x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\ \x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\ \x74\x72\x69\x78\x28\x31\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x35\x33\x36\x37\x32\x33\x2c\x31\x2e\x36\x31\x34\x37\x31\ \x36\x65\x2d\x31\x35\x2c\x31\x36\x2e\x38\x37\x33\x30\x36\x29\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\x32\x34\x2e\x38\ \x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\ \x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x66\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\ \x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x33\x36\ \x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x72\x3d\x22\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x22\x20\x2f\x3e\ \x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\ \x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\ \x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\ \x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\ \x72\x61\x64\x69\x65\x6e\x74\x31\x34\x36\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\ \x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\ \x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\ \x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x31\x2e\x38\x37\x31\x38\x38\x35\x65\x2d\x31\x36\ \x2c\x2d\x30\x2e\x38\x34\x33\x30\x32\x32\x2c\x31\x2e\x30\x32\x30\ \x31\x36\x38\x2c\x32\x2e\x32\x36\x35\x32\x32\x38\x65\x2d\x31\x36\ \x2c\x30\x2e\x36\x30\x36\x34\x33\x36\x2c\x34\x32\x2e\x35\x38\x36\ \x31\x34\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x78\x3d\x22\ \x33\x35\x2e\x32\x39\x32\x36\x36\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x63\x79\x3d\x22\x32\x30\x2e\x34\x39\x34\x34\x39\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x33\x35\x2e\x32\ \x39\x32\x36\x36\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\ \x3d\x22\x32\x30\x2e\x34\x39\x34\x34\x39\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x72\x3d\x22\x31\x36\x2e\x39\x35\x36\x32\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x37\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x33\x2e\x37\x34\x39\x34\x32\x37\x65\x2d\ \x31\x36\x2c\x2d\x32\x2e\x30\x34\x36\x37\x32\x39\x2c\x2d\x31\x2e\ \x35\x35\x37\x36\x31\x30\x2c\x2d\x32\x2e\x38\x35\x33\x34\x30\x34\ \x65\x2d\x31\x36\x2c\x34\x34\x2e\x31\x31\x35\x35\x39\x2c\x36\x36\ \x2e\x39\x33\x32\x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x31\x35\x2e\x39\x38\x37\x32\x31\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x31\x2e\x35\x33\x35\x30\ \x33\x30\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x31\x35\x2e\x39\x38\x37\x32\x31\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x66\x79\x3d\x22\x31\x2e\x35\x33\x35\x30\x33\x30\x38\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\x2e\x31\x37\ \x31\x34\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x37\x33\x31\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\ \x6c\x6f\x72\x3a\x23\x66\x35\x37\x39\x30\x30\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\ \x6f\x70\x31\x37\x33\x33\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x63\x65\x35\x63\x30\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x31\x37\x33\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\ \x20\x3c\x2f\x64\x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\ \x64\x6f\x77\x2d\x79\x3d\x22\x39\x31\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x78\x3d\x22\x39\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\ \x68\x74\x3d\x22\x35\x35\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\ \x64\x74\x68\x3d\x22\x38\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\ \x73\x68\x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\ \x75\x6d\x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\ \x72\x69\x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x0a\ \x20\x20\x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\ \x61\x6c\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\ \x72\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x32\x35\x2e\ \x39\x32\x38\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x63\x78\x3d\x22\x34\x38\x2e\x30\x32\x39\x31\ \x30\x39\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x7a\x6f\x6f\x6d\x3d\x22\x35\x2e\x36\x35\x36\x38\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x70\x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\ \x65\x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\ \x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\ \x79\x3d\x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\ \x20\x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\ \x22\x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\ \x61\x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\ \x66\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x34\x65\ \x39\x61\x30\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\ \x65\x3d\x22\x23\x34\x65\x39\x61\x30\x36\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\ \x22\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x66\x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\ \x2b\x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\ \x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\ \x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\ \x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\ \x6d\x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\ \x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\ \x6e\x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\ \x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\ \x63\x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\ \x74\x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\ \x63\x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\ \x72\x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\ \x3a\x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\ \x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\ \x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x3e\x47\x6f\x20\x44\x6f\x77\x6e\x3c\x2f\ \x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x72\x64\x66\x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\ \x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x72\x64\x66\x3a\x6c\x69\x3e\x6c\x6f\x77\x65\x72\x3c\x2f\x72\x64\ \x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x64\x6f\x77\x6e\x3c\x2f\ \x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x72\x72\x6f\ \x77\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\ \x6f\x69\x6e\x74\x65\x72\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x26\x67\x74\x3b\x3c\x2f\x72\x64\x66\x3a\x6c\x69\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\ \x66\x3a\x42\x61\x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x2f\x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x63\x6f\x6e\x74\x72\x69\x62\ \x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\ \x3e\x41\x6e\x64\x72\x65\x61\x73\x20\x4e\x69\x6c\x73\x73\x6f\x6e\ \x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\x74\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\x63\ \x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\ \x74\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\ \x76\x65\x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\ \x63\x65\x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\ \x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\ \x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\ \x6f\x64\x75\x63\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\ \x67\x2f\x63\x63\x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\ \x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\ \x6f\x74\x69\x63\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\ \x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\ \x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\ \x63\x63\x2f\x41\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\ \x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\ \x61\x74\x69\x76\x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\ \x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\ \x6b\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\ \x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\ \x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\ \x74\x61\x64\x61\x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\ \x6d\x6f\x64\x65\x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\ \x3d\x22\x4c\x61\x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\ \x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x32\x31\x34\x34\x36\x36\x2c\x30\x2e\x30\x30\x30\x30\x30\ \x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x39\x35\ \x34\x35\x38\x2c\x2d\x36\x2e\x31\x36\x33\x38\x34\x36\x2c\x31\x36\ \x2e\x33\x31\x32\x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\ \x36\x2e\x34\x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\ \x34\x37\x33\x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\ \x20\x31\x20\x31\x20\x20\x39\x2e\x31\x39\x32\x33\x38\x38\x35\x2c\ \x33\x36\x2e\x34\x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\ \x34\x34\x37\x33\x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\ \x30\x20\x31\x20\x31\x20\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\ \x20\x33\x36\x2e\x34\x32\x31\x31\x32\x37\x20\x7a\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\ \x3d\x22\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\ \x22\x31\x35\x2e\x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\ \x33\x36\x2e\x34\x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\ \x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\x36\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x2e\x32\x30\x34\x35\x34\x35\x34\x35\x3b\ \x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\ \x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x31\x34\x34\x34\x29\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\ \x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\ \x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\ \x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\ \x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\ \x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\ \x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\ \x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\ \x22\x61\x72\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x67\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x31\x34\x36\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\ \x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x2d\x31\x2e\x30\x30\ \x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x2d\x31\x2e\x30\x30\x30\x30\x30\x30\ \x2c\x34\x37\x2e\x30\x32\x38\x35\x36\x2c\x34\x33\x2e\x39\x39\x39\ \x32\x31\x29\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\ \x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x36\x39\x29\x3b\ \x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\ \x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\x34\x65\x30\ \x62\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\ \x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\ \x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\ \x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\ \x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\ \x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\ \x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\ \x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\ \x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\ \x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x31\x34\x2e\x35\x31\x39\x31\x33\x36\x2c\x33\x38\x2e\ \x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x32\x2e\x35\x32\x34\x31\ \x36\x35\x2c\x33\x38\x2e\x34\x39\x36\x30\x39\x34\x20\x4c\x20\x33\ \x32\x2e\x35\x32\x34\x31\x36\x35\x2c\x32\x35\x2e\x35\x30\x34\x34\ \x36\x38\x20\x4c\x20\x34\x30\x2e\x35\x31\x39\x35\x33\x31\x2c\x32\ \x35\x2e\x34\x39\x36\x36\x35\x36\x20\x4c\x20\x32\x33\x2e\x33\x37\ \x34\x38\x30\x39\x2c\x35\x2e\x34\x39\x39\x32\x31\x33\x35\x20\x4c\ \x20\x36\x2e\x35\x32\x38\x35\x35\x38\x35\x2c\x32\x35\x2e\x34\x39\ \x37\x32\x38\x34\x20\x4c\x20\x31\x34\x2e\x35\x32\x34\x34\x34\x30\ \x2c\x32\x35\x2e\x35\x30\x31\x30\x37\x34\x20\x4c\x20\x31\x34\x2e\ \x35\x31\x39\x31\x33\x36\x2c\x33\x38\x2e\x35\x30\x30\x30\x30\x30\ \x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x70\x61\x74\x68\x38\x36\x34\x33\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\ \x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\x63\ \x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x35\x30\x38\x30\ \x32\x31\x34\x31\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\ \x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\ \x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x37\x31\x29\ \x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\ \x30\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\ \x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x33\ \x39\x2e\x34\x32\x39\x38\x38\x39\x2c\x32\x34\x2e\x39\x39\x33\x34\ \x36\x37\x20\x4c\x20\x33\x32\x2e\x30\x32\x33\x34\x39\x38\x2c\x32\ \x35\x2e\x30\x30\x35\x31\x38\x36\x20\x4c\x20\x33\x32\x2e\x30\x32\ \x36\x31\x37\x39\x2c\x33\x37\x2e\x39\x39\x38\x30\x32\x33\x20\x4c\ \x20\x31\x36\x2e\x36\x34\x37\x36\x32\x33\x2c\x33\x37\x2e\x39\x38\ \x38\x38\x37\x20\x43\x20\x31\x37\x2e\x34\x31\x37\x35\x34\x35\x2c\ \x31\x39\x2e\x36\x34\x37\x38\x38\x20\x32\x37\x2e\x33\x37\x30\x32\ \x37\x32\x2c\x32\x36\x2e\x39\x39\x35\x37\x39\x37\x20\x33\x32\x2e\ \x30\x32\x39\x32\x38\x32\x2c\x31\x36\x2e\x33\x34\x31\x39\x39\x31\ \x20\x4c\x20\x33\x39\x2e\x34\x32\x39\x38\x38\x39\x2c\x32\x34\x2e\ \x39\x39\x33\x34\x36\x37\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\x34\x35\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\ \x73\x3d\x22\x63\x63\x63\x63\x63\x63\x63\x63\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\ \x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x4d\x20\x31\x35\x2e\x35\x32\x30\x37\x30\x34\x2c\x33\x37\x2e\x34\ \x39\x36\x30\x39\x34\x20\x4c\x20\x33\x31\x2e\x35\x32\x32\x31\x30\ \x39\x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x31\ \x2e\x35\x32\x32\x31\x30\x39\x2c\x32\x34\x2e\x35\x30\x37\x30\x35\ \x30\x20\x4c\x20\x33\x38\x2e\x33\x33\x38\x39\x32\x30\x2c\x32\x34\ \x2e\x34\x39\x31\x34\x32\x35\x20\x4c\x20\x32\x33\x2e\x33\x38\x34\ \x36\x34\x34\x2c\x37\x2e\x30\x33\x38\x38\x33\x39\x36\x20\x4c\x20\ \x38\x2e\x36\x37\x38\x31\x31\x37\x33\x2c\x32\x34\x2e\x34\x39\x35\ \x37\x38\x32\x20\x4c\x20\x31\x35\x2e\x35\x31\x38\x30\x31\x38\x2c\ \x32\x34\x2e\x35\x30\x31\x30\x32\x39\x20\x4c\x20\x31\x35\x2e\x35\ \x32\x30\x37\x30\x34\x2c\x33\x37\x2e\x34\x39\x36\x30\x39\x34\x20\ \x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x38\ \x31\x32\x38\x33\x34\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\ \x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\ \x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\ \x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\ \x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x32\x9a\ \x3c\ \x3f\x78\x6d\x6c\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\ \x30\x22\x20\x65\x6e\x63\x6f\x64\x69\x6e\x67\x3d\x22\x55\x54\x46\ \x2d\x38\x22\x20\x73\x74\x61\x6e\x64\x61\x6c\x6f\x6e\x65\x3d\x22\ \x6e\x6f\x22\x3f\x3e\x0a\x3c\x21\x2d\x2d\x20\x43\x72\x65\x61\x74\ \x65\x64\x20\x77\x69\x74\x68\x20\x49\x6e\x6b\x73\x63\x61\x70\x65\ \x20\x28\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x29\x20\x2d\x2d\x3e\x0a\ \x3c\x73\x76\x67\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x64\x63\ \x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x70\x75\x72\x6c\x2e\x6f\x72\ \x67\x2f\x64\x63\x2f\x65\x6c\x65\x6d\x65\x6e\x74\x73\x2f\x31\x2e\ \x31\x2f\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x63\x63\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6e\x73\x23\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\ \x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\ \x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x73\x76\x67\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x32\x30\x30\x30\ \x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\ \x67\x2f\x32\x30\x30\x30\x2f\x73\x76\x67\x22\x0a\x20\x20\x20\x78\ \x6d\x6c\x6e\x73\x3a\x78\x6c\x69\x6e\x6b\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\ \x39\x39\x2f\x78\x6c\x69\x6e\x6b\x22\x0a\x20\x20\x20\x78\x6d\x6c\ \x6e\x73\x3a\x73\x6f\x64\x69\x70\x6f\x64\x69\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2e\x73\x6f\x75\ \x72\x63\x65\x66\x6f\x72\x67\x65\x2e\x6e\x65\x74\x2f\x44\x54\x44\ \x2f\x73\x6f\x64\x69\x70\x6f\x64\x69\x2d\x30\x2e\x64\x74\x64\x22\ \x0a\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x2e\x6f\x72\x67\x2f\x6e\x61\x6d\x65\ \x73\x70\x61\x63\x65\x73\x2f\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\ \x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\x63\ \x6e\x61\x6d\x65\x3d\x22\x6d\x71\x64\x69\x66\x66\x2e\x73\x76\x67\ \x22\x0a\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x64\x6f\ \x63\x62\x61\x73\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6c\x61\x70\ \x6f\x2f\x49\x63\x6f\x6e\x65\x2f\x74\x61\x6e\x67\x65\x72\x69\x6e\ \x65\x2d\x69\x63\x6f\x6e\x2d\x74\x68\x65\x6d\x65\x2f\x73\x63\x61\ \x6c\x61\x62\x6c\x65\x2f\x61\x63\x74\x69\x6f\x6e\x73\x22\x0a\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x76\x65\x72\x73\x69\ \x6f\x6e\x3d\x22\x30\x2e\x34\x36\x22\x0a\x20\x20\x20\x73\x6f\x64\ \x69\x70\x6f\x64\x69\x3a\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x30\ \x2e\x33\x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x31\ \x31\x33\x30\x30\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\ \x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\ \x22\x34\x38\x70\x78\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x66\x69\x6c\x65\x6e\x61\ \x6d\x65\x3d\x22\x2f\x68\x6f\x6d\x65\x2f\x6a\x69\x6d\x6d\x61\x63\ \x2f\x44\x65\x73\x6b\x74\x6f\x70\x2f\x77\x69\x2d\x66\x69\x2e\x70\ \x6e\x67\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x65\x78\x70\x6f\x72\x74\x2d\x78\x64\x70\x69\x3d\x22\x39\x30\x2e\ \x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x65\x78\x70\x6f\x72\x74\x2d\x79\x64\x70\x69\x3d\ \x22\x39\x30\x2e\x30\x30\x30\x30\x30\x30\x22\x0a\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x6f\x75\x74\x70\x75\x74\x5f\x65\ \x78\x74\x65\x6e\x73\x69\x6f\x6e\x3d\x22\x6f\x72\x67\x2e\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x2e\x6f\x75\x74\x70\x75\x74\x2e\x73\x76\ \x67\x2e\x69\x6e\x6b\x73\x63\x61\x70\x65\x22\x3e\x0a\x20\x20\x3c\ \x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x64\x65\ \x66\x73\x33\x22\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\ \x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x35\x38\x30\x33\x22\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\ \x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\ \x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\ \x35\x38\x30\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x30\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x38\ \x30\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\ \x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\ \x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\ \x69\x65\x6e\x74\x35\x38\x30\x33\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\ \x65\x6e\x74\x35\x38\x35\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\ \x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\ \x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\ \x31\x2e\x32\x36\x30\x37\x32\x34\x2c\x30\x2c\x30\x2c\x31\x2e\x32\ \x36\x38\x31\x30\x32\x2c\x35\x30\x2e\x33\x36\x36\x37\x38\x36\x2c\ \x2d\x33\x2e\x39\x30\x36\x32\x30\x30\x33\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x31\x3d\x22\x32\x30\x2e\x31\x34\x37\x37\x32\ \x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x31\x3d\x22\x37\x2e\ \x37\x30\x30\x32\x32\x36\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x32\x3d\x22\x32\x31\x2e\x38\x37\x35\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x79\x32\x3d\x22\x31\x35\x2e\x30\x33\x31\x32\x35\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x33\x30\x37\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x66\x66\x35\x32\x35\x32\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x33\x30\ \x39\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\ \x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\ \x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x62\x63\ \x30\x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\ \x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x35\x33\x31\x31\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x3c\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\ \x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\ \x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x35\x33\x30\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\ \x35\x38\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\ \x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\ \x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2c\x30\ \x2c\x30\x2c\x31\x2e\x32\x32\x32\x30\x37\x35\x2c\x30\x2c\x37\x2e\ \x35\x37\x34\x37\x38\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\ \x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\ \x30\x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\ \x34\x2e\x31\x35\x36\x36\x38\x30\x36\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x3c\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\ \x70\x65\x63\x74\x69\x76\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\ \x76\x70\x5f\x78\x3d\x22\x30\x20\x3a\x20\x32\x34\x20\x3a\x20\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x76\x70\x5f\x79\x3d\x22\x30\x20\x3a\x20\x31\x30\x30\x30\ \x20\x3a\x20\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x76\x70\x5f\x7a\x3d\x22\x34\x38\x20\x3a\ \x20\x32\x34\x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x65\x72\x73\x70\x33\x64\ \x2d\x6f\x72\x69\x67\x69\x6e\x3d\x22\x32\x34\x20\x3a\x20\x31\x36\ \x20\x3a\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x65\x72\x73\x70\x65\x63\x74\x69\x76\x65\x32\x36\x32\x37\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\ \x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x36\x34\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x73\ \x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x73\x74\x6f\x70\x38\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x73\ \x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x6f\x70\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\ \x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\ \x3c\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\ \x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x3e\ \x0a\x20\x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\ \x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\ \x73\x65\x74\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\ \x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x38\x36\x35\x34\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\ \x74\x3d\x22\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x74\x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\ \x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x73\x74\x6f\x70\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x30\x3b\x22\x20\x2f\x3e\x0a\x20\x20\x20\ \x20\x3c\x2f\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\ \x74\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\ \x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x38\x36\x35\x30\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\ \x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x33\x38\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\ \x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\ \x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\ \x61\x74\x72\x69\x78\x28\x2d\x33\x2e\x37\x34\x39\x34\x32\x37\x65\ \x2d\x31\x36\x2c\x2d\x32\x2e\x30\x34\x36\x37\x32\x39\x2c\x31\x2e\ \x35\x35\x37\x36\x31\x30\x2c\x2d\x32\x2e\x38\x35\x33\x34\x30\x34\ \x65\x2d\x31\x36\x2c\x32\x2e\x37\x36\x37\x30\x30\x39\x2c\x36\x36\ \x2e\x39\x33\x32\x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x63\x78\x3d\x22\x32\x34\x2e\x35\x33\x37\x38\x38\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x79\x3d\x22\x30\x2e\x34\x30\x30\x31\x30\ \x38\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x32\x34\x2e\x35\x33\x37\x38\x38\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x66\x79\x3d\x22\x30\x2e\x34\x30\x30\x31\x30\x38\x31\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x37\x2e\x31\x37\ \x31\x34\x31\x35\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x72\x61\ \x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\ \x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\ \x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\ \x31\x37\x33\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\ \x34\x34\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\ \x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\ \x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x38\x37\ \x31\x38\x38\x35\x65\x2d\x31\x36\x2c\x2d\x30\x2e\x38\x34\x33\x30\ \x32\x32\x2c\x31\x2e\x30\x32\x30\x31\x36\x38\x2c\x32\x2e\x32\x36\ \x35\x32\x32\x38\x65\x2d\x31\x36\x2c\x30\x2e\x36\x30\x36\x34\x33\ \x36\x2c\x34\x32\x2e\x35\x38\x36\x31\x34\x29\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x63\x78\x3d\x22\x31\x31\x2e\x33\x31\x39\x32\x30\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x32\x32\ \x2e\x34\x35\x34\x39\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x66\x78\x3d\x22\x31\x31\x2e\x33\x31\x39\x32\x30\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\x32\x32\x2e\x34\x35\x34\ \x39\x37\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\ \x36\x2e\x39\x35\x36\x32\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\ \x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\x61\x79\x73\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\ \x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\ \x6e\x74\x38\x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\ \x74\x31\x34\x34\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\ \x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\x3d\x22\x75\x73\x65\ \x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x54\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\ \x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x33\x36\x37\x32\ \x33\x2c\x31\x2e\x36\x31\x34\x37\x31\x36\x65\x2d\x31\x35\x2c\x31\ \x36\x2e\x38\x37\x33\x30\x36\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x63\x79\x3d\x22\x33\x36\x2e\x34\x32\ \x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\ \x22\x32\x34\x2e\x38\x33\x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x66\x79\x3d\x22\x33\x36\x2e\x34\x32\x31\x31\x32\x37\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x3d\x22\x31\x35\x2e\x36\ \x34\x34\x37\x33\x37\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\ \x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\ \x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x31\x37\x33\x31\x22\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\ \x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\ \x23\x66\x35\x37\x39\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x3c\x73\x74\x6f\x70\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x74\x6f\x70\x31\x37\x33\x35\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x6f\x66\x66\x73\x65\x74\x3d\x22\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x73\x74\x6f\x70\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x63\ \x65\x35\x63\x30\x30\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x2f\ \x6c\x69\x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x3e\x0a\ \x20\x20\x20\x20\x3c\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\x22\x61\x6c\x77\ \x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x6c\x69\x6e\ \x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x35\x33\x30\x37\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x36\x36\x39\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\x6e\x69\x74\x73\ \x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\x6e\x55\x73\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\ \x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\ \x69\x78\x28\x31\x2c\x30\x2c\x30\x2c\x31\x2e\x32\x32\x32\x30\x37\ \x35\x2c\x30\x2c\x37\x2e\x35\x37\x34\x37\x38\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x63\x79\x3d\x22\x2d\x33\x32\x2e\x38\x39\x30\ \x30\x37\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x78\x3d\x22\ \x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x66\x79\x3d\x22\ \x2d\x33\x32\x2e\x38\x39\x30\x30\x37\x36\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x72\x3d\x22\x34\x2e\x31\x35\x36\x36\x38\x30\x36\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x6c\x69\x6e\x65\x61\x72\x47\ \x72\x61\x64\x69\x65\x6e\x74\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x63\x6f\x6c\x6c\x65\x63\x74\x3d\ \x22\x61\x6c\x77\x61\x79\x73\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x78\x6c\x69\x6e\x6b\x3a\x68\x72\x65\x66\x3d\x22\x23\x6c\x69\x6e\ \x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x35\x38\x30\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x69\x6e\x65\ \x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x36\x37\x31\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\x64\x69\x65\x6e\x74\x55\ \x6e\x69\x74\x73\x3d\x22\x75\x73\x65\x72\x53\x70\x61\x63\x65\x4f\ \x6e\x55\x73\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x67\x72\x61\ \x64\x69\x65\x6e\x74\x54\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\ \x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x36\x30\x37\x32\x34\x2c\ \x30\x2c\x30\x2c\x31\x2e\x32\x36\x38\x31\x30\x32\x2c\x35\x30\x2e\ \x33\x36\x36\x37\x38\x36\x2c\x2d\x33\x2e\x39\x30\x36\x32\x30\x30\ \x33\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\x31\x3d\x22\x32\ \x30\x2e\x31\x34\x37\x37\x32\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x79\x31\x3d\x22\x37\x2e\x37\x30\x30\x32\x32\x36\x38\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x78\x32\x3d\x22\x32\x31\x2e\x38\x37\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x32\x3d\x22\x31\x35\ \x2e\x30\x33\x31\x32\x35\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x64\ \x65\x66\x73\x3e\x0a\x20\x20\x3c\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x6e\x61\x6d\x65\x64\x76\x69\x65\x77\x0a\x20\x20\x20\x20\x20\ \x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\ \x79\x3d\x22\x31\x38\x35\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x78\x3d\x22\ \x35\x30\x30\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x68\x65\x69\x67\x68\x74\ \x3d\x22\x36\x37\x32\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\ \x63\x61\x70\x65\x3a\x77\x69\x6e\x64\x6f\x77\x2d\x77\x69\x64\x74\ \x68\x3d\x22\x38\x36\x34\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x73\x68\x6f\x77\x70\x61\x67\x65\x73\x68\ \x61\x64\x6f\x77\x3d\x22\x66\x61\x6c\x73\x65\x22\x0a\x20\x20\x20\ \x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x64\x6f\x63\x75\x6d\ \x65\x6e\x74\x2d\x75\x6e\x69\x74\x73\x3d\x22\x70\x78\x22\x0a\x20\ \x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x69\ \x64\x2d\x62\x62\x6f\x78\x3d\x22\x74\x72\x75\x65\x22\x0a\x20\x20\ \x20\x20\x20\x73\x68\x6f\x77\x67\x72\x69\x64\x3d\x22\x66\x61\x6c\ \x73\x65\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x63\x75\x72\x72\x65\x6e\x74\x2d\x6c\x61\x79\x65\x72\x3d\ \x22\x6c\x61\x79\x65\x72\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x63\x79\x3d\x22\x31\x32\x2e\x35\x33\ \x31\x33\x31\x33\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\ \x61\x70\x65\x3a\x63\x78\x3d\x22\x33\x33\x2e\x33\x34\x37\x33\x33\ \x31\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x7a\x6f\x6f\x6d\x3d\x22\x36\x2e\x35\x32\x39\x36\x38\x39\x22\ \x0a\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\ \x61\x67\x65\x73\x68\x61\x64\x6f\x77\x3d\x22\x32\x22\x0a\x20\x20\ \x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\x3a\x70\x61\x67\x65\ \x6f\x70\x61\x63\x69\x74\x79\x3d\x22\x30\x2e\x30\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x6f\x70\x61\x63\x69\x74\x79\ \x3d\x22\x30\x2e\x32\x35\x34\x39\x30\x31\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x62\x6f\x72\x64\x65\x72\x63\x6f\x6c\x6f\x72\x3d\x22\ \x23\x36\x36\x36\x36\x36\x36\x22\x0a\x20\x20\x20\x20\x20\x70\x61\ \x67\x65\x63\x6f\x6c\x6f\x72\x3d\x22\x23\x66\x66\x66\x66\x66\x66\ \x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x62\x61\x73\x65\x22\ \x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x37\x33\x64\ \x32\x31\x36\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x72\x6f\x6b\x65\ \x3d\x22\x23\x37\x33\x64\x32\x31\x36\x22\x20\x2f\x3e\x0a\x20\x20\ \x3c\x6d\x65\x74\x61\x64\x61\x74\x61\x0a\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x6d\x65\x74\x61\x64\x61\x74\x61\x34\x22\x3e\x0a\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x57\x6f\x72\x6b\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\ \x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x66\ \x6f\x72\x6d\x61\x74\x3e\x69\x6d\x61\x67\x65\x2f\x73\x76\x67\x2b\ \x78\x6d\x6c\x3c\x2f\x64\x63\x3a\x66\x6f\x72\x6d\x61\x74\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\x79\x70\x65\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\ \x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\ \x2f\x70\x75\x72\x6c\x2e\x6f\x72\x67\x2f\x64\x63\x2f\x64\x63\x6d\ \x69\x74\x79\x70\x65\x2f\x53\x74\x69\x6c\x6c\x49\x6d\x61\x67\x65\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x3c\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\x74\ \x69\x74\x6c\x65\x3e\x4a\x61\x6b\x75\x62\x20\x53\x74\x65\x69\x6e\ \x65\x72\x3c\x2f\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\ \x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\ \x3a\x63\x72\x65\x61\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x64\x63\x3a\x73\x6f\x75\x72\x63\x65\x3e\x68\x74\x74\ \x70\x3a\x2f\x2f\x6a\x69\x6d\x6d\x61\x63\x2e\x6d\x75\x73\x69\x63\ \x68\x61\x6c\x6c\x2e\x63\x7a\x3c\x2f\x64\x63\x3a\x73\x6f\x75\x72\ \x63\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x6c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\ \x22\x68\x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\ \x63\x6f\x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\ \x6e\x73\x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x47\x6f\x20\x55\x70\x3c\x2f\x64\x63\x3a\ \x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\ \x64\x63\x3a\x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x42\x61\x67\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x67\x6f\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\ \x3a\x6c\x69\x3e\x68\x69\x67\x68\x65\x72\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x75\x70\x3c\x2f\x72\x64\x66\x3a\ \x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x3c\x72\x64\x66\x3a\x6c\x69\x3e\x61\x72\x72\x6f\x77\x3c\x2f\x72\ \x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\x70\x6f\x69\x6e\x74\ \x65\x72\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x6c\x69\x3e\ \x26\x67\x74\x3b\x3c\x2f\x72\x64\x66\x3a\x6c\x69\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x42\x61\ \x67\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\ \x73\x75\x62\x6a\x65\x63\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x64\x63\x3a\x63\x6f\x6e\x74\x72\x69\x62\x75\x74\x6f\x72\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\ \x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x64\x63\x3a\x74\x69\x74\x6c\x65\x3e\x41\x6e\x64\ \x72\x65\x61\x73\x20\x4e\x69\x6c\x73\x73\x6f\x6e\x3c\x2f\x64\x63\ \x3a\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x3c\x2f\x63\x63\x3a\x41\x67\x65\x6e\x74\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x3c\x2f\x64\x63\x3a\x63\x6f\x6e\x74\x72\ \x69\x62\x75\x74\x6f\x72\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\ \x63\x63\x3a\x57\x6f\x72\x6b\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\ \x63\x63\x3a\x4c\x69\x63\x65\x6e\x73\x65\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x68\ \x74\x74\x70\x3a\x2f\x2f\x63\x72\x65\x61\x74\x69\x76\x65\x63\x6f\ \x6d\x6d\x6f\x6e\x73\x2e\x6f\x72\x67\x2f\x6c\x69\x63\x65\x6e\x73\ \x65\x73\x2f\x62\x79\x2d\x73\x61\x2f\x32\x2e\x30\x2f\x22\x3e\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\ \x69\x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\ \x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\ \x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\ \x2e\x6f\x72\x67\x2f\x63\x63\x2f\x52\x65\x70\x72\x6f\x64\x75\x63\ \x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\x74\x73\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\ \x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\ \x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\ \x2f\x44\x69\x73\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\ \x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x72\x65\ \x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\ \x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\ \x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x4e\x6f\x74\x69\x63\ \x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x63\ \x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\x65\x73\x6f\x75\x72\ \x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x65\x62\x2e\x72\ \x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\x2f\x63\x63\x2f\x41\ \x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e\x22\x20\x2f\x3e\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x3c\x63\x63\x3a\x70\x65\x72\x6d\x69\ \x74\x73\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\ \x66\x3a\x72\x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\ \x3a\x2f\x2f\x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\ \x6f\x72\x67\x2f\x63\x63\x2f\x44\x65\x72\x69\x76\x61\x74\x69\x76\ \x65\x57\x6f\x72\x6b\x73\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x3c\x63\x63\x3a\x72\x65\x71\x75\x69\x72\x65\x73\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x72\x64\x66\x3a\x72\ \x65\x73\x6f\x75\x72\x63\x65\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\ \x77\x65\x62\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x2e\x6f\x72\x67\ \x2f\x63\x63\x2f\x53\x68\x61\x72\x65\x41\x6c\x69\x6b\x65\x22\x20\ \x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x63\x63\x3a\x4c\x69\ \x63\x65\x6e\x73\x65\x3e\x0a\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\ \x3a\x52\x44\x46\x3e\x0a\x20\x20\x3c\x2f\x6d\x65\x74\x61\x64\x61\ \x74\x61\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x67\x72\x6f\x75\x70\x6d\x6f\x64\x65\ \x3d\x22\x6c\x61\x79\x65\x72\x22\x0a\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x6c\x61\x62\x65\x6c\x3d\x22\x4c\x61\ \x79\x65\x72\x20\x31\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\ \x6c\x61\x79\x65\x72\x31\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\ \x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\x32\x31\ \x34\x34\x36\x36\x2c\x30\x2e\x30\x30\x30\x30\x30\x30\x2c\x30\x2e\ \x30\x30\x30\x30\x30\x30\x2c\x30\x2e\x35\x39\x35\x34\x35\x38\x2c\ \x2d\x36\x2e\x31\x36\x33\x38\x34\x36\x2c\x31\x36\x2e\x33\x31\x32\ \x37\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\x34\x32\ \x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\x37\ \x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\x31\ \x20\x20\x39\x2e\x31\x39\x32\x33\x38\x38\x35\x2c\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x20\x41\x20\x31\x35\x2e\x36\x34\x34\x37\x33\ \x37\x20\x38\x2e\x33\x39\x36\x38\x39\x33\x35\x20\x30\x20\x31\x20\ \x31\x20\x20\x34\x30\x2e\x34\x38\x31\x38\x36\x33\x20\x33\x36\x2e\ \x34\x32\x31\x31\x32\x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x79\x3d\x22\x38\x2e\ \x33\x39\x36\x38\x39\x33\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x78\x3d\x22\x31\x35\x2e\ \x36\x34\x34\x37\x33\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\x33\x36\x2e\x34\ \x32\x31\x31\x32\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\x22\x32\x34\x2e\x38\x33\ \x37\x31\x32\x36\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x70\x61\x74\x68\x38\x36\x36\x30\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\ \x3a\x30\x2e\x32\x39\x39\x34\x36\x35\x32\x31\x3b\x63\x6f\x6c\x6f\ \x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\ \x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\ \x6e\x74\x31\x34\x34\x34\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x66\ \x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\ \x61\x70\x3a\x62\x75\x74\x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\ \x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\ \x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\ \x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\ \x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\ \x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\ \x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\ \x73\x69\x62\x6c\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x61\x72\x63\ \x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x6e\ \x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\x63\x63\x63\x63\x63\ \x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x38\x36\x34\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x31\x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\ \x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x32\x2e\x34\x36\ \x39\x34\x37\x37\x2c\x33\x38\x2e\x35\x30\x30\x30\x30\x30\x20\x4c\ \x20\x33\x32\x2e\x34\x36\x39\x34\x37\x37\x2c\x32\x35\x2e\x35\x34\ \x37\x34\x33\x37\x20\x4c\x20\x34\x30\x2e\x35\x30\x30\x30\x30\x30\ \x2c\x32\x35\x2e\x35\x34\x37\x34\x33\x37\x20\x4c\x20\x32\x33\x2e\ \x33\x37\x34\x38\x30\x39\x2c\x35\x2e\x34\x39\x39\x32\x31\x33\x35\ \x20\x4c\x20\x36\x2e\x35\x32\x38\x35\x35\x38\x35\x2c\x32\x35\x2e\ \x34\x38\x39\x34\x37\x31\x20\x4c\x20\x31\x34\x2e\x34\x39\x37\x30\ \x39\x36\x2c\x32\x35\x2e\x35\x35\x35\x37\x36\x32\x20\x4c\x20\x31\ \x34\x2e\x34\x39\x31\x37\x39\x32\x2c\x33\x38\x2e\x35\x30\x30\x30\ \x30\x30\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\ \x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\ \x30\x30\x30\x30\x30\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\ \x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\x65\x6e\x74\x31\x34\x34\ \x31\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x2e\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\ \x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x61\x30\ \x34\x65\x30\x62\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\ \x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x72\x6f\x75\x6e\x64\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\ \x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\ \x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\x30\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\ \x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\ \x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\x30\ \x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x31\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\x69\ \x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\ \x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\ \x63\x63\x63\x73\x63\x63\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x69\ \x64\x3d\x22\x70\x61\x74\x68\x38\x36\x34\x35\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x37\x2e\x35\x38\x35\x35\x32\ \x33\x37\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\x20\x4c\x20\x31\x34\ \x2e\x39\x39\x35\x38\x32\x31\x2c\x32\x35\x2e\x30\x33\x32\x35\x33\ \x20\x4c\x20\x31\x35\x2e\x30\x36\x32\x34\x32\x32\x2c\x33\x31\x2e\ \x35\x39\x34\x33\x33\x39\x20\x43\x20\x32\x30\x2e\x37\x31\x38\x30\ \x33\x34\x2c\x32\x30\x2e\x35\x39\x33\x38\x37\x38\x20\x33\x31\x2e\ \x30\x35\x35\x35\x31\x37\x2c\x32\x32\x2e\x37\x34\x39\x39\x32\x38\ \x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\x2c\x31\x35\x2e\x39\x36\ \x36\x36\x37\x34\x20\x43\x20\x33\x31\x2e\x36\x35\x36\x37\x36\x38\ \x2c\x31\x35\x2e\x39\x36\x36\x36\x37\x34\x20\x32\x33\x2e\x33\x36\ \x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\x39\x32\x20\x32\ \x33\x2e\x33\x36\x36\x39\x33\x38\x2c\x36\x2e\x34\x32\x31\x39\x36\ \x39\x32\x20\x4c\x20\x37\x2e\x35\x38\x35\x35\x32\x33\x37\x2c\x32\ \x35\x2e\x30\x33\x32\x35\x33\x20\x7a\x20\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\ \x79\x3a\x30\x2e\x35\x30\x38\x30\x32\x31\x34\x31\x3b\x63\x6f\x6c\ \x6f\x72\x3a\x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\ \x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\x61\x64\x69\ \x65\x6e\x74\x31\x34\x33\x38\x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\ \x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\x65\x76\x65\x6e\x6f\x64\ \x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\ \x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\ \x6d\x61\x72\x6b\x65\x72\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\ \x65\x72\x2d\x73\x74\x61\x72\x74\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x6d\x69\x64\x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\ \x72\x6b\x65\x72\x2d\x65\x6e\x64\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\ \x31\x30\x2e\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\ \x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x6f\x66\x66\x73\x65\ \x74\x3a\x30\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\x30\ \x30\x30\x30\x30\x3b\x76\x69\x73\x69\x62\x69\x6c\x69\x74\x79\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x3b\x64\x69\x73\x70\x6c\x61\x79\x3a\ \x69\x6e\x6c\x69\x6e\x65\x3b\x6f\x76\x65\x72\x66\x6c\x6f\x77\x3a\ \x76\x69\x73\x69\x62\x6c\x65\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x30\x2e\x34\x38\ \x31\x32\x38\x33\x34\x30\x3b\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\ \x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x6e\x6f\x6e\x65\x3b\x66\ \x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x2e\x30\x30\ \x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x72\x75\x6c\x65\x3a\ \x65\x76\x65\x6e\x6f\x64\x64\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\ \x66\x66\x66\x66\x66\x66\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\ \x64\x74\x68\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x34\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\ \x74\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\ \x6e\x3a\x6d\x69\x74\x65\x72\x3b\x6d\x61\x72\x6b\x65\x72\x3a\x6e\ \x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x73\x74\x61\x72\x74\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x6d\x69\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x6d\x61\x72\x6b\x65\x72\x2d\x65\x6e\x64\ \x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\ \x65\x72\x6c\x69\x6d\x69\x74\x3a\x31\x30\x2e\x30\x30\x30\x30\x30\ \x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\ \x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\ \x61\x73\x68\x6f\x66\x66\x73\x65\x74\x3a\x30\x2e\x30\x30\x30\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x2e\x30\x30\x30\x30\x30\x30\x30\x3b\x76\x69\x73\ \x69\x62\x69\x6c\x69\x74\x79\x3a\x76\x69\x73\x69\x62\x6c\x65\x3b\ \x64\x69\x73\x70\x6c\x61\x79\x3a\x69\x6e\x6c\x69\x6e\x65\x3b\x6f\ \x76\x65\x72\x66\x6c\x6f\x77\x3a\x76\x69\x73\x69\x62\x6c\x65\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x31\x35\x2e\ \x36\x30\x32\x37\x33\x35\x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\ \x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\x37\x38\x2c\x33\x37\x2e\ \x35\x30\x30\x30\x30\x30\x20\x4c\x20\x33\x31\x2e\x35\x30\x32\x35\ \x37\x38\x2c\x32\x34\x2e\x35\x30\x37\x30\x35\x30\x20\x4c\x20\x33\ \x38\x2e\x33\x31\x31\x35\x37\x36\x2c\x32\x34\x2e\x35\x30\x37\x30\ \x35\x30\x20\x4c\x20\x32\x33\x2e\x33\x36\x31\x32\x30\x36\x2c\x37\ \x2e\x30\x37\x30\x30\x38\x39\x36\x20\x4c\x20\x38\x2e\x36\x35\x34\ \x36\x37\x39\x38\x2c\x32\x34\x2e\x35\x35\x30\x34\x37\x30\x20\x4c\ \x20\x31\x35\x2e\x34\x37\x35\x30\x34\x39\x2c\x32\x34\x2e\x35\x32\ \x38\x33\x37\x33\x20\x4c\x20\x31\x35\x2e\x36\x30\x32\x37\x33\x35\ \x2c\x33\x37\x2e\x35\x30\x30\x30\x30\x30\x20\x7a\x20\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x38\x36\ \x35\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x6e\x6f\x64\x65\x74\x79\x70\x65\x73\x3d\x22\x63\ \x63\x63\x63\x63\x63\x63\x63\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\ \x3c\x67\x0a\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\x32\ \x36\x36\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x74\x72\x61\x6e\ \x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\x28\x31\x2e\ \x33\x39\x33\x31\x33\x33\x2c\x30\x2c\x30\x2c\x31\x2e\x33\x30\x33\ \x33\x36\x39\x39\x2c\x2d\x37\x37\x2e\x34\x36\x30\x38\x36\x34\x2c\ \x31\x33\x2e\x35\x37\x36\x34\x39\x36\x29\x22\x3e\x0a\x20\x20\x20\ \x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\ \x72\x69\x78\x28\x2d\x32\x2e\x37\x35\x32\x32\x38\x37\x2c\x30\x2c\ \x30\x2c\x2d\x33\x2e\x30\x30\x33\x39\x37\x38\x2c\x2d\x31\x35\x2e\ \x36\x32\x36\x31\x31\x33\x2c\x2d\x37\x35\x2e\x39\x33\x35\x38\x31\ \x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\ \x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\x4c\x20\x2d\x33\x37\x2e\x39\ \x38\x32\x37\x39\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x35\ \x20\x4c\x20\x2d\x33\x30\x2e\x30\x31\x37\x32\x31\x2c\x2d\x33\x33\ \x2e\x38\x39\x38\x33\x39\x36\x20\x4c\x20\x2d\x33\x34\x2c\x2d\x32\ \x37\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\ \x6b\x73\x63\x61\x70\x65\x3a\x72\x61\x6e\x64\x6f\x6d\x69\x7a\x65\ \x64\x3d\x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\ \x6e\x6b\x73\x63\x61\x70\x65\x3a\x72\x6f\x75\x6e\x64\x65\x64\x3d\ \x22\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\ \x73\x63\x61\x70\x65\x3a\x66\x6c\x61\x74\x73\x69\x64\x65\x64\x3d\ \x22\x74\x72\x75\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x32\x3d\x22\x32\ \x2e\x36\x31\x37\x39\x39\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x31\ \x3d\x22\x31\x2e\x35\x37\x30\x37\x39\x36\x33\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\ \x32\x3d\x22\x32\x2e\x32\x39\x39\x34\x36\x35\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\ \x72\x31\x3d\x22\x34\x2e\x35\x39\x38\x39\x33\x30\x34\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\ \x3a\x63\x79\x3d\x22\x2d\x33\x31\x2e\x35\x39\x38\x39\x33\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\ \x69\x3a\x63\x78\x3d\x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x73\x69\x64\ \x65\x73\x3d\x22\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x70\x61\x74\x68\x31\x37\x33\x31\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x75\x72\x6c\x28\x23\x72\x61\x64\x69\x61\x6c\x47\x72\ \x61\x64\x69\x65\x6e\x74\x32\x36\x36\x39\x29\x3b\x66\x69\x6c\x6c\ \x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\ \x65\x3a\x23\x61\x30\x30\x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\ \x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x33\x34\x37\x37\x38\x30\x31\ \x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\ \x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\ \x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\ \x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\ \x22\x73\x74\x61\x72\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x74\ \x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x6d\x61\x74\x72\x69\x78\ \x28\x2d\x32\x2e\x31\x31\x30\x32\x38\x38\x2c\x30\x2c\x30\x2c\x2d\ \x32\x2e\x34\x38\x30\x34\x39\x39\x2c\x36\x2e\x32\x30\x31\x38\x33\ \x37\x2c\x2d\x35\x39\x2e\x34\x35\x31\x30\x39\x29\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x2d\x33\x34\x2c\ \x2d\x32\x37\x20\x4c\x20\x2d\x33\x37\x2e\x39\x38\x32\x37\x39\x31\ \x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\x39\x35\x20\x4c\x20\x2d\x33\ \x30\x2e\x30\x31\x37\x32\x31\x2c\x2d\x33\x33\x2e\x38\x39\x38\x33\ \x39\x36\x20\x4c\x20\x2d\x33\x34\x2c\x2d\x32\x37\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\ \x65\x3a\x72\x61\x6e\x64\x6f\x6d\x69\x7a\x65\x64\x3d\x22\x30\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\ \x70\x65\x3a\x72\x6f\x75\x6e\x64\x65\x64\x3d\x22\x30\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x69\x6e\x6b\x73\x63\x61\x70\x65\ \x3a\x66\x6c\x61\x74\x73\x69\x64\x65\x64\x3d\x22\x74\x72\x75\x65\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\x70\ \x6f\x64\x69\x3a\x61\x72\x67\x32\x3d\x22\x32\x2e\x36\x31\x37\x39\ \x39\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\ \x64\x69\x70\x6f\x64\x69\x3a\x61\x72\x67\x31\x3d\x22\x31\x2e\x35\ \x37\x30\x37\x39\x36\x33\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x32\x3d\x22\x32\x2e\ \x32\x39\x39\x34\x36\x35\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x72\x31\x3d\x22\x34\ \x2e\x35\x39\x38\x39\x33\x30\x34\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x79\x3d\x22\ \x2d\x33\x31\x2e\x35\x39\x38\x39\x33\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x73\x6f\x64\x69\x70\x6f\x64\x69\x3a\x63\x78\x3d\ \x22\x2d\x33\x34\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\ \x6f\x64\x69\x70\x6f\x64\x69\x3a\x73\x69\x64\x65\x73\x3d\x22\x33\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x35\x33\x30\x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x66\ \x66\x66\x66\x66\x66\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\ \x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x23\x66\x39\x30\ \x30\x30\x30\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x30\x2e\x34\x33\x37\x30\x37\x38\x34\x35\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x72\x6f\x75\x6e\x64\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\ \x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\ \x74\x65\x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\ \x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x74\x79\x70\x65\x3d\x22\x73\x74\x61\x72\x22\ \x20\x2f\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x35\x37\x39\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x64\x3d\x22\x4d\x20\x37\x37\x2e\x39\x34\x35\x31\x33\x33\x2c\x35\ \x2e\x31\x36\x38\x36\x35\x37\x37\x20\x4c\x20\x37\x33\x2e\x31\x37\ \x38\x30\x31\x38\x2c\x31\x34\x2e\x32\x30\x33\x38\x38\x37\x20\x43\ \x20\x37\x34\x2e\x36\x30\x33\x36\x34\x32\x2c\x31\x34\x2e\x38\x31\ \x39\x34\x30\x36\x20\x37\x36\x2e\x32\x32\x31\x39\x38\x35\x2c\x31\ \x35\x2e\x31\x35\x34\x39\x36\x34\x20\x37\x37\x2e\x39\x34\x35\x31\ \x33\x33\x2c\x31\x35\x2e\x31\x35\x34\x39\x36\x34\x20\x43\x20\x37\ \x39\x2e\x36\x36\x38\x32\x38\x31\x2c\x31\x35\x2e\x31\x35\x34\x39\ \x36\x34\x20\x38\x31\x2e\x32\x38\x36\x36\x32\x33\x2c\x31\x34\x2e\ \x38\x31\x39\x34\x30\x36\x20\x38\x32\x2e\x37\x31\x32\x32\x34\x36\ \x2c\x31\x34\x2e\x32\x30\x33\x38\x38\x37\x20\x4c\x20\x37\x37\x2e\ \x39\x34\x35\x31\x33\x33\x2c\x35\x2e\x31\x36\x38\x36\x35\x37\x37\ \x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\ \x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x75\x72\x6c\x28\x23\x6c\x69\ \x6e\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6e\x74\x32\x36\x37\x31\ \x29\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\ \x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x30\x2e\x34\x33\x39\x37\ \x33\x36\x31\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x63\ \x61\x70\x3a\x72\x6f\x75\x6e\x64\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x72\x6f\x75\x6e\x64\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\x72\x6c\x69\x6d\x69\x74\ \x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x64\x61\x73\x68\x61\x72\ \x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\x20\x20\ \x20\x20\x20\x20\x3c\x74\x65\x78\x74\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x73\x63\ \x61\x6c\x65\x28\x31\x2e\x31\x31\x34\x36\x35\x30\x39\x2c\x30\x2e\ \x38\x39\x37\x31\x34\x31\x39\x29\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x74\x65\x78\x74\x35\x38\x31\x31\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x32\x34\x2e\ \x35\x35\x35\x38\x31\x37\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x78\x3d\x22\x36\x37\x2e\x33\x37\x33\x33\x39\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x6f\ \x6e\x74\x2d\x73\x69\x7a\x65\x3a\x31\x33\x2e\x30\x38\x34\x39\x37\ \x30\x34\x37\x70\x78\x3b\x66\x6f\x6e\x74\x2d\x73\x74\x79\x6c\x65\ \x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x6f\x6e\x74\x2d\x77\x65\x69\ \x67\x68\x74\x3a\x6e\x6f\x72\x6d\x61\x6c\x3b\x66\x69\x6c\x6c\x3a\ \x23\x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x2d\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\x6f\x6b\x65\x3a\x6e\x6f\ \x6e\x65\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\ \x30\x2e\x32\x39\x39\x39\x39\x39\x39\x38\x3b\x73\x74\x72\x6f\x6b\ \x65\x2d\x6c\x69\x6e\x65\x63\x61\x70\x3a\x62\x75\x74\x74\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6c\x69\x6e\x65\x6a\x6f\x69\x6e\x3a\x6d\ \x69\x74\x65\x72\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x6d\x69\x74\x65\ \x72\x6c\x69\x6d\x69\x74\x3a\x34\x3b\x73\x74\x72\x6f\x6b\x65\x2d\ \x64\x61\x73\x68\x61\x72\x72\x61\x79\x3a\x6e\x6f\x6e\x65\x3b\x73\ \x74\x72\x6f\x6b\x65\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\ \x66\x6f\x6e\x74\x2d\x66\x61\x6d\x69\x6c\x79\x3a\x42\x69\x74\x73\ \x74\x72\x65\x61\x6d\x20\x56\x65\x72\x61\x20\x53\x61\x6e\x73\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x6d\x6c\x3a\x73\x70\ \x61\x63\x65\x3d\x22\x70\x72\x65\x73\x65\x72\x76\x65\x22\x3e\x3c\ \x74\x73\x70\x61\x6e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x79\x3d\x22\x32\x34\x2e\x35\x35\x35\x38\x31\x37\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x3d\x22\x36\x37\x2e\ \x33\x37\x33\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x74\x73\x70\x61\x6e\x35\x38\x31\x33\x22\ \x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x73\x6f\x64\x69\ \x70\x6f\x64\x69\x3a\x72\x6f\x6c\x65\x3d\x22\x6c\x69\x6e\x65\x22\ \x3e\x21\x3c\x2f\x74\x73\x70\x61\x6e\x3e\x3c\x2f\x74\x65\x78\x74\ \x3e\x0a\x20\x20\x20\x20\x3c\x2f\x67\x3e\x0a\x20\x20\x3c\x2f\x67\ \x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x09\x11\ \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\x06\x00\x00\x00\x73\x7a\x7a\xf4\ \x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\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\xdc\x02\x03\ \x0e\x0d\x27\xdb\x67\x6c\x56\x00\x00\x08\x91\x49\x44\x41\x54\x58\ \xc3\xa5\x97\x6b\x8c\x5d\x55\x15\x80\xbf\xbd\xcf\xd9\xe7\x3e\x67\ \xa6\x33\x73\xa7\x50\xa0\x85\x3e\x29\x54\x30\x14\x2a\x20\x1a\x68\ \xb4\x9a\x0a\x54\x05\x8d\x31\xa0\x06\x12\x23\x60\xd0\x12\x90\x28\ \xf1\x07\x4a\x02\x52\x91\x46\x4c\xd0\xa0\x31\x6a\x94\x87\x6d\x79\ \xc6\x56\x40\x84\x52\x4a\xfa\xa0\xb4\x9d\x99\x4e\x3b\xd3\x99\x76\ \xa6\x9d\xb6\x73\xe7\xde\xb9\x77\xee\xe3\xdc\xf3\x3e\xdb\x1f\x53\ \x86\x52\x5a\xa0\x75\x25\xe7\xc7\xd9\x7b\x9f\xb5\xbf\xbd\xd6\xda\ \x6b\xad\x23\xb4\xd6\x7c\x94\x5c\x75\xf9\x97\x2e\xcd\x64\x32\x73\ \xd3\x99\x74\x4b\x3a\x95\x6e\xb1\x12\x89\x26\x65\xaa\xb4\x52\xaa\ \xc9\x4a\x58\x59\x29\x05\x42\x08\x00\x7c\x3f\xb0\x3d\xd7\xab\xb9\ \x9e\x6b\xfb\xbe\x5f\xf7\x5c\xa7\xe2\x38\x6e\xb5\x56\xab\xf5\x6e\ \xdc\xfc\xca\xb6\x13\xe9\x17\x27\x02\xf8\xdb\x5f\x9e\x6d\xda\xb0\ \xfe\xcd\xbb\x9b\x5a\x9a\x17\x9c\x3f\x7f\xee\x82\x4b\x2e\xf9\x74\ \x4b\x3a\x93\x6e\x35\x4d\x33\xa1\x2c\x25\x95\x52\x58\x96\x85\x10\ \x20\x84\xc0\x73\x3d\x3c\xcf\x23\x8c\x62\x94\x69\x92\x4a\x25\x30\ \x4d\x19\x97\x4a\xe3\x7e\xb9\x54\x29\x77\x75\x76\x57\xfa\x7a\x07\ \x7a\x6a\xd5\xca\xae\x6b\x16\x2f\x7e\xf4\xdb\x37\x2f\x1b\x3f\x29\ \xc0\x9f\x9e\x78\xea\x96\x5a\xbd\xbe\x62\xfe\x85\x17\xe4\x9a\x9b\ \xb3\x64\xb3\x19\xca\xa5\x0a\x18\x16\xcd\x4d\x59\xb2\x4d\x59\x9a\ \x9a\x32\x34\x37\x65\x48\xa5\x00\x0d\xdd\xbb\x0e\xb0\x6f\xff\x10\ \x8d\x86\xcb\xbc\xb9\xe7\x71\xd9\xc2\xb9\x00\xf4\xec\x1e\xa2\xbb\ \xbb\x97\xe6\xa6\x24\xcd\x2d\xcd\x54\x2a\x55\x3a\xb7\x77\x96\x3b\ \x72\x1d\x0f\xdc\xfa\xfd\x6f\xad\x04\x30\x8f\x3f\x7d\x3e\x7f\xe4\ \xa7\xd7\x2e\xbb\x2e\xb7\x6a\xcd\xab\xa4\x92\x26\x1d\xed\xad\xcc\ \x9e\x3b\x87\x6c\x26\x81\x52\x26\xd2\x30\x00\x88\xe3\x18\x81\x04\ \x01\x52\x0a\x0c\xc3\xc0\x30\xe4\xa4\x3b\x60\x62\xbc\x54\xae\xd2\ \xdd\xdd\x43\x1c\x6b\xc6\x4a\x25\x6e\xbe\xe9\xeb\xad\x7b\x7b\xf7\ \xde\x05\xac\x3c\xa1\x05\xbe\x71\xe3\xad\x7f\xfd\xe1\x9d\x77\x7c\ \xb7\x23\x97\xc3\x6e\x38\xf4\xf7\x0f\x50\x2c\x14\x69\x6f\x9f\x82\ \x52\x06\x4a\x59\x28\x65\x62\x29\x13\x75\x14\x3f\xd2\x92\x5a\xcd\ \x26\x8a\x62\xc2\x20\xc4\x52\x13\x3a\x8b\xa5\x1a\xb6\xed\x91\xcd\ \x66\xb8\x70\xc1\x05\x08\x1d\xb3\x73\x67\x17\x2f\xaf\x5d\xfb\xe4\ \x0b\xff\x7a\xfa\xa6\x13\x5a\xc0\xae\xdb\xf4\xf6\xed\x23\x91\x4c\ \x91\x6b\x6f\x65\xd9\xf5\x5f\x20\x8e\x63\xe2\x38\x22\x8e\xf5\xc4\ \xa3\x35\x5a\x6b\x4c\xc3\x00\x01\x61\x18\x11\x47\x31\x71\xac\x31\ \x4c\x89\x14\x82\x30\x8c\xf0\x3c\x1f\xd7\x75\x69\xd8\x36\xab\x57\ \xbd\x44\x4f\xf7\x2e\x2e\xbd\x74\x21\xa5\x52\xd9\x78\x6f\xbf\x0f\ \x01\x18\x86\x11\x48\x69\x10\x86\x11\xa6\x52\x58\x89\x14\x09\x6b\ \x62\x4e\x6b\x4d\x18\xc5\x74\x76\xee\x67\xf7\x9e\xbd\x18\x86\x41\ \x4b\x4b\x0b\xb3\x67\xcf\x60\xc6\x39\x6d\xd4\xeb\x21\x85\x42\x89\ \x42\x61\x8c\x42\xa1\x40\x71\xb4\x48\x7e\x74\x94\xe2\xe8\x28\xc5\ \x42\x11\xdb\xb6\x71\x5d\x0f\x29\x98\xbc\x11\xf2\x78\x80\x91\xc2\ \xc1\x1f\x6c\x78\xf3\xf5\x4d\x0d\xdb\x41\x4a\x89\x14\xc7\x5c\x19\ \x21\x30\xa4\x81\x34\x0c\x34\xa0\xd1\x08\x21\x50\x4a\x91\x4c\x25\ \x50\x4a\x61\x9a\xe6\x84\xab\x4c\x13\xd3\x34\xb1\x2c\x45\x32\x99\ \x24\x99\x4a\x92\xc9\x66\xd9\xb5\x7b\xd7\xde\xfd\x07\x06\xff\x7c\ \x42\x80\x5a\xcd\x9f\xf1\xab\x15\x2b\x97\x4e\x9f\x7e\xe6\xb3\x6f\ \xbc\xf1\x56\x74\x70\xe8\x10\xb6\xed\x10\x45\xfa\x18\x08\x50\xca\ \x20\x91\x50\x58\x4a\x21\xa5\x40\x6b\x4d\xac\xc1\x30\x24\x4a\x99\ \x13\x96\xb3\x2c\x54\xc2\x42\x29\x0b\x61\x18\x94\x2a\xe3\xf8\x51\ \x48\xff\x40\xff\xdd\x07\x86\x7b\xc7\x3e\x04\xf0\xe0\xc3\x4f\x7c\ \x73\xb4\x50\x7c\xc5\x75\x83\x7b\x6f\xbf\xe3\xce\x1b\xec\x46\x3d\ \xda\xbe\xbd\x93\xfe\xfe\x61\x4a\x25\x07\xc7\x8d\x27\x01\xb2\x99\ \x34\x67\x4c\xcd\xd1\x91\x6b\x43\x29\x89\x8e\x43\x0c\x01\x08\xcd\ \x78\xb5\xc6\x48\xbe\x48\x7e\xac\xcc\x68\xb1\x44\x61\xac\xc4\xd0\ \xc1\x61\x6c\xdb\xc6\x73\x9d\x67\x7a\x76\x6f\x79\xe9\xd8\x43\x4f\ \xc6\x40\x69\x6c\xec\x8a\x03\x07\x0f\x7f\xf9\xba\xa5\x57\x0e\x01\ \xa4\xd2\xe9\x85\x3d\xbb\x77\x3f\x3b\x7b\xf6\xcc\x73\x73\xb9\x36\ \x0c\xd3\xc4\x30\x2c\x2c\x05\x4a\x99\x44\x51\x8c\xef\x79\x84\x61\ \x48\x14\x46\x44\x11\x54\x6b\x0d\xaa\xd5\x3a\x7e\x10\x1c\x1d\x8b\ \x70\x1c\x87\x5a\x75\x9c\x74\x2a\x35\x32\x38\x78\x64\xf9\xf1\x2e\ \x9f\xb4\x40\xbe\x50\xfc\xc3\xe2\xab\x2f\x1b\x7a\xef\x7d\xc5\x43\ \x3f\x79\x77\x70\x70\xff\xed\x03\x03\x83\x7e\xa5\x52\x45\xc7\x11\ \x8e\x1b\x12\x46\x90\x4c\x4e\xf8\x3b\x8a\xe3\xa3\xf7\x5d\xe2\xb8\ \x31\xae\xe3\x11\xc7\x1a\x35\xe9\x9a\x98\x72\x69\x8c\x64\x22\x49\ \xa5\x5a\x59\xde\xd9\xb5\x71\xe4\xa4\x00\xad\xad\x6d\x17\x1f\x3f\ \xf9\xef\x75\x4f\xae\x7b\x6b\xe3\x86\xee\xd1\x7c\x11\xdf\x0f\xd0\ \x71\x8c\x1f\x30\x11\x74\xc9\x04\xe2\x68\x60\x0a\x21\xf0\xfd\x80\ \x20\x08\x90\x52\x60\x1e\x0d\xde\x7a\xad\x86\xe7\xb9\x68\x1d\xad\ \x5b\xbf\xfe\xc5\x67\x4e\x54\x0b\x26\x01\xd2\xa9\xd4\xb5\x5b\xde\ \xed\x9b\x7d\xec\xe4\x43\x0f\xff\xf1\x3b\x87\x0e\x0d\x9f\xb5\x69\ \xcb\xe6\x62\xad\x66\x23\x85\x24\x08\x42\x84\x94\xa4\xd3\xe9\xa3\ \x6e\x31\x40\x08\x82\x30\x24\x8c\x22\xcc\xa3\x63\x41\x10\x30\x56\ \x1c\xc3\x34\xcc\x8a\xe7\xf9\x3f\x3a\x59\xb1\x9b\x8c\x01\x69\xc8\ \xb5\x67\x4d\x9b\xba\xa9\x54\xf5\xd6\x54\x2b\xb6\x33\xd0\x3f\x74\ \xf5\x9c\x39\xb3\xa6\x99\x4a\x7d\x65\xd7\xae\x9e\xd9\x43\x43\x97\ \xaf\xca\x75\xb4\xa1\x94\x01\x5a\x93\xc9\xa4\x48\x58\x09\xc2\x30\ \x44\x30\x91\x78\xb4\xd6\x28\x65\x22\x04\x14\x0a\x45\x7c\xdf\x03\ \xf4\x7d\x6b\xd7\x3d\xd5\x7f\x32\x80\xf7\x6f\xc1\x2f\x97\xaf\xee\ \xea\xde\x73\x9b\xd3\x70\xe6\xd5\xaa\xb5\xc5\xa3\x85\xe2\xc6\xbe\ \xbe\x81\xcf\xac\x7f\xfd\xb9\xed\x4f\x3f\xf5\xf8\xea\xad\x5b\xb7\ \x3d\x37\x56\x2c\x63\x48\x83\x58\x6b\x52\xc9\x04\xa9\x54\x12\x53\ \x29\x90\x82\x28\x8a\x90\x42\xa2\x4c\x83\x7a\xbd\x4e\x61\x74\x14\ \xc7\xb1\x5f\x6d\x34\xec\xdf\x7f\x54\xb9\xff\x40\x26\x5c\xba\xe4\ \x8a\x35\xc0\x9a\xb3\xcf\x9c\xc2\x45\x0b\xce\xfd\xc0\xc2\xe1\xe1\ \xe1\x7b\xf7\xec\xee\x5b\x32\xb5\xa3\x3d\x6b\x28\x03\xd3\x34\x49\ \xa5\x92\x44\xd1\x84\x05\xe2\x58\x63\x44\x3e\xba\x3e\x4e\x71\x5f\ \x1f\xd1\xf8\x88\x37\xaf\xd4\xfd\xc0\x3d\xd6\xce\xf6\xda\xf5\x4d\ \xc7\x68\xaa\x03\x30\x5e\x24\x8e\x8e\xd0\x10\x1f\xd7\x90\x1c\x2b\ \xf7\xdf\xff\xd8\xf2\x1b\x6f\x58\xb6\x72\xe6\xac\x19\xb8\x9e\x47\ \xb1\x58\xa6\x52\xa9\x90\x6b\x6f\x23\x6e\xd4\x30\xb6\x3c\x8f\x18\ \xe9\xc4\xa9\x8c\x90\xd1\xee\xc1\x76\x15\x1e\x42\x6b\xd0\x1a\xe2\ \x10\xe2\x00\x02\x0f\x1d\x05\x44\x6e\x50\xac\x1e\x2a\xbf\x64\x72\ \x0a\x32\x36\x36\xf6\xd8\xa6\x4d\x5b\xbf\x3a\xa5\xb5\xe5\x9a\x64\ \x32\x81\x94\x82\x38\x8e\xf1\x3c\x9f\xa8\x74\x84\xd6\xc3\x5b\x68\ \x3d\x77\x2a\xe6\x05\xd3\x11\x86\x9a\x0e\x4c\x27\x8e\x20\x0a\x20\ \x74\xd1\x81\x07\x7e\x83\xd8\xab\x23\x2a\xc5\xd0\xf2\x43\x43\x9e\ \x0a\xc0\xef\x7e\xf7\x8b\xb8\xb7\x6f\xef\xed\x5d\x9d\x3d\xb6\xd3\ \x70\x27\x92\x91\x1f\x50\xb7\x1b\xd8\xd5\x2a\x61\x79\x08\x23\xb4\ \x31\x32\x53\x30\xa6\xcd\xc3\xc8\xb6\x21\x9d\x12\xd2\x1e\x45\x7a\ \x55\xcc\xf6\xe9\x98\xb3\x16\x61\xb6\x9e\x8d\x14\xb1\x29\xa4\xdf\ \x7e\x4a\x00\x00\x8f\x3c\x72\xdf\x9e\x9d\x9d\x5d\x8f\x8e\xe4\x0b\ \x84\x51\x88\xd6\xe0\xba\x1e\x47\xf2\xa3\x78\xae\x03\xa1\x83\xb0\ \xd2\xc8\x59\x9f\x45\x5e\xb8\x04\xd9\x72\x26\x32\x0a\x91\x6d\x33\ \x90\x97\x7c\x0d\x39\xf7\xf3\x20\x34\xd8\x63\xe8\xc0\x13\xa7\x0c\ \x00\x50\x2e\x95\x1f\xec\xed\xed\xdb\x11\x87\x31\x96\x65\xa1\x35\ \x8c\x1c\x19\x01\xdf\xf5\x71\x2a\xe8\x03\xef\xa2\x87\xde\x81\x4c\ \x3b\xcc\xbc\x12\xce\xb9\x18\x66\x7f\x0e\xac\x2c\x7a\xc7\x0b\xe8\ \x1d\x2f\xa2\x0b\x03\xe0\xd7\x39\x2d\x80\x15\xbf\xfe\x99\xbb\x7d\ \xfb\x8e\xdb\x46\x46\xf2\x4e\x5b\x6b\x0b\x96\x32\x68\xd4\xeb\x41\ \x13\x76\x5e\x37\xca\xe8\x83\x3b\xd0\x1b\x9e\x40\x0f\x6e\x46\xcc\ \x5c\x84\xb8\xe2\x66\xc4\x79\x8b\xd0\xfd\x6f\xa1\xb7\xfc\x03\xca\ \x07\x21\xf2\x41\x73\x7a\x00\x00\xfb\x0e\x0c\xbf\xb3\x6f\x68\xff\ \x70\x22\x99\x60\xdb\xf6\x6e\xf6\xee\xed\x2d\x9a\xee\xb8\x13\xe7\ \xfb\xe1\xc8\x2e\x18\xdc\x02\x85\x7d\x60\x28\x44\xb6\x03\x0c\x13\ \x4a\x43\x50\x1e\x9e\xe8\x64\x4f\xd6\x90\x7c\x52\x39\x6b\xda\x34\ \xd5\x3a\xa5\x55\x4c\x69\x6d\xc2\x0b\x02\x2c\x2b\x21\x74\xd0\x10\ \x34\x4a\x20\x24\x7c\x6a\x29\x9c\x7f\x0d\x14\xf6\x13\x77\xad\x85\ \xf2\x21\x98\xff\x45\x98\xbf\x04\xcc\xc4\xff\x0f\xd0\xd6\xde\x4e\ \x73\x4b\x13\xe9\xb4\x45\xc2\xb2\x48\x24\x92\x80\x98\xd8\x7c\xc6\ \x42\xc4\x95\xb7\x80\x95\x21\xfe\xef\x6f\xd1\xff\xfc\x31\xf1\xfa\ \xc7\x21\x9b\x43\x5c\x75\x0b\xe2\xec\x8b\x26\xd6\x9d\xa8\x27\xfc\ \xa4\x92\x4c\xa5\x48\x58\x16\x4a\x09\x9a\x9b\x9b\x48\xa5\xd2\xe0\ \x9b\x90\x6e\x41\x77\xcc\x21\x0e\x5c\xf4\xb6\x55\xe8\xae\xb5\x50\ \x39\x0c\x3b\x9e\x47\xb4\x4d\x47\xe4\x66\xa1\x73\xb3\xd0\xf9\x01\ \x30\xeb\xa7\x0f\x60\x1a\x13\x55\x4f\x02\x96\x65\x61\x2a\x85\x96\ \xa9\x48\x23\x08\xf6\xfc\x07\x06\x36\x82\x5b\x03\x67\x1c\x4c\x0b\ \xaa\x23\xf0\xca\x6f\x20\x91\x01\xdf\x06\x69\x12\x89\x44\x74\xda\ \x00\xef\xfd\x96\x69\x40\x48\x49\x20\x13\x71\xbe\x66\x0c\x88\x96\ \xd4\x34\x2b\x8c\x12\x08\x67\xc2\xc0\x46\xee\xfd\x8f\x3c\xc0\x73\ \x40\x4b\xfc\x28\xe5\xe4\x6b\xfe\xbe\xd3\x07\x90\x02\x21\xdf\xcf\ \x23\xae\x6a\x66\xf5\xde\xf0\xef\x67\x1c\xce\xbf\x63\x1a\x64\x35\ \x88\x93\x7e\x0b\xda\x0f\x45\x35\x3f\xe6\x6e\x3d\x6d\x00\xc3\x90\ \xb1\xd6\xda\xf1\x83\xa3\x31\x91\xc9\xda\xeb\x33\x17\xbd\x76\x60\ \xdb\xdb\x6f\x84\xa9\x8f\x77\xad\xe5\x10\xd4\xc1\x3e\xa5\x6a\x78\ \xbc\xbc\xfc\xda\xe6\x45\x83\x03\x03\x3f\xdf\xbf\x7f\xd8\xc8\x4d\ \x3d\xe3\xc1\x7b\xee\xfa\xde\xdb\xa7\xaa\xe3\x7f\x63\xfc\x31\x9d\ \xa8\x0e\xf5\x88\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ \ \x00\x00\x06\x26\ \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\x06\x00\x00\x00\x73\x7a\x7a\xf4\ \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\x05\xc8\x49\x44\x41\x54\x78\xda\xc4\ \x57\x5b\x6c\x14\x65\x14\x3e\xff\xcc\xec\x6e\x4b\x57\x4c\xa4\xb0\ \x55\x89\x54\xaa\x51\xa1\x8d\xca\x83\x24\x0d\x74\xdb\x05\x4b\xa9\ \x16\x9a\x5e\x10\xc1\x88\xc8\x25\xa5\xf4\xa6\x51\x31\xd2\xa5\x4b\ \xb7\x56\xed\x8b\xfa\x40\xd1\x44\x24\x18\x1e\x1a\xa5\x5c\x53\xa9\ \x17\x2e\xd6\x17\x79\xf1\xa5\xca\x8b\xb1\x98\x90\x08\xcb\xc5\x45\ \xe8\x85\xdd\x9d\x9d\xf1\x9c\x7f\x66\x76\x67\xa6\xdb\xcb\xd6\x07\ \x66\xf3\x67\x66\xce\xff\xff\xf3\x9f\xf3\x9d\xcb\x77\x96\xa9\xaa\ \x0a\xf7\xf2\x62\x38\xa4\x95\xc1\x6f\x7b\x14\x60\xd5\x69\xe9\xa2\ \xc8\x47\xce\x05\x2a\xd6\xe3\x53\xfc\xff\x28\x20\xe1\xc8\xa4\xc3\ \xdf\x7b\xbd\x0c\xe2\x32\x6a\xc4\x26\xdf\x40\x4a\xd2\x9a\xc1\x3f\ \x43\x35\x71\xff\xf1\x9e\x81\x60\x25\x29\x21\xae\xf0\x2e\x8b\x14\ \x17\x17\x43\x3c\xae\xe9\x23\x8a\x22\xf8\xf7\x76\xb8\x51\x3e\x6c\ \x96\xd3\x15\xe8\xf8\xc0\x85\xb7\xa8\x81\x40\x76\x49\xfb\xe9\xeb\ \xef\x6e\x2a\x83\x33\x97\xee\x80\xc0\xa6\xd6\xda\x93\xe5\x80\x27\ \xb3\x33\xe0\xf7\xa1\x10\x9c\x3c\x7f\xe1\x9b\x81\xf6\xb5\xdb\x50\ \x3c\x07\x47\x96\x69\xd9\x08\x8e\x61\x1c\xee\x14\xf2\x90\x7e\xe7\ \x08\x08\xc6\x4c\xa6\x43\x04\x87\x24\x69\x26\xa2\xa9\xfc\xa7\xa8\ \x20\x08\x82\x45\x76\x2b\x12\x87\x3f\xfe\x89\xc0\xe2\x47\x3d\xf8\ \xf6\x5c\x2d\x08\x7d\xb5\xa2\x20\x4c\xdf\xef\x8c\x0e\x55\x7b\x7f\ \xf4\x97\xaf\x97\xcc\x13\x2e\xa7\x04\x67\xba\x5a\xc0\x93\xb7\x18\ \x28\x38\x55\x84\x6d\xc9\xc6\x46\xf8\xae\xb3\xc1\x22\x7b\xfa\xa5\ \x3a\xb8\x1d\x91\x61\xe8\x16\x43\x25\x72\xa0\x60\x61\xf9\x94\xae\ \x4b\xb8\x90\xac\xc6\x53\x3b\xbf\xec\xaf\x26\x9b\x25\x6b\x40\xa8\ \xb0\xa6\xad\x5b\x73\x8c\xa2\xf9\x5b\x55\x14\x78\xb1\x75\x1f\xa2\ \xa0\x9d\x80\xaf\x10\x8f\x45\x40\x12\x05\x18\x89\xc6\x61\xf0\xda\ \x28\xae\x17\x40\x34\x21\xa7\xc5\x8a\xca\xf7\x0a\x18\x0b\xc9\xf8\ \x51\x41\x96\x65\x78\x36\x27\xd3\x58\xe6\x92\xcc\x9a\xb9\x24\x11\ \x4e\xb4\xd7\xe3\x26\x09\xe6\x2e\x78\x82\x6f\x50\xd0\xe2\xa2\x4d\ \xcd\xd0\xdb\xbe\x03\x72\xf2\xf2\x31\x50\x65\x58\xb6\xb1\x1e\xf5\ \x53\x13\x89\x44\x87\x1f\xeb\x6c\x9a\x74\x9f\x21\x2b\xdc\x50\x6f\ \xb6\x59\xb0\x22\x80\x16\x6c\x68\xef\x36\x1b\xc2\xef\x0a\x06\xf0\ \xcb\x81\xfd\x78\x00\x21\x02\x10\x8b\xca\xa0\x9a\x7c\x2e\x80\xbe\ \x4f\xd0\xd6\xd2\x1a\x7a\xa6\xfb\xc6\xe0\xfe\x64\xe6\xd2\x5e\x74\ \x9d\x3d\x0d\x93\x31\xe0\x10\xe0\x70\xeb\x0e\xf4\x77\x7e\x52\x03\ \x4a\x74\xcc\xcf\x17\xb6\xb5\xc0\x21\x9c\x9b\x9b\xfb\x14\xac\x7a\ \xad\x11\x0f\x4a\xce\x8b\x88\xdc\x61\x7f\x3d\x87\xfb\x81\xf9\x8f\ \x43\xf9\xd6\x26\xbe\x36\xd5\x77\x56\x6d\x6e\x1a\x57\x88\xe6\x61\ \x1a\x86\x76\x61\x1a\x5e\x19\x56\xc1\x95\xc1\x34\xa9\xaa\x5b\x8f\ \x5a\x93\xb1\xf4\x4c\x77\x4c\x0a\xb4\x42\xe1\xfe\x35\x5c\xc7\x18\ \xe3\x4a\x70\xe4\x14\xda\x83\x99\x23\xb2\x94\x35\x24\x2e\xc7\xe1\ \xa1\xd9\x22\x74\x1d\xea\x87\x73\x7b\x56\x7b\x24\xf3\xa4\x4b\x62\ \xf0\xf9\x3b\x75\xa8\x79\x01\xff\x12\x15\x8f\x75\xf5\x2d\xd0\xbd\ \xcb\x2a\xab\xde\xde\x82\xe5\x4f\x05\x07\x06\x66\x86\x24\x70\xd7\ \xb0\x71\x76\x4d\x70\xb9\x30\xd5\xc5\x64\xc1\xb3\xb8\x80\xbc\xda\ \xd8\xf5\x99\x25\x67\xc8\x50\xbb\x2c\x8e\xf0\x3b\xd1\x5d\x99\x0e\ \x06\x17\x2f\x5d\x85\x53\x03\xbf\x42\xba\x75\x40\x1e\x0e\x9f\xa5\ \xb0\xb0\x28\xe0\x60\xea\xb8\xca\xce\x93\xc8\x26\x73\xe2\x07\x1c\ \xfc\xf0\x10\x1c\x39\xd1\xf7\xd3\x85\x4f\xb7\x76\xa6\xc9\x09\x14\ \x89\x37\x70\x44\x24\x43\x23\x07\x3e\x65\x22\x74\x6c\x9a\x16\xfc\ \x86\x65\xb8\xf7\x64\xdf\x79\x3c\xfc\x2d\x14\x5d\xa3\x8f\xa5\x43\ \x65\xfa\xfa\x31\x89\xf3\x1a\xc2\xd1\x79\xb0\xdf\x97\x0e\x1b\x46\ \xc2\x57\x07\x7e\xf9\x64\xcb\x9b\xf8\x78\x99\xea\x7a\x69\x69\xe9\ \x28\x15\x19\xaf\xd7\xcb\x8b\x4d\x22\xcd\xb0\x60\xb5\x05\xf6\xba\ \x7d\xbe\x92\x61\xaf\x17\x49\x49\x8e\x41\x7b\xb0\xc3\x42\x46\xf7\ \xe1\x78\x84\x48\xc9\x1e\x13\x53\x40\x18\xc6\xf1\xb7\x7e\xcf\x20\ \x8e\xb2\x91\xce\x44\xa4\x64\x21\x23\x66\x50\x32\xc5\xa7\x99\x98\ \xa6\x09\xe1\xa8\xee\x7b\xa7\xfe\x71\x47\x8a\xb5\x31\xdd\x5a\xa7\ \x3e\x1f\xd3\x0f\x8f\xda\xf3\xc5\x89\x30\x45\x08\x26\x82\xd0\x0e\ \x1d\xc9\x18\xa6\x00\xc2\xe7\xde\xe3\x6f\xc5\x8a\xc1\x8c\x77\x52\ \x3c\x5e\x12\x38\xd5\x83\x85\xb5\x26\x5d\x36\x34\x2b\x90\x65\x83\ \x31\x15\x9f\xa7\x82\xf3\xe6\x72\xff\x89\x2f\x2a\x7d\x4b\x6b\x0a\ \xf2\x3c\x5a\xc3\x32\x05\x1b\x8a\x1a\x1b\xc2\x59\xff\xea\xd9\x92\ \x0d\xaa\xb0\x7e\x80\x19\xba\xd8\x24\x32\x65\xf9\xee\x63\x07\xd6\ \x96\x2c\xad\x5e\x94\xeb\x81\x8b\x37\x22\x70\x1d\x1d\x23\xa0\x89\ \x8a\xa2\xd8\xd8\x50\xe5\xca\x11\x92\xbe\x05\x6e\x0b\x1b\xce\xac\ \x27\x24\xdc\xf1\x80\x8a\xa2\x25\xb0\x08\x1b\x93\xa1\x5b\x51\x18\ \x91\x19\x5c\xf8\xf8\x0d\x7e\xe8\x1c\xe4\x84\x67\xd6\xef\x84\xef\ \x3f\xb4\xf6\x12\xf9\xb5\x75\xe3\xd8\x90\xf7\x84\xbb\xb7\x94\xf1\ \xc8\x62\xb6\xda\x4d\xb5\x5d\x10\x53\xbf\x53\x95\xc4\xac\x82\xcb\ \xb7\x63\x30\x86\xd5\xd1\xed\x72\x42\x65\x60\x5f\x62\x4e\x45\xd9\ \x1a\x7f\x77\x72\x3f\x86\x6b\x34\x1a\x1d\xc7\x86\x2e\x4e\x12\x38\ \x82\x8d\x75\x90\xf3\x98\xc6\xdd\xfc\x23\xa8\xf1\xca\xcd\x2d\xd0\ \x13\xa8\xe3\xcc\x46\xbd\x80\xfd\xbd\xe4\xd5\x46\xbe\x39\xcb\xe9\ \x84\xaf\x83\x3b\xb1\x19\x95\x20\xdb\xe8\x09\x14\xda\xdf\x0c\x3d\ \x6d\x1a\x33\x12\x1b\x7a\x5f\x69\x00\xd5\xce\x86\xbe\xe0\xe9\x10\ \x21\x30\x66\x74\xc5\xa6\x5e\x80\xb3\xa0\x61\x81\x62\x7d\xe7\xfc\ \x8e\x08\x8c\x62\x67\x74\x17\x95\x90\xb0\x9c\x4a\x8e\x64\xb4\x19\ \xbd\x04\x9d\x42\xa1\x40\xeb\xa3\xd8\x4f\xce\x47\x36\xfc\xc8\xcc\ \x86\x82\x22\x5f\x7f\xff\x40\xff\xdc\x99\xc7\x40\x0e\xdc\xb9\xab\ \x80\x82\x55\xc4\x60\x53\x55\x55\x12\x28\xae\x6b\x40\x46\x7d\xbb\ \x0e\xb2\xb1\x97\xa8\xda\xde\x6c\x6e\x11\x38\x02\xf7\xe3\xc8\xd5\ \xdb\x6a\x96\x9e\x0a\xe0\x28\x6a\x3d\x7a\xb0\xc2\x57\x98\x43\x81\ \x48\xcd\x0e\x13\x21\xd1\x4f\x98\x19\xd5\x40\x8d\xfe\x7b\x64\x61\ \x49\xea\xfa\x2a\x89\x00\x55\xb3\xbf\x70\x5c\x99\xc1\x1f\x9b\x59\ \x03\x1d\x55\x55\x00\x47\x7b\xd9\x8a\xc2\x07\xf3\x17\x7a\x92\xd6\ \x31\x3b\xa5\x1a\xe5\x4e\x23\x3e\x73\x3f\x40\x39\xfd\xaf\x56\x09\ \x7d\x11\x33\x99\x84\xc3\xe1\xe7\x07\x07\x07\x7f\x40\xb9\x85\x60\ \xb4\xef\xf3\x2a\x48\xc5\x28\x82\x4a\x54\x0b\xc2\xf1\xe3\x7d\x3f\ \xbb\xe6\x4d\xbb\x12\xa2\xdb\xed\x7a\xda\x2b\xe1\x98\x3e\x32\xf5\ \x91\x8a\x64\x42\x7a\x61\x22\x22\x7b\x58\x27\xb6\xe9\xf0\x09\xe1\ \x74\x93\x90\x67\x56\x70\x2c\x84\x22\xeb\x43\x9a\x80\x25\xcd\xa4\ \x42\x7b\x66\xe9\x84\x36\x6d\x46\xd7\xdd\x7f\x6f\xaf\xff\x04\x18\ \x00\x9a\x8b\xc6\xfc\xd2\xfa\x7f\xcd\x00\x00\x00\x00\x49\x45\x4e\ \x44\xae\x42\x60\x82\ " qt_resource_name = "\ \x00\x05\ \x00\x6f\xa6\x53\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x73\ \x00\x08\ \x00\x47\x57\x67\ \x00\x66\ \x00\x69\x00\x6e\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x06\x98\x83\x27\ \x00\x63\ \x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x08\ \x06\xb2\x57\x07\ \x00\x67\ \x00\x6f\x00\x74\x00\x6f\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0d\ \x08\x8c\x2a\xe7\ \x00\x6c\ \x00\x65\x00\x66\x00\x74\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x0b\xd7\x54\x87\ \x00\x6c\ \x00\x65\x00\x66\x00\x74\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x01\x3c\x05\x47\ \x00\x6d\ \x00\x6f\x00\x64\x00\x69\x00\x66\x00\x69\x00\x65\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x06\ \x07\xc3\x5a\xc7\ \x00\x75\ \x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x0c\x07\x55\xc7\ \x00\x71\ \x00\x75\x00\x69\x00\x74\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0d\ \x07\x66\x4e\x27\ \x00\x6d\ \x00\x71\x00\x70\x00\x61\x00\x74\x00\x63\x00\x68\x00\x5f\x00\x78\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x02\xf7\xae\x47\ \x00\x76\ \x00\x61\x00\x6c\x00\x69\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0b\ \x08\x5d\x89\x67\ \x00\x66\ \x00\x6f\x00\x72\x00\x77\x00\x61\x00\x72\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0b\x81\x8e\x87\ \x00\x63\ \x00\x6c\x00\x65\x00\x61\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x08\xdc\x8a\x27\ \x00\x68\ \x00\x65\x00\x61\x00\x76\x00\x79\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x06\xe4\x05\x47\ \x00\x6d\ \x00\x71\x00\x64\x00\x69\x00\x66\x00\x66\x00\x5f\x00\x78\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x07\x9e\x57\xc7\ \x00\x62\ \x00\x61\x00\x63\x00\x6b\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x0c\x83\x9c\x07\ \x00\x63\ \x00\x6f\x00\x6e\x00\x74\x00\x65\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0a\ \x05\x78\x42\xa7\ \x00\x72\ \x00\x65\x00\x6c\x00\x6f\x00\x61\x00\x64\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0b\ \x0a\x72\x57\xc7\ \x00\x6d\ \x00\x71\x00\x70\x00\x61\x00\x74\x00\x63\x00\x68\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x00\x9a\x8c\x87\ \x00\x73\ \x00\x68\x00\x6f\x00\x77\x00\x68\x00\x69\x00\x64\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0b\ \x00\xb0\xf8\x27\ \x00\x6c\ \x00\x6f\x00\x61\x00\x64\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x08\ \x0c\x33\x57\x07\ \x00\x68\ \x00\x65\x00\x6c\x00\x70\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x09\ \x0d\xf7\xab\x27\ \x00\x72\ \x00\x69\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x08\ \x06\xe1\x57\xa7\ \x00\x64\ \x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0a\ \x0f\xc7\xd5\x87\ \x00\x6d\ \x00\x71\x00\x64\x00\x69\x00\x66\x00\x66\x00\x2e\x00\x73\x00\x76\x00\x67\ \x00\x0c\ \x05\x4c\xf7\x27\ \x00\x75\ \x00\x6e\x00\x66\x00\x69\x00\x6c\x00\x74\x00\x65\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0c\ \x08\xfb\xcd\xc7\ \x00\x64\ \x00\x69\x00\x66\x00\x66\x00\x6d\x00\x6f\x00\x64\x00\x65\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\x1a\x00\x00\x00\x02\ \x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\xda\x00\x00\x00\x00\x00\x01\x00\x03\x25\x5c\ \x00\x00\x01\xf8\x00\x00\x00\x00\x00\x01\x00\x03\x27\xe3\ \x00\x00\x00\x8a\x00\x00\x00\x00\x00\x01\x00\x00\xb6\x40\ \x00\x00\x00\xf0\x00\x00\x00\x00\x00\x01\x00\x01\x8c\x36\ \x00\x00\x02\x72\x00\x00\x00\x00\x00\x01\x00\x03\x99\xa2\ \x00\x00\x01\xa4\x00\x00\x00\x00\x00\x01\x00\x02\xe9\xd5\ \x00\x00\x00\x26\x00\x00\x00\x00\x00\x01\x00\x00\x3d\x90\ \x00\x00\x00\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x41\x9b\ \x00\x00\x02\x42\x00\x00\x00\x00\x00\x01\x00\x03\x46\x94\ \x00\x00\x01\x54\x00\x00\x00\x00\x00\x01\x00\x02\xa4\xd8\ \x00\x00\x00\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x7a\xcf\ \x00\x00\x01\x72\x00\x00\x00\x00\x00\x01\x00\x02\xc5\x81\ \x00\x00\x00\xa8\x00\x00\x00\x00\x00\x01\x00\x01\x33\xae\ \x00\x00\x01\x08\x00\x00\x00\x00\x00\x01\x00\x01\x8e\x53\ \x00\x00\x00\x54\x00\x00\x00\x00\x00\x01\x00\x00\x98\xf0\ \x00\x00\x01\x3c\x00\x00\x00\x00\x00\x01\x00\x02\x5b\x2b\ \x00\x00\x02\x90\x00\x00\x00\x00\x00\x01\x00\x03\xa2\xb7\ \x00\x00\x01\xbe\x00\x00\x00\x00\x00\x01\x00\x03\x05\x5d\ \x00\x00\x01\x24\x00\x00\x00\x00\x00\x01\x00\x01\xad\x23\ \x00\x00\x00\x74\x00\x00\x00\x00\x00\x01\x00\x00\xa9\x63\ \x00\x00\x00\xba\x00\x00\x00\x00\x00\x01\x00\x01\x53\xad\ \x00\x00\x02\x14\x00\x00\x00\x00\x00\x01\x00\x03\x2d\x57\ \x00\x00\x01\x88\x00\x00\x00\x00\x00\x01\x00\x02\xe4\xd0\ \x00\x00\x02\x2a\x00\x00\x00\x00\x00\x01\x00\x03\x39\xae\ \x00\x00\x02\x58\x00\x00\x00\x00\x00\x01\x00\x03\x67\x04\ " 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() hgview-1.7.1/hgviewlib/qt4/fileviewer.ui0000644000177600017760000000524412061376174017333 0ustar pyvespyves MainWindow 0 0 481 438 hg FileViewer 0 33 481 405 2 Qt::Vertical true QAbstractItemView::SingleSelection QAbstractItemView::SelectRows false Qt::NoPen 0 0 481 33 toolBar TopToolBarArea false Close Ctrl+Q Reload Ctrl+R HgRepoView QTableView
hgrepoview.h
HgFileView QWidget
hgfileview.h
1
hgview-1.7.1/hgviewlib/qt4/hgdialogmixin.py0000644000177600017760000001115012072513146020013 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . # # make sure the Qt rc files are converted into python modules, then load them # this must be done BEFORE other hgview qt4 modules are loaded. import os import os.path as osp import sys from PyQt4 import QtCore from PyQt4 import QtGui, uic connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL Qt = QtCore.Qt from hgviewlib.config import HgConfig from hgviewlib.qt4 import should_rebuild class HgDialogMixin(object): """ Mixin for QDialogs defined from a .ui file, which automates the setup of the UI from the ui file, and the loading of user preferences. The main class must define a '_uifile' class attribute. """ def __init__(self): # self.repo must be defined in actual class before calling __init__ assert self.repo is not None self.load_config() _path = osp.dirname(__file__) uifile = osp.join(_path, self._uifile) pyfile = uifile.replace(".ui", "_ui.py") if should_rebuild(uifile, pyfile): os.system('pyuic4 %s -o %s' % (uifile, pyfile)) try: modname = osp.splitext(osp.basename(uifile))[0] + "_ui" modname = "hgviewlib.qt4.%s" % modname mod = __import__(modname, fromlist=['*']) classnames = [x for x in dir(mod) if x.startswith('Ui_')] if len(classnames) == 1: ui_class = getattr(mod, classnames[0]) elif 'Ui_MainWindow' in classnames: ui_class = getattr(mod, 'Ui_MainWindow') else: raise ValueError("Can't determine which main class to use in %s" % modname) except ImportError: ui_class, base_class = uic.loadUiType(uifile) if ui_class not in self.__class__.__bases__: # hacking by adding the form class from ui file or pyuic4 # generated module because we cannot use metaclass here, # due to "QObject" not being a subclass of "object" self.__class__.__bases__ = self.__class__.__bases__ + (ui_class,) self.setupUi(self) self.load_ui() self.disab_shortcuts = [] def load_ui(self): # we explicitly create a QShortcut so we can disable it # when a "helper context toolbar" is activated (which can be # closed hitting the Esc shortcut) self.esc_shortcut = QtGui.QShortcut(self) self.esc_shortcut.setKey(Qt.Key_Escape) connect(self.esc_shortcut, SIGNAL('activated()'), self.maybeClose) self._quickbars = [] def attachQuickBar(self, qbar): qbar.setParent(self) self._quickbars.append(qbar) connect(qbar, SIGNAL('escShortcutDisabled(bool)'), self.setShortcutsEnabled) self.addToolBar(Qt.BottomToolBarArea, qbar) connect(qbar, SIGNAL('visible'), self.ensureOneQuickBar) def setShortcutsEnabled(self, enabled=True): for sh in self.disab_shortcuts: sh.setEnabled(enabled) def ensureOneQuickBar(self): tb = self.sender() for w in self._quickbars: if w is not tb: w.hide() def maybeClose(self): for w in self._quickbars: if w.isVisible(): w.cancel() break else: self.close() def load_config(self): cfg = HgConfig(self.repo.ui) fontstr = cfg.getFont() font = QtGui.QFont() try: if not font.fromString(fontstr): raise Exception except: print "bad font name '%s'" % fontstr font.setFamily("Monospace") font.setFixedPitch(True) font.setPointSize(10) self._font = font self.rowheight = cfg.getRowHeight() self.users, self.aliases = cfg.getUsers() return cfg def accept(self): self.close() def reject(self): self.close() hgview-1.7.1/hgviewlib/qt4/hgqv.ui0000644000177600017760000001634212061376174016140 0ustar pyvespyves MainWindow 0 0 730 646 MainWindow 0 0 Qt::Vertical QFrame::StyledPanel 0 0 QFrame::NoFrame QFrame::Plain 0 Qt::Horizontal Qt::Vertical 0 1 0 2 0 0 730 26 &File &Help &Edit File toolbar TopToolBarArea false true Edit toolbar TopToolBarArea false true Filter toolbar TopToolBarArea false Diff toolbar TopToolBarArea false Revision toolbar TopToolBarArea false Help toolbar TopToolBarArea false &Open repository Ctrl+O &Refresh Ctrl+R &Quit Quit Ctrl+Q About displayAllBranches Help HgRepoView QTableView
hgrepoview.h
RevDisplay QTextBrowser
hgrepoview.h
HgFileListView QTableView
hgfileview.h
HgFileView QWidget
hgfileview.h
1
hgview-1.7.1/hgviewlib/qt4/hgrepoviewer.py0000644000177600017760000005777312076045473017732 0ustar pyvespyves# -*- coding: iso-8859-1 -*- # main.py - qt4-based hg rev log browser # # Copyright (C) 2007-2010 Logilab. All rights reserved. # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. """ Main Qt4 application for hgview """ import sys, os import re import errno from PyQt4 import QtCore, QtGui, Qsci from mercurial import ui, hg from mercurial import util from mercurial.error import RepoError from hgviewlib.application import HgRepoViewer as _HgRepoViewer from hgviewlib.util import tounicode, find_repository, rootpath, build_repo from hgviewlib.hggraph import diff as revdiff from hgviewlib.decorators import timeit from hgviewlib.config import HgConfig from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgrepomodel import HgRepoListModel, HgFileListModel from hgviewlib.qt4.hgfiledialog import FileViewer, FileDiffViewer from hgviewlib.qt4.hgmanifestdialog import ManifestViewer from hgviewlib.qt4.hgdialogmixin import HgDialogMixin from hgviewlib.qt4.quickbar import FindInGraphlogQuickBar from hgviewlib.qt4.helpviewer import HgviewHelpViewer from hgviewlib.hgpatches import hiddenrevs from mercurial.error import RepoError Qt = QtCore.Qt bold = QtGui.QFont.Bold connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL class HgRepoViewer(QtGui.QMainWindow, HgDialogMixin, _HgRepoViewer): """hg repository viewer/browser application""" _uifile = 'hgqv.ui' def __init__(self, repo, fromhead=None): self.repo = repo self.cfg = HgConfig(repo.ui) # these are used to know where to go after a reload self._reload_rev = None self._reload_file = None QtGui.QApplication.setStyle(QtGui.QStyleFactory.create('Cleanlooks')) QtGui.QMainWindow.__init__(self) if not self.repo.root: repo = self.ask_repository() if repo: self.repo = repo HgDialogMixin.__init__(self) self.setWindowTitle('hgview: %s' % os.path.abspath(str(self.repo.root))) self.menubar.hide() self.splitter_2.setStretchFactor(0, 2) self.splitter_2.setStretchFactor(1, 1) # hide bottom at startup self.frame_maincontent.setVisible(self.cfg.getContentAtStartUp()) self.createActions() self.createToolbars() self.textview_status.setFont(self._font) connect(self.textview_status, SIGNAL('showMessage'), self.statusBar().showMessage) connect(self.tableView_revisions, SIGNAL('showMessage'), self.statusBar().showMessage) # setup tables and views if self.repo.root is not None: self.setupHeaderTextview() self.setupBranchCombo() self.setupModels(fromhead) if self.cfg.getFileDescriptionView() == 'asfile': fileselcallback = self.displaySelectedFile else: fileselcallback = self.textview_status.displayFile connect(self.tableView_filelist, SIGNAL('fileSelected'), fileselcallback) connect(self.textview_status, SIGNAL('revForDiffChanged'), self.textview_header.setDiffRevision) if fromhead: self.startrev_entry.setText(str(fromhead)) self.setupRevisionTable() if self.repo.root is not None: self._repodate = self._getrepomtime() self._watchrepotimer = self.startTimer(500) def timerEvent(self, event): if event.timerId() == self._watchrepotimer: mtime = self._getrepomtime() if mtime > self._repodate: self.statusBar().showMessage("Repository has been modified, " "reloading...", 2000) self.reload() def setupBranchComboAndReload(self, *args): self.setupBranchCombo() self.reload() def setupBranchCombo(self, *args): allbranches = sorted(self.repo.branchtags().items()) openbr = [] for branch, brnode in allbranches: openbr.extend(self.repo.branchheads(branch, closed=False)) clbranches = [br for br, node in allbranches if node not in openbr] branches = [br for br, node in allbranches if node in openbr] if self.branch_checkBox_action.isChecked(): branches = branches + clbranches if len(branches) == 1: self.branch_label_action.setEnabled(False) self.branch_comboBox_action.setEnabled(False) else: self.branchesmodel = QtGui.QStringListModel([''] + branches) self.branch_comboBox.setModel(self.branchesmodel) self.branch_label_action.setEnabled(True) self.branch_comboBox_action.setEnabled(True) def createToolbars(self): # find quickbar self.find_toolbar = FindInGraphlogQuickBar(self) self.find_toolbar.attachFileView(self.textview_status) self.find_toolbar.attachHeaderView(self.textview_header) connect(self.find_toolbar, SIGNAL('revisionSelected'), self.tableView_revisions.goto) connect(self.find_toolbar, SIGNAL('fileSelected'), self.tableView_filelist.selectFile) connect(self.find_toolbar, SIGNAL('showMessage'), self.statusBar().showMessage, Qt.QueuedConnection) self.attachQuickBar(self.find_toolbar) # navigation toolbar self.toolBar_edit.addAction(self.actionShowMainContent) self.toolBar_edit.addAction(self.tableView_revisions._actions['back']) self.toolBar_edit.addAction(self.tableView_revisions._actions['forward']) findaction = self.find_toolbar.toggleViewAction() findaction.setIcon(geticon('find')) self.toolBar_edit.addAction(findaction) # tree filters toolbar self.toolBar_treefilters.addAction(self.actionShowHidden) self.toolBar_treefilters.addAction(self.tableView_revisions._actions['unfilter']) self.toolBar_treefilters.addAction(self.actionShowHidden) self.branch_label = QtGui.QToolButton() self.branch_label.setText("Branch") self.branch_label.setStatusTip("Display graph the named branch only") self.branch_label.setPopupMode(QtGui.QToolButton.InstantPopup) self.branch_menu = QtGui.QMenu() cbranch_action = self.branch_menu.addAction("Display closed branches") cbranch_action.setCheckable(True) self.branch_checkBox_action = cbranch_action self.branch_label.setMenu(self.branch_menu) self.branch_comboBox = QtGui.QComboBox() connect(self.branch_comboBox, SIGNAL('activated(const QString &)'), self.refreshRevisionTable) connect(cbranch_action, SIGNAL('toggled(bool)'), self.setupBranchComboAndReload) self.toolBar_treefilters.layout().setSpacing(3) self.branch_label_action = self.toolBar_treefilters.addWidget(self.branch_label) self.branch_comboBox_action = self.toolBar_treefilters.addWidget(self.branch_comboBox) # separator self.toolBar_treefilters.addSeparator() self.startrev_label = QtGui.QToolButton() self.startrev_label.setText("Start rev.") self.startrev_label.setStatusTip("Display graph from this revision") self.startrev_label.setPopupMode(QtGui.QToolButton.InstantPopup) self.startrev_entry = QtGui.QLineEdit() self.startrev_entry.setStatusTip("Display graph from this revision") self.startrev_menu = QtGui.QMenu() follow_action = self.startrev_menu.addAction("Follow mode") follow_action.setCheckable(True) follow_action.setStatusTip("Follow changeset history from start revision") self.startrev_follow_action = follow_action self.startrev_label.setMenu(self.startrev_menu) callback = lambda *a: self.tableView_revisions.emit( SIGNAL('startFromRev'), self.startrev_entry, self.startrev_follow_action) connect(self.startrev_entry, SIGNAL('editingFinished()'), callback) connect(self.startrev_follow_action, SIGNAL('toggled(bool)'), callback) self.revscompl_model = QtGui.QStringListModel(['tip']) self.revcompleter = QtGui.QCompleter(self.revscompl_model, self) self.startrev_entry.setCompleter(self.revcompleter) self.startrev_label_action = self.toolBar_treefilters.addWidget(self.startrev_label) self.startrev_entry_action = self.toolBar_treefilters.addWidget(self.startrev_entry) # diff mode toolbar actions = self.textview_status.sci._actions for action_name in ('diffmode', 'prev', 'next', 'show-big-file'): self.toolBar_diff.addAction(actions[action_name]) self.toolBar_diff.setVisible(self.cfg.getToolBarDiffAtStartup()) # rev mod toolbar if self.textview_header.rst_action is not None: self.toolBar_rev.addAction(self.textview_header.rst_action) self.toolBar_rev.setVisible(self.cfg.getToolBarRevAtStartup()) def createActions(self): # main window actions (from .ui file) connect(self.actionOpen_repository, SIGNAL('triggered()'), self.open_repository) connect(self.actionRefresh, SIGNAL('triggered()'), self.reload) connect(self.actionAbout, SIGNAL('triggered()'), self.on_about) connect(self.actionQuit, SIGNAL('triggered()'), self.close) self.actionQuit.setIcon(geticon('quit')) self.actionRefresh.setIcon(geticon('reload')) self.actionHelp.setShortcut(Qt.Key_F1) self.actionHelp.setIcon(geticon('help')) connect(self.actionHelp, SIGNAL('triggered()'), self.on_help) self.actionShowHidden = QtGui.QAction(self.tr('Show/Hide Hidden'), self) self.actionShowHidden.setIcon(geticon('showhide')) self.actionShowHidden.setCheckable(True) self.actionShowHidden.setChecked(self.cfg.getShowHidden()) self.actionShowHidden.setToolTip(self.tr('Show/Hide hidden changeset')) self.actionShowHidden.setStatusTip(self.tr('Show/hide hidden changeset')) connect(self.actionShowHidden, SIGNAL('triggered()'), self.refreshRevisionTable) self.actionShowMainContent = QtGui.QAction('Content', self) self.actionShowMainContent.setIcon(geticon('content')) self.actionShowMainContent.setCheckable(True) self.actionShowMainContent.setChecked(self.cfg.getContentAtStartUp()) tip = self.tr('Show/Hide changeset content') self.actionShowMainContent.setToolTip(tip) self.actionShowMainContent.setStatusTip(tip) self.actionShowMainContent.setShortcut(Qt.Key_Space) connect(self.actionShowMainContent, SIGNAL('triggered()'), self.toggleMainContent) # Next/Prev file self.actionNextFile = QtGui.QAction('Next file', self) self.actionNextFile.setShortcut('Right') connect(self.actionNextFile, SIGNAL('triggered()'), self.tableView_filelist.nextFile) self.actionPrevFile = QtGui.QAction('Prev file', self) self.actionPrevFile.setShortcut('Left') connect(self.actionPrevFile, SIGNAL('triggered()'), self.tableView_filelist.prevFile) self.addAction(self.actionNextFile) self.addAction(self.actionPrevFile) self.disab_shortcuts.append(self.actionNextFile) self.disab_shortcuts.append(self.actionPrevFile) # Next/Prev rev self.actionNextRev = QtGui.QAction('Next revision', self) self.actionNextRev.setShortcut('Down') connect(self.actionNextRev, SIGNAL('triggered()'), self.tableView_revisions.nextRev) self.actionPrevRev = QtGui.QAction('Prev revision', self) self.actionPrevRev.setShortcut('Up') connect(self.actionPrevRev, SIGNAL('triggered()'), self.tableView_revisions.prevRev) self.addAction(self.actionNextRev) self.addAction(self.actionPrevRev) self.disab_shortcuts.append(self.actionNextRev) self.disab_shortcuts.append(self.actionPrevRev) # navigate in file viewer self.actionNextLine = QtGui.QAction('Next line', self) self.actionNextLine.setShortcut(Qt.SHIFT + Qt.Key_Down) connect(self.actionNextLine, SIGNAL('triggered()'), self.textview_status.nextLine) self.addAction(self.actionNextLine) self.actionPrevLine = QtGui.QAction('Prev line', self) self.actionPrevLine.setShortcut(Qt.SHIFT + Qt.Key_Up) connect(self.actionPrevLine, SIGNAL('triggered()'), self.textview_status.prevLine) self.addAction(self.actionPrevLine) self.actionNextCol = QtGui.QAction('Next column', self) self.actionNextCol.setShortcut(Qt.SHIFT + Qt.Key_Right) connect(self.actionNextCol, SIGNAL('triggered()'), self.textview_status.nextCol) self.addAction(self.actionNextCol) self.actionPrevCol = QtGui.QAction('Prev column', self) self.actionPrevCol.setShortcut(Qt.SHIFT + Qt.Key_Left) connect(self.actionPrevCol, SIGNAL('triggered()'), self.textview_status.prevCol) self.addAction(self.actionPrevCol) # Activate file (file diff navigator) self.actionActivateFile = QtGui.QAction('Activate file', self) self.actionActivateFile.setShortcuts([Qt.Key_Return, Qt.Key_Enter]) def enterkeypressed(): w = QtGui.QApplication.focusWidget() if not isinstance(w, QtGui.QLineEdit): self.tableView_filelist.fileActivated(self.tableView_filelist.currentIndex(),) else: w.emit(SIGNAL('editingFinished()')) connect(self.actionActivateFile, SIGNAL('triggered()'), enterkeypressed) self.actionActivateFileAlt = QtGui.QAction('Activate alt. file', self) self.actionActivateFileAlt.setShortcuts([Qt.ALT+Qt.Key_Return, Qt.ALT+Qt.Key_Enter]) connect(self.actionActivateFileAlt, SIGNAL('triggered()'), lambda self=self: self.tableView_filelist.fileActivated(self.tableView_filelist.currentIndex(), alternate=True)) def toggleMainContent(self, visible=None): if visible is None: visible = self.actionShowMainContent.isChecked() visible = bool(visible) if visible == self.frame_maincontent.isVisible(): return self.actionShowMainContent.setChecked(visible) self.frame_maincontent.setVisible(visible) if visible: self.revision_selected(-1) def setMode(self, mode): self.textview_status.setMode(mode) def load_config(self): cfg = HgDialogMixin.load_config(self) self.hidefinddelay = cfg.getHideFindDelay() def create_models(self, fromhead=None): self.repomodel = HgRepoListModel(self.repo, fromhead=fromhead) connect(self.repomodel, SIGNAL('filled'), self.on_filled) connect(self.repomodel, SIGNAL('showMessage'), self.statusBar().showMessage, Qt.QueuedConnection) self.filelistmodel = HgFileListModel(self.repo) def setupModels(self, fromhead=None): self.create_models(fromhead) self.tableView_revisions.setModel(self.repomodel) self.tableView_filelist.setModel(self.filelistmodel) self.textview_status.setModel(self.repomodel) self.find_toolbar.setModel(self.repomodel) def displaySelectedFile(self, filename=None, rev=None): if filename == '': self.textview_status.hide() self.textview_header.show() else: self.textview_header.hide() self.textview_status.show() self.textview_status.displayFile(filename, rev) def setupRevisionTable(self): view = self.tableView_revisions view.installEventFilter(self) connect(view, SIGNAL('clicked (const QModelIndex &)'), self.toggleMainContent) connect(view, SIGNAL('revisionSelected'), self.revision_selected) connect(view, SIGNAL('revisionActivated'), self.revision_activated) connect(view, SIGNAL('startFromRev'), self.start_from_rev) connect(self.textview_header, SIGNAL('revisionSelected'), view.goto) connect(self.textview_header, SIGNAL('parentRevisionSelected'), self.textview_status.displayDiff) self.attachQuickBar(view.goto_toolbar) gotoaction = view.goto_toolbar.toggleViewAction() gotoaction.setIcon(geticon('goto')) self.toolBar_edit.addAction(gotoaction) def start_from_rev(self, rev=None, follow=False): if rev == self.startrev_entry: rev = str(self.startrev_entry.text()).strip() or None if follow == self.startrev_follow_action: follow = self.startrev_follow_action.isChecked() self.startrev_entry.setText(str(rev or '')) self.startrev_follow_action.setChecked(follow) self.refreshRevisionTable(rev=rev, follow=follow) def _setup_table(self, table): table.setTabKeyNavigation(False) table.verticalHeader().setDefaultSectionSize(self.rowheight) table.setShowGrid(False) table.verticalHeader().hide() table.setSelectionMode(QtGui.QAbstractItemView.SingleSelection) table.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows) table.setAlternatingRowColors(True) def setupHeaderTextview(self): self.header_diff_format = QtGui.QTextCharFormat() self.header_diff_format.setFont(self._font) self.header_diff_format.setFontWeight(bold) self.header_diff_format.setForeground(Qt.black) self.header_diff_format.setBackground(Qt.gray) def on_filled(self): # called the first time the model is filled, so we select # the first available revision tv = self.tableView_revisions if self._reload_rev is not None: torev = self._reload_rev self._reload_rev = None try: tv.goto(torev) self.tableView_filelist.selectFile(self._reload_file) self._reload_file = None return except IndexError: pass wc = self.repo[None] idx = tv.model().index(0, 0) # Working directory or tip if not wc.dirty() and wc.p1().rev() >= 0: # parent of working directory is not nullrev idx = tv.model().indexFromRev(wc.p1().rev()) tv.setCurrentIndex(idx) def revision_activated(self, rev=None): """ Callback called when a revision is double-clicked in the revisions table """ if rev is None: rev = self.tableView_revisions.current_rev self.toggleMainContent(True) self._manifestdlg = ManifestViewer(self.repo, rev) self._manifestdlg.show() def revision_selected(self, rev): """ Callback called when a revision is selected in the revisions table if rev == -1: refresh the current selected revision """ if not self.frame_maincontent.isVisible() or not self.repomodel.graph: return if rev == -1: view = self.tableView_revisions indexes = view.selectedIndexes() if not indexes: return rev = view.revFromindex(indexes[0]) ctx = self.repomodel.repo[rev] self.textview_status.setContext(ctx) if self.repomodel.show_hidden: self.textview_header.excluded = () else: self.textview_header.excluded = hiddenrevs(self.repo) self.textview_header.displayRevision(ctx) self.filelistmodel.setSelectedRev(ctx) if len(self.filelistmodel): self.tableView_filelist.selectRow(0) def goto(self, rev): if len(self.tableView_revisions.model().graph): self.tableView_revisions.goto(rev) else: # store rev to show once it's available (when graph # filling is still running) self._reload_rev = rev def _getrepomtime(self): """Return the last modification time for the repo""" watchedfiles = [(self.repo.root, ".hg", "store"), (self.repo.root, ".hg", "store", "00changelog.i"), (self.repo.root, ".hg", "dirstate"), (self.repo.root, ".hg", "store", "phasesroots"),] watchedfiles = [os.path.join(*wf) for wf in watchedfiles] for l in (self.repo.sjoin('lock'), self.repo.join('wlock')): try: if util.readlock(l): break except EnvironmentError, err: # depending on platform (win, nix) the "posix file" abstraction # defined and used by mercurial may raise one of both subclasses # of EnvironmentError if err.errno != errno.ENOENT: raise else: # repo not locked by an Hg operation mtime = [os.path.getmtime(wf) for wf in watchedfiles \ if os.path.exists(wf)] if mtime: return max(mtime) # humm, directory has probably been deleted, exiting... self.close() def ask_repository(self): qrepopath = QtGui.QFileDialog.getExistingDirectory( self, 'Select a mercurial repository', self.repo.root or os.path.expanduser('~')) repopath = find_repository(str(qrepopath)) if not repopath: if not self.repo.root: raise RepoError("There is no Mercurial repository here (.hg not found)!") else: return repo = build_repo(ui.ui(), repopath) return repo def open_repository(self): repo = self.ask_repository() if not repo: return self.repo = repo self.cfg = HgConfig(self.repo.ui) self.setWindowTitle('hgview: %s' % os.path.abspath(self.repo.root)) self._finish_load() def reload(self): """Reload the repository""" self._reload_rev = self.tableView_revisions.current_rev self._reload_file = self.tableView_filelist.currentFile() self.repo = build_repo(self.repo.ui, self.repo.root) self._finish_load() def _finish_load(self): self._repodate = self._getrepomtime() self.setupBranchCombo() self.setupModels() #@timeit def refreshRevisionTable(self, *args, **kw): """Starts the process of filling the HgModel""" branch = str(self.branch_comboBox.currentText()) startrev = kw.get('rev', None) # XXX workaround: self.sender() may provoke a core dump if # this method is called directly (not via a connected signal); # the 'sender' keyword is a way to detect that the method # has been called directly (thus caller MUST set this kw arg) sender = kw.get('sender') or self.sender() follow = kw.get('follow', False) closed = self.branch_checkBox_action.isChecked() startrev = self.repo.changectx(startrev).rev() self.repomodel.show_hidden = self.actionShowHidden.isChecked() self.repomodel.setRepo(self.repo, branch=branch, fromhead=startrev, follow=follow, closed=closed) def on_about(self, *args): """ Display about dialog """ from hgviewlib.__pkginfo__ import modname, version, description try: from mercurial.version import get_version hgversion = get_version() except: from mercurial.__version__ import version as hgversion msg = "

About %(appname)s %(version)s

(using hg %(hgversion)s)" % \ {"appname": modname, "version": version, "hgversion": hgversion} msg += "

%s

" % description.capitalize() QtGui.QMessageBox.about(self, "About %s" % modname, msg) def on_help(self, *args): w = HgviewHelpViewer(self.repo, self) w.show() w.raise_() w.activateWindow() hgview-1.7.1/hgviewlib/qt4/blockmatcher.py0000644000177600017760000002530012072513146017630 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 widgets to display diffs as blocks """ import sys, os from PyQt4 import QtGui, QtCore from PyQt4.QtCore import Qt, SIGNAL class BlockList(QtGui.QWidget): """ A simple widget to be 'linked' to the scrollbar of a diff text view. It represents diff blocks with colored rectangles, showing currently viewed area by a semi-transparant rectangle sliding above them. """ def __init__(self, *args): QtGui.QWidget.__init__(self, *args) self._blocks = set() self._minimum = 0 self._maximum = 100 self.blockTypes = {'+': QtGui.QColor(0xA0, 0xFF, 0xB0, ),#0xa5), '-': QtGui.QColor(0xFF, 0xA0, 0xA0, ),#0xa5), 'x': QtGui.QColor(0xA0, 0xA0, 0xFF, ),#0xa5), } self._sbar = None self._value = 0 self._pagestep = 10 self._vrectcolor = QtGui.QColor(0x00, 0x00, 0x55, 0x25) self._vrectbordercolor = self._vrectcolor.darker() self.sizePolicy().setControlType(QtGui.QSizePolicy.Slider) self.setMinimumWidth(20) def clear(self): self._blocks = set() def addBlock(self, typ, alo, ahi): self._blocks.add((typ, alo, ahi)) def setMaximum(self, maximum): self._maximum = maximum self.update() self.emit(SIGNAL('rangeChanged(int, int)'), self._minimum, self._maximum) def setMinimum(self, minimum): self._minimum = minimum self.update() self.emit(SIGNAL('rangeChanged(int, int)'), self._minimum, self._maximum) def setRange(self, minimum, maximum): self._minimum = minimum self._maximum = maximum self.update() self.emit(SIGNAL('rangeChanged(int, int)'), self._minimum, self._maximum) def setValue(self, val): if val != self._value: self._value = val self.update() self.emit(SIGNAL('valueChanged(int)'), val) def setPageStep(self, pagestep): if pagestep != self._pagestep: self._pagestep = pagestep self.update() self.emit(SIGNAL('pageStepChanged(int)'), pagestep) def linkScrollBar(self, sbar): """ Make the block list displayer be linked to the scrollbar """ self._sbar = sbar self.setUpdatesEnabled(False) self.setMaximum(sbar.maximum()) self.setMinimum(sbar.minimum()) self.setPageStep(sbar.pageStep()) self.setValue(sbar.value()) self.setUpdatesEnabled(True) self.connect(sbar, SIGNAL('valueChanged(int)'), self.setValue) self.connect(sbar, SIGNAL('rangeChanged(int, int)'), self.setRange) self.connect(self, SIGNAL('valueChanged(int)'), sbar.setValue) self.connect(self, SIGNAL('rangeChanged(int, int)'), sbar.setRange) self.connect(self, SIGNAL('pageStepChanged(int)'), sbar.setPageStep) def syncPageStep(self): self.setPageStep(self._sbar.pageStep()) def paintEvent(self, event): w = self.width() - 1 h = self.height() p = QtGui.QPainter(self) p.scale(1.0, float(h)/(self._maximum - self._minimum + self._pagestep)) p.setPen(Qt.NoPen) for typ, alo, ahi in self._blocks: p.save() p.setBrush(self.blockTypes[typ]) p.drawRect(1, alo, w-1, ahi-alo) p.restore() p.save() p.setPen(self._vrectbordercolor) p.setBrush(self._vrectcolor) p.drawRect(0, self._value, w, self._pagestep) p.restore() class BlockMatch(BlockList): """ A simple widget to be linked to 2 file views (text areas), displaying 2 versions of a same file (diff). It will show graphically matching diff blocks between the 2 text areas. """ def __init__(self, *args): QtGui.QWidget.__init__(self, *args) self._blocks = set() self._minimum = {'left': 0, 'right': 0} self._maximum = {'left': 100, 'right': 100} self.blockTypes = {'+': QtGui.QColor(0xA0, 0xFF, 0xB0, ),#0xa5), '-': QtGui.QColor(0xFF, 0xA0, 0xA0, ),#0xa5), 'x': QtGui.QColor(0xA0, 0xA0, 0xFF, ),#0xa5), } self._sbar = {} self._value = {'left': 0, 'right': 0} self._pagestep = {'left': 10, 'right': 10} self._vrectcolor = QtGui.QColor(0x00, 0x00, 0x55, 0x25) self._vrectbordercolor = self._vrectcolor.darker() self.sizePolicy().setControlType(QtGui.QSizePolicy.Slider) self.setMinimumWidth(20) def nDiffs(self): return len(self._blocks) def showDiff(self, delta): ps_l = float(self._pagestep['left']) ps_r = float(self._pagestep['right']) mv_l = self._value['left'] mv_r = self._value['right'] Mv_l = mv_l + ps_l Mv_r = mv_r + ps_r vblocks = [] blocks = sorted(self._blocks, key=lambda x:(x[1],x[3],x[2],x[4])) for i, (typ, alo, ahi, blo, bhi) in enumerate(blocks): if (mv_l<=alo<=Mv_l or mv_l<=ahi<=Mv_l or mv_r<=blo<=Mv_r or mv_r<=bhi<=Mv_r): break else: i = -1 i += delta if i < 0: return -1 if i >= len(blocks): return 1 typ, alo, ahi, blo, bhi = blocks[i] self.setValue(alo, "left") self.setValue(blo, "right") if i == 0: return -1 if i == len(blocks)-1: return 1 return 0 def nextDiff(self): return self.showDiff(+1) def prevDiff(self): return self.showDiff(-1) def addBlock(self, typ, alo, ahi, blo=None, bhi=None): if bhi is None: bhi = ahi if blo is None: blo = alo self._blocks.add((typ, alo, ahi, blo, bhi)) def paintEvent(self, event): w = self.width() h = self.height() p = QtGui.QPainter(self) p.setRenderHint(p.Antialiasing) ps_l = float(self._pagestep['left']) ps_r = float(self._pagestep['right']) v_l = self._value['left'] v_r = self._value['right'] # we do integer divisions here cause the pagestep is the # integer number of fully displayed text lines scalel = self._sbar['left'].height()//ps_l scaler = self._sbar['right'].height()//ps_r ml = v_l Ml = v_l + ps_l mr = v_r Mr = v_r + ps_r p.setPen(Qt.NoPen) for typ, alo, ahi, blo, bhi in self._blocks: if not (ml<=alo<=Ml or ml<=ahi<=Ml or mr<=blo<=Mr or mr<=bhi<=Mr): continue p.save() p.setBrush(self.blockTypes[typ]) path = QtGui.QPainterPath() path.moveTo(0, scalel * (alo - ml)) path.cubicTo(w/3.0, scalel * (alo - ml), 2*w/3.0, scaler * (blo - mr), w, scaler * (blo - mr)) path.lineTo(w, scaler * (bhi - mr) + 2) path.cubicTo(2*w/3.0, scaler * (bhi - mr) + 2, w/3.0, scalel * (ahi - ml) + 2, 0, scalel * (ahi - ml) + 2) path.closeSubpath() p.drawPath(path) p.restore() def setMaximum(self, maximum, side): self._maximum[side] = maximum self.update() self.emit(SIGNAL('rangeChanged(int, int, const QString &)'), self._minimum[side], self._maximum[side], side) def setMinimum(self, minimum, side): self._minimum[side] = minimum self.update() self.emit(SIGNAL('rangeChanged(int, int, const QString &)'), self._minimum[side], self._maximum[side], side) def setRange(self, minimum, maximum, side=None): if side is None: if self.sender() == self._sbar['left']: side = 'left' else: side = 'right' self._minimum[side] = minimum self._maximum[side] = maximum self.update() self.emit(SIGNAL('rangeChanged(int, int, const QString &)'), self._minimum[side], self._maximum[side], side) def setValue(self, val, side=None): if side is None: if self.sender() == self._sbar['left']: side = 'left' else: side = 'right' if val != self._value[side]: self._value[side] = val self.update() self.emit(SIGNAL('valueChanged(int, const QString &)'), val, side) def setPageStep(self, pagestep, side): if pagestep != self._pagestep[side]: self._pagestep[side] = pagestep self.update() self.emit(SIGNAL('pageStepChanged(int, const QString &)'), pagestep, side) def syncPageStep(self): for side in ['left', 'right']: self.setPageStep(self._sbar[side].pageStep(), side) def resizeEvent(self, event): self.syncPageStep() def linkScrollBar(self, sb, side): """ Make the block list displayer be linked to the scrollbar """ if self._sbar is None: self._sbar = {} self._sbar[side] = sb self.setUpdatesEnabled(False) self.setMaximum(sb.maximum(), side) self.setMinimum(sb.minimum(), side) self.setPageStep(sb.pageStep(), side) self.setValue(sb.value(), side) self.setUpdatesEnabled(True) self.connect(sb, SIGNAL('valueChanged(int)'), self.setValue) self.connect(sb, SIGNAL('rangeChanged(int, int)'), self.setRange) self.connect(self, SIGNAL('valueChanged(int, const QString &)'), lambda v, s: side==s and sb.setValue(v)) self.connect(self, SIGNAL('rangeChanged(int, int, const QString )'), lambda v1, v2, s: side==s and sb.setRange(v1, v2)) self.connect(self, SIGNAL('pageStepChanged(int, const QString )'), lambda v, s: side==s and sb.setPageStep(v)) hgview-1.7.1/hgviewlib/qt4/hgrepomodel.py0000644000177600017760000007757612072513147017526 0ustar pyvespyves# Copyright (c) 2009-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 model for hg repo changelogs and filelogs """ import sys import re import os, os.path as osp from mercurial.node import nullrev from mercurial.node import hex, short as short_hex from mercurial.revlog import LookupError from mercurial import util, error from hgviewlib.hggraph import Graph, ismerge, diff as revdiff, HgRepoListWalker from hgviewlib.hggraph import revision_grapher, filelog_grapher, getlog, gettags from hgviewlib.config import HgConfig from hgviewlib.util import tounicode, isbfile, Curry from hgviewlib.qt4 import icon as geticon from hgviewlib.decorators import timeit from hgviewlib.hgpatches import phases from PyQt4 import QtCore, QtGui connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL nullvariant = QtCore.QVariant() # XXX make this better than a poor hard written list... COLORS = [ "blue", "darkgreen", "red", "green", "darkblue", "purple", "cyan", QtCore.Qt.darkYellow, "magenta", "darkred", "darkmagenta", "darkcyan", "gray", ] COLORS = [str(QtGui.QColor(x).name()) for x in COLORS] #COLORS = [str(color) for color in QtGui.QColor.colorNames()] # We use two colors, One for even rows and one for odd rows COLOR_BG_OBSOLETE = [QtGui.QColor(255, 250, 250), QtGui.QColor(243, 230, 230)] COLOR_BG_TROUBLED = [QtGui.QColor(255, 193, 71), QtGui.QColor(255, 153, 51)] COLOR_BG_HIGHLIGHT = [QtGui.QColor(127, 199, 175), QtGui.QColor(127, 199, 175).lighter()] def cvrt_date(date): """ Convert a date given the hg way, ie. couple (date, tz), into a formatted QString """ if not date: return QtCore.QString(u'') date, tzdelay = date return QtCore.QDateTime.fromTime_t(int(date)).toString(QtCore.Qt.LocaleDate) # XXX maybe it's time to make these methods of the model... # in following lambdas, ctx is a hg changectx _columnmap = {'ID': lambda model, ctx, gnode: ctx.rev() is not None and str(ctx.rev()) or "", 'Log': getlog, 'Author': lambda model, ctx, gnode: tounicode(ctx.user()), 'Date': lambda model, ctx, gnode: cvrt_date(ctx.date()), 'Tags': gettags, 'Branch': lambda model, ctx, gnode: ctx.branch(), 'Filename': lambda model, ctx, gnode: gnode.extra[0], 'Phase': lambda model, ctx, gnode: ctx.phasestr(), } _tooltips = {'ID': lambda model, ctx, gnode: ctx.rev() is not None and ctx.hex() or "Working Directory", } def auth_width(model, repo): auths = model._aliases.values() if not auths: return None return sorted(auths, cmp=lambda x,y: cmp(len(x), len(y)))[-1] # in following lambdas, r is a hg repo _maxwidth = {'ID': lambda self, r: str(len(r.changelog)), 'Date': lambda self, r: cvrt_date(r.changectx(0).date()), 'Tags': lambda self, r: sorted(r.tags().keys(), key=len)[-1][:10], 'Branch': lambda self, r: sorted(r.branchtags().keys(), key=len)[-1] if r.branchtags().keys() else None, 'Author': lambda self, r: 'author name', 'Filename': lambda self, r: self.filename, 'Phase': lambda self, r: sorted(phases.phasenames, key=len)[-1] } def datacached(meth): """ decorator used to cache 'data' method of Qt models. It will *not* cache nullvariant return values (so costly non-null values can be computed and filled as a background process) """ def data(self, index, role): if not index.isValid(): return nullvariant row = index.row() col = index.column() if (row, col, role) in self._datacache: return self._datacache[(row, col, role)] result = meth(self, index, role) if result is not nullvariant: self._datacache[(row, col, role)] = result return result return data class HgRepoListModel(QtCore.QAbstractTableModel, HgRepoListWalker): """ Model used for displaying the revisions of a Hg *local* repository """ _allcolumns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Tags',) _columns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Tags',) _stretchs = {'Log': 1, } _getcolumns = "getChangelogColumns" def __init__(self, repo, branch='', fromhead=None, follow=False, parent=None, show_hidden=False, closed=False): """ repo is a hg repo instance """ self._fill_timer = None QtCore.QAbstractTableModel.__init__(self, parent) HgRepoListWalker.__init__(self, repo, branch, fromhead, follow, closed=closed) self.highlights = [] def setRepo(self, repo, branch='', fromhead=None, follow=False, closed=False): HgRepoListWalker.setRepo(self, repo, branch, fromhead, follow, closed=closed) self.emit(SIGNAL('layoutChanged()')) QtCore.QTimer.singleShot(0, Curry(self.emit, SIGNAL('filled'))) self._fill_timer = self.startTimer(50) def highlight_rows(self, rows): """mark ``rows`` to be highlighted.""" self.highlights[:] = rows self._datacache.clear() def timerEvent(self, event): if event.timerId() == self._fill_timer: self.emit(SIGNAL('showMessage'), 'filling (%s)' % (len(self.graph)), -1) if self.graph.isfilled(): self.killTimer(self._fill_timer) self._fill_timer = None self.emit(SIGNAL('showMessage'), '', -1) # we fill the graph data structures without telling # views until we are done - this gives # maximal GUI responsiveness elif not self.graph.build_nodes(nnodes=self.fill_step): self.killTimer(self._fill_timer) self._fill_timer = None self.updateRowCount() self.emit(SIGNAL('showMessage'), '', -1) def updateRowCount(self): currentlen = self.rowcount newlen = len(self.graph) if newlen > self.rowcount: self.beginInsertRows(QtCore.QModelIndex(), currentlen, newlen-1) self.rowcount = newlen self.endInsertRows() @staticmethod def get_color(n, ignore=()): """ Return a color at index 'n' rotating in the available colors. 'ignore' is a list of colors not to be chosen. """ ignore = [str(QtGui.QColor(x).name()) for x in ignore] colors = [x for x in COLORS if x not in ignore] if not colors: # ghh, no more available colors... colors = COLORS return colors[n % len(colors)] def user_color(self, user): if user in self._aliases: user = self._aliases[user] if user in self._users: try: color = self._users[user]['color'] color = QtGui.QColor(color).name() self._user_colors[user] = color except: pass return HgRepoListWalker.user_color(self, user) def col2x(self, col, pan): return (self.dot_radius + pan) * col + 2 # max pen width @datacached def data(self, index, role): if not index.isValid(): return nullvariant row = index.row() self.ensureBuilt(row=row) column = self._columns[index.column()] gnode = self.graph[row] ctx = self.repo.changectx(gnode.rev) if role == QtCore.Qt.DisplayRole: if column == 'Author': #author user = _columnmap[column](self, ctx, gnode) if ctx.node() else u'' return QtCore.QVariant(self.user_name(user)) elif column == 'Log': msg = _columnmap[column](self, ctx, gnode) bookmarks = ctx.bookmarks() if bookmarks: msg = '<%s> ~ %s' % (','.join(bookmarks), msg) return QtCore.QVariant(msg) return QtCore.QVariant(_columnmap[column](self, ctx, gnode)) elif role == QtCore.Qt.ToolTipRole: msg = "Branch: %s
\n" % ctx.branch() msg += "Phase: %s
\n" % ctx.phasestr() if gnode.rev in self.wd_revs: msg += " Working Directory position" states = 'modified added removed deleted'.split() status = self.wd_status[self.wd_revs.index(gnode.rev)] status = [state for st, state in zip(status, states) if st] if status: msg += ' (%s)' % (', '.join(status)) msg += "
\n" msg += _tooltips.get(column, _columnmap[column])(self, ctx, gnode) return QtCore.QVariant(msg) elif role == QtCore.Qt.ForegroundRole: color = None if column == 'Author': #author user = ctx.user() if ctx.node() else '' color = QtGui.QColor(self.user_color(user)) if ctx.obsolete(): color = color.lighter() elif column == 'Branch': #branch color = QtGui.QColor(self.namedbranch_color(ctx.branch())) if ctx.obsolete(): color = color.lighter() elif ctx.obsolete(): color = QtGui.QColor('grey') if color is not None: return QtCore.QVariant(color) elif role == QtCore.Qt.BackgroundRole: row = index.row() if row in self.highlights: return COLOR_BG_HIGHLIGHT[row % 2] elif ctx.obsolete(): return COLOR_BG_OBSOLETE[row % 2] elif ctx.troubles(): return COLOR_BG_TROUBLED[row % 2] elif role == QtCore.Qt.DecorationRole: if column == 'Log': if not getattr(ctx, 'applied', True): return nullvariant radius = self.dot_radius pan = 2 w = self.col2x(gnode.cols, pan) h = self.rowheight dot_x = self.col2x(gnode.x, pan) dot_y = h / 2 pix = QtGui.QPixmap(w, h) pix.fill(QtGui.QColor(0,0,0,0)) painter = QtGui.QPainter(pix) painter.setRenderHint(QtGui.QPainter.Antialiasing) pen = QtGui.QPen(QtCore.Qt.blue) pen.setWidth(2) painter.setPen(pen) lpen = QtGui.QPen(pen) lpen.setColor(QtCore.Qt.black) painter.setPen(lpen) for y1, y2, lines in ((0, h, gnode.bottomlines), (-h, 0, gnode.toplines)): for start, end, color, fill in lines: lpen = QtGui.QPen(pen) color = QtGui.QColor(self.get_color(color)) if not fill: lpen.setStyle(QtCore.Qt.DotLine) color.setAlpha(150) lpen.setColor(color) lpen.setWidth(2) painter.setPen(lpen) x1 = self.col2x(start, pan) + radius / 2 x2 = self.col2x(end, pan) + radius / 2 painter.drawLine(x1, dot_y + y1, x2, dot_y + y2) dot_color = QtGui.QColor(self.namedbranch_color(ctx.branch())) dotcolor = QtGui.QColor(dot_color) if ctx.obsolete(): penradius = 1 pencolor = dotcolor.setAlpha(150) elif gnode.rev in self.heads: penradius = 2 pencolor = dotcolor.darker() else: penradius = 1 pencolor = QtCore.Qt.black dot_y = (h/2) - radius / 2 painter.setBrush(dotcolor) pen = QtGui.QPen(pencolor) pen.setWidth(penradius) painter.setPen(pen) tags = set(ctx.tags()) icn = None modified = False atwd = False if gnode.rev in self.wd_revs: atwd = True status = self.wd_status[self.wd_revs.index(gnode.rev)] if [True for st in status if st]: modified = True phase = ctx.phase() if gnode.rev is None: # WD is displayed only if there are local # modifications, so let's use the modified icon icn = geticon('modified') elif tags.intersection(self.mqueues): icn = geticon('mqpatch') #elif modified: # icn = geticon('modified') elif atwd: if phase > phases.public: pen_color = QtCore.Qt.red pen = QtGui.QPen(pen_color) pen.setWidth(penradius) painter.setPen(pen) else: icn = geticon('clean') if icn: icn.paint(painter, dot_x-5, dot_y-5, 17, 17) elif phase == phases.draft: painter.drawRect(dot_x, dot_y, radius, radius) elif phase == phases.secret: P = QtCore.QPointF painter.drawPolygon( P(dot_x + (radius//2), dot_y), P(dot_x, dot_y + radius), P(dot_x + radius, dot_y+radius) ) else: painter.drawEllipse(dot_x, dot_y, radius, radius) painter.end() ret = QtCore.QVariant(pix) return ret return nullvariant def headerData(self, section, orientation, role): if orientation == QtCore.Qt.Horizontal and role == QtCore.Qt.DisplayRole: return QtCore.QVariant(self._columns[section]) return nullvariant def maxWidthValueForColumn(self, column): column = self._columns[column] if column in _maxwidth: return _maxwidth[column](self, self.repo) return None def clear(self): """empty the list""" self.graph = None self._datacache = {} self.notify_data_changed() def notify_data_changed(self): self.emit(SIGNAL("layoutChanged()")) def indexFromRev(self, rev): self.ensureBuilt(rev=rev) row = self.rowFromRev(rev) if row is not None: return self.index(row, 0) return None class FileRevModel(HgRepoListModel): """ Model used to manage the list of revisions of a file, in file viewer of in diff-file viewer dialogs. """ _allcolumns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Tags', 'Filename') _columns = ('ID', 'Branch', 'Log', 'Author', 'Date', 'Filename') _stretchs = {'Log': 1, } _getcolumns = "getFilelogColumns" def __init__(self, repo, filename=None, parent=None): """ data is a HgHLRepo instance """ HgRepoListModel.__init__(self, repo, parent=parent) self.setFilename(filename) def setRepo(self, repo, branch='', fromhead=None, follow=False, closed=False): self.repo = repo self._datacache = {} self.load_config() def setFilename(self, filename): self.filename = filename self._user_colors = {} self._branch_colors = {} self.rowcount = 0 self._datacache = {} if self.filename: grapher = filelog_grapher(self.repo, self.filename) self.graph = Graph(self.repo, grapher, self.max_file_size) fl = self.repo.file(self.filename) # we use fl.index here (instead of linkrev) cause # linkrev API changed between 1.0 and 1.?. So this # works with both versions. self.heads = [fl.index[fl.rev(x)][4] for x in fl.heads()] self.ensureBuilt(row=self.fill_step/2) QtCore.QTimer.singleShot(0, Curry(self.emit, SIGNAL('filled'))) self._fill_timer = self.startTimer(500) else: self.graph = None self.heads = [] replus = re.compile(r'^[+][^+].*', re.M) reminus = re.compile(r'^[-][^-].*', re.M) class HgFileListModel(QtCore.QAbstractTableModel): """ Model used for listing (modified) files of a given Hg revision """ _description_desc = dict(path='', flag='', desc='Display revision description', bfile=None, parent=None, fromside=None, infiles=False) def __init__(self, repo, parent=None): """ data is a HgHLRepo instance """ QtCore.QAbstractTableModel.__init__(self, parent) self.repo = repo self._datacache = {} self.load_config() self.current_ctx = None self._files = [] self._filesdict = {} self.diffwidth = 100 self._fulllist = False self._fill_iter = None def toggleFullFileList(self): self._fulllist = not self._fulllist self.loadFiles() self.emit(SIGNAL('layoutChanged()')) def load_config(self): cfg = HgConfig(self.repo.ui) self._flagcolor = {} self._flagcolor['='] = cfg.getFileModifiedColor() self._flagcolor['-'] = cfg.getFileRemovedColor() self._flagcolor['-'] = cfg.getFileDeletedColor() self._flagcolor['+'] = cfg.getFileAddedColor() self._flagcolor[''] = cfg.getFileDescriptionColor() self._displaydiff = cfg.getDisplayDiffStats() self._descriptionview = cfg.getFileDescriptionView() def setDiffWidth(self, w): if w != self.diffwidth: self.diffwidth = w self._datacache = {} self.emit(SIGNAL('dataChanged(const QModelIndex &, const QModelIndex & )'), self.index(1, 0), self.index(1, self.rowCount())) def __len__(self): return len(self._files) def rowCount(self, parent=None): return len(self) def columnCount(self, parent=None): return 1 + self._displaydiff def file(self, row): return self._files[row]['path'] def fileflag(self, fn): return self._filesdict[fn]['flag'] def fileparentctx(self, fn, ctx=None): if ctx is None: return self._filesdict[fn]['parent'] return ctx.parents()[0] def fileFromIndex(self, index): if not index.isValid() or index.row()>=len(self) or not self.current_ctx: return None row = index.row() file_info = self._files[row] return self._files[row]['path'] def revFromIndex(self, index): if self._fulllist and ismerge(self.current_ctx): if not index.isValid() or index.row()>=len(self) or not self.current_ctx: return None row = index.row() if self._files[row]['fromside'] == 'right': return self.current_ctx.parents()[1].rev() return self.current_ctx.parents()[0].rev() return None def indexFromFile(self, filename): if filename in self._filesdict: row = self._files.index(self._filesdict[filename]) return self.index(row, 0) return QtCore.QModelIndex() def _filterFile(self, filename, ctxfiles): if self._fulllist: return True return filename in ctxfiles #self.current_ctx.files() def _buildDesc(self, parent, fromside): _files = [] ctx = self.current_ctx ctxfiles = ctx.files() changes = self.repo.status(parent.node(), ctx.node())[:3] modified, added, removed = changes for lst, flag in ((added, '+'), (modified, '='), (removed, '-')): for f in [x for x in lst if self._filterFile(x, ctxfiles)]: desc = f bfile = isbfile(f) if bfile: desc = desc.replace('.hgbfiles'+os.sep, '') _files.append({'path': f, 'flag': flag, 'desc': desc, 'bfile': bfile, 'parent': parent, 'fromside': fromside, 'infiles': f in ctxfiles}) # renamed/copied files are handled by background # filling process since it can be a bit long return _files def loadFiles(self): self._fill_iter = None self._files = [] self._datacache = {} self._files = self._buildDesc(self.current_ctx.parents()[0], 'left') if ismerge(self.current_ctx): _paths = [x['path'] for x in self._files] _files = self._buildDesc(self.current_ctx.parents()[1], 'right') self._files += [x for x in _files if x['path'] not in _paths] self._filesdict = dict([(f['path'], f) for f in self._files]) if self._descriptionview == 'asfile': self._files.insert(0, self._description_desc) self.fillFileStats() def setSelectedRev(self, ctx): if ctx != self.current_ctx: self.current_ctx = ctx self._datacache = {} self.loadFiles() self.emit(SIGNAL("layoutChanged()")) def fillFileStats(self): """ Method called to start the background process of computing file stats, which are to be displayed in the 'Stats' column """ self._fill_iter = self._fill() self._fill_one_step() def _fill_one_step(self): if self._fill_iter is None: return try: nextfill = self._fill_iter.next() if nextfill is not None: row, col = nextfill idx = self.index(row, col) self.emit(SIGNAL('dataChanged(const QModelIndex &, const QModelIndex &)'), idx, idx) QtCore.QTimer.singleShot(10, lambda self=self: self._fill_one_step()) except StopIteration: self._fill_iter = None def _fill(self): # the generator used to fill file stats as a background process files = enumerate(self._files) if self._descriptionview == 'asfile': files.next() # consume description entry for row, desc in files: filename = desc['path'] if desc['flag'] == '=' and self._displaydiff: try: diff = revdiff(self.repo, self.current_ctx, None, files=[filename]) tot = self.current_ctx.filectx(filename).data().count('\n') add = len(replus.findall(diff)) rem = len(reminus.findall(diff)) except (LookupError, TypeError): # unknown revision and mq support tot, add, rem = 0, 0, 0 if tot == 0: tot = max(add + rem, 1) desc['stats'] = (tot, add, rem) yield row, 1 if desc['flag'] == '+': m = self.current_ctx.filectx(filename).renamed() if m: removed = self.repo.status(desc['parent'].node(), self.current_ctx.node())[2] oldname, node = m if oldname in removed: # removed.remove(oldname) XXX desc['renamedfrom'] = (oldname, node) desc['flag'] = '=' desc['desc'] += '\n (was %s)' % oldname else: desc['copiedfrom'] = (oldname, node) desc['flag'] = '=' desc['desc'] += '\n (copy of %s)' % oldname yield row, 0 yield None def data(self, index, role): if not index.isValid() or index.row()>len(self) or not self.current_ctx: return nullvariant row = index.row() column = index.column() current_file_desc = self._files[row] current_file = current_file_desc['path'] stats = current_file_desc.get('stats') if column == 1: if stats is not None: if role == QtCore.Qt.DecorationRole: tot, add, rem = stats w = self.diffwidth - 20 h = 20 np = int(w*add/tot) nm = int(w*rem/tot) nd = w-np-nm pix = QtGui.QPixmap(w+10, h) pix.fill(QtGui.QColor(0,0,0,0)) painter = QtGui.QPainter(pix) for x0,w0, color in ((0, nm, 'red'), (nm, np, 'green'), (nm+np, nd, 'gray')): color = QtGui.QColor(color) painter.setBrush(color) painter.setPen(color) painter.drawRect(x0+5, 0, w0, h-3) painter.setBrush(QtGui.QColor(0,0,0,0)) pen = QtGui.QPen(QtCore.Qt.black) pen.setWidth(0) painter.setPen(pen) painter.drawRect(5, 0, w+1, h-3) painter.end() return QtCore.QVariant(pix) elif role == QtCore.Qt.ToolTipRole: tot, add, rem = stats msg = "Diff stats:
" msg += " File: %s lines
" % tot msg += " added lines:  %s
" % add msg += " removed lines:  %s" % rem return QtCore.QVariant(msg) elif column == 0: if role in (QtCore.Qt.DisplayRole, QtCore.Qt.ToolTipRole): return QtCore.QVariant(current_file_desc['desc']) elif role == QtCore.Qt.DecorationRole: if self._fulllist and ismerge(self.current_ctx): icn = None if current_file_desc['infiles']: icn = geticon('leftright') elif current_file_desc['fromside'] == 'left': icn = geticon('left') elif current_file_desc['fromside'] == 'right': icn = geticon('right') if icn: return QtCore.QVariant(icn.pixmap(20,20)) elif role == QtCore.Qt.FontRole: if self._fulllist and current_file_desc['infiles']: font = QtGui.QFont() font.setBold(True) return QtCore.QVariant(font) elif role == QtCore.Qt.ForegroundRole: color = self._flagcolor.get(current_file_desc['flag'], 'black') if color is not None: return QtCore.QVariant(QtGui.QColor(color)) return nullvariant def headerData(self, section, orientation, role): if ismerge(self.current_ctx): if self._fulllist: header = ('File (all)', 'Diff') else: header = ('File (merged only)', 'Diff') else: header = ('File', 'Diff') if orientation == QtCore.Qt.Horizontal and role == QtCore.Qt.DisplayRole: return QtCore.QVariant(header[section]) return nullvariant class TreeItem(object): def __init__(self, data, parent=None): self.parentItem = parent self.itemData = data self.childItems = [] def appendChild(self, item): self.childItems.append(item) return item addChild = appendChild def child(self, row): return self.childItems[row] def childCount(self): return len(self.childItems) def columnCount(self): return len(self.itemData) def data(self, column): return self.itemData[column] def parent(self): return self.parentItem def row(self): if self.parentItem: return self.parentItem.childItems.index(self) return 0 def __getitem__(self, idx): return self.childItems[idx] def __len__(self): return len(self.childItems) def __iter__(self): for ch in self.childItems: yield ch class ManifestModel(QtCore.QAbstractItemModel): """ Qt model to display a hg manifest, ie. the tree of files at a given revision. To be used with a QTreeView. """ def __init__(self, repo, rev, parent=None): QtCore.QAbstractItemModel.__init__(self, parent) self.repo = repo self.changectx = self.repo.changectx(rev) self.setupModelData() def data(self, index, role): if not index.isValid(): return QtCore.QVariant() if role != QtCore.Qt.DisplayRole: return QtCore.QVariant() item = index.internalPointer() return QtCore.QVariant(item.data(index.column())) def flags(self, index): if not index.isValid(): return QtCore.Qt.ItemIsEnabled return QtCore.Qt.ItemIsEnabled | QtCore.Qt.ItemIsSelectable def headerData(self, section, orientation, role): if orientation == QtCore.Qt.Horizontal and role == QtCore.Qt.DisplayRole: return QtCore.QVariant(self.rootItem.data(section)) return QtCore.QVariant() def index(self, row, column, parent): if row < 0 or column < 0 or row >= self.rowCount(parent) or column >= self.columnCount(parent): return QtCore.QModelIndex() if not parent.isValid(): parentItem = self.rootItem else: parentItem = parent.internalPointer() childItem = parentItem.child(row) if childItem is not None: return self.createIndex(row, column, childItem) else: return QtCore.QModelIndex() def parent(self, index): if not index.isValid(): return QtCore.QModelIndex() childItem = index.internalPointer() parentItem = childItem.parent() if parentItem == self.rootItem: return QtCore.QModelIndex() return self.createIndex(parentItem.row(), 0, parentItem) def rowCount(self, parent): if parent.column() > 0: return 0 if not parent.isValid(): parentItem = self.rootItem else: parentItem = parent.internalPointer() return parentItem.childCount() def columnCount(self, parent): if parent.isValid(): return parent.internalPointer().columnCount() else: return self.rootItem.columnCount() def setupModelData(self): if self.changectx.rev() is not None: rootData = ["rev %s:%s" % (self.changectx.rev(), short_hex(self.changectx.node()))] else: rootData = ['Working Directory'] self.rootItem = TreeItem(rootData) for path in sorted(self.changectx.manifest()): path = path.split(osp.sep) node = self.rootItem for p in path: for ch in node: if ch.data(0) == p: node = ch break else: node = node.addChild(TreeItem([p], node)) def pathFromIndex(self, index): idxs = [] while index.isValid(): idxs.insert(0, index) index = self.parent(index) return osp.sep.join([index.internalPointer().data(0) for index in idxs]) hgview-1.7.1/hgviewlib/qt4/hgrepoview.py0000644000177600017760000010436012072513147017356 0ustar pyvespyves# Copyright (c) 2009-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 high level widgets for hg repo changelogs and filelogs """ import sys from collections import namedtuple, defaultdict from operator import le, ge, lt, gt from mercurial import cmdutil, ui from mercurial.node import hex, short as short_hex, bin as short_bin from mercurial.error import (RepoError, ParseError, LookupError, RepoLookupError, Abort) from PyQt4 import QtCore, QtGui Qt = QtCore.Qt connect = QtCore.QObject.connect disconnect = QtCore.QObject.disconnect SIGNAL = QtCore.SIGNAL nullvariant = QtCore.QVariant() from hgviewlib.decorators import timeit from hgviewlib.config import HgConfig from hgviewlib.hgpatches.scmutil import revrange from hgviewlib.util import format_desc, xml_escape, tounicode from hgviewlib.util import first_known_precursors, first_known_successors from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgmanifestdialog import ManifestViewer from hgviewlib.qt4.quickbar import QuickBar from hgviewlib.qt4.helpviewer import HgHelpViewer # Re-Structured Text support raw2html = lambda x: u'
%s
' % xml_escape(x) try: from docutils.core import publish_string import docutils.utils def rst2html(text): try: # halt_level allows the parser to raise errors # report_level cleans the standard output out = publish_string(text, writer_name='html', settings_overrides={ 'halt_level':docutils.utils.Reporter.WARNING_LEVEL, 'report_level':docutils.utils.Reporter.SEVERE_LEVEL + 1}) except: # docutils is not always reliable (or reliably packaged) out = raw2html(text) if not isinstance(out, unicode): # if the docutils call did not fail, we likely got an str ... out = tounicode(out) return out except ImportError: rst2html = None class GotoQuery(QtCore.QThread): """A dedicated thread that queries a revset to the repo related to the model""" def __init__(self): super(GotoQuery, self).__init__() self.rows = None self.revexp = None self.model = None def __del__(self): self.terminate() def run(self): revset = None try: revset = revrange(self.model.repo, [self.revexp.encode('utf-8')]) except (RepoError, ParseError, LookupError, RepoLookupError, Abort), err: self.rows = None self.emit(SIGNAL('failed_revset'), err) return if revset is None: self.rows = () self.emit(SIGNAL('new_revset'), self.rows, self.revexp) return rows = (idx.row() for idx in (self.model.indexFromRev(rev) for rev in revset) if idx is not None) self.rows = tuple(sorted(rows)) self.emit(SIGNAL('new_revset'), self.rows, self.revexp) def perform(self, revexp, model): self.terminate() self.revexp = revexp self.model = model self.start() def perform_now(self, revexp, model): self.revexp = revexp self.model = model self.run() def get_last_results(self): return self.rows class CompleterModel(QtGui.QStringListModel): def add_to_string_list(self, *values): strings = self.stringList() for value in values: if value not in strings: strings.append(value) self.setStringList(strings) class QueryLineEdit(QtGui.QLineEdit): """Special LineEdit class with visual marks for the revset query status""" FORGROUNDS = {'normal':Qt.color1, 'valid':Qt.color1, 'failed':Qt.darkRed, 'query':Qt.darkGray} ICONS = {'valid':'valid', 'query':'loading'} def __init__(self, parent): self._parent = parent self._status = None # one of the keys of self.FORGROUNDS and self.ICONS QtGui.QLineEdit.__init__(self, parent) self.setTextMargins(0,0,-16,0) self.valide = True self.textEdited.connect(self.on_text_edited) self.previous_text = '' def set_status(self, status=None): self._status = status color = self.FORGROUNDS.get(status, None) if color is not None: palette = self.palette() palette.setColor(QtGui.QPalette.Text, color) self.setPalette(palette) def get_status(self): return self._status status = property(get_status, set_status, None, "query status") def paintEvent(self, event): QtGui.QLineEdit.paintEvent(self, event) icn = geticon(self.ICONS.get(self._status)) if icn is None: return painter = QtGui.QPainter(self) icn.paint(painter, self.width() - 18, (self.height() - 18) / 2, 16, 16) def on_text_edited(self): current_text = unicode(self.text()).strip() if current_text == self.previous_text: return self.previous_text = current_text self.emit(SIGNAL('text_edited_no_blank'), current_text) class GotoQuickBar(QuickBar): def __init__(self, parent): self._parent = parent self._goto_query = None self.compl_model = None self.completer = None self.row_before = 0 self._standby_revexp = None # revexp that requires an action from user QuickBar.__init__(self, "Goto", "Ctrl+G", "Goto", parent) def createActions(self, openkey, desc): QuickBar.createActions(self, openkey, desc) # goto next act = QtGui.QAction("Goto Next", self) act.setIcon(geticon('forward')) act.setStatusTip("Goto next found revision") act.triggered.connect(lambda: self.goto(forward=True)) self._actions['next'] = act # goto prev act = QtGui.QAction("Goto Previous", self) act.setIcon(geticon('back')) act.setStatusTip("Goto previous found revision") act.triggered.connect(lambda: self.goto(forward=False)) self._actions['prev'] = act # help act = QtGui.QAction("help about revset", self) act.setIcon(geticon('help')) act.setStatusTip("Display documentation about 'revset'") act.triggered.connect(self.show_help) self._actions['help'] = act def createContent(self): QuickBar.createContent(self) # completer self.compl_model = CompleterModel(['tip']) self.completer = QtGui.QCompleter(self.compl_model, self) cb = lambda text: self.search(unicode(text)) self.completer.activated[str].connect(cb) # entry self.entry = QueryLineEdit(self) self.entry.setCompleter(self.completer) self.entry.setStatusTip("Enter a 'revset' to query a set of revisions") self.addWidget(self.entry) connect(self.entry, SIGNAL('text_edited_no_blank'), self.auto_search) self.entry.returnPressed.connect(lambda: self.goto(True)) # actions self.addAction(self._actions['prev']) self.addAction(self._actions['next']) self.addAction(self._actions['help']) # querier (threaded) self._goto_query = GotoQuery() connect(self._goto_query, SIGNAL('failed_revset'), self.on_failed) connect(self._goto_query, SIGNAL('new_revset'), self.on_queried) def setVisible(self, visible=True): QuickBar.setVisible(self, visible) if visible: self.entry.setFocus() self.entry.selectAll() def __del__(self): # QObject::startTimer: QTimer can only be used with threads # started with QThread self.entry.setCompleter(None) def show_help(self): w = HgHelpViewer(self._parent.model().repo, 'revset', self) w.show() w.raise_() w.activateWindow() def auto_search(self, revexp): # Do not automatically search for revision number. # The problem is that the auto search system will # query for lower revision number: users may type the revision # number by hand which induce that the first numeric char will be # queried alone. # But the first found revision is automatically selected, so to much # revision tree will be loaded. if revexp.isdigit(): self.entry.status = 'normal' self._actions['next'].setEnabled(True) self._actions['prev'].setEnabled(True) self.show_message( 'Hit [Enter] because ' 'revision number is not automatically queried ' 'for optimization purpose.') self._standby_revexp = revexp return self.search(revexp) def goto(self, forward=True): # returnPressed from the `entry` also call this slot # We check if the main corresponding action is enabled if not self._actions['next'].isEnabled(): if self.entry.status == 'failed': self.show_message("Invalid revset expression.") else: self.show_message("Querying, please wait (or edit to cancel).") return if self._standby_revexp is not None: self.search(self._standby_revexp, threaded=False) rows = self._goto_query.get_last_results() if rows is None: self.entry.status = 'failed' return if forward: signal = 'goto_strict_next_from' else: signal = 'goto_strict_prev_from' self.emit(SIGNAL(signal), rows) # usecase: enter a nodeid and hit enter to go on, # so the goto tool bar is no more required and may be # annoying if rows and len(rows) == 1: self.setVisible(False) def search(self, revexp, threaded=True): if revexp is None: revexp = self._standby_revexp self._standby_revexp = None if not revexp: self.emit(SIGNAL('new_set'), None) self.emit(SIGNAL('goto_next_from'), (self.row_before,)) return self.show_message("Querying ... (edit the entry to cancel)") self._actions['next'].setEnabled(False) self._actions['prev'].setEnabled(False) self.entry.status = 'query' if threaded: self._goto_query.perform(revexp, self._parent.model()) else: self._goto_query.perform_now(revexp, self._parent.model()) def show_message(self, message, delay=-1): self.parent().statusBar().showMessage(message, delay) def on_queried(self, rows=None, revexp=''): """Slot to handle new revset.""" self.entry.status = 'valid' self.emit(SIGNAL('new_set'), rows) self.emit(SIGNAL('goto_next_from'), rows) self._actions['next'].setEnabled(True) self._actions['prev'].setEnabled(True) if rows and revexp: self.compl_model.add_to_string_list(revexp) def on_failed(self, err): self.entry.status = 'failed' self.show_message(unicode(err)) self._actions['next'].setEnabled(False) self._actions['prev'].setEnabled(False) class HgRepoView(QtGui.QTableView): """ A QTableView for displaying a FileRevModel or a HgRepoListModel, with actions, shortcuts, etc. """ def __init__(self, parent=None): QtGui.QTableView.__init__(self, parent) self.init_variables() self.setShowGrid(False) self.verticalHeader().hide() self.verticalHeader().setDefaultSectionSize(20) self.setSelectionMode(QtGui.QAbstractItemView.SingleSelection) self.setSelectionBehavior(QtGui.QAbstractItemView.SelectRows) self.setAlternatingRowColors(True) self.createActions() self.createToolbars() connect(self, SIGNAL('doubleClicked (const QModelIndex &)'), self.revisionActivated) self._autoresize = True connect(self.horizontalHeader(), SIGNAL('sectionResized(int, int, int)'), self.disableAutoResize) def mousePressEvent(self, event): index = self.indexAt(event.pos()) if not index.isValid(): return if event.button() == Qt.MidButton: self.gotoAncestor(index) return QtGui.QTableView.mousePressEvent(self, event) def createToolbars(self): self.goto_toolbar = GotoQuickBar(self) goto = self.goto_next_from connect(self.goto_toolbar, SIGNAL('goto_strict_next_from'), lambda revs: goto(revs, strict=True, forward=True)) connect(self.goto_toolbar, SIGNAL('goto_strict_prev_from'), lambda revs: goto(revs, strict=True, forward=False)) connect(self.goto_toolbar, SIGNAL('goto_next_from'), lambda revs: goto(revs)) connect(self.goto_toolbar, SIGNAL('new_set'), self.highlight_rows) def _action_defs(self): class ActDef(object): def __init__(self, name, desc, icon, tip, keys, cb): self.name = name self.desc = desc self.icon = icon self.tip = tip self.keys = keys self.cb = cb def __iter__(self): yield self.name yield self.desc yield self.icon yield self.tip yield self.keys yield self.cb def __repr__(self): out = super(ActDef, self).__repr__() return out[:-1] + 'name=%r' % self.name + out[-1:] return [ ActDef(name="copycs", desc=self.tr("Export to clipboard"), icon=None, tip=self.tr("Export changeset metadata the window manager clipboard [see configuration entry 'exporttemplate']"), keys=None, # XXX shall be specified after general shortcuts refactorization cb=self.copy_cs_to_clipboard), ActDef(name="back", desc=self.tr("Previous visited"), icon='back', tip=self.tr("Backward to the previous visited changeset"), keys=[QtGui.QKeySequence(QtGui.QKeySequence.Back)], cb=self.back), ActDef(name="forward", desc=self.tr("Next visited"), icon='forward', tip=self.tr("Forward to the next visited changeset"), keys=[QtGui.QKeySequence(QtGui.QKeySequence.Forward)], cb=self.forward), ActDef(name="manifest", desc=self.tr("Manifest"), icon=None, tip=self.tr("Show the manifest at selected revision"), keys=[Qt.SHIFT + Qt.Key_Enter, Qt.SHIFT + Qt.Key_Return], cb=self.showAtRev), ActDef(name="start", desc=self.tr("Hide higher revisions"), icon=None, tip=self.tr("Start graph from this revision"), keys=[Qt.Key_Backspace], cb=self.startFromRev), ActDef(name="follow", desc=self.tr("Focus on ancestors"), icon=None, tip=self.tr("Follow revision history from this revision"), keys=[Qt.SHIFT + Qt.Key_Backspace], cb=self.followFromRev), ActDef(name="unfilter", desc=self.tr("Show all changesets"), icon="unfilter", tip=self.tr("Remove filter and show all changesets"), keys=[Qt.ALT + Qt.CTRL + Qt.Key_Backspace], cb=self.removeFilter), ] def createActions(self): self._actions = {} for name, desc, icon, tip, key, cb in self._action_defs(): self._actions[name] = QtGui.QAction(desc, self) QtCore.QTimer.singleShot(0, self.configureActions) def configureActions(self): for name, desc, icon, tip, keys, cb in self._action_defs(): act = self._actions[name] if icon: act.setIcon(geticon(icon)) if tip: act.setStatusTip(tip) if keys: act.setShortcuts(keys) if cb: connect(act, SIGNAL('triggered()'), cb) self.addAction(act) self._actions['unfilter'].setEnabled(False) connect(self, SIGNAL('startFromRev'), self.update_filter_action) def update_filter_action(self, rev=None, follow=None): self._actions['unfilter'].setEnabled(rev is not None) def copy_cs_to_clipboard(self): """ Copy changeset metadata into the window manager clipboard.""" repo = self.model().repo ctx = repo[self.current_rev] u = ui.ui(repo.ui) template = HgConfig(u).getExportTemplate() u.pushbuffer() cmdutil.show_changeset(u, repo, {'template':template}, False).show(ctx) QtGui.QApplication.clipboard().setText(u.popbuffer()) def showAtRev(self): self.emit(SIGNAL('revisionActivated'), self.current_rev) def startFromRev(self): self.emit(SIGNAL('startFromRev'), self.current_rev, False) def followFromRev(self): self.emit(SIGNAL('startFromRev'), self.current_rev, True) def removeFilter(self): self.emit(SIGNAL('startFromRev')) def contextMenuEvent(self, event): menu = QtGui.QMenu(self) for act in ['copycs', None, 'manifest', None, 'start', 'follow', 'unfilter', None, 'back', 'forward']: if act: menu.addAction(self._actions[act]) else: menu.addSeparator() menu.exec_(event.globalPos()) def init_variables(self): # member variables self.current_rev = None # rev navigation history (manage 'back' action) self._rev_history = [] self._rev_pos = -1 self._in_history = False # flag set when we are "in" the # history. It is required cause we cannot known, in # "revision_selected", if we are creating a new branch in the # history navigation or if we are navigating the history def setModel(self, model): self.init_variables() QtGui.QTableView.setModel(self, model) connect(self.selectionModel(), QtCore.SIGNAL('currentRowChanged (const QModelIndex & , const QModelIndex & )'), self.revisionSelected) tags = model.repo.tags().keys() self.goto_toolbar.compl_model.add_to_string_list(*tags) revaliases = [item[0] for item in model.repo.ui.configitems("revsetalias")] self.goto_toolbar.compl_model.add_to_string_list(*revaliases) col = list(model._columns).index('Log') self.horizontalHeader().setResizeMode(col, QtGui.QHeaderView.Stretch) def enableAutoResize(self, *args): self._autoresize = True def disableAutoResize(self, *args): self._autoresize = False QtCore.QTimer.singleShot(100, self.enableAutoResize) def resizeEvent(self, event): # we catch this event to resize smartly tables' columns QtGui.QTableView.resizeEvent(self, event) if self._autoresize: self.resizeColumns() def resizeColumns(self, *args): # resize columns the smart way: the column holding Log # is resized according to the total widget size. model = self.model() if not model: return col1_width = self.viewport().width() fontm = QtGui.QFontMetrics(self.font()) tot_stretch = 0.0 for c in range(model.columnCount()): if model._columns[c] in model._stretchs: tot_stretch += model._stretchs[model._columns[c]] continue w = model.maxWidthValueForColumn(c) if w is not None: w = fontm.width(unicode(w) + 'w') self.setColumnWidth(c, w) else: w = self.sizeHintForColumn(c) self.setColumnWidth(c, w) col1_width -= self.columnWidth(c) col1_width = max(col1_width, 100) for c in range(model.columnCount()): if model._columns[c] in model._stretchs: w = model._stretchs[model._columns[c]] / tot_stretch self.setColumnWidth(c, col1_width * w) def revFromindex(self, index): if not index.isValid(): return model = self.model() if model and model.graph: row = index.row() gnode = model.graph[row] return gnode.rev def revisionActivated(self, index): rev = self.revFromindex(index) if rev is not None: self.emit(SIGNAL('revisionActivated'), rev) def revisionSelected(self, index, index_from): """ Callback called when a revision is selected in the revisions table """ rev = self.revFromindex(index) if True:#rev is not None: model = self.model() if self.current_rev is not None and self.current_rev == rev: return if not self._in_history: del self._rev_history[self._rev_pos+1:] self._rev_history.append(rev) self._rev_pos = len(self._rev_history)-1 self._in_history = False self.current_rev = rev self.emit(SIGNAL('revisionSelected'), rev) self.set_navigation_button_state() def gotoAncestor(self, index): rev = self.revFromindex(index) if rev is not None and self.current_rev is not None: repo = self.model().repo ctx = repo[self.current_rev] ctx2 = repo[rev] ancestor = ctx.ancestor(ctx2) self.emit(SIGNAL('showMessage'), "Goto ancestor of %s and %s"%(ctx.rev(), ctx2.rev()), 5000) self.goto(ancestor.rev()) def set_navigation_button_state(self): if len(self._rev_history) > 0: back = self._rev_pos > 0 forw = self._rev_pos < len(self._rev_history)-1 else: back = False forw = False self._actions['back'].setEnabled(back) self._actions['forward'].setEnabled(forw) def back(self): if self._rev_history and self._rev_pos>0: self._rev_pos -= 1 idx = self.model().indexFromRev(self._rev_history[self._rev_pos]) if idx is not None: self._in_history = True self.setCurrentIndex(idx) self.set_navigation_button_state() def forward(self): if self._rev_history and self._rev_pos<(len(self._rev_history)-1): self._rev_pos += 1 idx = self.model().indexFromRev(self._rev_history[self._rev_pos]) if idx is not None: self._in_history = True self.setCurrentIndex(idx) self.set_navigation_button_state() def goto(self, rev): """ Select revision 'rev'. It can be anything understood by repo.changectx(): revision number, node or tag for instance. """ if isinstance(rev, basestring) and ':' in rev: rev = rev.split(':')[1] repo = self.model().repo try: rev = repo.changectx(rev).rev() except RepoError: self.emit(SIGNAL('showMessage'), "Can't find revision '%s'" % rev, 2000) else: idx = self.model().indexFromRev(rev) if idx is not None: self.goto_toolbar.setVisible(False) self.setCurrentIndex(idx) def goto_next_from(self, rows, strict=False, forward=True): """Select the next row available in rows.""" if not rows: return currow = self.currentIndex().row() if strict: greater, less = gt, lt else: greater, less = ge, le if forward: comparer, _rows = greater, rows else: comparer, _rows = less, reversed(rows) try: row = (row for row in _rows if comparer(row, currow)).next() except StopIteration: self.visual_bell() row = rows[0 if forward else -1] self.setCurrentIndex(self.model().index(row, 0)) pos = rows.index(row) + 1 self.emit(SIGNAL('showMessage'), "revision #%i of %i" % (pos, len(rows)), -1) def nextRev(self): row = self.currentIndex().row() self.setCurrentIndex(self.model().index(min(row+1, self.model().rowCount() - 1), 0)) def prevRev(self): row = self.currentIndex().row() self.setCurrentIndex(self.model().index(max(row - 1, 0), 0)) def highlight_rows(self, rows): if rows is None: self.visual_bell() self.emit(SIGNAL('showMessage'), 'Revision set cleared.', 2000) else: self.emit(SIGNAL('showMessage'), '%i revisions found.' % len(rows), 2000) self.model().highlight_rows(rows or ()) self.refresh_display() def refresh_display(self): for item in self.children(): try: item.update() except AttributeError: pass def visual_bell(self): self.hide() QtCore.QTimer.singleShot(0.01, self.show) TROUBLE_EXPLANATIONS = defaultdict(lambda:'unknown trouble') TROUBLE_EXPLANATIONS['unstable'] = "Based on obsolete ancestor" TROUBLE_EXPLANATIONS['bumped'] = "Hopeless successors of a public changeset" TROUBLE_EXPLANATIONS['divergent'] = "Another changeset are also a successors "\ "of one of your precursor" # temporary compat with older evolve version TROUBLE_EXPLANATIONS['latecomer'] = TROUBLE_EXPLANATIONS['bumped'] TROUBLE_EXPLANATIONS['conflicting'] = TROUBLE_EXPLANATIONS['divergent'] class RevDisplay(QtGui.QTextBrowser): """ Display metadata for one revision (rev, author, description, etc.) """ def __init__(self, parent=None): QtGui.QTextBrowser.__init__(self, parent) self.excluded = () self.descwidth = 60 # number of chars displayed for parent/child descriptions if rst2html: self.rst_action = QtGui.QAction(self.tr('Fancy Display'), self) self.rst_action.setCheckable(True) self.rst_action.setChecked(True) self.rst_action.setToolTip(self.tr('Interpret ReST comments')) self.rst_action.setStatusTip(self.tr('Interpret ReST comments')) connect(self.rst_action, SIGNAL('triggered()'), self.refreshDisplay) else: self.rst_action = None connect(self, SIGNAL('anchorClicked(const QUrl &)'), self.anchorClicked) def anchorClicked(self, qurl): """ Callback called when a link is clicked in the text browser """ rev = str(qurl.toString()) diff = False if rev.startswith('diff_'): rev = int(rev[5:]) diff = True try: rev = self.ctx._repo.changectx(rev).rev() except RepoError: QtGui.QDesktopServices.openUrl(qurl) self.refreshDisplay() if diff: self.diffrev = rev self.refreshDisplay() # TODO: emit a signal to recompute the diff self.emit(SIGNAL('parentRevisionSelected'), self.diffrev) else: self.emit(SIGNAL('revisionSelected'), rev) def setDiffRevision(self, rev): if rev != self.diffrev: self.diffrev = rev self.refreshDisplay() def displayRevision(self, ctx): self.ctx = ctx self.diffrev = ctx.parents()[0].rev() if hasattr(self.ctx._repo, "mq"): self.mqseries = self.ctx._repo.mq.series[:] self.mqunapplied = [x[1] for x in self.ctx._repo.mq.unapplied(self.ctx._repo)] mqpatch = set(self.ctx.tags()).intersection(self.mqseries) if mqpatch: self.mqpatch = mqpatch.pop() else: self.mqpatch = None else: self.mqseries = [] self.mqunapplied = [] self.mqpatch = None self.refreshDisplay() def selectNone(self): cursor = self.textCursor() cursor.clearSelection() cursor.setPosition(0) self.setTextCursor(cursor) self.setExtraSelections([]) def searchString(self, text): self.selectNone() if text in unicode(self.toPlainText()): clist = [] while self.find(text): eselect = self.ExtraSelection() eselect.cursor = self.textCursor() eselect.format.setBackground(QtGui.QColor('#ffffbb')) clist.append(eselect) self.selectNone() self.setExtraSelections(clist) def finditer(self, text): if text: while True: if self.find(text): yield self.ctx.rev(), None else: break return finditer(self, text) def refreshDisplay(self): ctx = self.ctx rev = ctx.rev() cfg = HgConfig(ctx._repo.ui) buf = "\n" if self.mqpatch: buf += '' % cfg.getMQFGColor() buf += '\n' buf += '' if rev is None: buf += "\n" else: buf += '\n' % (ctx.rev(), short_hex(ctx.node())) user = tounicode(ctx.user()) if ctx.node() else u'' buf += '\n' % user buf += '\n' % ctx.branch() buf += '\n' % ctx.phasestr() buf += '' buf += "
Patch queue: ' for p in self.mqseries: if p in self.mqunapplied: p = "%s" % p elif p == self.mqpatch: p = "%s" % p buf += ' %s ' % (p) buf += '
Working Directory'\ '%s:'\ '%s'\ '%s%s%s
\n" buf += "\n" parents = [p for p in ctx.parents() if p] for p in parents: if p.rev() > -1: buf += self._html_ctx_info(p, 'Parent', 'Direct ancestor of this changeset') if len(parents) == 2: p = parents[0].ancestor(parents[1]) buf += self._html_ctx_info(p, 'Ancestor', 'Direct ancestor of this changeset') for p in ctx.children(): r = p.rev() if r > -1 and r not in self.excluded: buf += self._html_ctx_info(p, 'Child', 'Direct descendant of this changeset') for prec in first_known_precursors(ctx, self.excluded): buf += self._html_ctx_info(prec, 'Precursor', 'Previous version obsolete by this changeset') for suc in first_known_successors(ctx, self.excluded): buf += self._html_ctx_info(suc, 'Successors', 'Updated version that make this changeset obsolete') bookmarks = ', '.join(ctx.bookmarks()) if bookmarks: buf += ''\ ''\ '\n' % bookmarks troubles = ctx.troubles() if troubles: span = '%s' content = ', '.join([span % (TROUBLE_EXPLANATIONS[troub], troub) for troub in troubles]) buf += ''\ ''\ '\n' % ''.join(content) buf += "
Bookmarks: '\ '%s
Troubles: '\ '%s
\n" desc = tounicode(ctx.description()) if self.rst_action is not None and self.rst_action.isChecked(): replace = cfg.getFancyReplace() if replace: desc = replace(desc) desc = rst2html(desc) else: desc = raw2html(desc) buf += '
%s
\n' % desc self.setHtml(buf) def contextMenuEvent(self, event): _context_menu = self.createStandardContextMenu() _context_menu.addAction(self.rst_action) _context_menu.exec_(event.globalPos()) def _html_ctx_info(self, ctx, title, tooltip=None): isdiffrev = ctx.rev() == self.diffrev if not tooltip: tooltip = title short = short_hex(ctx.node()) if getattr(ctx, 'applied', True) else ctx.node() descr = format_desc(ctx.description(), self.descwidth) rev = ctx.rev() out = ''\ '%(title)s:'\ '' % locals() if isdiffrev: out += '' out += ''\ '%(rev)s'\ ':'\ '%(short)s '\ '%(descr)s' % locals() if isdiffrev: out += '' out += '\n' return out hgview-1.7.1/hgviewlib/qt4/hgmanifestdialog.py0000644000177600017760000001067312072513146020506 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 dialogs to display hg revisions of a file """ import sys, os import os.path as osp from mercurial import ui, hg, util from mercurial.revlog import LookupError from PyQt4 import QtGui, QtCore, Qsci from PyQt4.QtCore import Qt from hgviewlib.application import ManifestViewer as _ManifestViewer from hgviewlib.util import tounicode from hgviewlib.qt4 import icon as geticon from hgviewlib.qt4.hgdialogmixin import HgDialogMixin from hgviewlib.qt4.hgrepomodel import ManifestModel from hgviewlib.qt4.lexers import get_lexer connect = QtCore.QObject.connect disconnect = QtCore.QObject.disconnect SIGNAL = QtCore.SIGNAL nullvariant = QtCore.QVariant() class ManifestViewer(QtGui.QMainWindow, HgDialogMixin, _ManifestViewer): """ Qt4 dialog to display all files of a repo at a given revision """ _uifile = 'manifestviewer.ui' def __init__(self, repo, noderev): self.repo = repo QtGui.QMainWindow.__init__(self) HgDialogMixin.__init__(self) self.setWindowTitle('Hg manifest viewer - %s:%s' % (repo.root, noderev)) # hg repo self.repo = repo self.rev = noderev self.setupModels() self.createActions() self.setupTextview() def load_config(self): cfg = HgDialogMixin.load_config(self) self.max_file_size = cfg.getMaxFileSize() def setupModels(self): self.treemodel = ManifestModel(self.repo, self.rev) self.treeView.setModel(self.treemodel) connect(self.treeView.selectionModel(), SIGNAL('currentChanged(const QModelIndex &, const QModelIndex &)'), self.fileSelected) def createActions(self): connect(self.actionClose, SIGNAL('triggered()'), self.close) self.actionClose.setIcon(geticon('quit')) def setupTextview(self): lay = QtGui.QHBoxLayout(self.mainFrame) lay.setSpacing(0) lay.setContentsMargins(0,0,0,0) sci = Qsci.QsciScintilla(self.mainFrame) lay.addWidget(sci) sci.setMarginLineNumbers(1, True) sci.setMarginWidth(1, '000') sci.setReadOnly(True) sci.setFont(self._font) sci.SendScintilla(sci.SCI_SETSELEOLFILLED, True) self.textView = sci def fileSelected(self, index, *args): if not index.isValid(): return path = self.treemodel.pathFromIndex(index) try: fc = self.repo.changectx(self.rev).filectx(path) except LookupError: # may occur when a directory is selected self.textView.setMarginWidth(1, '00') self.textView.setText('') return if fc.size() > self.max_file_size: data = "file too big" else: # return the whole file data = fc.data() if util.binary(data): data = "binary file" else: data = tounicode(data) lexer = get_lexer(path, data) if lexer: lexer.setFont(self._font) self.textView.setLexer(lexer) self._cur_lexer = lexer nlines = data.count('\n') self.textView.setMarginWidth(1, str(nlines)+'00') self.textView.setText(data) def setCurrentFile(self, filename): index = QtCore.QModelIndex() path = filename.split(osp.sep) for p in path: self.treeView.expand(index) for row in range(self.treemodel.rowCount(index)): newindex = self.treemodel.index(row, 0, index) if newindex.internalPointer().data(0) == p: index = newindex break self.treeView.setCurrentIndex(index) hgview-1.7.1/hgviewlib/qt4/hgqv.qrc0000644000177600017760000000164712072513146016304 0ustar pyvespyves icons/quit.svg icons/reload.svg icons/back.svg icons/forward.svg icons/left.svg icons/right.svg icons/up.svg icons/down.svg icons/leftright.svg icons/close.png icons/help.svg icons/find.svg icons/goto.svg icons/modified.svg icons/clean.svg icons/mqdiff.svg icons/mqdiff_x.svg icons/mqpatch.svg icons/mqpatch_x.svg icons/showhide.png icons/content.png icons/unfilter.png icons/diffmode.png icons/heavy.png icons/valid.png icons/loading.png hgview-1.7.1/hgviewlib/qt4/quickbar.py0000644000177600017760000002751512072513147017006 0ustar pyvespyves# -*- coding: utf-8 -*- # Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # 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, see . """ Qt4 QToolBar-based class for quick bars XXX """ from mercurial import util from PyQt4 import QtCore, QtGui from hgviewlib.util import Curry, tounicode from hgviewlib.qt4 import icon as geticon Qt = QtCore.Qt connect = QtCore.QObject.connect SIGNAL = QtCore.SIGNAL class QuickBar(QtGui.QToolBar): def __init__(self, name, key, desc=None, parent=None): self.original_parent = parent # used to remember who had the focus before bar steel it self._focusw = None QtGui.QToolBar.__init__(self, name, parent) self.setIconSize(QtCore.QSize(16,16)) self.setFloatable(False) self.setMovable(False) self.setAllowedAreas(Qt.BottomToolBarArea) self.createActions(key, desc) self.createContent() if parent: parent = parent.window() if isinstance(parent, QtGui.QMainWindow): parent.addToolBar(Qt.BottomToolBarArea, self) self.setVisible(False) def createActions(self, openkey, desc): parent = self.parentWidget() self._actions = {} if not desc: desc = "Open" openact = QtGui.QAction(desc, parent) openact.setCheckable(True) openact.setChecked(False) openact.setShortcut(QtGui.QKeySequence(openkey)) connect(openact, SIGNAL('triggered()'), Curry(self.setVisible, True)) closeact = QtGui.QAction('Close', self) closeact.setIcon(geticon('close')) connect(closeact, SIGNAL('triggered()'), Curry(self.setVisible, False)) self._actions = {'open': openact, 'close': closeact,} def setVisible(self, visible=True): if visible and not self.isVisible(): self.emit(SIGNAL('visible')) self._focusw = QtGui.QApplication.focusWidget() QtGui.QToolBar.setVisible(self, visible) self.emit(SIGNAL('escShortcutDisabled(bool)'), not visible) if not visible and self._focusw: self._focusw.setFocus() self._focusw = None def createContent(self): self.addAction(self._actions['close']) self.parent().addAction(self._actions['open']) def hide(self): self.setVisible(False) def cancel(self): self.hide() def addShortcut(self, desc, key): act = self._actions[desc] shortcuts = list(act.shortcuts()) shortcuts.append(key) act.setShortcuts(shortcuts) class FindQuickBar(QuickBar): def __init__(self, parent): QuickBar.__init__(self, "Find", "/", "Find", parent) self.addShortcut('open', 'Ctrl+F') self.currenttext = '' def createActions(self, openkey, desc): QuickBar.createActions(self, openkey, desc) self._actions['findnext'] = QtGui.QAction("Find next", self) self._actions['findnext'].setShortcut(QtGui.QKeySequence("Ctrl+N")) connect(self._actions['findnext'], SIGNAL('triggered()'), self.find) self._actions['cancel'] = QtGui.QAction("Cancel", self) connect(self._actions['cancel'], SIGNAL('triggered()'), self.cancel) def find(self, *args): '''Scan the repository metadata and search for occurrences of the text in the entry. :note: do not scan if no text was provided''' text = unicode(self.entry.text()) if not text: # do not strip() as user may want to find space sequences self.emit(SIGNAL('showMessage'), 'Nothing to look for.', 1000) return if text == self.currenttext: self.emit(SIGNAL('findnext'), text) else: self.currenttext = text self.emit(SIGNAL('find'), text) def cancel(self): self.emit(SIGNAL('cancel')) def setCancelEnabled(self, enabled=True): self._actions['cancel'].setEnabled(enabled) self._actions['findnext'].setEnabled(not enabled) def createContent(self): QuickBar.createContent(self) self.compl_model = QtGui.QStringListModel() self.completer = QtGui.QCompleter(self.compl_model, self) self.entry = QtGui.QLineEdit(self) self.entry.setCompleter(self.completer) self.addWidget(self.entry) self.addAction(self._actions['findnext']) self.addAction(self._actions['cancel']) self.setCancelEnabled(False) connect(self.entry, SIGNAL('returnPressed()'), self.find) connect(self.entry, SIGNAL('textEdited(const QString &)'), self.find) def setVisible(self, visible=True): QuickBar.setVisible(self, visible) if visible: self.entry.setFocus() self.entry.selectAll() def text(self): if self.isVisible() and self.currenttext.strip(): return self.currenttext def __del__(self): # prevent a warning in the console: # QObject::startTimer: QTimer can only be used with threads started with QThread self.entry.setCompleter(None) class FindInGraphlogQuickBar(FindQuickBar): def __init__(self, parent): FindQuickBar.__init__(self, parent) self._findinfile_iter = None self._findinlog_iter = None self._findindesc_iter = None self._fileview = None self._headerview = None self._filter_files = None self._mode = 'diff' connect(self, SIGNAL('find'), self.on_find_text_changed) connect(self, SIGNAL('findnext'), self.on_findnext) connect(self, SIGNAL('cancel'), self.on_cancelsearch) def setFilterFiles(self, files): self._filter_files = files def setModel(self, model): self._model = model def setMode(self, mode): assert mode in ('diff', 'file') self._mode = mode def attachFileView(self, fileview): self._fileview = fileview def attachHeaderView(self, view): self._headerview = view def find_in_graphlog(self, fromrev, fromfile=None): """ Find text in the whole repo from rev 'fromrev', from file 'fromfile' (if given) *excluded* """ text = unicode(self.entry.text()) graph = self._model.graph idx = graph.index(fromrev) for node in graph[idx:]: rev = node.rev ctx = self._model.repo.changectx(rev) # XXX should be an re search with undecoded chars as '?' if text in tounicode(ctx.description()): yield rev, None files = ctx.files() if self._filter_files: files = [x for x in files if x in self._filter_files] if fromfile is not None and fromfile in files: files = files[files.index(fromfile)+1:] fromfile = None for filename in files: if self._mode == 'diff': flag, data = self._model.graph.filedata(filename, rev) else: data = ctx.filectx(filename).data() if util.binary(data): data = "binary file" if data and text in data: yield rev, filename else: yield None def cancel(self): if self._actions['cancel'].isEnabled(): self.emit(SIGNAL('cancel')) else: self.hide() def on_cancelsearch(self, *args): self._findinlog_iter = None self.setCancelEnabled(False) self.emit(SIGNAL('showMessage'), 'Search cancelled!', 2000) def on_findnext(self): """ callback called by 'Find' quicktoolbar (on findnext signal) """ if self._findindesc_iter is not None: for pos in self._findindesc_iter: # just highlight next found text in fileview # (handled by _findinfile_iter) return # no more found text in currently displayed file self._findindesc_iter = None if self._findinfile_iter is not None: for pos in self._findinfile_iter: # just highlight next found text in descview # (handled by _findindesc_iter) return # no more found text in currently displayed file self._findinfile_iter = None if self._findinlog_iter is None: # start searching in the graphlog from current position rev = self._fileview.rev() filename = self._fileview.filename() self._findinlog_iter = self.find_in_graphlog(rev, filename) self.setCancelEnabled(True) self.find_next_in_log() def find_next_in_log(self, step=0): """ to be called from 'on_find' callback (or recursively). Try to find the next occurrence of searched text (as a 'background' process, so the GUI is not frozen, and as a cancellable task). """ if self._findinlog_iter is None: # when search has been cancelled return for next_find in self._findinlog_iter: if next_find is None: # not yet found, let's animate a bit the GUI if (step % 20) == 0: self.emit(SIGNAL("showMessage"), 'Searching'+'.'*(step/20), -1) step += 1 QtCore.QTimer.singleShot(0, Curry(self.find_next_in_log, (step % 80))) else: self.emit(SIGNAL("showMessage"), '', -1) self.setCancelEnabled(False) rev, filename = next_find self.emit(SIGNAL('revisionSelected'), rev) text = unicode(self.entry.text()) if filename is None and self._headerview: self._findindesc_iter = self._headerview.searchString(text) self.on_findnext() else: self.emit(SIGNAL('fileSelected'), filename) if self._fileview: self._findinfile_iter = self._fileview.searchString(text) self.on_findnext() return self.emit(SIGNAL('showMessage'), 'No more matches found in repository', 2000) self.setCancelEnabled(False) self._findinlog_iter = None def on_find_text_changed(self, newtext): """ callback called by 'Find' quicktoolbar (on find signal) """ newtext = unicode(newtext) self._findinlog_iter = None self._findinfile_iter = None if self._headerview: self._findindesc_iter = self._headerview.searchString(newtext) if self._fileview: self._findinfile_iter = self._fileview.searchString(newtext) if newtext.strip(): if self._findindesc_iter is None and self._findindesc_iter is None: self.emit(SIGNAL('showMessage'), 'Search string not found in current diff. ' 'Hit "Find next" button to start searching ' 'in the repository', 2000) else: self.on_findnext() hgview-1.7.1/hgviewlib/qt4/manifestviewer.ui0000644000177600017760000000466012061376174020223 0ustar pyvespyves MainWindow 0 0 400 300 Dialog 0 33 400 267 2 Qt::Horizontal 1 0 3 0 QFrame::StyledPanel QFrame::Raised 0 0 400 33 toolBar TopToolBarArea false Close Ctrl+Q Reload Ctrl+R hgview-1.7.1/bin/0000775000177600017760000000000012101526244012676 5ustar pyvespyveshgview-1.7.1/bin/hgview.bat0000644000177600017760000000232012072513146014656 0ustar pyvespyves@echo off rem = """-*-Python-*- script rem -------------------- DOS section -------------------- rem You could set PYTHONPATH python -x %~f0 %* goto exit """ # -------------------- Python section -------------------- from PyQt4 import QtCore, QtGui import os import sys import os.path as pos if getattr(sys, 'frozen', None) == "windows_exe": # Standalone version of hgview built with py2exe use its own version # of Mercurial. Using configuration from the global Mercurial.ini will be # ill-advised as the installed version of Mercurial itself may be # different than the one we ship. # # this will be found next to Mercurial.ini path = pos.join(os.path.expanduser('~'), 'hgview.ini') os.environ['HGRCPATH'] = path try: import hgviewlib except ImportError: import stat execpath = pos.abspath(__file__) # resolve symbolic links statinfo = os.lstat(execpath) if stat.S_ISLNK(statinfo.st_mode): execpath = pos.abspath(pos.join(pos.dirname(execpath), os.readlink(execpath))) sys.path.append(pos.abspath(pos.join(pos.dirname(execpath), ".."))) from hgviewlib.application import main main() DosExitLabel = """ :exit rem """ hgview-1.7.1/bin/hgview0000755000177600017760000000154012101453550014112 0ustar pyvespyves#!/usr/bin/env python # hgview: visual mercurial graphlog browser in PyQt4 # # Copyright 2008-2010 Logilab # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. """ Hg repository log browser. This may be used as a standalone application or as a hg extension. See README file included. """ import sys, os import os.path as pos try: import hgviewlib except ImportError: import stat execpath = pos.abspath(__file__) # resolve symbolic links statinfo = os.lstat(execpath) if stat.S_ISLNK(statinfo.st_mode): execpath = pos.abspath(pos.join(pos.dirname(execpath), os.readlink(execpath))) sys.path.append(pos.abspath(pos.join(pos.dirname(execpath), ".."))) from hgviewlib.application import main main()